/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.21-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: n087a85_wp_r9ptn
-- ------------------------------------------------------
-- Server version	10.6.21-MariaDB-log

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `dJbCzBGzj_commentmeta`
--

DROP TABLE IF EXISTS `dJbCzBGzj_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_commentmeta`
--

LOCK TABLES `dJbCzBGzj_commentmeta` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `dJbCzBGzj_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_comments`
--

DROP TABLE IF EXISTS `dJbCzBGzj_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_comments`
--

LOCK TABLES `dJbCzBGzj_comments` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_comments` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2025-02-24 14:09:50','2025-02-24 14:09:50','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `dJbCzBGzj_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_links`
--

DROP TABLE IF EXISTS `dJbCzBGzj_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_links`
--

LOCK TABLES `dJbCzBGzj_links` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `dJbCzBGzj_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_options`
--

DROP TABLE IF EXISTS `dJbCzBGzj_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_options`
--

LOCK TABLES `dJbCzBGzj_options` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_options` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_options` VALUES (1,'cron','a:10:{i:1740409791;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:1740411590;a:1:{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;}}}i:1740413390;a:1:{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:1740449444;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:1740492591;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s: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:1740492643;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740492644;a:2:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1740578995;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:1741011102;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;}','on'),(2,'siteurl','https://sunfloris.com/wordpress','on'),(3,'home','https://sunfloris.com/wordpress','on'),(4,'blogname','SunFloris Services','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','sunflorisservices@gmail.com','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','on'),(30,'rewrite_rules','a:79:{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: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: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]\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:1:{i:0;s:28:\"migrate-guru/migrateguru.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','http://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','','off'),(41,'template','twentytwentyfive','on'),(42,'stylesheet','twentytwentyfive','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','58975','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','posts','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:0:{}','on'),(78,'widget_text','a:0:{}','on'),(79,'widget_rss','a:0:{}','on'),(80,'uninstall_plugins','a:1:{s:28:\"migrate-guru/migrateguru.php\";a:2:{i:0;s:10:\"MGWPAction\";i:1;s:9:\"uninstall\";}}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','0','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1755958190','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','58975','on'),(102,'dJbCzBGzj_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','on'),(103,'fresh_site','1','off'),(104,'user_count','1','off'),(105,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),(106,'sidebars_widgets','a:4:{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\";}s:13:\"array_version\";i:3;}','auto'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.7.2\";s:5:\"files\";a:540:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:27:\"post-content/editor-rtl.css\";i:309;s:31:\"post-content/editor-rtl.min.css\";i:310;s:23:\"post-content/editor.css\";i:311;s:27:\"post-content/editor.min.css\";i:312;s:26:\"post-content/style-rtl.css\";i:313;s:30:\"post-content/style-rtl.min.css\";i:314;s:22:\"post-content/style.css\";i:315;s:26:\"post-content/style.min.css\";i:316;s:23:\"post-date/style-rtl.css\";i:317;s:27:\"post-date/style-rtl.min.css\";i:318;s:19:\"post-date/style.css\";i:319;s:23:\"post-date/style.min.css\";i:320;s:27:\"post-excerpt/editor-rtl.css\";i:321;s:31:\"post-excerpt/editor-rtl.min.css\";i:322;s:23:\"post-excerpt/editor.css\";i:323;s:27:\"post-excerpt/editor.min.css\";i:324;s:26:\"post-excerpt/style-rtl.css\";i:325;s:30:\"post-excerpt/style-rtl.min.css\";i:326;s:22:\"post-excerpt/style.css\";i:327;s:26:\"post-excerpt/style.min.css\";i:328;s:34:\"post-featured-image/editor-rtl.css\";i:329;s:38:\"post-featured-image/editor-rtl.min.css\";i:330;s:30:\"post-featured-image/editor.css\";i:331;s:34:\"post-featured-image/editor.min.css\";i:332;s:33:\"post-featured-image/style-rtl.css\";i:333;s:37:\"post-featured-image/style-rtl.min.css\";i:334;s:29:\"post-featured-image/style.css\";i:335;s:33:\"post-featured-image/style.min.css\";i:336;s:34:\"post-navigation-link/style-rtl.css\";i:337;s:38:\"post-navigation-link/style-rtl.min.css\";i:338;s:30:\"post-navigation-link/style.css\";i:339;s:34:\"post-navigation-link/style.min.css\";i:340;s:28:\"post-template/editor-rtl.css\";i:341;s:32:\"post-template/editor-rtl.min.css\";i:342;s:24:\"post-template/editor.css\";i:343;s:28:\"post-template/editor.min.css\";i:344;s:27:\"post-template/style-rtl.css\";i:345;s:31:\"post-template/style-rtl.min.css\";i:346;s:23:\"post-template/style.css\";i:347;s:27:\"post-template/style.min.css\";i:348;s:24:\"post-terms/style-rtl.css\";i:349;s:28:\"post-terms/style-rtl.min.css\";i:350;s:20:\"post-terms/style.css\";i:351;s:24:\"post-terms/style.min.css\";i:352;s:24:\"post-title/style-rtl.css\";i:353;s:28:\"post-title/style-rtl.min.css\";i:354;s:20:\"post-title/style.css\";i:355;s:24:\"post-title/style.min.css\";i:356;s:26:\"preformatted/style-rtl.css\";i:357;s:30:\"preformatted/style-rtl.min.css\";i:358;s:22:\"preformatted/style.css\";i:359;s:26:\"preformatted/style.min.css\";i:360;s:24:\"pullquote/editor-rtl.css\";i:361;s:28:\"pullquote/editor-rtl.min.css\";i:362;s:20:\"pullquote/editor.css\";i:363;s:24:\"pullquote/editor.min.css\";i:364;s:23:\"pullquote/style-rtl.css\";i:365;s:27:\"pullquote/style-rtl.min.css\";i:366;s:19:\"pullquote/style.css\";i:367;s:23:\"pullquote/style.min.css\";i:368;s:23:\"pullquote/theme-rtl.css\";i:369;s:27:\"pullquote/theme-rtl.min.css\";i:370;s:19:\"pullquote/theme.css\";i:371;s:23:\"pullquote/theme.min.css\";i:372;s:39:\"query-pagination-numbers/editor-rtl.css\";i:373;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:374;s:35:\"query-pagination-numbers/editor.css\";i:375;s:39:\"query-pagination-numbers/editor.min.css\";i:376;s:31:\"query-pagination/editor-rtl.css\";i:377;s:35:\"query-pagination/editor-rtl.min.css\";i:378;s:27:\"query-pagination/editor.css\";i:379;s:31:\"query-pagination/editor.min.css\";i:380;s:30:\"query-pagination/style-rtl.css\";i:381;s:34:\"query-pagination/style-rtl.min.css\";i:382;s:26:\"query-pagination/style.css\";i:383;s:30:\"query-pagination/style.min.css\";i:384;s:25:\"query-title/style-rtl.css\";i:385;s:29:\"query-title/style-rtl.min.css\";i:386;s:21:\"query-title/style.css\";i:387;s:25:\"query-title/style.min.css\";i:388;s:20:\"query/editor-rtl.css\";i:389;s:24:\"query/editor-rtl.min.css\";i:390;s:16:\"query/editor.css\";i:391;s:20:\"query/editor.min.css\";i:392;s:19:\"quote/style-rtl.css\";i:393;s:23:\"quote/style-rtl.min.css\";i:394;s:15:\"quote/style.css\";i:395;s:19:\"quote/style.min.css\";i:396;s:19:\"quote/theme-rtl.css\";i:397;s:23:\"quote/theme-rtl.min.css\";i:398;s:15:\"quote/theme.css\";i:399;s:19:\"quote/theme.min.css\";i:400;s:23:\"read-more/style-rtl.css\";i:401;s:27:\"read-more/style-rtl.min.css\";i:402;s:19:\"read-more/style.css\";i:403;s:23:\"read-more/style.min.css\";i:404;s:18:\"rss/editor-rtl.css\";i:405;s:22:\"rss/editor-rtl.min.css\";i:406;s:14:\"rss/editor.css\";i:407;s:18:\"rss/editor.min.css\";i:408;s:17:\"rss/style-rtl.css\";i:409;s:21:\"rss/style-rtl.min.css\";i:410;s:13:\"rss/style.css\";i:411;s:17:\"rss/style.min.css\";i:412;s:21:\"search/editor-rtl.css\";i:413;s:25:\"search/editor-rtl.min.css\";i:414;s:17:\"search/editor.css\";i:415;s:21:\"search/editor.min.css\";i:416;s:20:\"search/style-rtl.css\";i:417;s:24:\"search/style-rtl.min.css\";i:418;s:16:\"search/style.css\";i:419;s:20:\"search/style.min.css\";i:420;s:20:\"search/theme-rtl.css\";i:421;s:24:\"search/theme-rtl.min.css\";i:422;s:16:\"search/theme.css\";i:423;s:20:\"search/theme.min.css\";i:424;s:24:\"separator/editor-rtl.css\";i:425;s:28:\"separator/editor-rtl.min.css\";i:426;s:20:\"separator/editor.css\";i:427;s:24:\"separator/editor.min.css\";i:428;s:23:\"separator/style-rtl.css\";i:429;s:27:\"separator/style-rtl.min.css\";i:430;s:19:\"separator/style.css\";i:431;s:23:\"separator/style.min.css\";i:432;s:23:\"separator/theme-rtl.css\";i:433;s:27:\"separator/theme-rtl.min.css\";i:434;s:19:\"separator/theme.css\";i:435;s:23:\"separator/theme.min.css\";i:436;s:24:\"shortcode/editor-rtl.css\";i:437;s:28:\"shortcode/editor-rtl.min.css\";i:438;s:20:\"shortcode/editor.css\";i:439;s:24:\"shortcode/editor.min.css\";i:440;s:24:\"site-logo/editor-rtl.css\";i:441;s:28:\"site-logo/editor-rtl.min.css\";i:442;s:20:\"site-logo/editor.css\";i:443;s:24:\"site-logo/editor.min.css\";i:444;s:23:\"site-logo/style-rtl.css\";i:445;s:27:\"site-logo/style-rtl.min.css\";i:446;s:19:\"site-logo/style.css\";i:447;s:23:\"site-logo/style.min.css\";i:448;s:27:\"site-tagline/editor-rtl.css\";i:449;s:31:\"site-tagline/editor-rtl.min.css\";i:450;s:23:\"site-tagline/editor.css\";i:451;s:27:\"site-tagline/editor.min.css\";i:452;s:26:\"site-tagline/style-rtl.css\";i:453;s:30:\"site-tagline/style-rtl.min.css\";i:454;s:22:\"site-tagline/style.css\";i:455;s:26:\"site-tagline/style.min.css\";i:456;s:25:\"site-title/editor-rtl.css\";i:457;s:29:\"site-title/editor-rtl.min.css\";i:458;s:21:\"site-title/editor.css\";i:459;s:25:\"site-title/editor.min.css\";i:460;s:24:\"site-title/style-rtl.css\";i:461;s:28:\"site-title/style-rtl.min.css\";i:462;s:20:\"site-title/style.css\";i:463;s:24:\"site-title/style.min.css\";i:464;s:26:\"social-link/editor-rtl.css\";i:465;s:30:\"social-link/editor-rtl.min.css\";i:466;s:22:\"social-link/editor.css\";i:467;s:26:\"social-link/editor.min.css\";i:468;s:27:\"social-links/editor-rtl.css\";i:469;s:31:\"social-links/editor-rtl.min.css\";i:470;s:23:\"social-links/editor.css\";i:471;s:27:\"social-links/editor.min.css\";i:472;s:26:\"social-links/style-rtl.css\";i:473;s:30:\"social-links/style-rtl.min.css\";i:474;s:22:\"social-links/style.css\";i:475;s:26:\"social-links/style.min.css\";i:476;s:21:\"spacer/editor-rtl.css\";i:477;s:25:\"spacer/editor-rtl.min.css\";i:478;s:17:\"spacer/editor.css\";i:479;s:21:\"spacer/editor.min.css\";i:480;s:20:\"spacer/style-rtl.css\";i:481;s:24:\"spacer/style-rtl.min.css\";i:482;s:16:\"spacer/style.css\";i:483;s:20:\"spacer/style.min.css\";i:484;s:20:\"table/editor-rtl.css\";i:485;s:24:\"table/editor-rtl.min.css\";i:486;s:16:\"table/editor.css\";i:487;s:20:\"table/editor.min.css\";i:488;s:19:\"table/style-rtl.css\";i:489;s:23:\"table/style-rtl.min.css\";i:490;s:15:\"table/style.css\";i:491;s:19:\"table/style.min.css\";i:492;s:19:\"table/theme-rtl.css\";i:493;s:23:\"table/theme-rtl.min.css\";i:494;s:15:\"table/theme.css\";i:495;s:19:\"table/theme.min.css\";i:496;s:24:\"tag-cloud/editor-rtl.css\";i:497;s:28:\"tag-cloud/editor-rtl.min.css\";i:498;s:20:\"tag-cloud/editor.css\";i:499;s:24:\"tag-cloud/editor.min.css\";i:500;s:23:\"tag-cloud/style-rtl.css\";i:501;s:27:\"tag-cloud/style-rtl.min.css\";i:502;s:19:\"tag-cloud/style.css\";i:503;s:23:\"tag-cloud/style.min.css\";i:504;s:28:\"template-part/editor-rtl.css\";i:505;s:32:\"template-part/editor-rtl.min.css\";i:506;s:24:\"template-part/editor.css\";i:507;s:28:\"template-part/editor.min.css\";i:508;s:27:\"template-part/theme-rtl.css\";i:509;s:31:\"template-part/theme-rtl.min.css\";i:510;s:23:\"template-part/theme.css\";i:511;s:27:\"template-part/theme.min.css\";i:512;s:30:\"term-description/style-rtl.css\";i:513;s:34:\"term-description/style-rtl.min.css\";i:514;s:26:\"term-description/style.css\";i:515;s:30:\"term-description/style.min.css\";i:516;s:27:\"text-columns/editor-rtl.css\";i:517;s:31:\"text-columns/editor-rtl.min.css\";i:518;s:23:\"text-columns/editor.css\";i:519;s:27:\"text-columns/editor.min.css\";i:520;s:26:\"text-columns/style-rtl.css\";i:521;s:30:\"text-columns/style-rtl.min.css\";i:522;s:22:\"text-columns/style.css\";i:523;s:26:\"text-columns/style.min.css\";i:524;s:19:\"verse/style-rtl.css\";i:525;s:23:\"verse/style-rtl.min.css\";i:526;s:15:\"verse/style.css\";i:527;s:19:\"verse/style.min.css\";i:528;s:20:\"video/editor-rtl.css\";i:529;s:24:\"video/editor-rtl.min.css\";i:530;s:16:\"video/editor.css\";i:531;s:20:\"video/editor.min.css\";i:532;s:19:\"video/style-rtl.css\";i:533;s:23:\"video/style-rtl.min.css\";i:534;s:15:\"video/style.css\";i:535;s:19:\"video/style.min.css\";i:536;s:19:\"video/theme-rtl.css\";i:537;s:23:\"video/theme-rtl.min.css\";i:538;s:15:\"video/theme.css\";i:539;s:19:\"video/theme.min.css\";}}','on'),(122,'_site_transient_timeout_wp_theme_files_patterns-a924136cf50323b4b9a4b6c978b710ce','1740408447','off'),(123,'_site_transient_wp_theme_files_patterns-a924136cf50323b4b9a4b6c978b710ce','a:2:{s:7:\"version\";s:3:\"1.1\";s:8:\"patterns\";a:98:{s:21:\"banner-about-book.php\";a:4:{s:5:\"title\";s:28:\"Banner with book description\";s:4:\"slug\";s:34:\"twentytwentyfive/banner-about-book\";s:11:\"description\";s:66:\"Banner with book description and accompanying image for promotion.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:28:\"banner-cover-big-heading.php\";a:4:{s:5:\"title\";s:22:\"Cover with big heading\";s:4:\"slug\";s:41:\"twentytwentyfive/banner-cover-big-heading\";s:11:\"description\";s:82:\"A full-width cover section with a large background image and an oversized heading.\";s:10:\"categories\";a:3:{i:0;s:6:\"banner\";i:1;s:5:\"about\";i:2;s:8:\"featured\";}}s:22:\"banner-intro-image.php\";a:4:{s:5:\"title\";s:49:\"Short heading and paragraph and image on the left\";s:4:\"slug\";s:35:\"twentytwentyfive/banner-intro-image\";s:11:\"description\";s:68:\"A Intro pattern with Short heading, paragraph and image on the left.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}}s:16:\"banner-intro.php\";a:4:{s:5:\"title\";s:35:\"Intro with left-aligned description\";s:4:\"slug\";s:29:\"twentytwentyfive/banner-intro\";s:11:\"description\";s:66:\"A large left-aligned heading with a brand name emphasized in bold.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:17:\"banner-poster.php\";a:4:{s:5:\"title\";s:19:\"Poster-like section\";s:4:\"slug\";s:30:\"twentytwentyfive/banner-poster\";s:11:\"description\";s:78:\"A section that can be used as a banner or a landing page to announce an event.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:5:\"media\";}}s:43:\"banner-with-description-and-images-grid.php\";a:4:{s:5:\"title\";s:39:\"Banner with description and images grid\";s:4:\"slug\";s:47:\"twentytwentyfive/banner-description-images-grid\";s:11:\"description\";s:75:\"A banner with a short paragraph, and two images displayed in a grid layout.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}}s:18:\"binding-format.php\";a:4:{s:5:\"title\";s:16:\"Post format name\";s:4:\"slug\";s:31:\"twentytwentyfive/binding-format\";s:11:\"description\";s:75:\"Prints the name of the post format with the help of the Block Bindings API.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:12:\"comments.php\";a:5:{s:5:\"title\";s:8:\"Comments\";s:4:\"slug\";s:25:\"twentytwentyfive/comments\";s:11:\"description\";s:63:\"Comments area with comments list, pagination, and comment form.\";s:10:\"categories\";a:1:{i:0;s:4:\"text\";}s:10:\"blockTypes\";a:1:{i:0;s:13:\"core/comments\";}}s:32:\"contact-centered-social-link.php\";a:5:{s:5:\"title\";s:30:\"Centered link and social links\";s:4:\"slug\";s:45:\"twentytwentyfive/contact-centered-social-link\";s:11:\"description\";s:73:\"Centered contact section with a prominent message and social media links.\";s:10:\"categories\";a:1:{i:0;s:7:\"contact\";}s:8:\"keywords\";a:3:{i:0;s:7:\"contact\";i:1;s:3:\"faq\";i:2;s:9:\"questions\";}}s:26:\"contact-info-locations.php\";a:6:{s:5:\"title\";s:27:\"Contact, info and locations\";s:4:\"slug\";s:39:\"twentytwentyfive/contact-info-locations\";s:11:\"description\";s:78:\"Contact section with social media links, email, and multiple location details.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:7:\"contact\";}s:8:\"keywords\";a:2:{i:0;s:7:\"contact\";i:1;s:8:\"location\";}}s:29:\"contact-location-and-link.php\";a:4:{s:5:\"title\";s:25:\"Contact location and link\";s:4:\"slug\";s:42:\"twentytwentyfive/contact-location-and-link\";s:11:\"description\";s:89:\"Contact section with a location address, a directions link, and an image of the location.\";s:10:\"categories\";a:2:{i:0;s:7:\"contact\";i:1;s:8:\"featured\";}}s:18:\"cta-book-links.php\";a:4:{s:5:\"title\";s:30:\"Call to action with book links\";s:4:\"slug\";s:31:\"twentytwentyfive/cta-book-links\";s:11:\"description\";s:74:\"A call to action section with links to get the book in different websites.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:22:\"cta-book-locations.php\";a:4:{s:5:\"title\";s:29:\"Call to action with locations\";s:4:\"slug\";s:35:\"twentytwentyfive/cta-book-locations\";s:11:\"description\";s:82:\"A call to action section with links to get the book in the most popular locations.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:24:\"cta-centered-heading.php\";a:4:{s:5:\"title\";s:16:\"Centered heading\";s:4:\"slug\";s:37:\"twentytwentyfive/cta-centered-heading\";s:11:\"description\";s:53:\"A hero with a centered heading, paragraph and button.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:19:\"cta-events-list.php\";a:4:{s:5:\"title\";s:11:\"Events list\";s:4:\"slug\";s:32:\"twentytwentyfive/cta-events-list\";s:11:\"description\";s:37:\"A list of events with call to action.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:26:\"cta-grid-products-link.php\";a:5:{s:5:\"title\";s:54:\"Call to action with grid layout with products and link\";s:4:\"slug\";s:39:\"twentytwentyfive/cta-grid-products-link\";s:11:\"description\";s:42:\"A call to action featuring product images.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}}s:22:\"cta-heading-search.php\";a:4:{s:5:\"title\";s:23:\"Heading and search form\";s:4:\"slug\";s:35:\"twentytwentyfive/cta-heading-search\";s:11:\"description\";s:54:\"Large heading with a search form for quick navigation.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:18:\"cta-newsletter.php\";a:5:{s:5:\"title\";s:18:\"Newsletter sign-up\";s:4:\"slug\";s:31:\"twentytwentyfive/cta-newsletter\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}s:8:\"keywords\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:10:\"newsletter\";}}s:15:\"event-3-col.php\";a:5:{s:5:\"title\";s:46:\"Events, 3 columns with event images and titles\";s:4:\"slug\";s:28:\"twentytwentyfive/event-3-col\";s:11:\"description\";s:95:\"A header with title and text and three columns that show 3 events with their images and titles.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:6:\"events\";i:1;s:7:\"columns\";i:2;s:6:\"images\";}}s:14:\"event-rsvp.php\";a:7:{s:5:\"title\";s:10:\"Event RSVP\";s:4:\"slug\";s:27:\"twentytwentyfive/event-rsvp\";s:11:\"description\";s:64:\"RSVP for an upcoming event with a cover image and event details.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}s:8:\"keywords\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:4:\"rsvp\";i:2;s:5:\"event\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:18:\"event-schedule.php\";a:5:{s:5:\"title\";s:14:\"Event schedule\";s:4:\"slug\";s:31:\"twentytwentyfive/event-schedule\";s:11:\"description\";s:54:\"A section with specified dates and times for an event.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}s:8:\"keywords\";a:4:{i:0;s:6:\"events\";i:1;s:6:\"agenda\";i:2;s:8:\"schedule\";i:3;s:8:\"lectures\";}}s:19:\"footer-centered.php\";a:5:{s:5:\"title\";s:15:\"Centered footer\";s:4:\"slug\";s:32:\"twentytwentyfive/footer-centered\";s:11:\"description\";s:44:\"Footer with centered site title and tagline.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:18:\"footer-columns.php\";a:5:{s:5:\"title\";s:19:\"Footer with columns\";s:4:\"slug\";s:31:\"twentytwentyfive/footer-columns\";s:11:\"description\";s:45:\"Footer columns with title, tagline and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:21:\"footer-newsletter.php\";a:5:{s:5:\"title\";s:29:\"Footer with newsletter signup\";s:4:\"slug\";s:34:\"twentytwentyfive/footer-newsletter\";s:11:\"description\";s:51:\"Footer with large site title and newsletter signup.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:17:\"footer-social.php\";a:5:{s:5:\"title\";s:33:\"Centered footer with social links\";s:4:\"slug\";s:30:\"twentytwentyfive/footer-social\";s:11:\"description\";s:49:\"Footer with centered site title and social links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:10:\"footer.php\";a:5:{s:5:\"title\";s:6:\"Footer\";s:4:\"slug\";s:23:\"twentytwentyfive/footer\";s:11:\"description\";s:51:\"Footer columns with logo, title, tagline and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:16:\"format-audio.php\";a:4:{s:5:\"title\";s:12:\"Audio format\";s:4:\"slug\";s:29:\"twentytwentyfive/format-audio\";s:11:\"description\";s:73:\"An audio post format with an image, title, audio player, and description.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:15:\"format-link.php\";a:4:{s:5:\"title\";s:11:\"Link format\";s:4:\"slug\";s:28:\"twentytwentyfive/format-link\";s:11:\"description\";s:77:\"A link post format with a description and an emphasized link for key content.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:15:\"grid-videos.php\";a:4:{s:5:\"title\";s:16:\"Grid with videos\";s:4:\"slug\";s:28:\"twentytwentyfive/grid-videos\";s:11:\"description\";s:19:\"A grid with videos.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}}s:24:\"grid-with-categories.php\";a:5:{s:5:\"title\";s:20:\"Grid with categories\";s:4:\"slug\";s:37:\"twentytwentyfive/grid-with-categories\";s:11:\"description\";s:41:\"A grid section with different categories.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:19:\"header-centered.php\";a:5:{s:5:\"title\";s:15:\"Centered header\";s:4:\"slug\";s:32:\"twentytwentyfive/header-centered\";s:11:\"description\";s:47:\"Header with centered site title and navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:18:\"header-columns.php\";a:5:{s:5:\"title\";s:19:\"Header with columns\";s:4:\"slug\";s:31:\"twentytwentyfive/header-columns\";s:11:\"description\";s:49:\"Header with site title and navigation in columns.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:22:\"header-large-title.php\";a:5:{s:5:\"title\";s:23:\"Header with large title\";s:4:\"slug\";s:35:\"twentytwentyfive/header-large-title\";s:11:\"description\";s:58:\"Header with large site title and right-aligned navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:10:\"header.php\";a:5:{s:5:\"title\";s:6:\"Header\";s:4:\"slug\";s:23:\"twentytwentyfive/header\";s:11:\"description\";s:38:\"Header with site title and navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:36:\"heading-and-paragraph-with-image.php\";a:4:{s:5:\"title\";s:45:\"Heading and paragraph with image on the right\";s:4:\"slug\";s:49:\"twentytwentyfive/heading-and-paragraph-with-image\";s:11:\"description\";s:89:\"A two-column section with a heading and paragraph on the left, and an image on the right.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}}s:13:\"hero-book.php\";a:5:{s:5:\"title\";s:9:\"Hero book\";s:4:\"slug\";s:26:\"twentytwentyfive/hero-book\";s:11:\"description\";s:66:\"A hero section for the book with a description and pre-order link.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:7:\"podcast\";i:1;s:4:\"hero\";i:2;s:7:\"stories\";}}s:25:\"hero-full-width-image.php\";a:4:{s:5:\"title\";s:22:\"Hero, full width image\";s:4:\"slug\";s:38:\"twentytwentyfive/hero-full-width-image\";s:11:\"description\";s:68:\"A hero with a full width image, heading, short paragraph and button.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:41:\"hero-overlapped-book-cover-with-links.php\";a:4:{s:5:\"title\";s:38:\"Hero, overlapped book cover with links\";s:4:\"slug\";s:54:\"twentytwentyfive/hero-overlapped-book-cover-with-links\";s:11:\"description\";s:47:\"A hero with an overlapped book cover and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:16:\"hero-podcast.php\";a:5:{s:5:\"title\";s:12:\"Hero podcast\";s:4:\"slug\";s:29:\"twentytwentyfive/hero-podcast\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:7:\"podcast\";i:1;s:4:\"hero\";i:2;s:7:\"stories\";}}s:14:\"hidden-404.php\";a:4:{s:5:\"title\";s:3:\"404\";s:4:\"slug\";s:27:\"twentytwentyfive/hidden-404\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:23:\"hidden-blog-heading.php\";a:4:{s:5:\"title\";s:19:\"Hidden blog heading\";s:4:\"slug\";s:36:\"twentytwentyfive/hidden-blog-heading\";s:11:\"description\";s:52:\"Hidden heading for the home page and index template.\";s:8:\"inserter\";b:0;}s:17:\"hidden-search.php\";a:4:{s:5:\"title\";s:6:\"Search\";s:4:\"slug\";s:30:\"twentytwentyfive/hidden-search\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:18:\"hidden-sidebar.php\";a:4:{s:5:\"title\";s:7:\"Sidebar\";s:4:\"slug\";s:31:\"twentytwentyfive/hidden-sidebar\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:21:\"hidden-written-by.php\";a:4:{s:5:\"title\";s:10:\"Written by\";s:4:\"slug\";s:34:\"twentytwentyfive/hidden-written-by\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:9:\"logos.php\";a:4:{s:5:\"title\";s:5:\"Logos\";s:4:\"slug\";s:22:\"twentytwentyfive/logos\";s:11:\"description\";s:77:\"Showcasing the podcast\'s clients with a heading and a series of client logos.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:24:\"media-instagram-grid.php\";a:5:{s:5:\"title\";s:14:\"Instagram grid\";s:4:\"slug\";s:37:\"twentytwentyfive/media-instagram-grid\";s:11:\"description\";s:62:\"A grid section with photos and a link to an Instagram profile.\";s:13:\"viewportWidth\";i:1440;s:10:\"categories\";a:3:{i:0;s:5:\"media\";i:1;s:7:\"gallery\";i:2;s:8:\"featured\";}}s:14:\"more-posts.php\";a:5:{s:5:\"title\";s:10:\"More posts\";s:4:\"slug\";s:27:\"twentytwentyfive/more-posts\";s:11:\"description\";s:45:\"Displays a list of posts with title and date.\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:21:\"overlapped-images.php\";a:4:{s:5:\"title\";s:41:\"Overlapping images and paragraph on right\";s:4:\"slug\";s:34:\"twentytwentyfive/overlapped-images\";s:11:\"description\";s:53:\"A section with overlapping images, and a description.\";s:10:\"categories\";a:2:{i:0;s:5:\"about\";i:1;s:8:\"featured\";}}s:22:\"page-business-home.php\";a:8:{s:5:\"title\";s:17:\"Business homepage\";s:4:\"slug\";s:35:\"twentytwentyfive/page-business-home\";s:11:\"description\";s:28:\"A business homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:20:\"page-coming-soon.php\";a:8:{s:5:\"title\";s:11:\"Coming soon\";s:4:\"slug\";s:33:\"twentytwentyfive/page-coming-soon\";s:11:\"description\";s:96:\"A full-width cover banner that can be applied to a page or it can work as a single landing page.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:15:\"page-cv-bio.php\";a:7:{s:5:\"title\";s:6:\"CV/bio\";s:4:\"slug\";s:28:\"twentytwentyfive/page-cv-bio\";s:11:\"description\";s:36:\"A pattern for a CV/Bio landing page.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:3:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:5:\"about\";i:2;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:21:\"page-landing-book.php\";a:8:{s:5:\"title\";s:21:\"Landing page for book\";s:4:\"slug\";s:34:\"twentytwentyfive/page-landing-book\";s:11:\"description\";s:104:\"A landing page for the book with a hero section, pre-order links, locations, FAQs and newsletter signup.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:22:\"page-landing-event.php\";a:8:{s:5:\"title\";s:22:\"Landing page for event\";s:4:\"slug\";s:35:\"twentytwentyfive/page-landing-event\";s:11:\"description\";s:87:\"A landing page for the event with a hero section, description, FAQs and call to action.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:24:\"page-landing-podcast.php\";a:8:{s:5:\"title\";s:24:\"Landing page for podcast\";s:4:\"slug\";s:37:\"twentytwentyfive/page-landing-podcast\";s:11:\"description\";s:111:\"A landing page for the podcast with a hero section, description, logos, grid with videos and newsletter signup.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:50:\"page-link-in-bio-heading-paragraph-links-image.php\";a:7:{s:5:\"title\";s:59:\"Link in bio heading, paragraph, links and full-height image\";s:4:\"slug\";s:63:\"twentytwentyfive/page-link-in-bio-heading-paragraph-links-image\";s:11:\"description\";s:84:\"A link in bio landing page with a heading, paragraph, links and a full height image.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:3:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:6:\"banner\";i:2;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:33:\"page-link-in-bio-wide-margins.php\";a:7:{s:5:\"title\";s:48:\"Link in bio with profile, links and wide margins\";s:4:\"slug\";s:46:\"twentytwentyfive/page-link-in-bio-wide-margins\";s:11:\"description\";s:86:\"A link in bio landing page with social links, a profile photo and a brief description.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:3:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:6:\"banner\";i:2;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:39:\"page-link-in-bio-with-tight-margins.php\";a:8:{s:5:\"title\";s:30:\"Link in bio with tight margins\";s:4:\"slug\";s:52:\"twentytwentyfive/page-link-in-bio-with-tight-margins\";s:11:\"description\";s:90:\"A full-width, full-height link in bio section with an image, a paragraph and social links.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:6:\"banner\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:23:\"page-portfolio-home.php\";a:8:{s:5:\"title\";s:18:\"Portfolio homepage\";s:4:\"slug\";s:36:\"twentytwentyfive/page-portfolio-home\";s:11:\"description\";s:29:\"A portfolio homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:5:\"posts\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:18:\"page-shop-home.php\";a:8:{s:5:\"title\";s:13:\"Shop homepage\";s:4:\"slug\";s:31:\"twentytwentyfive/page-shop-home\";s:11:\"description\";s:24:\"A shop homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:21:\"twentytwentyfive_page\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:19:\"post-navigation.php\";a:5:{s:5:\"title\";s:15:\"Post navigation\";s:4:\"slug\";s:32:\"twentytwentyfive/post-navigation\";s:11:\"description\";s:29:\"Next and previous post links.\";s:10:\"categories\";a:1:{i:0;s:4:\"text\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/post-navigation-link\";}}s:17:\"pricing-2-col.php\";a:5:{s:5:\"title\";s:18:\"Pricing, 2 columns\";s:4:\"slug\";s:30:\"twentytwentyfive/pricing-2-col\";s:11:\"description\";s:88:\"Pricing section with two columns, pricing plan, description, and call-to-action buttons.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:17:\"pricing-3-col.php\";a:4:{s:5:\"title\";s:18:\"Pricing, 3 columns\";s:4:\"slug\";s:30:\"twentytwentyfive/pricing-3-col\";s:11:\"description\";s:100:\"A three-column boxed pricing table designed to showcase services, descriptions, and pricing options.\";s:10:\"categories\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:6:\"banner\";i:2;s:8:\"services\";}}s:18:\"services-3-col.php\";a:4:{s:5:\"title\";s:19:\"Services, 3 columns\";s:4:\"slug\";s:31:\"twentytwentyfive/services-3-col\";s:11:\"description\";s:56:\"Three columns with images and text to showcase services.\";s:10:\"categories\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:6:\"banner\";i:2;s:8:\"services\";}}s:36:\"services-subscriber-only-section.php\";a:4:{s:5:\"title\";s:33:\"Services, subscriber only section\";s:4:\"slug\";s:49:\"twentytwentyfive/services-subscriber-only-section\";s:11:\"description\";s:72:\"A subscriber-only section highlighting exclusive services and offerings.\";s:10:\"categories\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"services\";}}s:24:\"services-team-photos.php\";a:4:{s:5:\"title\";s:21:\"Services, team photos\";s:4:\"slug\";s:37:\"twentytwentyfive/services-team-photos\";s:11:\"description\";s:59:\"Display team photos in a services section with grid layout.\";s:10:\"categories\";a:3:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";i:2;s:8:\"featured\";}}s:37:\"template-404-vertical-header-blog.php\";a:5:{s:5:\"title\";s:23:\"Right-aligned blog, 404\";s:4:\"slug\";s:50:\"twentytwentyfive/template-404-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:3:\"404\";}}s:30:\"template-archive-news-blog.php\";a:6:{s:5:\"title\";s:17:\"News blog archive\";s:4:\"slug\";s:43:\"twentytwentyfive/template-archive-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:31:\"template-archive-photo-blog.php\";a:6:{s:5:\"title\";s:18:\"Photo blog archive\";s:4:\"slug\";s:44:\"twentytwentyfive/template-archive-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:30:\"template-archive-text-blog.php\";a:6:{s:5:\"title\";s:23:\"Text-only blog, archive\";s:4:\"slug\";s:43:\"twentytwentyfive/template-archive-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:41:\"template-archive-vertical-header-blog.php\";a:6:{s:5:\"title\";s:34:\"Archive for the right-aligned blog\";s:4:\"slug\";s:54:\"twentytwentyfive/template-archive-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:27:\"template-home-news-blog.php\";a:6:{s:5:\"title\";s:14:\"News blog home\";s:4:\"slug\";s:40:\"twentytwentyfive/template-home-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:28:\"template-home-photo-blog.php\";a:6:{s:5:\"title\";s:15:\"Photo blog home\";s:4:\"slug\";s:41:\"twentytwentyfive/template-home-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:38:\"template-home-posts-grid-news-blog.php\";a:5:{s:5:\"title\";s:34:\"News blog with featured posts grid\";s:4:\"slug\";s:51:\"twentytwentyfive/template-home-posts-grid-news-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:27:\"template-home-text-blog.php\";a:6:{s:5:\"title\";s:20:\"Text-only blog, home\";s:4:\"slug\";s:40:\"twentytwentyfive/template-home-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:10:\"front-page\";i:1;s:4:\"home\";}}s:38:\"template-home-vertical-header-blog.php\";a:6:{s:5:\"title\";s:31:\"Homepage for right-aligned blog\";s:4:\"slug\";s:51:\"twentytwentyfive/template-home-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:40:\"template-home-with-sidebar-news-blog.php\";a:6:{s:5:\"title\";s:22:\"News blog with sidebar\";s:4:\"slug\";s:53:\"twentytwentyfive/template-home-with-sidebar-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:28:\"template-page-photo-blog.php\";a:5:{s:5:\"title\";s:15:\"Photo blog page\";s:4:\"slug\";s:41:\"twentytwentyfive/template-page-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:4:\"page\";}}s:38:\"template-page-vertical-header-blog.php\";a:5:{s:5:\"title\";s:40:\"Page template for the right-aligned blog\";s:4:\"slug\";s:51:\"twentytwentyfive/template-page-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:4:\"page\";}}s:33:\"template-query-loop-news-blog.php\";a:4:{s:5:\"title\";s:20:\"News blog query loop\";s:4:\"slug\";s:46:\"twentytwentyfive/template-query-loop-news-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:34:\"template-query-loop-photo-blog.php\";a:6:{s:5:\"title\";s:16:\"Photo blog posts\";s:4:\"slug\";s:47:\"twentytwentyfive/template-query-loop-photo-blog\";s:11:\"description\";s:54:\"A list of posts, 3 columns, with only featured images.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:33:\"template-query-loop-text-blog.php\";a:4:{s:5:\"title\";s:21:\"Text-only blog, posts\";s:4:\"slug\";s:46:\"twentytwentyfive/template-query-loop-text-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:44:\"template-query-loop-vertical-header-blog.php\";a:4:{s:5:\"title\";s:19:\"Right-aligned posts\";s:4:\"slug\";s:57:\"twentytwentyfive/template-query-loop-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:23:\"template-query-loop.php\";a:5:{s:5:\"title\";s:23:\"List of posts, 1 column\";s:4:\"slug\";s:36:\"twentytwentyfive/template-query-loop\";s:11:\"description\";s:61:\"A list of posts, 1 column, with featured image and post date.\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:29:\"template-search-news-blog.php\";a:6:{s:5:\"title\";s:24:\"News blog search results\";s:4:\"slug\";s:42:\"twentytwentyfive/template-search-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:30:\"template-search-photo-blog.php\";a:6:{s:5:\"title\";s:25:\"Photo blog search results\";s:4:\"slug\";s:43:\"twentytwentyfive/template-search-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:29:\"template-search-text-blog.php\";a:6:{s:5:\"title\";s:22:\"Text-only blog, search\";s:4:\"slug\";s:42:\"twentytwentyfive/template-search-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:40:\"template-search-vertical-header-blog.php\";a:6:{s:5:\"title\";s:26:\"Right-aligned blog, search\";s:4:\"slug\";s:53:\"twentytwentyfive/template-search-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:40:\"template-single-left-aligned-content.php\";a:6:{s:5:\"title\";s:30:\"Post with left-aligned content\";s:4:\"slug\";s:47:\"twentytwentyfive/post-with-left-aligned-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:29:\"template-single-news-blog.php\";a:6:{s:5:\"title\";s:34:\"News blog single post with sidebar\";s:4:\"slug\";s:42:\"twentytwentyfive/template-single-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:26:\"template-single-offset.php\";a:6:{s:5:\"title\";s:34:\"Offset post without featured image\";s:4:\"slug\";s:39:\"twentytwentyfive/template-single-offset\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:30:\"template-single-photo-blog.php\";a:6:{s:5:\"title\";s:22:\"Photo blog single post\";s:4:\"slug\";s:43:\"twentytwentyfive/template-single-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:29:\"template-single-text-blog.php\";a:6:{s:5:\"title\";s:27:\"Text-only blog, single post\";s:4:\"slug\";s:42:\"twentytwentyfive/template-single-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:40:\"template-single-vertical-header-blog.php\";a:6:{s:5:\"title\";s:25:\"Right-aligned single post\";s:4:\"slug\";s:53:\"twentytwentyfive/template-single-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:22:\"testimonials-2-col.php\";a:5:{s:5:\"title\";s:21:\"2 columns with avatar\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-2-col\";s:11:\"description\";s:42:\"Two columns with testimonials and avatars.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:22:\"testimonials-6-col.php\";a:5:{s:5:\"title\";s:35:\"3 column layout with 6 testimonials\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-6-col\";s:11:\"description\";s:86:\"A section with three columns and two rows, each containing a testimonial and citation.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:22:\"testimonials-large.php\";a:5:{s:5:\"title\";s:32:\"Review with large image on right\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-large\";s:11:\"description\";s:46:\"A testimonial with a large image on the right.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:13:\"text-faqs.php\";a:6:{s:5:\"title\";s:4:\"FAQs\";s:4:\"slug\";s:26:\"twentytwentyfive/text-faqs\";s:11:\"description\";s:68:\"A FAQs section with a FAQ heading and list of questions and answers.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:4:\"text\";i:1;s:5:\"about\";}s:8:\"keywords\";a:5:{i:0;s:3:\"faq\";i:1;s:5:\"about\";i:2;s:10:\"frequently\";i:3;s:5:\"asked\";i:4;s:9:\"questions\";}}s:19:\"vertical-header.php\";a:6:{s:5:\"title\";s:15:\"Vertical header\";s:4:\"slug\";s:32:\"twentytwentyfive/vertical-header\";s:11:\"description\";s:46:\"Vertical Header with site title and navigation\";s:13:\"viewportWidth\";i:300;s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:34:\"core/template-part/vertical-header\";}}}}','off'),(126,'nonce_key','EagO|ZpqB^j*9yf(RNTrp1,dJM;Q/CH@+h;`NzNC[+ExbOjB.tr.(@)mD0m,[!2,','off'),(125,'recovery_keys','a:0:{}','off'),(127,'nonce_salt','f864eGt GT}v1iy5 Zz.}n0$x (iIYZecs[mL~s2{K*OI[TL$% n+O87b&M8xCt<','off'),(128,'theme_mods_twentytwentyfive','a:1:{s:18:\"custom_css_post_id\";i:-1;}','auto'),(129,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"6a64f06d5174183821b9e5e1b0e89c36\";s:6:\"blocks\";a:52:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:769:\":root :where(.wp-block-columns-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-columns-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-columns-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-flex){gap: var(--wp--preset--spacing--50);}:root :where(.wp-block-columns-is-layout-grid){gap: var(--wp--preset--spacing--50);}\";s:14:\"core/pullquote\";s:306:\":root :where(.wp-block-pullquote){font-size: var(--wp--preset--font-size--xx-large);font-weight: 300;line-height: 1.2;padding-top: var(--wp--preset--spacing--30);padding-bottom: var(--wp--preset--spacing--30);}:root :where(.wp-block-pullquote p:last-of-type){margin-bottom: var(--wp--preset--spacing--30);}\";s:32:\"c48738dcb285a3f6ab83acff204fc486\";s:106:\":root :where(.wp-block-pullquote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;}\";s:11:\"core/avatar\";s:57:\":root :where(.wp-block-avatar img){border-radius: 100px;}\";s:12:\"core/buttons\";s:665:\":root :where(.wp-block-buttons-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flow) > *{margin-block-start: 16px;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > *{margin-block-start: 16px;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flex){gap: 16px;}:root :where(.wp-block-buttons-is-layout-grid){gap: 16px;}\";s:9:\"core/code\";s:427:\":root :where(.wp-block-code){background-color: var(--wp--preset--color--accent-5);color: var(--wp--preset--color--contrast);font-family: var(--wp--preset--font-family--fira-code);font-size: var(--wp--preset--font-size--medium);font-weight: 300;padding-top: var(--wp--preset--spacing--40);padding-right: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--40);padding-left: var(--wp--preset--spacing--40);}\";s:24:\"core/comment-author-name\";s:169:\":root :where(.wp-block-comment-author-name){color: var(--wp--preset--color--accent-4);font-size: var(--wp--preset--font-size--small);margin-top: 5px;margin-bottom: 0px;}\";s:32:\"c0002c260f8238c4212f3e4c369fc4f7\";s:143:\":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button))){color: var(--wp--preset--color--accent-4);text-decoration: none;}\";s:32:\"1e7c38b45537b325dbbbaec17a301676\";s:112:\":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:20:\"core/comment-content\";s:178:\":root :where(.wp-block-comment-content){font-size: var(--wp--preset--font-size--medium);margin-top: var(--wp--preset--spacing--30);margin-bottom: var(--wp--preset--spacing--30);}\";s:17:\"core/comment-date\";s:127:\":root :where(.wp-block-comment-date){color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--small);}\";s:32:\"c83ca7b3e52884c70f7830c54f99b318\";s:114:\":root :where(.wp-block-comment-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:22:\"core/comment-edit-link\";s:90:\":root :where(.wp-block-comment-edit-link){font-size: var(--wp--preset--font-size--small);}\";s:32:\"41d70710612536a90e368c12bcb0efea\";s:119:\":root :where(.wp-block-comment-edit-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:23:\"core/comment-reply-link\";s:91:\":root :where(.wp-block-comment-reply-link){font-size: var(--wp--preset--font-size--small);}\";s:32:\"13c96340dbf37700add1f4c5cae19f3e\";s:120:\":root :where(.wp-block-comment-reply-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:23:\"core/post-comments-form\";s:565:\":root :where(.wp-block-post-comments-form){font-size: var(--wp--preset--font-size--medium);padding-top: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--40);}:root :where(.wp-block-post-comments-form textarea, .wp-block-post-comments-form input:not([type=submit])){border-radius:.25rem; border-color: var(--wp--preset--color--accent-6) !important;}:root :where(.wp-block-post-comments-form input[type=checkbox]){margin:0 .2rem 0 0 !important;}:root :where(.wp-block-post-comments-form label){font-size: var(--wp--preset--font-size--small);}\";s:24:\"core/comments-pagination\";s:182:\":root :where(.wp-block-comments-pagination){font-size: var(--wp--preset--font-size--medium);margin-top: var(--wp--preset--spacing--40);margin-bottom: var(--wp--preset--spacing--40);}\";s:29:\"core/comments-pagination-next\";s:98:\":root :where(.wp-block-comments-pagination-next){font-size: var(--wp--preset--font-size--medium);}\";s:32:\"core/comments-pagination-numbers\";s:101:\":root :where(.wp-block-comments-pagination-numbers){font-size: var(--wp--preset--font-size--medium);}\";s:33:\"core/comments-pagination-previous\";s:102:\":root :where(.wp-block-comments-pagination-previous){font-size: var(--wp--preset--font-size--medium);}\";s:14:\"core/post-date\";s:124:\":root :where(.wp-block-post-date){color: var(--wp--preset--color--accent-4);font-size: var(--wp--preset--font-size--small);}\";s:32:\"ac0d4e00f5ec22d14451759983e5bd43\";s:133:\":root :where(.wp-block-post-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--accent-4);text-decoration: none;}\";s:32:\"0ae6ffd1b886044c2da62d75d05ab13d\";s:102:\":root :where(.wp-block-post-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:25:\"core/post-navigation-link\";s:94:\":root :where(.wp-block-post-navigation-link){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/post-terms\";s:158:\":root :where(.wp-block-post-terms){font-size: var(--wp--preset--font-size--small);font-weight: 600;}:root :where(.wp-block-post-terms a){white-space: nowrap;}\";s:15:\"core/post-title\";s:0:\"\";s:32:\"bb496d3fcd9be3502ce57ff8281e5687\";s:92:\":root :where(.wp-block-post-title a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"12380ab98fdc81351bb32a39bbfc9249\";s:103:\":root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:10:\"core/quote\";s:1315:\":root :where(.wp-block-quote){border-color: currentColor;border-width: 0 0 0 2px;border-style: solid;font-size: var(--wp--preset--font-size--large);font-weight: 300;margin-right: 0;margin-left: 0;padding-top: var(--wp--preset--spacing--30);padding-right: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--30);padding-left: var(--wp--preset--spacing--40);}:root :where(.wp-block-quote-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-quote-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--30);margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-quote-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--30);margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-flex){gap: var(--wp--preset--spacing--30);}:root :where(.wp-block-quote-is-layout-grid){gap: var(--wp--preset--spacing--30);}:root :where(.wp-block-quote.has-text-align-right ){border-width: 0 2px 0 0;}:root :where(.wp-block-quote.has-text-align-center ){border-width: 0;border-inline: 0; padding-inline: 0;}\";s:32:\"1de7a22e22013106efc5be82788cb6c0\";s:176:\":root :where(.wp-block-quote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 300;}:root :where(.wp-block-quote cite sub){font-size: 0.65em}\";s:21:\"core/query-pagination\";s:107:\":root :where(.wp-block-query-pagination){font-size: var(--wp--preset--font-size--medium);font-weight: 500;}\";s:11:\"core/search\";s:380:\":root :where(.wp-block-search .wp-block-search__label, .wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button){font-size: var(--wp--preset--font-size--medium);line-height: 1.6;}:root :where(.wp-block-search .wp-block-search__input){border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--accent-6);}\";s:32:\"14fa6a3d0cfbde171cbc0fb04aa8a6cf\";s:138:\":root :where(.wp-block-search .wp-element-button,.wp-block-search  .wp-block-button__link){border-radius: 3.125rem;margin-left: 1.125rem;}\";s:32:\"05993ee2f3de94b5d1350998a7e9b6b0\";s:130:\":root :where(.wp-block-search .wp-element-button:hover,.wp-block-search  .wp-block-button__link:hover){border-color: transparent;}\";s:14:\"core/separator\";s:148:\":root :where(.wp-block-separator){border-color: currentColor;border-width: 0 0 1px 0;border-style: solid;color: var(--wp--preset--color--accent-6);}\";s:17:\"core/site-tagline\";s:86:\":root :where(.wp-block-site-tagline){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/site-title\";s:75:\":root :where(.wp-block-site-title){font-weight: 700;letter-spacing: -.5px;}\";s:32:\"f513d889cf971b13995cc3fffed2f39b\";s:92:\":root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"22c37a317cc0ebd50155b5ad78564f37\";s:103:\":root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:21:\"core/term-description\";s:90:\":root :where(.wp-block-term-description){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/navigation\";s:84:\":root :where(.wp-block-navigation){font-size: var(--wp--preset--font-size--medium);}\";s:32:\"25289a01850f5a0264ddb79a9a3baf3d\";s:92:\":root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"026c04da08398d655a95047f1f235d97\";s:103:\":root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:9:\"core/list\";s:52:\":root :where(.wp-block-list li){margin-top: 0.5rem;}\";s:12:\"core/heading\";s:0:\"\";s:14:\"core/paragraph\";s:0:\"\";s:10:\"core/group\";s:0:\"\";s:11:\"core/column\";s:0:\"\";}}','on'),(130,'_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.7.2.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.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.2\";s:7:\"version\";s:5:\"6.7.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1740406304;s:15:\"version_checked\";s:5:\"6.7.2\";s:12:\"translations\";a:0:{}}','off'),(162,'bvmgredirect','no','off'),(163,'bvActivateTime','1740406341','off'),(164,'bv_default_secret_key','a:2:{s:3:\"key\";s:32:\"ZxwzazMSpmCtfnBHmOqweOJuIJ5czknG\";s:10:\"expires_at\";i:1740492741;}','off'),(165,'bvLastRecvTime','1740406525','off'),(166,'bvAccountsList','a:1:{s:32:\"57e4a1fc1abe460a316dec6b96c987a6\";a:7:{s:6:\"secret\";s:32:\"5976da82c10656830de7f0b82ea637a6\";s:11:\"account_gid\";s:8:\"yzAWjCoS\";s:14:\"lastbackuptime\";i:1740406390;s:11:\"migrateguru\";b:1;s:12:\"account_type\";s:11:\"migrateguru\";s:3:\"url\";s:32:\"https://floris.thepmpacademy.com\";s:5:\"email\";s:25:\"conta******@sunfloris.com\";}}','off'),(132,'_site_transient_timeout_theme_roots','1740407992','off'),(133,'_site_transient_theme_roots','a:3:{s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),(134,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1740406305;s:7:\"checked\";a:3:{s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.1.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:9:\"no_update\";a:2:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(135,'_site_transient_timeout_browser_6dbb10952a38c11d19e2648023d5055b','1741011044','off'),(136,'_site_transient_browser_6dbb10952a38c11d19e2648023d5055b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"133.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(137,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1741011044','off'),(138,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(140,'_site_transient_timeout_community-events-c923158445233f1244b2d0f869f4513f','1740449450','off'),(141,'_site_transient_community-events-c923158445233f1244b2d0f869f4513f','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"156.146.59.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:17:\"Refresh & Connect\";s:3:\"url\";s:52:\"https://www.meetup.com/wordpressnyc/events/306130356\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2025-02-27 19:00:00\";s:8:\"end_date\";s:19:\"2025-02-27 20:00:00\";s:20:\"start_unix_timestamp\";i:1740700800;s:18:\"end_unix_timestamp\";i:1740704400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.74000000000000198951966012828052043914794921875;s:9:\"longitude\";d:-73.9899999999999948840923025272786617279052734375;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"WordPress Hangout & Networking\";s:3:\"url\";s:66:\"https://www.meetup.com/wordpress-montclair-meetup/events/303908319\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2025-03-03 18:30:00\";s:8:\"end_date\";s:19:\"2025-03-03 21:30:00\";s:20:\"start_unix_timestamp\";i:1741044600;s:18:\"end_unix_timestamp\";i:1741055400;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clifton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.86843499999999806959749548695981502532958984375;s:9:\"longitude\";d:-74.190709999999995716279954649507999420166015625;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:16:\"TBA Presentation\";s:3:\"url\";s:66:\"https://www.meetup.com/wordpress-montclair-meetup/events/304324439\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2025-03-19 18:00:00\";s:8:\"end_date\";s:19:\"2025-03-19 20:00:00\";s:20:\"start_unix_timestamp\";i:1742421600;s:18:\"end_unix_timestamp\";i:1742428800;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.81157300000000276440914603881537914276123046875;s:9:\"longitude\";d:-74.21863600000000360523699782788753509521484375;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"WordPress Hangout & Networking\";s:3:\"url\";s:66:\"https://www.meetup.com/wordpress-montclair-meetup/events/304324470\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2025-03-31 18:30:00\";s:8:\"end_date\";s:19:\"2025-03-31 21:30:00\";s:20:\"start_unix_timestamp\";i:1743460200;s:18:\"end_unix_timestamp\";i:1743471000;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clifton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.86843499999999806959749548695981502532958984375;s:9:\"longitude\";d:-74.190709999999995716279954649507999420166015625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:68:\"Help Desk - Bring Your Laptop, Yourself, and Your WordPress Problems\";s:3:\"url\";s:66:\"https://www.meetup.com/wordpress-montclair-meetup/events/304897904\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2025-04-16 18:00:00\";s:8:\"end_date\";s:19:\"2025-04-16 20:00:00\";s:20:\"start_unix_timestamp\";i:1744840800;s:18:\"end_unix_timestamp\";i:1744848000;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.81157300000000276440914603881537914276123046875;s:9:\"longitude\";d:-74.21863600000000360523699782788753509521484375;}}}}','off'),(142,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1740449450','off'),(143,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 15:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.8-alpha-59827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Shaping Tomorrow at WordCamp Asia 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 15:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18515\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:394:\"Over 1,400 attendees from 71 countries gathered at the Philippine International Convention Center in Manila, and nearly 15,000 more joined online, for WordCamp Asia 2025. It&#8217;s the people. It&#8217;s the friendships and the stories. Matt Mullenweg, WordPress Cofounder The flagship WordPress event started with a dedicated Contributor Day, followed by two days of engaging talks, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:53681:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1.jpg?resize=1024%2C512&#038;ssl=1\" alt=\"WordCamp Asia 2025 attendees gathered for a group photo\" class=\"wp-image-18521\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=2048%2C1024&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Over 1,400 attendees from 71 countries gathered at the Philippine International Convention Center in Manila, and nearly 15,000 more joined online, for WordCamp Asia 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote alignwide has-text-align-center\"><blockquote><p>It&#8217;s the people. It&#8217;s the friendships and the stories.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The flagship WordPress event started with a dedicated Contributor Day, followed by two days of engaging talks, panels, hands-on workshops, and networking. Notable guests included WordPress Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Gutenberg Lead Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who were joined by a diverse lineup of speakers and panelists.</p>\n\n\n\n<p>Throughout the event, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest products, engaged with attendees, and offered live demos and giveaways.&nbsp;Each day, attendees refueled with diverse food offerings featuring Filipino favorites, turning meals into a prime networking opportunity where new connections were made and ideas were exchanged.</p>\n\n\n\n<h2 class=\"wp-block-heading\">New Ways to Engage</h2>\n\n\n\n<p>This year’s event introduced several new programs to the schedule:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solutions Spotlight</strong>—a series of dynamic 10-minute lightning talks that gave an inside look at innovative products, cutting-edge strategies, and real-world solutions from top-tier sponsors, all designed to help attendees succeed in the WordPress ecosystem. These fast-paced sessions offered a unique opportunity to discover how leading brands are solving challenges, empowering users, and shaping the future of WordPress.</li>\n\n\n\n<li><strong>YouthCamp</strong>, a dedicated event for kids and teens ages 8-17, offered a full day of free, hands-on sessions designed to spark creativity and introduce the world of WordPress and open source. Through interactive workshops covering web basics, design, and development, participants gained practical skills while exploring the power of building online.&nbsp;</li>\n\n\n\n<li>The new <strong>Career and Social Corners</strong> enhanced networking, fostered meaningful connections, and created new opportunities for those within the WordPress community. Career Corner was the go-to space for attendees exploring career opportunities, connecting with sponsors, and discovering exciting new roles. Meanwhile, Social Corner offered a relaxed, lounge-style environment where attendees could engage in informal discussions over refreshments.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Asia kicked off with an incredible Contributor Day, bringing together almost 800 contributors, many of them new, to collaborate, share knowledge, and give back to WordPress. With 37 dedicated table leads and 16 experts from the Human Library guiding the way, participants of all experience levels engaged in meaningful discussions, tackled important tasks, and made a lasting impact on the WordPress project.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-border-color has-darker-grey-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-color:#1c2024;border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319d6b6&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18526\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18526\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319dad5&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18537\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18537\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319ddfb&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18527\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18527\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319e14b&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18524\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18524\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319e43c&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18530\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18530\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319e726&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18525\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18525\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319e9fe&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18528\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18528\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319ece8&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18534\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18534\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319efe6&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18531\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18531\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319f313&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18536\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18536\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>Key contributions included resolving a critical media bug, advancing vertical text editing in Gutenberg, and refining the editing experience with dozens of issue closures. Performance optimizations and accessibility improvements abounded, joined by seven fresh patterns, and over 4,000 newly translated strings.</p>\n\n\n\n<p>New tools and workflows were explored to enhance testing and development. The day also saw meaningful conversations between hosting providers and users, improvements to event organizing processes, and hands-on training.</p>\n\n\n\n<p>With innovative ideas, new faces, and significant progress across multiple areas, Contributor Day reinforced the spirit of open source collaboration that drives WordPress forward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Future is WordPress</h2>\n\n\n\n<p>On the first full conference day, attendees gathered to celebrate the power of open source collaboration and innovation. Opening remarks from global and local event leads reflected on the incredible journey of WordCamp Asia, tracing its roots back to the first Southeast Asian WordCamp in Manila in 2008. This full-circle moment underscored how the WordPress community has flourished over the years, driven by shared knowledge and a commitment to an open web. The excitement continued with a highly anticipated opening keynote from Matías Ventura, who shared insights into the future of Gutenberg and WordPress, inspiring attendees to embrace the next wave of innovation and creativity in content publishing.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"There and Back Again\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/-Zgv2q5NHBA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>The day then began in earnest. Talks highlighted new ways to integrate WordPress with external applications, opening possibilities for more interactive and scalable digital experiences. Simultaneously, content strategists and marketers explored evolving best practices in SEO, learning how to optimize their sites for visibility, engagement, and long-term growth. These sessions emphasized the importance of adaptability in a constantly evolving digital landscape, ensuring that WordPress users stay ahead of industry trends.</p>\n\n\n\n<p>Workshops throughout the day provided hands-on learning experiences tailored to a wide range of skill levels. Developers refined their expertise, gaining practical knowledge they could apply to their own projects. Accessibility advocates led discussions on designing for inclusivity, showcasing strategies to make WordPress-powered websites more navigable and user-friendly for people of all abilities.</p>\n\n\n\n<p>As the conference continued into the afternoon, conversations expanded to performance optimization and emerging technologies shaping the future of WordPress. A dedicated session explored AI-driven workflows, demonstrating how artificial intelligence can enhance site performance, automate repetitive tasks, and create more personalized user experiences. These discussions showcased the evolving role of WordPress as a versatile platform that extends beyond traditional publishing.</p>\n\n\n\n<p>The first day culminated in a thought-provoking keynote panel, WordPress in 2030, where industry leaders explored the future of the platform. The discussion covered the expanding open source community, emerging technologies, and the role of education and mentorship. Panelists shared their perspectives on the opportunities and challenges ahead, encouraging attendees to actively shape the future of WordPress by contributing, innovating, and advocating for an open web.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"442\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x.jpg?resize=1024%2C442&#038;ssl=1\" alt=\"Panelists Noel Tock, Hong Phuc Dang, Jon Ang, Courtney Robertson, and Raquel Manriquez discuss WordPress in 2030\" class=\"wp-image-18561\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=1024%2C442&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=300%2C129&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=768%2C331&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=1536%2C663&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=2048%2C883&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Returning for the final day of WordCamp Asia 2025, attendees explored a new set of sessions designed to push the boundaries of web development and strategy. Technical discussions on advanced Gutenberg block development highlighted innovative ways to build more dynamic and interactive content experiences, while another session examined performance optimization strategies to enhance site speed, accessibility, and overall user engagement. Content creators and marketers gained valuable insights into audience growth, effective storytelling, and data-driven content strategies to maximize impact.</p>\n\n\n\n<p>The final sessions of the conference reinforced WordPress’s adaptability and innovation, equipping attendees with new skills and strategies.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>As the final day drew to a close, Matt shared historic photos from WordCamp Davao 2008 in the Philippines, and then answered questions from the audience.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/LEm2NXwbZKc?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span>\n</div></figure>\n\n\n\n<p>Questions covered a variety of topics, incluiding: publishing on the open web, AI, headless WordPress, education, and Matt’s personal motivations. It was clear throughout the Q&amp;A that the future of WordPress is as bright as the island-themed attire at the event’s after-party.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>Thank you to all the hard-working organizers who made this event possible, the speakers who took the stage, the visitors who ventured to Manila, and everyone who tuned in from around the world. Our hope is that every WordCamp attendee leaves with new knowledge, new friends, and new inspiration to build a better web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-border-color has-darker-grey-background-color has-background wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-color:#1c2024;border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c319fc20&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18533\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18533\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a0193&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18547\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"\" class=\"wp-image-18547\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=2048%2C1367&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a05b7&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18535\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18535\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a09db&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18523\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18523\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a0de3&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18532\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18532\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a12df&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18529\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18529\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a15e0&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18545\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18545\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a18c7&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18543\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18543\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a1bac&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18546\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"\" class=\"wp-image-18546\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=2048%2C1367&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31a1eb3&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18540\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-18540\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for other major WordPress events in 2025: <a href=\"https://europe.wordcamp.org/2025/\">WordCamp Europe</a> (Basel, Switzerland) and<a href=\"https://us.wordcamp.org/2025/\"> WordCamp US</a> (Portland, Oregon, USA). Then join us in Mumbai, India for WordCamp Asia 2026!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Report: WordPress in 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2025/02/wordpress-in-2025-report/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Feb 2025 03:19:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18475\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"This year is set to be transformative for WordPress, yet many decision-makers risk overlooking the immense opportunities ahead. Our new “WordPress in 2025” report highlights why WordPress should be a cornerstone of your long-term strategy. Stay ahead of the curve—read the report now to see how WordPress can drive growth and innovation for your business in the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Noel Tock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3721:\"\n<p>This year is set to be transformative for WordPress, yet many decision-makers risk overlooking the immense opportunities ahead. Our new <strong>“WordPress in 2025”</strong> report highlights why WordPress should be a cornerstone of your long-term strategy. Stay ahead of the curve—read the report now to see how WordPress can drive growth and innovation for your business in the years to come.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"647\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=1024%2C647&#038;ssl=1\" alt=\"\" class=\"wp-image-18476\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=1024%2C647&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=300%2C189&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=768%2C485&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=1536%2C970&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=2048%2C1293&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Some of the key points we explore:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>As proprietary &#8220;next-gen&#8221; CMS hype fizzles out and enterprise budgets shift priorities, open-source CMSs like WordPress are primed to gain ground in the commoditized CMS space. WordPress&#8217; maturity and extensibility provide a high starting point for innovation.</li>\n\n\n\n<li>WordPress&#8217; Block Editor has seen tremendous investment, amassing over 34,000 commits &#8211; more than entire competing CMS projects. New capabilities like Full Site Editing (FSE) give enterprises unprecedented ability to enable no-code site building.</li>\n\n\n\n<li>Just as being the first user-friendly publishing tool propelled WordPress&#8217; initial growth, AI presents a similar opportunity. WordPress&#8217; contributor community can build not just AI features, but an exciting multi-agent, LLM-agnostic ecosystem representing an intelligent content operating system.</li>\n\n\n\n<li>Pure-play headless vendors are working backwards to add no-code editing, while WordPress has long supported robust headless capabilities alongside its mature editor. For complex sites, hybrid architectures leveraging both are the pragmatic path forward.</li>\n</ul>\n\n\n\n<p><a href=\"https://wordpress.org/news/files/2025/02/WordPress-in-2025-Report-Noel-Tock.pdf\">Download the full WordPress in 2025 (PDF)</a> report directly to learn more.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Don’t miss WP:25, the virtual event.</h3>\n\n\n\n<p><a href=\"https://humanmade.com/wordpress-in-2025-event/?utm_campaign=41192678-WordPress%20in%202025&amp;utm_source=event&amp;utm_medium=Noel%20sales%20outreach&amp;utm_content=event%20landing%20page\">Save your spot at our free event, WP:25</a>, exploring the future of WordPress and featuring key people working with many of the ideas discussed in the report. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>About the report&#8217;s author, <a href=\"https://profiles.wordpress.org/noel_tock/\">Noel Tock</a></strong> — Having built his first website back in 1995, Noel has long been watching the evolution of the CMS space. As a co-owner at one of the leading enterprise WordPress agencies, Human Made, his belief in the power of open source is as great as ever. Human Made is a WordPress VIP Gold Partner specializing in DXP, headless, AI and more.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordCamp Asia 2025: Manila Magic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2025/02/wordcamp-asia-2025-manila-magic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2025 16:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18482\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:409:\"The first major WordCamp of the year is here! WordCamp Asia 2025 lands in Manila, Philippines, from February 20-22, bringing together open source enthusiasts, developers, and WordPress professionals from across the region—and the world. With three packed days of learning, networking, and collaboration, this year’s event promises fresh insights, dynamic discussions, and plenty of opportunities [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Bernard Meyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4837:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"536\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=1024%2C536&#038;ssl=1\" alt=\"WordCamp Asia 2025\" class=\"wp-image-18491\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=1024%2C536&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=768%2C402&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>The first major WordCamp of the year is here! <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia 2025</a> lands in Manila, Philippines, from February 20-22, bringing together open source enthusiasts, developers, and WordPress professionals from across the region—and the world.</p>\n\n\n\n<p>With three packed days of learning, networking, and collaboration, this year’s event promises fresh insights, dynamic discussions, and plenty of opportunities to connect.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Solutions spotlight</h3>\n\n\n\n<p>Throughout the conference days, multiple presentations will focus on the solutions provided by our amazing sponsors. This is a great opportunity to learn more about their initiatives and solutions.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://asia.wordcamp.org/2025/solutions-spotlight/\">Explore the solutions spotlight</a></div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Keynotes, panels, and deep dives</h3>\n\n\n\n<p>The main conference, which will be held on February 21-22, will feature <a href=\"https://asia.wordcamp.org/2025/schedule/#day-2\">a lineup of notable keynote speakers</a>, including digital innovation leaders and open-source advocates. Attendees can expect diverse sessions on business strategy, development of best practices, and technical advancements.</p>\n\n\n\n<p>For those looking to sharpen their skills, presentations will dive deep into topics like SEO for WordPress, performance optimization, and AI-powered content creation. Plus, don’t miss the electrifying WordPress Speed Build Battle, where developers race to create stunning sites in record time.</p>\n\n\n\n<h3 class=\"wp-block-heading\">YouthCamp</h3>\n\n\n\n<p>On February 22, WordCamp Asia 2025 will host <a href=\"https://asia.wordcamp.org/2025/youthcamp/\">YouthCamp</a>, a pre-registered event designed to introduce young minds to WordPress and its endless possibilities. This initiative aims to engage the next generation of WordPress users, developers, and contributors through hands-on activities and interactive sessions</p>\n\n\n\n<h3 class=\"wp-block-heading\">Closing Q&amp;A with Matt Mullenweg</h3>\n\n\n\n<p>WordPress Cofounder Matt Mullenweg will wrap up the event with a live Q&amp;A session on February 22. Whether attending in person or tuning in online, you can catch his insights live on the <a href=\"https://www.youtube.com/@WordPress\">WordPress YouTube channel</a> at 4:00 p.m. Philippine Time (08:00 UTC).</p>\n\n\n\n<h3 class=\"wp-block-heading\">After party</h3>\n\n\n\n<p>As the sun sets on WordCamp Asia 2025, the excitement continues with the After Party (theme: Island Vibe)! Get ready to experience the vibrant spirit of the Philippines with a lively gathering at <a href=\"https://www.picc.gov.ph/\">The Forum at PICC</a>. Expect a night filled with great conversations, music, and a celebration of the WordPress community.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get WordCamp-ready</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Secure your <a href=\"https://asia.wordcamp.org/2025/tickets/\">WordCamp Asia 2025 tickets</a> (if you haven’t already!)</li>\n\n\n\n<li>Browse the <a href=\"https://asia.wordcamp.org/2025/schedule/\">full schedule of sessions</a> to plan your experience</li>\n\n\n\n<li>Follow WordCamp Asia on<strong> </strong><a href=\"https://x.com/WordCampAsia\">X</a>, <a href=\"https://www.linkedin.com/company/wordcampasia/\">LinkedIn</a>, and <a href=\"https://www.instagram.com/wordcampasia/\">Instagram</a> for real-time updates</li>\n</ul>\n\n\n\n<p>As always, be part of the conversation! Whether you’re attending in Manila or following along online, share your experiences using <strong>#WCAsia</strong> and <strong>#WordPress</strong>.</p>\n\n\n\n<p>Manila is calling—see you at WordCamp Asia 2025!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.7.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2025/02/wordpress-6-7-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2025 16:52:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18445\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"WordPress 6.7.2 is now available! This minor release includes 35 bug fixes, addressing issues affecting multiple components including the block editor, HTML API, and Customize. WordPress 6.7.2 is a short-cycle release. The next major release will be version 6.8 planned for April 15, 2025. If you have sites that support automatic background updates, the update [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8487:\"\n<h2 class=\"wp-block-heading\">WordPress 6.7.2 is now available!</h2>\n\n\n\n<p>This minor release includes <a href=\"https://make.wordpress.org/core/tag/6-7-2/\">35 bug fixes</a>, addressing issues affecting multiple components including the block editor, HTML API, and Customize.</p>\n\n\n\n<p>WordPress 6.7.2 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-8/\">version 6.8</a> planned for April 15, 2025.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.7.2.zip\">download WordPress 6.7.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-7-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.7.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/ajlende\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexandrebuffet\">Alexandre Buffet</a>, <a href=\"https://profiles.wordpress.org/bowedk\">Andreas Pedersen</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitkumarshah\">Ankit Kumar Shah</a>, <a href=\"https://profiles.wordpress.org/apermo\">apermo</a>, <a href=\"https://profiles.wordpress.org/benniledl\">Benedikt Ledl</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">Brian Alexander</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/coquardcyr\">Cyrille</a>, <a href=\"https://profiles.wordpress.org/danielpost\">Daniel Post</a>, <a href=\"https://profiles.wordpress.org/darerodz\">darerodz</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/get_dave\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhewercorus\">dhewercorus</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella</a>, <a href=\"https://profiles.wordpress.org/im3dabasia1\">Eshaan Dabasiya</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ffffelix\">Felix Renicks</a>, <a href=\"https://profiles.wordpress.org/franciscabusas22\">Francis Cabusas</a>, <a href=\"https://profiles.wordpress.org/frankbiganski\">Frank B.</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ghinamt\">ghinamt</a>, <a href=\"https://profiles.wordpress.org/glynnquelch\">Glynn Quelch</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/jameskoster\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jdnd\">jdnd</a>, <a href=\"https://profiles.wordpress.org/jeryj\">jeryj</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanwp22\">juanwp22</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/karthickmurugan\">Karthick</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">Kazuto Takeshita</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/ketanniruke\">Ketan Niruke</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/levskipg\">levskipg</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak\">Maciej Ma?kowiak</a>, <a href=\"https://profiles.wordpress.org/santosguillamot\">Mario Santos</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mayanktripathi32\">Mayank Tripathi</a>, <a href=\"https://profiles.wordpress.org/czapla\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/presstoke\">Mitchell Austin</a>, <a href=\"https://profiles.wordpress.org/mreishus\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur\">Nadir Seghir a11n</a>, <a href=\"https://profiles.wordpress.org/narenin\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/nareshbheda\">Naresh Bheda</a>, <a href=\"https://profiles.wordpress.org/neotrope\">neotrope</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/oglekler\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/parthvataliya\">Parth vataliya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/paullb\">paullb</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pitamdey\">Pitam Dey</a>, <a href=\"https://profiles.wordpress.org/redkite\">redkite</a>, <a href=\"https://profiles.wordpress.org/rishavdutta\">Rishav Dutta</a>, <a href=\"https://profiles.wordpress.org/robertstaddon\">robertstaddon</a>, <a href=\"https://profiles.wordpress.org/rvoigt\">rvoigt</a>, <a href=\"https://profiles.wordpress.org/mi5t4n\">Sagar Tamang</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/seanlanglands\">seanlanglands</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/shyamkariya\">Shyam Kariya</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sukhendu2002\">Sukhendu Sekhar Guria</a>, <a href=\"https://profiles.wordpress.org/TobiasBg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vishy-moghan\">Vishy Moghan</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wongjn\">wongjn</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/zaoyao\">zaoyao</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\"https://profiles.wordpress.org/joedolson/\">@joedolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a> and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Joost/Karim Fork\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2025/01/jkpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jan 2025 02:06:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18394\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:319:\"Making great software, great product that stands the test of time and not just survives but thrives through monumental technological shifts is incredibly hard. That challenge is part of the reason I love doing it. There is never a dull day, and the reward of seeing the code you wrote used by the most amazing [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9904:\"\n<p>Making great software, great product that stands the test of time and not just survives but thrives through monumental technological shifts is <em>incredibly hard</em>. That challenge is part of the reason I love doing it. There is never a dull day, and the reward of seeing the code you wrote used by the most amazing creators in the world is an indescribable pleasure. <strong>When I see what people create with WordPress, some days I feel like I’m grinding pigment for Leonardo da Vinci or slitting a quill for Beethoven.</strong></p>\n\n\n\n<p>In open source, one thing that makes it even harder to ship great software is bringing together disparate groups of contributors who may have entirely different incentives or missions or philosophies about how to make great work. Working together on a team is such a delicate balance, and even one person rowing in the wrong direction can throw everyone else off.</p>\n\n\n\n<p>That’s why periodically I think it is very healthy for open source projects to fork, it allows for people to try out and experiment with different forms of governance, leadership, decision-making, and technical approaches. As I&#8217;ve said, forking is beautiful, and <a href=\"https://wordpress.org/news/2024/10/spoon/\">forks have my full support and we&#8217;ll even link and promote them</a>.</p>\n\n\n\n<p><a href=\"https://joost.blog/\">Joost</a> is a self-proclaimed leader in the SEO space, an industry known for making the web better. He asked for and <a href=\"https://joost.blog/leading-marketing-communication-for-wordpress/\">I gave him WordPress marketing leadership responsibility</a> in January 2019 and <a href=\"https://joost.blog/why-im-stepping-down-from-my-wordpress-marketing-role/\">he stepped down in June of 2019</a>, I think we would both agree in those 5 months he was not effective at leading the marketing team or doing the work himself.</p>\n\n\n\n<p><a href=\"https://marucchi.com/\">Karim</a> leads a small WordPress agency called <a href=\"https://crowdfavorite.com/\">Crowd Favorite</a> which counts clients such as Lexus and ABC and employs ~50 people.</p>\n\n\n\n<p>Both are men I have shared meals with and consider of the highest integrity. I would trust them to watch any of my 15 godchildren for a day. These are good humans. Now go do the work. It probably won&#8217;t happen on day one, but Joost and Karim&#8217;s fork, which I&#8217;ll call JKPress until they come up with a better name, has a number of ideas they want to try out around governance and architecture. While Joost and Karim will be unilaterally in charge in the beginning, it sounds <a href=\"https://joost.blog/wordpress-leadership/\">like they want to set up</a>:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A non-profit foundation, with a broad board to control their new project.</li>\n\n\n\n<li>A website owned by that foundation which hosts community resources like a plugin directory, forums, etc.</li>\n\n\n\n<li>No more centralized and moderated plugin and theme directories with security guidelines or restrictions are what plugins are allowed to do like putting banners in your admin or gathering data, everything done in a federated/distributed manner.</li>\n\n\n\n<li>The trademarks for their new project will either be public domain or held by their foundation.</li>\n\n\n\n<li>&#8220;Modernization&#8221; of the technology stack, perhaps going a Laravel-like approach or changing how WordPress&#8217; architecture works.</li>\n\n\n\n<li>Teams and committees to make decisions for everything, so no single person has too much power or authority.</li>\n</ol>\n\n\n\n<p><a href=\"https://marucchi.com/wordpress-leadership-continued/\">Karim has a similar post</a>. Joost says he has the time and energy to lead:</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">So <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> &#8211; I saw the post by <a href=\"https://twitter.com/automattic?ref_src=twsrc%5Etfw\">@automattic</a>.<br><br>I&#39;m ready to lead the next releases. I am sure plenty of people and companies are willing to help me and we&#39;ve got plenty of ideas on what we should be doing.<a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a></p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1877731220135538728?ref_src=twsrc%5Etfw\">January 10, 2025</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>Now, as core committer Jb Audras (not employed by me or Automattic) points out, within WordPress we have a process in which people earn the right to lead a release:</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Before leading any major release of WordPress, please start with leading a minor one <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a>. Then, apply to be Triage Lead or Coordination Lead Deputy for a major release. These are the steps everyone in our community should follow before claiming to run « the next releases ».</p>&mdash; Jb Audras (@AudrasJb) <a href=\"https://twitter.com/AudrasJb/status/1877833087473565785?ref_src=twsrc%5Etfw\">January 10, 2025</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>However in Joost and Karim&#8217;s new project, they don&#8217;t need to follow our process or put in the hours to prove their worth within the WordPress.org ecosystem, they can just lead by example by shipping code and product to people that they can use, evaluate, and test out for themselves. If they need financial or hosting support is sounds like WP Engine wants to support their fork:</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">We appreciate <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> and <a href=\"https://twitter.com/karimmarucchi?ref_src=twsrc%5Etfw\">@karimmarucchi</a> thoughtful call for constructive conversation, change and evolved leadership within the WordPress community. Moments of disruption challenge all of us to reflect and to act.<br><br>WordPress’s success as the most widely used CMS is not the…</p>&mdash; WP Engine (@wpengine) <a href=\"https://twitter.com/wpengine/status/1870242287218790849?ref_src=twsrc%5Etfw\">December 20, 2024</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>Awesome! (Maybe it&#8217;s so successful they rebrand as JK Engine in the future.) WP Engine, with its half a billion in revenue and 1,000+ employees, has more than enough resources to support and maintain a legitimate fork of WordPress. And they are welcome to use all the GPL code myself and others have created to do so, including many parts of WordPress.org that are open source released under the GPL, and Gutenberg which is GPL + MPL. </p>\n\n\n\n<p>Joost also is a major investor (owner?) in <a href=\"https://poststatus.com/\">Post Status</a> (which he tried to sell to me a few months ago, and I declined to buy, perhaps kicking off his consternation with me), so they have a news media site and Slack instance already ready to go. He also is an investor in <a href=\"https://patchstack.com/\">PatchStack</a> and appears to be trying to create a new business around something called <a href=\"https://progressplanner.com/\">Progress Planner</a>, both of which could be incorporated into the new non-profit project to give them some competitive distinctions from WordPress.</p>\n\n\n\n<p>To make this easy and hopefully give this project the push it needs to get off the ground, I&#8217;m deactivating the .org accounts of <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost</a>, <a href=\"https://profiles.wordpress.org/pirazo/\">Karim</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Se Reed</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, and <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>. I strongly encourage anyone who wants to try different leadership models or align with WP Engine to join up with their new effort.</p>\n\n\n\n<p>In the meantime, on top of my <a href=\"https://automattic.com/\">day job running a 1,700+ person company with 25+ products</a>, which I typically work 60-80 hours a week on, I&#8217;ll find time on nights and weekends to work on WordPress 6.8 and beyond. Myself and other &#8220;non-sponsored&#8221; contributors have been doing this a long time and while we may need to reduce scope a bit I think we can put out a solid release in March.</p>\n\n\n\n<p>Joost and Karim have a number of bold and interesting ideas, and I&#8217;m genuinely curious to see how they work out. The beauty of open source is they can take all of the GPL code in WordPress and ship their vision. You don&#8217;t need permission, you can just do things. If they create something that&#8217;s awesome, we may even merge it back into WordPress, that ability for code and ideas to freely flow between projects is part of what makes open source such an engine for innovation. I propose that in a year we do a WordPress + JKPress summit, look at what we&#8217;ve shipped and learned in the process, which I&#8217;d be happy to host and sponsor in NYC next January 2026. The broader community will benefit greatly from this effort, as it&#8217;s giving us a true chance to try something different and see how it goes.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress Themes Need More Weird: A Call for Creative Digital Homes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wordpress.org/news/2025/01/wordpress-themes-need-more-weird-a-call-for-creative-digital-homes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jan 2025 18:53:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18358\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:409:\"The modern web has gradually shifted from a vibrant tapestry of personal expression to a landscape of identical designs, where millions of websites share not just similar structures, but identical visual language, spacing, and interaction patterns. As we collectively gravitate toward the same “proven” layouts and “conversion-optimized” designs, we’re not just losing visual diversity – [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Nick Hamze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7673:\"\n<p>The modern web has gradually shifted from a vibrant tapestry of personal expression to a landscape of identical designs, where millions of websites share not just similar structures, but identical visual language, spacing, and interaction patterns. As we collectively gravitate toward the same “proven” layouts and “conversion-optimized” designs, we’re not just losing visual diversity – we’re ceding control over how we present ourselves to the world. This matters because genuine self-expression online isn’t just about aesthetics – it’s about maintaining spaces where authentic voices can flourish.&nbsp;</p>\n\n\n\n<p>When every blog has the same hero section, when every portfolio follows the same grid, when every restaurant site looks interchangeable, we create an echo chamber of sameness. The cost isn’t just visual monotony – it’s the slow erosion of the web’s ability to surprise, delight, and showcase truly individual perspectives. WordPress, with its emphasis on complete ownership and control, offers an opportunity to break free from this convergence of design, allowing creators to build digital spaces that truly reflect their unique voice and vision.</p>\n\n\n\n<p>Think of WordPress themes like album covers. They should have personality and create an immediate visual impact. The web has become too sanitized, with everyone chasing the same minimal, “professional” look.</p>\n\n\n\n<p>Great themes should:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Have a strong point of view – like how Kubrick (the classic WordPress theme) defined an era with its distinctive header gradient. Don&#8217;t try to be everything to everyone.</li>\n\n\n\n<li>Embrace specific aesthetics boldly – whether that’s brutalist design, pixel art, hand-drawn elements, or distinctive typography. Create themes that excite people rather than just working for everyone.</li>\n\n\n\n<li>Design for specific use cases – like a theme for photographers that’s all about full-bleed images or a theme for writers that treats typography as art or a theme for musicians that feels like an album cover.</li>\n\n\n\n<li>Break some rules thoughtfully – because not every theme needs a hamburger menu. Not every theme needs to be mobile-first. Sometimes constraints create character.</li>\n</ul>\n\n\n\n<p>We need more themes that make people say “Wow!” or “That’s different!” rather than “That’s clean and professional.” The web needs more personality, more risk-taking, more fun.</p>\n\n\n\n<p>After spending countless hours digging through the WordPress theme repository, searching for designs that break the mold and spark excitement, I came up nearly empty-handed. Don’t get me wrong – there are plenty of well-built themes out there. But where’s the daring? The personality? The unexpected?</p>\n\n\n\n<p>If you&#8217;ve got a wild theme idea burning in your mind – that portfolio theme that looks like a vintage trading card collection, that blog theme inspired by zine culture, that restaurant theme that feels like a hand-drawn menu – now&#8217;s the time to build it. WordPress desperately needs your creativity, your weird ideas, your willingness to break the visual rules. The future of the web shouldn&#8217;t be a monochrome landscape of identical layouts. Let&#8217;s make WordPress themes exciting again. Let&#8217;s make the web weird again.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-2 wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/psychedeli\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18360\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=1024%2C768&#038;ssl=1\" alt=\"Psychedeli theme\" class=\"wp-image-18360\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/kawaii-chan\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18362\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=1024%2C768&#038;ssl=1\" alt=\"Kawaii-Chan theme\" class=\"wp-image-18362\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/lowfi\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18361\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=1024%2C768&#038;ssl=1\" alt=\"LowFi theme\" class=\"wp-image-18361\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/bedrock\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18364\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=1024%2C768&#038;ssl=1\" alt=\"Bedrock theme\" class=\"wp-image-18364\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/feelingood\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18363\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=1024%2C768&#038;ssl=1\" alt=\"Feelin’Good theme\" class=\"wp-image-18363\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n</figure>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18358\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Holiday Break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/news/2024/12/holiday-break/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Dec 2024 00:36:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18328\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"In order to give myself and the many tired volunteers around WordPress.org a break for the holidays, we&#8217;re going to be pausing a few of the free services currently offered: We&#8217;re going to leave things like localization and the forums open because these don&#8217;t require much moderation. As you may have heard, I&#8217;m legally compelled [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2315:\"\n<p>In order to give myself and the many tired volunteers around WordPress.org a break for the holidays, we&#8217;re going to be pausing a few of the free services currently offered:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>New account registrations on WordPress.org (clarifying so press doesn&#8217;t confuse this: people can still make their own WordPress installs and accounts)</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/plugins/\">plugin directory</a> submissions</li>\n\n\n\n<li>New plugin reviews</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/themes/\">theme directory</a> submissions</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/photos/\">photo directory</a> submissions</li>\n</ul>\n\n\n\n<p>We&#8217;re going to leave things like localization and the forums open because these don&#8217;t require much moderation.</p>\n\n\n\n<p>As you may have heard, <a href=\"https://www.theverge.com/2024/12/10/24318350/automattic-restore-wp-engine-access-wordpress\">I&#8217;m legally compelled to provide free labor and services to WP Engine thanks to the success of their expensive lawyers</a>, so in order to avoid bothering the court I will say that none of the above applies to WP Engine, so if they need to bypass any of the above please just have your high-priced attorneys talk to my high-priced attorneys and we&#8217;ll arrange access, or just reach out directly to me on Slack and I&#8217;ll fix things for you.</p>\n\n\n\n<p>I hope to find the time, energy, and money to reopen all of this sometime in the new year. Right now much of the time I would spend making WordPress better is being taken up defending against WP Engine&#8217;s legal attacks. Their attacks are against Automattic, but also me individually as the owner of WordPress.org, which means if they win I can be personally liable for millions of dollars of damages.</p>\n\n\n\n<p>If you would like to fund legal attacks against me, I would encourage you to sign up for WP Engine services, <a href=\"https://wpengine.com/plans/\">they have great plans and pricing starting at $50/mo and scaling all the way up to $2,000/mo</a>. If not, you can use <a href=\"https://wordpress.org/news/2024/10/wp-engine-promotions/\">literally any other web host in the world that isn&#8217;t suing me and is offering promotions and discounts for switching away from WP Engine</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18328\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"State of the Word 2024: Legacy, Innovation, and Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wordpress.org/news/2024/12/state-of-the-word-2024-legacy-innovation-and-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Dec 2024 21:28:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"state of the word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18205\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:282:\"On a memorable evening in Tokyo, State of the Word 2024 brought together WordPress enthusiasts from around the world—hundreds in person and millions more online. This event marked the first time State of the Word was hosted in Asia, reflecting the platform\'s growing global reach.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:88259:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"State of the Word 2024\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/KLybH5YvIPQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>On a memorable evening in Tokyo, State of the Word 2024 brought together WordPress enthusiasts from around the world—hundreds in person and millions more online. This event marked the first time State of the Word was hosted in Asia, reflecting the platform&#8217;s growing global reach. The setting couldn’t have been more fitting: a city where tradition and technology coexist in seamless harmony. Tokyo, much like WordPress itself, reflects a powerful blend of legacy and innovation, craftsmanship and technology, and moments of vast scale balanced by serene stillness.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-2 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote alignwide has-text-align-center\"><blockquote><p>Tokyo is a city you feel.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>During the event, the concept of <em>kansei</em> engineering emerged as a central theme. This Japanese design philosophy seeks to create experiences that go beyond function and aesthetics, focusing on how something feels. As highlighted during the keynote, this principle has quietly influenced WordPress’s development, shaping its design and user experience in ways that resonate on an instinctive level.</p>\n\n\n\n<p>The evening also celebrated Japan’s deep-rooted connection to WordPress. Nearly 21 years ago, Japan became the first country to localize WordPress, long before a formal translation framework existed. It all started with<a href=\"https://wordpress.org/support/topic/localization-help-needed/\"> a single forum post from a user named Otsukare</a>, launching a translation project that helped WordPress become a truly global platform. Seeing how far the Japanese WordPress community has come—both in market share and cultural influence—was a powerful reminder of what shared purpose can achieve.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c5bb6&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Photo of Matt exhibiting some of the community\'s wapuu creations\" class=\"wp-image-18208\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<p>Wapuu, WordPress’s beloved mascot, was also born in Japan. What began as a simple idea for a fun and friendly representation of WordPress evolved into a global phenomenon. Thanks to Kazuko Kaneuchi’s generous open-source contribution, Wapuu has been reimagined by WordPress communities worldwide, each version infused with local character. This uniquely Japanese creation has helped make WordPress more welcoming, approachable, and fun wherever it appears.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Growth in 2024</h2>\n\n\n\n<p>WordPress cofounder Matt Mullenweg highlighted significant achievements that underscored WordPress’s growth, resilience, and expanding global presence in 2024. He shared that WordPress now powers 43.6% of all websites globally. In Japan, WordPress’s influence is even more pronounced, powering 58.5% of all websites. This remarkable statistic reinforces the platform’s enduring role as a cornerstone of the open web and accentuates Japan’s deep-rooted commitment to the WordPress ecosystem and its developers’ significant contributions.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"260\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1024%2C260&#038;ssl=1\" alt=\"\" class=\"wp-image-18339\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1024%2C260&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=768%2C195&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1536%2C390&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=2048%2C520&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>WordPress sites using languages other than English are expected to surpass English-language sites by 2025. German recently overtook Japanese as the third-most-used language, though Japanese remained close behind. Meanwhile, emerging languages like Farsi experienced rapid adoption, reflecting the platform’s expanding multilingual ecosystem. In Southeast Asia, languages such as Indonesian, Vietnamese, and Thai saw substantial year-over-year growth, signaling broader adoption across diverse regions.</p>\n\n\n\n<p>Core downloads surged to nearly half a billion annually, with the notable releases of WordPress <a href=\"https://wordpress.org/download/releases/6-5/\">6.5</a>, <a href=\"https://wordpress.org/download/releases/6-6/\">6.6</a>, and <a href=\"https://wordpress.org/download/releases/6-7/\">6.7</a>.</p>\n\n\n\n<p>WordPress’s design and development ecosystem flourished as well. Over 1,700 new themes were uploaded in 2024, bringing more than 1,000 block themes to the official repository and reflecting increased interest in modern, flexible site design.</p>\n\n\n\n<p>The plugin ecosystem also saw record-breaking activity this year. Plugin downloads surged toward 2.35 billion, representing a 20% year-over-year increase. Plugin updates exceeded 3 billion and are on track to surpass 3.5 billion by year’s end. Notably, the Plugin Review Team made transformative improvements, drastically reducing the average review wait time. Their efficiency gains were complemented by the launch of the <a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check</a> tool, which reduced submission issues by 41% while enabling the team to approve 138% more plugins each week.</p>\n\n\n\n<p>These accomplishments showcase WordPress’s resilience, adaptability, and ever-expanding influence. As the platform continues to evolve, its global community remains at the heart of its success, driving innovation and ensuring that WordPress thrives as the leading tool for building the open web.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\">\n<p class=\"has-text-align-center\">Help shape the future of WordPress: Join a contributor team today!</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://make.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Make WordPress</a></div>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Advancing the Platform</h2>\n\n\n\n<p>WordPress lead architect, Matías Ventura, highlighted WordPress’s evolution through the lenses of writing, design, building, and development, demoing various pieces of new and forthcoming enhancements.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c67d6&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"Write, Build, Design, Develop\" class=\"wp-image-18219\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Writing</h3>\n\n\n\n<p>The writing experience in WordPress saw notable advancements this year, with an improved distraction-free mode that helps users to focus on content creation without interface distractions. Now you can directly select the image itself to drag and drop it where you want, even enabling on-the-fly gallery creation when you drop images next to each other.</p>\n\n\n\n<p>Additionally, the introduction of block-level comments in the editor, currently an experimental feature, promises to reshape collaborative workflows by enabling teams to leave notes directly on blocks.</p>\n\n\n\n<p>These enhancements all work together to make writing, composing, and editing in WordPress feel more fluid, personal, and pleasant than ever.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Design</h3>\n\n\n\n<p>Along with new default theme Twenty Twenty-Five, more than 1,000 block themes offer tailored starting points for different site types, including portfolios, blogs, and business sites. Designers can also utilize the improved Style Book for a comprehensive view of their site’s appearance, ensuring a smooth design process.</p>\n\n\n\n<p>Design work isn’t just about aesthetics—it’s also about creating the right environment and guardrails. It’s important that users can interact with their site, add content, replace media, and choose sections without needing to know the layout details. We’re implementing better default experiences to help you focus exclusively on the content or on the design, depending on your needs at the moment.&nbsp;</p>\n\n\n\n<p>This all works seamlessly with the zoom-out view, where users can compose content using patterns without having to set up every individual block. Having a bird’s-eye view of your site can really help you gain a different perspective.</p>\n\n\n\n<p>These design capabilities scale with you as your WordPress projects grow. WordPress&#8217;s approach to design is systematic: blocks combine to form patterns, patterns form templates, and templates help separate content from presentation.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c6f15&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18302\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Building</h3>\n\n\n\n<p>WordPress’s content management capabilities allow working at scale and across teams. Central to this is the introduction of Block Bindings, which merge the flexibility of blocks with the structured power of meta fields. This feature allows block attributes to be directly linked to data sources like post meta, reducing the need for custom blocks while creating deeper, more dynamic content relationships. The familiar block interface remains intact, making complex data management feel seamless. This connects naturally with our broader work on Data Views for post types and meta fields.&nbsp;</p>\n\n\n\n<p>These updates reinforce WordPress’s role as a powerful content management system by connecting its core primitives—blocks, post types, taxonomies, and meta fields—more intuitively.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Development</h3>\n\n\n\n<p>Lastly, Matías showcased a range of groundbreaking tools that empower WordPress developers and streamline their workflows. One of the highlights was the new Templates API, which has simplified the process of registering and managing custom templates. Future updates to the API will allow users to register and activate templates seamlessly, enabling dynamic site customizations such as scheduling different homepage templates for special events or swapping category archives during campaigns. This flexible approach offers developers greater creative control in a standardized way.&nbsp;</p>\n\n\n\n<p>The session also explored the Interactivity API, designed to deliver fast, seamless website experiences by enabling server-rendered interactivity within WordPress. Unlike JavaScript-heavy frameworks, this technology keeps everything within WordPress’s existing ecosystem, bridging the gap between developers and content creators. Attendees saw live demos showcasing instant search, pagination, and commenting—all without page reloads—while maintaining a perfect performance score of 100 on Lighthouse. In addition, it was announced that responsive controls will receive significant attention, with new features being explored, like block visibility by breakpoint and adding min/max controls to the columns block.</p>\n\n\n\n<p>The WordPress Playground also emerged as a game-changer, allowing users to spin up WordPress sites directly in their browsers, experiment with Blueprints, and manage projects offline. With improved GitHub integration and expanded documentation, WordPress developers now have a more accessible and powerful toolkit than ever before.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An AI Future</h2>\n\n\n\n<p>Returning to the stage, Matt noted that Gutenberg’s evolution is paving the way for AI-powered site building while keeping creative control in users’ hands. A recent speed building challenge on WordPress’s YouTube channel showcased this potential, with <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> using AI-assisted tools and <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> building manually. While the AI-assisted approach won, the key takeaway was that AI isn’t here to replace developers but to enhance creativity and efficiency.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"AI Takes On HUMAN in WordPress Speed Build Showdown &#x1f525;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/vjw6KWahFlk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Community Impact and Global Reach</h2>\n\n\n\n<p>When WordPress Executive Director Mary Hubbard took the stage, she emphasized WordPress’s commitment to its open-source mission and the power of its global community. Mary shared her passion for defending WordPress’s principles, reaffirming that when users choose WordPress, they should receive the authentic, community-driven experience that the platform stands for. This commitment to clarity, trust, and open-source integrity is central to ensuring WordPress’s long-term sustainability and success.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c77a0&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Photo of Mary Hubbard, WordPress Executive Director\" class=\"wp-image-18227\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Mary Hubbard, WordPress Executive Director</figcaption></figure>\n\n\n\n<p>In 2024, WordPress’s global influence surged through expanded educational programs, developer contributions, and grassroots initiatives. The platform’s social media following grew to 2.3 million, while major events like WordCamps and live-streamed gatherings attracted millions of attendees and viewers, connecting people worldwide.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> introduced Structured Learning Pathways, offering tailored tracks for beginners and developers, fostering a growing network of creators eager to learn and contribute. Grassroots programs flourished, with WP Campus Connect bringing WordPress education to Indian colleges and innovation competitions in Uganda empowering young creators. In Latin America, the Community Reactivation Project reignited meetups across nine cities, fostering a network of over 150 active members and setting the stage for three new WordCamps in 2025.</p>\n\n\n\n<p>WordPress’s efforts also advanced through <a href=\"https://openverse.org/\">Openverse</a>, which expanded its free content library to 884 million images and 4.2 million audio files, serving millions of creators worldwide and supporting WordPress’s broader mission of democratizing publishing.</p>\n\n\n\n<p>Whether through educational platforms, developer-driven innovation, or community-led projects, WordPress’s ecosystem continues to nurture shared learning, creativity, and collaboration, ensuring its growth and relevance for future generations.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Japanese Community Highlights</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/nukaga/\">Junko Fukui Nukaga</a>—Community Team rep, program manager, and WordCamp organizer—noted that WordPress&#8217;s prominence in Japan contributes to an economy now estimated to exceed 100 billion yen.</p>\n\n\n\n<p>In October of 2024, the Japanese WordPress community celebrated DigitalCube’s IPO on the Tokyo PRO Market, marking a milestone for the local WordPress ecosystem. Major contributors like Takayuki Miyoshi’s <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a> plugin surpassed 10 million active users, while companies like Sakura Internet and XServer built specialized WordPress infrastructure.</p>\n\n\n\n<p>Community events in Japan have also flourished, with 189 local meetups held throughout the year, fueled by dedicated volunteers and organizers. Translation Night gatherings have ensured WordPress remains accessible to Japanese users, reflecting a thriving collaborative spirit.</p>\n\n\n\n<p>Matt gave special recognition to Japan’s standout contributor, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, a Core Committer whose exceptional efforts elevated WordPress development over the past year. Hamano-san made an impressive 774 contributions to WordPress core, earning 162 props for WordPress 6.5, rising to 274 props for 6.6 as the second-highest contributor, and securing the top spot with 338 props for 6.7.Other notable Japanese contributors included <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, an active Docs Team member, and Nukaga, recognized for her exceptional community organizing efforts. Additionally, 13 Japanese contributors supported 5.4% of WordPress 6.6 development, showcasing the country’s growing influence in the WordPress ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Data Liberation</h2>\n\n\n\n<p>Reflecting on the progress since the initiative&#8217;s launch last year, the focus remained on ensuring that WordPress not only becomes more powerful but also embodies freedom in its deepest sense—the freedom to move content anywhere, collaborate without limits, and create without constraints. This vision extends beyond individual sites to a broader web where content flows seamlessly across platforms, enabling unrestricted creativity and innovation.</p>\n\n\n\n<p>One compelling example demonstrated how easily ePub files could be imported into a WordPress site, integrating seamlessly with existing designs. This represents the initiative’s broader goal: making content migration and integration effortless. WordPress Playground plays a critical role in this vision by enabling easy site migration through a simple browser extension. With Playground as a staging area, migrating and adapting sites becomes intuitive and accessible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>The floor was opened to questions in both Japanese and English.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"State of the Word 2024 Q&amp;A\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XPhQFSAvKVw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>Questions from the audience, including <a href=\"https://en.wikipedia.org/wiki/Tokyo_Vice\"><em>Tokyo Vice</em></a> author Jake Adelstein, covered the future of blogging, WordPress performance, the impact of AI search, and what democratizing publishing means today. Matt shared his excitement for more open platforms such as Mastodon and Bluesky, as well as his recommendations for optimizing your site for both humans and AI. A common thread throughout was that a personal website is an important part of your digital identity, and WordPress allows you to<a href=\"https://playground.wordpress.net/?plugin=piano-block&amp;blueprint-url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fwp-json%2Fplugins%2Fv1%2Fplugin%2Fpiano-block%2Fblueprint.json%3Frev%3D3166994%26lang%3D\"> express yourself in fun and unique ways</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Panels</h2>\n\n\n\n<p>After attendees enjoyed a special performance by the pianist, Takai-san, industry leaders, creators, and innovators took the stage for panel discussions about the present and future of WordPress, moderated by Mary Hubbard.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"State of the Word 2024 Panel Discussions\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/Qt5FOQYX1nE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Publishing in the Open</h3>\n\n\n\n<p>Featuring:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mieko Kawakami, Japanese Author and Poet&nbsp;</li>\n\n\n\n<li>Craig Mod, Author of Things Become Other Things&nbsp;</li>\n\n\n\n<li>Matt Mullenweg, WordPress Cofounder and Automattic CEO</li>\n</ul>\n\n\n\n<p>This first panel explored the transformative power of open-source publishing. Panelists shared insights into how open publishing has influenced their creative journeys, expanded audience engagement, and shaped storytelling across cultural boundaries.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Publishing in the open has defined what I’ve done. All the best connections I’ve made in live have been the result of publishing in the open. &#8211; Craig Mod</p>\n</blockquote>\n\n\n\n<p>Publishing in the open, like WordPress, is about building community, mutual connections, and putting power back into the hands of creators.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Future of WordPress in Japan and Beyond</h3>\n\n\n\n<p>Featuring:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Hajime Ogushi, mgn CEO</li>\n\n\n\n<li>Genki Taniguchi, SAKURA internet Inc. Senior Director</li>\n\n\n\n<li>Matt Mullenweg, WordPress Cofounder and Automattic CEO</li>\n</ul>\n\n\n\n<p>The second discussion highlighted WordPress&#8217;s remarkable growth in Japan and its broader global impact. The discussion covered the drivers behind Japan&#8217;s adoption of WordPress, its thriving ecosystem of WordPress-based businesses, and emerging trends in web development.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Compared to other CMSs the WordPress Japanese is much easier to use. &#8211; Hajime Ogushi</p>\n</blockquote>\n\n\n\n<p>The group discussed plugins such as <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a>, the affordability of hosting WordPress, and local meetups and events</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>Thank you to all the guests who joined us on stage, those who ventured to Tokyo, and everyone who tuned in from around the world. Today’s event showcased how a free and infinitely flexible platform, an active global community, open innovation, and a commitment to a fully democratized web make us better at being who we are.</p>\n\n\n\n<p>From Tokyo, Arigatou Gozaimashita!</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-0 is-cropped is-style-rectangular wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c8fa3&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18249\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18249\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c93e5&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18262\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18262\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c97e4&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18274\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18274\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c9bdc&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18252\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18252\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31c9fee&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18258\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18258\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31ca3fb&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18240\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18240\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31ca842&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18260\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18260\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cac74&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18251\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18251\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cb07f&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18229\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=683%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18229\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=768%2C1151&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=1025%2C1536&amp;ssl=1 1025w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?w=1334&amp;ssl=1 1334w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cb387&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18230\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18230\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cb672&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18233\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18233\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cb949&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18236\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cbc22&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18231\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=683%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18231\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=768%2C1151&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=1025%2C1536&amp;ssl=1 1025w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?w=1334&amp;ssl=1 1334w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cbf52&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18228\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18228\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cc28e&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18272\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18272\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cc590&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18305\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18305\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cc866&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18269\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18269\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31ccb44&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18257\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18257\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cce0e&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18271\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18271\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cd0d5&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18279\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18279\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cd3ad&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18275\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18275\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cd6b2&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18265\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18265\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31cda04&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18282\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18282\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31ce202&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18280\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18280\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31ce504&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18268\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18268\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31ce7e4&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18266\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18266\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7c31ced00&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18281\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18281\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>For those interested in exploring past State of the Word keynotes, WordPress has curated a comprehensive YouTube playlist featuring keynotes from previous years. Watch them all here:<a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ES1piZxljCvMTJCYpVBnwYU\" target=\"_blank\" rel=\"noreferrer noopener\"> State of the Word YouTube Playlist</a>. Be sure to mark your calendars for major WordPress events in 2025: <a href=\"https://asia.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Asia</a> (Manila, Philippines), <a href=\"https://europe.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Europe</a> (Basel, Switzerland), and <a href=\"https://us.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US</a> (Portland, Oregon, USA).</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18205\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Write Books With the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/12/write-books-with-the-block-editor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Dec 2024 08:36:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18176\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:327:\"If you need a little push to start writing this winter, in the comfort of your familiar editor, here it is! You can now use the Block Editor to create electronic books and other documents—all completely offline. What a full circle moment for Gutenberg! The Block Editor contains so many features I miss when writing [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Ella\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6919:\"\n<p>If you need a little push to start writing this winter, in the comfort of your familiar editor, here it is! You can now use the Block Editor to create electronic books and other documents—all completely offline. What a full circle moment for Gutenberg!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"711\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1024%2C711&#038;ssl=1\" alt=\"\" class=\"wp-image-18179\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1024%2C711&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=300%2C208&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=768%2C533&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1536%2C1067&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=2048%2C1422&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>The Block Editor contains so many features I miss when writing in other editors. It produces clean, semantic markup. You can paste in content from anywhere and the editor will clean it up for you, or paste a link onto selected text to auto-link. The List View and Outline panels allow you to easily navigate and inspect the content. And we’re constantly iterating on the Block Editor: more features and improvements are on the way, such as refined drag and drop interactions coming in early 2025.</p>\n\n\n\n<p>All this inspired me to wrap our editor in an app that can read and write local files—just as other document editors do. It turns out that EPUB is the best file format to store the content, because EPUB is an open standard for e-books that is essentially a ZIP file containing HTML and media—HTML like your WordPress posts!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1024%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-18180\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1024%2C560&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=300%2C164&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=768%2C420&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1536%2C839&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=2048%2C1119&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>And just like that, the WordPress Block Editor can also be used to write books! The cool thing about EPUB files is that any e-book app, such as Kindle and Apple Books, can open it. So even if someone doesn’t have this editor, they can still easily read the content, which makes the files it produces portable.</p>\n\n\n\n<p>The editor allows you to create a cover, so you can easily distinguish between the books or documents you write. It will also treat each heading as a chapter so you can easily navigate content when opened in an e-book reader.</p>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"793\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1024%2C793&#038;ssl=1\" alt=\"\" class=\"wp-image-18181\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1024%2C793&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=300%2C232&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=768%2C595&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1536%2C1190&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=2048%2C1586&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<figure class=\"wp-block-image aligncenter size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=768%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18178\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?w=1236&amp;ssl=1 1236w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" /></figure>\n</div>\n</div>\n\n\n\n<p>The term “book” should be taken broadly. While the file that the Block Editor produces is primarily used for e-books, you can create any document with it. It’s possible to export your document to a DOCX file in case you need it, though the more complex blocks are not supported yet.</p>\n\n\n\n<p>It is still very much a nascent project. There’s many features left to be added, such as revisions and the ability to open any externally created EPUB files, or even DOCX files, so keep an eye out for these in the coming weeks and months! If you’re interested in this editor, it’s all <a href=\"https://github.com/block-editors/blockdocs\">open source</a>, and I welcome any kind of help.</p>\n\n\n\n<p>For now, the <a href=\"https://block-editors.github.io/blockdocs/\">demo editor</a> is installable as a Progressive Web App (PWA) in Chrome. While it’s totally usable without installation, it does give you some nice benefits such as allowing you to open the EPUB files directly from your OS. In the future we might wrap it in proper native apps. Your feedback is welcome on <a href=\"https://github.com/block-editors/blockdocs\">GitHub</a>!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Openverse.org: A Sight for Sore Eyes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2024/12/openverse-org-a-sight-for-sore-eyes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Dec 2024 17:45:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18168\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Openverse.org, the vibrant platform for openly licensed media, has introduced a sleek and modern Dark Mode feature. This new site theme is designed to enhance users&#8217; comfort and style as they explore the extensive library of creative resources. Whether for late-night browsing or simply a preference for darker aesthetics, Dark Mode makes engaging with Openverse [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7308:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18196\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p><a href=\"https://openverse.org/\">Openverse.org</a>, the vibrant platform for openly licensed media, has introduced a sleek and modern Dark Mode feature. This new site theme is designed to enhance users&#8217; comfort and style as they explore the extensive library of creative resources. Whether for late-night browsing or simply a preference for darker aesthetics, Dark Mode makes engaging with Openverse easier on the eyes and more personalized than ever.</p>\n\n\n\n<p>By reducing screen brightness in low-light settings, Dark Mode offers a more relaxed viewing experience, helping to minimize eye strain. It also caters to users with light sensitivity, creating a more inclusive browsing environment. This thoughtful addition underscores Openverse’s commitment to delivering tools that are as functional as they are visually appealing.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"573\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18188\" data-id=\"18188\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1024%2C573&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1024%2C573&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=768%2C430&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1536%2C860&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=2048%2C1147&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18189\" data-id=\"18189\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1024%2C545&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1024%2C545&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=300%2C160&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=768%2C409&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1536%2C817&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=2048%2C1090&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"553\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18195\" data-id=\"18195\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1024%2C553&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1024%2C553&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=300%2C162&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=768%2C415&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1536%2C829&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=2048%2C1106&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<p>The release of Dark Mode is part of Openverse’s broader effort to innovate and adapt to the needs of its growing community. From the thoughtful interface design to the careful attention to accessibility, every detail was crafted to reflect Openverse’s mission of empowering creativity. By embracing modern frontend implementations like Dark Mode without compromising usability or accessibility, Openverse continues to grow while honoring the brand’s essence. In addition, this update lays the groundwork for future developments aimed at providing even more customization options and improved user experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“Dark Mode marks an exciting step forward for Openverse. We designed and implemented a new user interface that keeps the brand&#8217;s essence while providing the same search experience. We’re thrilled to see how this feature fits within users&#8217; preferences and enhances the creative journey.”&nbsp; – Francisco Vera. Designer</em></p>\n</blockquote>\n\n\n\n<p></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18174\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=768%2C432&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Ready to explore Openverse in a whole new light? Head to <a href=\"https://openverse.org/\">Openverse.org</a> today and look for the Dark Mode toggle in the site footer.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18168\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 24 Feb 2025 14:10:50 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Sat, 22 Feb 2025 15:04:04 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";i:1727729420;s:21:\"cache_expiration_time\";i:1740449450;s:23:\"__cache_expiration_time\";i:1740449450;}','off'),(144,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1740449450','off'),(145,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1740406250','off'),(146,'can_compress_scripts','1','on'),(147,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1740449451','off'),(148,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress.org blog: Shaping Tomorrow at WordCamp Asia 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14237:\"<img width=\"1024\" height=\"512\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1.jpg?resize=1024%2C512&ssl=1\" alt=\"WordCamp Asia 2025 attendees gathered for a group photo\" class=\"wp-image-18521\" />\n\n\n\n<p>Over 1,400 attendees from 71 countries gathered at the Philippine International Convention Center in Manila, and nearly 15,000 more joined online, for WordCamp Asia 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\">\n<blockquote><p>It&#8217;s the people. It&#8217;s the friendships and the stories.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n</div>\n\n\n\n<p>The flagship WordPress event started with a dedicated Contributor Day, followed by two days of engaging talks, panels, hands-on workshops, and networking. Notable guests included WordPress Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Gutenberg Lead Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who were joined by a diverse lineup of speakers and panelists.</p>\n\n\n\n<p>Throughout the event, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest products, engaged with attendees, and offered live demos and giveaways.&nbsp;Each day, attendees refueled with diverse food offerings featuring Filipino favorites, turning meals into a prime networking opportunity where new connections were made and ideas were exchanged.</p>\n\n\n\n<h2 class=\"wp-block-heading\">New Ways to Engage</h2>\n\n\n\n<p>This year’s event introduced several new programs to the schedule:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solutions Spotlight</strong>—a series of dynamic 10-minute lightning talks that gave an inside look at innovative products, cutting-edge strategies, and real-world solutions from top-tier sponsors, all designed to help attendees succeed in the WordPress ecosystem. These fast-paced sessions offered a unique opportunity to discover how leading brands are solving challenges, empowering users, and shaping the future of WordPress.</li>\n\n\n\n<li><strong>YouthCamp</strong>, a dedicated event for kids and teens ages 8-17, offered a full day of free, hands-on sessions designed to spark creativity and introduce the world of WordPress and open source. Through interactive workshops covering web basics, design, and development, participants gained practical skills while exploring the power of building online.&nbsp;</li>\n\n\n\n<li>The new <strong>Career and Social Corners</strong> enhanced networking, fostered meaningful connections, and created new opportunities for those within the WordPress community. Career Corner was the go-to space for attendees exploring career opportunities, connecting with sponsors, and discovering exciting new roles. Meanwhile, Social Corner offered a relaxed, lounge-style environment where attendees could engage in informal discussions over refreshments.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Asia kicked off with an incredible Contributor Day, bringing together almost 800 contributors, many of them new, to collaborate, share knowledge, and give back to WordPress. With 37 dedicated table leads and 16 experts from the Human Library guiding the way, participants of all experience levels engaged in meaningful discussions, tackled important tasks, and made a lasting impact on the WordPress project.</p>\n\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18526\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18537\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18527\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18524\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18530\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18525\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18528\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18534\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18531\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18536\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n\n<p>Key contributions included resolving a critical media bug, advancing vertical text editing in Gutenberg, and refining the editing experience with dozens of issue closures. Performance optimizations and accessibility improvements abounded, joined by seven fresh patterns, and over 4,000 newly translated strings.</p>\n\n\n\n<p>New tools and workflows were explored to enhance testing and development. The day also saw meaningful conversations between hosting providers and users, improvements to event organizing processes, and hands-on training.</p>\n\n\n\n<p>With innovative ideas, new faces, and significant progress across multiple areas, Contributor Day reinforced the spirit of open source collaboration that drives WordPress forward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Future is WordPress</h2>\n\n\n\n<p>On the first full conference day, attendees gathered to celebrate the power of open source collaboration and innovation. Opening remarks from global and local event leads reflected on the incredible journey of WordCamp Asia, tracing its roots back to the first Southeast Asian WordCamp in Manila in 2008. This full-circle moment underscored how the WordPress community has flourished over the years, driven by shared knowledge and a commitment to an open web. The excitement continued with a highly anticipated opening keynote from Matías Ventura, who shared insights into the future of Gutenberg and WordPress, inspiring attendees to embrace the next wave of innovation and creativity in content publishing.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The day then began in earnest. Talks highlighted new ways to integrate WordPress with external applications, opening possibilities for more interactive and scalable digital experiences. Simultaneously, content strategists and marketers explored evolving best practices in SEO, learning how to optimize their sites for visibility, engagement, and long-term growth. These sessions emphasized the importance of adaptability in a constantly evolving digital landscape, ensuring that WordPress users stay ahead of industry trends.</p>\n\n\n\n<p>Workshops throughout the day provided hands-on learning experiences tailored to a wide range of skill levels. Developers refined their expertise, gaining practical knowledge they could apply to their own projects. Accessibility advocates led discussions on designing for inclusivity, showcasing strategies to make WordPress-powered websites more navigable and user-friendly for people of all abilities.</p>\n\n\n\n<p>As the conference continued into the afternoon, conversations expanded to performance optimization and emerging technologies shaping the future of WordPress. A dedicated session explored AI-driven workflows, demonstrating how artificial intelligence can enhance site performance, automate repetitive tasks, and create more personalized user experiences. These discussions showcased the evolving role of WordPress as a versatile platform that extends beyond traditional publishing.</p>\n\n\n\n<p>The first day culminated in a thought-provoking keynote panel, WordPress in 2030, where industry leaders explored the future of the platform. The discussion covered the expanding open source community, emerging technologies, and the role of education and mentorship. Panelists shared their perspectives on the opportunities and challenges ahead, encouraging attendees to actively shape the future of WordPress by contributing, innovating, and advocating for an open web.</p>\n\n\n\n<img width=\"1024\" height=\"442\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x.jpg?resize=1024%2C442&ssl=1\" alt=\"Panelists Noel Tock, Hong Phuc Dang, Jon Ang, Courtney Robertson, and Raquel Manriquez discuss WordPress in 2030\" class=\"wp-image-18561\" />\n\n\n\n<p>Returning for the final day of WordCamp Asia 2025, attendees explored a new set of sessions designed to push the boundaries of web development and strategy. Technical discussions on advanced Gutenberg block development highlighted innovative ways to build more dynamic and interactive content experiences, while another session examined performance optimization strategies to enhance site speed, accessibility, and overall user engagement. Content creators and marketers gained valuable insights into audience growth, effective storytelling, and data-driven content strategies to maximize impact.</p>\n\n\n\n<p>The final sessions of the conference reinforced WordPress’s adaptability and innovation, equipping attendees with new skills and strategies.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>As the final day drew to a close, Matt shared historic photos from WordCamp Davao 2008 in the Philippines, and then answered questions from the audience.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\"></span>\n</div>\n\n\n\n<p>Questions covered a variety of topics, incluiding: publishing on the open web, AI, headless WordPress, education, and Matt’s personal motivations. It was clear throughout the Q&amp;A that the future of WordPress is as bright as the island-themed attire at the event’s after-party.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>Thank you to all the hard-working organizers who made this event possible, the speakers who took the stage, the visitors who ventured to Manila, and everyone who tuned in from around the world. Our hope is that every WordCamp attendee leaves with new knowledge, new friends, and new inspiration to build a better web.</p>\n\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18533\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388.jpg?resize=1024%2C684&ssl=1\" alt=\"\" class=\"wp-image-18547\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18535\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18523\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18532\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18529\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18545\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18543\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709.jpg?resize=1024%2C684&ssl=1\" alt=\"\" class=\"wp-image-18546\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-18540\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n\n<p>Be sure to mark your calendars for other major WordPress events in 2025: <a href=\"https://europe.wordcamp.org/2025/\">WordCamp Europe</a> (Basel, Switzerland) and<a href=\"https://us.wordcamp.org/2025/\"> WordCamp US</a> (Portland, Oregon, USA). Then join us in Mumbai, India for WordCamp Asia 2026!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 15:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Matt: WordCamp Asia and Maha Kumbh Mela\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=138006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2025/02/wcasia-kumbh/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1434:\"<p>It&#8217;s been fantastic being in the Philippines for <a href=\"https://asia.wordcamp.org/2025/\">this year&#8217;s WordCamp Asia</a>. We have attendees from 71 countries, over 1,800 tickets sold, and contributor day had over 700 people! It&#8217;s an interesting contrast to US and EU WordCamps as well in that the audience is definitely a lot younger, and there&#8217;s very little interest in &#8220;wpdrama&#8221; du jour, in fact I&#8217;ve had tons of amazing conversations of support and talking about the strength and growth of the community.</p>\n\n\n\n<p>Some of the earliest international WordCamps I went to were in Manila and Davao, back in 2008. (I&#8217;m going to share some pictures at the start of my talk.) Between that and spending lots of time in Daly City when I moved to San Francisco when I was 20 I have developed a fondness for the cuisine, creativity, family orientation, and warmth of the culture here.</p>\n\n\n\n<p>After this I&#8217;ll be taking a bit of time off for a trip to the big Hindu religious pilgrimage in India, the <a href=\"https://en.wikipedia.org/wiki/Kumbh_Mela\">Maha Kumbh Mela</a>, which is currently on a 144 cycle. It&#8217;s the largest human gathering in the world, with some days measured with tens of millions of people visiting. I&#8217;ll be returning to my Photomatt roots as well and bringing my big camera rig, right now a Nikon Z 7II, and two lenses: 24-70 2.8 and 70-200 2.8.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 06:01:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Do The Woo Community: Do the Woo v5.0 Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=91258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://dothewoo.io/blog/do-the-woo-v5-0-changelog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Version 5.0 2025-02-20 You can see our entire changelog here.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2025 11:46:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Do The Woo Community: Do the Woo v5.0 is in the Wild at WordCamp Asia 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=91204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://dothewoo.io/do-the-woo-v5-0-is-in-the-wild-at-wordcamp-asia-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"Thanks to our sponsor&#8230; Avalara: Integrate Avalara AvaTax with WooCommerce for more accurate sales tax calculations based on rates and rules using geolocation mapping. In this episode of Do The Woo, BobWP announces the release of version 5.0, coinciding with WordCamp Asia. He highlights the new homepage redesign aimed at better presenting their multimedia content. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2025 00:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Gravatar: New! Initials Avatars, Email Signatures, and More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://blog.gravatar.com/2025/02/19/initials-avatars-email-signatures/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3769:\"<p>Your Gravatar is your globally recognized avatar, showing up on millions of sites across the web. In fact, we&#8217;re serving up <strong><em>30,000 avatar requests every second</em></strong> &#8211; that&#8217;s <strong><em>billions of avatars every week</em></strong>, helping put faces to names all over the internet.</p>\n\n\n\n<p>And today, we&#8217;re making Gravatar even better. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Initials Avatars: You Asked, We Delivered</h2>\n\n\n\n<img width=\"719\" height=\"404\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/image-edited.png\" alt=\"\" class=\"wp-image-2921\" />\n\n\n\n<p>Developers, this one&#8217;s for you. After years of requests (we heard you, we promise!), initials avatars are here. Now available through our <a href=\"https://docs.gravatar.com/api/avatars/images/\">free Avatars service</a> and the Gravatar Enhanced plugin for WordPress, you can automatically generate professional-looking avatars using your users&#8217; initials. Even if they don&#8217;t have a Gravatar account.</p>\n\n\n\n<p>These new avatars automatically pull from the profile display name, creating initials with beautifully generated background and foreground colors. No display name? No problem &#8211; we&#8217;ll show a friendly emoji instead.</p>\n\n\n\n<p>And while we were at it, we gave our default avatars a fresh wardrobe. The classic silhouette and logo avatars got a modern makeover that feels right at home in 2025.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Email Signatures That Pop</h2>\n\n\n\n<img width=\"2086\" height=\"970\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/cleanshot-2025-02-18-at-12.24.39402x.png\" alt=\"\" class=\"has-border-color has-contrast-border-color wp-image-2932\" />\n\n\n\n<p>Want to share your Gravatar profile in your emails? We&#8217;ve made it ridiculously easy. </p>\n\n\n\n<p><strong>Here&#8217;s how:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Head to <a href=\"http://gravatar.com/profile\">gravatar.com/profile</a></li>\n\n\n\n<li>click on <strong><em>Email signature</em></strong> in the bottom left</li>\n\n\n\n<li>grab the code and paste it into Gmail or your email client </li>\n</ul>\n\n\n\n<p>Check out our <a href=\"https://support.gravatar.com/your-profile/email-signature/\">quick setup guides</a> for Gmail, Apple Mail, and other popular email tools.</p>\n\n\n\n<p>Clean, professional, and just a bit fun.</p>\n\n\n\n<h2 class=\"wp-block-heading\">New Block Pattern for WordPress</h2>\n\n\n\n<img width=\"2880\" height=\"2136\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/image-2.png\" alt=\"\" class=\"has-border-color has-contrast-border-color wp-image-2930\" />\n\n\n\n<p>For WordPress users, we&#8217;ve added a slick new block pattern in the Gravatar Enhanced plugin. </p>\n\n\n\n<p>Build beautiful about pages for your company or team in seconds. Each team member&#8217;s Gravatar profile automatically populates their bio section &#8211; no copy-pasting required.</p>\n\n\n\n<p>And profiles automatically update when changes are made on Gravatar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s Next?</h2>\n\n\n\n<p>Keep an eye out for more updates as we continue making Gravatar the best way to represent yourself across the web.</p>\n\n\n\n<p>And in case you missed last week&#8217;s update: <a href=\"https://blog.gravatar.com/2025/02/12/simplify-link-sharing-with-smart-redirects/\">custom domain smart redirects are now live</a>!</p>\n\n\n\n<p>Want to try these features? Log in to your <a href=\"https://gravatar.com/profile\">Gravatar dashboard</a> or grab the <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced</a> plugin for WordPress. </p>\n\n\n\n<p>PS: Developers, check out our updated <a href=\"https://docs.gravatar.com/api/avatars/images/\">Avatar docs</a> for implementation details on initials avatars.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2025 17:29:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: #157 – Katie Keith on the Move From Agency Owner to WordPress Theme Development to Plugin Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=187360\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/podcast/157-katie-keith-on-the-move-from-agency-owner-to-wordpress-theme-development-to-plugin-success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49017:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast</p>\n\n\n\n<p>which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the move from agency owner to WordPress theme development company, and finally to plugin success.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Katie Keith.</p>\n\n\n\n<p>Katie is a founder and CEO of Barn2 plugins. With a background deeply rooted in WordPress, Katie&#8217;s journey presents an interesting narrative of transformation, from the early days of running a WordPress agency, to now managing a flourishing plugin business Barn2 plugins has a portfolio of 19 premium plugins, many of which extend functionalities inside WooCommerce</p>\n\n\n\n<p>Today, Katie previews her upcoming lightning talk, which she&#8217;ll be giving at WordCamp Asia. She talks about the transition from agency work to plugin development, highlighting early challenges and choices that shaped the business&#8217; path.</p>\n\n\n\n<p>We get into the initial allure of client projects, and their subsequent realization of the benefits offered by productizing their skills for global reach. Katie describes the decisions that led them to WordPress plugins with products like WooCommerce Protected Categories and Document Library Pro, and explores how customer feedback and market needs drove their product diversification.</p>\n\n\n\n<p>As Katie explains, the plugin world wasn&#8217;t without its hurdles. There was trial and error involved in launching new products. This underscores the importance of market research. Additionally, she touches on Barn2&#8217;s current pivot into Shopify apps, aiming for diversification to help ensure that the business has stability by being available across multiple platforms.</p>\n\n\n\n<p>Katie investigates the current WordPress and WooCommerce landscape, discussing how she perceives the industry will change, potential growth areas, and the necessity of staying agile.</p>\n\n\n\n<p>If you&#8217;re curious about the intricacies of building a plugin business, or are seeking inspiration from someone who has already navigated the WordPress ecosystem, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well. And so, without further delay, I bring you Katie Keith.</p>\n\n\n\n<p>I am joined on the podcast by Katie Keith.</p>\n\n\n\n<p>[00:03:29] <strong>Katie Keith:</strong> Hey, Nathan.</p>\n\n\n\n<p>[00:03:30] <strong>Nathan Wrigley:</strong> Very nice to have you on the podcast. Katie and I have met, actually many times in person over at a variety of different WordCamps. This conversation that we&#8217;re going to have today is inspired by a WordCamp, but a WordCamp which hasn&#8217;t taken place yet. Because Katie is heading off to Manila in a few days time to give a lightning talk at WordCamp Asia. Do you just want to, before we get a bio properly, do you want to tell us what you&#8217;re going to talk about and then we&#8217;ll learn more about you?</p>\n\n\n\n<p>[00:03:52] <strong>Katie Keith:</strong> Yep. So my talk is going to be a lightning talk about my story, specifically the transition from being a WordPress agency into a WordPress plugin company.</p>\n\n\n\n<p>[00:04:03] <strong>Nathan Wrigley:</strong> Now that&#8217;s the perfect opportunity to give us your little bio. So don&#8217;t reveal all the detail of everything that you want to talk about, but just tell us the one minute potted history of you, WordPress, technology, wherever you want to land with that.</p>\n\n\n\n<p>[00:04:16] <strong>Katie Keith:</strong> Yeah, so I&#8217;m Katie Keith, founder and CEO at Barn2 plugins. We are a, as you probably guessed, a plugin shop. We currently have 19 premium plugins, a few free ones, and that&#8217;s about it.</p>\n\n\n\n<p>But as we&#8217;ll talk about this more later, we started life as an agency building WordPress sites for clients, and then over the years we&#8217;ve switched into plugins.</p>\n\n\n\n<p>We mostly specialise in WooCommerce plugins. So about 14 of our 19 are building extra functionality for WooCommerce. And we&#8217;ve also got a really popular document library plugin, which is not for WooCommerce.</p>\n\n\n\n<p>[00:04:54] <strong>Nathan Wrigley:</strong> Haven&#8217;t you pivoted a little bit in the direction of Shopify as well?</p>\n\n\n\n<p>[00:04:57] <strong>Katie Keith:</strong> Yeah, that is in progress. So the current growth strategy is to continue what we&#8217;re doing with the WordPress side of things, and also to diversify into selling Shopify apps so that we are across multiple platforms, and largely as a sort of stability thing, so that we spread any risks. Because we&#8217;re all dependent on WordPress at the moment, which is obviously a good horse to back and always has been. But it feels like it&#8217;s a good idea to be on multiple platforms as well.</p>\n\n\n\n<p>[00:05:26] <strong>Nathan Wrigley:</strong> So I don&#8217;t know a single person, personally, who began their journey into web development intentionally. That is to say anybody of my era, anybody that wandered into web development when I did, the industry wasn&#8217;t really an industry. It was kind of just beginning. People just did it as a hobby. You know, some friend came along and said, I&#8217;d like a website, well, I can dabble with that. I&#8217;ve heard about websites and I know how to code a little bit of HTML and things like that.</p>\n\n\n\n<p>But I&#8217;m wondering if you were more intentional when you began looking around post school, post college, whatever you did. Did you and your husband, I know he was a big part of the business. Did you jump into web development, and you said you were an agency for a while? Did you do that intentionally or was it more, oh, let&#8217;s try our hand at this for a bit?</p>\n\n\n\n<p>[00:06:11] <strong>Katie Keith:</strong> It actually was intentional. So, Andy and I spent our twenties with normal jobs, both government type jobs, talking about how we wanted to start a business together, and how much more flexible that would be. How much more our finances could scale if we worked for ourselves. But we just didn&#8217;t have any ideas.</p>\n\n\n\n<p>And we talked for years about different ideas and never really saw anything through or had a killer idea. Andy particularly got quite fed up with his job in the civil service in England and we thought, we need to do something. And thought, okay, well, what would combine our skills, and he was a software developer, not really web but software, and I was a project management and marketing person. And so we thought, well, building websites for people actually combines those skills.</p>\n\n\n\n<p>He didn&#8217;t want to go into like software consultancy or something because we are from the southwest of England, which is quite rural, and we would probably have had to move to a big city. Remote work wasn&#8217;t such a thing back then, and so we didn&#8217;t really want that lifestyle change.</p>\n\n\n\n<p>So he thought, well, maybe he could scale down a bit and learn web development instead of enterprise level software. And then that allows us to run a kind of more small business that we can live where we want to work. And websites need marketing, SEO, copywriting, project management, communication with clients. So that fitted in my skills as well. So, yes, it was intentional having analysed our respective skills and what we could realistically get into.</p>\n\n\n\n<p>[00:07:45] <strong>Nathan Wrigley:</strong> That&#8217;s really great actually. Looking back, you had the perfect blend of different things there. Maybe a bit of serendipity, but your marketing side, and Andy&#8217;s coding side, that is really the basis of a successful agency business, growing agency business. You need to have the capacity to code, but also to sell it into the marketplace. I mean, how many stories have you heard of people who can code but they can&#8217;t launch a business, because they don&#8217;t have the wherewithal to sell it and drum up business and things like that. So that&#8217;s fascinating.</p>\n\n\n\n<p>In the show notes that we shared, one of the things that you said was that you didn&#8217;t quite go in the right direction at the beginning. Well, it turned out that you didn&#8217;t go in the right direction. You went with client websites, building one site, shipping it, launching another, and so on. But that didn&#8217;t turn out to be something that you wanted to maintain. Why was that?</p>\n\n\n\n<p>[00:08:30] <strong>Katie Keith:</strong> Yeah, so we thought client websites are a really good way to get started because you don&#8217;t need to invest lots of money, and you just get paid by the project. So if you can get one client that brings in, back then it was like £500 or something, not very much. And then you just keep going and grow slowly. I&#8217;d never really been attracted to the kind of business that you need to put a lot of money into upfront.</p>\n\n\n\n<p>I love the program Dragons Den, which is Shark Tank in the US. But I&#8217;ve never wanted that kind of business where you need a lot of investment. So web design, just stick out a few flyers or something in your local, actually, fish and chip shop got us one client. We just put some flyers on the counter and we actually got a website for a local cycling club. Things like that. So you could start small.</p>\n\n\n\n<p>So it was a good way to get started. And it was really good because it got us into WordPress. So we didn&#8217;t initially think, let&#8217;s be WordPress specialists. We thought, let&#8217;s build websites. And then Andy started researching the right tools and discovered WordPress and told me about it. I thought it sounded like an awful idea, because he made it sound like a kind of a blogging thing and like, oh, you choose a template for your blog. And I was like, no, we want to build business websites for people. Why are you using this blogging software?</p>\n\n\n\n<p>But that was about a year after custom post types came in, and it was becoming a proper platform. It was about 2010 back then. We started specialising in WordPress. And then, to answer your question, at this point, the client work was better than having jobs, but it wasn&#8217;t quite the lifestyle you wanted, in that we wanted more flexibility where we&#8217;re not like on call to clients all the time.</p>\n\n\n\n<p>If someone&#8217;s website goes down when you&#8217;re on holiday, you&#8217;ve got to fix it. And we did try to get help, project managers and things. And we did do well getting freelance designers and developers, but we just couldn&#8217;t find anybody that we could trust to communicate with the clients for us. And that really put a limitation on the lifestyle benefits because we were on, mainly me, we&#8217;re on call to clients all the time. So we thought, actually maybe that&#8217;s not the right business model.</p>\n\n\n\n<p>[00:10:38] <strong>Nathan Wrigley:</strong> You&#8217;re also selling your time for money, and going through that feast famine life cycle where one project is ongoing. And then at what point do you sort of cut that off and say, okay, we need to start looking for the next one, even though we haven&#8217;t quite finished this one. There&#8217;s inevitably going to be some overlap where that all just works out well. And obviously the agencies which grow and scale and become enterprise, they just have that figured somehow.</p>\n\n\n\n<p>My experience with that was always that there was a period where you were quite uncertain as to where the next website was going to come from. And you were, like I said, just trading your time for money. And WordPress offers so much more than that. You&#8217;ve got yourself into a kind of global marketplace where you could build a thing and then sell that thing 1,000 times, 10,000 times over, which I guess, where we&#8217;re going next. But you didn&#8217;t go to plugins first. You actually went into themes, which was a bit of a, well, a bit of a dead end it turns out. But tell us about the theme building enterprise.</p>\n\n\n\n<p>[00:11:35] <strong>Katie Keith:</strong> Yeah, so because of all those things you&#8217;ve mentioned, selling time for money and the lifestyle thing, we thought selling WordPress products would be a much better business model because it could scale more. You can build one product and then sell it an unlimited number of times in theory, instead of selling one hour for a certain amount of money.</p>\n\n\n\n<p>So we thought products are good. And we looked at the products and thought, ah, themes are the way to go. Themes seemed to be a big growth area, well, they were a big growth area. This is 2013.</p>\n\n\n\n<p>And when we started work in about 2012 on our first, our only theme, ThemeForest was just growing loads. Plugins existed, but you didn&#8217;t hear about super successful plugin companies particularly. Whereas you could go on ThemeForest and you could see the sales that the big themes were getting, and it was very tempting to be part of that. So we thought, let&#8217;s build a theme. So we did. And it took like a year because of all the demands of client work. So it was just a sideline, building this theme. And then in that year ThemeForest changed, which we didn&#8217;t see coming. ThemeForest changed in the year we were building our theme.</p>\n\n\n\n<p>So we&#8217;d analysed the themes that were successful at the time, and they were quite simple. They were nice, designed, often quite bold, clear designs, a bit minimal, and didn&#8217;t have that many features. And then between 2012 and 2013, themes such as uDesign and Avada and that kind of thing became popular. And they were massive multipurpose themes with so many features. And that wasn&#8217;t what we wanted to do. We wanted a product that we could maintain and develop ourselves easily, and it wouldn&#8217;t be this massive headache or anything like that.</p>\n\n\n\n<p>So it just wasn&#8217;t what we wanted. And of course, that meant they rejected our theme because it wasn&#8217;t the sort of theme they were looking for. I think they would&#8217;ve accepted it a year before, but they didn&#8217;t when we got actually ready to submit it. So we were like, ah, do we rewrite the theme and make it loads more complicated? Do we sell it independently? And I wasn&#8217;t confident in my ability to market a theme independently, because you&#8217;re competing with the giants. And I didn&#8217;t have experience of that. I wanted to be on a marketplace.</p>\n\n\n\n<p>[00:13:51] <strong>Nathan Wrigley:</strong> I think back in the day, 2013, like you mentioned, ThemeForest was the place to go for things like that, wasn&#8217;t it? And although I wasn&#8217;t really in the WordPress space, I jumped in after that endeavor. When I got there, ThemeForest was already, basically saturated with themes that could, well, themes that claimed to do more or less everything. You just buy this one theme and it can do everything. Or there was also a dearth of themes which offered a specific kind of functionality, like a real estate, or you might say, realtor theme, or a portfolio theme or, I don&#8217;t know, I&#8217;m a gym owner, I need a theme for my gym.</p>\n\n\n\n<p>Kind of felt like it went in that direction, but it seems like you were trying to build something which was more agnostic of industry. It was just a, here&#8217;s the bare bones of a theme, you now go and do the artistic work. But yeah, like you say, ThemeForest was going off in a different direction.</p>\n\n\n\n<p>So what happened there? Was it a case of staring at each other and saying, okay, what do we do? Do we try to pivot this theme? Or did you just at some point say, no, abandon it.</p>\n\n\n\n<p>[00:14:51] <strong>Katie Keith:</strong> We were fairly depressed and disappointed and just gave up for a few years. So we carried on with the client work, which was going fine. We had a successful business that was keeping us both going. We didn&#8217;t need to do products. So we just continued with the client work.</p>\n\n\n\n<p>[00:15:08] <strong>Nathan Wrigley:</strong> Okay, so steady away. And then what was the moment where you, kind of had the revelation about plugins? Because, again, coming into the WordPress space, 2015, something like that, plugins and themes were already selling like hotcakes. I don&#8217;t really know about the period in which plugins was a bit new, a bit maybe dangerous, a bit, putting your business on the line with plugins. Maybe that was a tough one back then, I don&#8217;t know.</p>\n\n\n\n<p>[00:15:30] <strong>Katie Keith:</strong> By the time it got to 2016, I supppose frustrations accumulate over time. So we were again like, oh, the client works just kind of annoying. It&#8217;s not quite flexible enough, and it&#8217;s not scaling enough, it&#8217;s just going up a little bit. So we need to do products. What shall we do again?</p>\n\n\n\n<p>And this time we thought, well, plugins could work because unlike these massive multipurpose themes, a plugin can be really tiny or it can be incredibly complex. A plugin can just be a line of code, you know, as an extreme minimum. So we thought, well, that way we can choose products that fit with the scale that we want to offer technically. I hated the idea of a big theme or a massive plugin because you kind of end up being responsible for basically the user&#8217;s whole website.</p>\n\n\n\n<p>So imagine if somebody&#8217;s using a theme which takes over their whole site, and it affects every aspect of the visuals. They&#8217;re going to send you a support ticket for everything, even if it&#8217;s not the theme&#8217;s fault. And then you are going to have to prove it&#8217;s not the theme&#8217;s fault. And we just thought that&#8217;s not sustainable.</p>\n\n\n\n<p>And I think the same would happen with really large plugins like, I don&#8217;t know, a membership plugin or an e-commerce plugin or something thing like that. So we thought, well, we are just the two of us, plus our freelancers, so let&#8217;s choose a more realistic plugin idea and build it and see what happens.</p>\n\n\n\n<p>[00:16:54] <strong>Nathan Wrigley:</strong> So you always had the agency, the client based websites. That was the backup plan. Always something to fall back on if the plugin business didn&#8217;t work out. You took the plunge. What was the first plugin that you came up with?</p>\n\n\n\n<p>[00:17:07] <strong>Katie Keith:</strong> So the first plugin, we found by going on a website, which used to exist, which was the WooCommerce Ideas Forum. They used to have a whole website where people just gave ideas and, basically feature request board. But they have that now if people want to look, but I think it&#8217;s per extension instead of a whole thing for WooCommerce. So you access it differently and it&#8217;s hard to find. But there was this whole website.</p>\n\n\n\n<p>So we went on this and you can sort it by the number of votes for each suggestion. And we chose an idea which had the highest number of votes that wasn&#8217;t that complex to build, which was WooCommerce password protected categories, which is very specific.</p>\n\n\n\n<p>[00:17:47] <strong>Nathan Wrigley:</strong> That&#8217;s a great title, I like that.</p>\n\n\n\n<p>[00:17:48] <strong>Katie Keith:</strong> Yeah, nice and snappy. WordPress itself already has password protection for its posts and pages, but not categories, and therefore WooCommerce doesn&#8217;t have it for its categories either. And people were saying that they wanted it for things like building a wholesale site, or selling different products to different clients.</p>\n\n\n\n<p>If you imagine that you sell products to sports teams and they each have a logo, so the product&#8217;s different for each team, you might create a protected category for that team to log in and order their branded sportswear. Those sorts of use cases. And we thought, well, that&#8217;s quite simple. You just add a category field to the page and a few other features like login and things.</p>\n\n\n\n<p>So we built the plugin. It wasn&#8217;t that difficult, and we launched it. And because it was unique and I was a marketer, I wrote a few blog posts about it, like how to password protect categories in WooCommerce, really niche posts. They went right to the top of Google because you could then, and there was nobody else offering that. And we actually started getting sales after about three days. And we were like, we are getting sales for our plugin and we couldn&#8217;t believe it.</p>\n\n\n\n<p>[00:18:57] <strong>Nathan Wrigley:</strong> That is quite remarkable because I know the story is harder now than ever. That story is very hard to replicate because, you know, the market is saturated.</p>\n\n\n\n<p>But just going back to your actual plugin, realistically, when you built that and you saw that idea, okay, we&#8217;re going to password protect a category, and it will impact WooCommerce, so I don&#8217;t know, we could send it to company A and the category will be A, and they can access it with a password, and we&#8217;ll send it to company B, and the category will be B and they can access it and so on.</p>\n\n\n\n<p>Honestly, what was your expectation at that point? Because coming into the community, it&#8217;s hard to understand, how big is WordPress? And then the layer underneath that, how big is the plugin which sits inside of WordPress, WooCommerce, how big is that? And then we&#8217;ve got this niche little one, just does one tiny thing. Honestly, what were your expectations?</p>\n\n\n\n<p>[00:19:44] <strong>Katie Keith:</strong> Very low. It was an experiment. It wasn&#8217;t a huge amount of work. Basically, Andy stopped doing some agency work for a while, and I relied on the freelance developers a bit more while he coded it. It wasn&#8217;t a big sacrifice for us to build it, and we didn&#8217;t have any kind of a business plan or projections or anything. It was just, let&#8217;s launch a small plugin and see what happens.</p>\n\n\n\n<p>And we were amazed. And it still exists now. It&#8217;s now called WooCommerce Protected Categories because it has different ways of protecting the category, not just passwords, like user role and that kind of thing. And it actually, a few months ago it met half a million dollars in revenue lifetime. So that tiny idea has done half a million dollars in 8 years.</p>\n\n\n\n<p>[00:20:30] <strong>Nathan Wrigley:</strong> So how quickly did that money start to roll in? And so it doesn&#8217;t have to be about money, the amount of, I don&#8217;t know, plugin licenses that you sold or whatever it may be. But how quickly did your intuition turn to, oh, there is really something in this? Like you mentioned you got a sale or two within two or three days, which is exciting. But obviously if it then just sort of trickled along one or two a week, it is exciting, but it&#8217;s not that exciting.</p>\n\n\n\n<p>And what was the point where you and Andy started to look at each other and think, woah, we could potentially forget all the agency work if we now pivot into this? How long did it take you to make those decisions?</p>\n\n\n\n<p>[00:21:03] <strong>Katie Keith:</strong> Yeah, because that was just pocket money, the first sales. It was just nice because it&#8217;s an indication that it could work. So that kept growing. And we also launched other plugins as well. Like our second one came from a client project.</p>\n\n\n\n<p>The client paid us to build a custom plugin, which was a searchable, sortable table of blog posts for their blog. So they had hundreds of blog posts and they wanted a more easy way for people to find them. So we built this table plugin, and we launched it on wordpress.org as a free plugin called Post Table with Search and Sort. So that&#8217;s just as good a name as WooCommerce Password Protected Category.</p>\n\n\n\n<p>[00:21:40] <strong>Nathan Wrigley:</strong> Got the SEO juice going there, definitely.</p>\n\n\n\n<p>[00:21:43] <strong>Katie Keith:</strong> Oh yeah, it does what it says. So that was a free plugin, but that led to a lot of sales because people started sending us feature requests once it was on wordpress.org.</p>\n\n\n\n<p>So the first ones wanted custom fields, custom taxonomies, and custom post types, rather than just blog posts in their table. So they might want to create like a table of documents or members for a directory of consultants or something like that, like custom post types and data. So we built Post Table Pro, which was the premium version, and that&#8217;s done really well.</p>\n\n\n\n<p>And then people started asking for even more features, which we used to develop different plugins. So we built WooCommerce Product Table, which is a WooCommerce version of that table, which has things like add to cart buttons and variation dropdowns.</p>\n\n\n\n<p>And so that cluster of plugins that came from this free table plugin is what really kind of catapulted the success. So that within about six months of launching our first plugin we were making, I don&#8217;t know, several thousand dollars a month. And we thought, given that we have some revenue from clients like maintenance and hosting, so our existing clients were paying us for certain things, we can afford to stop taking new projects, and therefore put more resources into building more plugins, and improving our existing ones, and marketing them, of course. So it was about six months that we decided, let&#8217;s stop accepting new client projects.</p>\n\n\n\n<p>[00:23:13] <strong>Nathan Wrigley:</strong> So the plugin that you just mentioned there, the sorting of the tables, it sounds like you got that out of a client project. So it was actually a client that came to you. We need this idea and, okay, we&#8217;ll build that. But then the back of that is, can we then take that code and run with it? Which you did. And then you&#8217;ve got the pro version, which adds in a bunch of different features. And now you&#8217;ve got two plugins and a third one came on quite quickly. We&#8217;re six months in, and the dollar signs are starting to make sense.</p>\n\n\n\n<p>You can see that, okay, there&#8217;s a living in this. We&#8217;ll take our foot off the client websites, but we&#8217;ll keep it going just in case something goes wrong. So I&#8217;m presuming though, at this point you are all guns aimed at, we need more plugins, more and more and more plugins. And so when did it become, okay, let&#8217;s just go in on Woo? How did you end up as Woo as opposed to just WordPress?</p>\n\n\n\n<p>[00:23:59] <strong>Katie Keith:</strong> We never did. Our biggest plugin now is Document Library Pro, which is not Woo, and that came from Post Table Pro as well. The biggest use case of Post Table Pro ended up being documents. So we built a document plugin that had download buttons and previews and stuff that&#8217;s specific to documents. Again, it&#8217;s just a table plugin, and that has been our biggest seller for the last three or four years since we launched it.</p>\n\n\n\n<p>So because of the success of that and Post Table Pro, we never could actually just be WooCommerce. So we are not like, say Iconic, who specialise in WooCommerce, that&#8217;s all they do.</p>\n\n\n\n<p>So we have this reputation of being WooCommerce. And I wish we were actually. Obviously I like having a successful plugin, but I wish that we had that clear identity because it&#8217;s, like I explained the business at the beginning in the introduction, I&#8217;m like, oh, we have these plugins, they&#8217;re mostly WooCommerce. It is not as clean as it could be.</p>\n\n\n\n<p>[00:24:56] <strong>Nathan Wrigley:</strong> Sitting where you are now, and we can get into the numbers of how many plugins and all of that that you&#8217;ve got. Have you made any missteps with, like has any plugin that you&#8217;ve built misfired completely? You thought this would be a great idea, let&#8217;s build it, let&#8217;s market it. But then you build it and the customers do not come. Or has every single one had a fair degree of, they don&#8217;t all have to be super successful, but has everything stood on its own two feet and been worth doing?</p>\n\n\n\n<p>[00:25:20] <strong>Katie Keith:</strong> It depends how you define success. But it&#8217;s largely relative. So if you&#8217;re doing one plugin that&#8217;s doing X a month, then if you have one that&#8217;s much smaller, that&#8217;s not necessarily worth it.</p>\n\n\n\n<p>I would say my biggest mistake, repeatedly, has been thinking too small. So I have a very bad track record of building plugins that are too small and too niche to be worth bothering with. Lots of examples.</p>\n\n\n\n<p>One example was WooCommerce Discontinued Products. So that adds a discontinued stock status to your store. We built it because we were hiring some new senior developers and we were doing a project for these developers. Before we hired them, we were paying them to build a small plugin to check how good they were. And we thought, well, the ones we hired, we may as well release their plugin. So we did.</p>\n\n\n\n<p>We did WooCommerce Variation Prices, Discontinued Products. We had multiple plugins that were just trial projects for the developer, but they were good. And their first project after they joined properly was to complete the plugin, and make it sellable. But that&#8217;s a lot of work. You&#8217;ve got to create all the marketing images, the marketing content, the sales page, market it.</p>\n\n\n\n<p>Each plugin has an overhead as well as maintaining it. And so with hindsight, I shouldn&#8217;t have released all of those small plugins. And we actually sold five of our plugins last year to a WooCommerce company called Kestrel, because we had 24 at the time, and it was just too many. And I did an 80 20 rule analysis of the business and how much revenue was coming from each plugin. And that cluster of five were all doing, they were all doing at least several hundreds a month, but generally less than a thousand a month.</p>\n\n\n\n<p>And compared to our other plugins, that was a small proportion. So I thought, let&#8217;s group these plugins and sell them to a company who would appreciate and grow them more, where that fits better with their business plan.</p>\n\n\n\n<p>[00:27:17] <strong>Nathan Wrigley:</strong> Are you still on the lookout for new ideas? Or do you want to just hunker down on the ones that you&#8217;ve got? In other words, do you constantly ideate and think, let&#8217;s find a new thing or is it more serendipity? You accidentally stumble across an idea, we should build that, and so we do. Or do you deliberately try, in the same way that you did previously going to the WooCommerce forum, do you try to find new products to build and see how they work?</p>\n\n\n\n<p>[00:27:41] <strong>Katie Keith:</strong> I suppose a bit of both depending on our current priorities. So for example, in 2024 last year, that&#8217;s when we sold the five plugins. And I thought, we&#8217;ve got a handful of really successful plugins, we need to put our resources into making them as good as they can be to maximise their potential sales.</p>\n\n\n\n<p>So for example, instead we did launch one plugin last year, our WooCommerce Discount Plugin, but we were already building that when I made this decision. So once I made that decision, I put all our developers on adding features to our existing plugins, including some really big features.</p>\n\n\n\n<p>For example, we have a WooCommerce Product Options plugin, which adds extra options to your product pages. And dozens and dozens and dozens of people were saying to us, we want live image previews. So when you use our plugin to upload an image to the product page, we want that to appear superimposed on a picture of the T-shirt, for example. So if you upload your picture of your child, that will appear on the T-shirt.</p>\n\n\n\n<p>And that was a big project. So we could have built a completely different plugin, but instead we added live preview. We actually did it as an add-on, so it&#8217;s sort of an extra plugin, but it&#8217;s dependent on the main plugin, and things like that. So we thought, what&#8217;s working and how could we make what&#8217;s working even more successful? But I do have a list of plugin ideas for the future.</p>\n\n\n\n<p>[00:29:06] <strong>Nathan Wrigley:</strong> So there&#8217;s a laundry list of things that you might build, but the priorities are not to build them all right away? Just see how the market goes. Speaking of that, speaking of the market, you&#8217;re obviously heavily embedded in WordPress, heavily embedded in WooCommerce. What do you make of the landscape at the moment?</p>\n\n\n\n<p>You&#8217;re obviously beginning to pitch into Shopify a little bit as well, and I imagine you&#8217;re at pains to say we&#8217;re not taking our foot off the WordPress pedal. How do you feel the landscape is shaping up in 2025? It does seem like things are plateauing a little bit in terms of market share for WordPress, whether or not they&#8217;ll go up or down. How confident are you in the future? Is it still WordPress all the way down?</p>\n\n\n\n<p>[00:29:42] <strong>Katie Keith:</strong> I certainly don&#8217;t think WordPress is going anywhere, and it probably won&#8217;t shrink a lot, if at all. But I also don&#8217;t feel that we are having a rising tide that we can all ride the journey upwards like we used to. For example, in 2020 when everybody was locked down, there was huge growth for nearly all WordPress companies, because the world was going online so rapidly and we had a huge, huge growth very quickly.</p>\n\n\n\n<p>And then since then it has slowed down. The growth has slowed down and now seems fairly stable. Stable is a good word, but it&#8217;s not really growing in a particularly measurable way. And you could argue that that is just a correction because it went up so much, so quickly during the pandemic that maybe it just took a few years to get back to where it would&#8217;ve done if there was no pandemic.</p>\n\n\n\n<p>So if you imagine a steep line rather than a big bump followed by a plateau. So you could argue that. But it feels like we have to work harder than we used to to see growth, and make that happen through our own efforts, rather than just relying on a growing market.</p>\n\n\n\n<p>[00:30:48] <strong>Nathan Wrigley:</strong> So obviously that would be nice if WordPress could keep going in that same way. What about Woo? Obviously we were just talking about WordPress. I don&#8217;t really involve myself with Woo so much, so I don&#8217;t really know what the statistics are. I know that in terms of e-commerce platforms, it&#8217;s the leader, but I don&#8217;t know if that&#8217;s sort of going up or going down. You got any insight in that?</p>\n\n\n\n<p>[00:31:07] <strong>Katie Keith:</strong> It is very confusing because it depends where you look. So there&#8217;s two main websites that publish data about e-commerce usage, and one of them says WooCommerce is the leader and the other says Shopify is. And they use slightly different data sets. For example, the top X websites in the world, versus the whole internet, versus a sample of a million, which they use to extrapolate upwards.</p>\n\n\n\n<p>So there are different ways of looking at the data. So I genuinely don&#8217;t know, there probably is no correct answer, which is the biggest e-commerce platform, but they&#8217;re both doing really well and neither are going anywhere. So that&#8217;s why it felt that it made sense for us to be building products for both.</p>\n\n\n\n<p>I think WooCommerce is really interesting because it has a good reputation. It has, I think the best leadership team around it that I&#8217;ve seen in the 8 years I&#8217;ve been building plugins on top of it right now. But I wish they would do more marketing. They&#8217;re not promoting their platform in the way that say Shopify is, and that scares me. I would like to see them doing more centralised marketing.</p>\n\n\n\n<p>They&#8217;re a company, they make money from WooCommerce, even though it&#8217;s free. They have extensions, they have revenue sharing from their Stripe and they have lots of ways of making money, which they&#8217;ve recently talked about publicly. And so I&#8217;d like them to be doing some proper marketing like Shopify does.</p>\n\n\n\n<p>[00:32:29] <strong>Nathan Wrigley:</strong> It is interesting, I know you no longer live in the UK. I do, and it doesn&#8217;t take many trips down high streets to realise that the high street is really in decline. You only have to walk down one street in more or less any town to realise that the shutters are going up, the wood is going over the doors, bricks and mortar shops are really struggling.</p>\n\n\n\n<p>And it&#8217;s this inexorable rise. I can only imagine that, well, people are still buying things, but they&#8217;re buying things increasingly on the internet. My age group, I imagine has been fairly straightforward, because we grew up when the internet was coming around. Children that are growing up now, I think they&#8217;re really just not interested in doing things like going into town in a sort of social way like I did. So I imagine that eCommerce&#8217;s future, just generally e-commerce, platform agnostic, you&#8217;ve got to imagine its got everything going for it, I would&#8217;ve thought.</p>\n\n\n\n<p>[00:33:24] <strong>Katie Keith:</strong> Yeah, that makes sense. And we often look at things like market share data, but that&#8217;s just a percentage. So even if WordPress&#8217; market, or let&#8217;s say WooCommerce&#8217;s market share did go down at some point, if the whole of e-commerce was growing, then WooCommerce could still be growing. And it doesn&#8217;t really matter so much if it&#8217;s smaller percentage, if the whole cake is bigger.</p>\n\n\n\n<p>So I think that&#8217;s the case. And you do see quite regularly published e-commerce data about, particularly after Black Friday, like the most revenue ever went through e-commerce sites this Black Friday. And it does seem to be constantly growing. And I think that is primarily through websites. A lot of people are buying through apps, of course, instead of websites, particularly something like Amazon or even Temu or something these days. But I think e-commerce websites are still huge and I can&#8217;t see that changing.</p>\n\n\n\n<p>[00:34:15] <strong>Nathan Wrigley:</strong> No, because in most of the towns that I&#8217;ve visited where I can see this, the big, we call them department stores in the UK. An example might be something like Marks &amp; Spencer. They&#8217;ve got a branch in more or less every town. You kind of feel that they&#8217;re immune. They&#8217;ve got their online bit as well, so they&#8217;ve probably inoculated themselves in that way. They&#8217;ve just got so much kudos, and so much loyalty built in that you feel they might be immune for a period of time.</p>\n\n\n\n<p>But all of the little shops, the little jeweler, the little corner shop selling a thing that they build, whatever it may be, you kind of feel they are going to struggle because the footfall is less. They really do fit into what you sell. I&#8217;m reasonably technical, but I can&#8217;t build, I can&#8217;t code, I can&#8217;t do any of that, so I need a solution.</p>\n\n\n\n<p>I think the future for WooCommerce and the kind of things that you create and sell, I think the future&#8217;s really bright because I see that market just going up and up. The younger people are going to be wanting to use their devices because they&#8217;re all really fascinated by them, everybody&#8217;s got a mobile phone nowadays. The footfall is sort of falling away, and it all seems like a perfect storm for e-commerce to grow. I could be being overly optimistic there, but it feels like it&#8217;s fair weather for the next decade or so.</p>\n\n\n\n<p>[00:35:26] <strong>Katie Keith:</strong> Yeah, I know what you mean. And it&#8217;s a good example to use those small shops because even if they keep their storefront, which probably isn&#8217;t profitable, they should be selling online. And small shops, they&#8217;ve got a few choices, that could be WooCommerce. That might be harder to set up in the first place, they might need to hire someone. But then their costs are super, super low compared to most platforms.</p>\n\n\n\n<p>They could go for Shopify, which is slightly reversed in that sense. Or they could use something like Etsy if they&#8217;re a jeweller, to use your example. So there&#8217;s lots of ways for them to sell online, but they do need to be thinking of it for their survival because of the decline of things like the high street, as you say.</p>\n\n\n\n<p>[00:36:03] <strong>Nathan Wrigley:</strong> Yeah, I think so. Looking back, again, just casting your mind back to 2013 when you began all of this. Do you think that you were lucky when you decided to pivot into making plugins? What I&#8217;m really saying is, if you were beginning now in 2025, everything was the same, it was just 12 years later, 2013 to 2025. Do you think you&#8217;d have the same degree of success with the exact same kind of approach to it?</p>\n\n\n\n<p>Basically, has the market got harder, more saturated, more difficult to sell into, more savvy? Anything around there. Do you feel, basically, you were lucky in terms of timing?</p>\n\n\n\n<p>[00:36:38] <strong>Katie Keith:</strong> I think to an extent. I don&#8217;t believe it&#8217;s fully saturated yet, but it is more full than it was when we started. So when we started, there were no WooCommerce protected category plugins, there were no WordPress dynamic table plugins, there were no document library plugins, there were no product table plugins for WooCommerce.</p>\n\n\n\n<p>So we managed to do that because those were gaps. Now they&#8217;re not. And now we&#8217;ve done successful plugins in those categories people have copied. So we have competition now, which came along after we launched. So those are no longer gaps. But I do firmly believe that there are still gaps that you can fill.</p>\n\n\n\n<p>And the way to find them is through already being in WordPress in some way, which most typically is through building sites for clients, or doing some kind of client work. Because they will always find a gap and ask you to fill it through a custom plugin or something like that. So if you concentrate hard enough on the client work that you&#8217;re getting, you probably will find gaps.</p>\n\n\n\n<p>And if you find something that doesn&#8217;t already exist, then yes, you could get to the top of Google quickly for a very specific keyword. Of course, WordPress and WooCommerce are much bigger now than they were in 2016 when we launched our first plugin. So even if it&#8217;s slightly more diluted with competition, the market is bigger. So there is potential now you&#8217;re a part of a bigger market.</p>\n\n\n\n<p>[00:38:03] <strong>Nathan Wrigley:</strong> So last question really, Katie. Do you see WordPress being the thing for you and your husband, the business you are going to pursue for the next decade or so, or do you think you will be scrambling around for more opportunities in the Shopify space? I don&#8217;t know, other CMSs, pivot completely, who knows? What does the future hold? What&#8217;s the next decade looking like from where you sit right now?</p>\n\n\n\n<p>[00:38:24] <strong>Katie Keith:</strong> I must admit, I&#8217;m not very good at long-term planning. I just do what feels right for the short and medium term.</p>\n\n\n\n<p>[00:38:31] <strong>Nathan Wrigley:</strong> It&#8217;s worked.</p>\n\n\n\n<p>[00:38:32] <strong>Katie Keith:</strong> Well, yeah, exactly. Does it matter? You do something and then you focus on what works and learn and keep iterating. I think that&#8217;s why I haven&#8217;t created, I don&#8217;t know, hundreds of million dollar worth business because I&#8217;m not a visionary that has this long-term view that I&#8217;ll do anything to make it happen.</p>\n\n\n\n<p>Instead, I try something and keep learning, which has created a successful business, but in a more steady growth kind of way. So I&#8217;d rather be that visionary, but I&#8217;m not. It&#8217;s hard to know personally. I think you wanted to talk about the fact that my husband left the business about 8 months ago now. He&#8217;d lost his passion for it and wanted to reflect on other things he could do for the rest of his career, which he&#8217;s still doing.</p>\n\n\n\n<p>So I&#8217;m now running it on my own and he owns half of it, so that might affect the future. We talked about whether he should sell his share, for example, at the time, and he decided, oh, WordPress is growing so nicely, it&#8217;s so stable, he&#8217;ll leave his money in the business.</p>\n\n\n\n<p>Well, since then there&#8217;s been all this drama, so we are thinking, was that the right call? Should we get some money out?</p>\n\n\n\n<p>But I love what I do and want to stay doing what I&#8217;m doing for the foreseeable future. But we could do something like take on a partner or investment or something if Andy wants to, say, invest his half elsewhere. So there&#8217;s that, which might affect our future.</p>\n\n\n\n<p>[00:39:54] <strong>Nathan Wrigley:</strong> Oh gosh, that&#8217;s interesting. So, you heard here first. If people wanted to get in touch with you, Katie, not necessarily about taking on half the business or anything like that, but they&#8217;re just curious about what we&#8217;ve talked about today, or anything else related to WooCommerce plugins, et cetera, where would you be hanging out online? Is that a social network or an email? What&#8217;s the best thing?</p>\n\n\n\n<p>[00:40:15] <strong>Katie Keith:</strong> So for company stuff, it&#8217;s Barn2.com to check out our plugins and so on. And for me, the most active place that I am would be Twitter, which is katiekeithbarn2.</p>\n\n\n\n<p>[00:40:27] <strong>Nathan Wrigley:</strong> So Katie Keith, I appreciate you chatting to me today. Thank you so much and every success for 2025 and beyond. Thank you.</p>\n\n\n\n<p>[00:40:34] <strong>Katie Keith:</strong> Thanks for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/katiekeithbarn2\">Katie Keith</a>.</p>\n\n\n\n<p>Katie is a founder and CEO of <a href=\"https://barn2.com/\">Barn2 Plugins</a>. With a background deeply rooted in WordPress, Katie&#8217;s journey presents an interesting narrative of transformation, from the early days of running a WordPress agency, to now managing a flourishing plugin business. Barn2 plugins has a portfolio of 19 premium plugins, many of which extend functionalities in WooCommerce.</p>\n\n\n\n<p>Today, Katie previews her upcoming lightning talk which she’ll be giving at WordCamp Asia. She talks about the transition from agency work to plugin development, highlighting early challenges and choices that shaped the business’ path.</p>\n\n\n\n<p>We get into the initial allure of client projects and their subsequent realisation of the benefits offered by productising their skills for global reach. Katie describes the decisions that led them to WordPress plugins, with products like WooCommerce Protected Categories and Document Library Pro, and explores how customer feedback and market needs drove their product diversification.</p>\n\n\n\n<p>As Katie explains, the plugin world wasn’t without its hurdles. There was trial and error involved in launching new products. This underscored the importance of market research. Additionally, she touches on Barn2&#8217;s current pivot into Shopify apps, aiming for diversification to help ensure that the business has stability by being available across multiple platforms.</p>\n\n\n\n<p>Katie investigates the current WordPress and WooCommerce landscape, discussing how she perceives the industry will change, potential growth areas, and the necessity of staying agile.</p>\n\n\n\n<p>If you’re curious about the intricacies of building a plugin business, or are seeking inspiration from someone who has already navigated the WordPress ecosystem, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://barn2.com/\">Barn2 website</a></p>\n\n\n\n<p><a href=\"https://www.shopify.com/\">Shopify</a></p>\n\n\n\n<p><a href=\"https://themeforest.net/\">Themeforest</a></p>\n\n\n\n<p><a href=\"https://iconicwp.com/\">Iconic website</a></p>\n\n\n\n<p><a href=\"https://x.com/katiekeithbarn2\">Katie&#8217;s X profile</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Do The Woo Community: Why You Shouldn’t Miss WP:25: A Virtual Deep Dive into Enterprise WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=91213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://dothewoo.io/blog/why-you-shouldnt-miss-wp25-a-virtual-deep-dive-into-enterprise-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"WP:25 is a virtual event by Human Made discussing the future of WordPress in the enterprise sector, featuring keynotes, panel discussions, and insights for developers, freelancers, and agencies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2025 13:29:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Do The Woo Community: Enterprise WordPress 2025: AI Tools, CMS Strategies, and Roadmap Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90729\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://dothewoo.io/enterprise-wordpress-2025-ai-tools-cms-strategies-and-roadmap-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"In this episode, the hosts discuss the future of enterprise WordPress in 2025, focusing on AI advancements, multi-CMS strategies, security concerns, and upcoming features like full-site editing and multilingual support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2025 10:07:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Do The Woo Community: Do the Woo Hooks, Tips You Can Take Action On\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=91193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://dothewoo.io/blog/do-the-woo-hooks-tips-you-can-take-action-on/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"It\'s official. Introducing Do the Woo Hooks with tips from our community of builders and creators.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2025 21:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: Decisions, Partners, and Pricing. A Chat with Nathan Tyler.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/decisions-partners-and-pricing-a-chat-with-nathan-tyler/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"In this episode of Woo BizChat, Nathan Tyler discusses crucial business decisions for plugin and SaaS owners, covering pricing strategies, customer support, partnerships, and transitioning from services to product development for sustained growth.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2025 10:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Sun and shadows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2025/02/sun-and-shadows/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2025/02/sun-and-shadows/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"<img width=\"604\" height=\"702\" src=\"https://i0.wp.com/ma.tt/files/2025/02/image.jpg?resize=604%2C702&ssl=1\" class=\"wp-image-137931\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2025 01:06:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Gravatar: How to Be Better at Networking: Leverage Existing Contacts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://blog.gravatar.com/2025/02/17/how-to-be-better-at-networking/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11047:\"<p>Did you know that <a href=\"https://images.forbes.com/forbesinsights/StudyPDFs/Business_Meetings_FaceToFace.pdf\">85% of people build stronger business relationships</a> through in-person networking compared to online? That sounds promising, but the reality is that many professionals still struggle to turn brief connections into meaningful career opportunities. Networking can feel overwhelming, especially for those who face social anxiety or find traditional approaches too transactional.</p>\n\n\n\n<p>The good news? <strong>Building genuine relationships doesn’t have to feel like a chore.</strong> By focusing on leveraging the contacts you already have and combining practical strategies with powerful digital tools, networking can become both effective and enjoyable.</p>\n\n\n\n<p>This guide will walk you through actionable tips to help you maximize your current network, rekindle dormant connections, and stand out with tools like Gravatar, a <a href=\"https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/\">digital business card</a> that keeps your professional presence consistent and memorable.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Turn connections into lasting professional relationships</strong></h2>\n\n\n\n<p>Here&#8217;s a counterintuitive truth about networking: <strong>your most valuable professional connections might be people you haven&#8217;t spoken to in years. </strong>While most of us focus on maintaining active relationships or making new ones, <a href=\"https://www.researchgate.net/publication/220520957_Dormant_Ties_The_Value_Of_Reconnecting\">research from Organization Science</a> reveals that reconnecting with dormant contacts often yields greater benefits than relying on current ties. These forgotten connections – rich with untapped potential and fresh perspectives – could be the key to your next career breakthrough.</p>\n\n\n\n<p>So, what can you do to take advantage of those?&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Start by conducting a </strong><a href=\"https://blog.gravatar.com/2024/06/16/how-to-network-at-a-conference/\"><strong>network audit</strong></a><strong>.</strong> List your contacts and assess which connections may have gone inactive but still hold relevance. Using tools like Gravatar, you can revitalize your professional presence by ensuring your contact details and digital profiles are updated. This unified presence boosts credibility and simplifies re-engagement.</li>\n\n\n\n<li><strong>When reaching out, avoid generic follow-ups.</strong> Instead, build on shared professional interests or reference past collaborations to create meaningful touchpoints. For example, share an article or idea relevant to their industry. Crafting a strong elevator pitch is essential here – it’s your opportunity to leave a lasting impression when reconnecting.</li>\n\n\n\n<li><strong>Finally, don’t let </strong><a href=\"https://hbr.org/2022/05/if-networking-makes-you-anxious-try-this\"><strong>networking anxiety</strong></a><strong> hold you back.</strong> It’s normal to feel nervous, but simple techniques like visualization and scripting your conversations in advance can ease those worries​. With practice and intentionality, reconnecting with dormant ties can transform them into enduring professional relationships.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Making authentic follow-ups that get responses</strong></h3>\n\n\n\n<p>Imagine reconnecting with an old colleague. During your initial call, you discuss a mutual interest in emerging industry trends, such as AI-powered customer insights. A week later, you follow up by sharing a report on the topic, along with a thoughtful note: “Our chat inspired me to dive deeper into this – thought you’d find it interesting too.” This kind of personalized follow-up shows genuine interest and keeps the conversation alive.</p>\n\n\n\n<p>Sharing relevant industry insights or opportunities is a simple but powerful way to create value. It positions you as someone who contributes rather than merely seeks help. For example, sending an article that aligns with their current projects or highlighting a conference they might enjoy can make you memorable.</p>\n\n\n\n<p><strong>If starting these conversations feels daunting, practice a few </strong><a href=\"https://www.themuse.com/advice/30-brilliant-networking-conversation-starters\"><strong>go-to openers</strong></a><strong>. </strong>Questions like, “What inspired you to attend this event?” or “What’s been the most exciting project you’ve worked on recently?” are engaging and natural​. You can also keep it light and personal with openers like, “Have you been to this venue before?” or “What’s your favorite part about working in this industry?”</p>\n\n\n\n<p><strong>When reconnecting via email or LinkedIn, make your opener personal and specific. </strong>A great example could be referencing a shared memory: “I was just thinking about the project we worked on together back in 2018 – still one of the most innovative teams I’ve been a part of!” These thoughtful touches can make the difference between a generic interaction and one that leads to a meaningful, lasting connection.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Using Gravatar to stay memorable after meetings</strong></h3>\n\n\n\n<img width=\"1397\" height=\"716\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-new-homepage-1.png\" alt=\"The Gravatar homepage\" class=\"wp-image-2867\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> offers an easy way to leave a lasting impression after professional meetings. By creating a unified digital profile, Gravatar ensures that your contact information and portfolio remain accessible and automatically updated across platforms like <a href=\"https://wordpress.com/\">WordPress</a>, <a href=\"https://github.com/\">GitHub</a>, and <a href=\"https://slack.com/\">Slack</a>.&nbsp;</p>\n\n\n\n<img width=\"1421\" height=\"985\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/ronnie-gravatar-profile-3.png\" alt=\"Example of a Gravatar profile\" class=\"wp-image-2868\" />\n\n\n\n<p>But the standout feature for networking? <strong>QR codes.</strong></p>\n\n\n\n<p>Gravatar enables users to generate personalized QR codes linked directly to their profiles. Imagine this: You’re wrapping up a productive meeting, and instead of fumbling for a physical business card, you share your Gravatar QR code. Scanning it instantly provides your connection with access to your contact details, social links, and a dynamic calendar link for easy follow-ups​.</p>\n\n\n\n<p>The code itself is hidden behind your Gravatar profile picture and to see it, you just need to click the little icon on the top right corner.&nbsp;</p>\n\n\n\n<img width=\"1474\" height=\"974\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-qr-code.png\" alt=\"Example of profile QR code\" class=\"wp-image-2869\" />\n\n\n\n<p>However, if you’re a developer, you could even <a href=\"https://docs.gravatar.com/api/profiles/qr-codes/\">customize the QR code</a> by adjusting its size and style, and even include your avatar or logo at its center. The codes can be embedded on name tags, event lanyards, or even digital signatures, making them a versatile tool for any networking scenario that includes <a href=\"https://blog.gravatar.com/2024/08/02/organizational-benefits-of-efficient-contact-sharing/\">contact sharing​</a>.</p>\n\n\n\n<p>This not only saves time but also positions you as tech-savvy and organized – qualities that help you stand out. With a Gravatar profile and QR code, staying memorable is as easy as a quick scan.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Stand out at conferences: Strategies and digital tools for real-world networking</strong></h2>\n\n\n\n<p>Industry conferences often bring together professionals from all stages of your career – making them perfect opportunities to reconnect with dormant contacts and forge new relationships. Here&#8217;s how to maximize these moments:</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Before the conference</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Review the attendee list for former colleagues and new people you’d like to connect with.</li>\n\n\n\n<li>Use LinkedIn to identify which of these people (old and new contacts) will be speaking or attending.</li>\n\n\n\n<li>Plan your schedule around sessions where you&#8217;re likely to encounter these contacts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>During the conference</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use Gravatar&#8217;s QR code on your name tag with a note like &#8220;Worked at [Previous Company] 2018-2020&#8221; to help former colleagues recognize you.</li>\n\n\n\n<li>After reconnecting, use <a href=\"https://www.linkedin.com/help/linkedin/answer/a554240\">LinkedIn Live</a> to host quick session recaps, tagging relevant colleagues and attendees to maintain engagement.</li>\n\n\n\n<li>Log reconnections in CRM tools like <a href=\"https://www.hubspot.com/products/crm\">HubSpot</a> or <a href=\"https://www.zoho.com/\">Zoho</a>, noting shared history and current interests. Then, you can set reminders to follow up with a personalized email a week later.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Post-conference follow-up</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <a href=\"https://zapier.com/\">Zapier</a> to automate personalized follow-ups that reference your shared history.</li>\n\n\n\n<li>Share conference insights relevant to your reconnected contacts&#8217; current roles.</li>\n\n\n\n<li>Schedule virtual coffee chats to continue conversations started at the event.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Set up your professional digital hub in five minutes</strong></h2>\n\n\n\n<p>With Gravatar, setting up a professional digital hub is quick and simple. Here’s how to get started:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"http://gravatar.com\">Register on Gravatar.com</a> and upload a professional photo to ensure a consistent, recognizable online presence.</li>\n\n\n\n<li>Include LinkedIn, GitHub, or other platforms where your professional work is showcased.</li>\n\n\n\n<li>Highlight your expertise and current role to make a great first impression.</li>\n\n\n\n<li>Use Gravatar’s QR code feature to share your profile at conferences or in follow-up emails​.</li>\n</ol>\n\n\n\n<p>In minutes, you’ll have a centralized, dynamic digital business card that keeps your contact details and portfolio accessible across platforms. Whether you’re connecting online or in person, Gravatar ensures you stay memorable and organized with minimal effort.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Feb 2025 16:23:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Do The Woo Community: Do the Woo v4.2 Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://dothewoo.io/blog/do-the-woo-v4-2-changelog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"Version 4.2 introduces new shows including WooCommerce Accessibility Insights and WP Agency Tracks, hosts Marcus Burnette, Mark Westguard, and Matthias Pfefferle, while deleting All Things WordPress and Woo Show.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Feb 2025 09:30:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress.org blog: Report: WordPress in 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2025/02/wordpress-in-2025-report/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2965:\"<p>This year is set to be transformative for WordPress, yet many decision-makers risk overlooking the immense opportunities ahead. Our new <strong>“WordPress in 2025”</strong> report highlights why WordPress should be a cornerstone of your long-term strategy. Stay ahead of the curve—read the report now to see how WordPress can drive growth and innovation for your business in the years to come.</p>\n\n\n\n<img width=\"1024\" height=\"647\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=1024%2C647&ssl=1\" alt=\"\" class=\"wp-image-18476\" />\n\n\n\n<p>Some of the key points we explore:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>As proprietary &#8220;next-gen&#8221; CMS hype fizzles out and enterprise budgets shift priorities, open-source CMSs like WordPress are primed to gain ground in the commoditized CMS space. WordPress&#8217; maturity and extensibility provide a high starting point for innovation.</li>\n\n\n\n<li>WordPress&#8217; Block Editor has seen tremendous investment, amassing over 34,000 commits &#8211; more than entire competing CMS projects. New capabilities like Full Site Editing (FSE) give enterprises unprecedented ability to enable no-code site building.</li>\n\n\n\n<li>Just as being the first user-friendly publishing tool propelled WordPress&#8217; initial growth, AI presents a similar opportunity. WordPress&#8217; contributor community can build not just AI features, but an exciting multi-agent, LLM-agnostic ecosystem representing an intelligent content operating system.</li>\n\n\n\n<li>Pure-play headless vendors are working backwards to add no-code editing, while WordPress has long supported robust headless capabilities alongside its mature editor. For complex sites, hybrid architectures leveraging both are the pragmatic path forward.</li>\n</ul>\n\n\n\n<p><a href=\"https://wordpress.org/news/files/2025/02/WordPress-in-2025-Report-Noel-Tock.pdf\">Download the full WordPress in 2025 (PDF)</a> report directly to learn more.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Don’t miss WP:25, the virtual event.</h3>\n\n\n\n<p><a href=\"https://humanmade.com/wordpress-in-2025-event/?utm_campaign=41192678-WordPress%20in%202025&utm_source=event&utm_medium=Noel%20sales%20outreach&utm_content=event%20landing%20page\">Save your spot at our free event, WP:25</a>, exploring the future of WordPress and featuring key people working with many of the ideas discussed in the report. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>About the report&#8217;s author, <a href=\"https://profiles.wordpress.org/noel_tock/\">Noel Tock</a></strong> — Having built his first website back in 1995, Noel has long been watching the evolution of the CMS space. As a co-owner at one of the leading enterprise WordPress agencies, Human Made, his belief in the power of open source is as great as ever. Human Made is a WordPress VIP Gold Partner specializing in DXP, headless, AI and more.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Feb 2025 03:19:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Noel Tock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: WordCamp Asia 2025: Manila Magic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2025/02/wordcamp-asia-2025-manila-magic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4133:\"<img width=\"1024\" height=\"536\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=1024%2C536&ssl=1\" alt=\"WordCamp Asia 2025\" class=\"wp-image-18491\" />\n\n\n\n<p>The first major WordCamp of the year is here! <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia 2025</a> lands in Manila, Philippines, from February 20-22, bringing together open source enthusiasts, developers, and WordPress professionals from across the region—and the world.</p>\n\n\n\n<p>With three packed days of learning, networking, and collaboration, this year’s event promises fresh insights, dynamic discussions, and plenty of opportunities to connect.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Solutions spotlight</h3>\n\n\n\n<p>Throughout the conference days, multiple presentations will focus on the solutions provided by our amazing sponsors. This is a great opportunity to learn more about their initiatives and solutions.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://asia.wordcamp.org/2025/solutions-spotlight/\">Explore the solutions spotlight</a></div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Keynotes, panels, and deep dives</h3>\n\n\n\n<p>The main conference, which will be held on February 21-22, will feature <a href=\"https://asia.wordcamp.org/2025/schedule/#day-2\">a lineup of notable keynote speakers</a>, including digital innovation leaders and open-source advocates. Attendees can expect diverse sessions on business strategy, development of best practices, and technical advancements.</p>\n\n\n\n<p>For those looking to sharpen their skills, presentations will dive deep into topics like SEO for WordPress, performance optimization, and AI-powered content creation. Plus, don’t miss the electrifying WordPress Speed Build Battle, where developers race to create stunning sites in record time.</p>\n\n\n\n<h3 class=\"wp-block-heading\">YouthCamp</h3>\n\n\n\n<p>On February 22, WordCamp Asia 2025 will host <a href=\"https://asia.wordcamp.org/2025/youthcamp/\">YouthCamp</a>, a pre-registered event designed to introduce young minds to WordPress and its endless possibilities. This initiative aims to engage the next generation of WordPress users, developers, and contributors through hands-on activities and interactive sessions</p>\n\n\n\n<h3 class=\"wp-block-heading\">Closing Q&amp;A with Matt Mullenweg</h3>\n\n\n\n<p>WordPress Cofounder Matt Mullenweg will wrap up the event with a live Q&amp;A session on February 22. Whether attending in person or tuning in online, you can catch his insights live on the <a href=\"https://www.youtube.com/@WordPress\">WordPress YouTube channel</a> at 4:00 p.m. Philippine Time (08:00 UTC).</p>\n\n\n\n<h3 class=\"wp-block-heading\">After party</h3>\n\n\n\n<p>As the sun sets on WordCamp Asia 2025, the excitement continues with the After Party (theme: Island Vibe)! Get ready to experience the vibrant spirit of the Philippines with a lively gathering at <a href=\"https://www.picc.gov.ph/\">The Forum at PICC</a>. Expect a night filled with great conversations, music, and a celebration of the WordPress community.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get WordCamp-ready</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Secure your <a href=\"https://asia.wordcamp.org/2025/tickets/\">WordCamp Asia 2025 tickets</a> (if you haven’t already!)</li>\n\n\n\n<li>Browse the <a href=\"https://asia.wordcamp.org/2025/schedule/\">full schedule of sessions</a> to plan your experience</li>\n\n\n\n<li>Follow WordCamp Asia on<strong> </strong><a href=\"https://x.com/WordCampAsia\">X</a>, <a href=\"https://www.linkedin.com/company/wordcampasia/\">LinkedIn</a>, and <a href=\"https://www.instagram.com/wordcampasia/\">Instagram</a> for real-time updates</li>\n</ul>\n\n\n\n<p>As always, be part of the conversation! Whether you’re attending in Manila or following along online, share your experiences using <strong>#WCAsia</strong> and <strong>#WordPress</strong>.</p>\n\n\n\n<p>Manila is calling—see you at WordCamp Asia 2025!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2025 16:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Bernard Meyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Do The Woo Community: Friday Shares: Back in 2025 v9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=90887\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/blog/friday-shares-back-in-2025-v9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"A bit ago I announced the end of Friday Shares but, due to community feedback, will continue them alongside a new newsletter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2025 11:41:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: Scale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=137506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://ma.tt/2025/02/scale/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"<p>In high school when 5% of your class doesn&#8217;t like you it&#8217;s like 3-5 people. </p>\n\n\n\n<p>Running a company of 1,700+ when 5% doesn&#8217;t like you, that&#8217;s 85 people! That fills a room. </p>\n\n\n\n<p>150k followers and 5% don&#8217;t like you now you have a small stadium of 7,500 people. </p>\n\n\n\n<p>It&#8217;s still 5%.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2025 00:40:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: Woo Marketplace Hits 1000 Extensions—What’s Next?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/woo-marketplace-hits-1000-extensions-whats-next/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:263:\"BobWP announces the WooCommerce Marketplace hitting 1,000 extensions and shares updates on streamlined workflows and quicker approvals within 1-4 days. WooCommerce is accepting both free and freemium products, encouraging builders to submit their extensions here.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Feb 2025 12:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Do The Woo Community: Building WordPress Agency Habits with Cami MacNamara\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90590\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://dothewoo.io/building-wordpress-agency-habits/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"In this first episode of WP Agency Tracks, hosts Marcus Burnette and Cami McNamara discuss effective habits for agency owners, focusing on time management, mental health, and community engagement to enhance productivity and success.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Feb 2025 09:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WordCamp Central: WordCamp Mukono 2025: A Celebration of WordPress and Women in Tech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=9547410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://central.wordcamp.org/news/2025/02/wordcamp-mukono-2025-a-celebration-of-wordpress-and-women-in-tech/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11035:\"<h2 class=\"wp-block-heading has-text-align-center\">Welcome to the Pearl of Africa’s first WordCamp 2025!</h2>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/02/Home-scaled.jpg\" alt=\"\" />\n\n\n\n<p>Uganda, known as the Pearl of Africa, is a land of breathtaking landscapes, diverse cultures, and warm hospitality. Within this vibrant country lies <strong>Mukono</strong>, a fast-growing town known for its dynamic community, top-tier educational institutions, and entrepreneurial spirit. Mukono is not just a town—it is a hub of ideas, innovation, and collaboration.</p>\n\n\n\n<p>This Year, Mukono will host one of the most anticipated WordPress events in East Africa: <a href=\"https://mukono.wordcamp.org/2025/\">WordCamp Mukono 2025</a>. This gathering of WordPress enthusiasts, developers, designers, marketers, and content creators will take place on <strong>March 8, 2025</strong>, at the <a href=\"https://www.google.com/search?client=firefox-b-d&q=mukono+synod+hall&sei=nfuqZ53JM4ewhbIP6MmCqQc\">Synod Hall Mukono</a>, near <a href=\"https://www.bishopss.com/\">Bishop’s Senior School</a>.<br /><br />The Venue has been specifically selected to accommodate everyone. This is the easiest venue to get to Ever.  It is in the CBD and in a serene and quiet environment. You will not be suffering from Noise Pollution. Whether you&#8217;re a seasoned WordPress professional, an aspiring entrepreneur, a curious beginner, or someone passionate about technology and community building, this event is designed for you.</p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-medium-font-size\">A Theme That Matters: WP HERoes – Women Powering the WordPress Universe</h2>\n\n\n\n<p>For WordCamp Mukono 2025, we are embracing a powerful and transformative theme: “<strong>WP HERoes: Women Powering the WordPress Universe</strong>”. This year’s event is dedicated to celebrating, empowering, and amplifying the voices of women in the WordPress community. Women have played a pivotal role in shaping WordPress, from coding and design to content creation and community leadership. However, their contributions often go unnoticed.</p>\n\n\n\n<p>At WordCamp Mukono 2025, we will shine a spotlight on these incredible women—the <strong>HER</strong>oes—who are making WordPress a more inclusive, innovative, and vibrant ecosystem. Just as Mukono is a center for education and opportunity, this event aims to foster growth, learning, and collaboration among WordPress users of all backgrounds. We believe that when diverse voices are heard and empowered, the entire community thrives.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why Attend WordCamp Mukono 2025?</strong></h3>\n\n\n\n<p>This is more than just another tech conference. <a href=\"https://mukono.wordcamp.org/2025/\">WordCamp Mukono 2025</a> is a place where ideas spark, collaborations begin, and knowledge is shared. Here’s what you can expect:</p>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center\"><strong>World-Class Speakers and Engaging Sessions</strong></h3>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/02/Speakerlst.jpg\" alt=\"\" />\n\n\n\n<p><strong>Prepare to be inspired!</strong> We are bringing together an incredible lineup of local and international speakers who will share their expertise on various aspects of WordPress. Whether you&#8217;re new to WordPress or an advanced user, there&#8217;s something for everyone:<br /><br /><strong>Design &amp; User Experience (UX)</strong> – Master the art of crafting visually stunning and user-friendly websites.<br /><strong>Business &amp; Digital Marketing</strong> – Explore strategies for freelancers, bloggers, and entrepreneurs looking to monetize their WordPress skills.<br /><strong>Women in Tech</strong> – Hear firsthand stories of empowerment, success, and resilience from female leaders in the WordPress community.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Unmatched Networking Opportunities</h4>\n\n\n\n<p>WordCamp Mukono 2025 is not just an event—it’s an experience. It’s a rare opportunity to meet like-minded individuals, expand your professional network, and forge lasting collaborations. Whether you’re looking for a mentor, business partner, or simply want to connect with fellow WordPress enthusiasts, this is the place to be.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Hands-On Learning &amp; Workshops</h4>\n\n\n\n<p>Our workshops are designed to be interactive and practical, giving you hands-on experience with WordPress tools and technologies. Learn from seasoned experts and walk away with real-world skills you can apply immediately.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Showcasing Mukono: A City of Growth and Culture</h4>\n\n\n\n<p>Mukono is a blend of urban convenience and natural beauty. From its bustling markets to its serene landscapes, Mukono offers a unique experience for visitors. If you’re traveling from outside the town, you’ll find comfortable accommodations ranging from budget-friendly guesthouses to upscale hotels.<br />We encourage attendees to arrive early and explore Mukono—its culture, food, and hospitality will make your visit even more memorable!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Event Details: When and Where?</h2>\n\n\n\n<p><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4cd.png\" alt=\"📍\" class=\"wp-smiley\" /> Location:</strong> <a href=\"https://maps.app.goo.gl/rir2trT2GUuGb2kK8\">Synod Hall Mukono</a>, near Bishop’s Senior School<br /><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4c5.png\" alt=\"📅\" class=\"wp-smiley\" /> Date:</strong> March 8, 2025<br /><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f465.png\" alt=\"👥\" class=\"wp-smiley\" /> Capacity: </strong>Over 400 attendees<br /><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Tickets:</strong> <a href=\"https://mukono.wordcamp.org/2025/tickets/\">Buy Tickets Here</a> (Limited slots available—get yours now!)</p>\n\n\n\n<p><br /><a href=\"https://mukono.wordcamp.org/2025/location/\">Our venue</a>, Synod Hall Mukono, is a spacious and well-equipped location with excellent lighting, ventilation, and accessibility. Its proximity to Mukono’s central business district makes it the perfect setting for an event of this magnitude.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Be a Part of Something Bigger: Sponsorship Opportunities</h2>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/01/Sponsors.jpg\" alt=\"\" />\n\n\n\n<p>WordCamp Mukono 2025 is made possible through the generosity of <a href=\"https://mukono.wordcamp.org/2025/sponsors/\">sponsors</a> who believe in empowering the WordPress community. If your company or organization wants to gain exposure while supporting a great cause, we invite you to <a href=\"https://mukono.wordcamp.org/2025/call-for-sponsors/\">become a sponsor!</a></p>\n\n\n\n<h4 class=\"wp-block-heading\">Sponsorship offers unique benefits, including: </h4>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /> <strong>Brand Visibility </strong>– Reach a targeted audience of WordPress professionals and enthusiasts. <br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /> <strong>Community Engagement</strong> – Connect with potential customers, partners, and talent. <br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /> <strong>Networking &amp; Recruitment </strong>– Identify and engage with skilled WordPress developers, designers, and marketers.</p>\n\n\n\n<p><strong>Interested in sponsoring? Learn more here: <a href=\"https://mukono.wordcamp.org/2025/call-for-sponsors/\">https://mukono.wordcamp.org/2025/call-for-sponsors/</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Accommodation &amp; Travel Tips</h2>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/02/Accomodation-2.jpg\" alt=\"\" />\n\n\n\n<p>Mukono offers a variety of accommodation options, from budget guesthouses to high-end hotels. If you’re traveling from outside Mukono, we recommend booking early to secure the best options near the venue. For more details, visit: <a href=\"https://mukono.wordcamp.org/2025/accommodation-guide-for-visitors-to-mukono-town/\">Location Post</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Secure Your Spot – Get Your Ticket Today!</h2>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/02/Tickets-scaled.jpg\" alt=\"\" />\n\n\n\n<p><a href=\"https://mukono.wordcamp.org/2025/tickets-now-available/\">Tickets for WordCamp</a> Mukono 2025 are now available! We offer different ticket categories, including:<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Regular Ticket – <strong>UGX 15,000. </strong>Each ticket includes access to all sessions, networking opportunities, swag, refreshments, and a truly unforgettable experience!<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Actual Cost Ticket – <strong>UGX 100,000. </strong>Each ticket includes access to all sessions, networking opportunities, swag, refreshments, and a truly unforgettable experience! A ticket for people who love and Support wordPress and want to ensure that the Event moves super smoothly.<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> Reserve your spot today: <a href=\"https://mukono.wordcamp.org/2025/tickets/\">Click Here</a></p>\n\n\n\n<p><strong>Join the WordCamp Mukono 2025 Movement!</strong><br />WordCamp Mukono 2025 is more than just an event—it’s a movement that celebrates WordPress, women in tech, and the power of community. Whether you&#8217;re a beginner, expert, entrepreneur, or enthusiast, there is something for you.</p>\n\n\n\n<p><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4ac.png\" alt=\"💬\" class=\"wp-smiley\" /> Let’s start the conversation! Use the official hashtags:</strong><br />#WCMukono25 #WordPressMukono #WPHeroes #WomenInWordPress</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4e7.png\" alt=\"📧\" class=\"wp-smiley\" /> Contact Us: mukono@wordcamp.org<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f310.png\" alt=\"🌐\" class=\"wp-smiley\" /> Official Website: <a href=\"https://mukono.wordcamp.org/2025\">https://mukono.wordcamp.org/2025/</a><br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Tickets Info: <a href=\"https://mukono.wordcamp.org/2025/tickets/\">Buy Tickets Here</a> (Limited slots available—get yours now!)<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f91d.png\" alt=\"🤝\" class=\"wp-smiley\" /> Sponsorship: <a href=\"https://mukono.wordcamp.org/2025/call-for-sponsors-wordcamp-mukono/\">https://mukono.wordcamp.org/2025/call-for-sponsors-wordcamp-mukono/</a><br /><strong>See you in Mukono for an unforgettable WordPress celebration!</strong></p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Feb 2025 08:53:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Moses Cursor Ssebunya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Matt: Hash tables\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=137372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2025/02/hash-tables/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"<p>“You didn’t just come up with a cool hash table,” he remembers telling Krapivin. “You’ve actually completely wiped out a 40-year-old conjecture!” <a href=\"https://www.quantamagazine.org/undergraduate-upends-a-40-year-old-data-science-conjecture-20250210/\">There&#8217;s a delightful article on an undergraduate discovering an optimization in a very basic computer science principle</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 22:03:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Gravatar: Simplify Link Sharing With Smart Redirects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2877\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://blog.gravatar.com/2025/02/12/simplify-link-sharing-with-smart-redirects/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4108:\"<p>You know what&#8217;s better than easy-to-share links? Easy-to-share links on your own custom domain. </p>\n\n\n\n<p>We just rolled out Smart Redirects for all Gravatar custom domains. Zero setup required.</p>\n\n\n\n<p><em>And right now, we&#8217;re offering free custom domains for your first year.</em> </p>\n\n\n\n<h2 class=\"wp-block-heading\">What Are Smart Redirects?</h2>\n\n\n\n<p>They&#8217;re simple shortcuts that make sharing your online presence a breeze. Add the name of any of your verified services to the end your domain:</p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>your-name.link/bluesky<br />your-name.link/linkedin<br />your-name.link/calendar</code></pre>\n\n\n\n<p>That&#8217;s it. Your domain automatically redirects to your connected accounts. No configuration. No DNS wizardry. Just connect your accounts to Gravatar and the redirects work instantly.</p>\n\n\n\n<p>These are perfect for email signatures, business cards, social media profiles, and more.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Simplified Payments With /pay</h2>\n\n\n\n<p>Here&#8217;s something cool: Smart Redirects make sharing payment links much nicer. Instead of dropping a long payment URL in your messages or emails, just use:</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<pre class=\"wp-block-preformatted\"><code>your-name.link/pay</code></pre>\n\n\n\n<p>This currently works with:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PayPal</li>\n\n\n\n<li>Venmo</li>\n\n\n\n<li>Crypto currencies</li>\n\n\n\n<li>Custom (any link you want)</li>\n</ul>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"490\" height=\"374\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/cleanshot-2025-02-12-at-12.55.50402x.png\" alt=\"\" class=\"wp-image-2885\" />\n</div>\n</div>\n\n\n\n<p>Just add your payment details to your Gravatar profile, and your /pay link automatically directs people to all of your preferred payment methods. Perfect for freelancers, creators, splitting the bill among friends, or anyone who needs to receive payments.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Free Domain? Tell Me More</h2>\n\n\n\n<p>For a limited time, claim your .link, .bio, or .social domain (or choose from other popular TLDs) through Gravatar. Just log in to your dashboard and look for the domain claim option at the top of your profile. Free for the first year. </p>\n\n\n\n<p>Once you have your domain, Smart Redirects are automatically enabled. No extra steps needed.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Available Now</h2>\n\n\n\n<p>Smart Redirects work with most major platforms including GitHub, LinkedIn, Bluesky, Mastodon, Tumblr, and many more. We&#8217;ve also added handy shortcuts for your calendar (/calendar), contact (/contact), and payment info (/pay).<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting Started</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Claim your free domain (if you haven&#8217;t already)</li>\n\n\n\n<li>Connect your accounts in your Gravatar profile</li>\n\n\n\n<li>Start sharing your shorter, sweeter links</li>\n</ol>\n\n\n\n<p>And fun fact: both <code><em>/twitter</em></code> and <code><em>/x</em></code> work for your X profile. We&#8217;ve got you covered either way.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Your Own Domain Matters</h2>\n\n\n\n<p>Your domain is your identity on the open web. It&#8217;s not just for your Gravatar profile – use it everywhere to build your presence and own your digital footprint. And with Smart Redirects, it&#8217;s now even more useful.</p>\n\n\n\n<p>Want to see all the available redirects and learn more? Check out our <a href=\"https://support.gravatar.com/smart-redirects\">Smart Redirects guide</a>.</p>\n\n\n\n<p>Smart Redirects are live for all <a href=\"https://gravatar.com/custom-domains\">Gravatar custom domains</a>. And remember, domains are free for your first year. Go ahead, claim yours and give Smart Redirects a try!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 19:52:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: #156 – Derek Ashauer on Analytics Options and Privacy Challenges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=187359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/podcast/156-derek-ashauer-on-analytics-options-and-privacy-challenges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57075:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, analytics options and privacy challenges for WordPress site owners.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Derek Ashauer.</p>\n\n\n\n<p>Having spent over 15 years in the WordPress arena, Derek has transitioned from building client sites to creating specialized WordPress plugins. Today we get to hear about his journey creating Conversion Bridge, a tools specifically designed to streamline the process of implementing analytics platforms and conversion tracking on WordPress websites.</p>\n\n\n\n<p>We start with an overview of analytics, tracing its evolution from the simple server logs of the early internet days, to the sophisticated data gathering mechanisms provided by Google Analytics and others.</p>\n\n\n\n<p>We explore how the introduction of European privacy laws has significantly impacted the data landscape, challenging marketers and businesses to adapt to a new era where data privacy is regarded differently in different locales.</p>\n\n\n\n<p>Derek offers his perspectives on this rapidly changing field, discussing the rise of modern privacy focused analytics platforms like Fathom, Plausible and others. He explains how these technologies employ cookieless tracking techniques to respect user privacy, while still providing valuable insights for website owners.</p>\n\n\n\n<p>We also address the problem of data accessibility and user privacy. Derek, sharing his personal views as a marketer, acknowledges the complexity of balancing effective marketing strategies with ethical data use. He explains his thoughts on why modern solutions might strike a better balance, ensuring that user data remains private, while allowing businesses to glean just the insights they need.</p>\n\n\n\n<p>Whether you are managing a WooCommerce store, or building sites for clients, Derek&#8217;s insights into conversion tracking will be of interest. He talks about some of the hurdles site builders face with traditional systems and how Conversion Bridge simplifies conversion tracking across various platforms and plugins without the need for extensive coding.</p>\n\n\n\n<p>If you&#8217;re an agency, developer, or digital marketer, this discussion will help equip you with the knowledge and strategies to navigate the ever evolving landscape of web analytics.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Derek Ashauer.</p>\n\n\n\n<p>I am joined on the podcast by Derek Ashauer. How you doing, Derek?</p>\n\n\n\n<p>[00:03:40] <strong>Derek Ashauer:</strong> I am doing well, thank you so much.</p>\n\n\n\n<p>[00:03:41] <strong>Nathan Wrigley:</strong> Thank you very much for joining me. We&#8217;ve had various chats over the years, but this is going to be a chat that we&#8217;ve never had before. This is going to be all about analytics.</p>\n\n\n\n<p>We&#8217;ll talk about all of the different bits and pieces, perhaps get into the future of analytics, the past of analytics, who knows? But stay with us, dear listener. It&#8217;s going to be a really interesting conversation. I feel like things are at a bit of an inflection point, and people definitely have strong opinions on this, and I think that can often lie on geographical grounds, where you live in the world and things like that.</p>\n\n\n\n<p>So before we get into that conversation, Derek, do you just want to give us a little potted bio? Tell us who you are.</p>\n\n\n\n<p>[00:04:15] <strong>Derek Ashauer:</strong> Yeah, my name&#8217;s Derek Ashauer, I&#8217;m in Colorado US. I&#8217;ve been in the WordPress community for, well, I guess I&#8217;ve been working with WordPress for about 15 years, I think. Doing client sites and things like that. So I&#8217;ve done the independent freelancer agency, but now I&#8217;ve moved to making WordPress plugins. So I have one for photographers called Sunshine Photo Cart.</p>\n\n\n\n<p>But my big one that I&#8217;m working on lately is called Conversion Bridge, which really makes it easy to add analytics platforms to your WordPress website, and also make it really easy to do conversion tracking, which is something that a lot of agencies and people are building sites for clients just neglect to do. And one reason why is because it&#8217;s kind of a pain in the butt.</p>\n\n\n\n<p>So the goal is to make it a lot easier so that I can do it for myself, and my client sites that I&#8217;ve worked on, but also then to make it easier for everyone else. So that&#8217;s how I got the idea for that.</p>\n\n\n\n<p>[00:05:02] <strong>Nathan Wrigley:</strong> Prior to hitting the record button, Derek and I were saying that, you are on a journey with this, you know, you&#8217;re not putting yourself up here as the definitive authority. I think you were basically saying that a little while ago your knowledge was not that deep in this arena and you&#8217;ve really had to educate yourself. And I think it&#8217;s fair to say that you were trying to summarise it as you&#8217;re still learning.</p>\n\n\n\n<p>So let&#8217;s have a conversation about this and see where we end up. The thought occurs to me that if we were to go back, oh gosh, I mean the internet, every time I say this sentence the internet does obviously get a little bit older, but let&#8217;s go for 20 years, something like that. I feel that if you went to a website, there wasn&#8217;t even the thought that there was any kind of analytics. Maybe there was some server log somewhere that was recording that, okay, we served up a page, but that was about it.</p>\n\n\n\n<p>And then at some point analytics software came along and very quickly started to leverage all of the existing technologies and became really, really sophisticated ever so quickly. You would copy and paste a code, and it was typically Google, I think that dominated the arena right from the outset. They offered a free service, Google Analytics. You could copy and paste one line of code. There was no barrier to entry to that technology. And it would give you all sorts of fascinating information really quickly.</p>\n\n\n\n<p>I think everybody was happy with that status quo, but in the more recent past, let&#8217;s say decade or so, but definitely it seems to be ramping up at the moment. There seems to be concerns about who gets the data, why is this data necessary? Is this data consumable by, I don&#8217;t know, an American company looking at a European who&#8217;s browsing on a particular website and things like that?</p>\n\n\n\n<p>With all of this, just give us your overarching opinion on it, and then we can go from there. What&#8217;s the state of play at the moment with analytics? Where are we? The year 2025 at the moment. Do you have any sort of overarching insight into where analytics, in air quotes, is at the moment?</p>\n\n\n\n<p>[00:06:55] <strong>Derek Ashauer:</strong> Yeah, it&#8217;s a lot harder because of the European privacy laws for the analytics platforms to get the data that marketers and other people have been used to for a long time. Where people came from, you used to be able to get like exactly what search terms people were looking at and landed on your site and what they did. You know, if someone searched Fort Collins landscaper, local landscape company could see that that&#8217;s exactly what they searched, and then what that user did on their website from that search term. And that&#8217;s just kind of gone. That deep level of data is unfortunately not possible anymore to follow those type of European laws, and privacy restrictions and things like that. So there&#8217;s a lot of people who are struggling to get the data that they were used to. That&#8217;s kind of the short of it, I guess.</p>\n\n\n\n<p>[00:07:40] <strong>Nathan Wrigley:</strong> Do you think that we kind of let the horse escape from the barn a little bit, and we&#8217;re now just trying to get the horse back into the barn and get it under control again? And what I mean by that is, do you think that these technologies, the analytics and what have you, do you think it kind of just crept up upon us? There was this slow but inexorable extension of what analytics software could do. And all the while it felt like completely benign, you know, there&#8217;s no problem with it. How could anybody possibly make use of this in a way which might be harmful or, I don&#8217;t know, intrusive or what have you?</p>\n\n\n\n<p>So the software became more and more clever. But then I think people, especially like you said on the European side of things, started to take a look at it and thought, hmm, it&#8217;s interesting, a lot of this data is going to, in many cases, big North American companies. Google, I suppose would be a perfect example, but you&#8217;ve obviously got other things like Facebook and what have you.</p>\n\n\n\n<p>Just try to maybe restore something a bit more where the user is in control, as opposed to these giant corporations being in control. So just trying to bring it back to the starting line, if you like, to the moment before the horse got out so that we can reestablish some rules.</p>\n\n\n\n<p>So, I don&#8217;t know. It sounds from what you were saying as if you&#8217;re kind of regretful that the analytics solutions can&#8217;t do what they once could. I suppose the European argument would be, well, that&#8217;s because it never really, with hindsight, we should never have let it get that far in the first place. What&#8217;s your thoughts on that?</p>\n\n\n\n<p>[00:09:07] <strong>Derek Ashauer:</strong> I mean, I kind of see it. The way I often describe a lot of things is like a pendulum swing. In the beginning it went really far in one direction, we got all kinds of data, and then the laws popped up and now it feels like, we can&#8217;t get nearly enough data for advanced marketing, for large corporations that are really doing massive campaigns.</p>\n\n\n\n<p>And then there&#8217;s the alternatives, Fathom, Plausible, Pirsch, you know, lots of great, Usermaven. There&#8217;s a lot of new alternative analytics platforms now that are out there, and now finding clever ways to claw back some of that.</p>\n\n\n\n<p>It&#8217;s never going to be nearly as detailed as it was a decade ago, that was kind of like the heyday of marketing where you could get so much great data on stuff. But you know, so we had too much maybe in some people&#8217;s opinions, and then maybe there&#8217;s a bit of not enough, and now those companies are finding some ways to move maybe towards a middle ground of what works for everyone.</p>\n\n\n\n<p>And as an American, I&#8217;m like, yeah, whatever. You saw that I visited these several websites in a row, I really don&#8217;t care. That never really bothered me, I haven&#8217;t understood the massive problem with it.</p>\n\n\n\n<p>Going through all this, I have learned, you know, maybe there&#8217;s a few spots where it would be good to protect that and maybe they don&#8217;t know that but, yeah, I&#8217;m the person that does accept all on every single website that I got to as a marketer, because I&#8217;m just like, yeah, great, I&#8217;ll give this website some data on me, I don&#8217;t mind.</p>\n\n\n\n<p>[00:10:20] <strong>Nathan Wrigley:</strong> Yeah, you&#8217;ve got a very open mind to all of that, haven&#8217;t you? And obviously, you are digging into this and your business is kind of largely tied up to that, so very understandable position to have.</p>\n\n\n\n<p>You mentioned there several platforms, and you rattled them off one after another, Fathom and others. So a lot of these will be unfamiliar, I think, to this audience. What is the proposition?</p>\n\n\n\n<p>So it sounds like many of them are quite new. What is it that they bring to the table, and are these SaaS based products, or are in some cases a WordPress plugin? Or something that can install on your own hardware? What&#8217;s going on there? Just rattle off those names again and maybe just give us the low down on what they do, and how they&#8217;re getting into the market, and competing against giants like Google.</p>\n\n\n\n<p>[00:11:01] <strong>Derek Ashauer:</strong> Yeah, so there&#8217;s definitely some great new options and a lot of the initial ones were SaaS based. So there&#8217;s ones, like I said, Plausible, Fathom, Usermaven, Pirsch is another great one that I really enjoy. My plugin Conversion Bridging integrates with like 12 different analytics platforms, so there&#8217;s tons of them, and there&#8217;s still many more that I have on my list to do. So there&#8217;s lots of alternatives, which there weren&#8217;t any before, until Google Analytics 4 kind of came out and people were like, we don&#8217;t like GA4, and that opened the door for a lot of platforms.</p>\n\n\n\n<p>But to get back to your question, yeah, one of the differences that they offer is they do what&#8217;s called cookieless tracking. So that&#8217;s one of the big things that the privacy laws in Europe were like, it was around cookies and tracking the cross websites. So that the user, they go to landscaper website, then they go, no, I&#8217;m going to go to Home Depot and I&#8217;m going to look for my own lawnmower, and now I&#8217;m going to price check against Lowe&#8217;s and all these different things. And Google Analytics could see where they were going, and all these different places. Or Facebook ads could track all these different websites that they went to and gauge this type of person and who they are and what they&#8217;re shopping for and things like that. So trying to crack down on that.</p>\n\n\n\n<p>Well, these alternative platforms do it without cookies. They have a way, a method, without getting too technical of just basically fingerprinting the user, and know for that one session when they&#8217;re on your website, what they&#8217;re doing. But then it stops there. It doesn&#8217;t go to all the other websites and give your entire four hours you were online, and all the different websites that you&#8217;re browsing to a company to let them know what you&#8217;re doing everywhere.</p>\n\n\n\n<p>So that&#8217;s kind of their main offering. And they are SaaS, you know, they&#8217;re just like Google Analytics, but they do cost. So that&#8217;s, they can be affordable. They&#8217;re anywhere, I think there&#8217;s some that are like $6, $7 a month for what a basic blog would ever need, up to $50 to, or even $100 a month depending on the amount of traffic, which is hard to reconcile for a lot of people who were used to free Google Analytics.</p>\n\n\n\n<p>So it&#8217;s hard to make that leap when you&#8217;re going, wait, I could do Google Analytics for free and there&#8217;s some countries, and even like a state or two in the US that have some laws where it&#8217;s like, erm, what&#8217;s the setup involved in that? There might be law violations, simply by using Google Analytics you could be violating some of those things in a couple countries.</p>\n\n\n\n<p>But there are some setups you can do to try and make it work with European privacy laws and stuff. Takes some extra work. But it&#8217;s a challenge. Is it worth it? We&#8217;ve been so used to, for 20 years, for having free analytics to then now suddenly switch and pay for analytics can be hard for some site owners.</p>\n\n\n\n<p>Or as if you&#8217;re an agency doing that to convince your client&#8217;s like, well, we should actually start paying for this. And because you get 200,000 visits a month, it&#8217;s going to cost you $100 a month. They go, or I could use the free version. Yeah, well, I&#8217;ll just stick to the free version. So it is, it&#8217;s a hard conversation to have. When is it worthwhile? It just really depends on, I mean, you&#8217;ve got to really try it out.</p>\n\n\n\n<p>[00:13:44] <strong>Nathan Wrigley:</strong> I suppose no matter how wonderful the staff at Google are, they&#8217;re not in the business of losing money. And so I&#8217;m guessing that at some point the pendulum does swing in Google&#8217;s favor. So what might be free at the point of use, so in other words, you download a snippet from Google, and you put it into the back end of your website, or you pay, let&#8217;s say $20 a month, or $50 a month, or whatever. I&#8217;m guessing that Google are doing quite well, let&#8217;s say, in terms of the data that they gather, and the way that they can use that themselves. Or, I don&#8217;t know if they sell that data onto any other brokers or what have you. But presumably there&#8217;s that concern.</p>\n\n\n\n<p>Just going back to what you said about these other, and I&#8217;m going to use modern platforms, let&#8217;s go for that, the ones that you mentioned. You said fingerprinting, and I&#8217;ve heard this phrase before, and I have the merest idea of what that means. So Google Analytics traditionally came about with a cookie, and we get what that is. But what are the ways around that, that fingerprinting, well, essentially, what is fingerprinting? What are some examples of how that works?</p>\n\n\n\n<p>[00:14:40] <strong>Derek Ashauer:</strong> Yeah, it&#8217;s a term that I just use in this moment. It&#8217;s not necessarily a term that you&#8217;ll see as you go around, it&#8217;s just the word that came out. But it&#8217;s just a way to uniquely identify somebody through various different points. You check these five different things about a person, and because of exactly what they are, those five elements, then we can say, that&#8217;s this person. So that&#8217;s kind of, each platform, I call them alternative platforms, you said modern platforms, they have their slightly different way of doing it, but they have their way of identifying without using cookies.</p>\n\n\n\n<p>So the traditional way is like Google Analytics, you set a cookie, random value in the browser, and then every time they go to a new page, you just check for that cookie and that value. That&#8217;s how we know they are, because that&#8217;s how we know who they are. Again, the modern platforms are doing it every time the page loads, it&#8217;s saying, who is this again? Let&#8217;s check these five points. I think sometimes it&#8217;s browser, it&#8217;s various different elements that they&#8217;ll check to then determine who that person is, and then know who you are as you go down the path on the website, but it&#8217;s not setting cookies to do that.</p>\n\n\n\n<p>[00:15:38] <strong>Nathan Wrigley:</strong> So what kind of information might it be? I mean, I can imagine an obvious one would be things like, okay, what browser are you using, for example? That might be one indicator, and then if you match that with another indicator, and then a third one, and a fourth one, over four or five different indicators, you are going to be, well, what are the chances that that&#8217;s a different person?</p>\n\n\n\n<p>[00:15:58] <strong>Derek Ashauer:</strong> General location, stuff like that, yeah. Using this specific browser, this version of their browser. In my stuff, I haven&#8217;t fully identified what those platforms are actually using. I&#8217;ve just kind of, at this point left it. They do cookieless tracking, they have a way of doing it, okay great.</p>\n\n\n\n<p>Some are better than others. To be honest, there are, Fathom has improved this. I know it was a struggle when I started Conversion Bridge about a year ago. For example, when someone landed on your page and then they did a conversion, say they fill out a form or made a purchase 10 pages later, those two weren&#8217;t associated with, because it was just one page view at a time, wholly independent things. They couldn&#8217;t tell that you are that person on that page view, and that person on that page view. I actually did this, I think last week just to check in on them, and it actually did finally say, okay, yeah, that was the same person. That came in and did that. So yeah, they&#8217;re finding ways to make it work and better identify those across one website.</p>\n\n\n\n<p>[00:16:50] <strong>Nathan Wrigley:</strong> Yeah, is the promise of these platforms though that they are different, or are they trying without cookies to get back to the point where cookies were? In other words, a cookie, until it was cleared out, could literally follow you everywhere. You know, it would know which website you&#8217;d been to, and could last for a long, long time and all of those concerns.</p>\n\n\n\n<p>Is the intention of these other analytics platforms to sort of step away from that and say, okay, we&#8217;re going to track you on this one domain. So if you&#8217;ve got example.com as your domain, and it&#8217;s an e-commerce store, whilst you&#8217;re there, our platform will keep an eye on you, and we&#8217;ll learn if you have gone through a bunch of pages, and whether you&#8217;ve converted and bought a thing or not. But once you step away from that domain, that&#8217;s it, we are done with you.</p>\n\n\n\n<p>Or do you get the intention that they are somehow just, humans always figure out a way, right? If we give them enough time, they&#8217;ll figure out a way. Is the intention for these other platforms, do you perceive that they would like to get to the point where cookies were?</p>\n\n\n\n<p>[00:17:45] <strong>Derek Ashauer:</strong> No. They&#8217;re number one selling point, I think if you went to the homepage of every single one of them is they do privacy first analytics, is like the banner thing. That&#8217;s what they&#8217;re offering. And that&#8217;s why it&#8217;s so much bigger in Europe than it is here in the US and North America and stuff like that.</p>\n\n\n\n<p>But, yeah, that&#8217;s their main thing, their privacy focused analytics. Google Analytics alternatives that are privacy focused is their main draw. I think someone reminded me of, Katie Keith from Barn2, she reminded me of the story from Fathom. They specifically sent Google Analytics a cake to thank them for being so bad at what they do that they allowed them to create a whole industry as an alternative to them. Stuff like that. So, I think they&#8217;re trying to do the privacy focused stuff, and then backfill in the features to give people as much data as they possibly can that they were used to in Google Analytics.</p>\n\n\n\n<p>[00:18:39] <strong>Nathan Wrigley:</strong> You said earlier, and we&#8217;ll just touch on this briefly, you said earlier that, the implication of what you said, and you may not have meant this, but I&#8217;ll say it as if you are saying it, and then you can criticise whatever I say. It sounds like, if you could rewind the clock and get rid of the European legislation and what have you, you would do that, and you&#8217;d be happy with that position. You are okay with being tracked and all bets are off. So firstly, let&#8217;s address that. Would you be okay with all of that?</p>\n\n\n\n<p>[00:19:03] <strong>Derek Ashauer:</strong> I think there&#8217;s got to be a balance between the two. I get that there&#8217;s, you know, for me it&#8217;s a thing. I don&#8217;t care if you know all the different things of where I went. You know, you see those futuristic movies where it&#8217;s individualised ads on video screens, and I&#8217;m like, that&#8217;s actually kind of cool. It helps give me gift ideas for my wife, stuff like that, because I&#8217;m a terrible gift giver. So, yeah, recommend me some products. I wouldn&#8217;t have thought to do that. I&#8217;ve bought things off of ads I&#8217;ve seen on Facebook or Twitter, things like that. Because I was like, that was a great gift for my dad. I never would&#8217;ve purposely found that if I hadn&#8217;t been shown that ad because for whatever reason, so I&#8217;m not against that personally.</p>\n\n\n\n<p>[00:19:37] <strong>Nathan Wrigley:</strong> My guess though is that it&#8217;s not really that that&#8217;s the problem in most people&#8217;s minds. It&#8217;s like, who&#8217;s holding that data, and where does that data get moved to? Just the idea that, as an example, there might be a data broker firm who may purchase that data. And in some cases, let&#8217;s imagine that you ended up on a website which you regret going to. You can read into that, dear listener, whatever you like. But you end up somewhere and all of a sudden connections are made between you as a person. And you can also imagine scenarios in which, I don&#8217;t know, data gets linked from various data brokers and they start to create an impression of who you are.</p>\n\n\n\n<p>I can imagine scenarios where that could get out of hand, and potentially come back to bite you as an individual. So I suppose there&#8217;s a little bit of that muddled up in it. It&#8217;s not that the business, the WooCommerce store or whatever, is going to have any nefarious reason to have that data. Or wish to know where you&#8217;ve come from, where you&#8217;re going to, what ad you might have clicked on, what were the previous page that you came from, and so on and so forth.</p>\n\n\n\n<p>It&#8217;s more that there just seems to be this fairly bizarre industry of data brokers who managed to get their hands on this data, and at that moment, you don&#8217;t know what&#8217;s going to happen with it. And we&#8217;ve all made mistakes in life, but we can erase them just with the passage of time. But with the advent of the internet, some of those mistakes might stick with us for a long time. Does that make any sense?</p>\n\n\n\n<p>[00:21:04] <strong>Derek Ashauer:</strong> No, it makes sense. I mean, I could see how someone would visit, again, visit the landscaper website, and all of a sudden they did not know that the fact that they went to a landscaper website was sent to Meta. They&#8217;re like, well, I didn&#8217;t know that was, I was going to a landscaper website. Why does Meta need to know that I was checking out who was going to cut my grass?</p>\n\n\n\n<p>I get that in some regards, that there&#8217;s just not a knowledge of where things are going. I think it&#8217;s a pretty safe thing to say that cookie popups, that was just not the right way to go about it. That&#8217;s just made things, made the internet significantly worse. What are the solutions to give website owners the data they need to make good marketing decisions?</p>\n\n\n\n<p>Because otherwise, I mean, I think of it even on a bigger macro level that that landscaper, if they don&#8217;t know any of the ads are working or what&#8217;s going on or what people are doing, then they don&#8217;t know what ads, where to spend their money that works best. Now they have to increase their costs to cover the blanket marketing that they have to do because they don&#8217;t know exactly what attribution, what marketing channel is actually working for them. So to pay for the 50 different marketing channels they have to do, they have to increase the cost for everybody.</p>\n\n\n\n<p>So if they were able to narrow it down and say, well, we know that mailers and these Google ads are actually our best ways to make money, we don&#8217;t need to spend on email newsletter, or all these different things, our marketing spends only 5% of what it would be otherwise, that means we don&#8217;t have to charge as much.</p>\n\n\n\n<p>So it goes to bigger macro level discussions of economics of, in some ways for the consumer, it could be better for these companies to have some data about you.</p>\n\n\n\n<p>But I understand what you&#8217;re saying though. It is like, again, I don&#8217;t want Meta to have it, I want the landscaper company to have it. That&#8217;s okay. And that&#8217;s the line that I think a lot of people, I think would agree that, yeah, I don&#8217;t want Meta to have that data but, yeah, I&#8217;m okay with my local landscaper having the data so they knew what ads worked and things like that.</p>\n\n\n\n<p>And those privacy or the modern analytics platforms do at least get you a good amount of that data. So they are some good alternatives to that. But it&#8217;s not going to get you, those mega corporations are not going to get the, okay, well they clicked on our ad, they went to these other places, then came back to our site, and then did this and they came back to site, and then did this and came back to our site. And to get those really deep analytics. They&#8217;re not going to and that&#8217;s the challenge. But I would say, the WordPress space, that&#8217;s 90% of people are going to do fantastic with modern analytics platforms and get the data that they need.</p>\n\n\n\n<p>[00:23:29] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s really interesting because you are owning the domain, you&#8217;re running the domain, you probably don&#8217;t have any interest in brokering the data out to Facebook anyway. So what you can get out of that is probably useful. We&#8217;ll dig into that in a moment.</p>\n\n\n\n<p>I&#8217;m just curious, being a resident in the USA, and I&#8217;m obviously, you can tell by my accent, I&#8217;m based in the UK, we may have, and I don&#8217;t know if we do, we may have a very different experience of browsing the internet.</p>\n\n\n\n<p>I, for my part, if I was to open up a brand new browser, clean out everything that&#8217;s ever happened in that browser and start again, and browse around a whole variety of websites, I am inundated with cookie banners. Go to any large property, I am going to see cookie banners a lot, a very significant amount of the time because that&#8217;s how it goes over here.</p>\n\n\n\n<p>They can be confusing. They can be deliberately confusing. And in some cases they can be eye wateringly difficult to understand. The language is inverted so that you are kind of clicking on something you didn&#8217;t intend to click on. There can be so many options. I mean, it is really remarkable how many options there can be. You open up this little popup and you scroll, and you scroll, and you scroll, and you scroll, and you could do that whole scroll thing for like a whole minute and you still haven&#8217;t run out of options. And so we are living through this, and I don&#8217;t know if it&#8217;s the same where you are, I don&#8217;t know if you encounter any of this stuff.</p>\n\n\n\n<p>[00:24:51] <strong>Derek Ashauer:</strong> I definitely see them, but it&#8217;s not on every single website because those cookie banners can be configured so that they can be region specific. So if someone is located in a space where there are no laws around that, then just don&#8217;t show on the banner. And I happen to be in that one. So there&#8217;s some that aren&#8217;t as complex that have that feature, and so I still will see those. But I mean, yeah, it&#8217;s not every single website. Honestly not sure how many, but I would say maybe 50%.</p>\n\n\n\n<p>[00:25:16] <strong>Nathan Wrigley:</strong> Yeah, I mean, if I was going to a website which is just purely, I don&#8217;t know, informational in content, it&#8217;s like a blog basically, then I&#8217;m sure I won&#8217;t see those kind of things because, what possible thing could they be doing? But if it&#8217;s a website where there&#8217;s some sort of login option or an option where they clearly are using analytics and they&#8217;re intending to sell that on, you do get bombarded with, there&#8217;s so many things that you can opt into and opt out of. It&#8217;s bizarre.</p>\n\n\n\n<p>[00:25:40] <strong>Derek Ashauer:</strong> Yeah, it&#8217;s a challenge. And it&#8217;s definitely an area that I am working on with my plugin and stuff, and trying to wrap my head around and understand to help guide people on it. But that&#8217;s one great thing about like the modern ones. For example, if you use Plausible, you do not need a cookie banner because of Plausible. You don&#8217;t need one. It doesn&#8217;t set cookies. It doesn&#8217;t use cookies. So just because you have analytics doesn&#8217;t mean you have to have a cookie banner.</p>\n\n\n\n<p>And that&#8217;s one thing I think is something that some people may not understand. You may need it for other reasons, depending on what you have going on your site. But there are sites where you just, I think there&#8217;s a lot of sites that have cookie banners that don&#8217;t actually need them because they&#8217;re so terrified of the EU cookie laws or those privacy laws that they&#8217;re like, it&#8217;s better to be safe than sorry. Lets just throw it up there and put it on there, CYA type stuff, cover your ass. Let&#8217;s just put it on there so that we don&#8217;t have to worry about it.</p>\n\n\n\n<p>But Google Analytics is a little like, probably should but, you know, if you are using one of those alternatives, that analytics platform, just that itself does not mean you have to have a cookie banner. And so it&#8217;s worth investigating to see if you could switch to alternatives. Some of them have free plans that you could stay within for a website, have your clients set up their own account. And if they have very small usage then use their free plan, and stick under that limit. And then you don&#8217;t even need a cookie banner on their site. And that can help annoy their visitors less. It&#8217;s something definitely worth investigating.</p>\n\n\n\n<p>[00:27:04] <strong>Nathan Wrigley:</strong> I think what I&#8217;ve noticed is that, and I could be wrong about this, my intuition though, because I see the same UI often. The cookie banner is clearly provided by the same company. Everything is the same apart from the choices that you can make, but obviously at some point they&#8217;ve ticked boxes and what have you. And it does feel a little bit like that. We don&#8217;t have the capacity to figure out what we really need to do, so what we&#8217;ll do is just enable every single option. Here&#8217;s all the choices that we could possibly provide.</p>\n\n\n\n<p>And of course that itself, that feels very self-defeating. Looking at it from the end user perspective, no matter what you think about the legislation and the merits of it, the fact that every single one of us is being caught up in this sort of dragnet of clicking away, rejecting cookies and what have you. That does seem like something which is not a good experience. I mean, I don&#8217;t know how many hours humanity wastes every day rejecting cookie banners.</p>\n\n\n\n<p>[00:27:57] <strong>Derek Ashauer:</strong> I mean, yeah, the cookie banners is a whole other thing. In my opinion it should be, if you&#8217;re going to do it, it should be in the browser. There should be a setting in the browser and the analytics code snippet that you have obeys the browser setting so that there&#8217;s not, there should be no need for independent, every single website owner to do their own remediation of, you know, through cookie banners of doing all this kind of stuff.</p>\n\n\n\n<p>It&#8217;s bonkers to me when every single website, if every single website needs to follow this, then put it at the browser level. You can just configure in your browser, in Chrome, say, I want to accept marketing cookies and I want to not accept these types of cookies or whatever, and then call it done. And every website you go to then just includes Google Analytics, includes whatever thing. It just can look at the browser settings and follow that, and you&#8217;re done. And it saves everyone thousands of dollars, hours of headache and all this kind of stuff, and it is what it is.</p>\n\n\n\n<p>[00:28:47] <strong>Nathan Wrigley:</strong> It sounds like a very sensible position. I&#8217;m just wondering, is that a clarion call that is in the industries that you are following, the analytics and the marketing side of things, is that something that&#8217;s gaining momentum or no?</p>\n\n\n\n<p>[00:28:59] <strong>Derek Ashauer:</strong> I haven&#8217;t heard of any movement to actually make that happen. I don&#8217;t know why I haven&#8217;t looked into it too much, but I haven&#8217;t read in the stuff that I&#8217;ve come across and reading and learning about it on my journey through this and educating myself about it. To me it seems like a pretty simple approach.</p>\n\n\n\n<p>[00:29:12] <strong>Nathan Wrigley:</strong> Let&#8217;s imagine a scenario in which cookies across the board are just outlawed universally for this kind of thing in the future. And obviously that&#8217;s not something that you would desire, but let&#8217;s just imagine a scenario where that was the case.</p>\n\n\n\n<p>As you call them, these modern solutions, if we were to bind that, let&#8217;s say into WooCommerce website, and obviously with Conversion Bridge, you&#8217;re all about the conversion. Does somebody arriving at the website end up doing a particular action? Do they purchase something? Do they end up at a landing page after a particular transaction has occurred, or something along those lines?</p>\n\n\n\n<p>How credible do those things feel to you now? And it said that a year ago you couldn&#8217;t do it with this particular platform, and now you can. Does it feel like that whole conversion industry, you know, conversion tracking in particular, does it feel like it&#8217;s fighting a losing battle? Or does it feel like with those modern analytics companies that you&#8217;re still in the game. You can still get the data that you probably need all be it, it&#8217;s not going off to some giant third party?</p>\n\n\n\n<p>[00:30:11] <strong>Derek Ashauer:</strong> So the first answer that came to mind when you&#8217;re asking that is, for example, in my testing of some of the various modern platforms, even on those, you&#8217;re getting 70% of the conversions actually getting tracked. And that could be for various reasons of JavaScript blockers, ad blockers, or things like that. And that&#8217;s one of the reasons why I&#8217;m really focusing on doing API based tracking, so that it&#8217;s server to server, not aligned to JavaScript. Because server to server, behind like, through PHP and APIs and stuff like that. If you can track what people are doing, then it&#8217;s going to be a lot more accurate actually.</p>\n\n\n\n<p>That&#8217;s one thing that I&#8217;m working on for my plugin is so that whatever analytics platform you&#8217;re using, it can be as accurate as possible. But yeah, I think you&#8217;re trying to hint at it, are these other modern platforms going to go the way of Google and try and sell data? Is that kind of what you mean?</p>\n\n\n\n<p>[00:30:58] <strong>Nathan Wrigley:</strong> No, what I was meaning was, do you feel that they are credible in that, okay, so let&#8217;s imagine that I own a WooCommerce store, I&#8217;ve been using Google forever and it&#8217;s been giving me this incredibly valuable data, and I really don&#8217;t want to let go of that. But I feel, for one reason or another, maybe that&#8217;s legislation, or just a moral compulsion that I feel I have, I want to move over to these platforms. Am I throwing away a ton of useful data that I&#8217;ll never get back? Or are these modern platforms slowly but surely offering a solution, which gives me more or less what I need.</p>\n\n\n\n<p>[00:31:31] <strong>Derek Ashauer:</strong> Yeah. From my perspective, what I&#8217;m seeing is when Google Analytics 4 came out, they haven&#8217;t been able to get the same level of data they used to 10 years ago with UA, Universal Analytics. Which was what we were, most of us were used to when we said Google Analytics, that&#8217;s what we had for a very, very long time, and then Google Analytics 4 came out.</p>\n\n\n\n<p>I would say the platforms, some are better than others. There&#8217;s definitely some that have a lot more advanced features than others. Fathom, for example, is pretty straightforward. I wouldn&#8217;t say it&#8217;s very well geared towards detailed conversion tracking and getting good, detailed, in-depth insights. It&#8217;s good at getting page views, where they came from, what country they&#8217;re at. Something you would hand to a client so they could look at a nice little dashboard.</p>\n\n\n\n<p>And Universal Analytics, it used to be great. I used to say, hey, here&#8217;s Universal Analytics, go check it out. Didn&#8217;t even have to walk them through any of it. They could look at the screen, understand the data, it made sense. Now, Google Analytics 4 is a cluster. It is for professional level marketers, and that is it at this point. You have to really know the software. There&#8217;s week long classes on how to use Google Analytics 4 these days, because it is so overwhelmingly complex. And I think it went almost too far in that regard.</p>\n\n\n\n<p>But anyway, I think these modern platforms can get most site owners the data they need to make good decisions about, are my ads working if I&#8217;m doing Facebook ads? Or am I doing Google ads? Are they working for me? You know, if I&#8217;m doing link building from another site and you can tag those same UTM codes, that might be something, if you&#8217;re familiar. There are codes that you can add to the URL, with the little query and the query variables, to kind of identify that this link came from this source.</p>\n\n\n\n<p>And then that can track that user throughout the process. You know, the add to cart, checkout and complete the purchase. And then know that that user came from that UTM tracking code from either somewhere on your own website or from an external website. So it can do all those great things.</p>\n\n\n\n<p>So for a lot of mom and pop, WooCommerce stores I think can get a lot of great, useful data. It&#8217;s really when you are more an enterprise company, and maybe you&#8217;re doing like a million dollars a week in ad spend, you&#8217;re going to want something that is really, these crazy reports that you can run. And it&#8217;s more about the reporting than anything that you can do in GA 4 that maybe these modern platforms can&#8217;t quite do yet.</p>\n\n\n\n<p>And so, like I said, for my clients, any of the clients that I&#8217;ve built sites for over the last 20 years, they don&#8217;t need any of that stuff. They would be very happy with the reports from, say, Plausible. Many of them would be happy with even Fathom, which I said, which isn&#8217;t the most conversion oriented platform. Even they would be great with those ones.</p>\n\n\n\n<p>[00:34:14] <strong>Nathan Wrigley:</strong> So your plugin, which is called Conversion Bridge, what does it do? It feels from the outside as if it&#8217;s almost like a Zapier for analytics meets website, if you know what I mean. You bind your website to the analytics platform, and then you can give it, I don&#8217;t know, if this, then that kind of functionality to figure out, okay, what are the conversions?</p>\n\n\n\n<p>And also it just feels like you are stripping out the technical burden of learning those platforms. Is that basically what it&#8217;s doing or have I missed the target?</p>\n\n\n\n<p>[00:34:46] <strong>Derek Ashauer:</strong> That&#8217;s very close. The idea is, when I was building sites for clients, I didn&#8217;t set up any conversion tracking for a lot of them. One, because it&#8217;s just the cost, because you go buy Gravity Forms well, this site we&#8217;re going to use WS Form. Well, this site we&#8217;re going to use Ninja Forms, or this site we&#8217;re using WooCommerce, this other one we&#8217;re going to use this other, you know.</p>\n\n\n\n<p>There&#8217;s so many different ways that you could do a form, do a purchase. Page builders, what button? How do I add a click tracking? Like, every time someone clicks on the buy now button on my homepage and goes to that. So we want to really track all this kind of stuff. It was a challenge of, how did you add that to your WordPress site? And so oftentimes it just didn&#8217;t happen because it was such a pain in the butt to do it.</p>\n\n\n\n<p>So what Conversion Bridge tries to do is makes it easy to add the analytics tracking codes. A lot of people just cut and paste it into the header, footer, code snippets, type plugins and all this kind of stuff. That is a way to do it. It&#8217;s not really the ideal way. But it does allow you to quickly and easily add one of, I think I have 12 different analytics platforms, whether it&#8217;s Google Analytics, Fathom, all that kind of stuff. Toggle, copy and paste your just like little ID number. And then the analytics code has been added to the site where it needs to. Make sure it does it for the right users. Like, I don&#8217;t want to track admin users, let&#8217;s make sure we don&#8217;t track admin users. Stuff like that.</p>\n\n\n\n<p>But the real benefit is, is that conversion tracking. So say you have a form that you&#8217;re using, and it&#8217;s just a simple, yes, add conversion tracking, done. That&#8217;s all I had to do. Click a toggle. I didn&#8217;t have to think about code snippets. How do I do it? Researching the form plugin, where does it need to get output? When does it need to get output? All this kinda stuff, it just was a pain in the butt.</p>\n\n\n\n<p>And then the real benefit for agencies is that, regardless of what site they&#8217;re doing, whether they&#8217;re using Bricks Builder or Beaver Builder, using WS Form, Gravity Forms, it&#8217;s all one plugin that works for any site that you would need, because it integrates with 50 plus different WordPress plugins to just have one click toggle conversion tracking.</p>\n\n\n\n<p>And websites really need conversion tracking. They need to know what users are doing on their site. And I think it&#8217;s a huge value that especially professional site builders could add to their plugin stack that they put on every client site to just, oh, all I have to do is copy, paste the little ID number from Fathom, and then I just need to check one little box in WS Form, and suddenly I have, not only analytics on the site, but I&#8217;m also tracking every single form submission.</p>\n\n\n\n<p>And we can see where they&#8217;re coming from and which ones generate the most contact form leads on this website that is for a landscaper to fill out forms and get lead quotes. And now I can tell my client, these resources, whether it&#8217;s this external blog that linked to us, oh my God, we got mentioned in this blog, and all of a sudden they&#8217;re generating 50 leads a month from us. We need to do more outreach to all these blogs. And to really understand where your leads are coming from. It&#8217;s a huge value to add to client sites.</p>\n\n\n\n<p>[00:37:28] <strong>Nathan Wrigley:</strong> I have a couple of questions following on from that. The first one is, have you got any examples, like curious examples, maybe unexpected examples? Because everybody gets the, okay, I want to convert, I want to track that a person arrived at the website, looked at this product and then ended up buying it, you know? Brilliant.</p>\n\n\n\n<p>But are there any quirky ones that people have reached out to you that they&#8217;ve used and you thought, oh gosh, I never imagined people would want to track that conversion?</p>\n\n\n\n<p>[00:37:52] <strong>Derek Ashauer:</strong> Not yet. It is pretty straightforward, you know, the things that you need to track. Form submissions, email newsletter signups are a good one. I mean purchases, stuff like that. What buttons on your page? You know, maybe you have a homepage and you want to know which button on that page actually got them to go to the buy now?</p>\n\n\n\n<p>So maybe you have one in the main banner. Maybe you have one near the FAQ section. Maybe you have one near the testimonials. Which one actually got people to actually go to that page. So button tracking, link tracking is good ones. Yeah, there&#8217;s not too many surprises on that regard.</p>\n\n\n\n<p>[00:38:23] <strong>Nathan Wrigley:</strong> And then the other one is about the plugins that you work with. So, and again, it sounds like your UVP really is that, look, we&#8217;ve looked at how their plugin works, how the code works, and you just tick the button. You say, I&#8217;ve got WS Form, I&#8217;ve got Gravity Forms, or whatever it may be, and now it&#8217;s just done. That&#8217;s part of the deal. You&#8217;re buying it so that you don&#8217;t have to do any coding.</p>\n\n\n\n<p>[00:38:45] <strong>Derek Ashauer:</strong> Yeah, because that&#8217;s, you know, what everyone wants these days. There&#8217;s no code. And they don&#8217;t even want to, even cutting and pasting code snippets. Before it was, a lot of plugins were like, add this, you had to use this hook, and then add this code. I mean, they provided this snippet, and then you had to kind of customise it and all this kinda stuff. It&#8217;s no. Just toggle and it&#8217;s done.</p>\n\n\n\n<p>You know, like for WooCommerce, it&#8217;ll send all the detailed data about the purchase. What product they purchased. How much it cost. What the order total was. So you can get all that good data in there so you can do some advanced reporting in Google Analytics or even Plausible and some other, Pirsch, and stuff like that. So these alternatives you can do as well.</p>\n\n\n\n<p>[00:39:18] <strong>Nathan Wrigley:</strong> No code solution. Yeah, that&#8217;s nice. And the other one I suppose would be, where do you feel your audience is? Is it kind of agencies, or do you have customers who are, I don&#8217;t know, just building their own website and really don&#8217;t have any technical background? Or is it more, like I said, is it more kind of agencies who are deploying this for their clients and they have an understanding of how to set these things up?</p>\n\n\n\n<p>[00:39:39] <strong>Derek Ashauer:</strong> You know, I&#8217;m doing my own market research and learning that as a business owner of how to do your, what is ICP? Ideal Customer Profile. And I&#8217;m kind of identifying that it, I think agencies would, so far, I think are the top of the list.</p>\n\n\n\n<p>I know there&#8217;s some people that have bought it that are single site owners, but then I&#8217;ve learned, you know, they bought a one site license, but then I learned that they were just trying it on one site to see how it worked.</p>\n\n\n\n<p>And they&#8217;re like, okay, yeah, this makes sense, and then they&#8217;re going to upgrade to, you know, a 20 site license because then they&#8217;re like, now I&#8217;m going to use this on all my client sites. This is what I&#8217;ve noticed those one site license purchases have been so far. So yeah, I think agencies do get the best of it.</p>\n\n\n\n<p>But it&#8217;s also a great tool to try out because I can actually, and I have it on my development test site, but I can enable 12 different analytics platforms at once. It&#8217;s obviously not something that you would do, but you technically could. And it&#8217;s great because you can actually test different things.</p>\n\n\n\n<p>Say, if you&#8217;re using Google Analytics, I want to test out Plausible. Let me try it out. Well, let me just add Google Analytics and Plausible, and everywhere you&#8217;ve checked that box on WS Form to do conversion tracking, it&#8217;ll send it to every single platform for you. You don&#8217;t have to then do a different snippet or code for, okay, now let me cut, do this snippet for WS Form in Plausible. Do this snippet for WooCommerce and Plausible. This snippet for Google Analytics and WooCommerce. It just takes care of all that for you.</p>\n\n\n\n<p>So you could try, do the free trial for a week for three or four different analytics platforms. Look at the data. Okay, we ran it for a week, let&#8217;s see which one I actually do like. So it&#8217;s one little side benefit. I allowed multiple analytics platforms to make it easy for me to develop, but then I quickly realised, this is actually an advantage to test out these different platforms and see if I can get good data, and data that is usable without losing Google Analytics data while you keep maintaining that.</p>\n\n\n\n<p>[00:41:13] <strong>Nathan Wrigley:</strong> It feels like there&#8217;s very few parts of our industry where politics gets in. There&#8217;s just no politics in the kind of things that I deal with. You know, what I mean by that, international politics. Not the kind of politics within the kind of baseball of WordPress, but the international politics.</p>\n\n\n\n<p>It feels like this is a bit of a moving target at the moment. And it&#8217;d be curious to see if we were to do this episode again in a year&#8217;s time, whether or not the sand has shifted, and you&#8217;ve had to pivot your product because it&#8217;s moved in one direction or another. Yeah, just absolutely fascinating.</p>\n\n\n\n<p>I wish you all the best. Just before we wrap it up, where do people find you? What&#8217;s the URL or the social network or both? Where can we find you? And of course, Conversion Bridge.</p>\n\n\n\n<p>[00:41:55] <strong>Derek Ashauer:</strong> Yeah, conversionbridgewp.com is the Conversion Bridge plugin, and then I am pretty active on Twitter. You can find me @derekashauer on Twitter or X, I guess, sorry.</p>\n\n\n\n<p>[00:42:05] <strong>Nathan Wrigley:</strong> Yeah. As is always the case, I will drop all of the links for anything that we discuss today, including the host of analytics platforms and what have you that we mentioned. I&#8217;ll put all of those into the show notes. If you head to wptavern.com, search for the episode with Derek in, all of the links will be right there.</p>\n\n\n\n<p>So, Derek, it just remains for me to say thank you very much for chatting to me today. I really appreciate it. It.</p>\n\n\n\n<p>[00:42:24] <strong>Derek Ashauer:</strong> It&#8217;s been a pleasure. Thanks for having me on.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/derekashauer\">Derek Ashauer</a>.</p>\n\n\n\n<p>Having spent over 15 years in the WordPress arena, Derek has transitioned from building client sites to creating specialised WordPress plugins. Today, we get to hear about his journey creating <a href=\"https://conversionbridgewp.com/\">Conversion Bridge</a>, a tool specifically designed to streamline the process of implementing analytics platforms and conversion tracking on WordPress websites.</p>\n\n\n\n<p>We start with an overview of analytics, tracing its evolution from the simple server logs of the early internet days, to the sophisticated data gathering mechanisms provided by Google Analytics and others.</p>\n\n\n\n<p>We explore how the introduction of European privacy laws has significantly impacted the data landscape, challenging marketers and businesses to adapt to a new era, where data privacy is regarded differently in different locales.</p>\n\n\n\n<p>Derek offers his perspectives on this rapidly changing field, discussing the rise of modern, privacy-focused analytics platforms like Fathom, Plausible, and others. He explains how these technologies employ cookieless tracking techniques to respect user privacy, while still providing valuable insights for website owners.</p>\n\n\n\n<p>We also address the problem of data accessibility and user privacy. Derek, sharing his personal views as a marketer, acknowledges the complexity of balancing effective marketing strategies with ethical data use. He explains his thoughts on why modern solutions might strike a better balance, ensuring that user data remains private while allowing businesses to glean just the insights they need.</p>\n\n\n\n<p>Whether you&#8217;re managing a WooCommerce store or building sites for clients, Derek’s insights into conversion tracking will be of interest. He talks about some of the hurdles site builders face with traditional systems and how Conversion Bridge simplifies conversion tracking across various platforms and plugins without the need for extensive coding.</p>\n\n\n\n<p>If you&#8217;re an agency, developer, or digital marketer, this discussion will help equip you with knowledge and strategies to navigate the ever-evolving landscape of web analytics.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://x.com/derekashauer\">Derek on X</a></p>\n\n\n\n<p><a href=\"https://www.sunshinephotocart.com/\"> Sunshine Photo Cart</a></p>\n\n\n\n<p><a href=\"https://conversionbridgewp.com/\">Conversion Bridge</a></p>\n\n\n\n<p><a href=\"https://usefathom.com/\">Fathom Analytics</a></p>\n\n\n\n<p><a href=\"https://plausible.io/\">Plausible Analytics</a></p>\n\n\n\n<p><a href=\"https://pirsch.io/\">Pirsch Analytics</a></p>\n\n\n\n<p><a href=\"https://usermaven.com/\">Usermaven</a></p>\n\n\n\n<p><a href=\"https://support.google.com/analytics/answer/10089681?hl=en\">Introducing the next generation of Analytics, Google Analytics 4</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Do The Woo Community: Cami MacNamara Joins the Do the Woo Hosting Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=90706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/blog/cami-macnamara-joins-the-do-the-woo-hosting-team/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"Here at Do the Woo we are thrilled to announce that Cami McNamara is joining WP Agency Tracks as a co-host with Marcus. Cami, a long-time WordPress professional and the founder of WebCami Agency, brings years of experience in running a successful solo agency. As the creator of the Web Designer Habits newsletter and the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 13:24:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 6.7.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2025/02/wordpress-6-7-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8485:\"<h2 class=\"wp-block-heading\">WordPress 6.7.2 is now available!</h2>\n\n\n\n<p>This minor release includes <a href=\"https://make.wordpress.org/core/tag/6-7-2/\">35 bug fixes</a>, addressing issues affecting multiple components including the block editor, HTML API, and Customize.</p>\n\n\n\n<p>WordPress 6.7.2 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-8/\">version 6.8</a> planned for April 15, 2025.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.7.2.zip\">download WordPress 6.7.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-7-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.7.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/ajlende\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexandrebuffet\">Alexandre Buffet</a>, <a href=\"https://profiles.wordpress.org/bowedk\">Andreas Pedersen</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitkumarshah\">Ankit Kumar Shah</a>, <a href=\"https://profiles.wordpress.org/apermo\">apermo</a>, <a href=\"https://profiles.wordpress.org/benniledl\">Benedikt Ledl</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">Brian Alexander</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/coquardcyr\">Cyrille</a>, <a href=\"https://profiles.wordpress.org/danielpost\">Daniel Post</a>, <a href=\"https://profiles.wordpress.org/darerodz\">darerodz</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/get_dave\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhewercorus\">dhewercorus</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella</a>, <a href=\"https://profiles.wordpress.org/im3dabasia1\">Eshaan Dabasiya</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ffffelix\">Felix Renicks</a>, <a href=\"https://profiles.wordpress.org/franciscabusas22\">Francis Cabusas</a>, <a href=\"https://profiles.wordpress.org/frankbiganski\">Frank B.</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ghinamt\">ghinamt</a>, <a href=\"https://profiles.wordpress.org/glynnquelch\">Glynn Quelch</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/jameskoster\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jdnd\">jdnd</a>, <a href=\"https://profiles.wordpress.org/jeryj\">jeryj</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanwp22\">juanwp22</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/karthickmurugan\">Karthick</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">Kazuto Takeshita</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/ketanniruke\">Ketan Niruke</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/levskipg\">levskipg</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak\">Maciej Ma?kowiak</a>, <a href=\"https://profiles.wordpress.org/santosguillamot\">Mario Santos</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mayanktripathi32\">Mayank Tripathi</a>, <a href=\"https://profiles.wordpress.org/czapla\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/presstoke\">Mitchell Austin</a>, <a href=\"https://profiles.wordpress.org/mreishus\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur\">Nadir Seghir a11n</a>, <a href=\"https://profiles.wordpress.org/narenin\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/nareshbheda\">Naresh Bheda</a>, <a href=\"https://profiles.wordpress.org/neotrope\">neotrope</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/oglekler\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/parthvataliya\">Parth vataliya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/paullb\">paullb</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pitamdey\">Pitam Dey</a>, <a href=\"https://profiles.wordpress.org/redkite\">redkite</a>, <a href=\"https://profiles.wordpress.org/rishavdutta\">Rishav Dutta</a>, <a href=\"https://profiles.wordpress.org/robertstaddon\">robertstaddon</a>, <a href=\"https://profiles.wordpress.org/rvoigt\">rvoigt</a>, <a href=\"https://profiles.wordpress.org/mi5t4n\">Sagar Tamang</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/seanlanglands\">seanlanglands</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/shyamkariya\">Shyam Kariya</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sukhendu2002\">Sukhendu Sekhar Guria</a>, <a href=\"https://profiles.wordpress.org/TobiasBg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vishy-moghan\">Vishy Moghan</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wongjn\">wongjn</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/zaoyao\">zaoyao</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\"https://profiles.wordpress.org/joedolson/\">@joedolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for proofreading.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2025 16:52:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: Inside the WooCommerce Release Process with Julia Amosova\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/inside-the-woocommerce-release-process-with-julia-amosova/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"In this episode, James and Julia discuss WooCommerce\'s enhanced release process, focusing on improved testing, community involvement, and future goals like faster fix releases and compatibility tools for merchants.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2025 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Ed Catmull on Change\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=137101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2025/02/ed-catmull-on-change/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1839:\"<p>I&#8217;ve been really enjoying the book <a href=\"https://www.amazon.com/Creativity-Inc-Overcoming-Unseen-Inspiration/dp/0812993012\">Creativity Inc by Ed Catmull of Pixar</a>, it was recommended to me by my colleague <a href=\"https://davemart.in/\">Dave Martin</a> a while back and I finally got around to it. There&#8217;s an interesting story in it where George Lucas had asked him to develop a film editing system that was digital.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>While George wanted this new video-editing system in place, the film editors at Lucasfilm did not. They were perfectly happy with the system they had already mastered, which involved actually cutting film into snippets with razor blades and then pasting them back together. They couldn&#8217;t have been less interested in making changes that would slow them down in the short term. They took comfort in their familiar ways, and change meant being uncomfortable. [&#8230;] If left up to the editors, no new tool would ever be designed and no improvements would be possible.</p>\n</blockquote>\n\n\n\n<p>This made me think a lot about the early days of <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> and the huge resistance it had in the community, including causing the fork of ClassicPress. Now that we&#8217;re much further along there&#8217;s a pretty widespread acceptance of Gutenberg, and it&#8217;s responsible for the vast majority of all WP posts and pages made, however if we had taken a vote for whether it should happen or not, it probably wouldn&#8217;t have ever gotten off the ground.</p>\n\n\n\n<p>What’s funny is if you go back even further, using a visual WYSIWYG editor in the first place was very controversial, and many people didn’t want the classic editor brought into WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Feb 2025 05:38:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Gutenberg Times: WordPress 6.8 Roadmap, Advanced Debugging Course,  Invoker Commands —   Weekend Edition 319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21606:\"<p>Hi there, </p>\n\n\n\n<p>So I&#8217;ll be off next week to Manila, Philippines. After a 15 hrs flight to a  seven-hour time difference, I need a couple of days to acclimate, and I also want to get some sightseeing in before immersing into WordCamp Asia. The next weekend edition will be published after my return to Munich.</p>\n\n\n\n<p>I will be sharing <a href=\"https://bsky.app/profile/bph.social\">photos on Bluesky</a> if you would like to follow along my adventures.  I&#8217;m excited about an infinite  amount of 3D interactions with my fellow WordPressers. Sending virtual hugs to you. 🤗</p>\n\n\n\n<p> Have a wonderful weekend, and if you are coming to Manila, too, have a safe journey! </p>\n\n\n\n<p>Yours, 💕</p>\n\n\n\n<p><em>Birgit</em></p>\n\n\n\n<p>PS: <a href=\"https://gutenbergtimes.com/getting-ready-for-wordcamp-asia-2025-in-manila-philippines/\">Getting ready for WordCamp Asia 2025 in Manila, Philippines</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#five-newest-block-themes-in-the-wordpress-repository-are\">Six newest block themes </a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\n\n\n\n<p>In the 407th episode of WP Build, titled <a href=\"https://wpbuilds.com/2025/02/03/407-at-the-core-with-birgit-pauli-haack-and-anne-mccarthy-episode-2/\"><strong>“At The Core” with Birgit Pauli-Haack and Anne McCarthy</strong></a>, we had a fun chat with <strong>Nathan Wrigley</strong> about all the cool updates and features from the last three months. We dove into the neat experimental features aimed at making collaborative editing in WordPress a reality, which feels a lot like using Google Docs! Plus, we covered some handy tools and resources spotlighted on the Developer Blog, from nailing light and dark modes in block themes to figuring out data views and form components. And let’s not forget about &#8220;WordPress Playground,&#8221; an awesome tool that lets you whip up a site right in your browser without any hassle!</p>\n\n\n\n<a href=\"https://wpbuilds.com/2025/02/03/407-at-the-core-with-birgit-pauli-haack-and-anne-mccarthy-episode-2/\"><img width=\"652\" height=\"343\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/WP-Builds-Podcast-Episode-407.jpg?resize=652%2C343&ssl=1\" alt=\"\" class=\"wp-image-37668\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Aaron Jorbin </strong>announced<strong> <a href=\"https://make.wordpress.org/core/2025/02/04/wordpress-6-7-2-rc1-is-now-available/\">WordPress&nbsp;6.7.2&nbsp;RC1 is now available</a></strong>&nbsp;for testing. Final release is expected next week on February 11, 2025. The post has the list of all the bug fixes from trac tickets and GitHub pull requests. With the minor release, we will also see a new version of the default theme, Twenty-Twenty-Five.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>George Mamadashvili</strong> worked on this week&#8217;s Gutenberg plugin release. Here is the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.2.0\">changelog of Gutenberg 20.2</a>. At first glance, two enhancements stood out for me:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Details block: Add name attribute for exclusive accordion. (<a href=\"https://github.com/WordPress/gutenberg/pull/56971\">56971</a>)</li>\n\n\n\n<li>Post-content block header color support. (<a href=\"https://github.com/WordPress/gutenberg/pull/67783\">67783</a>)</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Krupal Lakhia</strong> published the <a href=\"https://make.wordpress.org/core/2025/02/06/roadmap-to-6-8/\">Roadmap to WordPress 6.8</a>. WordPress 6.8 is dropping on April 15, 2025, and it&#8217;s all about making site building smoother and faster. Expect an improved editing flow with an enhanced “Zoom Out” mode, better style controls, and more typography options. The update also introduces “Write” and “Design” modes, so you can focus on content or layout separately. Under the hood, new tools like Block Hooks and Block Bindings make it easier to customize, while performance boosts—like speculative loading—help sites run faster. Plus, accessibility upgrades and continued PHP 8.x support keep WordPress user-friendly and future-proof. Lakhia goes into much more detail in his post and shares corresponding PRs from the tracking systems.</p>\n\n\n\n<a href=\"https://make.wordpress.org/core/2025/02/06/roadmap-to-6-8/\"><img width=\"652\" height=\"326\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/image-3.png?resize=652%2C326&ssl=1\" alt=\"Change section design from style variations\" class=\"wp-image-37666\" /></a>\n\n\n\n<p><em>Did you know that you can use Playground to test single Gutenberg PRs? </em></p>\n\n\n\n<img width=\"652\" height=\"124\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-07-at-18.50.20.png?resize=652%2C124&ssl=1\" alt=\"\" class=\"wp-image-37682\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-114-reflections-on-gutenberg-times-and-do-the-woo/\">Gutenberg Changelog #114 – Reflections on Gutenberg Times and Do the Woo</a> with Bob Dunn aka BobWP as host and guest Birgit Pauli-Haack, each publication started 7 years ago. </p>\n\n\n\n<img width=\"652\" height=\"328\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Gutenberg-Changelog-114-Bob-Dunn-Birgit-pauli-Haack-edited.png?resize=652%2C328&ssl=1\" alt=\"\" class=\"wp-image-37614\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>After building multiple extensions for Gravity Forms, <a href=\"https://x.com/johnofhousejohn\"><strong>Johnathon Williams</strong>,</a> owner of Odd Jar, has released his first plugin for the Block Editor – <a href=\"https://oddjar.com/wordpress-plugins/quicklink-pro/\"><strong>QuickLink Pro</strong></a>, a link management solution designed specifically for the block editor. It adds external links to the standard link dialog in the block editor for easy linking after you manage your link library on a settings page. This is a great tool to manage your affiliate links, subscription links, or documentation pages you keep referencing in your tutorials. It&#8217;s not free, and hopefully, there are a few more features added later this year. Williams also has some <a href=\"https://oddjar.com/five-tips-for-making-wordpress-plugins-with-ai/\">helpful tips on coding with AI</a>. <em>Hat tip to Davinder Singh Kainth from the WP Weekly for finding the plugin.</em></p>\n\n\n\n<a href=\"https://oddjar.com/wordpress-plugins/quicklink-pro/\"><img width=\"652\" height=\"346\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-08-at-12.06.01.png?resize=652%2C346&ssl=1\" alt=\"\" class=\"wp-image-37686\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Eric Karkovack</strong>, The WP Minute, dives into <a href=\"https://thewpminute.com/how-wordpress-block-patterns-improve-your-workflow/\"><strong>How WordPress Block Patterns Improve Your Workflow</strong></a>. WordPress block patterns are pre-designed sections that enhance your workflow by offering a quick way to build websites. Karkovack explains the value of patterns because they save time and offer ready-made reusable designs for common content. Multiple patterns can be combined to create landing pages and shorten their production time.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"five-newest-block-themes-in-the-wordpress-repository-are\">Six newest block themes </h3>\n\n\n\n<p>in the WordPress repository are: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/themes/hr-management/\"><strong>HR Management</strong></a> by Peter Williams &#8211; helps you showcase HR services with eleven patterns and five Style variations</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/gutenify-bold/\"><strong>Gutenify Bold</strong></a> by Code Yatri, a child theme of Gutenify Starter, comes with 10 Style variations and 16 patterns.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/edugrove/\"><strong>EduGrove</strong></a> by Theme Grove &#8211; designed to meet the needs for educational institutions of all kinds. It entails 30 (!) patterns and 7 style variations.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/wens-food-palette/\"><strong>WENS Food Palette</strong></a> by WEN Solutions, a child theme of WENS Haelo, for food related business with 20 patterns.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/healthy-food-blogger/\"><strong>Healthy Food Blogger</strong></a> by Creta Themes &#8211; for passionate food bloggers, recipe creators, and culinary enthusiasts, with 10 patterns and a slider.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/nas-construction-build/\"><strong>NAS Construction Build</strong></a> by Template House a theme for a construction company with 9 style variations and 16 patterns.</li>\n</ul>\n\n\n\n<p>The total number of Block themes in the repository is <strong>1,130 as of today</strong>.</p>\n\n\n\n<img width=\"652\" height=\"385\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-08-at-15.35.55.png?resize=652%2C385&ssl=1\" alt=\" Six newest block themes\" class=\"wp-image-37691\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In his post <a href=\"https://haurand.com/circles-wp-developing-a-block-theme/\"><strong>Block Theme Circles WP – Developing and Customization</strong></a>, Hans-Gerd Gerhards takes you along his development journey of the block theme <em>Circles WP</em>, which is available in the WordPress repository. Gerhards characterizes his theme as &#8220;lightweight and therefore extremely fast.&#8221; <em>Circles WP</em> is already prepared for an accessibility-ready website. The font used is <a href=\"https://fonts.google.com/specimen/Lexend\">Lexend</a> – an accessible font – as standard. Alternatively, the <a href=\"https://fonts.google.com/specimen/Atkinson+Hyperlegible\">Atkinson Hyperlegible Font</a> – Braille Institute (also accessibility-ready) or “System Font” are available. <em>Circles WP</em> was deliberately developed without any additional CSS, i.e., he only uses the settings of the block editor.</p>\n\n\n\n<a href=\"https://haurand.com/circles-wp-developing-a-block-theme/\"><img width=\"652\" height=\"285\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/circles_height-1024x448-1.jpg?resize=652%2C285&ssl=1\" alt=\"Screenshot CirclesWP in the block editor\" class=\"wp-image-37670\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The co-founder of <em>simplenet</em>, a hosting and web development agency from Romania, <em>Andrei Chira</em>, announced that their first theme, a block theme called <strong><a href=\"https://wordpress.org/themes/simplenet/\">Simplenet</a></strong>, was accepted into the WordPress repository. Chira also shared the genesis of the theme and its features. It&#8217;s meant to be used as a base theme to get started building a website with WordPress. &#8220;The <strong>Simplenet</strong> theme is the result of this learning process. I was inspired by other existing themes and tried to understand how the structure of a block theme works,&#8221; he wrote. The theme is also <a href=\"https://github.com/andreik6v/simplenet\">available on GitHub</a>.</p>\n\n\n\n<a href=\"https://simplenet.io/introducing-simplenet-wordpress-block-theme/\"><img width=\"650\" height=\"427\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/style-variations-simplenet-650x427-1.webp?resize=650%2C427&ssl=1\" alt=\"\" class=\"wp-image-37679\" /></a>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Geoff Graham</strong> created a <a href=\"https://css-tricks.com/baseline-status-in-a-wordpress-block/\"><strong>WordPress block Baseline Status</strong></a> of a web feature base, meaning its browser compatibility. It&#8217;s the baseline status component formatted as a WordPress block. Graham then takes you along the journey of how he built it and what design decisions he made along the way. The <a href=\"https://wordpress.org/plugins/baseline-status/\">plugin is available in the WordPress repository</a></p>\n\n\n\n<img width=\"582\" height=\"150\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-08-at-15.14.20.png?resize=582%2C150&ssl=1\" alt=\"Baseline Status block \" class=\"wp-image-37687\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A new course for WordPress developers is now available: <a href=\"https://learn.wpvip.com/course/advanced-wordpress-debugging/\"><strong>Advanced WordPress Debugging Course</strong></a>. Although published by Learn VIP, the learning site of WordPress VIP, the course is open and free to the public. &#8220;Debugging is a critical skill for any software developer. We understand how important it is to quickly find and resolve issues, reducing downtime and ensuring users have a seamless experience on your site. For your organization, this means saving time, avoiding unnecessary costs, and having the flexibility to grow and adapt without worrying about technical hiccups,&#8221; Rick Hurst wrote on <a href=\"https://lobby.vip.wordpress.com/2025/01/21/new-advanced-wordpress-debugging-course-for-vip-learn/\">the announcement post</a>. And the course is a &#8220;comprehensive exploration of advanced WordPress debugging techniques, equipping learners with the skills and tools needed to troubleshoot and resolve complex issues in WordPress applications.&#8221; The estimated course completion time is 5 to 8 hours. Other courses from the same team are:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wpvip.com/course/enterprise-wordpress-security/\">Enterprise WordPress Security</a></li>\n\n\n\n<li><a href=\"https://learn.wpvip.com/course/enterprise-performance/\">Enterprise WordPress Performance</a></li>\n\n\n\n<li><a href=\"https://learn.wpvip.com/course/wordpress-vip-architecture-and-tooling/\">WordPress VIP Architecture and Tooling</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <a href=\"https://www.briancoords.com/getting-the-block-editor-ready-for-ai/\"><strong>Getting the Block Editor Ready for AI</strong></a>, Brian Coords discusses his conversation with Matt Medeiros about the shortcomings of AI and then offers a few strategies on how to help AI become smarter about WordPress.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>So there is a new thing called <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API\"><em>Invoker Commands API</em></a> coming to browsers. It&#8217;s so new, it&#8217;s only available in pre-release browsers like Chrome Canary, Firefox Nightly, or Safari TP (Technical Preview) behind a feature flag that you need to enable. So if you are not interested in these new experimental browser features, you can skip this paragraph. <strong>Pascal Birchler</strong>, WordPress core committer sponsored by Google, explored what <a href=\"https://pascalbirchler.com/invoker-commands-api-wordpress/\"><strong>Invoker Commands in WordPress</strong></a> would look like. He explains what the Invoker Commands API tries to accomplish and how, and then he switches to what this would mean for Blocks and how it relates to the Interactivity API. Then Birchler introduces the Block Invokers plugin and how you can provide Invoker commands to a custom block in WordPress.</p>\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: Photo by <a href=\"https://unsplash.com/de/@mbcaptures?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash\">Michael Buillerey</a> on <a href=\"https://unsplash.com/de/fotos/stadtbildfotografie-von-gebauden-und-booten-KwgEwVEsao8?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash\">Unsplash</a></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Feb 2025 23:42:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: On Logan Bartlett Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=136823\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2025/02/logan-bartlett/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:551:\"<p>You may not have heard of <a href=\"https://x.com/loganbartlett\">Logan Bartlett</a>, but he&#8217;s one of the most hilarious people on Twitter and does a really interesting podcast. (<a href=\"https://pca.st/9p91u5lv\">He had a cool episode with Marc Benioff recently</a>.) We sat down for a discussion on managing through crisis, open source and AI, employee liquidity, future of WordPress, and more. You can watch on YouTube below or <a href=\"https://pca.st/j368ze4b\">listen on Pocket Casts</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Feb 2025 20:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Gravatar: How to Set Up a Custom Domain Handle on Bluesky\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://blog.gravatar.com/2025/02/06/bluesky-handle/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13865:\"<p>&#8220;<em>Why does everyone on Bluesky have cooler handles than me?</em>&#8220;</p>\n\n\n\n<p>If you&#8217;ve joined <a href=\"https://bsky.app/\">Bluesky</a> recently, you might have noticed something different about the usernames. While you&#8217;re stuck with @yourname.bsky.social, others are rocking handles like @sarah.cool or @team.company. These custom domain handles are one of Bluesky&#8217;s standout features – but until recently, getting one meant diving into the complex world of domain registration and DNS configuration.</p>\n\n\n\n<p>With <a href=\"https://edition.cnn.com/2024/11/13/tech/x-musk-bluesky-users-post-election/index.html\">Bluesky&#8217;s user base doubling in just 90 days</a>, standing out matters more than ever. But who has time to become a DNS expert just to get a better username?</p>\n\n\n\n<p>Here&#8217;s some good news: <a href=\"https://gravatar.com/\">Gravatar</a> now offers free domains that connect directly to Bluesky. No complex setup required. These domains come pre-configured, so you can skip the technical hurdles and start using your custom handle right away.</p>\n\n\n\n<p>Let&#8217;s explore how to <a href=\"https://blog.gravatar.com/2024/06/26/link-your-gravatar-profile-with-a-free-custom-domain/\">claim your free domain from Gravatar</a>, connect it to Bluesky, and get a verified custom handle in minutes.</p>\n\n\n\n<a href=\"https://wordpress.org/plugins/gravatar-enhanced/\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_enhanced_cta.png\" alt=\"\" class=\"wp-image-2634\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why custom domain handles make your Bluesky profile stand out</strong></h2>\n\n\n\n<p>A custom domain handle on Bluesky (@yourname.cool instead of @yourname.bsky.social) signals that you&#8217;ve taken an extra step to establish your presence on the platform. This verification proves you own the domain – something that adds credibility to your profile, no matter your title or type of profile.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Creators and professionals: </strong>Writers like @sarah.ink and artists like @studio.art are using custom handles to build recognizable personal brands.</li>\n\n\n\n<li><strong>Small businesses:</strong> Local shops are claiming handles like @cafe.place to stand out in their communities.</li>\n\n\n\n<li><strong>Teams and organizations:</strong> Companies use handles like @news.company for announcements and @support.company for customer service.</li>\n\n\n\n<li><strong>Early adopters: </strong>Tech-savvy users are grabbing memorable handles like @me.cool before they&#8217;re gone.</li>\n</ul>\n\n\n\n<p>The best part? While others are still struggling with complex DNS setups, you can claim your free domain from Gravatar and have your custom handle running in minutes.</p>\n\n\n\n<p>Until now, getting a custom handle meant:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Finding a domain registrar.</li>\n\n\n\n<li>Paying yearly fees (usually $10-30).</li>\n\n\n\n<li>Figuring out DNS records.</li>\n\n\n\n<li>Adding TXT entries.</li>\n\n\n\n<li>Waiting for verification.</li>\n\n\n\n<li>Hoping you didn&#8217;t mess anything up.</li>\n</ul>\n\n\n\n<p>Gravatar&#8217;s solution? Skip all that. Our domains come pre-configured for Bluesky, and your first year is free. Here&#8217;s everything you need to know:</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The simplest way to get a custom Bluesky handle: Gravatar domains</strong></h2>\n\n\n\n<p>Getting a custom Bluesky handle just got much easier. Gravatar now <a href=\"https://support.gravatar.com/profiles/custom-domains/\">offers free domains</a> that come pre-configured, removing all the technical setup typically needed for custom handles.</p>\n\n\n\n<p>These free domains work with Bluesky right out of the box – no DNS configuration required. When you sign up for a Gravatar profile, you can choose from fifteen different domain extensions:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Classic options like .info, .pro, and .link</li>\n\n\n\n<li>Personal branding choices like .guru, .ninja, and .bio</li>\n\n\n\n<li>Social media-focused extensions like .social and .cool</li>\n\n\n\n<li>Professional options like .contact and .place</li>\n</ul>\n\n\n\n<p>The best part? <strong>These domains are free for the first year.</strong> After claiming your domain through Gravatar, you&#8217;ll get full details about renewal pricing during checkout. This makes Gravatar&#8217;s solution perfect for anyone who wants a custom Bluesky handle without dealing with domain registrars or DNS configuration.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-step: Connect your free Gravatar domain to Bluesky</strong></h2>\n\n\n\n<p>Ready to set up your custom Bluesky handle? Follow these simple steps to claim your free Gravatar domain and connect it to Bluesky in minutes:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Head to <a href=\"https://gravatar.com\">Gravatar</a> and click the <em>Get Started Now</em> button in the top right corner. Fill in your details and complete your profile setup.</li>\n</ol>\n\n\n\n<img width=\"1350\" height=\"998\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/get-started-now-button-gravatar.png\" alt=\"Button to create a new Gravatar profile\" class=\"wp-image-2818\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>From your Gravatar dashboard, find the <em>Claim Domain</em> option in the top left menu. If you can’t find it, go to <em>Settings &gt; Profile URL </em>tab.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"1351\" height=\"957\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-claiming-custom-domain.png\" alt=\"Profile URL settings in Gravatar\" class=\"wp-image-2820\" />\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Choose a domain extension that fits your style from the available options (e.g., .cool, .bio, .social). In this section, you can see how much the renewal would cost for each domain option.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"1363\" height=\"1254\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/custom-domain-options.png\" alt=\"Choosing a custom domain through WordPress.com\" class=\"wp-image-2821\" />\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Want a more personalized touch? Click the <em>Change</em> button next to your profile URL to adjust your domain before finalizing.</li>\n\n\n\n<li>You’ll be redirected to a <a href=\"http://wordpress.com\">WordPress.com</a> checkout page to register the domain, but don’t worry – your first year is free.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"294\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/domain-purchase-checkout-page.png?w=660\" alt=\"WordPress checkout page for a custom domain\" class=\"wp-image-2822\" />\n\n\n\n<ol start=\"6\" class=\"wp-block-list\">\n<li>Complete the checkout, and you’ll receive an email confirming that your domain is active.</li>\n</ol>\n\n\n\n<img width=\"1218\" height=\"925\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/domain-confirmation-email.png\" alt=\"Confirmation email for an activated custom domain by WordPress.com\" class=\"wp-image-2823\" />\n\n\n\n<ol start=\"7\" class=\"wp-block-list\">\n<li>Open the Bluesky app or website, navigate to <em>Settings &gt; Account &gt; Handle</em>, and select <em>Change Handle</em>.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"871\" height=\"573\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/settings-handle.png\" alt=\"Handle settings in Bluesky app\" class=\"wp-image-2825\" />\n\n\n\n<ol start=\"8\" class=\"wp-block-list\">\n<li>Click <em>I Have My Own Domain</em>.</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"357\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/choosing-personal-domain-for-bluesky.png?w=660\" alt=\"Changing the Bluesky handle with a custom domain\" class=\"wp-image-2826\" />\n\n\n\n<ol start=\"9\" class=\"wp-block-list\">\n<li>Enter your Gravatar domain (make sure it’s activated), and when you get the <em>Domain verified! </em>message, click on <em>Update to [domain name]</em>.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"1219\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/domain-updated-confirmation.png\" alt=\"Confirmation for the changing of the Bluesky domain\" class=\"wp-image-2828\" />\n\n\n\n<ol start=\"10\" class=\"wp-block-list\">\n<li>You’re done! Enjoy your sleek, verified custom handle on Bluesky!</li>\n</ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Common questions on Gravatar’s custom Bluesky handles with Gravatar&nbsp;</strong></h3>\n\n\n\n<p><strong>Q: How long does it take to verify my custom domain handle on Bluesky?</strong><strong><br /></strong>A: Verification is quick and usually completes within a few minutes. However, if the system is busy, you might experience a short delay. Don’t worry – your handle will be ready shortly.</p>\n\n\n\n<p><strong>Q: Will I lose my original .bsky.social handle?</strong><strong><br /></strong>A: No. As of December 12, 2024, your previous .bsky.social handle is reserved for you. You won’t need to create a new account to keep it, and you can switch back to it anytime if you decide to stop using your custom domain.</p>\n\n\n\n<p><strong>Q: What happens to tags and mentions associated with my old handle?</strong><strong><br /></strong>A: All tags and mentions linked to your old .bsky.social handle will automatically point to your new Gravatar-powered handle. There’s no risk of losing connections or conversations.</p>\n\n\n\n<p><strong>Q: Is the handle change permanent?</strong><strong><br /></strong>A: Not at all. You can change your handle again or revert to your original .bsky.social handle anytime. Your Gravatar domain will still belong to you, even if you stop using it on Bluesky.</p>\n\n\n\n<p><strong>Q: What else can I do with my Gravatar domain?</strong><strong><br /></strong>A: Your Gravatar domain links directly to your Gravatar profile, which acts as a universal online identity. You can use it to <a href=\"https://blog.gravatar.com/2024/11/11/how-to-list-social-media-handles/\">showcase your other social media profiles</a> and build a cohesive online presence.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Using your existing domain? Here&#8217;s how to verify it&nbsp;</strong></h2>\n\n\n\n<p>If you already own a domain and want to use it as your Bluesky handle, you’ll need to verify it by adding a <strong>DNS TXT record</strong>. Here’s how:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>When you initiate the handle change on Bluesky, the platform will provide the specific TXT record you need. This record includes three key fields: <strong>host</strong>, <strong>type</strong>, and <strong>value</strong>.</li>\n</ol>\n\n\n\n<img width=\"1091\" height=\"767\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/dnx-records-for-custom-domain.png\" alt=\"DNS record for changing the Bluesky handle with a custom domain\" class=\"wp-image-2827\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Log in to your domain provider’s DNS management panel (or a third-party service like <a href=\"https://www.cloudflare.com/\">Cloudflare</a>). Locate the section for adding DNS records.</li>\n\n\n\n<li>Input the host, type, and value provided by Bluesky into the appropriate fields. Save the changes.</li>\n\n\n\n<li>Wait for propagation. While DNS propagation can take up to 24 hours, it usually completes within a few minutes if everything is configured correctly.</li>\n\n\n\n<li>Return to Bluesky and click <em>Verify DNS Record</em>. Once verified, your profile will automatically update to use your domain as the handle.</li>\n</ol>\n\n\n\n<p>This process adds a layer of credibility to your handle and ensures it’s uniquely tied to your domain ownership.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Managing multiple handles and subdomains</strong></h3>\n\n\n\n<p>Organizations often benefit from managing multiple handles under a single domain. For example, a company could use <em>@news.gravatar.com</em> for announcements and <em>@support.gravatar.com</em> for customer service. This creates a cohesive, professional identity across departments or teams.</p>\n\n\n\n<p>To set up multiple handles efficiently, it’s recommended to use HTTP verification instead of DNS TXT records. This involves creating a file in the <code>/.well-known/</code><strong> </strong>directory on your web server, which Bluesky checks to verify ownership of the subdomains.</p>\n\n\n\n<p>Bluesky provides a detailed guide on <a href=\"https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial\">verifying multiple handles under a single domain</a>. Since the process requires some technical know-how, it’s best suited for developers or IT teams.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get started with your custom Bluesky handle</strong></h2>\n\n\n\n<p>Using a free Gravatar domain for your Bluesky handle offers plenty of advantages:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose from a variety of TLD extensions, like .bio, .social, and .link.</li>\n\n\n\n<li>Enjoy your domain free for the first year, with no need for complex DNS configuration.</li>\n\n\n\n<li>Manage your online identity from a centralized Gravatar profile, making it easy to stay consistent across platforms.</li>\n</ul>\n\n\n\n<p>Gravatar domains also help <strong>future-proof your digital identity</strong>. As more platforms adopt domain-based verification, having your own domain now ensures you’re ready for the next phase of social media.</p>\n\n\n\n<p>To get started, visit <a href=\"https://gravatar.com\">Gravatar</a> and claim your free domain from the available options. While Gravatar simplifies the setup process, remember to complete Bluesky’s handle change steps to activate your custom domain handle.</p>\n\n\n\n<p>With just a few clicks, you’ll have a unique, verified handle on Bluesky – and a free domain for the next year!</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2025 20:24:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: Developer Takes, From Code to Connections with Tess Kriesel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/developer-takes-from-code-to-connections-with-tess-kriesel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"In this episode of DevPulse’s \"Expanding the Stack,\" hosts Carl and Zach explore diverse developer backgrounds, emphasize networking and soft skills, and discuss challenges in today\'s job market with guest Tessa Kriesel.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2025 10:02:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: #155 – Anthony Jackson on Trying to Figure Out His Way in the Tech World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=187096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/podcast/155-anthony-jackson-on-trying-to-figure-out-his-way-in-the-tech-world\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:53794:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, trying to figure out a way through the tech world.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wp tavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Anthony Jackson.</p>\n\n\n\n<p>Anthony is a true technophile whose journey has been shaped by a constant pursuit of understanding new technologies.</p>\n\n\n\n<p>From a young age, Anthony&#8217;s curiosity about technology laid the foundation for a lifetime of exploration. Starting from modest beginnings in computer repair, he steadily transitioned into the world of WordPress, and the complexities of server management.</p>\n\n\n\n<p>This episode really is a story, the story of trying new things, being creative, and always following curiosity wherever it may lead.</p>\n\n\n\n<p>Anthony talks about his early experiences describing the moment computers first sparked his interest, and the subsequent path he charted in the technology space. Despite hurdles and frustrations, particularly with initial web development and WordPress hosting, his story is a testament to determination and resilience.</p>\n\n\n\n<p>As you&#8217;ll hear, Anthony learned the ropes of many technologies from grappling with CSS for website customization, to exploring cloud computing, and the command line in Linux.</p>\n\n\n\n<p>His journey took a big turn when he discovered automated Bash scripts that facilitate the deployment of open source applications like WordPress. This is what Anthony is doing right now, but you&#8217;re going to hear many stories of different pathways that led to this situation.</p>\n\n\n\n<p>Throughout the episode, Anthony sheds light on his philosophy of embracing technology. He speaks about the numerous technologies he&#8217;s explored, the trials he faced along the way, and the value of cultivating his technical skills. With his Bash scripts ready to streamline server setups and deployments, Anthony envisions a future where technology is not just a tool, but a powerful ally for businesses and personal projects alike.</p>\n\n\n\n<p>If you&#8217;re keen to hear some inspirational stories about overcoming tech challenges, resilience and learning, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wp tavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Anthony Jackson.</p>\n\n\n\n<p>I am joined on the podcast today by Anthony Jackson. Hello.</p>\n\n\n\n<p>[00:03:32] <strong>Anthony Jackson:</strong> Hello, Nathan. How are you?</p>\n\n\n\n<p>[00:03:33] <strong>Nathan Wrigley:</strong> Yeah, great. I&#8217;m very, very pleased to chat with you today, not only because you&#8217;ve got some really nice audio equipment, which makes you sound amazing, but also it&#8217;s very nice to meet new faces, new people for the first time ever. That&#8217;s what&#8217;s happening here. I&#8217;ve never met Anthony before.</p>\n\n\n\n<p>But in order that both you, dear listener and I, the interviewer, get to know a bit about Anthony, would you mind giving us your little potted bio. I guess it would be best to keep that in the sphere of technology, perhaps WordPress. But just tell us a little bit about yourself, but not too many spoilers about the episode to come.</p>\n\n\n\n<p>[00:04:03] <strong>Anthony Jackson:</strong> Yeah, so my name is Anthony Jackson. I&#8217;m a technical person by nature. I&#8217;ve always loved technology, always had a thing for it. Went to school for computer technology. I have my own computer repair business. So I do that on the side, part-time, while I work a full-time job, as well as grow the business that you&#8217;re going to learn about here in a little bit.</p>\n\n\n\n<p>So I stay pretty busy, obviously. I love technology, I feel that it can help a lot of people. I don&#8217;t think you should ever be afraid of it. I think you should always embrace it. It&#8217;s one of those things, if you don&#8217;t get on the bandwagon now, you kind of get punished for it later.</p>\n\n\n\n<p>So I&#8217;m just really excited to share with your audience my journey because it hasn&#8217;t been easy, and I&#8217;m really glad I took the leap of faith because if I didn&#8217;t I certainly wouldn&#8217;t be where I am now. So I&#8217;m just really excited to get started and talk about it and share it with you guys.</p>\n\n\n\n<p>[00:04:47] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s great. Thank you so much. Can I just ask, I don&#8217;t know your age, but when I was at school, so I&#8217;m now in my very, very early fifties, but when I was at school, a child at school, computers were just starting to be something that was in the market, it wasn&#8217;t the domain of universities occupying an entire room. It was something which you could hold in both arms, but they weren&#8217;t ubiquitous.</p>\n\n\n\n<p>You know, maybe the school had one. It was very rare for an individual to own a computer. And so it wasn&#8217;t really until I was much older and had left school that computers became a bit of a thing which people could tinker with.</p>\n\n\n\n<p>What was the experience for you? Again, I&#8217;m not trying to wrangle your age out of you, but just give us an insight into how much computing had progressed by the time you were sort of at school?</p>\n\n\n\n<p>[00:05:28] <strong>Anthony Jackson:</strong> Oh my gosh, Nathan, I&#8217;ll tell you a little backstory. So my mom left me when I was younger. My dad had passed away. It was kind of just me and I lived with my aunt. She had given me a computer to go live with my mom. She had found my mom is what happened.</p>\n\n\n\n<p>I turned it on and it was just an old compact, it booted up so slowly. I had no idea what it was, how it worked, what the purpose of it was. All I knew was I wanted to be on the internet. At that time it was AOL, that was the place to be.</p>\n\n\n\n<p>I remember turning it on and I pressed the button on the DVD player and the tray opened, and I was like, wait, what is the sorcery? Like, and I&#8217;m like, oh, that&#8217;s cool. Okay, we&#8217;ll go with that. And the neighbor knocked on the door and said, hey, you&#8217;ve got some mail, and she gave me this disk, remember the AOL 3.0 Running Man disk? And I was like, what is this? Like, 30 minutes of the free internet. I&#8217;m like, what is the internet, right?</p>\n\n\n\n<p>And I put it in this tray and I ended up setting up my account and the first words I heard were, welcome, you&#8217;ve got mail. And I&#8217;m like, no I don&#8217;t, I just checked it. And I got totally hooked immediately on this whole email thing. And I just, it blossomed, man, and I&#8217;ve been doing computers for, God, 20 years now.</p>\n\n\n\n<p>So I love the backstory on it because it really changed my life. Like, I discovered the internet, email. I spent five years homeless without the internet. I never would&#8217;ve known like who to ask for help, how to get help. It truly changed my life, Nathan. It really did.</p>\n\n\n\n<p>[00:06:40] <strong>Nathan Wrigley:</strong> I think there&#8217;s something quite addictive about it, but also I think, and this is from personal experience, I have no reference to psychology of the human race in general, but it would seem that some people really from a very, very early age are drawn to it on a level which is indescribable. You just have this desire to be in close proximity to a computer that&#8217;s switched on, and to be tinkering with it.</p>\n\n\n\n<p>I have that, but I know people who are very dear to me that if you put them near a computer, the first thing they want to do is get out the chair and walk away. You know, there&#8217;s just no interest in it whatsoever. But I think it is something that you can be passionate about in a heartbeat.</p>\n\n\n\n<p>So in your case, you know, you press the DVD button, something happened, you did it on a keyboard and something happened elsewhere over there. It&#8217;s like, ooh, these two things are connected. There&#8217;s something clever going on there.</p>\n\n\n\n<p>And all of a sudden alarm bells are ringing. Like, wow, I&#8217;ve got to dig deeper into this. I know already though that you are younger than I am because you joined the computer world at a time when the internet existed. When I was playing with the first computers, basically, you switched it on and a cursor blinked, and that was it. That was the fun that you had, you had to type things in.</p>\n\n\n\n<p>[00:07:45] <strong>Anthony Jackson:</strong> My first experience was Windows 3.1, back when the briefcase was around.</p>\n\n\n\n<p>[00:07:49] <strong>Nathan Wrigley:</strong> Okay, so as a child leaving school, you&#8217;ve got this interest in computers and what have you. So where did the journey go from there? What were the next steps from Windows 3.1? What are some of the things that began early on? What were the dominoes that fell?</p>\n\n\n\n<p>[00:08:00] <strong>Anthony Jackson:</strong> Well, I discovered Windows XP, it was the hottest thing since sliced bread. I loved XP. Vista was a hot mess. Fast forward, seven was good, eight was terrible. And then Windows 10, and now Windows 11. I figured if I learned Windows 3.1, I kind of had to follow the journey. So I started Googling the different features of Windows, realised quickly that an operating system is an operating system, it&#8217;s just where you find stuff, right?</p>\n\n\n\n<p>I love the fact that I could see it progress, that I could be a part of that and help people. And that&#8217;s what really turned me onto it. So the technology thing is what really kind of gets me. I love technology. I love the fact that we can use it to have a good time, to leverage it, to grow our businesses, to do a lot of things, like podcasting and other things.</p>\n\n\n\n<p>[00:08:40] <strong>Nathan Wrigley:</strong> Are you the kind of person that upon receiving a computer, desktop computer, do you like to take it apart and see what the bits are inside there, or assemble your own? Or are you purchase it from the store and let the dust gather on the inside and then dispose of it at some point, 5, 10 years later whatever it may be?</p>\n\n\n\n<p>[00:08:55] <strong>Anthony Jackson:</strong> The thing that I love the most, Nathan, this is going to sound so crazy, I don&#8217;t enjoy building them. I actually don&#8217;t know how to build them. I tried once and failed miserably. But what I love nothing more in my computer repair business is when somebody comes to me and says, Tony, I need to buy a new one, I don&#8217;t know what to do, where do I start?</p>\n\n\n\n<p>I love that conversation because it&#8217;s so overwhelming for a lot of people, and I have a unique way. I took a Tony Robbins class a long time ago for personal development, and they did this whole assessment on me and the results yielded that I had a way of breaking down technical information into a manner that someone can understand.</p>\n\n\n\n<p>So when someone comes to me and says, I need a new computer, I&#8217;m like, okay, I got you, it&#8217;s okay. What do you need? What are you looking for? What are your concerns? And I can have a nice conversation and ease them into making a confident purchase instead of buyer&#8217;s remorse. It makes such a difference.</p>\n\n\n\n<p>[00:09:43] <strong>Nathan Wrigley:</strong> I&#8217;m firmly on the Mac side of things, and when you purchase a Mac, you really only have three or four decisions to make, one of which is color. What color do you want the computer to be? But beyond that, it&#8217;s things like how much memory, how much ram, there&#8217;s very few components that you really get to choose about that.</p>\n\n\n\n<p>But on the Windows side of things, for a family member, I have recently built a computer and I was actually fairly alarmed at how many choices there were for every single thing. And it really did make me realise that there&#8217;s a whole career in just being able to understand what range of graphics cards there are, what range of CPUs there are, what kind of panel could you have as a display, what the keyboards are, what the mouse are.</p>\n\n\n\n<p>And that was really interesting to me. Is that something that you nerd out on then? Do you know all of the kind of serial numbers of the different graphics cards which are available?</p>\n\n\n\n<p>[00:10:32] <strong>Anthony Jackson:</strong> I&#8217;m not that big of a nerd. My nerd comes out when I started Learn WordPress, that&#8217;s when the nerd came out.</p>\n\n\n\n<p>[00:10:38] <strong>Nathan Wrigley:</strong> Okay. Well, we&#8217;ve established your nerd credentials. That&#8217;s lovely. Let&#8217;s move on to WordPress then. When did you, firstly, when was the first time you came across WordPress, and in what context? What did you need it for?</p>\n\n\n\n<p>[00:10:48] <strong>Anthony Jackson:</strong> So a long time ago I started my computer repair business, probably about eight or nine years ago. And the first thing that came to mind was a website. I was like, I have to have a website. I have a business, it&#8217;s a known fact you have to have a website, right?</p>\n\n\n\n<p>Well, I didn&#8217;t know WordPress had never heard of WordPress, so I went where any other person would go, and that was to the internet to find web hosting, and I found godaddy.com. And I was like, GoDaddy it is.</p>\n\n\n\n<p>I had a budget of around $3,000, and what happened was they ended up coding me a really nice HTML, CSS, web development website. But I realised quickly that I&#8217;m a picky person. I wanted things changed. I didn&#8217;t like how things aligned. OCD, like the CSS and stuff wasn&#8217;t aligning. And I wanted more control. I wanted to be able to control that.</p>\n\n\n\n<p>And I remember Googling how to control your website and it said WordPress, the number one platform. I&#8217;m like, what the hell is WordPress? Okay. And I clicked, best decision of my life. I ended up going back to GoDaddy to get hosting, WordPress hosting. I didn&#8217;t know what it was, I had to kind of figure it out. And I realised quickly about shared hosting, and what it was, and how it acted, and I didn&#8217;t like the fact that I was being shared with people, it made me very angry.</p>\n\n\n\n<p>I went through seven different hosting providers, 15 different WordPress for Dummies books, trying to figure things out. Was very, very hard. One day I ended up going to like, I think it was Namecheap or something, and getting a little bit better WordPress hosting with more resources because I thought that would help. And I was sitting there so frustrated because I saw a template but had no idea what to do.</p>\n\n\n\n<p>And all of a sudden after tinkering with WordPress in the back end, I put the word home in what we call the primary menu. And at that point it clicked. I was like, oh my God, I can build a fully fledged website with content that&#8217;s branded to me without having to pay extra to add revisions and stuff like that.</p>\n\n\n\n<p>And so for like two weeks straight, I learned how to install WordPress. I learned the art of the primary menu. I had so much fun just adding the same buttons every time, home, about, services, contact. And then I discovered page builders. That&#8217;s when things really turned. Divi was my first love, and always will be.</p>\n\n\n\n<p>[00:12:50] <strong>Nathan Wrigley:</strong> Did you have to really persevere then, because it sounds like you&#8217;ve got all of the equipment in your head for dealing with technical problems. You&#8217;ve got that sort of passion to see it through to the end. I think I get quite frustrated with certain tasks and give up fairly quickly, but it sounds like you&#8217;ve got all of the bits and pieces.</p>\n\n\n\n<p>10 years ago when you installed WordPress, I&#8217;m guessing it was a much more difficult enterprise than it is now. You know, you&#8217;ve got these hosting companies that you basically click one button and not only will they set your WordPress website up, they&#8217;ll send you the login links, you can probably just click a button to log in on the backend and what have you. Was it fairly frustrating, and do you think that, if you&#8217;d had a different personality type, you would&#8217;ve just thrown the baby out the bathwater and gone, nope?</p>\n\n\n\n<p>[00:13:29] <strong>Anthony Jackson:</strong> A hundred percent. If I did not have my technical background, I would&#8217;ve gave up years ago. I called GoDaddy so many times for support. I can&#8217;t even begin to tell you how many times I called them. And I enjoyed calling them because when I did call them, I got to give them some great feedback because they understood completely what I was trying to do. So it was really cool. I got to see them improve and I got to see myself improve. But it was also nice to be able to call them and get it fixed because I didn&#8217;t have to explain what I was trying to do. I knew what I was trying to do.</p>\n\n\n\n<p>And the design element stuff did not come until later. I spent so much time tinkering with WordPress, buying plugins. Nathan, I&#8217;ve got a repository on themeforest.net of plugins and themes that I haven&#8217;t even touched. I bought anything from caching plugins, to improve performance, to membership plugins, not knowing any idea what they&#8217;ve been. I just went on as spending spree and just bought everything. And now I&#8217;m like, what do I do with it all? Like, I don&#8217;t even know what I want to build.</p>\n\n\n\n<p>[00:14:27] <strong>Nathan Wrigley:</strong> There&#8217;s a definite learning curve there. Just dealing with the nature of the internet. I don&#8217;t know quite how to put this. When I talk to people about how interesting I think the internet is, I can very often sense that people&#8217;s eyes are glazing over. You know, oh Nathan, dear Nathan, what&#8217;s the matter with you?</p>\n\n\n\n<p>But I think on a very profound level that it is amazing that we live in a time where you can download free software, and with a few dollars invested in hosting, and it doesn&#8217;t have to be a lot, you can have something that the entire world, well, by that I mean people who have access to the internet, the entire world can see.</p>\n\n\n\n<p>And conceptually, I just think that&#8217;s utterly remarkable. And I don&#8217;t know if it ever sort of hits you in the same way that it hits me. But you said, you know, you put the word home on your webpage, or you put something for your home screen and you have that moment of, I can do the internet. I can be on the internet.</p>\n\n\n\n<p>I think that is something which gets lost so quick. But occasionally I stare at what I&#8217;m doing and think, I just click publish and there it is, and everybody can see it. And I think that&#8217;s phenomenal.</p>\n\n\n\n<p>[00:15:35] <strong>Anthony Jackson:</strong> That hit me when I discovered the actual blog portion of WordPress. When I discovered that my content could go out to anybody and everybody with a click of a button. I was a little blown away. I was a little overwhelmed because I was like, this is really cool. I&#8217;ve created a piece of content for somebody that might need my help. They can just click a button and within a few seconds potentially see it. Like that is, you&#8217;re right, it&#8217;s remarkable. But it&#8217;s also really overwhelming for somebody who&#8217;s never experienced it.</p>\n\n\n\n<p>[00:16:00] <strong>Nathan Wrigley:</strong> Yeah, and I guess, you&#8217;ve got to be a little bit careful about what you publish and what have you. But I still think we are in an age where I think it&#8217;s easy to forget how privileged we are that we have access. Well, you and I, for example, we&#8217;ve never met. We&#8217;ve only communicated on the internet via a social network. I messaged to say would anybody enjoy coming on this podcast? You contacted me. Here we are. We&#8217;re using a browser based application to communicate with each other. And this is just totally normal now. And yet my 14-year-old self staring at the computer in the school, what we&#8217;re doing now was the realm of Star Trek.</p>\n\n\n\n<p>This was the kind of thing that people in spaceships did, and yet now it&#8217;s totally normal. And sometimes I try to sort of impress upon my children how remarkable it is, but for them it&#8217;s just, no, no, no, this is what all humans have had for all time. And it just gets lost.</p>\n\n\n\n<p>[00:16:49] <strong>Anthony Jackson:</strong> It is remarkable.</p>\n\n\n\n<p>[00:16:50] <strong>Nathan Wrigley:</strong> Where from there then? So we&#8217;ve reached the point where you&#8217;ve discovered WordPress. What&#8217;s happened subsequently since then? It sounds like you&#8217;ve got your business all pivoted around WordPress as well. What&#8217;s the next step in the story?</p>\n\n\n\n<p>[00:17:01] <strong>Anthony Jackson:</strong> Well, I went through multiple page builders, never really learned another one because I got so comfortable with Divi. I tried Elementor, didn&#8217;t really like it all that much. Tried every block builder. Discovered Gutenberg was the worst thing known to mankind. Tried buying Astra, some other, I forget the other company that has the block builder.</p>\n\n\n\n<p>[00:17:20] <strong>Nathan Wrigley:</strong> Kadence maybe.</p>\n\n\n\n<p>[00:17:21] <strong>Anthony Jackson:</strong> Kadence, yes, I tried them. But the thing that I didn&#8217;t like about WordPress, I loved the page builders, they made things easy, but the one thing that I hated the most is I never really had control of where to put stuff. It always was just like, this is your block, this is where it goes. I didn&#8217;t know CSS. I didn&#8217;t know HTML. I did not know how to move things, and I hated that.</p>\n\n\n\n<p>Because the whole point of me going to WordPress was to have control. And when I lost control, it turned me off. I was the person who built the entire website and canceled my hosting because I wanted more control. That&#8217;s how I learned. I canceled, and bought, and canceled, and bought and thought it would get better and it didn&#8217;t, and I just pushed, and pushed, and pushed and learned.</p>\n\n\n\n<p>So I started to just Google how to move things with CSS. I taught myself the basics of CSS and HTML, and a little bit of JavaScript. Not a lot, just enough to be dangerous. But I wanted control, Nathan. I wanted to be able to do things, and when I discovered that I could do that, that put me in another whole new rabbit hole. Then I discovered plugins that control CSS, selectors and all of that, so it gave me an opportunity.</p>\n\n\n\n<p>[00:18:20] <strong>Nathan Wrigley:</strong> Yeah, I always think that WordPress kind of has been pitched at me by other human beings as this kind of catchall, easy to use solution. I think maybe you&#8217;ll get lucky and you&#8217;ll be satisfied in a way that you clearly are not, you know, if you want every pixel to be mapped perfectly from your head onto the screen, that&#8217;s not going to be the case. But maybe for many people it&#8217;s enough.</p>\n\n\n\n<p>Okay, I&#8217;ve got this templated layout, it&#8217;s fine, I&#8217;m happy with that. I&#8217;ll click publish and whatever&#8217;s there is fine. But if you do want to move things around, and you do want to have a particular layout, and you want to show only these posts here and these posts here, but you want it to look entirely different from the theme that you&#8217;re using, I think it&#8217;s still very confusing.</p>\n\n\n\n<p>And I think the underlying languages of HTML, CSS and JavaScript, which really these days are the underpinnings of certainly the front end of web development, they&#8217;re fairly difficult to acquire if it&#8217;s not your job. If you&#8217;re just doing this evening, weekend, it&#8217;s a bit of a hobby, I still think those things are really difficult to acquire and they&#8217;re not slowing down. You know, in the year 2025 when we&#8217;re recording this, CSS is really on a clip, it&#8217;s really modifying itself quickly. All these different sort of layout systems, flex, grid to learn and what have you.</p>\n\n\n\n<p>So I think the promise of the page builders in WordPress is probably why it&#8217;s as successful as it is. If you rewind the clock 10 years, when they just started to come about, you mentioned Divi and there was Beaver Builder and, oh, all sorts of other ones. I would imagine that if you could chart the growth of WordPress, it would&#8217;ve been the novice user wanting a sort of what you see as what you get, point, click, drag, save solution that meant that WordPress grew. And it sounds like you fitted into that niche quite nicely.</p>\n\n\n\n<p>[00:19:56] <strong>Anthony Jackson:</strong> Yeah, I wanted to know why. Why it wasn&#8217;t working. Why the block couldn&#8217;t move. I was very irritated by that because I had certain expectations for my logo to be correct. And what really got me into WordPress was the fact that it was drag and drop. And I love the word drag and drop, because if you don&#8217;t know how to code, well, drag and drop is the alternative, and it&#8217;s your best friend. But it&#8217;s not a true, genuine, drag and drop experience.</p>\n\n\n\n<p>Because to me, drag and drop genuine experience means to put things where I want to put them. I don&#8217;t want to be limited by the block builder, you know, the blocks that you&#8217;re provided. I want to be able to move it, control it, customise it. Because at the end of the day, people buy into you and not your products and services. But at the same time, your website never gets built because you spend way too much time customising, Googling the 20 best page builders of 2025, and buying a whole bunch of stuff you never needed in the first place, right?</p>\n\n\n\n<p>[00:20:45] <strong>Nathan Wrigley:</strong> So have you doubled down on your page builder of choice and your website building experience is based upon the UI, and becoming an expert and having the perfect muscle memory for doing things in that? Is that how you build your pages, and themes, and structures for web pages now?</p>\n\n\n\n<p>[00:21:00] <strong>Anthony Jackson:</strong> So, ironically enough, Nathan, I&#8217;ve actually got away from doing WordPress. I transitioned into something different, which we&#8217;re going to get to here in a minute. I learned everything about WordPress. I wanted to learn. The only thing I didn&#8217;t learn was WooCommerce. I understand what it is, I just didn&#8217;t want to learn it. I didn&#8217;t have a need for, my business didn&#8217;t sell digital products.</p>\n\n\n\n<p>I got out of it because it just became frustrating because I just couldn&#8217;t do what I wanted to do, and I didn&#8217;t have the budget to pay someone to fix it. I knew if I did, I would probably just cancel anyways because I wanted it to look even better. So I just stopped because I didn&#8217;t want to do it. I discovered that I wanted to learn how to actually deploy WordPress for myself instead of using a hosting provider because that&#8217;s the easy way.</p>\n\n\n\n<p>So one day I was Googling and I came across the word Linux. I was like, Linux, okay, that sounds like a fun rabbit hole. Let&#8217;s check it out. I discovered my first cloud computing company, which was Linode. I called them up and, you know, I got to be honest with you, I wasn&#8217;t super impressed with them, because the one thing that I realised quickly is that there&#8217;s no support at all. It is all community driven. If you think about WordPress, the open source, there&#8217;s no support. It&#8217;s all just learning community based forums, podcast episodes, wherever you can get content. Thank God WordPress, the audience is so big that you can get help. But to this day, there&#8217;s still things that I still want to know the answers to about WordPress, but I just can&#8217;t find anymore.</p>\n\n\n\n<p>But I discovered Linux and I had a very, very difficult time of spinning up a server. I struggled so badly with the command line, so badly. And then I discovered that Linode had one click apps and one of them was WordPress. I was like, here we go again. I installed WordPress. I grew a little bit of a fascination with trying to find my credentials inside the terminal, realised quickly that shared hosting was not the only option to deploy WordPress.</p>\n\n\n\n<p>My biggest problem with the server stuff was there was no support. I struggled very badly. Everything I Googled said, copy this, copy that. I&#8217;d copy and paste, I wouldn&#8217;t get the result. I was throwing things around, spinning up servers left and right, getting so frustrated. I&#8217;m like, what do I need to do?</p>\n\n\n\n<p>So I ended up buying a course on Udemy, and went through this very, very great course for absolute beginners and discovered quickly what I was doing wrong. Completely stopped the course and started learning again, because I&#8217;m not that type of person who takes the course. I find my fix, and then I go back to like tinkering with things. I spun up, I don&#8217;t know, probably 300 little VPSs trying to figure things out. Needless to say, I&#8217;m a master of installing WordPress with Linode now.</p>\n\n\n\n<p>[00:23:24] <strong>Nathan Wrigley:</strong> Have you got into Linux server admin, sort of sys admin as a way, well, that was just the fun that you were having at the time, and then discovered that, okay, WordPress can bolt on top of that. And so now the two things have combined and you are back to WordPress, or have you entirely stopped with WordPress?</p>\n\n\n\n<p>[00:23:40] <strong>Anthony Jackson:</strong> I never got into the sys admin stuff, but the next journey for me was, I Googled Linux and I had WordPress. I hated the command line, Nathan. The commands, the black and white was so overwhelming. As it turns out now it&#8217;s like my best friend. I can&#8217;t live without it because it&#8217;s so much easier if you know what you&#8217;re doing.</p>\n\n\n\n<p>But I discovered something called cPanel, and when I got into cPanel I was like, okay, this is cool. I got a GUI, I can look at something, and lo and behold, guess what I found first? Install WordPress. I&#8217;m like, it&#8217;s back again, right? Everywhere I turn, WordPress kept coming back.</p>\n\n\n\n<p>So I learned how to install cPanel on my own server, trials galore, WordPress. Ended up getting super frustrated with cPanel, because cPanel is extremely technical, if you are not in a shared hosting environment where it&#8217;s managed. It&#8217;s extremely technical. They started giving me questions, I started asking for commands. I started taking notes of those commands, so when I broke something, I would know what to do.</p>\n\n\n\n<p>And I learned cPanel pretty proficiently, but got overwhelmed with it just because the technical. There&#8217;s a difference between documentation and technical documentation. Documentation is, click here, do this. Technical documentation is, before you get started, make sure that cPanel&#8217;s installed properly on your server. It&#8217;s like, okay, first of all, what is cPanel and how do you install it properly? Is there such a thing?</p>\n\n\n\n<p>Like it feels so overwhelming and you couldn&#8217;t contact Linode, you had no support. The only thing you had was cPanel. So I went through hundreds of cPanel trials trying to figure things out. Grew a fascination with the command line and installing cPanel. And I discovered pretty quickly that, even though I didn&#8217;t want to learn WordPress anymore, I wanted to provide hosting for WordPress.</p>\n\n\n\n<p>I wanted my own hosting provider. I wanted to be the guy who said, you know what you need, WordPress hosting, I got you. But as it turns out, hosting WordPress on your own server is difficult because you don&#8217;t have that system admin background to fix things. Makes it extremely challenging and it, your confidence goes way, way, way down, because you cannot provide that quality of hosting that you want to provide.</p>\n\n\n\n<p>So upon Googling more, I discovered something called WHMCS, Web Host Master Complete Solution. Loved this concept. This was a dark rabbit hole. I went down this rabbit hole, and discovered quickly that I would have to install it on my own server, which I lacked knowledge of. Biggest problem was the file manager, figuring out the file structure, how to navigate to the path, trying to figure all that out.</p>\n\n\n\n<p>And I finally got that installed and I learned about WHMCS. And through some Googling and YouTube, I hooked up my first server and I click install and it provisioned an instance of WordPress inside of WHMCS. I saw a button that said, log into WordPress. And I was like, oh my God. There&#8217;s a button.</p>\n\n\n\n<p>And I clicked this button and I was like, oh my God, it just launched WordPress. I was blown away, so I was like, let&#8217;s get a business going. So I started writing documentation and yeah, it wasn&#8217;t that easy.</p>\n\n\n\n<p>[00:26:26] <strong>Nathan Wrigley:</strong> Boy, I mean, you get the prize for commitment though. I mean, I don&#8217;t know if you&#8217;ve got just bucket loads of time on your hand, or if you are just the kind of person that, once you&#8217;ve set yourself a task, it&#8217;s going to annoy you until you finally cross that Rubicon. But you&#8217;ve got a lot stickability.</p>\n\n\n\n<p>[00:26:42] <strong>Anthony Jackson:</strong> I&#8217;m a determined individual. I went through multiple attempts at WordPress hosting, but I discovered that I was going to need help. I was going to have to find a way to provide this because I didn&#8217;t have the system admin background. So I discovered reseller hosting. And this is kind of where things blossomed.</p>\n\n\n\n<p>Reseller hosting was great, because they not only provided the WHMCS license free, they provided a cPanel license and I didn&#8217;t have to manage it. It was the perfect setup. I was like, oh my God, this is perfect. So I really started to dig into my business then. But then I discovered really quickly that without customers, this is going to be really difficult.</p>\n\n\n\n<p>[00:27:14] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s the crucial bit that you have to have somebody to resell it to.</p>\n\n\n\n<p>[00:27:17] <strong>Anthony Jackson:</strong> So after three, four months of messing with tech and mastering the art of cPanel, WHM and WHMCS, I stopped because I didn&#8217;t have any customers. Why pay 40 bucks a month if you&#8217;re not making any money, right? Didn&#8217;t make sense. So I was like, well, I need to figure out a different way to provide hosting. I came across something in Linode called Bash. Bash scripting.</p>\n\n\n\n<p>I did a little Googling, looked at some images, and I&#8217;m like, okay, it&#8217;s coded. I&#8217;m not a coder. How am I going to do this? And I went back and looked at cPanel, because I had installed it one day and I noticed that the word Bash was in their installation command. And I was like, what the hell is Bash? And what is it doing in this command?</p>\n\n\n\n<p>So Google, Google, Google. I discovered some commands, curl, Wget in Linux, all the stuff, and realised that I could pull a file down from the internet and run it as Bash. I was like, this is wicked cool. And I wanted to be able to deploy WordPress, but I wanted to be able to provide it to somebody else so that I didn&#8217;t have to deal with the server side. I wanted to be able to give them a script and say, you can download this script, click a button, add your domain, make sure your DNS is set up and you&#8217;re golden. And I was like, this is cool.</p>\n\n\n\n<p>But then I realised like, I need a way to deploy WordPress because I can&#8217;t use Linode because then I&#8217;m doing it. I don&#8217;t want to help them get to where they need to be because I don&#8217;t know how. So how do I offer WordPress hosting in a manner that they can do it in a session that they can understand? So what I ended up doing was I discovered Docker.</p>\n\n\n\n<p>[00:28:35] <strong>Nathan Wrigley:</strong> You have been everywhere.</p>\n\n\n\n<p>[00:28:36] <strong>Anthony Jackson:</strong> I discovered Docker, and I was like, okay, this is overwhelming, right? Docker Hub, command line. I installed my first WordPress image and I saw the welcome screen. So what we know as WordPress, when we log in, we just log in with our credentials and we&#8217;re good. This brought me to the actual installation screen of WordPress. Pick your language. And I was like, oh, this is where it really begins, right?</p>\n\n\n\n<p>So when I discovered Docker, I found the first image and I launched my first instance of WordPress using Docker, and it was local. And I went to go do everything and it said, error, database not found. I was like, this isn&#8217;t good, because I knew that the database was the core, right?</p>\n\n\n\n<p>So I learned in Docker how to set up a database with my SQL. And after some serious frustration around coding YAML files, I got with a guy on Fiverr and I said, listen, I said, I need you to make me a script.</p>\n\n\n\n<p>I need a Docker install that can install WordPress, have a database, and also be able to get an SSL on the domain, because adding SSLs in Linux is a pain in the butt. I don&#8217;t know if you&#8217;ve ever been down this road. One of the biggest things about cPanel and the shared hosting is the automatic SSL feature is flipping amazing. It&#8217;s one of the things you&#8217;ll fall in love with, because your site has to be secure for multiple reasons.</p>\n\n\n\n<p>But regardless, he ended up using something called Caddy server. Reverse proxies, all that stuff. He ended up just creating the script. And he goes, just run it. I&#8217;m like, how do I run it? I have no idea. He&#8217;s like, just make a file, do this. And I put the code in and all of a sudden I hit enter and this thing started running. It started updating packages, and servers, installing Docker, Docker Engine, Docker Compose, running and running and running and running. And I&#8217;m just watching it running. My eyes are just lighting up the whole time. I&#8217;m like, oh my God, what is doing?</p>\n\n\n\n<p>[00:30:14] <strong>Nathan Wrigley:</strong> It&#8217;s like watching the Matrix or something, isn&#8217;t it?</p>\n\n\n\n<p>[00:30:17] <strong>Anthony Jackson:</strong> It would pause, it would extract, it would unzip files. I thought it was broke. I restarted like seven times. And all of a sudden it stopped, Nathan, and said, your WordPress instance is ready, go here. And I was like, no way. No way. And I&#8217;ll be damned, man. I clicked the link and there it was on my own domain secure, and I was blown away.</p>\n\n\n\n<p>I didn&#8217;t even log in because I knew it right then and there that I could deploy WordPress and everything would be fine, right? And so I saw this WordPress and I was like, oh my God, I just deployed WordPress in minutes, not hours, on my own server with nearly no technical knowledge.</p>\n\n\n\n<p>[00:30:51] <strong>Nathan Wrigley:</strong> I don&#8217;t know, I think you&#8217;ve acquired quite a lot of technical knowledge on the way.</p>\n\n\n\n<p>[00:30:55] <strong>Anthony Jackson:</strong> Well, thank God, right? Because running that script was extremely challenging, but I was just, you know that moment when you discover something and you&#8217;re clapping and you&#8217;re smiling and you&#8217;re putting your hands over the air? I was clapping away. That&#8217;s where my mind was at. And when I did that, that&#8217;s when the business really started, because I wanted to be able to offer WordPress hosting without having to worry about the sys admin stuff. So I figured if I just provided a script.</p>\n\n\n\n<p>So now I have a script that&#8217;s made in Bash that you just copy and paste a command and the script runs and does what it needs to do. All you need to do is just add your A record for the DNS and your SSL and you&#8217;re good to go.</p>\n\n\n\n<p>[00:31:28] <strong>Nathan Wrigley:</strong> So is that, dare I ask, is that where you&#8217;re at now? Or is there another sort of, I don&#8217;t know, you just sort of, quick, pivot left? Is there something else coming?</p>\n\n\n\n<p>[00:31:36] <strong>Anthony Jackson:</strong> No, there&#8217;s more. So Bash is kind of where I stopped. I didn&#8217;t really learn Bash, but as you know there&#8217;s a lot of drama in the WordPress community, and it seems to shine on X. And I made a decision that it&#8217;s going to be really hard to market because of all the competition with WordPress. And I kind of stopped.</p>\n\n\n\n<p>And so the business now, this is where I&#8217;m at, I&#8217;m creating Bash scripts for popular open source applications. Because if there&#8217;s one thing that I&#8217;ve learned through my journey with WordPress and learning servers and Linux, it&#8217;s that the open source community is so powerful. Your privacy, your focus, your respect, your content, your everything is so important. So I&#8217;m actually creating Bash scripts that automate the process of those popular open source applications like WordPress, Plausible Analytics, Nextcloud, all those popular ones.</p>\n\n\n\n<p>I&#8217;m in the process of making scripts for all those, and it makes the process easy because when I first started deploying open source applications, my biggest challenge was the documentation. Trying to understand it, trying to read it, trying to make sense of it. And when I saw that WordPress script run, man, I was like, oh my God, I can make anything run, and now I&#8217;ve got five scripts.</p>\n\n\n\n<p>[00:32:46] <strong>Nathan Wrigley:</strong> And so is that going to be the business in the future there? Where you come along and you, I don&#8217;t know, you want Moodle or something, or you want Joomla or WordPress or whatever it may be, and you&#8217;ve got a script which you basically just put it on your server, run it, find the path to it, run it, and you&#8217;re off to the races.</p>\n\n\n\n<p>That&#8217;s an interesting business model and not one, well, I mean, obviously, that business model is encapsulated in many, many, many hosting companies and hosting solutions like cPanel and what have you, but yours is going to be just, buy the script, off me, run the script, and then you&#8217;re on your own.</p>\n\n\n\n<p>[00:33:16] <strong>Anthony Jackson:</strong> Because the biggest issue that I&#8217;m finding with people, it&#8217;s not so much the command line, it&#8217;s tying the SSL into it. And a lot of people are hosting these open source applications locally, but there&#8217;s a problem with that. There&#8217;s a big problem. We talked about at the very beginning of this podcast episode, it&#8217;s not on the internet. It&#8217;s local to your computer, nobody can see it.</p>\n\n\n\n<p>What Caddy does is creates that reverse proxy and puts it on your own domain so that the world can see it. It solves a big problem. Because Linux is so big, you not only have to learn the operating system. You not only have to learn the command line. You&#8217;ve got to learn the commands itself. You&#8217;ve got to have serious patience. You&#8217;ve got to be able to do a lot of things to get to where you need to be with Linux to be comfortable.</p>\n\n\n\n<p>These scripts make it super easy. Literally, like you point your A record, you let it propagate, you press a button and it goes. And I went as so far to this, this is really cool, I had someone else create a script that secures your server as well. So when you run this WordPress script it disables root login, it does all the security best practices, uses public key authentication, the whole nine yards. Then it installs Docker, Docker Compose, Docker Engine, runs the file, runs Caddy, installs WordPress, and you have a secure server set up in 10 minutes with your own WordPress instance on the internet ready to go.</p>\n\n\n\n<p>[00:34:27] <strong>Nathan Wrigley:</strong> Yeah, I remember the famous five minute install for WordPress, but this is more like five minute install for all the stack. Click the button, go off, make yourself a coffee, and by the time you&#8217;ve come back everything is done. That&#8217;s so interesting.</p>\n\n\n\n<p>[00:34:40] <strong>Anthony Jackson:</strong> There&#8217;s a couple of manual processes because of the way the script is built. But if you have a technical background, you&#8217;re good to go. And one of the reasons I did this, Nathan, was because I realised there was no support as we discussed, right? Well, I didn&#8217;t know everything about Linux. There&#8217;s no way I could be a system admin, no way in hell.</p>\n\n\n\n<p>So I wanted to make a way to where I could give it to someone and say, hey, here it is. Heads up, we&#8217;re not responsible. This is your server. You break it, you fix it. I&#8217;m here to give you the script, I&#8217;m here to troubleshoot why it&#8217;s not working and that&#8217;s it.</p>\n\n\n\n<p>[00:35:10] <strong>Nathan Wrigley:</strong> Yeah, you&#8217;re just the beginning. You are the first step on the journey, and then it&#8217;s hands off from your perspective, and then it&#8217;s over to you. I&#8217;ve got it.</p>\n\n\n\n<p>[00:35:17] <strong>Anthony Jackson:</strong> The scripts are all one-time fees. So you own it, do whatever you want with it. Remodify it, I don&#8217;t care. Make it better, improve it.</p>\n\n\n\n<p>[00:35:22] <strong>Nathan Wrigley:</strong> Where do you sell them then? How has that as a business idea gone down? Have you managed to find customers for that?</p>\n\n\n\n<p>[00:35:28] <strong>Anthony Jackson:</strong> I have not found customers yet. That&#8217;s part of the reason I&#8217;m on here, to help get exposure. I&#8217;m still trying to kind of validate the business idea. Anybody that knows anything about Bash scripts knows that they&#8217;re not sold. They&#8217;re free. I&#8217;ve put a lot of money into having these things created for me, so I want to get a little bit of return on them.</p>\n\n\n\n<p>And they&#8217;re not, I mean, the WordPress one is 27. It&#8217;s nothing crazy. You can deploy WordPress as many times as you want, SSLs, et cetera. It&#8217;s a slow process. I&#8217;m very much, my business in a phase where I&#8217;m building my audience. I&#8217;m trying to find out who that audience is, what their pain points are, what their problems are. And things will probably progress from there. So right now my biggest challenge is just trying not to learn anything else because I&#8217;ve learnt so much.</p>\n\n\n\n<p>[00:36:11] <strong>Nathan Wrigley:</strong> Yeah, it would seem that your history is littered with, well, not dead ends, but kind of temporary dead ends where it leads you to the next thing, and it leads you to the next thing. But actually the thread running through your story that I&#8217;m picking up is that each time you drop a piece of technology and move on to another one, it&#8217;s kind of elevating you towards something a bit more difficult.</p>\n\n\n\n<p>The technologies that we&#8217;re using at the beginning, the next one was a little bit more difficult to manage, and the next one, and the next one, and the next one. And it was that inexorable kind of rise to now where you are doing the full nine yards in this one script. That&#8217;s really interesting. What a fascinating story.</p>\n\n\n\n<p>I tell you what, you have more patience than I have. And I don&#8217;t know how many times you&#8217;ve thrown things at walls, but I suspect if it was me, it would&#8217;ve been quite a few. When those moments of clarity that I don&#8217;t really know what&#8217;s going on here, but I&#8217;m going to persevere. Remarkable.</p>\n\n\n\n<p>We kind of hit the sweet spot in terms of time. So we&#8217;ll sort of wrap it up. What a fascinating journey. I love that story. Tell me, Anthony, where would people find what it is that you are mentioning here, these Bash scripts? Where would we find those? And then another question, very much the same really is, where would we find you? Where do you hang out online, and where could people discover you?</p>\n\n\n\n<p>[00:37:19] <strong>Anthony Jackson:</strong> So my primary home is x.com. I really like X. You can visit my bio, there is a link to the website. Please note the website is being updated from what it is to something else. I was going to do the whole WordPress thing, but things changed a little bit. So I&#8217;ll leave you a link, Nathan, with a link to the shop and you can take a look at the scripts and decide if you want to purchase one. If you do, just know that I truly appreciate your support. Running a small business is extremely challenging on a very tight budget.</p>\n\n\n\n<p>I really feel that this is something that can help a lot of people get where they need to be because there&#8217;s a lot of digital scams in the world. And the one script that I love that I have is the Nextcloud script. And I love the fact that I can store my data securely and not have to worry about privacy and my data being sold. So if you&#8217;re looking for an alternative to keep your stuff safe, definitely a robust option.</p>\n\n\n\n<p>So I&#8217;ll send you a link, Nathan, to the scripts. I&#8217;m still in the middle of updating links and things like that. I&#8217;m just excited to finally have it off the ground and finally have a business after learning nine different technologies in a matter of two years.</p>\n\n\n\n<p>[00:38:17] <strong>Nathan Wrigley:</strong> It sounds like a lot. So what I&#8217;ll say is, when Anthony sends me the link, I will embed it into the show notes. So if you head to wptavern.com/podcast, if you search for Anthony Jackson, then you&#8217;ll be able to find that episode and I will make sure that all of the links that he sends me finally end up on the show notes over there.</p>\n\n\n\n<p>What a fantastic and interesting story. Anthony Jackson, I really hope that your endeavor, all of that hard work pays off. Good luck for the future. Thanks for joining me on the podcast today.</p>\n\n\n\n<p>[00:38:46] <strong>Anthony Jackson:</strong> It was great to meet you, Nathan. Thank you everyone for listening. I hope you enjoyed this story. I hope that it inspires somebody. Technology is an amazing thing. Remember, never fear it, always, always embrace it. It can take you places you&#8217;ve never imagined.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/wphasslefree\">Anthony Jackson</a>.</p>\n\n\n\n<p>Anthony is a true technophile whose journey has been shaped by a constant pursuit of understanding new technologies. From a young age, Anthony&#8217;s curiosity about technology laid the foundation for a lifetime of exploration. Starting from modest beginnings in computer repair, he steadily transitioned into the world of WordPress, and the complexities of server management.</p>\n\n\n\n<p>This episode really is a story, the story of trying new things, being creative and always following curiosity, wherever it may lead.</p>\n\n\n\n<p>Anthony talks about his early experiences, describing the moment computers first sparked his interest, and the subsequent path he charted in the technology space. Despite hurdles and frustrations, particularly with initial web development and WordPress hosting, his story is a testament to determination and resilience. As you’ll hear Anthony learned the ropes of many technologies, from grappling with CSS for website customisation, to exploring cloud computing and the command line in Linux.</p>\n\n\n\n<p>His journey took a big turn when he discovered automated Bash scripts that facilitate the deployment of open-source applications like WordPress. This is what Anthony is doing right now, but you’re going to hear many stories of different pathways that led to this situation.</p>\n\n\n\n<p>Throughout the episode, Anthony sheds light on his philosophy of embracing technology. He speaks about the numerous technologies he&#8217;s explored, the trials he faced along the way, and the value of cultivating his technical skills. With his Bash scripts ready to streamline server setups and deployments, Anthony envisions a future where technology is not just a tool, but a powerful ally for businesses and personal projects alike.</p>\n\n\n\n<p>If you’re keen to hear some inspirational stories about overcoming tech challenges, resilience and learning, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wphasslefree.com/\">Anthony&#8217;s website</a></p>\n\n\n\n<p><a href=\"https://www.elegantthemes.com/gallery/divi/\">Divi</a></p>\n\n\n\n<p><a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a></p>\n\n\n\n<p><a href=\"https://elementor.com/\">Elementor</a></p>\n\n\n\n<p><a href=\"https://www.cpanel.net/\">cPanel</a></p>\n\n\n\n<p><a href=\"https://www.linode.com/\">Linode</a></p>\n\n\n\n<p><a href=\"https://www.whmcs.com/\">WHMCS</a></p>\n\n\n\n<p><a href=\"https://www.docker.com/\">Docker</a></p>\n\n\n\n<p><a href=\"https://hub.docker.com/\">Docker Hub</a></p>\n\n\n\n<p><a href=\"https://yaml.org/\">YAML</a></p>\n\n\n\n<p><a href=\"https://caddyserver.com/\">Caddy Server</a></p>\n\n\n\n<p><a href=\"https://plausible.io/\">Plausible Analytics</a></p>\n\n\n\n<p><a href=\"https://nextcloud.com/\">Nextcloud</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Gutenberg Times: Getting ready for WordCamp Asia 2025 in Manila, Philippines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://gutenbergtimes.com/getting-ready-for-wordcamp-asia-2025-in-manila-philippines/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15919:\"<p>Promoted as the <em>premier open-source summit of Asia</em>, <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia 2025</a> will take place from February 20 to 22nd, 2025 in the great capital of the Philippines, Manila. The organizing team has published a ton of information over the last four months. If you, like me, are more a just-in-time preparer it might be overwhelming to get through all the posts and see the forest for the trees.</p>\n\n\n\n<p>First things first: If you haven&#8217;t purchased your ticket, it&#8217;s high time. You need to <a href=\"https://login.wordpress.org/register?locale=en_US&redirect_to=https%3A%2F%2Flogin.wordpress.org%2F%3Ffrom%3Dasia.wordcamp.org%26redirect_to%3Dhttps%253A%252F%252Fasia.wordcamp.org%252F2025%252Flp%252F%26locale%3Den_US\">register for a WordPress.org account</a> and login, before you can buy a ticket.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://asia.wordcamp.org/2025/tickets/\">Get your ticket now! </a></div>\n</div>\n\n\n\n<p>The <em>WordCamp Asia 2025</em> is not one event but three: <a href=\"https://asia.wordcamp.org/2025/contributor-day/\">Contributor Day</a>, a<a href=\"https://asia.wordcamp.org/2025/schedule/\"> conference with talks, and workshops</a>, and <a href=\"https://asia.wordcamp.org/2025/youthcamp/\">YouthCamp</a>, with a schedule for kids 8 &#8211; 17 years old. It will happen at the Philippines International Convention Center (PICC). That&#8217;s also where the <strong>After Party </strong>will take place on Saturday night that concludes this marvelous event. </p>\n\n\n\n<p>I like to get at least a few days of sightseeing in before I enter the convention center for all the fantastic WordCamp activities. The two posts from the local organizing team about <a href=\"https://asia.wordcamp.org/2025/ultimate-guide-philippine-culture-travel-etiquette-phrases/\"><strong>Philippine Culture</strong></a> and <a href=\"https://asia.wordcamp.org/2025/guide-to-filipino-food/\"><strong>Filipino Food</strong></a> gave me a great insight into what I can expect and how I can blend in. Or at least don&#8217;t make a fool out of myself and others. <a href=\"https://bsky.app/profile/bph.social\">I&#8217;ll share photos on Bluesky</a>.</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Hey friends! 🌴✨ Get ready for an epic adventure at&nbsp;<strong>WordCamp Asia 2025</strong>&nbsp;in vibrant Manila!</p>\n\n\n\n<p>I’ll be diving deep into the WordPress universe – hanging out at Contributor Day (February 20th) and rocking both conference days (February 21-22nd). Want to connect? I’m totally open to grabbing&nbsp;<strong>coffee, lunch, or catching up</strong>&nbsp;between sessions at the Philippine International Convention Center.</p>\n\n\n\n<p><a href=\"https://bit.ly/bph-wcasia\">Check out my public calendar</a>&nbsp;and snag a slot – let’s turn this tech gathering into an unforgettable networking experience! Can’t wait to swap stories, share insights, and soak up the incredible WordPress community energy in the Philippines. Who’s in? 🚀🇵🇭 #WordCampAsia2025</p>\n</div></div>\n\n\n\n<p>It&#8217;s not all about grinding away! Alongside the <strong><a href=\"https://asia.wordcamp.org/2025/after-party/\">After Party</a></strong>, sponsors have got some cool <a href=\"https://asia.wordcamp.org/2025/side-events/\"><strong>Side events</strong></a> lined up. Check out the list to see how you can join others for a fun run, a chill sunset hangout, Google&#8217;s Site Kit plugin workshop, or Omnisend&#8217;s agency meetup.</p>\n\n\n\n<p>Just today, WooCommerce announced its <a href=\"https://www.eventbrite.com/e/woo-community-meetup-wcasia-2025-registration-1226560478409?aff=oddtdtcreator\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Woo Community Meetup @ WCAsia 2025</strong></a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<img width=\"652\" height=\"434\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Contributor-Day-WordCamp-Asia-2024.jpg?resize=652%2C434&ssl=1\" alt=\"Contributor Day at WordCamp Asia\" class=\"wp-image-37621\" />NATIONAL THEKTE PIRAUR\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2025/contributor-day/\"><strong>Contributor Day</strong></a> is always such a fun kickoff for me at a regional WordCamp. I finally get to hang out with the folks I&#8217;ve been teaming up with on Slack and GitHub for years, and now we can actually chill face-to-face. Some of them are old pals, while others are fresh faces who are already making waves in the open-source scene. Plus, it’s a lot easier to catch up with friends before we’re all swamped by 2,000 more people flooding into the conference center—otherwise, it’s just a nod, a smile, and a quick wave as we pass by each other!</p>\n\n\n\n<p>Make sure you check out the chance to connect with a <a href=\"https://asia.wordcamp.org/2025/human-library-books/\"><strong>Book in the Human Library</strong></a>! This awesome event lets you chat face-to-face with “<strong>Human Books</strong>,” folks who have some pretty amazing stories, unique viewpoints, and cool skills to share. You can ask me anything about Site Editor, Playground, Block development and contributing. My time slot is from 10:30 am to noon (12).</p>\n\n\n\n<p>If you have a hard time selecting one of the 20 team tables, check out our&nbsp;<a href=\"https://make.wordpress.org/contribute/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Contributor Wizard</strong></a>&nbsp;. It is a step-by-step wizard to help you decide which team might be a good fit for you!&nbsp;</p>\n\n\n\n<p>On Contributor Day, you will find me at the <strong>Test Team table</strong>, and I will enjoy working with the table leads <strong>Krupa Nanda</strong> and <strong>Olga Gleckler</strong>.</p>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-f1b325b7cd203bbfaf0660781c26212b\">🚨 <strong><em>Note:</em></strong><em> Appropriate attire is required for entry to PICC. Guests wearing shorts, undershirts (sando),or slippers/flip-flops will not be allowed to enter. PICC reserves the right to refuse entry to any person who is not appropriately </em>dressed.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Selected talks from the presentation schedule</h2>\n\n\n\n<p>The WordPress community totally crushed it with over 250 proposals for talks and workshops! We’ve got three tracks lined up, and if you can’t swing by, no worries—everything will be livestreamed on YouTube. Since everyone’s got their own interests, it’s tough to pick just a few talks to mention in one go, so I&#8217;m sticking with my own favorites. All in all, the program team has put together a <a href=\"https://asia.wordcamp.org/2025/schedule/\">fabulous schedule</a> featuring <a href=\"https://asia.wordcamp.org/2025/speakers/\">awesome speakers</a> and cool topics. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Friday, February 21, 2025</h3>\n\n\n\n<p><strong>Matias Ventura</strong> kicks off the talks with his <a href=\"https://asia.wordcamp.org/2025/session/keynote/\"><strong>Keynote about the future of WordPress and Gutenberg.</strong></a>Ventura has been the lead architect of the Gutenberg project.  <em>TIL<a href=\"https://gutenbergtimes.com/feed/#79eea268-d46c-461a-8637-58e2a4c62d19\">1</a> that Ventura was one of the co-designers of the <a href=\"https://wordpress.org/themes/twentyeleven/\">Twenty Eleven default theme</a>.</em></p>\n\n\n\n<p>The rest for Friday morning I will spend at <a href=\"https://asia.wordcamp.org/2025/session/the-block-developer-cookbook-wc-asia-2025-edition/\"><strong>Ryan Welcher&#8217;s Workshop: The Block Developer Cookbook</strong></a>. Welcher collected a few more real life examples on how to tackle topics like block transforms, adding editorial notes, creating a custom format and more. This year, I hope the keynote won&#8217;t go over, so everyone interested in the workshop has the opportunity to start it at the beginning.</p>\n\n\n\n<p><strong>Christy Nyiri</strong>, design lead at Special Project&#8217;s at Automattic, talk is next on my list. <a href=\"https://asia.wordcamp.org/2025/session/redefining-wordpress-design-innovating-block-themes-on-automattics-special-projects-team/\"><strong>Redefining WordPress Design: Innovating Block Themes</strong></a>. Nyiri will showcase front and back end of a range of websites, highlighting how the team uses the latest WordPress feature to push the boundaries of block theme design. </p>\n\n\n\n<p>On the re-run, I will watch <strong>Abhishek Rijal</strong>&#8216;s lightning talk on <a href=\"https://asia.wordcamp.org/2025/session/getting-started-with-wp-interactivity-api/\"><strong>Getting started with the Interactivity API.</strong></a> The senior software developer from Awesome Motive, explores the new possibilities this API brings to your Gutenberg blocks. I heard from quite a few developers who have a hard time finding a use case for the new API. </p>\n\n\n\n<a href=\"https://asia.wordcamp.org/2025/session/wordpress-speed-build-challenge/\"><img width=\"652\" height=\"368\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Speed-build-challenge-WordCamp-Asia-2025.jpg?resize=652%2C368&ssl=1\" alt=\"\" class=\"wp-image-37631\" /></a>\n\n\n\n<p>The <a href=\"https://asia.wordcamp.org/2025/session/wordpress-speed-build-challenge/\"><strong>WordPress Speed Build Challenge</strong></a> between <strong>Nick Diego </strong>and <strong>Jessica Lyschik,</strong> hosted by <strong>Jamie Marsland</strong>, starts us into the afternoon of the first day. If you are in Manila, I highly recommend being in the room for this spectacle! <a href=\"https://asia.wordcamp.org/2025/open-your-possibilities-by-learning-from-the-experts-wordpress-speed-build/\">See also the article in the news</a> </p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-image\">\n<img width=\"652\" height=\"652\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Do-the-woo-icon.jpg?resize=652%2C652&ssl=1\" alt=\"\" class=\"wp-image-37630\" /></div>\n\n\n<p class=\"has-light-background-background-color has-background\">I’m wrapping up my first day by hanging out with <strong>BobWP</strong> and some other cool hosts from the <strong><a href=\"https://dothewoo.io/\">Do The Woo Network</a></strong> at their sponsor booth. I’d totally love to see you there between 2 and 3 pm. Swing by and say hi! Can’t wait to meet you!</p>\n</div></div>\n\n\n\n<p>The rest of the afternoon, I’m planning to wander around the <a href=\"https://asia.wordcamp.org/2025/sponsors/\">Sponsor hall</a> and chat with everyone at the booths. I’m truly interested to see which AI tools have popped up in the WordPress scene and what cool new products the plugin developers have come up with.</p>\n\n\n\n<img width=\"652\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Sponsor-hall-2024.jpg?resize=652%2C435&ssl=1\" alt=\"Sponsor hall WordCamp Asia \" class=\"wp-image-37629\" />Photo by Ryonosuke Kaneko\n\n\n\n<h3 class=\"wp-block-heading\">Solutions Spotlight</h3>\n\n\n\n<p>Another kind of presentation is listed under <a href=\"https://asia.wordcamp.org/2025/solutions-spotlight/\"><strong>Solutions Spotlight</strong></a>;  short presentation from selected sponsors. Here is the schedule as of today. It might fill up more as we get closer to the event. </p>\n\n\n\n<img width=\"652\" height=\"236\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-05-at-13.55.41.png?resize=652%2C236&ssl=1\" alt=\"\" class=\"wp-image-37620\" />\n\n\n\n<h3 class=\"wp-block-heading\">Saturday, February 22, 2025</h3>\n\n\n\n<p>After breakfast, I&#8217;m kicking off my Saturday with <strong>Riad Benguella</strong>&#8216;s talk on the <a href=\"https://asia.wordcamp.org/2025/session/dataviews-and-dataforms-the-future-of-structured-content-in-wordpress/\"><strong>new DataViews and DataForms and the future of structured content in WordPress</strong></a>. Benguella&#8217;s gonna share the story of how these two cool APIs came to be and give us the scoop on how they’ll fit into the wp-admin redesign project, plus what we can look forward to down the line.</p>\n\n\n\n<p><strong>Autumn Fjeld and Candy Tsai</strong> are going to take the audience on a fun ride into <strong><a href=\"https://asia.wordcamp.org/2025/session/content-modeling-custom-post-types-and-custom-fields-in-the-block-editor/\">Content Modeling, Custom Post Types, and Custom Fields.</a></strong> Both of them have been playing around with block bindings and patterns. They’re aiming for a totally Editor-based way to manage custom data, and they even thought about creating a “take it to go” data model plugin. I mean, who else is wondering: is there life after the Advanced Custom Fields plugin?</p>\n\n\n\n<p>Alongside the Data Model talk, <strong>Isotta Peira</strong> and <strong>Hari Shanker</strong> will chat about <a href=\"https://asia.wordcamp.org/2025/session/wordpress-contributions-building-a-transparent-system-for-a-stronger-community/\"><strong>WordPress Contributions: Building a Transparent System for a Stronger Community</strong></a>. It’s a topic I really care about, so I might just head over there instead and catch the other talk later on YouTube.</p>\n\n\n\n<p>After the lunch break I will get ready for my presentation to <a href=\"https://asia.wordcamp.org/2025/session/create-a-demo-with-playground/\"><strong>Create a demo with Playground</strong></a>. I chatted the other day with <strong>Roger Williams</strong> of Kinsta about the talk. </p>\n\n\n\n\n\n\n\n<p>The last speaker slot goes to <strong>Matt Mullenweg</strong> who might again hold an AMA. So prepare your questions. </p>\n\n\n\n<div class=\"wp-block-cover alignwide is-light has-parallax is-repeated\"><div class=\"wp-block-cover__image-background wp-image-37639 size-large has-parallax is-repeated\"></div><span class=\"wp-block-cover__background has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size\"></p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<img width=\"652\" height=\"490\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Matt-Mullenweg-WordCamp-Asia-2024.jpg?resize=652%2C490&ssl=1\" alt=\"Matt Mullenweg at WordCamp Asia\" class=\"wp-image-37634\" />Photo by chiharu nagatomi\n</div></div>\n</div></div>\n\n\n\n<p>The <strong><a href=\"https://asia.wordcamp.org/2025/after-party/\">After Party</a></strong> will be a great place to unwind from three days of the WordCamp and to make more new friends at a true Filipino fiesta.</p>\n\n\n\n<p>On Sunday, the folks from WordCamp Asia will head out all over the globe, bringing along all the good vibes, tons of community energy, fresh ideas, and new pals to team up with, united in the purpose of democratizing publishing with WordPress. As they take their experiences and inspiration back home, you can bet they&#8217;ll be sharing stories about the incredible sessions they attended, the amazing connections they made, and the innovative projects they’re excited to launch. Together, they’ll work on spreading knowledge and fostering a collaborative spirit, ensuring that the power of WordPress continues to thrive in communities everywhere.</p>\n\n\n\n<img width=\"652\" height=\"92\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/horizontal-long-rgb.png?resize=652%2C92&ssl=1\" alt=\"\" class=\"wp-image-37639\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2025 14:39:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: Woo Gets a Fresh New Look and a Bold Product Direction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/blog/woo-gets-a-fresh-new-look-and-a-bold-product-direction/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"Woo has unveiled a new branding identity, featuring a modern logo and colors, enhancing its support for over 4 million online stores while prioritizing customization and ownership.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2025 09:26:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 5.3.6 of the Akismet WordPress plugin is available now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284301\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://akismet.com/blog/version-5-3-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:751:\"<p>Version 5.3.6 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following&nbsp;improvements:</p>\n\n\n<ul class=\"wp-block-list\"><li>We&#8217;ve improved how the &#8220;Mark as Spam&#8221; and &#8220;Not Spam&#8221; API requests work, making them more useful for improving&nbsp;accuracy.</li>\n\n<li>The styles for the much&#8209;beloved Akismet widget have been&nbsp;modernized.</li></ul>\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins&nbsp;directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2025 21:11:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Do The Woo Community: Balancing Features and Focus: Avoiding Feature Creep with Bryce Adams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://dothewoo.io/balancing-features-and-focus-avoiding-feature-creep-with-bryce-adams/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"In this episode, Katie and Adam discuss feature creep in product development with guest Bryce Adams. They address balancing new features with core integrity and engaging customer support effectively.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2025 16:28:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Do The Woo Community: Marketing Across the Stages of Your Woo Biz with Emma Young and Adam Weeks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/marketing-across-the-stages-of-your-woo-biz-with-emma-young-and-adam-weeks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"In this episode, Emma and Adam discuss marketing strategies across business stages, emphasizing the importance of owned, earned, and paid media, audience understanding, and confident branding.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2025 13:54:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Gutenberg Times: Gutenberg Changelog #114 – Reflections on Gutenberg Times and Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=37567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-114-reflections-on-gutenberg-times-and-do-the-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48976:\"<p>As Gutenberg Times celebrates its 7th anniversary, we discovered an amazing coincidence: Bob Dunn, better known as BobWP, launched the DoTheWoo network in the exact same week back in 2018. Today, Bob and I take you behind the scenes to share the origin stories of our WordPress journeys, explore how key ideas took shape, and reveal the unexpected lessons we learned along the way.Today, Bob Dunn is the host, and I am Bob’s guest.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://dothewoo.io/\">Do The Woo</a></li>\n\n\n\n<li><a href=\"https://dothewoo.io/reflections-on-gutenberg-times-and-do-the-woo-with-birgit-and-bobwp/\">Reflections on Gutenberg Times and Do the Woo with Birgit and BobWP</a></li>\n\n\n\n<li><a href=\"https://bobwp.com/\">Bobwp.com</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/about-us/#why-gutenberg-times\">About us > Why Gutenberg Times</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, I&#8217;m here with one of my favorite people in the WordPress world. Well, actually outside WordPress. You may know her from Gutenberg Times. How are you doing today?</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, hey, Bob. Oh, that&#8217;s so sweet. Yeah, well, I remember that we did some luncheon in Torino, and there was outside the workroom, we were talking about so many other things. Yeah, well, I&#8217;m really glad that we can do the show together.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. So I happen to see, and I don&#8217;t know if you had mentioned it somewhere or something, and I saw that you were coming up on seven years or something like that. And I thought, well, I wonder when that is. And it was in January, the same as what we&#8217;ve just celebrated. So I thought, wow. Then we can say 14 years combined. It sounds even more impressive.</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, and if you do it times three, seven times three, it&#8217;s 21. That&#8217;s WordPress celebration. Yes, it&#8217;s the 21st.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>So I just thought we&#8217;d get on here and talk a little bit about, I don&#8217;t want to go into the whole journey, but some of the things maybe we&#8217;ve learned or whatever along the way. And I always wonder when somebody comes up with something, is it more or less a name that comes across in your brain, you think, oh, you just think of this and you wonder what I could do with that? Or is it a concept you have? I want to start this. I want to know which way you did it, and if it was what you wanted to do first—the concept of the idea—and then how did you come up with the name? Was it easy to come up with?</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, yeah. So I started at the end of June 2017 to curate news about this new thing that everybody hated—kind of the block editor. And I said, it can&#8217;t be that everybody hates it, but it&#8217;s really amazing and it&#8217;s going to be changing WordPress so much. And I saw it at WordCamp Europe in Paris, and it was kind of a really great—it wasn&#8217;t a live demonstration; it was just kind of a video showing how you do blocks and how you can add &#8217;em to a post and all that. It was very early on. I think the first Gutenberg commit on GitHub was just in February, four months earlier. So it wasn’t really, but it was absolutely fascinating to me. And I wanted to learn what other people do with it, what the plugin developers—if they are interested in it—what they&#8217;re talking about, what the developers are talking about, and where this is going and what the new features are. And I was really trying it out and seeing what’s coming up, and I wanted other people to know about it.&nbsp;&nbsp;</p>\n\n\n\n<p>So I put a Storyfy out. I dunno if some of you might remember Storyfy. That’s kind of a curation tool where you can embed things like posts and pictures and have just a running list of things. And that was very easy to do. And just when they published a blog post or showed off one of the little things that they found cool about the block editor or where a new feature was showcased, I just put it into the Storyfy. And there was up until probably October of 2017, and then I heard the news: Adobe had bought Storyfy and announced that they would end its life in May of 2018.&nbsp;&nbsp;</p>\n\n\n\n<p>I said, well, I&#8217;m not going to wait that long. I need to put it on a website. Well, I’m a web developer. There was this fun thing, WordPress; I should use that. It&#8217;s kind of the first one of many lessons I learned: that you have to put it on your own grounds and not do it on rented land.&nbsp;&nbsp;</p>\n\n\n\n<p>So I thought about it, and then I also had some requests from users in the space that they would like to have a newsletter—like an email newsletter that comes every week or something like that—because they cannot always go to a page. It’s just something new, typical publishing problems that people are not coming to your website to see what&#8217;s new. You need to pull &#8217;em over there. And so that was kind of the thing that came together.&nbsp;&nbsp;</p>\n\n\n\n<p>Because it was all about Gutenberg, I kind of just thought about, okay, what are names of things? And Gutenberg Times came up. Somebody else at the same time had a Gutenberg Hub—that was Munir Kamal—and then there were other people out there. But I really liked the Gutenberg Times kind of name, and it was available. So I registered it in January of 2018, and that&#8217;s how it came about. Then I migrated all the Storyfy updates into the site, and it took a while and I had some people to help me with that. And then I started the newsletter. It was actually pretty easy to kind of follow along because it was kind of that vision that I had.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, for sure. Mine was kind of erratic when I started focusing. I think I actually dabbled in WooCommerce when it first came out—2011 or something like that. I think it was 2011, I’m pretty sure. Anyway, so I was writing a lot of stuff about it. I actually found on my blog, when I was more into affiliates, people were more willing to buy and spend for their e-commerce site on the plugin. So I just started writing about it, and I did a podcast in 2014 for a little over a year called *The WordPress Breakdown*.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>What?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>*The WordPress Breakdown.* And I did it with kind of a twist on words. I was breaking down stuff, but then some of them had a WordPress breakdown.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, it’s troubleshooting.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>And what I did basically was I was just doing 15-20 minute podcasts with just myself. I was talking about plugins or themes and stuff like that—some of the stuff I came across. I did it for, like I said, about 13 or 14 months. And it was just becoming&#8230; I just felt like this is boring. I&#8217;m on there by myself. I&#8217;m talking about this stuff, and it’s really stuff I’m already writing about, and I’m just kind of regurgitating it now through a microphone. And I thought, okay, I’m just going to quit it. I stopped it and I told myself that I wouldn’t start something until I had a really good idea.&nbsp;&nbsp;</p>\n\n\n\n<p>So in 2016, I thought of *Do the Woo*. I thought, okay, what’s out there in the landscape? What would be good to talk about? And I thought, well, there’s really nothing that focused on WooCommerce. And I knew the team there. I knew a lot about it. And so I thought, well, why don’t I go ahead? I got the name. It was one of those things—I wanted something a little bit fun.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, definitely it is. But it’s also that creation in there—*Do the Woo.* I really love it.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>And so the name just came to me. So I contacted WooCommerce and I said, “I want to do this. Is it cool to have Woo in the name?” And so we kind of verbally agreed on it. And so I started that. And about three or four episodes into it, I thought, well, is there enough to talk about with just WooCommerce right now? So I actually changed it to *The WP eCommerce Show* and ran that for two to three years, did quite a bit with that. So I was talking about a lot of stuff, and it was a lot of Woo in it.&nbsp;&nbsp;</p>\n\n\n\n<p>Then in 2018, I decided to kick *Do the Woo* back up in January, and I was actually doing both podcasts at the same time. And it just was becoming too much. So I said, I’ve got to drop one of these. And the WP eCommerce seemed like the one to drop. And so I just took off with *Do the Woo* again. And by episode—I was just saying on the episode before we started doing this one—I think it was episode five, I had Brad Williams come in as co-host because I realized I needed a co-host. It was more fun, whether we have a guest or not. And then it just kind of went from there.&nbsp;&nbsp;</p>\n\n\n\n<p>And the interesting thing is, when I actually came up with the site itself, what, two, three years ago? Whenever. Because it was all done under BobWP.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>There&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>At that point, I wanted to get the domain, and *Do the Woo.io* was available. So I went back to Woo and I said, I wanted to buy this domain, but I’m stepping into another space here as far as having that in a domain. And so they said, “What was the agreement before?” And I can’t remember who it was at Woo, but we made an agreement—basically a verbal agreement—and they were cool with it and everything. But then when, like I said, I got the domain, it became a little bit more of a legal thing. So I negotiated with their attorney. They came up with a contract and something that was an agreement of what I could or couldn’t do, or should or shouldn’t do, or something like that. And it was perfectly fine. It was great. So I signed that, and then I was able to use that for the domain.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>It’s quite the journey.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah. Well, you know me too well. My journeys are never nice, straight, narrow journeys with nothing happening.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Nice, quiet, but that’s perfectly okay. You need to stay in the moment, and then all of a sudden creativity strikes.&nbsp;&nbsp;</p>\n\n\n\n<p>It was, so in April of 2019, I started thinking&#8230; I had a podcast in the nonprofit space. So all my life before that was nonprofit space. I had just founded three years earlier a nonprofit technology company—a 501(c)(3)—to help nonprofits with technology because the social justice people are not equipped in doing technology. It’s all self-taught, and they needed a little bit more strategic approach to it. And I was really helping, trying to help with that. And I had a show called *What’s New in NP Tech*, with Ruth, a co-host, and Jim O’Reilly. And he had this wonderful radio voice as well, and he was very polished.&nbsp;&nbsp;</p>\n\n\n\n<p>I’m more about talking off the cuff, starting sentences and never finishing them. And he was very polished. So it was a very good contrast. And I said, okay. And in 2018, he had to stop doing the podcast. And by 2019, I was missing that energy—that you have somebody to talk through things and what’s new and what you want to kind of try out and what’s the purpose of it, then why that and not that?&nbsp;&nbsp;</p>\n\n\n\n<p>So I thought, okay, Gutenberg has a two-week release cycle, and every time there’s so much in it beyond what’s in the release post. In the release post, the release lead—whoever leads it—highlights six, four, or five things, but there’s so much other stuff in there that might be good for developers or theme builders. So I talked with a design director from Automattic at that point, and asked if he would spend every two weeks, two and a half hours or something like that, on our changelog. We’d go through the changelog, highlight things that we want to talk about that are very important, and talk about more than the six things that are highlighted in the release post.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>And that was really fantastic to put it together. We had a certain rhythm to it; we had a certain outline. We also talked about what other people do in the space—if there was a great plugin coming along or a question from listeners. So that was really a great start. We started—I think the first, the zero episode—was in June 2019.&nbsp;&nbsp;</p>\n\n\n\n<p>Since then, I&#8217;ve had a most regular biweekly kind of rhythm. Mark Re did about 40 episodes with me, and then he left Automattic—that was, I think, December 2020 or something like that, after a year of the pandemic kind of thing, or January. And then Greg Ziolkowski from Poland, who was also a Gutenberg developer, kind of came on for another 25 shows or 20 shows.&nbsp;&nbsp;</p>\n\n\n\n<p>And then I started to rotate co-hosts, and that made it much more fun to think about what other people are doing in this space. Can I bring that into the show and still talk about the changelogs? Yeah. We had Tammie Lister and Fabian Kägy, Ryan Welcher, Nick Diego, or Peter Tasker. One show was actually also with Mathias Ventura when he had this new phase of the site editor to announce.&nbsp;&nbsp;</p>\n\n\n\n<p>And with all the phases in Gutenberg, we always had something to talk about. And it was funny—this friend with whom I did the previous podcast, he&#8217;s still a very good friend of mine—and he kind of had the question for me: “So you call it the Gutenberg Times, so when Gutenberg is done, what do you do then?”&nbsp;&nbsp;</p>\n\n\n\n<p>And I said, well, once Gutenberg is merged to Core, wouldn’t your site be completely obsolete? I said, no, I don’t think so. There are a lot of other things that are going to come along. But it was really interesting to see how that, in other people&#8217;s minds, kind of made it, okay, it’s done now. But we all know it’s not done.&nbsp;&nbsp;</p>\n\n\n\n<p>In December 2018, it came into Core. And what are we now, 2025? And we are still working on phase three of the Gutenberg project. So it was kind of interesting to see.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, I think a lot of people, they think of not an end in sight, but they don’t think of how to now twist it to this way or twist it to that way. Some people are very, I’m going to go to this point, and then this is the point I feel like there’s nothing else to be said, at least from my perspective.&nbsp;&nbsp;</p>\n\n\n\n<p>But you’re like me. I mean, when I had Brad come on—I don’t know how long it was just Brad and me—and then I had Jonathan Wold and Mendel Kurland from GoDaddy back then. They came on. So we started rotating because, again, like you said, it was fun. And then we were bringing in guests too.&nbsp;&nbsp;</p>\n\n\n\n<p>And then just after a while, I started thinking, well, could I build on this? And the more I got into it, the less I wanted to be on the podcast. I just thought—because it started coming to the point where it was, yeah, we’re talking about this and that and all these different things—but also I was seeing people that come on a podcast for the first time as a guest and, after, I mean, they were freaking out at the beginning. But then at the end, or later on, they said, “Wow, that was so much fun and stuff.” And I thought, well, I’d like to get more other voices and have other people talk about stuff, and pick out hosts to have their own specialty and their own knowledge and stuff.&nbsp;&nbsp;</p>\n\n\n\n<p>So it’s been kind of crazy. Some people look at me like&#8230;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. When did you start with the network of shows? Was that two years ago? Three years?</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Brad came on. Then, on January 9th, 2020, I brought Jonathan in, and Mendel came in. And then, I think it was January 30th, 2021, I brought Zach in, and Ronald joined. Then after that, I just kept thinking, how far can I take this?&nbsp;&nbsp;</p>\n\n\n\n<p>And then, I think it was when I actually launched it as its own site. I had somebody design it. And then after about two years of that, I started doing some other stuff, and I thought, I want to make this more of a—I want to call it, I don’t really know—a network, but a collection of shows with all these different people. So then I had to look at redesigning everything.&nbsp;&nbsp;</p>\n\n\n\n<p>But yeah, it was just&#8230; for me, I mean, I’m at a point where I’ve got to kind of just deal with what I have here now. And all the hosts are volunteers, so they always know. We’ve had a few that have had to leave for one reason or another. They’re getting busy with their business, and they just said, I don’t have the bandwidth anymore. And I say&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Thank you for what you’ve done. And I have a hall of fame on my post page and stuff for those that were on before and moved on. So it’s been very flexible with them, scheduling everything. Everybody’s busy and stuff, so we just kind of deal with stuff. We get things all scheduled in for a year, but then we move things around and people have times they can’t show up. Sometimes it’s a little crazy, but they all seem to enjoy doing it, and I’m lucky for that.</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, I have started rotating through. Well, I started to see, okay, the WordPress space is still a little bit more male-oriented, and I see it also in my audiences. Yeah, it’s all 65% male, between 35 and older, or it’s 80% on the podcast. I said, well, I guess I’m in a situation where I can actually also bring some more female voices, especially female engineer voices, to the space.&nbsp;&nbsp;</p>\n\n\n\n<p>And it’s a real joy for me to work with the engineers at Automattic, or other agencies, or other hosting companies. And I kind of want the person who comes on to not only be a one-time guest—if they want to, that’s okay—but if they are on multiple times, they get their own routine for that. And it’s much easier for them to say yes now than for the first time when they don’t really know what to expect.&nbsp;&nbsp;</p>\n\n\n\n<p>So I am really happy to have about 10 to 12 women engineers that kind of rotate through. Most of them are actually in the community. They’re all very knowledgeable about the subject anyway, but then they’ve also put in the grind in theme development or plugin development.&nbsp;&nbsp;</p>\n\n\n\n<p>So it’s really interesting to see what they do, and they bring a different perspective to the whole thing. When I was having a conversation with Greg, who is on the development team, I said, well, I could bring the user questions. What were you thinking? And then he would explain it quite nicely, and I learned a lot when talking with the volunteers—what software development is actually about. It’s&#8230; you have the architecture, but there’s so much behind the scenes that you can’t bring to the forefront. And if somebody says to content creators, it’s just, “What? Just change?” If I hear somebody say, “Well, it’s just an easy fix&#8230;” Yeah, that was kind of&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>What?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>&#8230;what I had when I was running my agency. It was never just an easy fix.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Never.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>It’s always more. Yeah. So it’s interesting to see and bring other voices in there.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. Yeah, definitely. I know for me, the hosting has always been&#8230; I try to keep some kind of balance in some way, but I’m also asking—the person has to be willing to commit. Somebody. I’ve approached a lot of different people, and a lot of people just don’t have the time to commit or they just don’t. And also, it does take a certain comfort level to be a host. I mean, you want to be able to do it.&nbsp;&nbsp;</p>\n\n\n\n<p>And if you’re almost on the edge just going in as a guest—I mean, I give them the benefit of the doubt. Some of them have come in a little bit reluctant, and they ended up just loving doing it after a bit. So it’s kind of&#8230; And yeah, it’s good. All the different voices. I mean, I’ve had a lot of guests on. I swear that probably 65%, 70%, or maybe it’s higher—I don’t know—are first-time podcast guests. They’ve never been on. And sometimes I have to talk them into it a little bit, and often they’re surprised how much they can talk when they don’t think they can, and they get going.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, it really depends on the questions.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, for sure.&nbsp;&nbsp;</p>\n\n\n\n<p>Want to be a hero when it comes to your clients? You’ve built a site, and now you want to make sure that with your client’s Woo shop, they are ensured that they have accurate sales tax rates in place, especially in case of an audit. Avalara is a leader in automating sales tax and compliance for businesses selling online, both big and small.&nbsp;&nbsp;</p>\n\n\n\n<p>If you’re setting up a new WooCommerce site, get your client set for sales. If you currently manage several client sites, it may be time to make that recommendation. Either way, get their WooCommerce extension and let your clients take advantage of a 60-day free trial. There are also great resources for either you or your clients on their site, where you can learn more about sales tax calculation, among other services like returns and exemptions. So for peace of mind, Avalara.com has you covered.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>I have found that everybody brings something to it, and even if they’re missing knowledge, you can fill that in a conversation. It fills knowledge gaps for other people who are listening. And so I always have appreciation for things that don’t go well because those are the most important moments when you learn things.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Exactly. And I never really had anything that didn’t go well. Sometimes it was just&#8230; yeah, we had one the other day where we had 20&#8230; that’s a horror story. If you have a rundown that’s 29 pages because you have a changelog from three plugin releases because you had a holiday break.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Oh, geez.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. That is kind of the horror story where you say, okay, you need a special guest for that, who deals with that. And even then, you sometimes get lost. Am I on page 15 or 25? Where am I? Because you scroll so fast. Yeah, we cut that out and regrouped and then came back to it. So it’s great.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I had somebody&#8230; a couple of times this happened. One of the guests didn’t get recorded in the track. It just wasn’t there. It looked like it was recording and everything. So when I went to play it back, they were out.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>It looked like it was recording and everything. So when I went to play it back, they were out. And I believe one time, one of the hosts actually said, “Well, send me the episode, and I’ll fill in those spots. I’ll listen to it, and then I’ll reply, and then I’ll see what I asked next.” And they did it, and it worked fine, but it was a nightmare for them. Then I had to go in and put everything in.&nbsp;&nbsp;</p>\n\n\n\n<p>But I did have a guest once, and I felt so sorry for them. We don’t do a lot of upfront questions on ours, and sometimes people will request it. And this plugin developer was really pretty nervous about being on. So I said, “Well, let me send you a few questions about what I’ll talk about.” Well, I could tell even when we started, it wasn’t for them.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>So brilliant.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>And I always tell my guests, if you need to start over on something, it’s recorded. So I’m not live. I can go in and edit. And this poor person actually had created the answers for all the questions and was reading them. But he was so nervous that when he was reading them, he kept stopping and saying, “Oh, I got to start over.” And I could just feel his tenseness. And I wanted to say, if this isn’t comfortable, but then I didn’t want to. So we did it. I went in and did some editing, and it turned out fine, but I felt for him.&nbsp;&nbsp;</p>\n\n\n\n<p>I thought, oh, I know that feeling when you think something might be easier for you or something, and you get in there and you just don’t have it in you or something. And I don’t blame them. There are a lot of people that just refuse to come on the podcast. They’ll just say, “Ah, no, I can’t do it.” And I’m like, “Yeah, cool.”&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, I take that no very seriously because you don’t want to&#8230; yeah. But the other part was the horror stories only start when I screw up.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, that’s when I did.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>So at the beginning, I think I missed the record button with my mouse, and we had to do the show again.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I had one of those.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>I think everybody has. But I have a very good editor who goes through that. She’s been a radio producer all her life, and she helps me with that. So now I just kind of record and record on QuickTime as a backup. So even if I screw up the Zoom recording&#8230; but now with Zoom, you actually get two tracks. And that’s really helpful because sometimes we just talk over each other. It happens when you’re in the moment and you want to—it’s something you’re excited about—then you talk over each other, and it’s hard.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I have a few people that have been that stuck almost. And I’ll shift tracks, then I shift them and stuff. And I did have the one that I forgot to record—it was when I was doing my other e-commerce podcast. And she ran this company that sold cosmetics, and she was in Ghana. And it was just—she had a Woo online store. That’s why I brought her on. But she would give jobs to local women to go out because they would have to get the ingredients for it. So she provided jobs for a lot of the women there.&nbsp;&nbsp;</p>\n\n\n\n<p>It was a fascinating story, and I finally was able to get her on. And the most embarrassing thing is when you find out in the middle—I looked down, I thought, wow, that record button isn’t going. And I thought, now I have to tell her this right in the middle. Which is&#8230; I don’t know what’s worse: going through the whole thing and then saying, “Oh, sorry, it didn’t record.” So I kind of paused. I said, “Well, I have an interesting situation here. Obviously, I didn’t push the record button.” And she actually laughed, and she said, “Well, go ahead. We can do it again. Just send me your calendar again.” And she was real cool about it, but my heart just sunk.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, imagine no recording, especially when it was a good show and there was a good groove, and then all of a sudden I destroyed it. Oh, man.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>It’s interesting too because some people, when you were talking about somebody asking, “Well, what about when it goes into Core and the goal’s over?” It sounds like you’ve been through a lot. I have been over the seven years. You flex with whatever works. It’s like, okay, is this going to continue? Yeah, well, I can continue it.&nbsp;&nbsp;</p>\n\n\n\n<p>And you’ve tried different hosts and you’ve found that sweet spot. So I think both of us—I was going to ask about, did they ever change for our sites during the seven years? And they probably did in the sense that, yeah, we shifted to this a bit and nothing real maybe. I know that when I moved it to its own domain and kind of focused more on the bigger group of hosts, that was probably a big shift. But it was in my brain for nine months. I was working on stuff.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, there wasn’t really a big shift. So I think I changed the theme once, and it’s definitely overdue for a new one because I’m still on a classic theme and I should go on a block theme because then you can do a lot more. But I just didn’t have the time yet to migrate over.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>But I think I’m also&#8230; up until 2021, in summer 2021, it was all a hobby kind of thing. I did it alongside my agency work, and it was up and down in terms of how much time I could spend there. During the pandemic, I had about six—well, four—months of burnout because I had so much work to do, and I didn’t have a break. I had to take my break.&nbsp;&nbsp;</p>\n\n\n\n<p>And the only thing that I did during that break was keeping up with Gutenberg, keeping the Weekend Edition going, and keeping the podcast going. But I wasn’t doing any agency work. The developers and freelancers that I worked with—they were so good at taking over. I said, “I can’t deal with it, and if I have to step in, I’ll step in. But you know how we work.” And they were all many years with me.&nbsp;&nbsp;</p>\n\n\n\n<p>So it was between November 2020 and February 2021. I was only doing the Gutenberg Times, and I was really amazed to see how that always kept my excitement going. And there’s a lot of personal stuff that got in the way afterward. So we moved to Sarasota; we sold the house in Naples, renovated the house. There was a lot of non-work and non-publishing kind of stuff getting in the way.&nbsp;&nbsp;</p>\n\n\n\n<p>Then we organized our house in Sarasota, and after two years of not seeing our parents, we traveled to Europe in 2022. We met in Porto, and you were also moving. So I think we did this pretty much at the same time—moving back to Europe.&nbsp;&nbsp;</p>\n\n\n\n<p>And I was really happy that I got a job at Automattic. And part of that job is keeping Gutenberg Times and the Gutenberg Changelog going as a Developer Advocate. So having that was a real blessing for myself and for me because I couldn’t migrate my agency. I closed the agency when I knew I was going to Europe. And so keeping that going was really good. I’m very grateful for working with Automattic on that.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. Yeah, I didn’t know that part of it. I mean, how that just seamlessly all worked, and you were able to bring that right into it. Yeah, that’s cool. And I think the big change for me probably was when I went to the bigger network of shows and everything, and started bringing more people in.&nbsp;&nbsp;</p>\n\n\n\n<p>And then at the same time, I was given the gift of a redesign of the site from the Special Projects team at Automattic. Matt gave that to me, which was phenomenal. For a few days, I was just thinking, is this really happening?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Is this real?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I mean, it took us quite a few months to put it together and stuff. And I have one funny story about the launch. We had kind of a soft launch because&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>And?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I was at CloudFest, and I got a message that said, “Your site is live.” And I’m like, oh, really? I had not planned for that.&nbsp;&nbsp;</p>\n\n\n\n<p>And the ironic part of it—we got such a kick out of it—was my site prior to that had Beaver Builder on it. And I was hanging out with Robbie from Beaver Builder when I got the message, and I told him. And we took this picture. We were having a beer, celebrating and everything. But it was so funny—he just got a kick out of that. I basically removed Beaver Builder, and here he was celebrating with me and stuff. But Robbie’s great.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>The new websites&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>But yeah, it still is amazing—the support and everything I get with that side of stuff. A couple of times I’ve really messed it up. I keep saying, maybe I should just let you do more things. I shouldn’t be touching stuff.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>You don’t know where the boundaries are unless you kind of push past them. So yeah, what’s your own knowledge—you want to kind of kick it a little bit.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah. I poke around a bit to kind of understand. Some of the stuff is custom work, so I don’t want to mess that up. But some of it’s adding stuff. I’ve probably learned more about the block editor and everything than I ever thought I would be—just getting in to try to figure out, okay, this has to be a small change. And it’s like, okay, an hour later&#8230; now what happened there?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, I was doing that actually on WordPress.org. I am part of the editor of the Developer Blog that launched in late 2022. And then I got the note from the Meta team that the Developer Blog now has a block theme, and I have access to it.&nbsp;&nbsp;</p>\n\n\n\n<p>And then I said, “Oh, I can change the navigation.” And I went in there, changed the navigation, and it kind of dropped the whole navigation and added all the navigation to the top-level navigation too. One is the overall WordPress.org, and then on the subsites, you have the own navigation. All of a sudden, my UI was jammed. So it took about two days to fix it. But I said, okay, I’m not going to touch that anymore.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah. I’ve kind of learned now that I did screw something up recently again, and having them look at it&#8230; I even tried revisions, and it seemed like the more revisions I went back to, the worse it got. So it was like, okay, this is hopeless. I don’t know where this stuff went, but it’s not here anymore.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>And here goes a half a day of your life.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>But that’s web development. I think it has&#8230; yeah, it’s always happened. Since when are you doing web pages? How far back is that going?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Oh, so actually I started doing&#8230; let’s see, when did I first do? We still had our previous marketing and design business around in 2000—I dunno—2005, 2006, somewhere around there.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>&#8230;somewhere around there. I started doing—well, actually, it might’ve been even earlier than that—doing little HTML sites. We were doing print design. We started in 1993, the business. And so I had to kind of kick and scream and be pushed into it. And I made these godawful HTML sites with&#8230; oh, was it Adobe—what was it called? It was one of the&#8230;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Was it Dreamweaver or was it FrontPage?</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Dreamweaver, yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Dreamweaver, yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>And I remember I made one of our first sites, and I had Flash on there. Oh, it was just horrifying—bouncing letters, dancing around, or some crazy thing. And then, 2008 or 2009—I think 2008 or 2009—I got into WordPress, started dabbling in playing around with the blogging stuff. And I went to iThemes and got one of their themes there, and we did our business site.&nbsp;&nbsp;</p>\n\n\n\n<p>And it was like, wow, that took me one-hundredth of the time it took me to do any other site because it was&#8230; I mean, it actually looked good, and it would function well and stuff. So yeah, I did that till about 2014 or 2015, I think, when I finally quit designing. I was into content, and I knew what I wanted to focus on. I was tired of the design client side of things.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>So what was your first?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Oh, yeah. Well, I don’t want to say&#8230; this was 1996. Yeah, I did a German site. It was all HTML tables—kind of horrible. Well, it’s still out there because it’s a reference site for books and all kinds of things in Germany. But yeah, so that was in 1996. I started—that was as a citizen in Munich—and I learned about it, and I learned about HTML.&nbsp;&nbsp;</p>\n\n\n\n<p>I found it so fascinating that you can put it up on the web and everybody can see it almost immediately. And that’s such a different experience from printing, where you have to wait till it comes from the printer and then you need to distribute it. That was instant distribution, and I really loved it.&nbsp;&nbsp;</p>\n\n\n\n<p>But then what I found was that all the neo-Nazis and Holocaust deniers were all on the German part—they were all in America on servers—and there was nothing in Germany that holds against it, what really happened. And we were a group of two people, each one of us had our site and started a site about the Holocaust and all that information.&nbsp;&nbsp;</p>\n\n\n\n<p>And mine was called *Shoah Project Internet.* And we collected information about the concentration camp in Dachau, before the concentration camp had their own website in 2000 or something like that. I connected with authors who had published poems and also some nonfiction about the wealth of Jews that was taken away by the government, and about the resistance in Germany.&nbsp;&nbsp;</p>\n\n\n\n<p>It was all in German, but there was no equivalent otherwise from private citizens to actually put this out. That really made me&#8230; and then there was this big discussion—there was an exhibition, a traveling exhibition. There was this myth that the German army had nothing to do with the concentration camps, but that was a myth, and it wasn’t true. And there was an exhibition that actually showed all the facts, and there was a big brouhaha and uproar.&nbsp;&nbsp;</p>\n\n\n\n<p>And it was traveling, so everywhere I was kind of picking up the snippets from the online sites, from websites. So it was kind of an interesting&#8230;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I think I started using computers in the early 80s—or probably mid-80s. And I actually went to community college in the States in, I think, maybe the mid to late 80s. I took a year of computer programming, and I did learn—what was it?—BASIC, COBOL, Assembly&#8230;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Wow, yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>There was one other thing. And after a year, I remember we had this great guy from&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Fortran?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. Oh no, that was another one. Yeah, we had to dabble in all those in 12 months. And at the end of the 12 months, the instructor—he was great—he was a Brit, and he just had the craziest sense of humor. He said, “Well, now you’ve learned all this. It’s all going to be obsolete by the time you step out this door.”&nbsp;&nbsp;</p>\n\n\n\n<p>And we were like, “What?” And I discovered after a year of that, that was not what I was going to become—a computer programmer, I thought. But it gave me the comfort level to use computers. I was really comfortable with that. So that was good. But yeah, crazy times.&nbsp;&nbsp;</p>\n\n\n\n<p>So what’s going to happen in the next year for you, do you think?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, the Weekend Edition is going to be quite interesting every time. And I see that in the community—that the block editor is more in the forefront more and more. And there’s some great stuff coming out with Playground and with Studio to do staging sites and to just play around with WordPress.&nbsp;&nbsp;</p>\n\n\n\n<p>So I know that Gutenberg—the Core contributors of Gutenberg—are still going to do the biweekly releases. So we are going to do maybe a monthly release podcast. And we’ll invite a few more people from the space that work with Gutenberg. There is now also&#8230; quite a few people have adopted the block theme space quite a bit on multiple levels.&nbsp;&nbsp;</p>\n\n\n\n<p>It’s for enterprise levels, which started very early. But on the agency level, WebDevStudios, for instance—Jesse Palm was on the show recently, who had the starter theme that’s a block theme for WebDevStudios—and they start every project with it.&nbsp;&nbsp;</p>\n\n\n\n<p>So these kinds of things show me that there’s quite another level of adoption happening about the Gutenberg project. And of course, I’m still hoping for a Google Docs-like real-time collaboration or async communication with comments.&nbsp;&nbsp;</p>\n\n\n\n<p>There are some great experiments in the Gutenberg plugin that I want to dive into quite a bit as well. So we’ll see what happens.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>So we’ll see what happens. Yeah, WordCamp Asia is going to be more of a research trip for me—to talk with the plugin developers and talk with some of the engineers and kind of see what’s next for them. And I’m sure I’ll find a few interview partners that I can make a show with in the space, because I already have. Some of them have left the space; some of them are coming back. So it’s really interesting to see.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Very cool. Yeah, it’s interesting because I think of&#8230; there was a point where I started adding some shows that were more WordPress-based. What I’ve found with some of these shows is, everything always comes back to WordPress or WooCommerce. And a lot of it—the similarities kind of weave in and out of all this stuff. It’s good to be knowledgeable of other things, no matter what you’re doing.&nbsp;&nbsp;</p>\n\n\n\n<p>So I’m hoping we’re going to be stepping more into videos. I’ve been talking about it—we’re going to be doing more video with some of the shows, and we might do a little bit of live stuff here and there. I’ve kind of kicked and screamed into that, so that’s another piece that’s going to hopefully grow. I’ll be trying to focus a little bit on that part of it—what I do with that and how I present it and all that stuff.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>I have heard from quite a few people that there’s a generation out there that doesn’t read anymore.&nbsp; I know. They want to go on YouTube and be entertained or at least shown things. And of course, with software, if you want to teach somebody, you need to show it. That’s very hard to do on the podcast.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, it is. Yeah. So who knows what? Maybe we should make this a tradition now—every January.&nbsp; We come in and catch up and see what we did, what we blew, everything—what broke and what didn’t work.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>I would love to do that. Yeah, sure. Absolutely.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>We’ll make it a January tradition. So anyway, we have WordCamp Asia coming up. Like you said, you and I will both be there. In fact, you’re going to be joining—you’ll be coming and co-hosting the table, doing the little booth, I believe, for an hour.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yes, absolutely. Yeah. Friday, I think.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>If you haven’t caught up with her, you haven’t caught up with me. I’ll post when she’s going to be at the table, and that way you can tie her down because sometimes chasing people around&#8230; you know how that goes.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, no, no, absolutely. Yeah, no, I’m looking forward to WordCamp Asia. Also, I’ll be at CloudFest this year for the first time, so I’m not going to be at the hackathon. But there are too many people from Automattic going already that actually have a project. And then WordCamp Constance—that’s a camp with German speakers. So it’s really going to be interesting.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>So you’ll be at the regular CloudFest event and stuff? Yeah, I know there’s going to be a little bit more WordPress stuff going on, and that’ll be fun. So yeah, we’ll be seeing each other next month and the month after.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah, yeah. I appreciate it. I’m really loving it.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Okay, well, we’ve said it enough times, but Gutenberg Times—and probably the URL is very easy and stuff—but do check that out. Is it *gutenbergtimes.com*?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Dot com. And yeah, you can also find me on the Twitters and on the Bluesky and the&#8230; I still call it Twitter.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Sorry.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>&#8230;on the Bluesky and also on Mastodon. And of course on the WordPress Slack and WooCommerce Slack. So I’m everywhere.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, everywhere.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, thank you so much. It was wonderful chatting with you.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, well, thank you. Yeah, this was definitely a must-do show for January, so I appreciate everybody listening and&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Happy anniversary.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, happy anniversary. And come back next January for our second Nova. I’m sure you’ll see Birgit more than—or sooner than—next January, for sure.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, thank you.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, take care. Bye-bye.&nbsp;&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 02 Feb 2025 14:50:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: My First Million\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=136139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2025/02/my-first-million/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"<p>I had a great chat with <a href=\"https://linktr.ee/thesamparr\">Sam Parr</a> and <a href=\"https://www.shaanpuri.com/\">Shaan Puri</a> on their podcast, My First Million.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 02 Feb 2025 01:18:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Gutenberg Times: The anatomy of a CMS, the state of block themes and WordPress 6.7.2 — Weekend Edition 318\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17358:\"<p>Howdy, </p>\n\n\n\n<p>It&#8217;s already February. 8.33% of 2025 is done. Phew. 91.67% to go. Most of my week I spent testing things. Maybe I jinxed it with  my mind set, I didn&#8217;t come across something really cool.  I am excited about WordCamp Asia where I can browse this huge sponsor hall and go exploring all the cools things there. </p>\n\n\n\n<p>What saved me a ton of time, this week, was using Claude AI. I used it to audit Playground blueprints in the Gallery. I pasted the description of the merged PR of modification on how blueprints work,  then fed it code to rewrite using the new way. Doing this a few times, I created a tracking issue with the necessary changes to implement next week. I felt really lazy. </p>\n\n\n\n<p>That was all off-set by trying to have Cursor AI write a block with some user input sections. It made great progress, but for some reason, it still doesn&#8217;t work. Sometimes debugging the AI is even more tedious than looking at your own code. </p>\n\n\n\n<p>This week, we have a few strategic posts and practical tips for you in this newsletter. Enjoy! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#upcoming-events-beyond-wordcamps\">Upcoming events beyond WordCamps</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#what-s-new-in-playground\">What&#8217;s new in Playground</a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>George Mamadashvili</strong> made <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.2.0-rc.1\"><strong>Gutenberg 20.2 RC1</strong></a> is available now for testing. Final release will be on February 5, 2025. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Aaron Jorbin</strong> announced that <a href=\"https://make.wordpress.org/core/2025/01/22/wordpress-6-7-2-release-planning/\"><strong>WordPress 6.7.2 </strong>will be released soon</a>. RC will be released on February 4 and final release will hit the WordPress site near you on February 11. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-114-reflections-on-gutenberg-times-and-do-the-woo/\">Gutenberg Changelog #114 – Reflections on Gutenberg Times and Do the Woo</a> with Bob Dunn aka BobWP as host and guest Birgit Pauli-Haack, each publication started 7 years ago. </p>\n\n\n\n<img width=\"652\" height=\"328\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Gutenberg-Changelog-114-Bob-Dunn-Birgit-pauli-Haack-edited.png?resize=652%2C328&ssl=1\" alt=\"\" class=\"wp-image-37614\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Darren Ethier </strong>and <strong>James Kemp</strong> from WooCommerce talk about <a href=\"https://www.youtube.com/watch?v=q2CXOsMwBF4&t=5s\"><strong>Building WooCommerce in Public</strong></a> in the latest episode of <em>DoThe Woo</em> Network They explore WooCommerce&#8217;s current state and future direction, with Darren highlighting his connection between Gutenberg and WooCommerce. They stress the importance of community and communication in development, discuss the significance of WordCamps, the need for key features, and WooCommerce&#8217;s evolution for better experiences. They also mention how changes in WordPress affect WooCommerce’s plans and the need for flexible, no-code solutions for developers. This conversation provides insights into WooCommerce’s development approach and plans.</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On <em>Learn.WordPress.org</em>, <strong>Wes Theron</strong> published the lesson: <a href=\"https://learn.wordpress.org/lesson/explore-synced-pattern-overrides/\"><strong>Explore synced pattern overrides</strong></a>. It&#8217;s part of the Intermediate WordPress User course and covers what&#8217;s patterns are, and how you can maintain stylistic control while the  content of a pattern. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <a href=\"https://blog.gravatar.com/2025/01/26/wordpress-author-page/\"><strong>Create a Custom Author Page</strong></a> Ronnie Burt introduces you to multiple ways how you can make use of the Gravatar profile for your website. He also explains why spending a moment on  the design of an author page is very important for a company blog. Then he walks you through the various method how you can use the user information stored on a self-hosted site can be used to expand on the normally neglected and thinly populated author information. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upcoming-events-beyond-wordcamps\">Upcoming events beyond WordCamps</h3>\n\n\n\n<p>Apart from <a href=\"https://central.wordcamp.org/schedule/\"><strong>WordCamps,</strong></a>  additional conferences are on the schedule for this year. </p>\n\n\n\n<p><strong>February 24 &#8211; 28 2025</strong> The 2nd Annual <a href=\"https://www.stateofdigitalpublishing.com/wp-week/\"><strong>WP Publisher Success Week</strong></a>&nbsp;will take place. You can learn best practices from leading experts in the field of WordPress for publishers.</p>\n\n\n\n<p><strong>March 17 &#8211; 20, 2025 <a href=\"https://www.cloudfest.com/\">CloudFest</a>,</strong> Europa Park, Rust, Germany. As Bob Dunn, DoTheWoo <a href=\"https://dothewoo.io/blog/do-the-woo-is-a-media-partner-for-cloudfest-2025-and-the-hackathon/\">reports</a>, there will be a <a href=\"https://www.cloudfest.com/wp-zone\">WPZone</a> and a WPDay. </p>\n\n\n\n<p><strong>April 23 &#8211; 26, 2025</strong> <a href=\"https://pressconf.events/\"><strong>PressConf</strong></a> a conference for WordPress professionals will take place in Tempe, Arizona, USA. Speakers are among others Mary Hubbard, Matias Ventura, Rich Tabor, and Tammie Lister. </p>\n\n\n\n<p><strong>September 25, 2025</strong> <a href=\"https://loopconf.com/\"><strong>LoopConf</strong></a> returns to London, UK as a conference for WordPress developers. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In his latest blog post, <strong>Nick Diego</strong> wants theme developers to <a href=\"https://nickdiego.com/stop-struggling-with-cumbersome-theme-json-files/\"><strong>stop struggling with cumbersome theme.json files</strong></a>. He shares how he and his new buddy, <em><a href=\"https://www.cursor.com/\">Cursor AI</a></em> succeeded in building a compiler/bundler to combine separate json file into an overall theme.json for a theme. Diego shares a video of the process and the final script, you can adopt for your workflow. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Hendrik Lührsen</strong> found that <a href=\"https://kraut.press/2025/crisis-of-themes/\"><strong>WordPress themes are facing a crisis.</strong></a> &nbsp;The introduction of Full Site Editing (FSE) has brought about complexities that are causing challenges in the WordPress theme ecosystem.&nbsp;This situation appears to be related to the rapid evolution of WordPress technology, particularly the implementation of the site editor, which is impacting how themes are developed and used. </p>\n\n\n\n<p>While calling it a crisis makes the post viable for the successful spread via outrage advertising economies, Lührsen is not wrong, lamenting about all the short-comings of block themes. His suggested paths to improve the situation can be walked by every theme developer building sites for clients on top of WordPress, except the discoverability of themes on the repository. A standardized onboarding process, was discussed among Themes team members. Turns out that the many, many use cases are not easily pulled into a cookie-cutter closed system. It&#8217;s the nature of the 21-year legacy of WordPress. It also means, any developer can fill the gaps for their clients, and if they want to go the extra mile, share it all back to the community. WordPress is not a one-size fits all system. Flexibility and extensibility is a feature, not a bug.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his YouTube video, <strong>David McCan</strong> looks into<a href=\"https://www.youtube.com/watch?v=WtZ3yZ7HPvE\"><strong> the current state of block themes</strong></a>, reviewing popular themes available in the WordPress repository, Then he looked under the hood to understand block themes. &#8220;I have a better understanding of block themes after going through this process.&#8221; McCan wrote in the description. If you rather read a blog post reader than watch a video, <a href=\"https://www.webtng.com/the-current-state-of-block-themes-and-a-reassessment/\">got here to read McCan&#8217;s thoughts</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://humanmade.com/wordpress-for-enterprise/transitioning-to-fse-a-low-risk-high-reward-move-for-enterprises/\"><strong>Transitioning to FSE: A low-risk, high-reward move for enterprises</strong></a> HumanMade&#8217;s account director, <strong>Adam Jones</strong>, tells the story of how Human Made, &#8220;guided enterprise organizations through this process and seen the transformative benefits firsthand.&#8221; Adapting to the site editor and block themes allows businesses to enhance digital capabilities with minimized risk through careful planning and testing. Key benefits include improved scalability, workflow, and reduced reliance on developers, making full-site editing a valuable investment in digital infrastructure. Also on that topic: <a href=\"https://humanmade.com/wordpress-for-enterprise/enterprise-wordpress-the-3-competitive-advantages-of-fse/\">The three competitive advantages of full-site-editing</a> by senior account manage, <strong>Lorna Lim. </strong></p>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Riad Benguella</strong>, architect on the Gutenberg projects, explains in his latest post <a href=\"https://riad.blog/2025/01/31/the-anatomy-of-a-cms/\"><strong>The anatomy of a CMS</strong></a> and why any web developer should attempt to build a CMS just once. The magic happens through four key parts: how content is stored, how it looks, how you edit it, and how it gets shown to the world. Whether you want to create a personal blog, an online store, or a company website, a good CMS adapts to your needs. Benguella took a detailed view into the various parts of the WordPress CMS: block rendering, style engine and the fields system. If you wish to know how it all fits together, grab your favorite beverage and start reading.  </p>\n\n\n\n<img width=\"652\" height=\"392\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/CMS-1-by-Riad-Benguella.webp?resize=652%2C392&ssl=1\" alt=\"\" class=\"wp-image-37531\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-s-new-in-playground\">What&#8217;s new in Playground</h2>\n\n\n\n<p>Check out this article by Ján Mikláš, <a href=\"https://developer.woocommerce.com/2025/01/24/demo-your-woo-extension-with-wordpress-playground/\"><strong>Demo your Woo extension with WordPress Playground</strong></a>, where he breaks down how to set up WordPress Playground just for your needs. You’ll find out how to tweak your blueprint.json file with settings and steps, plus how to create a custom landing page and hide those pesky WooCommerce onboarding screens.</p>\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: AI generated. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Feb 2025 01:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: Friday Shares Fadeout. Sign Up for Our New Newsletter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/friday-shares-fade-out-sign-up-for-our-new-newsletter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:339:\"In this episode of On WPCommunity, BobWP announces the conclusion of his regular Friday share posts on the blog due to time constraints and his new plans. He explains that after WordCamp Asia in February, a new newsletter will be launched alongside the release of version 5.0 of their site. The newsletter will feature actionable [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jan 2025 13:30:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Do The Woo Community: State of Enterprise WordPress 2024 Report with Brad Williams and Tom Willmot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://dothewoo.io/state-of-enterprise-wordpress-2024-report-with-brad-williams-and-tom-willmot/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"In the latest Scaling Enterprise podcast episode, Tom and Brad discuss the 2024 State of Enterprise WordPress Report, highlighting trends in adoption, usage, and decision-making dynamics within organizations.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jan 2025 13:12:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: #154 – Anna Hurko on Managing a Growing Plugin Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=185997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/podcast/154-anna-hurko-on-managing-a-growing-plugin-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39823:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case managing a growing plugin business.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Anna Hurko.</p>\n\n\n\n<p>Anna is the CEO of Crocoblock, a company with a suite of dynamic plugins designed to help developers build complex websites. With a background in computer science, Anna transitioned from support roles to leading Crocoblock, and has been with the company for over 11 years.</p>\n\n\n\n<p>Anna quickly rose through the ranks due to her technical knowledge and effective communication skills. Crocoblock, which started with just a handful of team members, has now grown to 85 employees. They offer a wide range of specialized plugins, such as JetEngine, JetSmartFilters, JetBooking, and more, primarily aimed at agency and freelance developers.</p>\n\n\n\n<p>Anna shares her journey and discusses the growth of Crocoblock. She highlights the company&#8217;s flexibility and commitment to meeting developers&#8217; needs, adapting to both the rapid changes within WordPress and the increasing demand for dynamic site capabilities.</p>\n\n\n\n<p>Anna also talks about the company&#8217;s marketing strategies and their active, and growing, participation in the WordPress community through WordCamps and Meetups.</p>\n\n\n\n<p>If you&#8217;re interested in how a company evolves within the WordPress ecosystem, and the challenges and successes that come with it. This episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you, Anne Hurko.</p>\n\n\n\n<p>I am joined on the podcast today by Anna Hurko. Hello Anna.</p>\n\n\n\n<p>[00:02:53] <strong>Anna Hurko:</strong> Hi Nathan.</p>\n\n\n\n<p>[00:02:54] <strong>Nathan Wrigley:</strong> Very nice to connect with you. I should probably say at the outset, Anna has several names. So if you know Anna better as Vanessa, or any combination thereof, it&#8217;s the same person. So do you just want to clear that up? How is it that you&#8217;ve got two different names?</p>\n\n\n\n<p>[00:03:09] <strong>Anna Hurko:</strong> So it&#8217;s from the beginning. I have started to work as a supporter, and it was like tradition to choose a nickname for support agent. And I decided like okay, I&#8217;m already Anna, I want something other, but which will suit me. And I decided to be Vanessa.</p>\n\n\n\n<p>And for a few years I was Vanessa, but somehow all my colleagues remembered me as Vanessa, and we used it till now, even if I don&#8217;t need it anymore. And that&#8217;s how it works. But now I feel more Vanessa than Anna because in whole work, so even financial departments, they say Vanessa, not Anna. Even the ex coworkers who are not anymore working with me, but they&#8217;re my friends, even their children say I&#8217;m Auntie Vanessa.</p>\n\n\n\n<p>[00:03:46] <strong>Nathan Wrigley:</strong> So several names, but hopefully by the time this podcast is finished, you&#8217;ll have figured out, dear listener, who it is that we&#8217;re talking to. But I&#8217;m going to go with Anna because that&#8217;s probably the easiest thing for me to say.</p>\n\n\n\n<p>So Anna, we are a WordPress podcast, so I guess it would be a good idea right at the outset to give you an opportunity to just tell us who you are, where you come from in terms of the geography and maybe the company that you work for, things like that. So really it&#8217;s a short bio moment. So could you just tell us a little bit about yourself?</p>\n\n\n\n<p>[00:04:13] <strong>Anna Hurko:</strong> Yes, sure. So I&#8217;m from Ukraine, from south of Ukraine, and the company is the Crocoblock is project I&#8217;m working with now, and it&#8217;s located in Ukraine as well. All our team members are in Ukraine, in one city actually. So now a little bit different. So I&#8217;m CEO of Crocoblock and I work for the holding company about 11 years for now.</p>\n\n\n\n<p>[00:04:32] <strong>Nathan Wrigley:</strong> So, what is Crocoblock? And I hope I&#8217;ve pronounced that correctly. By the way, everything that we mention will be linked in the show notes. So if you head to wptavern.com/podcast and look for the episode with Anna in it, then you&#8217;ll be able to find all the show notes. But, what is Crocoblock and what does it do?</p>\n\n\n\n<p>[00:04:49] <strong>Anna Hurko:</strong> So Crocoblock, I have always a long and short answers. Crocoblock is project who is making plugins for developers to build dynamic complex websites. And the idea was to have ecosystem which has all tools for developers needs.</p>\n\n\n\n<p>But for me as a CEO, Crocoblock is a team. So it doesn&#8217;t matter which technology will come tomorrow and what happened to WordPress, we are a team who can build products. So that&#8217;s why I have two answers.</p>\n\n\n\n<p>[00:05:14] <strong>Nathan Wrigley:</strong> Now, you mentioned at the outset that you are from the Ukraine originally, but just before we hit record, you talked about the fact that you are no longer in the Ukraine. But maybe that would be an interesting way to begin this podcast properly.</p>\n\n\n\n<p>I&#8217;m guessing that from the description, living in the south of Ukraine, that you moved against your will, possibly. You&#8217;ve had to move because of the situation over there.</p>\n\n\n\n<p>[00:05:36] <strong>Anna Hurko:</strong> So the are three years of the situation. I was in Ukraine, I just moved in September after WordCamp US. I just didn&#8217;t come home and then stayed in Europe because I am trying to visit more WordCamps and WordPress meetups. And if you&#8217;re in Ukraine, it takes too long time to get out, because you don&#8217;t have planes and you need to go with a bus to Europe and to take plane, and every country in Europe takes me two days to move.</p>\n\n\n\n<p>So I decided to stay in Romania because it&#8217;s kind of in the center and then can visit more events. So last year I visited about seven WordCamps, because I want to go closer to community, to customers, to speak offline with them, and we have results. So we have already ran a little bit growing in comparison.</p>\n\n\n\n<p>[00:06:20] <strong>Nathan Wrigley:</strong> The situation in Ukraine in terms of web development and tech, it always seems like Ukraine punches above its weight. I don&#8217;t know if there&#8217;s a particular kind of, I don&#8217;t know, like drive in school or anything like that to head towards technology and software development. But it seems, when I look at the about page of a lot of products, especially in the WordPress space, but technology more generally, it always feels like Ukraine is overrepresented with the amount of companies. I don&#8217;t know if that&#8217;s something that you think is true or if that is true.</p>\n\n\n\n<p>[00:06:53] <strong>Anna Hurko:</strong> It is true, but I think it&#8217;s not because of good reasons. Somehow we didn&#8217;t have good factories and job places, and web was very easy for people to just find a job and to have good salary because a lot of companies working as outsource, or they have customers from US and Europe. For example, like Crocoblock, we don&#8217;t work with Ukrainian market actually, we work with Europe and US.</p>\n\n\n\n<p>And it&#8217;s not something, we have good studying in school and university. Unfortunately it should&#8217;ve developed better. For example, I have studied computer science, but it was like old technologies in university. Just because we don&#8217;t have normal working places, people starting to self-educate and they work in IT. And somehow it&#8217;s very good now. So even government programs, they&#8217;re all digitalised.</p>\n\n\n\n<p>So from my phone, I can pay taxes, I can marry now from phone, but only with Ukrainians, of course. I can get any document I need, I don&#8217;t need to go anywhere. So now, for example, I&#8217;m outside of Ukraine, but I can have any document, new driver license. I can sell car with one application. So it&#8217;s somehow built in us.</p>\n\n\n\n<p>[00:07:59] <strong>Nathan Wrigley:</strong> So the propensity of Ukrainian web developers is as a result of people looking to improve their own lives and finding that distributed work was something that they could do, and they could earn a good, in air quotes, good salary if they took the initiative and did, what? Self-taught learning, that kind of thing.</p>\n\n\n\n<p>[00:08:17] <strong>Anna Hurko:</strong> Yes, yes. Because in university, school, it&#8217;s really bad now, I&#8217;ll say. It&#8217;s not practical. But, for example, as I have studied computer science, it was all technologies. It was like Pascal Delphi, if you even know, C++. Something very difficult and not attached to WordPress, for example. But it gives me understanding how database works, for example. And it helps me a lot, even now, I don&#8217;t work with WordPress itself, so I don&#8217;t build product, I mean. I work with a team. It helps me to understand my developers and how it works.</p>\n\n\n\n<p>[00:08:46] <strong>Nathan Wrigley:</strong> Okay. Yeah, well, it&#8217;s a nice idea that the CEO of the company actually has a background in technology. I think that&#8217;s interesting to be able to speak to the developers on their level.</p>\n\n\n\n<p>How did you start in the WordPress space then? I think you said that you started working with the support side of things over at Crocoblock. And if that&#8217;s the case, going from support to where you are now, CEO, that&#8217;s a pretty big move. How did it all begin?</p>\n\n\n\n<p>[00:09:09] <strong>Anna Hurko:</strong> First I need to say that I didn&#8217;t realise it&#8217;s a big move before attending WordCamps. Because it&#8217;s for me everyday life and it was kind of 10, 11 years. So when I have studied computer science, by side I was in NGO and Youth Politic. And I told, I will never have anything with programming languages, or with IT, or even with websites because we had website building in university as well, but it was, you know, when it was on the tables and HTML and so on. And the teacher was so awful. So I told, I will never do it, and now I&#8217;m here.</p>\n\n\n\n<p>So after I finished with Youth Politic, I have started to just looking for a job which need English language. So because I didn&#8217;t want IT and I sent a CV for everyone with English knowledge, and they picked up me in the holding company as a support member because I knew English. But somehow as I knew computer science, it was very easy for me to deal with WordPress. And in three months I was already a night shift team leader and I have started to mentor people and so on. So I have started with support, but my background with computer science helped me to be very good, very fast.</p>\n\n\n\n<p>So until now, I think it was the best thing I can do in my life is to be a supporter. Even now I think so. And because I have done Youth Politic, I had soft skills which helped me to communicate with customers in a nice way. And we have started to rebuild the support team as well, and there are rules in support and so on.</p>\n\n\n\n<p>[00:10:31] <strong>Nathan Wrigley:</strong> So you started out in support, and fairly quickly you rose through the ranks. And you mentioned just there that, you called it the, what did you call it?</p>\n\n\n\n<p>[00:10:38] <strong>Anna Hurko:</strong> Holding company.</p>\n\n\n\n<p>[00:10:39] <strong>Nathan Wrigley:</strong> The holding company, that&#8217;s it.</p>\n\n\n\n<p>[00:10:40] <strong>Anna Hurko:</strong> Yeah, we have holding company, it has several projects on side. And now Crocoblock is totally separated project.</p>\n\n\n\n<p>[00:10:45] <strong>Nathan Wrigley:</strong> So what&#8217;s the holding company, and is it a sort of WordPress thing, or is it just technology in general?</p>\n\n\n\n<p>[00:10:50] <strong>Anna Hurko:</strong> It&#8217;s a recent WordPress thing. So we have started as a team in Template Monster. And, yeah, I was a support member in Template Monster first. Our developers started as well with templates before the templates were starting to die.</p>\n\n\n\n<p>[00:11:04] <strong>Nathan Wrigley:</strong> And do you have a background in using WordPress, or has your experience with WordPress been on the journey in Crocoblock?</p>\n\n\n\n<p>[00:11:12] <strong>Anna Hurko:</strong> I don&#8217;t have my private experience, so I never worked for an agency. But what I need to say is that in support, when I have started support, it was not like just us answering general questions. I was very technical support member, very quick. And customers in Crocoblock even now, but even before when I was working, they come with the real projects. And they just come and say, I don&#8217;t know what is wrong, just do something. And you log in on the website and you start building it.</p>\n\n\n\n<p>And that time, to start working in support, we had training for one month. About four hours theoretical training, and then five hours of homework. And this first month, I never went out of my house, only for my grandmother&#8217;s birthday. And what we have done, we haven&#8217;t learned WordPress, we have learned CSS, JavaScript and HTML. We have built websites, and working with database was as well. So somehow I started to work with the websites first, but just I don&#8217;t have commercial experience, I think.</p>\n\n\n\n<p>[00:12:07] <strong>Nathan Wrigley:</strong> And what&#8217;s the structure of Crocoblock then? How many people do you have deployed into that project? If you are the CEO, I guess you&#8217;re at the top of that pyramid, how many people are working with you, for you? However you want to describe it.</p>\n\n\n\n<p>[00:12:18] <strong>Anna Hurko:</strong> We have started six years ago with five people, five, seven people. We don&#8217;t know exact number. All of us have different story of it. Now it&#8217;s 85.</p>\n\n\n\n<p>The story begins when we were in Template Monster and we have built templates. In some point we had new people for it and we needed more amount of it and so on. And we have started to build frameworks to speed up the process, and to have less errors because if every quarter developer makes it in own style, we have too much issues with it.</p>\n\n\n\n<p>And then we started to sell it. So because it was product for ourself, but it was too good and we have started to like, okay, can we just start to sell plugins? And then we have started it, it was enough, seven people. It was developers, one support member, and guy who was before me, the CEO.</p>\n\n\n\n<p>[00:13:00] <strong>Nathan Wrigley:</strong> So if I go to the Crocoblock website, which is crocoblock.com, and I look at the products that you&#8217;ve got. It opens up a fairly giant mega menu, and there&#8217;s literally dozens of things in there.</p>\n\n\n\n<p>When I first heard the word Crocoblock, firstly I assumed that it was plural, that it was Crocoblocks, and my assumption was that, okay, that&#8217;ll be a suite of WordPress blocks. So you&#8217;ll download a plugin, and then you&#8217;ll have a bunch of blocks that you can put into the block editor.</p>\n\n\n\n<p>And you go to the website and you realise, no, that&#8217;s really not what it is. That&#8217;s not even close to what it is. So what is it that you are offering into the market? What are the different products that I can find in your product section? I mean, there&#8217;s too many to talk about, but maybe just pick your favorites or a few that are particularly popular.</p>\n\n\n\n<p>[00:13:47] <strong>Anna Hurko:</strong> Yeah, so short answer is, well, it will be JetEngine and JetSmartFilters. But the issue is that we have invented the Crocoblock name before Gutenberg. There were no blocks, it was Crocoblock, and we have it because it was an old project that we had already some traffic and we left it.</p>\n\n\n\n<p>Now we have actually two names, Crocoblock and JetPlugins because all of our plugins are JetPlugins.</p>\n\n\n\n<p>And the issue is that the project was started with supporters and developers. We didn&#8217;t have marketer for a few years. So I have a head of marketing only last one year. That means we didn&#8217;t thought about the things like name, and now we have a lot of difficulties with it.</p>\n\n\n\n<p>And when I had started Crocoblock we have the first document with idea about what Crocoblock is, and it was one sentence that will make us laugh for even now. Crocoblock is not about dynamic, it&#8217;s only about static and nice design. And what is fun about it? Because it&#8217;s now only about dynamic plugins. So now we have big menu with a lot of plugins because it&#8217;s like our history and we can&#8217;t delete them, because people use them.</p>\n\n\n\n<p>But our main focus is on dynamic websites, and that means JetEngine, which is a competitor for ACF, but it has much more inside. JetSmartFilters, JetThemeCore, and all plugins, which helps you to create complex structured websites, like real estate, multi-vendor and so on. You can track user data, and you can manage what to show to different users, or see the user behavior and connect to it.</p>\n\n\n\n<p>[00:15:13] <strong>Nathan Wrigley:</strong> Yeah, there really is a lot in there. You really do run the whole gamut of what WordPress can do. So for example, there&#8217;s something called JetBooking, which I&#8217;m imagining helps you with booking. And JetGridbuilder, again, it speaks for itself. JetProductTables, JetWooBuilder, JetProductGallery, Jet Appointments, JetFormBuilder. You get the idea. You&#8217;ve got your fingers in everything.</p>\n\n\n\n<p>[00:15:35] <strong>Anna Hurko:</strong> The idea was to build this structure where developer has ever seen. We have started with Elementor. When Crocoblock was invented, it was few builders on the market, new builders. Elementor, Oxygen, and maybe, I don&#8217;t remember, Brizy or something like that. And they were on the equal stage. And our previous CEO came to us, I&#8217;m like, what will we choose? He asked me, and he asked our CTO. And we choose, both of us choose Elementor because of user experience and because of the cleanness of the code.</p>\n\n\n\n<p>Our idea was to build everything except hosting and page builder for building websites. So we have tried, at the beginning, to close all the tasks for users and it was very fresh. So we appeared at the same time when Elementor was developing. And Elementor had less features inside of it.</p>\n\n\n\n<p>So first of all, we have tried to close all tasks, and now we&#8217;re more specifically working on dynamic. For example, Elementor, in JetElements we haven&#8217;t added any new features for few years, but it&#8217;s still our best plugin in sellings. But we don&#8217;t develop it because we don&#8217;t like to develop, so I mean we&#8217;re fixing bug issues or compatibility issues, but we don&#8217;t add new features because Elementor has added all new features, HappyAddons. And we don&#8217;t want to build, if it&#8217;s already on market, we don&#8217;t build it. It&#8217;s a philosophy of Crocoblock. We don&#8217;t want to build anything which already exists.</p>\n\n\n\n<p>[00:16:54] <strong>Nathan Wrigley:</strong> So over there I can see, what is it? 21 on the mega menu, there&#8217;s 21 things there. I&#8217;m guessing that, probably started with 1 went to 2, 3, 4, and we&#8217;re up to 21 at the minute. How do you keep this going? Are you intending to go from 21 to 22, 23, 24? Do you keep adding products, or is this more a case of, okay, we&#8217;ve got what we&#8217;ve got. We&#8217;ve covered everything? How are you making decisions about what it is that you&#8217;re going to do in the future?</p>\n\n\n\n<p>[00:17:18] <strong>Anna Hurko:</strong> So as I came from support, when we invented Crocoblock, we had only one support member, and all developers were supporting as well. We have very tight connection with customers and what we&#8217;re building, we&#8217;re building after customer&#8217;s request. So it depends. If it will be need on market to build one more plugin, we&#8217;ll build it. If not, then not.</p>\n\n\n\n<p>So I can tell you we have strategy for number of plugins. We have strategy to cover developers&#8217; needs. So now, for example, we have user interviews, some pools, research and market to find what else developers need. So it&#8217;s not about number of plugins, it&#8217;s about to close the needs.</p>\n\n\n\n<p>For me, I don&#8217;t want more plugins, so it&#8217;s not the goal. But if it would be better to build it as a separate plugin, we&#8217;ll build it. For example, the JetProductTables, it&#8217;s a new plugin. It was a result of R and D departments, I would say. We have new department, new for one year and they made resource. It&#8217;s like an experiment. So we don&#8217;t have any goals and number of plugins. It&#8217;s just to make developers life easier.</p>\n\n\n\n<p>So we have some projects, for example, we have ideas for projects not related to plugins itself, but to developers. I can&#8217;t tell you now what will it be.</p>\n\n\n\n<p>So for me it&#8217;s, you know, like CEO, I don&#8217;t like a lot of plugins and I don&#8217;t want to have more team members. It&#8217;s always something you don&#8217;t want, to have more, because it&#8217;s easier to focus on one plugin. And as you say, it would be easier to focus only on JetEngine, but somehow Crocoblock can&#8217;t stop.</p>\n\n\n\n<p>[00:18:44] <strong>Nathan Wrigley:</strong> You mentioned at the start that you began the business with Elementor in mind, and Elementor, if you haven&#8217;t been keeping a track, dear listener, Elementor really has had just the most astronomical growth since its inception, and I think really is singularly responsible for a large proportion of WordPress&#8217; rise.</p>\n\n\n\n<p>Now, I don&#8217;t know if that is the sort of page builder of choice that you&#8217;ve hooked yourself into, or if you&#8217;ve got into the sort of more WordPressy way of doing things. And what I mean by that is, you know, the Block Editor and Full Site Editing and things like that, because that&#8217;s obviously where the Core of the WordPress project is focusing its energy. But obviously on the periphery of that, you&#8217;ve got all these different page builders.</p>\n\n\n\n<p>What do you do with all of that? Do you hunker down and stick with Elementor, or do you decide you&#8217;re going to go with like the Core way of doing things? How does that all fit in?</p>\n\n\n\n<p>[00:19:33] <strong>Anna Hurko:</strong> So we of course love Elementor and it helps us in the beginning so much. We have the same philosophy as Elementor in a lot of things, like treating customers and so on. And I think it was right choice to start with. But once it was announced, the Gutenberg project, and then WordPress started with Gutenberg, the same in half a year or something like this, we have started to rebuild our plugins.</p>\n\n\n\n<p>So all our main plugins, not design plugins, but all our main plugins for dynamic websites. So when the Gutenberg project was started, we rebuilt them, and they all are working with Gutenberg as with Bricks now and Elementor. So Elementor is just one of the builders customers need. And then Gutenberg is the core. So we have rebuilt inside the plugin, the code in the way it can work with Gutenberg and we can easily add other integrations. And we always perform something with WordPress and Gutenberg native features. It&#8217;s in the core. So of course Elementor has grown up.</p>\n\n\n\n<p>So the company itself, it&#8217;s 20 years in market and we have all the 20 years experience. And we know it can shine as a star and it can die next day. But WordPress, we believe will stay for a long time with us. That&#8217;s why all our main plugins are built for WordPress and Block Editor. And we try to connect it more natively.</p>\n\n\n\n<p>The issues we have, it takes a long time. For some of our projects, for example, we have JetThemeCore, it&#8217;s a plugin which builds templates for archive pages, WooCommerce card, profile page, so all sorts of pages you can make the structure with it. And for some time we haven&#8217;t developed it because we were waiting for FSE, for some new features from WordPress itself. But it take too long time, and we didn&#8217;t want to build something that WordPress will build natively. Or you need to wait or you build it, and then users will have it twice, once in Crocoblock and then in WordPress.</p>\n\n\n\n<p>So we have these issues, but we&#8217;re trying to work around. For example, we have JetStyleManager, it&#8217;s a free plugin. It was created specifically for Gutenberg, because when we have made integration and compatibility for our plugins, Gutenberg was very new and it didn&#8217;t have a lot of style options. And we have built separate plugin just for Gutenberg to make styles possible. And now users have this solution from every plugin provider different, and we will rebuild it because WordPress have changed and so on.</p>\n\n\n\n<p>So what I wanted to say, and it took a long time, even if you use Bricks, Elementor, and we will add some other integrations for Builder, WordPress is in Core and we would never ignore it. We&#8217;re part of WordPress, first of all.</p>\n\n\n\n<p>[00:22:04] <strong>Nathan Wrigley:</strong> You mentioned a few sort of little frustrations there with the pace of WordPress. So for example, you may want a particular feature, and you know it&#8217;s coming, but you take your foot off the pedal of your own project so that you&#8217;re not building it twice as you said. But what about the way that Gutenberg and Full Site Editing, but Gutenberg in particular has changed over the last six or seven years?</p>\n\n\n\n<p>I mean, there must have been times when, the fact that it was altering so rapidly, and in such a drastic way, you know, from one release to the next it might be an entirely different UI for a particular thing. And then you&#8217;ve got to scratch your head and think, okay, we just shipped something, and we did the documentation, and it all looked like that, and now it looks like this, we&#8217;ve got to redo all the documentation.</p>\n\n\n\n<p>Being honest, has it been a straightforward process or has it been a fairly frustrating process? I mean, it could have been a bit of both, I guess.</p>\n\n\n\n<p>[00:22:53] <strong>Anna Hurko:</strong> It&#8217;s both. It was frustrating because we so believe in WordPress, and we have waited for some changes before, early, and it took too much time from our opinion. But it&#8217;s part of WordPress life. So it&#8217;s part of probably open source and so on, so we&#8217;re okay with it. And I can say that probably we don&#8217;t feel that frustration all the time because Crocoblock itself, growing and changing so quick as well.</p>\n\n\n\n<p>In six years we started with five people, now 85. You can imagine how quick changes processes inside our team as well. Because every time, in marketing, you have few new people, you need new process. Or in developers teams, they have started like three, four developers and now 15. Every two, three, developers, you need to change the process. So what I mean, in our philosophy of Crocoblock, we are okay with changes. It doesn&#8217;t frustrate us. What frustrates us, if nothing happens.</p>\n\n\n\n<p>[00:23:44] <strong>Nathan Wrigley:</strong> Yeah. And over the last decade or more, we&#8217;ve just seen the line of market share for WordPress go up and up and up. And if I was a product maker in the WordPress space, that would&#8217;ve made me feel great. I&#8217;ve got a credible product, it works. We&#8217;ve got a load of people using it. And look, the amount of people who might use it just keeps rising. And then we get to about 43% of the web, whatever that means, I mean, we can ignore exactly what that means, but the point is the line just kept going up.</p>\n\n\n\n<p>More recently there&#8217;s more discussion about stagnation in the marketplace, and maybe that line tapers a little bit and it goes flat. Or, and I don&#8217;t really want to get into that, we&#8217;ve got this period of change at the moment, there&#8217;s a lot of politics inside of WordPress. I&#8217;m just wondering what your thoughts are on where the business is pitched. The fact that you are using WordPress is great, but do you have any concerns about the market share sort of stagnating, or do you feel that you still have a massive audience in WordPress that you&#8217;re still yet to reach?</p>\n\n\n\n<p>[00:24:41] <strong>Anna Hurko:</strong> We have different periods. For example, last years were very challenging for us. Because Crocoblock started, when we started it grows in geometrical progress, it was very quick growing. And then of course as a five, six years project, you have not so big changes in your revenue, but it&#8217;s good, it works. And last few months we have very good results. So I think we don&#8217;t feel that stagnation so much because we have started Crocoblock without marketing, it was selling itself, and of course with help of community influencers.</p>\n\n\n\n<p>And we have just started last year to build a brand and to work with marketing. It means we have a lot of potential yet. So if market is stagnating or it still feels for us to develop our customer base and so on, because we didn&#8217;t use it before. You know what I mean? So if you haven&#8217;t selling in right way, then now we have started. So we still have a lot customers.</p>\n\n\n\n<p>[00:25:32] <strong>Nathan Wrigley:</strong> Oh I see what you mean. So it was more kind of organic growth, or maybe it was social media or YouTube or what have you.</p>\n\n\n\n<p>[00:25:38] <strong>Anna Hurko:</strong> We have started with product team, and that&#8217;s why we didn&#8217;t have real marketing. No one from us really understood the marketing itself, because we have just done what people need. And somehow the product was built first for ourselves and for our needs. That means we know our customers, not only from support team or interviews, they know them because they are we. So we didn&#8217;t need marketing.</p>\n\n\n\n<p>And it was a time in our Crocoblock life when we didn&#8217;t believe in marketing. And we thought like, okay, marketing is just wasting of money. It changed. So last year we had head of marketing and I developed a marketing team as well. That&#8217;s why it&#8217;s very new for us and we still have where to grow.</p>\n\n\n\n<p>And about market share, we could say something about stagnation, but after we see new numbers of Elementor, and we can see where is no stagnation. And about the drama and the situation with WordPress, which we had since September, we don&#8217;t feel it.</p>\n\n\n\n<p>So for me, it was surprising that my life was only about the drama and no one in Crocoblock community talked about it. So we have 30,000 people in Crocoblock community in Facebook, and it was only two posts asking about what happens, that&#8217;s it. With five comments. So I think the companies care, but customers not so much.</p>\n\n\n\n<p>We have some feedback from agency customers. So our customer is an agency or freelance developer. They had few issues from clients, but not so much. So the main reason is to keep ecosystem healthy and that&#8217;s it.</p>\n\n\n\n<p>[00:27:05] <strong>Nathan Wrigley:</strong> And now that you&#8217;ve moved into marketing, by the way, I think you were right about marketing. If you spend your marketing money badly, it probably is an absolute waste of money, but if you spend it wisely, it&#8217;s probably the most effective money that you can ever spend. So where are you pitching that then?</p>\n\n\n\n<p>So if I just rewind and re-ask that question, who is your audience? Who are the people that are using this? Is this a product which is used by agencies to deploy to their client websites? Do you find that you are being purchased by, I don&#8217;t know, people who&#8217;ve just got one or two websites? Maybe it&#8217;s just a solopreneur, something like that. Is there a segment of the market that you identify with?</p>\n\n\n\n<p>[00:27:41] <strong>Anna Hurko:</strong> Yes, of course. First, when we have started, we were growing just naturally and we didn&#8217;t ask ourselves these questions. Now, we have made a lot of researches, and it&#8217;s the same answer. Our customers are agencies and freelance developers. They&#8217;re about 30, 35, 40 years old with five, six years experience.</p>\n\n\n\n<p>The issue is the Crocoblock is quite complicated solution. It gives you total freedom. You can build from admin panel anything, we have query builder where you can use SQL and other complicated stuff. You don&#8217;t need to go to database. You can reach your SQL database from the admin panel, or complex relations and so on.</p>\n\n\n\n<p>But to use it, even from admin panel by clicking buttons, you need to understand how it works. The learning curve is complicated. And our developers building product quicker is that all other 80 people can produce a content for it and tutorials. That means, so if you need one website, it&#8217;s not a marketing answer, but if you need one, two websites, you don&#8217;t need Crocoblock. It&#8217;ll be too complicated for you. But Crocoblock will save your time and 50, 60% if you have more websites, if you&#8217;re an agency.</p>\n\n\n\n<p>[00:28:47] <strong>Nathan Wrigley:</strong> Right, I understand. So if you&#8217;ve got a portfolio of websites and you&#8217;re willing to put the time in to learn over 2, 3, 4, 5, 10, 20 projects, you&#8217;ll get a return on your time back. But if it&#8217;s just one website, maybe the learning curve, unless you really into that kind of thing and you just want to learn for the sake of it.</p>\n\n\n\n<p>[00:29:04] <strong>Anna Hurko:</strong> I have visited a lot of WordCamps last year and meetups, just to talk to our customers. And we have a lot of fans who paid us once lifetime, but they&#8217;re still our fans and they talk about us on meetups and so on. Even unpaid, it&#8217;s so pleasure when someone talked about you, about meetup, and had presentation and you never paid for it.</p>\n\n\n\n<p>And it&#8217;s always about four or five people in agency who are building websites. And because of Crocoblocks, they can build one website in a week, starting from design into the launch. It&#8217;s very nice because we have components and query builder and glossary, so you can make some predefined elements and then reuse it all the time if you have some websites you built then, for example, booking and so on.</p>\n\n\n\n<p>[00:29:47] <strong>Nathan Wrigley:</strong> So do you sell your products separately? So all of the different ones that I mentioned, plus all ones that I didn&#8217;t have time to mention. Do you sell them as individuals or do you tend to sell it as a sort of bundle that people buy? How do you pitch that?</p>\n\n\n\n<p>[00:29:58] <strong>Anna Hurko:</strong> You can buy them separately or a bundle. So it&#8217;s a subscription for one year, but you can buy one plugin, we have custom subscription, you can choose a few plugins, so you can buy a lifetime with all the plugins or all inclusive yearly for all plugins. So it depends what you need. So of course the most popular is lifetime.</p>\n\n\n\n<p>[00:30:16] <strong>Nathan Wrigley:</strong> Do you get yourself involved in the community? I know personally you said you&#8217;d been to a load of WordCamps and things. Does Crocoblock give back? Do you sponsor events maybe locally or some of the bigger ones? I don&#8217;t know, maybe you even contribute time to Core in terms of developers or something, I don&#8217;t know.</p>\n\n\n\n<p>[00:30:30] <strong>Anna Hurko:</strong> So it was our plan. Honestly, we haven&#8217;t started to contribute into Core, but we sponsor WordCamps and we attend a lot of WordCamps. We have started from last year, I think, but because of the war, we couldn&#8217;t start before. So I mean, the Crocoblock started with all of these things. But from last year we started to sponsor big WordCamps and small WordCamps.</p>\n\n\n\n<p>[00:30:50] <strong>Nathan Wrigley:</strong> I mentioned the URL earlier, but I&#8217;ll say it one more time. It&#8217;s crocoblock.com, so C-R-O-C-O-B-L-O-C-K dot com. That&#8217;s where you can find all of the different bits and pieces that Anna&#8217;s been talking about. If anybody wants to speak to you, Anna, personally, do you hang out on any social media platforms, or have a thing that you&#8217;d like to mention where people can find you?</p>\n\n\n\n<p>[00:31:10] <strong>Anna Hurko:</strong> Yeah, Facebook or Twitter, but I&#8217;m as well in LinkedIn. And I can tell you the secret, and if you write in Facebook room community, you can find our CTO Andrew. And if you write him in DM, he will answer you as well.</p>\n\n\n\n<p>In all WordCamps I told to customers if they have complicate, but interesting case, they come to contact Andrew, and if it&#8217;s really interesting, he will help you. And even make some changes to plugin sometimes because of customer requests. So we are very reachable. I mean, all Crocoblock team will answer you if you write in DM.</p>\n\n\n\n<p>[00:31:42] <strong>Nathan Wrigley:</strong> Well, thank you very much for chatting to me today, Anna. I really appreciate it. One more time, if you want to find out what they&#8217;re doing, crocoblock.com is the URL. Anna, thanks so much for chatting to me today, I really appreciate it.</p>\n\n\n\n<p>[00:31:52] <strong>Anna Hurko:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/anna-hurko-25aa368a/\">Anna Hurko</a>.</p>\n\n\n\n<p>Anna is the CEO of <a href=\"https://crocoblock.com/\">Crocoblock</a>, a company with a suite of dynamic plugins designed to help developers build complex websites. With a background in computer science, Anna transitioned from support roles to leading Crocoblock, and has been with the company for over 11 years.</p>\n\n\n\n<p>Anna quickly rose through the ranks due to her technical knowledge and effective communication skills. Crocoblock, which started with just a handful of team members, has now grown to 85 employees. They offer a wide range of specialised plugins such as JetEngine, JetSmartFilters, JetBooking, and more, primarily aimed at agencies and freelance developers.</p>\n\n\n\n<p>Anna shares her journey, and discusses the growth of Crocoblock. She highlights the company&#8217;s flexibility and commitment to meeting developers&#8217; needs, adapting to both the rapid changes within WordPress, and the increasing demand for dynamic site capabilities.</p>\n\n\n\n<p>Anna also talks about the company&#8217;s marketing strategies and their active, and growing, participation in the WordPress community through WordCamps and meetups.</p>\n\n\n\n<p>If you&#8217;re interested in how a company evolves with the WordPress ecosystem, and the challenges and successes that come with it, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://crocoblock.com/\">Crocoblock website</a></p>\n\n\n\n<p>Anna on <a href=\"https://www.linkedin.com/in/anna-hurko-25aa368a/\">LinkedIn</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"HeroPress: Building a WordPress Career Without a Map: Lessons from My Journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=7760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"https://heropress.com/essays/building-a-wordpress-career-without-a-map-lessons-from-my-journey/#utm_source=rss&utm_medium=rss&utm_campaign=building-a-wordpress-career-without-a-map-lessons-from-my-journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7830:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2025/02/012825-1-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be open to change, focus on what you do, and don’t fear big goals.\" />\nHere is Anna reading her own story aloud.\n\n\n\n\n\n<p>I never dreamed of being a CEO. Even now, when I am introduced as such, I feel a little shy. But every time I start thinking, &#8220;<em>Am I enough? Doesn’t the company deserve someone more qualified?</em>&#8220;—I return to my journey.</p>\n\n\n\n<p>I want to share this to inspire those who are just starting out, changing their path, or feeling lost along the way.</p>\n\n\n\n<p><strong>My career path looks like this:</strong><br />Senior Technical Support Specialist → Shift Support Manager → QA Manager → Release Manager → Project Manager → Product Owner → COO → CEO</p>\n\n\n\n<p>I started as a chat operator in technical support and quickly advanced to Senior Technical Support Specialist and mentor, later becoming Shift Support Manager. I transitioned to the production department as a QA Ma</p>\n\n\n\n<p>Soon after, my responsibilities grew to include roles like Release Manager and Project Manager.</p>\n\n\n\n<p>When we launched Crocoblock, I focused on product and strategic issues, working as a Product Owner, then COO, and finally, CEO.</p>\n\n\n\n<p>However, my journey began even earlier.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-story-that-inspired-me\">A story that inspired me</h2>\n\n\n\n<p>When I was a teenager, my father changed careers. He worked as a land-line network engineer, but as technology advanced, the role became obsolete. At 42, he started from scratch in the gas industry. His persistence and willingness to learn left a lasting impression on me. A few years later, he became the CEO of a company in a completely new field.</p>\n\n\n\n<p>Later, in 2014, due to war, he lost his job and started over again. Now, in 2025, after yet another wave of war, he has taken on a new role, proving to himself and others that it’s never too late. This story ingrained in me the belief that <strong>“you can always find a new beginning.”</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-i-entered-it\">How I entered IT</h2>\n\n\n\n<p>While studying at university, I promised myself, “<em>I will never work with websites!</em>” Before WordPress, web development with pure HTML didn’t appeal to me.</p>\n\n\n\n<p>However, in 2014, as the war began and tanks rolled past my house toward Crimea, I was looking for any job that required English. That’s how I ended up in technical support. The training lasted a month, with me spending 5 hours on mentorship and about the same amount of time on homework every single day. During that time, I left the house only once to celebrate my grandmother’s birthday—I was that captivated.</p>\n\n\n\n<p>My technical education, understanding of databases, and soft skills from public activities helped me adapt quickly. I chose to work a six-day schedule to fully immerse myself in the new world.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-defining-moment\">A defining moment</h2>\n\n\n\n<p>After my internship, I was introduced to the KPI system that affected salaries: 30 metrics and a calculation formula. Instead of analyzing the formula, I focused on the tasks at hand. My goal was simple: solve customer problems as effectively as possible.</p>\n\n\n\n<p>Two months later, I became the top chat operator. Within three months, I mentored newcomers, and in six months, I helped revamp the support system.</p>\n\n\n\n<p>This experience was key for me. I realized it’s not about chasing ratings or recognition—it’s about focusing on the value you create, which ultimately leads to success.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-transition-to-production\">The transition to production</h2>\n\n\n\n<p>After a year and a half in support, I wanted a broader impact. Thanks to regular reports and feedback I shared with the production team, they invited me to join their department. I didn’t know which role suited me or cared about titles—I simply did what was needed.</p>\n\n\n\n<p>Over time, I held several roles: QA Manager, Release Manager, Project Manager, and Product Owner. But none of them confined my scope of responsibilities.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-approach-to-work\">My approach to work</h2>\n\n\n\n<p>One of the most important principles I followed was <strong>a willingness to help</strong>—without letting it hinder my main work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If I knew the answer to a question, I responded immediately.</li>\n\n\n\n<li>If I didn’t know but knew where to find it, I searched quickly.</li>\n\n\n\n<li>If expert input was needed, I contacted the right person.</li>\n\n\n\n<li>If I was short on time, I guided colleagues on where and whom to ask.</li>\n</ul>\n\n\n\n<p>I always ensured the problem was solved and remembered the solution. This helped me build a broad network within the company and become the go-to person who &#8220;knows everything.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-i-grew-with-the-company\">Why I grew with the company</h2>\n\n\n\n<p>Throughout my career, I have never feared uncertainty. When responsibilities changed, I took them as challenges. My philosophy was simple: “<em>I need to do everything to help the project grow, and I’ll grow along with it.</em>”</p>\n\n\n\n<p>Of course, there were periods of anxiety and doubt. <strong>Remembering my goal helped me push forward, work harder, learn faster, and adapt to changes.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-i-became-a-ceo\">How I became a CEO</h2>\n\n\n\n<p>With each new role, my understanding of the WordPress market and products deepened. My vision broadened, and my goals became more ambitious. This inspired me to build a strong team and take on more responsibility for decision-making.</p>\n\n\n\n<p>As COO, I honed my skills in achieving goals. However, the key to transitioning to CEO was realizing I was ready to take responsibility for defining the goals themselves. As a CEO, your work results in the work of your team. The main tasks of a CEO are to maintain the vision, support the team, and create conditions for growth.</p>\n\n\n\n<p>For me, being a CEO is about constant development, solving new challenges, and creating growth opportunities—not only for the company but also for the team. This role isn’t the ultimate goal but a tool for achieving results that matter to us all.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-takeaways\">Key takeaways</h2>\n\n\n\n<p>Over this journey, I’ve learned that it’s important to focus on tasks rather than how one is evaluated. <strong>Good work speaks for itself.</strong></p>\n\n\n\n<p>When you do what you love and constantly strive for new challenges, time flies unnoticed. That’s what happened to me: 10 years passed in the blink of an eye. And then, one day, I find myself still the same girl fighting in the name of customer happiness—but now, I’m also setting the budget for the entire project for the next year.</p>\n\n\n\n<p>During this time, I’ve observed my colleagues and subordinates build their careers, and I strive to share my experience. At Crocoblock, we actively help support team members grow into developers, managers, and marketers, taking on new roles. This path is open to anyone willing to work, learn, and aim higher.<br /><strong>My lesson is simple:</strong> Be open to change, focus on what you do, and don’t fear big goals. If you work toward them daily, they will become a reality.</p>\n<p>The post <a href=\"https://heropress.com/essays/building-a-wordpress-career-without-a-map-lessons-from-my-journey/\">Building a WordPress Career Without a Map: Lessons from My Journey</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2025 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Anna Hurko\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Boom &amp; Deepseek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=135630\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2025/01/boom-deepseek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1317:\"<p>What an exciting time to be alive. I was <a href=\"https://x.com/karpathy/status/1872362712958906460\">hipped to Deepseek by Andrej Kaparthy&#8217;s tweet the day after Christmas</a>, it was clear then that something big had happened and that it was truly open source and open weights (not this fake Llama stuff). It&#8217;s been fun to see the rest of the world catch up to it, and how radically accessible and deployable these models will be for people to hack on. I don&#8217;t have any comment on public markets or stocks.</p>\n\n\n\n<p>The other super inspiring thing today was Boom&#8217;s first supersonic flight. It&#8217;s <a href=\"https://www.youtube.com/watch?v=-qisIViAHwI\">worth watching the video</a>. We&#8217;re 4-5 years away from halving flight times with supersonic flight. In that same timeframe we might have something even more dramatic from SpaceX, like Houston to Tokyo in 30 minutes. Really cool to see the spirit of entrepreneurship and innovation around all of these things. It&#8217;s tempting to get distracted by drama (WPE and legal battles), but there&#8217;s such freedom and joy in just continuing to build, to engineer, to solve problems. I&#8217;m so grateful I get to do so every day with such incredible colleagues at Automattic.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 20:15:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Do The Woo Community: AI, WooCommerce Changes, and the WordPress Community in 2025 with Robbie, Robert and Marcus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89413\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://dothewoo.io/ai-woocommerce-changes-and-the-wordpress-community-in-2025-with-robbie-robert-and-marcus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"In this Woo AgencyChat, the hosts discuss AI\'s role in web development, WooCommerce advancements, e-commerce simplification, and the resilience of the WordPress community amidst ongoing drama, highlighting their hopes for 2025.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 12:38:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Do The Woo Community: Do the Woo is a Media Partner for CloudFest 2025 and the Hackathon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89382\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://dothewoo.io/blog/do-the-woo-is-a-media-partner-for-cloudfest-2025-and-the-hackathon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"We are excited to partner with CloudFest again, featuring over 8,700 attendees and 250+ speakers at Europa-Park from March 17-20, 2025.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Do The Woo Community: Reflections on the WooCommerce Releases from 2024 with Marcel and Mike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://dothewoo.io/exploring-woocommerce-2024-new-features-and-developer-insights-with-marcel-and-mike/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"In this episode of Woo DevChat, Marcel and Mike discuss significant WooCommerce updates from 2024, AI\'s impact, and their personal goals.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jan 2025 11:20:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Gravatar: Create Unique Avatars With Backgrounds and Stickers!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://blog.gravatar.com/2025/01/22/new-background-and-sticker-features/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2777:\"<p>Has it been a while since you gave your Gravatar a fresh look? We just rolled out some fun new editing tools that let you remove backgrounds, add new ones, and decorate with stickers. Your avatar travels with you across the web — now it can show even more of your personality.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Background Magic</h2>\n\n\n\n<div class=\"wp-block-group has-contrast-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-2 wp-block-group-is-layout-constrained\">\n<img width=\"1200\" height=\"849\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/cleanshot-2025-01-22-at-11.08.30.gif\" alt=\"\" class=\"wp-image-2779\" />\n</div>\n\n\n\n<p>Take any photo and instantly remove its background. Drop yourself onto a beach, in front of a cityscape, or keep it clean with a solid color. </p>\n\n\n\n<p>That quick selfie can now look like a professional headshot.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sticker Time</h2>\n\n\n\n<div class=\"wp-block-group has-contrast-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-3 wp-block-group-is-layout-constrained\">\n<img width=\"1200\" height=\"850\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/cleanshot-2025-01-22-at-11.13.25.gif\" alt=\"\" class=\"wp-image-2780\" />\n</div>\n\n\n\n<p>Add some flair with our collection of stickers. From sunglasses to speech bubbles, you can layer on elements that match your style. Use the search feature to find the perfect additions.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Use the New Features</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Head to <a href=\"https://gravatar.com/profile\">gravatar.com/profile</a></li>\n\n\n\n<li>Click on <strong>Avatars</strong></li>\n\n\n\n<li>Upload a new photo or click the three dots to edit an existing one</li>\n\n\n\n<li>Look for the <strong>Background</strong> and <strong>Stickers</strong> menus</li>\n\n\n\n<li>Start creating!</li>\n</ol>\n\n\n\n<p><strong>Pro tip:</strong> Try the search button in both the background and sticker menus – you might find something unexpected and perfect. </p>\n\n\n\n<p>Backgrounds come from <a href=\"https://www.pexels.com/\">Pexels</a> and stickers from <a href=\"https://giphy.com/stickers\">Giphy</a>. Or you can upload your own.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Update Your Avatar?</h2>\n\n\n\n<p>Remember, your Gravatar shows up automatically on millions of sites like WordPress, Slack, and Zapier. It&#8217;s the face you show the world across the web. With these new tools, you can make sure that face is exactly how you want it.</p>\n\n\n\n<p>Share your new look with us <a href=\"https://x.com/gravatar\">on X</a> or <a href=\"https://bsky.app/profile/gravatar.bsky.social\">Bluesky</a> — we can&#8217;t wait to see what you create!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Jan 2025 16:30:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Gravatar: Enhance Your WordPress Blog: Create a Custom Author Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://blog.gravatar.com/2025/01/26/wordpress-author-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16651:\"<p>Author pages contain information about a person who has written, edited, or contributed to an article. This usually includes things like their name, picture, short bio, social media links, and then a list of all their published posts on the same domain.&nbsp;</p>\n\n\n\n<p>If you have a blog, it’s generally always a good idea to have dedicated authors and pages to accompany them. This is important for many reasons, but one of the main ones is that it instantly improves the credibility of the content. It’s one thing to read a technical piece written by a credible software engineer than an anonymous user with no name!</p>\n\n\n\n<p>Author pages not only encourage users to read and interact with your content (because they know a real person is behind it), but they are also great for improving your search engine rankings, along with E-E-A-T (Expertise, Experience, Authoritativeness, Trustworthiness).&nbsp;</p>\n\n\n\n<p>Now that you’re convinced how important author pages are, you’re probably wondering: “Is there a way to customize them, make them look better and more engaging?”</p>\n\n\n\n<p>Absolutely!&nbsp;</p>\n\n\n\n<p>To help you do just that, we’ve created this useful guide that will explore the different ways of customizing the author template in <a href=\"https://wordpress.org/\" rel=\"nofollow\">WordPress</a>, show you how you can create a custom page, use template tags, and take advantage of tools like <a href=\"https://gravatar.com/\">Gravatar</a> to take your author pages to the next level.&nbsp;</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Customizing the default author template vs. creating a custom page</strong></h2>\n\n\n\n<p>There are two main approaches when it comes to improving your author pages: Customizing the default author page template and creating a custom author page from scratch.&nbsp;</p>\n\n\n\n<p>Let’s take a look at both methods.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customizing the default author template</strong></h3>\n\n\n\n<p>Before we dive into this, it’s important to mention that there is a difference between the author of an article and the ‘Author’ user role that exists in WordPress. Technically, the author of a blog post can also be the administrator, an editor, a contributor, as well as an author. So take into account that when we mention author, we mean any person who has written the specific piece of content.&nbsp;</p>\n\n\n\n<p>Now, with that out of the way, let’s get into the default author pages. The information they include is the data of the specific user profile, which looks like this:&nbsp;</p>\n\n\n\n<img width=\"1289\" height=\"1170\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/author-page-backend.png\" alt=\"User information settings in WordPress\" class=\"wp-image-1864\" />\n\n\n\n<p>You can add information like names, websites, and bio, along with the profile picture linked to their specific Gravatar profile. If they don’t have a Gravatar profile, their profile picture displays as a mystery person.&nbsp;</p>\n\n\n\n<p>On the front end, the author page will look different depending on the theme of your choice. For example, this is how it would look with the <a href=\"https://wordpress.org/themes/bloghash/\" rel=\"nofollow\">Bloghash WordPress theme</a>:&nbsp;</p>\n\n\n\n<img width=\"1493\" height=\"949\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/bloghash-theme-author-page.png\" alt=\"Example of the default author page in WordPress with the theme Bloghash\" class=\"wp-image-1865\" />\n\n\n\n<p>Customizing the default author template is suitable for minor changes and maintaining a consistent design across your WordPress site. By utilizing template tags, you can modify the default template regardless of the theme you&#8217;re using, without the need for additional plugins or custom code.</p>\n\n\n\n<p>The benefits of customizing the default template include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ease of implementation:</strong> Making changes to the existing template is relatively straightforward and doesn&#8217;t require extensive technical knowledge.</li>\n\n\n\n<li><strong>Maintaining a unified look:</strong> By working with the default template, you ensure that your author pages blend seamlessly with the rest of your site&#8217;s design.</li>\n</ul>\n\n\n\n<p>However, there are some limitations to this approach:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Less flexibility:</strong> Customizing the default template may not provide as much flexibility as creating a custom author page from scratch. You&#8217;re limited to the structure and elements already present in the template.</li>\n\n\n\n<li><strong>Potential conflicts with theme updates:</strong> If your theme receives an update that modifies the author template, your customizations may be overwritten, requiring you to reapply them.</li>\n</ul>\n\n\n\n<p>Despite these limitations, customizing the default author template can be a quick and effective solution for those who want to make minor improvements to their author pages while maintaining a consistent design across their WordPress site.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Creating a custom author page</strong></h3>\n\n\n\n<p>A custom author page gives you full control over the design, the amount of information, and how it’s displayed, and it also comes with extra opportunities for user engagement. It’s a separate page that is then linked to this specific user and shows up when you click on their name.&nbsp;</p>\n\n\n\n<p>Unlike the default author page, you’re not restricted to the information fields on the back end and can add virtually anything. For example, you can include customized links to guest post contributions, client testimonials, extra information about services, a donation block, share buttons, and much more.&nbsp;</p>\n\n\n\n<p>The only possible downfall of these pages is that they require more effort to set up and maintain, and depending on your goals, you might need technical knowledge or external tools and plugins for the job. The payoff, however, is worth it.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to use template tags to customize the author template</strong></h2>\n\n\n\n<p>The design of your WordPress blog is defined by the theme you are using, and themes are made of different templates. Template tags PHP functions built into WordPress to fetch and display dynamic content allowing you to customize your blog and make the pages look exactly how you want them to.&nbsp;</p>\n\n\n\n<p>In this next section, we’ll guide you through the process of using template tags for author page customization, including code snippets.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Creating the author.php file</strong></h3>\n\n\n\n<p>The first step is to check whether there is an author.php file in your theme directory and create one if that’s not the case. This is the file you’ll be using to customize the layout and the content of the author pages.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Basic template tags for author information</strong></h3>\n\n\n\n<p>There are a couple of tags you can use to access author information, including:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code><strong>the_author_meta</strong>()</code>: Use this to simply display author information.</li>\n\n\n\n<li><code><strong>get_the_author_meta</strong>()</code>: Use this if you want to return a value and save it to a variable. Values you can request include <code>admin_color, first_name, last_name, user_url, </code>and<code> nickname.</code></li>\n\n\n\n<li><code><strong>get_the_author_posts</strong>()</code>: Use this to retrieve the current author’s total number of posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Combining template tags with HTML and CSS</strong></h3>\n\n\n\n<p>You can display this data on the frontend of your website using the echo command, like in the example below:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"author-info\"&gt;\n	&lt;h2&gt;About the Author&lt;/h2&gt;\n	&lt;p&gt;&lt;strong&gt;Name:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'display_name\'); ?&gt;&lt;/p&gt;\n	&lt;p&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'user_email\'); ?&gt;&lt;/p&gt;\n	&lt;p&gt;&lt;strong&gt;Bio:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'description\'); ?&gt;&lt;/p&gt;\n&lt;/div&gt;</code></pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Using conditional statements</strong></h3>\n\n\n\n<p>The <strong>is</strong>_author function introduces conditional logic, where you can check whether a page has an author, and display their information if it does. Use the following format:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php if ( is_author() ) : ?&gt;\n// Your code here if it returns true\n&lt;?php endif; ?&gt;</code></pre>\n\n\n\n<p>This is ideal for sites with a very simple URL structure where, say, a landing page and a blog post would have the same structure.</p>\n\n\n\n<p>Pair this with the <code>get_the_author_meta()</code> command to retrieve the author’s ID and display their information on the frontend, as shown above.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Building a custom author page on WordPress through Gravatar integration</strong></h2>\n\n\n\n<img width=\"1473\" height=\"918\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-profiles-as-a-service-1.png\" alt=\"Gravatar homepage\" class=\"wp-image-1871\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a>, a service built by <a href=\"https://automattic.com/\">Automattic</a>, offers a powerful solution for creating feature-rich and dynamic author pages on your website with minimal effort. While WordPress already uses Gravatar profile pictures for users logged in with the same email, you can take this integration a step further by leveraging Gravatar&#8217;s Profiles-As-A-Service REST API to import entire user profiles and create fully customized author pages.</p>\n\n\n\n<p>For example, all the blog posts written by yours truly (me, Ronnie) have a link to my <a href=\"https://gravatar.com/burtrw\">Gravatar page</a>:&nbsp;</p>\n\n\n\n<img width=\"821\" height=\"353\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/link-to-gravatar-profile.png\" alt=\"Example of author link in a Gravatar blog post\" class=\"wp-image-1872\" />\n\n\n\n<p>This is so that when people click on my name, they are redirected to my Gravatar profile where I’ve put all important information about myself.</p>\n\n\n\n<img width=\"1032\" height=\"776\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/ronnie-gravatar-profile.png\" alt=\"Ronnie Burt Gravatar\'s profile\" class=\"wp-image-1873\" />\n\n\n\n<p>However, the benefits of Gravatar integration go beyond simply linking to an author&#8217;s Gravatar page. By utilizing the <a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">Profiles-As-A-Service</a> REST API, you can create custom author pages on your website that display information imported directly from Gravatar. This offers several advantages:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Automatically synced author data: </strong>When a new author or contributor signs up to your site with their Gravatar profile, all their data is automatically imported. This includes name, location, job title, pronouns, bio, important links to their other work, verified social media accounts, and contact information. This streamlines the process for everyone, especially the author, as they don&#8217;t need to input their entire information from scratch.</li>\n\n\n\n<li><strong>Simplified author page creation:</strong> With Gravatar&#8217;s API, you have access to pre-populated data, allowing you to build custom author pages quickly without the need to collect information manually. Everything falls into place seamlessly.</li>\n\n\n\n<li><strong>Data consistency:</strong> Since the custom author page is connected to the Gravatar profile, any changes made to the author&#8217;s information on Gravatar are automatically reflected on your website. This eliminates the need for admins and IT support to constantly update author information manually.</li>\n\n\n\n<li><strong>Pre-verified author information:</strong> Gravatar validates and vets certain user data, such as linked social media accounts and payment links. This ensures that authors are who they claim to be, making it easier for readers to connect with them and enhancing the credibility and accuracy of your articles.</li>\n</ul>\n\n\n\n<p>So, if you want to leverage Gravatar to build a custom author page, check out our <a href=\"https://docs.gravatar.com/api/profiles/\">documentation for developers</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Customizing the WordPress author box with Jetpack and Gravatar</strong></h2>\n\n\n\n<p>One of the most important parts of the author&#8217;s profile is their bio – it’s what gives the article credibility and entices readers to check out more posts or even connect with the author. Besides ensuring it’s written well, you can enhance the bio’s design even further with the <a href=\"https://jetpack.com/\" rel=\"nofollow\">Jetpack</a> plugin and its <a href=\"https://jetpack.com/support/gravatar-hovercards/\">Gravatar hovercard integration</a>.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customizing author info with Jetpack</strong></h3>\n\n\n\n<img width=\"1317\" height=\"724\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/jetpack-homepage.png\" alt=\"Jetpack homepage\" class=\"wp-image-1875\" />\n\n\n\n<p>Jetpack comes with many additional features, that allow you to customize and add new functionalities to the author pages.&nbsp;</p>\n\n\n\n<p>First, it fully integrates with Gravatar to pull author information and update it automatically. Besides that, it lets you enable the display of the author’s name and bio or their Gravatar profile on single post pages with all the information directly pulled from their WordPress profile.&nbsp;</p>\n\n\n\n<p>In this example, we’ve added a Gravatar profile widget to the sidebar next to the blog post.&nbsp;</p>\n\n\n\n<img width=\"1992\" height=\"1017\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-widget-jetpack.png\" alt=\"The Gravatar widget in Jetpack\" class=\"wp-image-1876\" />\n\n\n\n<p>With <a href=\"https://docs.gravatar.com/sdk/web-components/hovercards/\">Gravatar Hovercards</a> enabled, when people hover over the profile with their mouse, they’ll see a mini version of the profile as a hovercard.&nbsp;</p>\n\n\n\n<p>This is how it would look in our example:&nbsp;</p>\n\n\n\n<img width=\"1283\" height=\"848\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/example-hovercards-sarah.png\" alt=\"Example of a Gravatar hovercard\" class=\"wp-image-1878\" />\n\n\n\n<p>You can easily enable that by going to <em>Jetpack &gt; Settings &gt; Discussion </em>and then enabling the option named “<em>Enable pop-up business cards over commenters’ Gravatars</em>”</p>\n\n\n\n<img width=\"660\" height=\"404\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/enable-hovercards-in-jetpack.png?w=660\" alt=\"Enabling Hovercards in the Jetpack settings\" class=\"wp-image-1879\" />\n\n\n\n<p>There are many other customization options, especially with <a href=\"https://jetpack.com/support/extra-sidebar-widgets/\" rel=\"nofollow\">Jetpack widgets</a>. Still, we recommend keeping it simple and not cluttering the page with too many elements, as this may overwhelm readers. As always, balance is key.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Transform your WordPress site with a stunning custom author page</strong></h2>\n\n\n\n<p>Custom author pages are essential for showcasing your authors&#8217; expertise, fostering reader connections, and enhancing user experience. While there are various approaches to creating custom author pages on WordPress, integrating with Gravatar&#8217;s Profiles-As-A-Service REST API is the most efficient and effective solution.</p>\n\n\n\n<p>By leveraging Gravatar&#8217;s API, you can save time and effort, ensure data accuracy and consistency, provide a seamless user experience, and boost your blog&#8217;s SEO and E-E-A-T.&nbsp;<a href=\"https://docs.gravatar.com/api/profiles/\">Learn more about how you can integrate Gravatar</a> with your WordPress website and begin your journey toward a more connected and personalized user experience.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Jan 2025 16:24:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 24 Feb 2025 14:10:51 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Mon, 24 Feb 2025 14:00:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";i:1727729420;s:21:\"cache_expiration_time\";i:1740449451;s:23:\"__cache_expiration_time\";i:1740449451;}','off'),(149,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1740449451','off'),(150,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1740406251','off'),(151,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1740449451','off'),(152,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\'>Shaping Tomorrow at WordCamp Asia 2025</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/02/wordpress-in-2025-report/\'>Report: WordPress in 2025</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\'>WordPress.org blog: Shaping Tomorrow at WordCamp Asia 2025</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/02/wcasia-kumbh/\'>Matt: WordCamp Asia and Maha Kumbh Mela</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/blog/do-the-woo-v5-0-changelog/\'>Do The Woo Community: Do the Woo v5.0 Changelog</a></li></ul></div>','off'),(153,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(154,'recently_activated','a:0:{}','off'),(155,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1740417091','off'),(156,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6843;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4874;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2798;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2694;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2104;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:2005;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1940;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1825;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1597;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1592;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1584;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1549;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1511;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1507;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1456;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1320;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1200;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1187;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1174;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1160;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1037;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1031;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:1011;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:998;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:974;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:972;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:950;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:913;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:913;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:909;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:904;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:897;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:874;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:864;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:828;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:820;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:795;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:782;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:761;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:759;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:756;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:741;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:726;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:708;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:704;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:674;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:663;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:662;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:646;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:644;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:632;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:621;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:617;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:616;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:613;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:613;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:610;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:607;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:602;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:596;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:593;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:592;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:585;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:577;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:577;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:574;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:573;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:569;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:557;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:557;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:548;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:546;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:536;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:530;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:522;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:518;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:509;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:505;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:505;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:498;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:476;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:464;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:460;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:458;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:457;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:455;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:454;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:453;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:452;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:450;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:445;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:430;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:429;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:420;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:419;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:419;}s:2:\"ai\";a:3:{s:4:\"name\";s:2:\"AI\";s:4:\"slug\";s:2:\"ai\";s:5:\"count\";i:419;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:408;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:401;}}','off'),(160,'finished_updating_comment_type','1','auto'),(161,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1740406340;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.7.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.7.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{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.3.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:28:\"migrate-guru/migrateguru.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/migrate-guru\";s:4:\"slug\";s:12:\"migrate-guru\";s:6:\"plugin\";s:28:\"migrate-guru/migrateguru.php\";s:11:\"new_version\";s:4:\"5.88\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/migrate-guru/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/migrate-guru.5.88.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/migrate-guru/assets/icon-256x256.png?rev=1721728\";s:2:\"1x\";s:65:\"https://ps.w.org/migrate-guru/assets/icon-128x128.png?rev=1721728\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/migrate-guru/assets/banner-1544x500.png?rev=1710812\";s:2:\"1x\";s:67:\"https://ps.w.org/migrate-guru/assets/banner-772x250.png?rev=2161189\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}s:7:\"checked\";a:3:{s:19:\"akismet/akismet.php\";s:5:\"5.3.6\";s:9:\"hello.php\";s:5:\"1.7.2\";s:28:\"migrate-guru/migrateguru.php\";s:4:\"5.88\";}}','off');
/*!40000 ALTER TABLE `dJbCzBGzj_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_postmeta`
--

DROP TABLE IF EXISTS `dJbCzBGzj_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_postmeta`
--

LOCK TABLES `dJbCzBGzj_postmeta` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_postmeta` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default');
/*!40000 ALTER TABLE `dJbCzBGzj_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_posts`
--

DROP TABLE IF EXISTS `dJbCzBGzj_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_posts`
--

LOCK TABLES `dJbCzBGzj_posts` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_posts` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_posts` VALUES (1,1,'2025-02-24 14:09:50','2025-02-24 14:09:50','<!-- 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','','','2025-02-24 14:09:50','2025-02-24 14:09:50','',0,'https://sunfloris.com/wordpress/?p=1',0,'post','',1),(2,1,'2025-02-24 14:09:50','2025-02-24 14:09:50','<!-- 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://sunfloris.com/wordpress/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','','','2025-02-24 14:09:50','2025-02-24 14:09:50','',0,'https://sunfloris.com/wordpress/?page_id=2',0,'page','',0),(3,1,'2025-02-24 14:09:50','2025-02-24 14:09:50','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://sunfloris.com/wordpress.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2025-02-24 14:09:50','2025-02-24 14:09:50','',0,'https://sunfloris.com/wordpress/?page_id=3',0,'page','',0),(4,0,'2025-02-24 14:09:51','2025-02-24 14:09:51','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2025-02-24 14:09:51','2025-02-24 14:09:51','',0,'https://sunfloris.com/wordpress/index.php/2025/02/24/navigation/',0,'wp_navigation','',0),(5,1,'2025-02-24 14:10:44','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-02-24 14:10:44','0000-00-00 00:00:00','',0,'https://sunfloris.com/wordpress/?p=5',0,'post','',0);
/*!40000 ALTER TABLE `dJbCzBGzj_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_term_relationships`
--

DROP TABLE IF EXISTS `dJbCzBGzj_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_term_relationships`
--

LOCK TABLES `dJbCzBGzj_term_relationships` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_term_relationships` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_term_relationships` VALUES (1,1,0);
/*!40000 ALTER TABLE `dJbCzBGzj_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_term_taxonomy`
--

DROP TABLE IF EXISTS `dJbCzBGzj_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_term_taxonomy`
--

LOCK TABLES `dJbCzBGzj_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_term_taxonomy` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_term_taxonomy` VALUES (1,1,'category','',0,1);
/*!40000 ALTER TABLE `dJbCzBGzj_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_termmeta`
--

DROP TABLE IF EXISTS `dJbCzBGzj_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_termmeta`
--

LOCK TABLES `dJbCzBGzj_termmeta` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `dJbCzBGzj_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_terms`
--

DROP TABLE IF EXISTS `dJbCzBGzj_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_terms`
--

LOCK TABLES `dJbCzBGzj_terms` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_terms` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_terms` VALUES (1,'Uncategorized','uncategorized',0);
/*!40000 ALTER TABLE `dJbCzBGzj_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_usermeta`
--

DROP TABLE IF EXISTS `dJbCzBGzj_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_usermeta`
--

LOCK TABLES `dJbCzBGzj_usermeta` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_usermeta` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_usermeta` VALUES (1,1,'nickname','sunflo@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,'dJbCzBGzj_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'dJbCzBGzj_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"7751a90b5cc604ab5b475a931a652b12ae1def2bd8a78b1aa9f8aff8ad12f56e\";a:4:{s:10:\"expiration\";i:1740579043;s:2:\"ip\";s:12:\"156.146.59.4\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1740406243;}}'),(17,1,'dJbCzBGzj_user-settings','libraryContent=browse&editor=tinymce&mfold=o&hidetb=1'),(18,1,'dJbCzBGzj_user-settings-time','1740406239'),(19,1,'dJbCzBGzj_dashboard_quick_press_last_post_id','5'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"156.146.59.0\";}');
/*!40000 ALTER TABLE `dJbCzBGzj_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dJbCzBGzj_users`
--

DROP TABLE IF EXISTS `dJbCzBGzj_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `dJbCzBGzj_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dJbCzBGzj_users`
--

LOCK TABLES `dJbCzBGzj_users` WRITE;
/*!40000 ALTER TABLE `dJbCzBGzj_users` DISABLE KEYS */;
INSERT INTO `dJbCzBGzj_users` VALUES (1,'sunflo@admin','$P$Bg9cn3ZI/T0O4KRFBkgfvxbhL5pkP./','sunfloadmin','sunflorisservices@gmail.com','https://sunfloris.com/wordpress','2025-02-24 14:09:50','',0,'admin');
/*!40000 ALTER TABLE `dJbCzBGzj_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wpjn_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) 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) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) 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(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=1369 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_actionscheduler_actions`
--

LOCK TABLES `wpjn_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wpjn_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wpjn_actionscheduler_actions` VALUES (1193,'wpforms_process_forms_locator_scan','failed','2024-03-08 19:03:25','2024-03-08 19:03:25','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709924605;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709924605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-08 19:04:56','2024-03-08 19:04:56',0,NULL,10),(1223,'wpforms_process_forms_locator_scan','failed','2024-03-28 07:02:10','2024-03-28 07:02:10','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711609330;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711609330;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-28 07:22:45','2024-03-28 07:22:45',0,NULL,10),(1221,'wpforms_process_forms_locator_scan','failed','2024-03-26 05:02:58','2024-03-26 05:02:58','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711429378;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711429378;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-26 05:51:57','2024-03-26 05:51:57',0,NULL,10),(1220,'wpforms_process_forms_locator_scan','failed','2024-03-25 04:48:18','2024-03-25 04:48:18','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711342098;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711342098;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-25 05:02:58','2024-03-25 05:02:58',0,NULL,10),(1195,'wpforms_process_forms_locator_scan','failed','2024-03-10 19:10:01','2024-03-10 19:10:01','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710097801;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710097801;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-10 19:16:10','2024-03-10 19:16:10',0,NULL,10),(1359,'wpforms_builder_help_cache_update','complete','2025-02-04 01:21:20','2025-02-04 01:21:20','{\"tasks_meta_id\":4}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1738632080;s:18:\"\0*\0first_timestamp\";i:1649254173;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1738632080;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-04 02:07:17','2025-02-04 02:07:17',0,NULL,10),(1227,'wpforms_process_forms_locator_scan','failed','2024-03-31 08:45:04','2024-03-31 08:45:04','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711874704;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711874704;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-31 09:04:50','2024-03-31 09:04:50',0,NULL,10),(1225,'wpforms_process_forms_locator_scan','failed','2024-03-29 07:22:45','2024-03-29 07:22:45','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711696965;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711696965;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-29 07:39:07','2024-03-29 07:39:07',0,NULL,10),(1356,'wpforms_builder_help_cache_update','complete','2025-01-28 00:26:17','2025-01-28 00:26:17','{\"tasks_meta_id\":4}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1738023977;s:18:\"\0*\0first_timestamp\";i:1649254173;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1738023977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-01-28 01:21:20','2025-01-28 01:21:20',0,NULL,10),(1192,'wpforms_process_forms_locator_scan','failed','2024-03-07 18:59:48','2024-03-07 18:59:48','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709837988;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709837988;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-07 19:03:25','2024-03-07 19:03:25',0,NULL,10),(1180,'wpforms_process_forms_locator_scan','failed','2024-02-29 17:31:00','2024-02-29 17:31:00','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709227860;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709227860;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-02-29 17:41:13','2024-02-29 17:41:13',0,NULL,10),(1203,'wpforms_process_forms_locator_scan','failed','2024-03-14 23:27:01','2024-03-14 23:27:01','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710458821;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710458821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-14 23:41:12','2024-03-14 23:41:12',0,NULL,10),(1224,'wpforms_email_summaries_fetch_info_blocks','failed','2024-04-04 03:22:23','2024-04-04 03:22:23','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1712200943;s:18:\"\0*\0first_timestamp\";i:1648990297;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1712200943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-04-04 03:34:46','2024-04-04 03:34:46',0,NULL,10),(1210,'wpforms_process_forms_locator_scan','failed','2024-03-19 00:28:51','2024-03-19 00:28:51','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710808131;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710808131;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-19 00:56:52','2024-03-19 00:56:52',0,NULL,10),(1215,'wpforms_process_forms_locator_scan','failed','2024-03-23 02:22:10','2024-03-23 02:22:10','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711160530;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711160530;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-23 04:41:56','2024-03-23 04:41:56',0,NULL,10),(1205,'wpforms_process_forms_locator_scan','failed','2024-03-16 23:53:40','2024-03-16 23:53:40','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710633220;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710633220;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-17 00:01:40','2024-03-17 00:01:40',0,NULL,10),(1358,'wpforms_admin_addons_cache_update','complete','2025-02-04 01:21:20','2025-02-04 01:21:20','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1738632080;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1738632080;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-04 02:07:16','2025-02-04 02:07:16',0,NULL,10),(1200,'wpforms_process_forms_locator_scan','failed','2024-03-12 19:38:54','2024-03-12 19:38:54','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710272334;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710272334;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-12 21:13:39','2024-03-12 21:13:39',0,NULL,10),(1211,'wpforms_process_forms_locator_scan','failed','2024-03-20 00:56:52','2024-03-20 00:56:52','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710896212;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710896212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-20 01:13:26','2024-03-20 01:13:26',0,NULL,10),(1202,'wpforms_email_summaries_fetch_info_blocks','failed','2024-03-20 20:09:27','2024-03-20 20:09:27','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710965367;s:18:\"\0*\0first_timestamp\";i:1648990297;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710965367;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-03-21 01:06:23','2024-03-21 01:06:23',0,NULL,10),(1190,'wpforms_process_forms_locator_scan','failed','2024-03-06 18:55:33','2024-03-06 18:55:33','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709751333;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709751333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-06 18:59:48','2024-03-06 18:59:48',0,NULL,10),(1191,'wpforms_email_summaries_fetch_info_blocks','failed','2024-03-13 18:11:42','2024-03-13 18:11:42','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710353502;s:18:\"\0*\0first_timestamp\";i:1648990297;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710353502;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-03-13 20:09:27','2024-03-13 20:09:27',0,NULL,10),(1204,'wpforms_process_forms_locator_scan','failed','2024-03-15 23:41:12','2024-03-15 23:41:12','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710546072;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710546072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-15 23:53:40','2024-03-15 23:53:40',0,NULL,10),(1199,'wpforms_process_forms_locator_scan','failed','2024-03-11 19:16:10','2024-03-11 19:16:10','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710184570;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710184570;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-11 19:38:54','2024-03-11 19:38:54',0,NULL,10),(1181,'wpforms_email_summaries_fetch_info_blocks','failed','2024-03-06 18:10:51','2024-03-06 18:10:51','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709748651;s:18:\"\0*\0first_timestamp\";i:1648990297;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709748651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-03-06 18:11:42','2024-03-06 18:11:42',0,NULL,10),(1355,'wpforms_admin_addons_cache_update','complete','2025-01-28 00:26:17','2025-01-28 00:26:17','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1738023977;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1738023977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-01-28 01:21:20','2025-01-28 01:21:20',0,NULL,10),(1201,'wpforms_process_forms_locator_scan','failed','2024-03-13 21:13:39','2024-03-13 21:13:39','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710364419;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710364419;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-13 23:27:01','2024-03-13 23:27:01',0,NULL,10),(1183,'wpforms_process_forms_locator_scan','failed','2024-03-02 17:48:51','2024-03-02 17:48:51','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709401731;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709401731;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-02 18:19:39','2024-03-02 18:19:39',0,NULL,10),(1357,'wpforms_admin_builder_templates_cache_update','complete','2025-02-04 01:21:19','2025-02-04 01:21:19','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1738632079;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1738632079;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-04 02:07:16','2025-02-04 02:07:16',0,NULL,10),(1213,'wpforms_email_summaries_fetch_info_blocks','failed','2024-03-28 01:06:23','2024-03-28 01:06:23','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711587983;s:18:\"\0*\0first_timestamp\";i:1648990297;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711587983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-03-28 03:22:23','2024-03-28 03:22:23',0,NULL,10),(1216,'wpforms_process_forms_locator_scan','failed','2024-03-24 04:41:56','2024-03-24 04:41:56','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711255316;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711255316;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-24 04:48:18','2024-03-24 04:48:18',0,NULL,10),(1212,'wpforms_process_forms_locator_scan','failed','2024-03-21 01:13:26','2024-03-21 01:13:26','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710983606;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710983606;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-21 01:23:13','2024-03-21 01:23:13',0,NULL,10),(1222,'wpforms_process_forms_locator_scan','failed','2024-03-27 05:51:57','2024-03-27 05:51:57','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711518717;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711518717;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-27 07:02:10','2024-03-27 07:02:10',0,NULL,10),(1226,'wpforms_process_forms_locator_scan','failed','2024-03-30 07:39:07','2024-03-30 07:39:07','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711784347;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711784347;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-30 08:45:04','2024-03-30 08:45:04',0,NULL,10),(1184,'wpforms_process_forms_locator_scan','failed','2024-03-03 18:19:39','2024-03-03 18:19:39','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709489979;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709489979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-03 18:19:39','2024-03-03 18:19:39',0,NULL,10),(1368,'wpforms_builder_help_cache_update','pending','2025-02-25 07:21:16','2025-02-25 07:21:16','{\"tasks_meta_id\":4}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740468076;s:18:\"\0*\0first_timestamp\";i:1649254173;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740468076;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(1188,'wpforms_process_forms_locator_scan','failed','2024-03-04 18:19:39','2024-03-04 18:19:39','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709576379;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709576379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-04 18:40:09','2024-03-04 18:40:09',0,NULL,10),(1354,'wpforms_admin_builder_templates_cache_update','complete','2025-01-28 00:26:17','2025-01-28 00:26:17','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1738023977;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1738023977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-01-28 01:21:19','2025-01-28 01:21:19',0,NULL,10),(1365,'wpforms_builder_help_cache_update','complete','2025-02-18 02:19:47','2025-02-18 02:19:47','{\"tasks_meta_id\":4}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1739845187;s:18:\"\0*\0first_timestamp\";i:1649254173;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1739845187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-18 07:21:16','2025-02-18 07:21:16',0,NULL,10),(1194,'wpforms_process_forms_locator_scan','failed','2024-03-09 19:04:56','2024-03-09 19:04:56','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710011096;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710011096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-09 19:10:01','2024-03-09 19:10:01',0,NULL,10),(1214,'wpforms_process_forms_locator_scan','failed','2024-03-22 01:23:13','2024-03-22 01:23:13','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1711070593;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1711070593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-22 02:22:10','2024-03-22 02:22:10',0,NULL,10),(1189,'wpforms_process_forms_locator_scan','failed','2024-03-05 18:40:09','2024-03-05 18:40:09','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709664009;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709664009;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-05 18:55:33','2024-03-05 18:55:33',0,NULL,10),(1182,'wpforms_process_forms_locator_scan','failed','2024-03-01 17:41:13','2024-03-01 17:41:13','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1709314873;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1709314873;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-01 17:48:51','2024-03-01 17:48:51',0,NULL,10),(1209,'wpforms_process_forms_locator_scan','failed','2024-03-18 00:01:40','2024-03-18 00:01:40','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710720100;s:18:\"\0*\0first_timestamp\";i:1651154202;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710720100;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-03-18 00:28:51','2024-03-18 00:28:51',0,NULL,10),(1366,'wpforms_admin_builder_templates_cache_update','pending','2025-02-25 07:21:16','2025-02-25 07:21:16','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740468076;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740468076;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(1364,'wpforms_admin_addons_cache_update','complete','2025-02-18 02:19:47','2025-02-18 02:19:47','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1739845187;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1739845187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-18 07:21:16','2025-02-18 07:21:16',0,NULL,10),(1362,'wpforms_builder_help_cache_update','complete','2025-02-11 02:07:17','2025-02-11 02:07:17','{\"tasks_meta_id\":4}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1739239637;s:18:\"\0*\0first_timestamp\";i:1649254173;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1739239637;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-11 02:19:47','2025-02-11 02:19:47',0,NULL,10),(1361,'wpforms_admin_addons_cache_update','complete','2025-02-11 02:07:16','2025-02-11 02:07:16','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1739239636;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1739239636;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-11 02:19:47','2025-02-11 02:19:47',0,NULL,10),(1360,'wpforms_admin_builder_templates_cache_update','complete','2025-02-11 02:07:16','2025-02-11 02:07:16','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1739239636;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1739239636;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-11 02:19:46','2025-02-11 02:19:46',0,NULL,10),(1367,'wpforms_admin_addons_cache_update','pending','2025-02-25 07:21:16','2025-02-25 07:21:16','{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740468076;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740468076;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(1363,'wpforms_admin_builder_templates_cache_update','complete','2025-02-18 02:19:46','2025-02-18 02:19:46','{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1739845186;s:18:\"\0*\0first_timestamp\";i:1649246071;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1739845186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-02-18 07:21:16','2025-02-18 07:21:16',0,NULL,10);
/*!40000 ALTER TABLE `wpjn_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wpjn_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_actionscheduler_claims`
--

LOCK TABLES `wpjn_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wpjn_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wpjn_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_actionscheduler_groups`
--

LOCK TABLES `wpjn_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wpjn_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wpjn_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms');
/*!40000 ALTER TABLE `wpjn_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_addonlibrary_addons`
--

DROP TABLE IF EXISTS `wpjn_addonlibrary_addons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_addonlibrary_addons` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `name` varchar(128) DEFAULT NULL,
  `alias` varchar(128) DEFAULT NULL,
  `addontype` varchar(128) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `templates` mediumtext DEFAULT NULL,
  `config` mediumtext DEFAULT NULL,
  `catid` int(11) DEFAULT NULL,
  `is_active` tinyint(4) DEFAULT NULL,
  `test_slot1` text DEFAULT NULL,
  `test_slot2` text DEFAULT NULL,
  `test_slot3` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_addonlibrary_addons`
--

LOCK TABLES `wpjn_addonlibrary_addons` WRITE;
/*!40000 ALTER TABLE `wpjn_addonlibrary_addons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_addonlibrary_addons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_addonlibrary_categories`
--

DROP TABLE IF EXISTS `wpjn_addonlibrary_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_addonlibrary_categories` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `params` text NOT NULL,
  `type` tinytext DEFAULT NULL,
  `parent_id` int(9) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_addonlibrary_categories`
--

LOCK TABLES `wpjn_addonlibrary_categories` WRITE;
/*!40000 ALTER TABLE `wpjn_addonlibrary_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_addonlibrary_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_betterlinkmeta`
--

DROP TABLE IF EXISTS `wpjn_betterlinkmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_betterlinkmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) NOT NULL DEFAULT '',
  `meta_value` longtext NOT NULL DEFAULT '',
  PRIMARY KEY (`meta_id`),
  KEY `link_id` (`link_id`),
  KEY `meta_key` (`meta_key`(250))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_betterlinkmeta`
--

LOCK TABLES `wpjn_betterlinkmeta` WRITE;
/*!40000 ALTER TABLE `wpjn_betterlinkmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_betterlinkmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_betterlinks`
--

DROP TABLE IF EXISTS `wpjn_betterlinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_betterlinks` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `link_date` datetime NOT NULL DEFAULT current_timestamp(),
  `link_date_gmt` datetime NOT NULL DEFAULT current_timestamp(),
  `link_title` text NOT NULL,
  `link_slug` varchar(200) NOT NULL DEFAULT '',
  `link_note` text NOT NULL,
  `link_status` varchar(20) NOT NULL DEFAULT 'publish',
  `nofollow` varchar(10) DEFAULT NULL,
  `sponsored` varchar(10) DEFAULT NULL,
  `track_me` varchar(10) DEFAULT NULL,
  `param_forwarding` varchar(10) DEFAULT NULL,
  `param_struct` varchar(255) DEFAULT NULL,
  `redirect_type` varchar(255) DEFAULT '307',
  `target_url` text DEFAULT NULL,
  `short_url` varchar(255) DEFAULT NULL,
  `link_order` tinyint(11) DEFAULT 0,
  `link_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `link_modified_gmt` datetime NOT NULL DEFAULT current_timestamp(),
  `wildcards` tinyint(1) NOT NULL DEFAULT 0,
  `expire` text DEFAULT NULL,
  `dynamic_redirect` text DEFAULT NULL,
  `favorite` varchar(255) NOT NULL,
  `uncloaked` varchar(10) DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `link_slug` (`link_slug`(191)),
  KEY `type_status_date` (`link_status`,`link_date`,`ID`),
  KEY `link_author` (`link_author`),
  KEY `link_order` (`link_order`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_betterlinks`
--

LOCK TABLES `wpjn_betterlinks` WRITE;
/*!40000 ALTER TABLE `wpjn_betterlinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_betterlinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_betterlinks_clicks`
--

DROP TABLE IF EXISTS `wpjn_betterlinks_clicks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_betterlinks_clicks` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_id` bigint(20) NOT NULL,
  `ip` varchar(255) DEFAULT NULL,
  `browser` varchar(255) DEFAULT NULL,
  `os` varchar(255) DEFAULT NULL,
  `device` varchar(20) DEFAULT NULL,
  `brand_name` varchar(20) DEFAULT NULL,
  `model` varchar(20) DEFAULT NULL,
  `bot_name` varchar(20) DEFAULT NULL,
  `browser_type` varchar(20) DEFAULT NULL,
  `os_version` varchar(20) DEFAULT NULL,
  `browser_version` varchar(20) DEFAULT NULL,
  `language` varchar(10) DEFAULT NULL,
  `query_params` text DEFAULT NULL,
  `referer` varchar(255) DEFAULT NULL,
  `host` varchar(255) DEFAULT NULL,
  `uri` varchar(255) DEFAULT NULL,
  `click_count` tinyint(4) NOT NULL DEFAULT 0,
  `visitor_id` varchar(25) DEFAULT NULL,
  `click_order` tinyint(11) DEFAULT 0,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `created_at_gmt` datetime NOT NULL DEFAULT current_timestamp(),
  `rotation_target_url` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `ip` (`ip`(250)),
  KEY `link_id` (`link_id`),
  KEY `click_order` (`click_order`),
  KEY `created_at_idx` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_betterlinks_clicks`
--

LOCK TABLES `wpjn_betterlinks_clicks` WRITE;
/*!40000 ALTER TABLE `wpjn_betterlinks_clicks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_betterlinks_clicks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_betterlinks_terms`
--

DROP TABLE IF EXISTS `wpjn_betterlinks_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_betterlinks_terms` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_name` text NOT NULL,
  `term_slug` varchar(200) NOT NULL DEFAULT '',
  `term_type` varchar(15) NOT NULL,
  `term_order` tinyint(11) DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `term_slug` (`term_slug`(191)),
  KEY `term_type` (`term_type`),
  KEY `term_order` (`term_order`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_betterlinks_terms`
--

LOCK TABLES `wpjn_betterlinks_terms` WRITE;
/*!40000 ALTER TABLE `wpjn_betterlinks_terms` DISABLE KEYS */;
INSERT INTO `wpjn_betterlinks_terms` VALUES (1,'Uncategorized','uncategorized','category',0);
/*!40000 ALTER TABLE `wpjn_betterlinks_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_betterlinks_terms_relationships`
--

DROP TABLE IF EXISTS `wpjn_betterlinks_terms_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_betterlinks_terms_relationships` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) DEFAULT 0,
  `link_id` bigint(20) DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `term_id` (`term_id`),
  KEY `link_id` (`link_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_betterlinks_terms_relationships`
--

LOCK TABLES `wpjn_betterlinks_terms_relationships` WRITE;
/*!40000 ALTER TABLE `wpjn_betterlinks_terms_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_betterlinks_terms_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_chaty_contact_form_leads`
--

DROP TABLE IF EXISTS `wpjn_chaty_contact_form_leads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_chaty_contact_form_leads` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `widget_id` int(11) DEFAULT NULL,
  `name` varchar(100) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `phone_number` varchar(100) DEFAULT NULL,
  `message` text NOT NULL,
  `ref_page` text NOT NULL,
  `ip_address` varchar(30) NOT NULL DEFAULT '0',
  `created_on` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_chaty_contact_form_leads`
--

LOCK TABLES `wpjn_chaty_contact_form_leads` WRITE;
/*!40000 ALTER TABLE `wpjn_chaty_contact_form_leads` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_chaty_contact_form_leads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_commentmeta`
--

DROP TABLE IF EXISTS `wpjn_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_commentmeta`
--

LOCK TABLES `wpjn_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpjn_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_comments`
--

DROP TABLE IF EXISTS `wpjn_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_comments`
--

LOCK TABLES `wpjn_comments` WRITE;
/*!40000 ALTER TABLE `wpjn_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_e_events`
--

DROP TABLE IF EXISTS `wpjn_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_e_events`
--

LOCK TABLES `wpjn_e_events` WRITE;
/*!40000 ALTER TABLE `wpjn_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_e_submissions`
--

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

--
-- Dumping data for table `wpjn_e_submissions`
--

LOCK TABLES `wpjn_e_submissions` WRITE;
/*!40000 ALTER TABLE `wpjn_e_submissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_e_submissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `wpjn_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_e_submissions_actions_log`
--

LOCK TABLES `wpjn_e_submissions_actions_log` WRITE;
/*!40000 ALTER TABLE `wpjn_e_submissions_actions_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_e_submissions_actions_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_e_submissions_values`
--

DROP TABLE IF EXISTS `wpjn_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_e_submissions_values`
--

LOCK TABLES `wpjn_e_submissions_values` WRITE;
/*!40000 ALTER TABLE `wpjn_e_submissions_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_e_submissions_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_hfcm_scripts`
--

DROP TABLE IF EXISTS `wpjn_hfcm_scripts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_hfcm_scripts` (
  `script_id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `snippet` longtext DEFAULT NULL,
  `snippet_type` enum('html','js','css') DEFAULT 'html',
  `device_type` enum('mobile','desktop','both') DEFAULT 'both',
  `location` varchar(100) NOT NULL,
  `display_on` enum('All','s_pages','s_posts','s_categories','s_custom_posts','s_tags','s_is_home','s_is_search','s_is_archive','latest_posts','manual') NOT NULL DEFAULT 'All',
  `lp_count` int(10) DEFAULT NULL,
  `s_pages` mediumtext DEFAULT NULL,
  `ex_pages` mediumtext DEFAULT NULL,
  `s_posts` mediumtext DEFAULT NULL,
  `ex_posts` mediumtext DEFAULT NULL,
  `s_custom_posts` varchar(300) DEFAULT NULL,
  `s_categories` varchar(300) DEFAULT NULL,
  `s_tags` varchar(300) DEFAULT NULL,
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `created_by` varchar(300) DEFAULT NULL,
  `last_modified_by` varchar(300) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `last_revision_date` datetime DEFAULT NULL,
  PRIMARY KEY (`script_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_hfcm_scripts`
--

LOCK TABLES `wpjn_hfcm_scripts` WRITE;
/*!40000 ALTER TABLE `wpjn_hfcm_scripts` DISABLE KEYS */;
INSERT INTO `wpjn_hfcm_scripts` VALUES (1,'TabEngage Website Recovering','&lt;script src=&quot;//cdn.tabengage.com/js/main/da045b63dd4f2d278dc025fca9bc9c01.js&quot;&gt;&lt;/script&gt;','js','both','header','All',5,'[]','[]','[]','[]','[]','[]','[]','active','sunfloris@consult',NULL,'2022-04-04 11:52:01',NULL);
/*!40000 ALTER TABLE `wpjn_hfcm_scripts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_links`
--

DROP TABLE IF EXISTS `wpjn_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_links`
--

LOCK TABLES `wpjn_links` WRITE;
/*!40000 ALTER TABLE `wpjn_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_litespeed_url`
--

DROP TABLE IF EXISTS `wpjn_litespeed_url`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_litespeed_url` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`(191)),
  KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_litespeed_url`
--

LOCK TABLES `wpjn_litespeed_url` WRITE;
/*!40000 ALTER TABLE `wpjn_litespeed_url` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_litespeed_url` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_litespeed_url_file`
--

DROP TABLE IF EXISTS `wpjn_litespeed_url_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_litespeed_url_file` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `filename` (`filename`),
  KEY `type` (`type`),
  KEY `url_id_2` (`url_id`,`vary`,`type`),
  KEY `filename_2` (`filename`,`expired`),
  KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_litespeed_url_file`
--

LOCK TABLES `wpjn_litespeed_url_file` WRITE;
/*!40000 ALTER TABLE `wpjn_litespeed_url_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_litespeed_url_file` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_loginizer_logs`
--

DROP TABLE IF EXISTS `wpjn_loginizer_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_loginizer_logs`
--

LOCK TABLES `wpjn_loginizer_logs` WRITE;
/*!40000 ALTER TABLE `wpjn_loginizer_logs` DISABLE KEYS */;
INSERT INTO `wpjn_loginizer_logs` VALUES ('sunflo@admin',1740407076,1,0,'156.146.59.4','https://sunfloris.com/wordpress/wp-login.php'),('sunflorisconsult',1740407719,1,0,'45.86.208.115','http://mail.sunfloris.com/wordpress//xmlrpc.php');
/*!40000 ALTER TABLE `wpjn_loginizer_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_nx_entries`
--

DROP TABLE IF EXISTS `wpjn_nx_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_nx_entries` (
  `entry_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `nx_id` bigint(20) unsigned DEFAULT NULL,
  `source` varchar(55) DEFAULT NULL,
  `entry_key` varchar(255) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`entry_id`),
  KEY `source` (`source`),
  KEY `nx_id` (`nx_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_nx_entries`
--

LOCK TABLES `wpjn_nx_entries` WRITE;
/*!40000 ALTER TABLE `wpjn_nx_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_nx_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_nx_posts`
--

DROP TABLE IF EXISTS `wpjn_nx_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_nx_posts` (
  `nx_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` text DEFAULT NULL,
  `type` varchar(55) DEFAULT NULL,
  `source` varchar(55) DEFAULT NULL,
  `theme` varchar(55) DEFAULT NULL,
  `is_inline` varchar(255) DEFAULT NULL,
  `global_queue` tinyint(1) DEFAULT 0,
  `enabled` tinyint(1) DEFAULT 0,
  `data` longtext DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`nx_id`),
  KEY `type` (`type`),
  KEY `source` (`source`),
  KEY `theme` (`theme`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_nx_posts`
--

LOCK TABLES `wpjn_nx_posts` WRITE;
/*!40000 ALTER TABLE `wpjn_nx_posts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_nx_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_nx_stats`
--

DROP TABLE IF EXISTS `wpjn_nx_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_nx_stats` (
  `stat_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `nx_id` bigint(20) unsigned DEFAULT NULL,
  `views` varchar(55) DEFAULT '0',
  `clicks` varchar(55) DEFAULT '0',
  `created_at` date NOT NULL,
  PRIMARY KEY (`stat_id`),
  KEY `nx_id` (`nx_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_nx_stats`
--

LOCK TABLES `wpjn_nx_stats` WRITE;
/*!40000 ALTER TABLE `wpjn_nx_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_nx_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_options`
--

DROP TABLE IF EXISTS `wpjn_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=263965 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_options`
--

LOCK TABLES `wpjn_options` WRITE;
/*!40000 ALTER TABLE `wpjn_options` DISABLE KEYS */;
INSERT INTO `wpjn_options` VALUES (1,'siteurl','https://sunfloris.com/wordpress','yes'),(2,'home','https://sunfloris.com/wordpress','yes'),(3,'blogname','SunFloris Services','yes'),(4,'blogdescription','Digital Business and Consulting','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','sunflorisservices@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','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','1','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:25:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:27:\"astra-sites/astra-sites.php\";i:3;s:21:\"backuply/backuply.php\";i:4;s:27:\"betterlinks/betterlinks.php\";i:5;s:19:\"chaty/cht-icons.php\";i:6;s:33:\"classic-editor/classic-editor.php\";i:7;s:23:\"elementor/elementor.php\";i:8;s:37:\"elementskit-lite/elementskit-lite.php\";i:9;s:25:\"embedpress/embedpress.php\";i:10;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:11;s:35:\"google-site-kit/google-site-kit.php\";i:12;s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";i:13;s:19:\"jetpack/jetpack.php\";i:14;s:35:\"litespeed-cache/litespeed-cache.php\";i:15;s:23:\"loginizer/loginizer.php\";i:16;s:28:\"migrate-guru/migrateguru.php\";i:17;s:31:\"notificationx/notificationx.php\";i:18;s:51:\"onesignal-free-web-push-notifications/onesignal.php\";i:19;s:31:\"presto-player/presto-player.php\";i:20;s:45:\"thrive-visual-editor/thrive-visual-editor.php\";i:21;s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";i:22;s:19:\"weforms/weforms.php\";i:23;s:41:\"wordpress-importer/wordpress-importer.php\";i:24;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','astra','yes'),(41,'stylesheet','astra','yes'),(42,'comment_registration','1','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','58975','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','0','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','1','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','','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:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:3:{i:1;a:4:{s:5:\"title\";s:12:\"Get In Touch\";s:4:\"text\";s:55:\"1234 N Spring St, Los Angeles, CA 90012\r\n+1 234 567 890\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:2;a:4:{s:5:\"title\";s:58:\"Overcome your obstacles. Contact SunFloris Services Today!\";s:4:\"text\";s:92:\"<a href=\"https://sunfloris.com/wordpress/contact-us/\"><button>Book Consultation</button></a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:6:{s:31:\"presto-player/presto-player.php\";s:23:\"presto_player_uninstall\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:28:\"migrate-guru/migrateguru.php\";a:2:{i:0;s:10:\"MGWPAction\";i:1;s:9:\"uninstall\";}s:21:\"backuply/backuply.php\";s:21:\"backuply_deactivation\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','9','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','860','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','1755959183','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'initial_db_version','48748','yes'),(96,'wpjn_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:66:{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:11:\"tve-use-tcb\";b:1;s:10:\"tve-use-td\";b:1;s:12:\"tve-edit-cpt\";b:1;s:26:\"manage_ast_block_templates\";b:1;s:23:\"manage_zip_ai_assistant\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:11:\"tve-use-tcb\";b:1;s:10:\"tve-use-td\";b:1;s:12:\"tve-edit-cpt\";b:1;s:23:\"manage_zip_ai_assistant\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(97,'fresh_site','0','off'),(98,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-3\";i:1;s:14:\"recent-posts-3\";i:2;s:17:\"recent-comments-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:6:\"meta-3\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:1:{i:0;s:6:\"text-1\";}s:15:\"footer-widget-2\";a:1:{i:0;s:6:\"text-2\";}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:28:{i:1740407769;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1740407802;a:3:{s:18:\"litespeed_task_vpi\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:27:\"litespeed_task_imgoptm_pull\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1740407853;a:1:{s:44:\"googlesitekit_cron_synchronize_property_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1740408785;a:1:{s:21:\"betterlinks/analytics\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1740410119;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:1740410141;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1740410530;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740426324;a:1:{s:29:\"astra_get_knowledge_base_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740426706;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:1740438411;a:1:{s:41:\"check_plugin_updates-thrive-visual-editor\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1740441191;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1740446117;a:3:{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;}}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:1740448649;a:1:{s:29:\"jetpack_waf_rules_update_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1740449364;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1740478977;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740481611;a:1:{s:17:\"thrive_token_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740484385;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:1740484388;a:1:{s:31:\"embedpress_cache_cleanup_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740484390;a:1:{s:31:\"eael_remove_unused_options_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740489317;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:1740489342;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:1740489427;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:1740492128;a:1:{s:18:\"backuply_clean_tmp\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"backuply_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740574399;a:1:{s:22:\"weekly_email_reporting\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nx_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1740576945;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1740960000;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1741007717;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'recovery_keys','a:0:{}','off'),(116,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1648642182;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(2957,'db_upgraded','','on'),(12137,'presto_preset_seed_version','4','yes'),(12138,'rewrite_rules','a:171:{s:26:\"video-src/([^/]*)/(\\d+)/?$\";s:73:\"index.php?presto-player-token=$matches[1]&presto-player-video=$matches[2]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:53:\"pp_video_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?pp_video_tag=$matches[1]&feed=$matches[2]\";s:48:\"pp_video_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?pp_video_tag=$matches[1]&feed=$matches[2]\";s:41:\"pp_video_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?pp_video_tag=$matches[1]&paged=$matches[2]\";s:23:\"pp_video_tag/([^/]+)/?$\";s:34:\"index.php?pp_video_tag=$matches[1]\";s:33:\"media/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"media/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"media/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"media/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"media/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"media/([^/]+)/trackback/?$\";s:41:\"index.php?pp_video_block=$matches[1]&tb=1\";s:34:\"media/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?pp_video_block=$matches[1]&paged=$matches[2]\";s:41:\"media/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?pp_video_block=$matches[1]&cpage=$matches[2]\";s:30:\"media/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?pp_video_block=$matches[1]&page=$matches[2]\";s:22:\"media/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"media/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"media/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"media/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"media/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"tcb_symbol/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?tcb_symbols_tax=$matches[1]&feed=$matches[2]\";s:46:\"tcb_symbol/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?tcb_symbols_tax=$matches[1]&feed=$matches[2]\";s:39:\"tcb_symbol/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tcb_symbols_tax=$matches[1]&paged=$matches[2]\";s:21:\"tcb_symbol/([^/]+)/?$\";s:37:\"index.php?tcb_symbols_tax=$matches[1]\";s:48:\"tcb_content_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"tcb_content_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"tcb_content_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"tcb_content_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"tcb_content_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"tcb_content_template/([^/]+)/trackback/?$\";s:47:\"index.php?tcb_content_template=$matches[1]&tb=1\";s:49:\"tcb_content_template/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?tcb_content_template=$matches[1]&paged=$matches[2]\";s:56:\"tcb_content_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?tcb_content_template=$matches[1]&cpage=$matches[2]\";s:45:\"tcb_content_template/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?tcb_content_template=$matches[1]&page=$matches[2]\";s:37:\"tcb_content_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tcb_content_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tcb_content_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tcb_content_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tcb_content_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"_tcb_file_upload/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"_tcb_file_upload/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"_tcb_file_upload/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"_tcb_file_upload/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"_tcb_file_upload/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"_tcb_file_upload/([^/]+)/trackback/?$\";s:43:\"index.php?_tcb_file_upload=$matches[1]&tb=1\";s:45:\"_tcb_file_upload/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?_tcb_file_upload=$matches[1]&paged=$matches[2]\";s:52:\"_tcb_file_upload/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?_tcb_file_upload=$matches[1]&cpage=$matches[2]\";s:41:\"_tcb_file_upload/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?_tcb_file_upload=$matches[1]&page=$matches[2]\";s:33:\"_tcb_file_upload/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"_tcb_file_upload/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"_tcb_file_upload/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"_tcb_file_upload/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"_tcb_file_upload/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(124,'boldgrid_settings','a:3:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.13.3.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:4:{s:6:\"1.13.3\";i:1601817341;s:6:\"1.14.5\";i:1601824898;s:7:\"1.14.13\";i:1628118968;s:7:\"1.14.14\";i:1648640202;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.3.3\";i:1648640202;}}s:11:\"usage_agree\";i:1;}','yes'),(29947,'tve_td_db_version','1.0.1','yes'),(185,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:28:\"ecbiz255.inmotionhosting.com\";s:10:\"phpversion\";s:6:\"7.4.28\";s:9:\"wpversion\";s:5:\"5.9.2\";}','yes'),(128,'boldgrid_backup_id','82024fa0','no'),(27944,'weforms_installed','1648640267','yes'),(27949,'weforms_version','1.6.25','yes'),(29946,'global_lp_scripts','a:0:{}','yes'),(27950,'widget_weforms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(132,'jetpack_sync_settings_disable','0','yes'),(151,'finished_updating_comment_type','1','yes'),(191,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(193,'auto_update_plugins','a:23:{i:0;s:19:\"jetpack/jetpack.php\";i:1;s:19:\"weforms/weforms.php\";i:2;s:31:\"presto-player/presto-player.php\";i:3;s:27:\"betterlinks/betterlinks.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:23:\"elementor/elementor.php\";i:7;s:37:\"elementskit-lite/elementskit-lite.php\";i:8;s:25:\"embedpress/embedpress.php\";i:9;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:10;s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";i:11;s:23:\"loginizer/loginizer.php\";i:12;s:31:\"notificationx/notificationx.php\";i:13;s:51:\"onesignal-free-web-push-notifications/onesignal.php\";i:14;s:35:\"google-site-kit/google-site-kit.php\";i:15;s:27:\"astra-sites/astra-sites.php\";i:17;s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";i:18;s:24:\"wpforms-lite/wpforms.php\";i:19;s:19:\"akismet/akismet.php\";i:20;s:21:\"backuply/backuply.php\";i:21;s:19:\"chaty/cht-icons.php\";i:22;s:35:\"litespeed-cache/litespeed-cache.php\";i:23;s:28:\"migrate-guru/migrateguru.php\";i:24;s:45:\"thrive-visual-editor/thrive-visual-editor.php\";}','no'),(137,'do_activate','0','yes'),(138,'jetpack_activated','2','yes'),(139,'jetpack_options','a:4:{s:7:\"version\";s:14:\"8.5:1601817342\";s:11:\"old_version\";s:14:\"8.5:1601817342\";s:14:\"last_heartbeat\";i:1740326171;s:9:\"hide_jitm\";a:1:{s:29:\"pre-connection-jpsetup-upload\";a:2:{s:14:\"last_dismissal\";i:1661257777;s:6:\"number\";i:1;}}}','yes'),(2954,'auto_update_core_dev','enabled','yes'),(2955,'auto_update_core_minor','enabled','yes'),(2956,'auto_update_core_major','enabled','no'),(1160,'boldgrid_backup_in_progress_data','a:13:{s:12:\"log_filename\";s:22:\"archive-1647006454.log\";s:3:\"pid\";i:3547615;s:10:\"start_time\";i:1647006454;s:7:\"trigger\";s:11:\"Auto update\";s:6:\"tables\";a:17:{i:0;s:16:\"wpjn_commentmeta\";i:1;s:13:\"wpjn_comments\";i:2;s:10:\"wpjn_links\";i:3;s:12:\"wpjn_options\";i:4;s:13:\"wpjn_postmeta\";i:5;s:10:\"wpjn_posts\";i:6;s:35:\"wpjn_presto_player_email_collection\";i:7;s:26:\"wpjn_presto_player_presets\";i:8;s:25:\"wpjn_presto_player_videos\";i:9;s:25:\"wpjn_presto_player_visits\";i:10;s:23:\"wpjn_term_relationships\";i:11;s:18:\"wpjn_term_taxonomy\";i:12;s:13:\"wpjn_termmeta\";i:13;s:10:\"wpjn_terms\";i:14;s:13:\"wpjn_usermeta\";i:15;s:10:\"wpjn_users\";i:16;s:17:\"wpjn_wpforms_lite\";}s:16:\"total_files_todo\";i:7892;s:8:\"filepath\";s:97:\"/home/sunflo25/boldgrid_backup/boldgrid-backup-sunflorisservices.com-82024fa0-20220311-134736.zip\";s:10:\"compressor\";s:7:\"php_zip\";s:16:\"total_files_done\";i:7892;s:19:\"total_size_archived\";i:125840846;s:31:\"total_size_archived_size_format\";s:9:\"120.01 MB\";s:6:\"status\";s:16:\"Backup complete!\";s:7:\"success\";b:1;}','yes'),(1163,'bglib_activity','a:1:{s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:11;}}','yes'),(27943,'weforms_settings','a:4:{s:13:\"email_gateway\";s:9:\"wordpress\";s:6:\"credit\";b:0;s:12:\"email_footer\";b:1;s:9:\"recaptcha\";a:3:{s:3:\"key\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:4:\"type\";s:2:\"v2\";}}','yes'),(1162,'boldgrid_backup_latest_backup','a:34:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:36106688;s:4:\"save\";b:1;s:10:\"total_size\";i:125840846;s:14:\"folder_include\";s:18:\"WPCORE,/wp-content\";s:14:\"folder_exclude\";s:17:\".git,node_modules\";s:13:\"table_exclude\";a:0:{}s:5:\"title\";N;s:11:\"description\";N;s:7:\"ABSPATH\";s:36:\"/home/n087a85/public_html/wordpress/\";s:9:\"backup_id\";s:8:\"82024fa0\";s:7:\"siteurl\";s:31:\"https://sunfloris.com/wordpress\";s:9:\"timestamp\";i:1647006454;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:21:\"sunflorisservices.com\";s:13:\"php_sapi_name\";s:8:\"cgi-fcgi\";s:9:\"php_uname\";s:112:\"Linux ecbiz255.inmotionhosting.com 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64\";s:11:\"php_version\";s:6:\"7.4.27\";s:11:\"server_addr\";s:15:\"199.250.217.133\";s:11:\"server_name\";s:21:\"sunflorisservices.com\";s:15:\"server_protocol\";s:8:\"HTTP/1.1\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:4179;s:8:\"username\";s:8:\"sunflo25\";s:10:\"encrypt_db\";b:0;s:7:\"trigger\";s:11:\"Auto update\";s:8:\"filepath\";s:97:\"/home/sunflo25/boldgrid_backup/boldgrid-backup-sunflorisservices.com-82024fa0-20220311-134736.zip\";s:11:\"lastmodunix\";i:1647006499;s:8:\"duration\";s:5:\"44.93\";s:11:\"db_duration\";s:4:\"0.05\";s:11:\"db_filename\";s:34:\"sunflo25_wp960.20220311-134734.sql\";s:12:\"mail_success\";b:1;}','yes'),(1167,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"sunflorisservices@gmail.com\";s:7:\"version\";s:5:\"6.7.2\";s:9:\"timestamp\";i:1739337940;}','off'),(12176,'auto_update_themes','a:3:{i:0;s:12:\"twentytwenty\";i:1;s:14:\"twentynineteen\";i:2;s:15:\"twentyseventeen\";}','no'),(38379,'wpforms_process_forms_locator_status','completed','yes'),(59500,'wpforms_versions_lite','a:62:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.3\";i:0;s:5:\"1.7.5\";i:1656595575;s:7:\"1.7.5.1\";i:1656595575;s:7:\"1.7.5.2\";i:1657894324;s:7:\"1.7.5.3\";i:1658237392;s:7:\"1.7.5.5\";i:1659057561;s:5:\"1.7.6\";i:1660832837;s:5:\"1.7.7\";i:1664463568;s:7:\"1.7.7.1\";i:1664983486;s:7:\"1.7.7.2\";i:1665586182;s:5:\"1.7.8\";i:1668101835;s:5:\"1.7.9\";i:1672941358;s:7:\"1.7.9.1\";i:1673468074;s:7:\"1.8.0.1\";i:1676564375;s:7:\"1.8.0.2\";i:1677592888;s:7:\"1.8.1.1\";i:1680200517;s:7:\"1.8.1.2\";i:1681307095;s:7:\"1.8.1.3\";i:1685021778;s:5:\"1.8.2\";i:1686151026;s:7:\"1.8.2.1\";i:1686151026;s:7:\"1.8.2.2\";i:1687963477;s:7:\"1.8.2.3\";i:1689689772;s:5:\"1.8.3\";i:-1;s:7:\"1.8.3.1\";i:1691812397;s:5:\"1.8.4\";i:-1;s:7:\"1.8.4.1\";i:1698155982;s:7:\"1.8.5.2\";i:1701182761;s:7:\"1.8.5.3\";i:1702493313;s:7:\"1.8.5.4\";i:1703688306;s:5:\"1.8.6\";i:-1;s:7:\"1.8.6.2\";i:1705415643;s:7:\"1.8.6.3\";i:1705717044;s:7:\"1.8.6.4\";i:1706721533;s:5:\"1.8.7\";i:-1;s:7:\"1.8.7.2\";i:1709215064;s:7:\"1.8.8.2\";i:1713884984;s:7:\"1.8.8.3\";i:1714141476;s:7:\"1.8.9.1\";i:1718287972;s:7:\"1.8.9.2\";i:1718721819;s:7:\"1.8.9.4\";i:1719510850;s:7:\"1.8.9.5\";i:1720015306;s:7:\"1.8.9.6\";i:1720567890;s:7:\"1.9.0.1\";i:1723162326;s:7:\"1.9.0.2\";i:1723571402;s:7:\"1.9.0.3\";i:1724162417;s:7:\"1.9.0.4\";i:1724428554;s:5:\"1.9.1\";i:1727359394;s:7:\"1.9.1.1\";i:1727359394;s:7:\"1.9.1.2\";i:1727477896;s:7:\"1.9.1.3\";i:1727878811;s:7:\"1.9.1.4\";i:1729178290;s:7:\"1.9.1.5\";i:1729726873;s:7:\"1.9.1.6\";i:1730127965;s:5:\"1.9.2\";i:-1;s:7:\"1.9.2.1\";i:1730988070;s:7:\"1.9.2.2\";i:1731943813;s:7:\"1.9.2.3\";i:1733232157;s:7:\"1.9.3.1\";i:1737043796;s:7:\"1.9.3.2\";i:1738073372;}','yes'),(59501,'wpforms_version_upgraded_from','1.8.2.2','yes'),(64536,'user_count','1','no'),(61699,'betterlinks_db_alter_options','a:4:{s:21:\"added_favorite_column\";b:1;s:57:\"fixed_missing_terms_relation_after_ta_one_click_migration\";b:1;s:22:\"added_uncloaked_column\";b:1;s:32:\"added_index_to_created_at_column\";b:1;}','no'),(59629,'notificationx_notices','a:9:{s:12:\"black_friday\";a:3:{s:5:\"start\";i:1690959315;s:10:\"recurrence\";b:0;s:6:\"expire\";i:1669852799;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"opt_in\";a:2:{s:5:\"start\";i:1740837406;s:7:\"refresh\";s:5:\"3.0.1\";}s:6:\"review\";a:3:{s:5:\"start\";i:1738850208;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:5:\"3.0.1\";}s:19:\"black_friday_notice\";a:4:{s:5:\"start\";i:1722866014;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"2.8.13\";s:6:\"expire\";i:1701561599;}s:15:\"6th_anniversary\";a:4:{s:5:\"start\";i:1738245406;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.0.1\";s:6:\"expire\";i:1726876799;}s:17:\"nx_halloween_2024\";a:4:{s:5:\"start\";i:1730035337;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"2.9.2\";s:6:\"expire\";i:1730678399;}s:20:\"nx_black_friday_2024\";a:4:{s:5:\"start\";i:1738245405;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.0.1\";s:6:\"expire\";i:1733443199;}s:16:\"nx_holidays_deal\";a:4:{s:5:\"start\";i:1738242977;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.0.1\";s:6:\"expire\";i:1736553599;}}','off'),(59662,'embedpress_notices','a:11:{s:5:\"optin\";a:3:{s:5:\"start\";i:1739623822;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:6:\"4.1.10\";}s:7:\"version\";s:5:\"1.1.0\";s:9:\"freedom30\";a:3:{s:5:\"start\";i:1656639890;s:6:\"expire\";i:1657065599;s:10:\"recurrence\";b:0;}s:6:\"review\";a:3:{s:5:\"start\";i:1740064558;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:6:\"4.1.10\";}s:12:\"black_friday\";a:3:{s:5:\"start\";i:1669459141;s:10:\"recurrence\";b:0;s:6:\"expire\";i:1669852799;}s:19:\"black_friday_notice\";a:4:{s:5:\"start\";i:1723509511;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"4.0.10\";s:6:\"expire\";i:1701561599;}s:11:\"100k_notice\";a:4:{s:5:\"start\";i:1727971441;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"4.1.0\";s:6:\"expire\";i:1726185599;}s:13:\"compatibility\";a:3:{s:5:\"start\";i:1727970485;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"4.1.0\";}s:21:\"helloween_2024_notice\";a:4:{s:5:\"start\";i:1738751895;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"4.1.10\";s:6:\"expire\";i:1730678399;}s:24:\"black_friday_2024_notice\";a:4:{s:5:\"start\";i:1738750654;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"4.1.10\";s:6:\"expire\";i:1733443199;}s:19:\"holiday_2024_notice\";a:4:{s:5:\"start\";i:1738746189;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"4.1.10\";s:6:\"expire\";i:1736553599;}}','off'),(30088,'wpforms_email_summaries_fetch_info_blocks_last_run','1659898865','yes');
INSERT INTO `wpjn_options` VALUES (30117,'tve_saved_landing_pages_content','a:3:{i:0;a:5:{s:7:\"content\";s:246735:\"<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283523\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283521\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283522\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283526\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283525\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"34283524\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283527\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"34283528\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Price Will Be $67 Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://buy.stripe.com/cN203I8u73M3byEcMX\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for $45</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>\";s:10:\"inline_css\";s:175251:\"@import url(\"//fonts.googleapis.com/css?family=Poppins:300,600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Sriracha:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width:300px){#tcb_landing_page h6 strong{font-weight:700;}#tcb_landing_page h5 strong{font-weight:700;}#tcb_landing_page h4 strong{font-weight:700;}#tcb_landing_page h6{font-family:\"Open Sans\";font-weight:400;color:rgb(51,51,51);font-size:20px;}#tcb_landing_page h5{font-family:\"Open Sans\";font-weight:400;color:rgb(51,51,51);font-size:24px;line-height:1.2em;}#tcb_landing_page h4{font-family:\"Open Sans\";font-weight:400;color:rgb(51,51,51);font-size:30px;line-height:13px;}#tcb_landing_page h3 strong{font-weight:700;}#tcb_landing_page h3{font-family:\"Open Sans\";font-weight:400;color:rgb(51,51,51);font-size:36px;line-height:1.4em;}#tcb_landing_page h2 strong{font-weight:700;}#tcb_landing_page h2{font-family:\"Open Sans\";font-weight:400;color:rgb(51,51,51);font-size:46px;line-height:1.3em;}#tcb_landing_page h1 strong{font-weight:700;}#tcb_landing_page h1{font-family:\"Open Sans\";font-weight:400;font-size:50px;line-height:1.3em;color:rgb(51,51,51);}#tcb_landing_page p strong,#tcb_landing_page li strong{font-weight:700;}[data-css=\"tve-u-15e09c94f7d\"]{background-color:rgb(245,245,245) !important;}#tcb_landing_page .thrv_text_element a:not(.tcb-button-link),#tcb_landing_page .tcb-styled-list a,#tcb_landing_page .tcb-numbered-list a,#tcb_landing_page .tve-input-option-text a{color:rgb(0,87,229);text-decoration:underline;}#tcb_landing_page .thrv_text_element a:not(.tcb-button-link):hover,#tcb_landing_page .tcb-styled-list a:hover,#tcb_landing_page .tcb-numbered-list a:hover,#tcb_landing_page .tve-input-option-text a:hover{text-decoration:none;}#tcb_landing_page p{font-family:\"Open Sans\";font-weight:400;font-size:18px;line-height:1.5em;color:rgb(63,63,63);}#tcb_landing_page li:not([class*=\"menu\"]){font-family:\"Open Sans\";font-weight:400;font-size:18px;line-height:1.5em;color:rgb(63,63,63);}[data-css=\"tve-u-177ef47e6c0\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177ef47fd66\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177ef489247\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important;background-size:cover !important;background-position:50% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important;--background-size:cover !important;--background-position:50% 100% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important;}[data-css=\"tve-u-177ef49089d\"]{width:180px;--tve-alignment:center;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-177ef497f0f\"]{--tve-alignment:center;float:none;max-width:650px;margin:35px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:650px !important;}[data-css=\"tve-u-177ef4994ec\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255)) !important;}:not(#tve) [data-css=\"tve-u-177ef49eb32\"]{--g-regular-weight:400;--g-bold-weight:600;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-size:24px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177ef49eb32\"] strong{font-weight:600 !important;}:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef4c7cb8\"]{color:rgb(255,140,3) !important;}[data-css=\"tve-u-177ef4c9771\"]{color:rgb(45,111,255) !important;}[data-css=\"tve-u-177ef4cc9af\"]{margin-top:30px !important;}:not(#tve) [data-css=\"tve-u-177ef4da66b\"]{--g-regular-weight:400;--g-bold-weight:600;color:rgb(181,194,255) !important;--tcb-applied-color:rgb(181,194,255) !important;--tve-applied-color:rgb(181,194,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef4da66b\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177ef4e4241\"]{margin-top:20px !important;}[data-css=\"tve-u-177ef507d92\"] .tcb-button-link{border-radius:10px;overflow:hidden;letter-spacing:var(--tve-letter-spacing,2px);box-shadow:rgba(2,2,36,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1);background-color:rgb(96,193,42) !important;padding:20px 25px !important;background-image:none !important;--background-color:rgb(96,193,42) !important;--tve-applied-background-color:rgb(96,193,42) !important;}:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link{line-height:1.2em;font-size:var(--tve-font-size,16px) !important;}[data-css=\"tve-u-177ef507d92\"]{--tve-font-size:16px;--tve-font-weight:var(--g-regular-weight,normal);--tve-letter-spacing:2px;--tcb-local-color-62516:rgb(19,114,211);--tve-color:rgb(255,255,255);--tve-alignment:center;float:none;--tve-border-radius:10px;--tcb-local-color-3e1f8:rgb(96,193,42) !important;margin-left:auto !important;margin-right:auto !important;margin-top:25px !important;}:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link span{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal));color:var(--tve-color,rgb(255,255,255));--tcb-applied-color:var$(--tve-color,rgb(255,255,255));}:not(#tve) [data-css=\"tve-u-177ef507d92\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,255,255,0.08),rgba(255,255,255,0.08)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;background-color:var(--tcb-local-color-3e1f8) !important;}:not(#tve) [data-css=\"tve-u-177ef518bbb\"]{--g-regular-weight:400;--g-bold-weight:700;letter-spacing:1px;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:32px !important;}[data-css=\"tve-u-177ef518bbb\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef518bbb\"]{line-height:1.2em !important;}[data-css=\"tve-u-177ef532a85\"]{--tve-alignment:center;float:none;max-width:584px;margin:5px auto 180px !important;padding:0px 0px 5px !important;--tve-applied-max-width:584px !important;}[data-css=\"tve-u-177ef53558c\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177ef535860\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177ef53902e\"]{width:237px;--tve-alignment:center;float:none;margin:13px auto 0px !important;}[data-css=\"tve-u-177ef53c9a0\"]{width:292px;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177ef54876d\"]{max-width:43%;}[data-css=\"tve-u-177ef548779\"]{max-width:57%;}[data-css=\"tve-u-177ef5798ef\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177ef57adbc\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177ef57c105\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111)) !important;background-size:auto,auto !important;background-position:50% 50%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111)) !important;--background-size:auto,auto !important;--background-position:50% 50%,50% 50% !important;--background-attachment:scroll,scroll !important;--background-repeat:no-repeat,no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111)) !important;}[data-css=\"tve-u-177ef57e6d8\"]{padding:0px 0px 5px !important;}[data-css=\"tve-u-177ef580b18\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-177ef580c6d\"]{margin-left:-40px;padding-bottom:0px !important;padding-top:5px !important;}[data-css=\"tve-u-177ef580c6d\"] > .tcb-flex-col{padding-left:40px;}[data-css=\"tve-u-177ef590770\"]{--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(2,2,36,0.2) 35px 42px 75px 0px;--tve-applied-box-shadow:35px 42px 75px 0px rgba(2,2,36,0.2);background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132)) !important;}:not(#tve) [data-css=\"tve-u-177ef59d9c2\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:28px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef59de27\"]{margin-top:0px !important;}[data-css=\"tve-u-177ef5ab462\"]{width:167px;--tve-alignment:center;float:none;margin:35px auto 0px !important;}[data-css=\"tve-u-177ef5b654a\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:18px;padding-top:1px !important;padding-right:5px !important;padding-left:5px !important;}:not(#tve) [data-css=\"tve-u-177ef5b654a\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177ef5bc2a1\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(232,236,248) !important;--tcb-applied-color:rgb(232,236,248) !important;--tve-applied-color:rgb(232,236,248) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177ef5bc2a1\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef5bc2a1\"]{line-height:1.3em !important;margin-right:-5px !important;}:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef5fc0cf\"]{--tve-alignment:center;float:none;max-width:260px;margin:20px auto 0px !important;padding-top:1px !important;--tve-applied-max-width:260px !important;}:not(#tve) [data-css=\"tve-u-177ef5fc0cf\"] li{margin-bottom:5px !important;}:not(#tve) [data-css=\"tve-u-177ef635da2\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef635da2\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef655732\"]{width:167px;--tve-alignment:center;float:none;margin:15px auto 0px !important;}[data-css=\"tve-u-177ef6659a4\"]{--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177ef665ae2\"]{margin-left:-40px;padding-bottom:0px !important;padding-top:5px !important;}[data-css=\"tve-u-177ef665ae2\"] > .tcb-flex-col{padding-left:40px;}[data-css=\"tve-u-177ef6840bf\"] > .tcb-flex-col{padding-left:5px;}[data-css=\"tve-u-177ef6840bf\"]{margin-left:-5px;padding-top:0px !important;padding-bottom:5px !important;}[data-css=\"tve-u-177ef684cee\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177ef687a65\"]{--tve-alignment:center;float:none;max-width:260px;margin:0px auto !important;padding-top:1px !important;--tve-applied-max-width:260px !important;}:not(#tve) [data-css=\"tve-u-177ef687a65\"] li{margin-bottom:5px !important;}[data-css=\"tve-u-177ef6b1f05\"]{--tve-alignment:center;float:none;max-width:260px;margin:0px auto !important;padding-top:1px !important;--tve-applied-max-width:260px !important;}:not(#tve) [data-css=\"tve-u-177ef6b1f05\"] li{margin-bottom:5px !important;}[data-css=\"tve-u-177ef6b1f09\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:18px;padding-top:1px !important;padding-right:5px !important;padding-left:5px !important;}:not(#tve) [data-css=\"tve-u-177ef6b1f09\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177ef6b1f0b\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(232,236,248) !important;--tcb-applied-color:rgb(232,236,248) !important;--tve-applied-color:rgb(232,236,248) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177ef6b1f0b\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef6b1f0b\"]{line-height:1.3em !important;margin-right:-5px !important;}[data-css=\"tve-u-177ef6b1f0f\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:18px;padding-top:1px !important;padding-right:5px !important;padding-left:5px !important;}:not(#tve) [data-css=\"tve-u-177ef6b1f0f\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177ef6b1f11\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(232,236,248) !important;--tcb-applied-color:rgb(232,236,248) !important;--tve-applied-color:rgb(232,236,248) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177ef6b1f11\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef6b1f11\"]{line-height:1.3em !important;margin-right:-5px !important;}[data-css=\"tve-u-177ef6b1f15\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:18px;padding-top:1px !important;padding-right:5px !important;padding-left:5px !important;}:not(#tve) [data-css=\"tve-u-177ef6b1f15\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177ef6b1f17\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(232,236,248) !important;--tcb-applied-color:rgb(232,236,248) !important;--tve-applied-color:rgb(232,236,248) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177ef6b1f17\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef6b1f17\"]{line-height:1.3em !important;margin-right:-5px !important;}[data-css=\"tve-u-177ef6b1f1b\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:18px;padding-top:1px !important;padding-right:5px !important;padding-left:5px !important;}:not(#tve) [data-css=\"tve-u-177ef6b1f1b\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177ef6b1f1d\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(232,236,248) !important;--tcb-applied-color:rgb(232,236,248) !important;--tve-applied-color:rgb(232,236,248) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177ef6b1f1d\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef6b1f1d\"]{line-height:1.3em !important;margin-right:-5px !important;}[data-css=\"tve-u-177ef6b1f21\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:18px;padding-top:1px !important;padding-right:5px !important;padding-left:5px !important;}:not(#tve) [data-css=\"tve-u-177ef6b1f21\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177ef6b1f23\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(232,236,248) !important;--tcb-applied-color:rgb(232,236,248) !important;--tve-applied-color:rgb(232,236,248) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177ef6b1f23\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef6b1f23\"]{line-height:1.3em !important;margin-right:-5px !important;}[data-css=\"tve-u-177ef6b1f27\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:18px;padding-top:1px !important;padding-right:5px !important;padding-left:5px !important;}:not(#tve) [data-css=\"tve-u-177ef6b1f27\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177ef6b1f29\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(232,236,248) !important;--tcb-applied-color:rgb(232,236,248) !important;--tve-applied-color:rgb(232,236,248) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177ef6b1f29\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef6b1f29\"]{line-height:1.3em !important;margin-right:-5px !important;}[data-css=\"tve-u-177ef6efb5f\"]{margin-top:10px !important;}[data-css=\"tve-u-177ef720eb6\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177ef7224e2\"]{padding-bottom:40px !important;padding-top:25px !important;}[data-css=\"tve-u-177ef724b65\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important;background-size:cover !important;background-position:50% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important;--background-size:cover !important;--background-position:50% 100% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important;}[data-css=\"tve-u-177ef72998c\"]{margin-top:0px !important;}:not(#tve) [data-css=\"tve-u-177ef72ccac\"]{--g-regular-weight:400;--g-bold-weight:600;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:28px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef72ccac\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177ef72f5f0\"]{color:rgb(255,157,3) !important;}[data-css=\"tve-u-177ef730895\"] .tcb-button-link{border-radius:10px;overflow:hidden;letter-spacing:var(--tve-letter-spacing,2px);box-shadow:rgba(2,2,36,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1);background-color:rgb(96,193,42) !important;padding:20px 25px !important;background-image:none !important;--background-color:rgb(96,193,42) !important;--tve-applied-background-color:rgb(96,193,42) !important;}:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link{line-height:1.2em;font-size:var(--tve-font-size,16px) !important;}[data-css=\"tve-u-177ef730895\"]{--tve-font-size:16px;--tve-font-weight:var(--g-regular-weight,normal);--tve-letter-spacing:2px;--tcb-local-color-62516:rgb(19,114,211);--tve-color:rgb(255,255,255);--tve-alignment:center;float:none;--tve-border-radius:10px;--tcb-local-color-3e1f8:rgb(96,193,42) !important;margin:40px auto 10px !important;}:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link span{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal));color:var(--tve-color,rgb(255,255,255));--tcb-applied-color:var$(--tve-color,rgb(255,255,255));}:not(#tve) [data-css=\"tve-u-177ef730895\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,255,255,0.08),rgba(255,255,255,0.08)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;background-color:var(--tcb-local-color-3e1f8) !important;}:not(#tve) [data-css=\"tve-u-177ef730898\"]{--g-regular-weight:400;--g-bold-weight:700;letter-spacing:1px;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;}[data-css=\"tve-u-177ef730898\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef730898\"]{line-height:1.2em !important;}[data-css=\"tve-u-177ef743459\"]{--tve-alignment:center;float:none;max-width:584px;margin:5px auto 160px !important;padding:0px 0px 5px !important;--tve-applied-max-width:584px !important;}[data-css=\"tve-u-177ef74739a\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177ef747dfe\"]{max-width:1150px;min-height:1px !important;}[data-css=\"tve-u-177ef74aede\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important;}[data-css=\"tve-u-177ef74e8d5\"]{padding:0px 0px 5px !important;margin-bottom:40px !important;}[data-css=\"tve-u-177ef75041e\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-177ef750639\"]{margin-left:-60px;padding-bottom:0px !important;padding-top:5px !important;}[data-css=\"tve-u-177ef750639\"] > .tcb-flex-col{padding-left:60px;}[data-css=\"tve-u-177ef7595ad\"]{--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;}:not(#tve) [data-css=\"tve-u-177ef765346\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef765346\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef76b459\"]{--tve-alignment:center;float:none;--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 13px 15px 35px 0px;--tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1);margin-left:auto !important;margin-right:auto !important;margin-top:35px !important;}[data-css=\"tve-u-177ef76ea03\"]{padding:45px 50px !important;margin-bottom:0px !important;margin-top:50px !important;}[data-css=\"tve-u-177ef781845\"]{margin:0px 30px !important;}[data-css=\"tve-u-177ef78618d\"]{--tve-alignment:center;float:none;max-width:310px;margin:20px auto 0px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177ef786416\"]{padding-top:0px !important;padding-bottom:5px !important;}[data-css=\"tve-u-177ef78a475\"]{width:172px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:0px -25px -45px auto !important;}[data-css=\"tve-u-177ef78cde8\"]{margin:40px 0px 0px !important;}:not(#tve) [data-css=\"tve-u-177ef7948da\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef7948da\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef79fa01\"]::after{clear:both;}[data-css=\"tve-u-177ef7a8e53\"]{width:86px;float:none;z-index:3;position:relative;--tve-alignment:center;margin:0px auto !important;}[data-css=\"tve-u-177ef7b5bc1\"]{max-width:59.1%;}[data-css=\"tve-u-177ef7b5bee\"]{max-width:40.9%;}[data-css=\"tve-u-177ef7e1747\"]{padding:45px 50px !important;margin-top:0px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177ef7f2216\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef7f2216\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177ef7f2a43\"]{margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177ef7fc777\"]{--g-regular-weight:400;letter-spacing:2px;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Sriracha !important;font-weight:var(--g-regular-weight,normal) !important;font-size:48px !important;line-height:1.2em !important;}[data-css=\"tve-u-177ef8069b3\"]{width:266px;--tve-alignment:center;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:0px !important;padding-left:0px !important;}[data-css=\"tve-u-177ef811dc7\"]{margin-top:15px !important;}[data-css=\"tve-u-177ef81392f\"]{--tve-alignment:center;float:none;max-width:900px;margin-top:60px !important;padding:0px 0px 5px !important;margin-left:auto !important;margin-right:auto !important;--tve-applied-max-width:900px !important;}[data-css=\"tve-u-177ef8166bb\"]{margin:0px !important;}[data-css=\"tve-u-177ef837c03\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177ef838ce3\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177ef83ae31\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important;}[data-css=\"tve-u-177ef84f2ea\"]{margin-top:-5px !important;}:not(#tve) [data-css=\"tve-u-177ef850fe7\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(223,46,53) !important;--tcb-applied-color:rgb(223,46,53) !important;--tve-applied-color:rgb(223,46,53) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef850fe7\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177ef85a027\"]{--g-regular-weight:400;--g-bold-weight:600;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177ef85a027\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177ef8603c0\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53)) !important;}:not(#tve) [data-css=\"tve-u-177ef863be4\"]{--g-regular-weight:300;--g-bold-weight:500;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-size:24px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177ef863be4\"] strong{font-weight:500 !important;}[data-css=\"tve-u-177ef866efa\"]{--tve-alignment:center;float:none;max-width:430px;margin:35px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:430px !important;}[data-css=\"tve-u-177ef8734a6\"]{padding:0px 0px 5px !important;margin-top:60px !important;margin-bottom:65px !important;}[data-css=\"tve-u-177ef87a881\"]{--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 28px 35px 65px 0px;--tve-applied-box-shadow:28px 35px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;}:not(#tve) [data-css=\"tve-u-177f2985d31\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:28px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2985d31\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f298e79c\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f298e79c\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2993f70\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f2998b21\"]{width:167px;--tve-alignment:center;float:none;margin:20px auto 0px !important;}[data-css=\"tve-u-177f299b933\"]{margin-top:30px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f29ac47c\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f29b0034\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f29bb8aa\"]{margin-top:30px !important;margin-bottom:24px !important;}[data-css=\"tve-u-177f29cf036\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f29cfab2\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f29d146d\"]{background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;}[data-css=\"tve-u-177f29daa20\"]{margin-top:35px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f29e39eb\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f29e39eb\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f29ea0a9\"]{--tve-alignment:center;float:none;max-width:830px;margin:50px auto 65px !important;padding:0px 0px 5px !important;--tve-applied-max-width:830px !important;}[data-css=\"tve-u-177f29fb796\"]{margin-top:17px !important;}[data-css=\"tve-u-177f2a0dc5d\"]{width:167px;--tve-alignment:center;float:none;margin:36px auto 0px !important;}[data-css=\"tve-u-177f2a23986\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 40px !important;}[data-css=\"tve-u-177f2a25590\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 40px !important;}[data-css=\"tve-u-177f2a3893b\"]{--tve-alignment:center;float:none;margin:70px auto 0px !important;}[data-css=\"tve-u-177f2a4092d\"]{margin-top:30px !important;margin-bottom:48px !important;}[data-css=\"tve-u-177f2a4441e\"]{margin-top:30px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2a50d75\"]{margin-top:0px !important;}[data-css=\"tve-u-177f2a51bfc\"]{width:167px;--tve-alignment:center;float:none;margin:20px auto 0px !important;}[data-css=\"tve-u-177f2a65e81\"]{max-width:1250px;min-height:1px !important;}[data-css=\"tve-u-177f2a67ae6\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f2a6a815\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important;}[data-css=\"tve-u-177f2a6f0ef\"]{margin-top:20px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f2a7390f\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(31,214,225) !important;--tcb-applied-color:rgb(31,214,225) !important;--tve-applied-color:rgb(31,214,225) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2a7390f\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2a759c2\"]{margin-top:-5px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2b9613d\"]{width:1222px;--tve-alignment:center;float:none;margin:60px auto 0px !important;}[data-css=\"tve-u-177f2ba98f9\"]{width:1222px;margin-top:10px !important;}[data-css=\"tve-u-177f2bc27dc\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f2bc3fec\"]{background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;}[data-css=\"tve-u-177f2bc4a56\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f2bcbf41\"]{color:rgb(255,157,3) !important;}[data-css=\"tve-u-177f2bced7a\"]{margin-top:10px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2bd516e\"]{width:167px;--tve-alignment:center;float:none;margin:0px auto !important;}:not(#tve) [data-css=\"tve-u-177f2bdb921\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2bdb921\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2bdf70b\"]{margin-top:30px !important;}[data-css=\"tve-u-177f2be89a5\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2c02dce\"]{margin-bottom:0px !important;margin-top:45px !important;}[data-css=\"tve-u-177f2c102f4\"]{margin-top:20px !important;margin-bottom:28px !important;}[data-css=\"tve-u-177f2c1679c\"]{margin-top:20px !important;margin-bottom:48px !important;}[data-css=\"tve-u-177f2c1a417\"]{margin-top:20px !important;margin-bottom:48px !important;}[data-css=\"tve-u-177f2c29f07\"]{margin-top:20px !important;margin-bottom:48px !important;}[data-css=\"tve-u-177f2c2b1f7\"]{margin-top:20px !important;margin-bottom:24px !important;}[data-css=\"tve-u-177f2c3050e\"]{max-width:1500px;min-height:1px !important;}[data-css=\"tve-u-177f2c312f4\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f2c343f1\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important;}[data-css=\"tve-u-177f2c36f77\"]{margin-top:20px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f2c3e682\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(70,102,255) !important;--tcb-applied-color:rgb(70,102,255) !important;--tve-applied-color:rgb(70,102,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2c3e682\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2c3ffe0\"]{color:rgb(255,157,3) !important;}[data-css=\"tve-u-177f2c46216\"]{width:75%;--tve-alignment:center;float:none;margin:60px auto -20px !important;}[data-css=\"tve-u-177f2c52e9a\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f2c53969\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f2c56e51\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important;}:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f2c604f2\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2c604f2\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2c62d80\"]{margin-top:30px !important;padding:0px 0px 5px !important;margin-bottom:60px !important;}[data-css=\"tve-u-177f2c65100\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2c656fa\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f2c69041\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2c6c15b\"]{margin-top:0px !important;}:not(#tve) [data-css=\"tve-u-177f2c6e298\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2c6e298\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2c7a9be\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2c87396\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2c8df82\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2c934c0\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2c99282\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2c99db2\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2cb1084\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2cb1964\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2cb20a5\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2cb3d17\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2cb466f\"]{width:284px;--tve-alignment:center;float:none;margin:0px auto -50px !important;}[data-css=\"tve-u-177f2cb7d89\"]{margin-top:40px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2cb9ef9\"]{margin-top:40px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2cca93a\"]{padding-top:40px !important;padding-bottom:30px !important;}[data-css=\"tve-u-177f2ccb86d\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f2ccd1fe\"]{background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77)) !important;}[data-css=\"tve-u-177f2cd4c80\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important;}:not(#tve) [data-css=\"tve-u-177f2cd7735\"]{--g-regular-weight:300;--g-bold-weight:500;color:rgb(45,44,77) !important;--tcb-applied-color:rgb(45,44,77) !important;--tve-applied-color:rgb(45,44,77) !important;font-size:24px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177f2cd7735\"] strong{font-weight:500 !important;}[data-css=\"tve-u-177f2cd9a6c\"]{--tve-alignment:center;float:none;max-width:265px;margin:35px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:265px !important;}[data-css=\"tve-u-177f2cdd7ee\"]{margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177f2cdebf8\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:56px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2ce2da3\"]{margin-top:0px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f2ce4e27\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(31,214,225) !important;--tcb-applied-color:rgb(31,214,225) !important;--tve-applied-color:rgb(31,214,225) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f2cea67f\"]{--g-regular-weight:400;--g-bold-weight:600;color:rgb(222,222,243) !important;--tcb-applied-color:rgb(222,222,243) !important;--tve-applied-color:rgb(222,222,243) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2cea67f\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f2cedfcd\"]{margin-top:40px !important;}[data-css=\"tve-u-177f2cf0eea\"]{--tve-alignment:center;float:none;max-width:600px;margin-top:60px !important;padding:0px 0px 5px !important;margin-left:auto !important;margin-right:auto !important;--tve-applied-max-width:600px !important;}[data-css=\"tve-u-177f2cf3d47\"]{margin-left:-1px;padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f2cf4731\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2cf3d47\"] > .tcb-flex-col{padding-left:1px;}[data-css=\"tve-u-177f2cf7ad7\"]{width:68px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:20px -50px 0px auto !important;}[data-css=\"tve-u-177f2cfde6a\"]{--tve-border-radius:50px;border-radius:50px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;}[data-css=\"tve-u-177f2d032c6\"]{--tve-alignment:center;margin-top:0px !important;margin-bottom:0px !important;padding:3px 20px 3px 70px !important;}:not(#tve) [data-css=\"tve-u-177f2d0d999\"]{--g-regular-weight:400;color:rgb(45,44,77) !important;--tcb-applied-color:rgb(45,44,77) !important;--tve-applied-color:rgb(45,44,77) !important;font-size:52px !important;font-family:Sriracha !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177f2d1f6d3\"]{max-width:16.9%;}[data-css=\"tve-u-177f2d1f719\"]{max-width:83.1%;}[data-css=\"tve-u-177f2d2cd1d\"]::after{clear:both;}[data-css=\"tve-u-177f2d5f192\"]{margin-top:40px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2d94c6c\"]{padding-right:0px !important;padding-bottom:40px !important;padding-top:40px !important;}[data-css=\"tve-u-177f2d96ab3\"]{max-width:1150px;min-height:1px !important;}[data-css=\"tve-u-177f2d99909\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important;}[data-css=\"tve-u-177f2e7a44a\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f2e7b92d\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f2e8e726\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important;}:not(#tve) [data-css=\"tve-u-177f2e93ea5\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(128,127,163) !important;--tcb-applied-color:rgb(128,127,163) !important;--tve-applied-color:rgb(128,127,163) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f2e969a9\"]{margin-top:30px !important;}[data-css=\"tve-u-177f2e9c879\"]{padding:0px 0px 5px !important;margin-bottom:60px !important;}[data-css=\"tve-u-177f2ecc58b\"]{width:524px;--tve-alignment:center;float:none;margin:65px auto 0px !important;}[data-css=\"tve-u-177f2ed2704\"]{width:1187px;--tve-alignment:center;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:15px !important;}[data-css=\"tve-u-177f2eea335\"]{padding-top:25px !important;padding-right:1px !important;padding-bottom:90px !important;}[data-css=\"tve-u-177f2eeb6dc\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f2eedb92\"]{background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;}:not(#tve) [data-css=\"tve-u-177f2f0024f\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2f0024f\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2f075b1\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2f17772\"]{margin-top:60px !important;padding:0px 0px 5px !important;}[data-css=\"tve-u-177f2f1a0c4\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2f1a2fd\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f2f1f847\"]{width:698px;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177f2f20ea1\"]{max-width:60%;}[data-css=\"tve-u-177f2f20ee6\"]{max-width:40%;}[data-css=\"tve-u-177f2f2abe7\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;}:not(#tve) [data-css=\"tve-u-177f2f2d948\"]{--g-regular-weight:300;--g-bold-weight:500;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-size:24px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177f2f2d948\"] strong{font-weight:500 !important;}:not(#tve) [data-css=\"tve-u-177f2f32455\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:28px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2f32455\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2f3553a\"]{margin-top:15px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2f411dc\"]{margin:20px 60px 28px !important;}[data-css=\"tve-u-177f2f47505\"]{--tve-alignment:center;float:none;max-width:265px;margin:120px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:265px !important;}[data-css=\"tve-u-177f2f57cdd\"]{width:357px;--tve-alignment:center;float:none;margin:20px auto 0px !important;}[data-css=\"tve-u-177f2f6c3bc\"]{max-width:40%;}[data-css=\"tve-u-177f2f6c3c0\"]{max-width:60%;}[data-css=\"tve-u-177f2f7c8a3\"]{margin-top:30px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2f9b9d3\"]{margin-top:30px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f2fb753b\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f2fb8334\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f2fbbdfe\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important;}[data-css=\"tve-u-177f2fc08f6\"]{margin-top:20px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f2fc405b\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f2fc405b\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f2fd8be1\"]{margin-left:-60px;padding-bottom:0px !important;padding-top:5px !important;}[data-css=\"tve-u-177f2fd8be1\"] > .tcb-flex-col{padding-left:60px;}[data-css=\"tve-u-177f2fdcb6d\"]{--tve-alignment:center;float:none;max-width:1110px;margin:50px auto 65px !important;padding:0px 0px 5px !important;--tve-applied-max-width:1110px !important;}[data-css=\"tve-u-177f2fec654\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 50px !important;}[data-css=\"tve-u-177f2ffbf16\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 50px !important;}[data-css=\"tve-u-177f300f751\"]{margin-top:20px !important;margin-bottom:10px !important;}[data-css=\"tve-u-177f30218c2\"]{margin-top:20px !important;margin-bottom:1px !important;}[data-css=\"tve-u-177f3026ea7\"]{--tve-alignment:center;float:none;margin:48px auto 0px !important;}[data-css=\"tve-u-177f3039329\"]{margin-top:20px !important;margin-bottom:1px !important;}[data-css=\"tve-u-177f3044829\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f305fd67\"]{margin-top:20px !important;margin-bottom:10px !important;}[data-css=\"tve-u-177f3068d7b\"]{margin-top:20px !important;margin-bottom:30px !important;}[data-css=\"tve-u-177f307797d\"]{margin-top:20px !important;margin-bottom:24px !important;}[data-css=\"tve-u-177f308113d\"]{margin-top:20px !important;margin-bottom:24px !important;}[data-css=\"tve-u-177f3087c2e\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3088702\"]{max-width:1310px;min-height:1px !important;}[data-css=\"tve-u-177f308e56b\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important;}:not(#tve) [data-css=\"tve-u-177f30973fa\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(134,60,0) !important;--tcb-applied-color:rgb(134,60,0) !important;--tve-applied-color:rgb(134,60,0) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f30973fa\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f30b199b\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f30b5166\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f3130096\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important;background-size:cover !important;background-position:50% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important;--background-size:cover !important;--background-position:50% 100% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important;}[data-css=\"tve-u-177f3139c37\"]{margin-top:0px !important;}:not(#tve) [data-css=\"tve-u-177f313f831\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f313f831\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f31452a8\"]{margin-top:-5px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3157150\"]{--tve-alignment:center;float:none;max-width:1165px;margin:80px auto 55px !important;padding:0px 0px 5px !important;--tve-applied-max-width:1165px !important;}[data-css=\"tve-u-177f315a302\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f315a4bd\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f315f3fc\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f31656d1\"]{width:502px;float:left;z-index:3;position:relative;--tve-alignment:left;margin-top:25px !important;margin-bottom:-30px !important;}[data-css=\"tve-u-177f3177522\"]{max-width:52.5%;}[data-css=\"tve-u-177f3177588\"]{max-width:47.5%;}:not(#tve) [data-css=\"tve-u-177f31794ec\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f31794ec\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f31ab0f7\"]{max-width:47.5%;}[data-css=\"tve-u-177f31ab0fc\"]{max-width:52.5%;}[data-css=\"tve-u-177f31c1153\"]{width:506px;float:right;z-index:3;position:relative;--tve-alignment:right;margin-top:25px !important;margin-bottom:-30px !important;}[data-css=\"tve-u-177f31cd26d\"]{width:536px;margin-top:25px !important;margin-bottom:-30px !important;}[data-css=\"tve-u-177f31d1fed\"]{width:575px;float:right;z-index:3;position:relative;--tve-alignment:right;margin-top:25px !important;margin-bottom:-30px !important;}[data-css=\"tve-u-177f31d5266\"]{margin-top:-180px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f31e08c0\"]{margin-top:-180px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f31e3191\"]{margin-top:-180px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f31f1929\"]{padding-left:1px !important;padding-bottom:40px !important;padding-top:40px !important;}[data-css=\"tve-u-177f31f2db0\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f31f72a9\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important;background-size:cover !important;background-position:50% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important;--background-size:cover !important;--background-position:50% 100% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important;}[data-css=\"tve-u-177f31f9fc4\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f31ff4e5\"]{margin-top:-5px !important;}:not(#tve) [data-css=\"tve-u-177f3203e75\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(45,111,255) !important;--tcb-applied-color:rgb(45,111,255) !important;--tve-applied-color:rgb(45,111,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3203e75\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f320dfec\"]{--tve-alignment:center;float:none;max-width:265px;margin:120px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:265px !important;}[data-css=\"tve-u-177f3213c1f\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;}:not(#tve) [data-css=\"tve-u-177f3223b58\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-size:24px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177f3223b58\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3225149\"]{--tve-alignment:center;float:none;max-width:605px;margin:70px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:605px !important;}[data-css=\"tve-u-177f32449f0\"]{--tve-alignment:center;float:none;--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(0,15,89,0.15) 35px 42px 75px 0px;--tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15);margin:70px auto 160px !important;max-width:860px !important;--tve-applied-max-width:860px !important;}[data-css=\"tve-u-177f32601e9\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f32618b4\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3273d31\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important;background-size:cover !important;background-position:50% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important;--background-size:cover !important;--background-position:50% 100% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important;}[data-css=\"tve-u-177f327986f\"]{--tve-alignment:center;float:none;max-width:235px;margin:20px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:235px !important;}[data-css=\"tve-u-177f328170a\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;box-shadow:none;--tve-applied-box-shadow:none;background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;}:not(#tve) [data-css=\"tve-u-177f3284653\"]{--g-regular-weight:400;--g-bold-weight:500;color:rgb(45,44,77) !important;--tcb-applied-color:rgb(45,44,77) !important;--tve-applied-color:rgb(45,44,77) !important;font-size:24px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177f3284653\"] strong{font-weight:500 !important;}:not(#tve) [data-css=\"tve-u-177f328f558\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f328f558\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f329310a\"]{margin-top:30px !important;}[data-css=\"tve-u-177f329d58c\"]{--tve-alignment:center;float:none;--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(0,15,89,0.15) 35px 42px 75px 0px;--tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15);margin:60px auto 160px !important;max-width:860px !important;--tve-applied-max-width:860px !important;}[data-css=\"tve-u-177f32a4824\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f32a541c\"]{max-width:1300px;min-height:1px !important;}[data-css=\"tve-u-177f32ac7bc\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important;background-size:cover !important;background-position:50% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important;--background-size:cover !important;--background-position:50% 100% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important;}:not(#tve) [data-css=\"tve-u-177f32b3fde\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f32b3fde\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f32b7740\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f32b7740\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f32c2ead\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important;}:not(#tve) [data-css=\"tve-u-177f32cb3e2\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-size:28px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f32cc96e\"]{--tve-alignment:center;float:none;max-width:510px;margin:75px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:510px !important;}:not(#tve) [data-css=\"tve-u-177f32dd1cd\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(222,222,243) !important;--tcb-applied-color:rgb(222,222,243) !important;--tve-applied-color:rgb(222,222,243) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f32e0766\"]{margin:30px 0px 0px !important;}[data-css=\"tve-u-177f32e29b4\"]{margin-top:22px !important;padding:0px 0px 5px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f32e83f8\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f32e8817\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f32f13c4\"]{width:731px;--tve-alignment:center;float:none;margin:0px auto -35px !important;}[data-css=\"tve-u-177f3312f1c\"]{max-width:57%;}[data-css=\"tve-u-177f3312f9f\"]{max-width:43%;}:not(#tve) [data-css=\"tve-u-177f332c3b3\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f332c3b3\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f33352e7\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f33352e7\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}[data-css=\"tve-u-177f332c3b3\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f333ea77\"]{margin-top:15px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f333ea77\"] li{margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f334b41b\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(222,222,243) !important;--tcb-applied-color:rgb(222,222,243) !important;--tve-applied-color:rgb(222,222,243) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f334b41b\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f334b91b\"]{margin:-10px 0px 0px 40px !important;}[data-css=\"tve-u-177f33504b3\"]{margin-top:40px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f33504b3\"] li{margin-bottom:0px !important;}[data-css=\"tve-u-177f33504b9\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f33504b9\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f33504be\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f33504be\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f33504be\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f335ad98\"]{margin-top:15px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f335ad98\"] li{margin-bottom:0px !important;}[data-css=\"tve-u-177f335ad9e\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f335ad9e\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f335ada3\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f335ada3\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f335ada3\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f336bd60\"]{margin-left:-45px !important;margin-right:45px !important;}[data-css=\"tve-u-177f3382b76\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155)) !important;}[data-css=\"tve-u-177f3385075\"]{--tve-alignment:center;float:none;max-width:580px;margin:0px auto !important;padding:3px 20px !important;--tve-applied-max-width:580px !important;}:not(#tve) [data-css=\"tve-u-177f338b45c\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-size:28px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177f338b45c\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f33a201e\"]{margin-left:0px !important;margin-right:0px !important;}[data-css=\"tve-u-177f33a6666\"]{max-width:43%;}[data-css=\"tve-u-177f33a666e\"]{max-width:57%;}[data-css=\"tve-u-177f33a8b59\"]{margin-right:-45px !important;margin-left:45px !important;}[data-css=\"tve-u-177f33c0454\"]{margin-top:5px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f33c0454\"] li{margin-bottom:0px !important;}[data-css=\"tve-u-177f33cc55d\"]{margin-top:7px !important;padding:0px 0px 5px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f33e70e3\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93)) !important;}[data-css=\"tve-u-177f33e9b9d\"]{--tve-alignment:center;float:none;max-width:515px;margin:5px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:515px !important;}[data-css=\"tve-u-177f33f9399\"]{margin-top:30px !important;padding:0px 0px 5px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f33fb43d\"]{margin-top:0px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f33fb43d\"] li{margin-bottom:0px !important;}[data-css=\"tve-u-177f3403bb1\"]{width:731px;--tve-alignment:center;float:none;margin:20px auto 0px !important;}[data-css=\"tve-u-177f340f0db\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;}[data-css=\"tve-u-177f3430aeb\"]{--tve-alignment:center;float:none;max-width:410px;margin:40px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:410px !important;}[data-css=\"tve-u-177f343b452\"]{margin-top:20px !important;padding:0px 0px 5px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f34471ce\"]{margin-top:110px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f34471ce\"] li{margin-bottom:0px !important;}[data-css=\"tve-u-177f344d48e\"]{--tve-alignment:center;float:none;max-width:310px;margin:0px auto !important;padding:3px 20px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f3472113\"]{width:731px;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177f347c3dc\"]{font-size:20px !important;}[data-css=\"tve-u-177f347d8aa\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-177f347db00\"]{max-width:43%;}[data-css=\"tve-u-177f347f8e4\"]{margin-top:70px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f347f8e4\"] li{margin-bottom:0px !important;}[data-css=\"tve-u-177f348639d\"]{margin-top:40px !important;padding:0px 0px 5px !important;margin-bottom:40px !important;}[data-css=\"tve-u-177f348d5fe\"]{margin:30px 0px 0px !important;}[data-css=\"tve-u-177f3498c0f\"]{width:731px;--tve-alignment:center;float:none;margin:0px auto -20px !important;}[data-css=\"tve-u-177f349ddaf\"]{margin:30px 0px 0px !important;}[data-css=\"tve-u-177f349ead0\"]{margin:30px 0px 0px !important;}[data-css=\"tve-u-177f349f6e1\"]{margin:30px 0px 0px !important;}[data-css=\"tve-u-177f34b0be2\"]{width:731px;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177f34f1a1c\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f34f3296\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f34f4614\"]{background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important;}[data-css=\"tve-u-177f34f6e57\"]{padding:0px 0px 5px !important;}[data-css=\"tve-u-177f34f8f17\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f34f919a\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f34fe90f\"]{width:660px;--tve-alignment:center;float:none;margin:0px auto -25px !important;}[data-css=\"tve-u-177f34ffb55\"]{max-width:44%;}[data-css=\"tve-u-177f34ffbfa\"]{max-width:56%;}:not(#tve) [data-css=\"tve-u-177f3505406\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3505406\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f3509085\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3509085\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f350e812\"]{margin:55px 0px 0px !important;}:not(#tve) [data-css=\"tve-u-177f3511177\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3511177\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3518250\"]{margin-top:60px !important;}[data-css=\"tve-u-177f35226f8\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f35238df\"]{background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;}[data-css=\"tve-u-177f3524116\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f3528e35\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3533c2a\"]{width:852px;--tve-alignment:center;float:none;margin:45px auto -20px !important;}[data-css=\"tve-u-177f3546fcf\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3547bed\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f354d74f\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important;}[data-css=\"tve-u-177f3559eea\"]{padding:0px 0px 5px !important;margin-top:30px !important;margin-bottom:65px !important;}[data-css=\"tve-u-177f3565944\"]{margin-top:20px !important;margin-bottom:20px !important;}[data-css=\"tve-u-177f3565e36\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3566406\"]{margin-top:20px !important;margin-bottom:96px !important;}[data-css=\"tve-u-177f3566b6e\"]{margin-top:20px !important;margin-bottom:96px !important;}[data-css=\"tve-u-177f356721c\"]{margin-top:20px !important;margin-bottom:72px !important;}[data-css=\"tve-u-177f3567625\"]{margin-top:20px !important;margin-bottom:48px !important;}[data-css=\"tve-u-177f3c344f0\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3c3529f\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f3c399e7\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important;}[data-css=\"tve-u-177f3c3d848\"]{padding:0px 0px 5px !important;margin-top:60px !important;}[data-css=\"tve-u-177f3c3fd75\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3c3ffe8\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f3c44c0d\"]{width:568px;--tve-alignment:center;float:none;margin:0px auto !important;}:not(#tve) [data-css=\"tve-u-177f3c4a619\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:48px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3c4a619\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3c505e9\"]{margin-top:20px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f3c521a1\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(222,222,243) !important;--tcb-applied-color:rgb(222,222,243) !important;--tve-applied-color:rgb(222,222,243) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3c521a1\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3c5808f\"]{max-width:49.5%;}[data-css=\"tve-u-177f3c58156\"]{max-width:50.5%;}[data-css=\"tve-u-177f3c5be85\"]{margin-top:110px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3c74bfa\"]{max-width:49.5%;}[data-css=\"tve-u-177f3c74c02\"]{max-width:50.5%;}:not(#tve) [data-css=\"tve-u-177f3c79f1b\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(31,214,225) !important;--tcb-applied-color:rgb(31,214,225) !important;--tve-applied-color:rgb(31,214,225) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:48px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3c817af\"]{margin-top:60px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3ca1b0a\"]{width:568px;--tve-alignment:center;float:none;margin:0px auto -30px !important;}[data-css=\"tve-u-177f3cb27b2\"]{padding-top:40px !important;padding-bottom:20px !important;}[data-css=\"tve-u-177f3cb3c0e\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f3cb7364\"]{background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;}[data-css=\"tve-u-177f3cbbdae\"]{margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3cced25\"]{color:rgb(45,111,255) !important;}:not(#tve) [data-css=\"tve-u-177f3cdd65f\"]{--g-regular-weight:400;--g-bold-weight:600;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3d09ac8\"]{max-width:1200px;min-height:1px !important;}:not(#tve) [data-css=\"tve-u-177f3d0d466\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3d0d466\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3d10d55\"]{margin-top:-5px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3d3493d\"]{display:block;padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3d3765f\"]{margin-top:40px !important;padding:0px 0px 5px !important;margin-bottom:45px !important;}[data-css=\"tve-u-177f3d39bf0\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-177f3d39ecd\"]{padding-bottom:0px !important;padding-top:5px !important;}[data-css=\"tve-u-177f3d427ec\"]{width:614px;--tve-alignment:left;float:left;z-index:3;position:relative;margin:0px auto 0px -50px !important;}[data-css=\"tve-u-177f3d43fd2\"]{max-width:52%;}[data-css=\"tve-u-177f3d440aa\"]{max-width:48%;}[data-css=\"tve-u-177f3d48caf\"]::after{clear:both;}[data-css=\"tve-u-177f3d570bd\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;box-shadow:none;--tve-applied-box-shadow:none;background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;}[data-css=\"tve-u-177f3d5b108\"]{--tve-alignment:left;float:left;max-width:310px;z-index:3;position:relative;margin:130px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f3d5b10e\"]::after{clear:both;}:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-size:24px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f3d68c86\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:32px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3d68c86\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3d6ac31\"]{margin-top:15px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3d71979\"]{margin:20px 0px 0px !important;}[data-css=\"tve-u-177f3d77322\"]{margin-left:-40px !important;}[data-css=\"tve-u-177f3d8a990\"]{width:614px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:0px -80px 0px 0px !important;}[data-css=\"tve-u-177f3d91bed\"]{margin-left:0px !important;}[data-css=\"tve-u-177f3d937e9\"]{max-width:48%;}[data-css=\"tve-u-177f3d937f1\"]{max-width:52%;}[data-css=\"tve-u-177f3d973d0\"]{margin-right:-80px !important;margin-left:40px !important;}[data-css=\"tve-u-177f3d9a883\"]::after{clear:both;}[data-css=\"tve-u-177f3dbab73\"]{padding-right:1px !important;padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3dbc2f8\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f3dc035d\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important;}[data-css=\"tve-u-177f3dc9188\"]{margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177f3dd572f\"]{--g-regular-weight:400;--g-bold-weight:600;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:24px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3dd572f\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3e01de0\"]{margin-top:40px !important;padding:0px 0px 5px !important;}[data-css=\"tve-u-177f3e04b11\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3e04e31\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f3e0b092\"]{width:564px;--tve-alignment:center;float:none;margin:0px auto -60px !important;}:not(#tve) [data-css=\"tve-u-177f3e11316\"]{--g-regular-weight:300;--g-bold-weight:500;color:rgb(241,247,253) !important;--tcb-applied-color:rgb(241,247,253) !important;--tve-applied-color:rgb(241,247,253) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3e11316\"] strong{font-weight:500 !important;}[data-css=\"tve-u-177f3e1a081\"]{max-width:49.5%;}[data-css=\"tve-u-177f3e1a170\"]{max-width:50.5%;}[data-css=\"tve-u-177f3e1e697\"]{margin:60px 0px 0px !important;}[data-css=\"tve-u-177f3e27941\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3e28681\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f3e2b960\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important;}:not(#tve) [data-css=\"tve-u-177f3e333db\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(134,60,0) !important;--tcb-applied-color:rgb(134,60,0) !important;--tve-applied-color:rgb(134,60,0) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3e333db\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3e370ce\"]{max-width:50.5%;}[data-css=\"tve-u-177f3e370d6\"]{max-width:49.5%;}:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"]{--g-regular-weight:300;--g-bold-weight:500;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] strong{font-weight:500 !important;}[data-css=\"tve-u-177f3e3fcf7\"]{margin:200px 0px 0px !important;}[data-css=\"tve-u-177f3e61358\"]{width:564px;--tve-alignment:center;float:none;margin:0px auto -10px !important;}[data-css=\"tve-u-177f3e65371\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3e66119\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f3e69752\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important;background-size:cover !important;background-position:50% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important;--background-size:cover !important;--background-position:50% 100% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important;}[data-css=\"tve-u-177f3e6e415\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3e702e4\"]{--tve-alignment:center;float:none;max-width:1100px;margin:40px auto 70px !important;--tve-applied-max-width:1100px !important;padding-top:45px !important;padding-bottom:45px !important;}[data-css=\"tve-u-177f3e77cd5\"]{--tve-border-radius:15px;border-radius:15px;overflow:hidden;--tve-border-width:5px;background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255)) !important;border:5px dotted rgb(24,33,154) !important;--tve-applied-border:5px dotted rgb(24,33,154) !important;}[data-css=\"tve-u-177f3e87046\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3e874dd\"]{padding-top:0px !important;padding-bottom:5px !important;}[data-css=\"tve-u-177f3e8b0b4\"]{width:462px;--tve-alignment:left;float:left;z-index:3;position:relative;margin:25px auto -20px -35px !important;}[data-css=\"tve-u-177f3e8d216\"]{max-width:44.5%;}[data-css=\"tve-u-177f3e8d331\"]{max-width:55.5%;}[data-css=\"tve-u-177f3e935cd\"]{margin-top:0px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f3e947e7\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:32px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3e947e7\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3e9534f\"]{margin-left:-80px !important;}[data-css=\"tve-u-177f3e9944c\"]::after{clear:both;}[data-css=\"tve-u-177f3ea59e1\"]{margin-top:0px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f3ea73eb\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:48px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3ee8e33\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f3ee9e0d\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f3eeeeba\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important;background-size:cover !important;background-position:50% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important;}:not(#tve) [data-css=\"tve-u-177f3ef7519\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(24,33,154) !important;--tcb-applied-color:rgb(24,33,154) !important;--tve-applied-color:rgb(24,33,154) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3ef7519\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f3efbc15\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(45,111,255) !important;--tcb-applied-color:rgb(45,111,255) !important;--tve-applied-color:rgb(45,111,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:44px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f3efbc15\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3efc46a\"]{margin-top:-5px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f3f0444b\"]{--tve-border-radius:30px;border-radius:30px;overflow:hidden;box-shadow:none;--tve-applied-box-shadow:none;background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important;}:not(#tve) [data-css=\"tve-u-177f3f086c9\"]{--g-regular-weight:400;--g-bold-weight:500;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-size:24px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;}:not(#tve) [data-css=\"tve-u-177f3f086c9\"] strong{font-weight:500 !important;}[data-css=\"tve-u-177f3f0a10e\"]{--tve-alignment:center;float:none;max-width:335px;margin:40px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:335px !important;}[data-css=\"tve-u-177f3f17815\"]{--tve-alignment:center;float:none;max-width:550px;margin-top:60px !important;margin-left:auto !important;margin-right:auto !important;--tve-applied-max-width:550px !important;padding:25px 0px !important;}[data-css=\"tve-u-177f3f1d2ec\"]{--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1);background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important;}[data-css=\"tve-u-177f3f41691\"]{margin:0px 30px !important;padding-bottom:2px !important;}:not(#tve) [data-css=\"tve-u-177f3f43e24\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f43e24\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f43e24\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f4e1ee\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f4e1ee\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}[data-css=\"tve-u-177f3f5e5f8\"] .tve_sep{width:100%;border-width:1px !important;border-color:rgb(230,231,238) !important;}[data-css=\"tve-u-177f3f5e5f8\"]{padding-right:1px !important;padding-top:2px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f7e392\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f7e399\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f7e399\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f7e3a0\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f7e3a0\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f7e3a0\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f8cae7\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f8caee\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f8caee\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f8caf8\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f8caf8\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f8caf8\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f8d114\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f8d11c\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f8d11c\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f8d123\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f8d123\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f8d123\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f8d6d7\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f8d6de\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f8d6de\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f8d6e5\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f8d6e5\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f8d6e5\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f8e545\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f8e54c\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f8e54c\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f8e552\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f8e552\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f8e552\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f8e9ff\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f8ea06\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f8ea06\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f8ea0c\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f8ea0c\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f8ea0c\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f8ef0c\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f8ef13\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f8ef13\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f8ef1a\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f8ef1a\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f8ef1a\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f8f9f2\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f8f9fa\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f8f9fa\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f8fa01\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f8fa01\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f8fa01\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f8fe6f\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f8fe76\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f8fe76\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f8fe7d\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f8fe7d\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f8fe7d\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f90389\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f90390\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f90390\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f90397\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f90397\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f90397\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f90f37\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f90f3e\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f90f3e\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f90f45\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f90f45\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f90f45\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f9153a\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f91542\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f91542\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f91549\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f91549\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f91549\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f91ce3\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f91ceb\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f91ceb\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f91cf2\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f91cf2\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f91cf2\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f921cc\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f921d4\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f921d4\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f921da\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f921da\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f921da\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3f925e7\"]{margin:0px 30px !important;padding-bottom:2px !important;}[data-css=\"tve-u-177f3f925ef\"]{--tcb-local-color-icon:rgb(40,174,105);--tcb-local-color-var:rgb(40,174,105);--tve-icon-size:20px;font-size:20px;width:20px;height:20px;padding-top:1px !important;}:not(#tve) [data-css=\"tve-u-177f3f925ef\"] >:first-child{color:rgb(40,174,105);--tve-applied-color:rgb(40,174,105);}:not(#tve) [data-css=\"tve-u-177f3f925f6\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:20px !important;}[data-css=\"tve-u-177f3f925f6\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f3f925f6\"]{line-height:1.3em !important;}[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link{border-radius:10px;overflow:hidden;letter-spacing:var(--tve-letter-spacing,2px);box-shadow:rgba(2,2,36,0.1) 29px 34px 65px 0px;--tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1);background-color:rgb(96,193,42) !important;padding:20px 25px !important;background-image:none !important;--background-color:rgb(96,193,42) !important;--tve-applied-background-color:rgb(96,193,42) !important;}:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link{line-height:1.2em;font-size:var(--tve-font-size,16px) !important;}[data-css=\"tve-u-177f3ff3a83\"]{--tve-font-size:16px;--tve-font-weight:var(--g-regular-weight,normal);--tve-letter-spacing:2px;--tcb-local-color-62516:rgb(19,114,211);--tve-color:rgb(255,255,255);--tve-alignment:center;float:none;--tve-border-radius:10px;--tcb-local-color-3e1f8:rgb(96,193,42) !important;margin-left:auto !important;margin-right:auto !important;margin-top:50px !important;}:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link span{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal));color:var(--tve-color,rgb(255,255,255));--tcb-applied-color:var$(--tve-color,rgb(255,255,255));}:not(#tve) [data-css=\"tve-u-177f3ff3a83\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,255,255,0.08),rgba(255,255,255,0.08)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;background-color:var(--tcb-local-color-3e1f8) !important;}:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"]{--g-regular-weight:400;--g-bold-weight:700;letter-spacing:1px;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:32px !important;}[data-css=\"tve-u-177f3ff3a8f\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f3ff3a8f\"]{line-height:1.2em !important;}[data-css=\"tve-u-177f401a849\"]{--tve-alignment:center;float:none;max-width:584px;margin:5px auto 40px !important;padding:0px 0px 5px !important;--tve-applied-max-width:584px !important;}[data-css=\"tve-u-177f401e0d3\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f401f783\"]{background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;}[data-css=\"tve-u-177f4020071\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f402828b\"]{width:302px;--tve-alignment:center;float:none;margin:55px auto -70px !important;}:not(#tve) [data-css=\"tve-u-177f4032c67\"]{--g-regular-weight:400;color:rgb(255,157,3) !important;--tcb-applied-color:rgb(255,157,3) !important;--tve-applied-color:rgb(255,157,3) !important;font-family:Sriracha !important;font-weight:var(--g-regular-weight,normal) !important;font-size:29px !important;line-height:1.2em !important;}[data-css=\"tve-u-177f40374ed\"]{margin-top:0px !important;margin-bottom:60px !important;}[data-css=\"tve-u-177f4053992\"]{padding-top:40px !important;padding-bottom:40px !important;}[data-css=\"tve-u-177f40555d4\"]{background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important;}[data-css=\"tve-u-177f40563ba\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f405d0f2\"]{margin-top:60px !important;background-color:rgba(244,245,248,0) !important;--background-color:rgba(244,245,248,0) !important;--tve-applied-background-color:rgba(244,245,248,0) !important;padding:0px !important;margin-bottom:70px !important;}[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-column{width:calc(50% - 60px) !important;margin-left:60px !important;}[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-grid{margin-left:-60px !important;}[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title{--tve-border-radius:10px;border-radius:10px;overflow:hidden;--tve-color:rgb(24,33,154);--tve-applied---tve-color:rgb(24,33,154);--tve-font-weight:var(--g-regular-weight,normal);--tve-font-family:Poppins;--g-regular-weight:400;--g-bold-weight:600;--tve-line-height:1.3em;--tve-font-size:20px;padding:17px !important;}:not(#tve) [data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve-toggle-text{--tcb-applied-color:var$(--tve-color,rgb(24,33,154));font-family:var(--tve-font-family,Poppins);color:var(--tve-color,rgb(24,33,154)) !important;--tve-applied-color:var$(--tve-color,rgb(24,33,154)) !important;font-weight:var(--tve-font-weight,var(--g-regular-weight,normal) ) !important;line-height:var(--tve-line-height,1.3em) !important;font-size:var(--tve-font-size,20px) !important;}[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve_toggle{font-size:28px !important;width:28px !important;height:28px !important;color:rgb(254,165,38) !important;}[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title.tve-state-expanded:not(.inc){--tve-border-bottom-right-radius:0px;border-bottom-right-radius:0px;overflow:hidden;--tve-border-bottom-left-radius:0px;border-bottom-left-radius:0px;}[data-css=\"tve-u-17010f7948e\"]{--tve-border-bottom-left-radius:10px;overflow:hidden;--tve-border-bottom-right-radius:10px;border-bottom-left-radius:10px !important;border-bottom-right-radius:10px !important;}:not(#tve) [data-css=\"tve-u-177f40ac41e\"]{--g-regular-weight:300;--g-bold-weight:600;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-size:19px !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;line-height:1.3em !important;}:not(#tve) [data-css=\"tve-u-177f40ac41e\"] strong{font-weight:600 !important;}[data-css=\"tve-u-177f40c3127\"]{--toggle-vertical-space:20px;}[data-css=\"tve-u-177f40c312e\"]{--toggle-vertical-space:20px;}[data-css=\"tve-u-177f40c3132\"]{--toggle-vertical-space:20px;}[data-css=\"tve-u-177f40c3136\"]{--toggle-vertical-space:20px;}[data-css=\"tve-u-177f40c3139\"]{--toggle-vertical-space:20px;}[data-css=\"tve-u-177f40fab7c\"]{padding-top:60px !important;padding-bottom:60px !important;}[data-css=\"tve-u-177f40fc0d9\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f40fdbc1\"]{background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154)) !important;--background-size:auto auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154)) !important;}[data-css=\"tve-u-177f40ffa6a\"]{padding:0px 0px 5px !important;}[data-css=\"tve-u-177f4103479\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-177f41039b1\"]{padding-bottom:0px !important;padding-top:5px !important;}:not(#tve) [data-css=\"tve-u-177f410a048\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(191,194,235) !important;--tcb-applied-color:rgb(191,194,235) !important;--tve-applied-color:rgb(191,194,235) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:13px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f410a048\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f4397c44\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:50px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f4397c44\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f43a9710\"]{margin-top:5px !important;}[data-css=\"tve-u-177f43d4cda\"]{margin-top:0px !important;margin-bottom:0px !important;padding:30px 10px 80px !important;}[data-css=\"tve-u-177f43d8143\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f43d992c\"]{padding-bottom:0px !important;}[data-css=\"tve-u-177f43dca9e\"]{margin-top:0px !important;margin-bottom:0px !important;padding:30px 10px 80px !important;}[data-css=\"tve-u-177f43dfc0f\"]{padding-bottom:0px !important;}[data-css=\"tve-u-177f43e06bf\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f43e2659\"]{margin-top:0px !important;margin-bottom:10px !important;}[data-css=\"tve-u-177f43e9551\"]{margin-top:0px !important;margin-bottom:10px !important;}[data-css=\"tve-u-177f43f55b3\"]{margin-top:60px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f4400dc3\"]{margin-top:0px !important;margin-bottom:0px !important;padding:30px 10px 88px !important;}[data-css=\"tve-u-177f44149d5\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f4417945\"]{margin-top:0px !important;margin-bottom:0px !important;padding:30px 10px 10px !important;}[data-css=\"tve-u-177f442412f\"]{--tve-alignment:center;float:none;max-width:155px;z-index:3;position:relative;margin:20px auto 0px !important;padding-top:1px !important;--tve-applied-max-width:155px !important;}:not(#tve) [data-css=\"tve-u-177f442412f\"] li{margin-bottom:5px !important;}[data-css=\"tve-u-177f447e826\"]{margin-top:0px !important;}[data-css=\"tve-u-177f448b596\"] > .tcb-flex-col{padding-left:40px;}[data-css=\"tve-u-177f448b596\"]{margin-left:-40px;}[data-css=\"tve-u-177f448ea8f\"] > .tcb-flex-col{padding-left:40px;}[data-css=\"tve-u-177f448ea8f\"]{margin-left:-40px;}[data-css=\"tve-u-177f44a4396\"]{max-width:45.3%;}[data-css=\"tve-u-177f44a43bc\"]{max-width:54.7%;}[data-css=\"tve-u-177f44aef1f\"]{padding-right:20px !important;}[data-css=\"tve-u-177f454ce43\"]{max-width:1200px;min-height:1px !important;}[data-css=\"tve-u-177f45651aa\"]{margin:50px 0px 0px !important;}[data-css=\"tve-u-177f456804c\"]{margin-top:50px !important;}[data-css=\"tve-u-177f456c9db\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;background-size:auto,auto !important;background-position:50% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;--background-size:auto,auto !important;--background-position:50% 100%,50% 50% !important;--background-attachment:scroll,scroll !important;--background-repeat:no-repeat,no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;}[data-css=\"tve-u-177f4570976\"]{padding-top:20px !important;padding-bottom:60px !important;}[data-css=\"tve-u-177f53c05fe\"]{max-width:57.7%;}[data-css=\"tve-u-177f53c3c27\"]{width:398px;--tve-alignment:center;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:40px !important;}[data-css=\"tve-u-177f53c770c\"]{margin-top:0px;margin-left:0px;}[data-css=\"tve-u-177f53c3c27\"] .tve_image_frame{height:100%;}[data-css=\"tve-u-177f53d0711\"]{max-width:42.3%;}[data-css=\"tve-u-177f5447078\"]{margin-top:0px !important;margin-bottom:0px !important;padding:40px 10px 26px !important;}[data-css=\"tve-u-177f5457983\"]{margin-top:0px !important;margin-bottom:0px !important;padding:40px 10px 100px !important;}[data-css=\"tve-u-177f545e114\"]{margin-bottom:0px !important;margin-top:20px !important;}[data-css=\"tve-u-177f547ea55\"]{padding-right:20px !important;padding-top:30px !important;}[data-css=\"tve-u-177f54a7efe\"]{width:75%;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177f54aa467\"]{width:80%;--tve-alignment:center;float:none;margin:13px auto 0px !important;}[data-css=\"tve-u-177f54ae90b\"]{margin-left:-5px;padding:5px 20px 0px !important;}[data-css=\"tve-u-177f54ae90b\"] > .tcb-flex-col{padding-left:5px;}[data-css=\"tve-u-177f814d79d\"]{width:237px;--tve-alignment:center;float:none;margin:13px auto 0px !important;}[data-css=\"tve-u-177f814e410\"]{width:292px;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177f816a396\"] > .tcb-flex-col{padding-left:40px;}[data-css=\"tve-u-177f816a396\"]{margin-left:-40px;}[data-css=\"tve-u-177f8178c3d\"]{padding:0px 0px 5px !important;margin-bottom:40px !important;}[data-css=\"tve-u-177f817cf2f\"]{padding:45px 50px !important;margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f817e730\"]{margin:0px 30px !important;}[data-css=\"tve-u-177f81809e2\"]{padding-top:0px !important;padding-bottom:5px !important;}[data-css=\"tve-u-177f8182fc1\"]{width:89px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:0px 1px -45px auto !important;}[data-css=\"tve-u-177f81881fc\"]{max-width:150px;margin:40px 0px 0px !important;--tve-applied-max-width:150px !important;}[data-css=\"tve-u-177f818b838\"]{--tve-alignment:center;float:none;max-width:310px;margin:20px auto 0px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f818f5fd\"]{padding:45px 50px !important;margin-bottom:0px !important;margin-top:50px !important;}[data-css=\"tve-u-177f8192e09\"]{margin:0px 30px !important;}[data-css=\"tve-u-177f819f7ee\"]{margin-top:1px !important;}[data-css=\"tve-u-177f81abb44\"]{padding:0px 0px 5px !important;margin-top:60px !important;margin-bottom:65px !important;}[data-css=\"tve-u-177f81bf353\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 40px !important;}:not(#tve) [data-css=\"tve-u-177f81d20a7\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(31,214,225) !important;--tcb-applied-color:rgb(31,214,225) !important;--tve-applied-color:rgb(31,214,225) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f81d20a7\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f81ffa86\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f8200fff\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f8202a88\"]{margin-bottom:0px !important;margin-top:45px !important;}[data-css=\"tve-u-177f820439a\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f8205853\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f821e4d0\"]{margin-left:-1px;padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f821e4d0\"] > .tcb-flex-col{padding-left:1px;}[data-css=\"tve-u-177f8220f8b\"]{width:68px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:20px -50px 0px auto !important;}:not(#tve) [data-css=\"tve-u-177f82263ba\"]{--g-regular-weight:400;color:rgb(45,44,77) !important;--tcb-applied-color:rgb(45,44,77) !important;--tve-applied-color:rgb(45,44,77) !important;font-size:52px !important;font-family:Sriracha !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177f822f704\"]{margin-top:40px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f8230150\"]{margin-left:-1px;padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f8230150\"] > .tcb-flex-col{padding-left:1px;}[data-css=\"tve-u-177f8233d7f\"]{width:68px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:20px -50px 0px auto !important;}:not(#tve) [data-css=\"tve-u-177f82367e1\"]{--g-regular-weight:400;color:rgb(45,44,77) !important;--tcb-applied-color:rgb(45,44,77) !important;--tve-applied-color:rgb(45,44,77) !important;font-size:52px !important;font-family:Sriracha !important;font-weight:var(--g-regular-weight,normal) !important;}[data-css=\"tve-u-177f824a5d3\"]{padding:45px 50px !important;margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f824afb5\"]{margin:0px 30px !important;}[data-css=\"tve-u-177f824c872\"]{padding-top:0px !important;padding-bottom:5px !important;}[data-css=\"tve-u-177f824d43c\"]{--tve-alignment:center;float:none;max-width:310px;margin:20px auto 0px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f824efb6\"]{padding:45px 50px !important;margin-bottom:0px !important;margin-top:50px !important;}[data-css=\"tve-u-177f8250590\"]{margin:0px 30px !important;}[data-css=\"tve-u-177f8251c0f\"]{padding-top:0px !important;padding-bottom:5px !important;}[data-css=\"tve-u-177f8252778\"]{--tve-alignment:center;float:none;max-width:310px;margin:20px auto 0px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f8263423\"]{width:698px;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177f82675ea\"]{width:357px;--tve-alignment:center;float:none;margin:20px auto 0px !important;}[data-css=\"tve-u-177f826ac31\"]{--tve-alignment:center;float:none;max-width:265px;margin:100px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:265px !important;}[data-css=\"tve-u-177f826df94\"]{margin:20px 60px 28px !important;}[data-css=\"tve-u-177f82757a1\"]{margin:20px 60px 28px !important;}[data-css=\"tve-u-177f8277177\"]{width:698px;--tve-alignment:center;float:none;margin:0px auto !important;}:not(#tve) [data-css=\"tve-u-177f8289c97\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:64px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f8289c97\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f829c673\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 50px !important;}[data-css=\"tve-u-177f829e77b\"]{--tve-alignment:center;float:none;margin:48px auto 0px !important;}[data-css=\"tve-u-177f829fae0\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 50px !important;}[data-css=\"tve-u-177f82a1847\"]{--tve-alignment:center;float:none;margin:48px auto 0px !important;}[data-css=\"tve-u-177f82a2f17\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 50px !important;}[data-css=\"tve-u-177f82b827d\"]{--tve-alignment:center;float:none;max-width:900px;margin-top:60px !important;padding:0px 0px 5px !important;margin-left:auto !important;margin-right:auto !important;--tve-applied-max-width:900px !important;}[data-css=\"tve-u-177f82fe3ba\"]{margin-left:-45px !important;margin-right:45px !important;}[data-css=\"tve-u-177f8314ca3\"]{margin-right:-45px !important;margin-left:45px !important;}[data-css=\"tve-u-177f83287b3\"]{margin-left:-45px !important;margin-right:45px !important;}[data-css=\"tve-u-177f835d31c\"]{margin-bottom:0px !important;margin-top:45px !important;}[data-css=\"tve-u-177f835ed87\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f835f9a5\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f8364fd1\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f8366549\"]{margin-top:0px !important;margin-bottom:0px !important;padding:45px 38px !important;}[data-css=\"tve-u-177f83749d5\"]{margin:0px 30px !important;}[data-css=\"tve-u-177f83772e0\"]{padding-top:0px !important;padding-bottom:5px !important;}[data-css=\"tve-u-177f8377e3c\"]{--tve-alignment:center;float:none;max-width:310px;margin:20px auto 0px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f838585e\"]{width:614px;--tve-alignment:left;float:left;z-index:3;position:relative;margin:0px auto 0px -50px !important;}[data-css=\"tve-u-177f83877a6\"]{margin-left:-40px !important;}[data-css=\"tve-u-177f83886da\"]{--tve-alignment:left;float:left;max-width:310px;z-index:3;position:relative;margin:130px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f838ba48\"]{margin-right:-80px !important;margin-left:40px !important;}[data-css=\"tve-u-177f838cf7e\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-177f838de3a\"]{--tve-alignment:left;float:left;max-width:310px;z-index:3;position:relative;margin:130px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f83914e3\"]{width:614px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:0px -80px 0px 0px !important;}[data-css=\"tve-u-177f8392e45\"]{width:614px;--tve-alignment:left;float:left;z-index:3;position:relative;margin:0px auto 0px -50px !important;}[data-css=\"tve-u-177f8394c4c\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-177f839621d\"]{margin-left:-40px !important;}[data-css=\"tve-u-177f83983be\"]{--tve-alignment:left;float:left;max-width:310px;z-index:3;position:relative;margin:130px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f839c86a\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-177f839d334\"]{--tve-alignment:left;float:left;max-width:310px;z-index:3;position:relative;margin:130px auto 0px !important;padding:3px 20px !important;--tve-applied-max-width:310px !important;}[data-css=\"tve-u-177f83acceb\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-177f83b384c\"]{margin-top:40px !important;padding:0px 0px 5px !important;}[data-css=\"tve-u-177f83e3495\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f83e46b6\"]{margin-top:20px !important;}[data-css=\"tve-u-177f83e7b87\"]{margin-top:20px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f83ec567\"]{margin:0px !important;}[data-css=\"tve-u-177f9221874\"]{max-width:860px !important;--tve-applied-max-width:860px !important;margin-top:35px !important;}[data-css=\"tve-u-177f927ff39\"]{max-width:47.5%;}:not(#tve) [data-css=\"tve-u-177f93940f1\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.4em !important;}:not(#tve) [data-css=\"tve-u-177f93940f1\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f93940fa\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.4em !important;}:not(#tve) [data-css=\"tve-u-177f93940fa\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f9394100\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.4em !important;}:not(#tve) [data-css=\"tve-u-177f9394100\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-177f9394105\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.4em !important;}:not(#tve) [data-css=\"tve-u-177f9394105\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f9612d0a\"]{width:86px;float:none;z-index:3;position:relative;--tve-alignment:center;margin:0px auto !important;}[data-css=\"tve-u-177f9612d15\"]{margin-top:0px;margin-left:0px;}[data-css=\"tve-u-177f961d8dd\"]{max-width:45.3%;}[data-css=\"tve-u-177f961d8e5\"]{max-width:54.7%;}:not(#tve) [data-css=\"tve-u-177f99aed81\"]{--g-regular-weight:300;--g-bold-weight:700;color:rgb(67,66,102) !important;--tcb-applied-color:rgb(67,66,102) !important;--tve-applied-color:rgb(67,66,102) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177f99aed81\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177f9a90354\"]{width:424px;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177f9aa7728\"]{--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177f9f2c750\"]{width:425px;--tve-alignment:center;float:none;margin:40px auto 0px !important;}[data-css=\"tve-u-177f9f2c830\"]{margin-top:0px;margin-left:-21.281px;width:105% !important;max-width:none !important;}[data-css=\"tve-u-177f9f2c750\"] .tve_image_frame{height:100%;}[data-css=\"tve-u-177f9f645ee\"]{width:800px;--tve-alignment:center;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-177f9f939de\"]{width:386px;--tve-alignment:center;float:none;margin:20px auto 0px !important;}[data-css=\"tve-u-177fa02dd26\"]{width:757px;--tve-alignment:center;float:none;margin:40px auto -20px !important;}:not(#tve) [data-css=\"tve-u-177fa041593\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:19px !important;line-height:1.75em !important;}:not(#tve) [data-css=\"tve-u-177fa041593\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177fa042804\"]{max-width:741px;--tve-alignment:center;float:none;margin-top:-5px !important;--tve-applied-max-width:741px !important;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-177fa226bad\"]{max-width:48%;}[data-css=\"tve-u-177fa619c2b\"]{width:424px;--tve-alignment:center;float:none;margin:40px auto 0px !important;}[data-css=\"tve-u-177fa639aba\"]{width:421px;--tve-alignment:center;float:none;margin:40px auto 0px !important;}[data-css=\"tve-u-177fa65005e\"]{width:424px;--tve-alignment:center;float:none;margin:0px auto !important;}[data-css=\"tve-u-177fa67829b\"]{margin-top:20px !important;margin-bottom:1px !important;}[data-css=\"tve-u-177fa67a873\"]{margin-top:10px !important;}[data-css=\"tve-u-177fcd9d86d\"]{width:89px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:0px 1px -45px auto !important;}[data-css=\"tve-u-177fcd9ec19\"]{max-width:150px;margin:20px 0px 0px !important;--tve-applied-max-width:150px !important;}[data-css=\"tve-u-177fcf30d9d\"]{max-width:45.3%;}[data-css=\"tve-u-177fcf46d6b\"]{max-width:45.3%;}[data-css=\"tve-u-177fcf4cf1b\"]{max-width:1150px;min-height:1px !important;}[data-css=\"tve-u-177fd2acc27\"]{max-width:40%;}[data-css=\"tve-u-177fdaa8e22\"]{margin-top:0px;margin-left:-4.641px;width:103% !important;max-width:none !important;}[data-css=\"tve-u-177fdad4c5b\"]{max-width:47.5%;}[data-css=\"tve-u-177f31656d1\"] .tve_image_frame{height:100%;}[data-css=\"tve-u-177fdb1a08e\"]::after{clear:both;}[data-css=\"tve-u-177fdb1adb8\"]::after{clear:both;}[data-css=\"tve-u-177fdb1fbb0\"]::after{clear:both;}[data-css=\"tve-u-177fdcdc16b\"]{--tve-alignment:center;float:none;--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 13px 15px 35px 0px;--tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1);margin-left:auto !important;margin-right:auto !important;margin-top:35px !important;max-width:412px !important;--tve-applied-max-width:412px !important;}[data-css=\"tve-u-177fdcdf2ab\"]{--tve-alignment:center;float:none;--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 13px 15px 35px 0px;--tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1);margin-left:auto !important;margin-right:auto !important;margin-top:35px !important;max-width:462px !important;--tve-applied-max-width:462px !important;}:not(#tve) [data-css=\"tve-u-177fe7fab40\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(215,222,255) !important;--tcb-applied-color:rgb(215,222,255) !important;--tve-applied-color:rgb(215,222,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:28px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177fe7fab40\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177fe7fe486\"]{margin-top:-85px !important;}:not(#tve) [data-css=\"tve-u-177fe809ce7\"]{--g-regular-weight:400;--g-bold-weight:700;color:rgb(255,255,255) !important;--tcb-applied-color:rgb(255,255,255) !important;--tve-applied-color:rgb(255,255,255) !important;font-family:Poppins !important;font-weight:var(--g-regular-weight,normal) !important;font-size:28px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-177fe809ce7\"] strong{font-weight:700 !important;}[data-css=\"tve-u-177fe81cf44\"]{--tve-alignment:center;float:none;margin-top:-50px !important;margin-left:280px !important;margin-right:auto !important;}[data-css=\"tve-u-177fe821d9f\"]{--tve-alignment:center;float:none;margin-top:-10px !important;margin-left:auto !important;margin-right:250px !important;}[data-css=\"tve-u-17e9b3e270c\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-17f8edfb7b6\"]{width:78px;--tve-alignment:right;float:right;z-index:3;position:relative;margin:0px -25px -45px auto !important;}[data-css=\"tve-u-17f8efa18c1\"]{max-width:100%;}[data-css=\"tve-u-17f8f6544ba\"]{--tve-alignment:center;float:none;--tve-border-radius:10px;border-radius:10px;overflow:hidden;box-shadow:rgba(13,41,175,0.1) 13px 15px 35px 0px;--tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1);margin-left:auto !important;margin-right:auto !important;margin-top:35px !important;}[data-css=\"tve-u-17f91e126d2\"]{max-width:51.9994%;}[data-css=\"tve-u-17f91e218ed\"]{max-width:47.9991%;}[data-css=\"tve-u-17f921394c9\"]{--tve-alignment:center;float:none;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-17f9213b169\"]{font-weight:var(--g-bold-weight,bold)!important;}:not(#tve) [data-css=\"tve-u-17f9213b173\"]{font-weight:var(--g-bold-weight,bold)!important;color:rgb(186,17,17) !important;--tcb-applied-color:rgb(186,17,17)!important;--tve-applied-color:rgb(186,17,17)!important;}}@media (max-width:1023px){[data-css=\"tve-u-177ef507d92\"] .tcb-button-link{padding:16px !important;}[data-css=\"tve-u-177ef730895\"] .tcb-button-link{padding:16px !important;}[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link{padding:16px !important;}}@media (max-width:767px){:not(#tve) [data-css=\"tve-u-177ef49eb32\"]{font-size:22px !important;}:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"]{font-size:44px !important;}:not(#tve) [data-css=\"tve-u-177f4397c44\"]{font-size:44px !important;}:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"]{font-size:28px !important;}[data-css=\"tve-u-177f814d79d\"]{margin-top:0px !important;}[data-css=\"tve-u-177f814e410\"]{margin-top:10px !important;}[data-css=\"tve-u-177ef532a85\"]{margin-bottom:140px !important;}[data-css=\"tve-u-177ef57e6d8\"]{margin-right:10px !important;margin-left:10px !important;margin-top:-80px !important;}[data-css=\"tve-u-177f8162a98\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f448ea8f\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f43dca9e\"]{margin-top:20px !important;}[data-css=\"tve-u-177f816a161\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f816a396\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f4400dc3\"]{margin-top:15px !important;}[data-css=\"tve-u-177f4417945\"]{margin-top:20px !important;}[data-css=\"tve-u-177f816d1cc\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-177f448b596\"]{padding-top:5px !important;padding-bottom:0px !important;}[data-css=\"tve-u-177f5447078\"]{margin-top:15px !important;}[data-css=\"tve-u-177f5457983\"]{margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177ef518bbb\"]{font-size:28px !important;}[data-css=\"tve-u-177ef53902e\"]{margin-top:0px !important;}[data-css=\"tve-u-177ef53c9a0\"]{margin-top:10px !important;}[data-css=\"tve-u-177f8178c3d\"]{margin-right:10px !important;margin-left:10px !important;margin-top:-60px !important;}[data-css=\"tve-u-177f817cf2f\"]{padding:20px !important;}[data-css=\"tve-u-177f817e730\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f81809e2\"]{flex-wrap:nowrap !important;}[data-css=\"tve-u-177f81881fc\"]{margin-top:30px !important;}[data-css=\"tve-u-177f818b838\"]{margin-left:-40px !important;}[data-css=\"tve-u-177f818f5fd\"]{margin-top:30px !important;padding:20px !important;}[data-css=\"tve-u-177f8192e09\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f456804c\"]{margin-right:10px !important;margin-left:10px !important;margin-top:20px !important;}[data-css=\"tve-u-177f819f7ee\"]{margin-top:0px !important;}:not(#tve) [data-css=\"tve-u-177ef7fc777\"]{font-size:42px !important;}[data-css=\"tve-u-177f45651aa\"]{margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177ef863be4\"]{font-size:24px !important;}[data-css=\"tve-u-177f81abb44\"]{margin:40px 10px !important;}[data-css=\"tve-u-177f29bb8aa\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f29b0034\"]{margin-top:20px !important;}[data-css=\"tve-u-177f29ac47c\"]{margin-top:20px !important;}[data-css=\"tve-u-177f29ea0a9\"]{margin:40px 10px !important;}[data-css=\"tve-u-177f2a4092d\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f81bf353\"]{margin-top:20px !important;}[data-css=\"tve-u-177f2a3893b\"]{margin-top:15px !important;}[data-css=\"tve-u-177f2a23986\"]{margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177f29e39eb\"]{font-size:50px !important;}:not(#tve) [data-css=\"tve-u-177f81d20a7\"]{font-size:52px !important;}[data-css=\"tve-u-177f2a6f0ef\"]{margin-top:0px !important;}[data-css=\"tve-u-177f2a6a815\"]{background-position:50% 50%,50% 100% !important;--background-position:50% 50%,50% 100% !important;background-size:auto,cover !important;--background-size:auto auto,cover !important;background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;--background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important;--background-attachment:scroll,scroll !important;--background-repeat:no-repeat,no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important;}[data-css=\"tve-u-177f2ba98f9\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f2b9613d\"]{margin-top:20px !important;margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f2bc3fec\"]{background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important;}[data-css=\"tve-u-177ef8734a6\"]{margin:40px 10px !important;}[data-css=\"tve-u-177f81ffa86\"]{margin-top:20px !important;}[data-css=\"tve-u-177f2c1679c\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f8200fff\"]{margin-top:20px !important;}[data-css=\"tve-u-177f2c1a417\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f8202a88\"]{margin-top:15px !important;}[data-css=\"tve-u-177f2c102f4\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f820439a\"]{margin-top:20px !important;}[data-css=\"tve-u-177f2c2b1f7\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f8205853\"]{margin-top:20px !important;}[data-css=\"tve-u-177f2c29f07\"]{margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f2c3e682\"]{font-size:56px !important;}:not(#tve) [data-css=\"tve-u-177f2c604f2\"]{font-size:58px !important;}[data-css=\"tve-u-177f2c62d80\"]{margin-bottom:40px !important;}[data-css=\"tve-u-177f2cd9a6c\"]{margin-top:20px !important;}[data-css=\"tve-u-177f2cf0eea\"]{margin-right:10px !important;margin-left:10px !important;margin-top:40px !important;}[data-css=\"tve-u-177f821e4d0\"]{flex-wrap:nowrap !important;}[data-css=\"tve-u-177f8220f8b\"]{margin-right:-30px !important;margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177f82263ba\"]{line-height:1.2em !important;font-size:44px !important;}[data-css=\"tve-u-177f2cf4731\"]{margin-left:0px !important;}[data-css=\"tve-u-177f822f704\"]{margin-top:20px !important;}[data-css=\"tve-u-177f8230150\"]{flex-wrap:nowrap !important;}[data-css=\"tve-u-177f8233d7f\"]{margin-right:-30px !important;}:not(#tve) [data-css=\"tve-u-177f82367e1\"]{line-height:1.3em !important;font-size:44px !important;}[data-css=\"tve-u-177f2d5f192\"]{margin-top:20px !important;}[data-css=\"tve-u-177f2cf3d47\"]{flex-wrap:nowrap !important;}[data-css=\"tve-u-177f2cf7ad7\"]{margin-right:-30px !important;}:not(#tve) [data-css=\"tve-u-177f2d0d999\"]{line-height:1.3em !important;font-size:44px !important;}[data-css=\"tve-u-177f2e9c879\"]{margin-right:10px !important;margin-left:10px !important;margin-bottom:40px !important;}[data-css=\"tve-u-177f824a5d3\"]{padding:20px !important;}[data-css=\"tve-u-177f824afb5\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f824c872\"]{flex-wrap:nowrap !important;}[data-css=\"tve-u-177f824d43c\"]{margin-left:-40px !important;}[data-css=\"tve-u-177f824efb6\"]{margin-top:20px !important;padding:20px !important;}[data-css=\"tve-u-177f8250590\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f8251c0f\"]{flex-wrap:nowrap !important;}[data-css=\"tve-u-177f8252778\"]{margin-left:-40px !important;}[data-css=\"tve-u-177f2e969a9\"]{margin-top:0px !important;}[data-css=\"tve-u-177f2ecc58b\"]{margin-top:20px !important;margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f2ed2704\"]{margin-top:0px !important;}[data-css=\"tve-u-177f8263423\"]{margin-bottom:-20px !important;}[data-css=\"tve-u-177f82675ea\"]{width:230px;}[data-css=\"tve-u-177f826ac31\"]{margin-top:0px !important;}[data-css=\"tve-u-177f2f47505\"]{margin-top:20px !important;}[data-css=\"tve-u-177f826df94\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f82757a1\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f8277177\"]{margin-top:-10px !important;margin-bottom:-10px !important;}[data-css=\"tve-u-177f2f57cdd\"]{width:230px;}[data-css=\"tve-u-177f827d7f4\"]{margin-top:0px;}[data-css=\"tve-u-177f320dfec\"]{margin-top:0px !important;}[data-css=\"tve-u-177f2f1f847\"]{margin-bottom:-20px !important;}[data-css=\"tve-u-177f2f411dc\"]{margin-right:10px !important;margin-left:10px !important;margin-bottom:40px !important;}:not(#tve) [data-css=\"tve-u-177f8289c97\"]{font-size:58px !important;}[data-css=\"tve-u-177f2fdcb6d\"]{margin:40px 10px !important;}[data-css=\"tve-u-177f300f751\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f829c673\"]{margin-top:20px !important;}[data-css=\"tve-u-177f30218c2\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f829e77b\"]{margin-top:15px !important;}[data-css=\"tve-u-177f3039329\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f829fae0\"]{margin-top:20px !important;}[data-css=\"tve-u-177f82a1847\"]{margin-top:15px !important;}[data-css=\"tve-u-177f305fd67\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f82a2f17\"]{margin-top:20px !important;}[data-css=\"tve-u-177f3068d7b\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f3026ea7\"]{margin-top:15px !important;}[data-css=\"tve-u-177f307797d\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f2ffbf16\"]{margin-top:20px !important;}[data-css=\"tve-u-177f308113d\"]{margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-177f313f831\"]{font-size:48px !important;}[data-css=\"tve-u-177f82b827d\"]{margin-left:10px !important;margin-right:10px !important;}[data-css=\"tve-u-177f31656d1\"]{margin-bottom:-10px !important;margin-top:20px !important;}[data-css=\"tve-u-177f31d5266\"]{margin-top:0px !important;}[data-css=\"tve-u-177f31c1153\"]{margin-bottom:-10px !important;margin-top:20px !important;}[data-css=\"tve-u-177f31e08c0\"]{margin-top:40px !important;}[data-css=\"tve-u-177f31cd26d\"]{margin-bottom:-10px !important;margin-top:20px !important;}[data-css=\"tve-u-177f31e3191\"]{margin-top:20px !important;}[data-css=\"tve-u-177f31d1fed\"]{margin-bottom:-10px !important;margin-top:20px !important;}[data-css=\"tve-u-177f3157150\"]{margin-bottom:40px !important;margin-top:40px !important;}:not(#tve) [data-css=\"tve-u-177f3203e75\"]{font-size:42px !important;}[data-css=\"tve-u-177ef81392f\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f3225149\"]{margin-top:40px !important;}[data-css=\"tve-u-177f32449f0\"]{margin-top:40px !important;margin-bottom:100px !important;}[data-css=\"tve-u-177f327986f\"]{margin-top:0px !important;}[data-css=\"tve-u-177f329d58c\"]{margin-top:40px !important;margin-bottom:140px !important;}[data-css=\"tve-u-177f32cc96e\"]{margin-top:40px !important;margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f348d5fe\"]{margin-top:20px !important;}[data-css=\"tve-u-177f33cc55d\"]{margin-left:10px !important;margin-right:10px !important;margin-top:20px !important;}[data-css=\"tve-u-177f82fe3ba\"]{margin-left:0px !important;margin-right:0px !important;}[data-css=\"tve-u-177f33504b3\"]{margin-top:0px !important;}[data-css=\"tve-u-177f3385075\"]{margin-top:40px !important;margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f349ddaf\"]{margin-top:20px !important;}[data-css=\"tve-u-177f32e29b4\"]{margin-top:20px !important;margin-left:10px !important;margin-right:10px !important;}[data-css=\"tve-u-177f8314ca3\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f34b0be2\"]{margin-top:10px !important;}[data-css=\"tve-u-177f349ead0\"]{margin-top:20px !important;}[data-css=\"tve-u-177f33f9399\"]{margin-top:20px !important;margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f3403bb1\"]{margin-top:0px !important;margin-bottom:-20px !important;}[data-css=\"tve-u-177f83287b3\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f349f6e1\"]{margin-top:20px !important;}[data-css=\"tve-u-177f343b452\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f33a8b59\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f34471ce\"]{margin-top:0px !important;}[data-css=\"tve-u-177f32f13c4\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f32e0766\"]{margin-top:20px !important;}[data-css=\"tve-u-177f348639d\"]{margin:20px 10px 160px !important;}[data-css=\"tve-u-177f336bd60\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f347f8e4\"]{margin-top:0px !important;}[data-css=\"tve-u-177f3472113\"]{margin-bottom:-20px !important;}[data-css=\"tve-u-177f3518250\"]{margin-top:0px !important;}[data-css=\"tve-u-177f34f6e57\"]{margin-right:10px !important;margin-left:10px !important;margin-top:-60px !important;}:not(#tve) [data-css=\"tve-u-177f2a7390f\"]{font-size:40px !important;}[data-css=\"tve-u-177f3559eea\"]{margin:20px 10px 40px !important;}[data-css=\"tve-u-177f835d31c\"]{margin-top:15px !important;}[data-css=\"tve-u-177f3565e36\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f835ed87\"]{margin-top:20px !important;}[data-css=\"tve-u-177f835f9a5\"]{margin-top:20px !important;}[data-css=\"tve-u-177f3565944\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f3566406\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f2c02dce\"]{margin-top:15px !important;}[data-css=\"tve-u-177f3566b6e\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f8364fd1\"]{margin-top:20px !important;}[data-css=\"tve-u-177f356721c\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f8366549\"]{margin-top:20px !important;}[data-css=\"tve-u-177f3567625\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177f3c5be85\"]{margin-top:0px !important;}[data-css=\"tve-u-177f3c44c0d\"]{margin-top:0px !important;margin-bottom:-20px !important;}[data-css=\"tve-u-177f3ca1b0a\"]{margin-top:20px !important;}:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"]{font-size:60px !important;}[data-css=\"tve-u-177ef74e8d5\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177ef7e1747\"]{padding:20px !important;}[data-css=\"tve-u-177f83749d5\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f83772e0\"]{flex-wrap:nowrap !important;}[data-css=\"tve-u-177f8377e3c\"]{margin-left:-40px !important;}[data-css=\"tve-u-177ef76ea03\"]{margin-top:20px !important;padding:20px !important;}[data-css=\"tve-u-177ef781845\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177ef78618d\"]{margin-left:-40px !important;}[data-css=\"tve-u-177ef786416\"]{flex-wrap:nowrap !important;}:not(#tve) [data-css=\"tve-u-177f3d0d466\"]{font-size:60px !important;}[data-css=\"tve-u-177f3d3765f\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f838585e\"]{--tve-alignment:center;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-177f83877a6\"]{margin-left:0px !important;}[data-css=\"tve-u-177f83886da\"]{margin-top:20px !important;}[data-css=\"tve-u-177f838ba48\"]{margin-right:0px !important;margin-left:0px !important;}[data-css=\"tve-u-177f838cf7e\"]{margin-top:60px !important;}[data-css=\"tve-u-177f838de3a\"]{margin-top:0px !important;}[data-css=\"tve-u-177f83914e3\"]{margin-right:0px !important;margin-top:20px !important;}[data-css=\"tve-u-177f8392e45\"]{margin-left:0px !important;}[data-css=\"tve-u-177f8394c4c\"]{margin-top:40px !important;}[data-css=\"tve-u-177f839621d\"]{margin-left:0px !important;}[data-css=\"tve-u-177f83983be\"]{margin-top:20px !important;}[data-css=\"tve-u-177f3d973d0\"]{margin-left:0px !important;margin-right:0px !important;}[data-css=\"tve-u-177f839c86a\"]{margin-top:60px !important;}[data-css=\"tve-u-177f839d334\"]{margin-top:0px !important;}[data-css=\"tve-u-177f3d8a990\"]{margin-right:0px !important;margin-top:20px !important;}[data-css=\"tve-u-177f3d427ec\"]{margin-left:0px !important;}[data-css=\"tve-u-177f83acceb\"]{margin-top:40px !important;}[data-css=\"tve-u-177f3d77322\"]{margin-left:0px !important;}[data-css=\"tve-u-177f3d5b108\"]{margin-top:20px !important;}[data-css=\"tve-u-177f83b384c\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f3e01de0\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f3e3fcf7\"]{margin-top:0px !important;}[data-css=\"tve-u-177f3e702e4\"]{margin-right:10px !important;margin-left:10px !important;margin-bottom:40px !important;}[data-css=\"tve-u-177f3e8b0b4\"]{--tve-alignment:center;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:0px !important;}[data-css=\"tve-u-177f3e9534f\"]{margin-left:0px !important;}[data-css=\"tve-u-177f3f17815\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f3f41691\"]{margin-left:20px !important;margin-right:20px !important;}[data-css=\"tve-u-177f3f7e392\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f925e7\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f921cc\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f91ce3\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f9153a\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f90f37\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f90389\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f8fe6f\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f8f9f2\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f8ef0c\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f8e9ff\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f8e545\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f8d6d7\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f8d114\"]{margin-right:20px !important;margin-left:20px !important;}[data-css=\"tve-u-177f3f8cae7\"]{margin-left:20px !important;margin-right:20px !important;}[data-css=\"tve-u-177ef730895\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f54aa467\"]{margin-top:0px !important;}[data-css=\"tve-u-177f54a7efe\"]{margin-top:10px !important;}[data-css=\"tve-u-177f83e3495\"]{margin-top:0px !important;}[data-css=\"tve-u-177f83e46b6\"]{margin-top:0px !important;}[data-css=\"tve-u-177f402828b\"]{margin-top:40px !important;}[data-css=\"tve-u-177f83e7b87\"]{margin-top:0px !important;}[data-css=\"tve-u-177f405d0f2\"]{margin:40px 10px !important;}[data-css=\"tve-u-177f83ec567\"]{margin-top:20px !important;}[data-css=\"tve-u-177ef489247\"]{background-position:26% 50% !important;--background-position:26% 50% !important;background-size:cover !important;--background-size:cover !important;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important;background-attachment:scroll !important;background-repeat:no-repeat !important;--background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important;}[data-css=\"tve-u-177f3ff3a83\"]{margin-left:10px !important;margin-right:0px !important;}[data-css=\"tve-u-177f33e9b9d\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177f3430aeb\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-177fa02dd26\"]{--tve-alignment:center;float:none;margin:20px 0px 0px !important;}[data-css=\"tve-u-177fa67829b\"]{margin-bottom:0px !important;}[data-css=\"tve-u-177fcd9ec19\"]{margin-top:30px !important;}}\";s:10:\"custom_css\";s:0:\"\";s:11:\"tve_globals\";a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}s:18:\"tve_global_scripts\";s:0:\"\";}i:1;a:5:{s:7:\"content\";s:259742:\"<div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177ef47fd66\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177ef489247\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177ef47e6c0\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef49089d\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-732\\\" alt=\\\"\\\" data-id=\\\"732\\\" data-init-width=\\\"180\\\" data-init-height=\\\"36\\\" title=\\\"VJ-FE-02-LogoBody-01\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\\\" data-width=\\\"180\\\" data-height=\\\"36\\\" loading=\\\"lazy\\\" width=\\\"180\\\" height=\\\"36\\\"></span></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef497f0f\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef4994ec\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177ef49eb32\\\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef4cc9af\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef4b7fe1\\\" style=\\\"text-align: center;\\\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f43a9710\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f4397c44\\\" style=\\\"text-align: center;\\\"><strong><span data-css=\\\"tve-u-177ef4c7cb8\\\" style=\\\"color: rgb(255, 140, 3);\\\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\\\"tve-u-177ef4c9771\\\" style=\\\"color: rgb(45, 111, 255);\\\">For Your Business And Your Clients</span></strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef4e4241\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef4da66b\\\" style=\\\"text-align: center;\\\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-modestbranding=\\\"0\\\" data-aspect-ratio-default=\\\"0\\\" data-overlay=\\\"0\\\" data-type=\\\"vimeo\\\" data-float=\\\"false\\\" data-aspect-ratio=\\\"16:9\\\" data-float-visibility=\\\"mobile\\\" data-url=\\\"https://vimeo.com/518800206\\\" data-showinfo=\\\"0\\\" data-byline=\\\"0\\\" data-autoplay=\\\"0\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9221874\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"518800206\\\" data-provider=\\\"vimeo\\\" allowfullscreen=\\\"\\\" frameborder=\\\"0\\\" __idm_id__=\\\"18784259\\\" data-src=\\\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\\\"></iframe><div class=\\\"video_overlay\\\"></div></div>\n	</div>\n</div><div class=\\\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\\\" data-button-style=\\\"btn-tpl-58268\\\" data-button-size=\\\"s\\\" data-css=\\\"tve-u-177f3ff3a83\\\" style=\\\"\\\"><div class=\\\"thrive-colors-palette-config\\\" style=\\\"display: none !important\\\">__CONFIG_colors_palette__{\\\"active_palette\\\":0,\\\"config\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"name\\\":\\\"Main Accent\\\",\\\"parent\\\":-1}},\\\"gradients\\\":[]},\\\"palettes\\\":[{\\\"name\\\":\\\"Default Palette\\\",\\\"value\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"val\\\":\\\"rgb(96, 193, 42)\\\"}},\\\"gradients\\\":[]},\\\"original\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"val\\\":\\\"rgb(19, 114, 211)\\\",\\\"hsl\\\":{\\\"h\\\":210,\\\"s\\\":0.83,\\\"l\\\":0.45}}},\\\"gradients\\\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\\\"#tve-jump-17f92213676\\\" class=\\\"tcb-button-link tcb-plain-text tve-jump-scroll\\\" style=\\\"\\\" jump-animation=\\\"smooth\\\">\n		<span class=\\\"tcb-button-texts\\\"><span class=\\\"tcb-button-text thrv-inline-text\\\" data-css=\\\"tve-u-177f3ff3a8f\\\" style=\\\"\\\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef532a85\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef53558c\\\" style=\\\"--tcb-col-el-width:584;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\\\" data-css=\\\"tve-u-177ef535860\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef54876d\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f814d79d\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-733\\\" alt=\\\"\\\" data-id=\\\"733\\\" data-init-width=\\\"237\\\" data-init-height=\\\"24\\\" title=\\\"VJ-FE-03-ImageBody-01\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\\\" data-width=\\\"237\\\" data-height=\\\"24\\\" loading=\\\"lazy\\\" width=\\\"237\\\" height=\\\"24\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef548779\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f814e410\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-734\\\" alt=\\\"\\\" data-id=\\\"734\\\" data-init-width=\\\"292\\\" data-init-height=\\\"50\\\" title=\\\"VJ-FE-04-ImageBody-02\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\\\" data-width=\\\"292\\\" data-height=\\\"50\\\" loading=\\\"lazy\\\" width=\\\"292\\\" height=\\\"50\\\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177ef57adbc\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef57c105\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177ef5798ef\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef57e6d8\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f8162a98\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" style=\\\"\\\" data-css=\\\"tve-u-177f448ea8f\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f43d4cda\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef590770\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef59d9c2\\\" style=\\\"text-align: center;\\\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f43d8143\\\" style=\\\"--tcb-col-el-width:483.5;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f43d992c\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef5ab462\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-736\\\" alt=\\\"\\\" data-id=\\\"736\\\" data-init-width=\\\"167\\\" data-init-height=\\\"168\\\" title=\\\"VJ-FE-05-IconBody-01\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f43d2f42\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177ef5fc0cf\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Video Sales Letters (VSL)</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Video Overlay</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Squeeze Pages</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Landing Pages</span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f43e9551\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef5e8b4d\\\" style=\\\"text-align: center;\\\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f43dca9e\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef590770\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef59d9c2\\\" style=\\\"text-align: center;\\\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f43e06bf\\\" style=\\\"--tcb-col-el-width:483.5;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f43dfc0f\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef5ab462\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-737\\\" alt=\\\"\\\" data-id=\\\"737\\\" data-init-width=\\\"167\\\" data-init-height=\\\"168\\\" title=\\\"VJ-FE-06-IconBody-02\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f442412f\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Website</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Blogs</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Social Media</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Emails</span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f43e2659\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef5e8b4d\\\" style=\\\"text-align: center;\\\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f816a161\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" style=\\\"\\\" data-css=\\\"tve-u-177f816a396\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f4400dc3\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef590770\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef59d9c2\\\" style=\\\"text-align: center;\\\"><strong>Sell And Get Paid</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef635da2\\\" style=\\\"text-align: center;\\\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f545e114\\\" style=\\\"--tcb-col-el-width:483.5;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f43d992c\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef655732\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-738\\\" alt=\\\"\\\" data-id=\\\"738\\\" data-init-width=\\\"167\\\" data-init-height=\\\"168\\\" title=\\\"VJ-FE-07-IconBody-03\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f43d2f42\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f43f55b3\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef5e8b4d\\\" style=\\\"text-align: center;\\\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f4417945\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef590770\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef59d9c2\\\" style=\\\"text-align: center;\\\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f43e06bf\\\" style=\\\"--tcb-col-el-width:483.5;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\\\" data-css=\\\"tve-u-177f43dfc0f\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f44a4396\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef5ab462\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-739\\\" alt=\\\"\\\" data-id=\\\"739\\\" data-init-width=\\\"167\\\" data-init-height=\\\"168\\\" title=\\\"VJ-FE-08-IconBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f44a43bc\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f44aef1f\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef684cee\\\" style=\\\"--tcb-col-el-width:237.672;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef6840bf\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177ef6b1f05\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef6b1f08\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef6b1f09\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef6b1f0b\\\" style=\\\"\\\">Optin Forms</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef6b1f0d\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef6b1f0f\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef6b1f11\\\" style=\\\"\\\">CTAs</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef6b1f13\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef6b1f15\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef6b1f17\\\" style=\\\"\\\">Buy Buttons</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef6b1f19\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef6b1f1b\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef6b1f1d\\\" style=\\\"\\\">Images &amp; Objects</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef6b1f1f\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef6b1f21\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef6b1f23\\\" style=\\\"\\\">Watermarks</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef6b1f25\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef6b1f27\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef6b1f29\\\" style=\\\"\\\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177ef687a65\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Countdown Timers</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Social Share</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Quizzes &amp; Surveys</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Videos</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f44149d5\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef5e8b4d\\\" style=\\\"text-align: center;\\\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f816d1cc\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" style=\\\"\\\" data-css=\\\"tve-u-177f448b596\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f5447078\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef590770\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef59d9c2\\\" style=\\\"text-align: center;\\\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f43d8143\\\" style=\\\"--tcb-col-el-width:483.5;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f43d992c\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col ui-resizable-resizing\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef5ab462\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-740\\\" alt=\\\"\\\" data-id=\\\"740\\\" data-init-width=\\\"167\\\" data-init-height=\\\"168\\\" title=\\\"VJ-FE-09-IconBody-05\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f43d2f42\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f447e826\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef5e8b4d\\\" style=\\\"text-align: center;\\\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177ef5fc0cf\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Video Skins</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Auto-Play Videos</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Custom Thumbnails</span></li><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177ef5ce1f4\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177ef5b654a\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177ef5bc2a1\\\" style=\\\"\\\">Create Sticky Videos</span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef6efb5f\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef5e8b4d\\\" style=\\\"text-align: center;\\\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f5457983\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef590770\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\"><p data-css=\\\"tve-u-177ef59d9c2\\\" style=\\\"text-align: center;\\\"><strong>FREE Commercial License</strong></p></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f43e06bf\\\" style=\\\"--tcb-col-el-width:483.5;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f43dfc0f\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f44a4396\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef5ab462\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1217\\\" alt=\\\"\\\" data-id=\\\"1217\\\" data-init-width=\\\"162\\\" data-init-height=\\\"161\\\" title=\\\"VD_FE_NewIcon01\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\\\" data-width=\\\"167\\\" data-height=\\\"166\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"166\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f44a43bc\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f547ea55\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f43f55b3\\\"><p data-css=\\\"tve-u-177ef5e8b4d\\\" style=\\\"text-align: center;\\\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177ef7224e2\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177ef724b65\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177ef720eb6\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef72998c\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef72ccac\\\" style=\\\"text-align: center;\\\"><strong>Commercial License Included <span style=\\\"color: rgb(255, 157, 3);\\\" data-css=\\\"tve-u-177ef72f5f0\\\">ONLY When You Act NOW!</span></strong></p></div><div class=\\\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\\\" data-button-style=\\\"btn-tpl-58268\\\" data-button-size=\\\"s\\\" data-css=\\\"tve-u-177ef507d92\\\" style=\\\"\\\"><div class=\\\"thrive-colors-palette-config\\\" style=\\\"display: none !important\\\">__CONFIG_colors_palette__{\\\"active_palette\\\":0,\\\"config\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"name\\\":\\\"Main Accent\\\",\\\"parent\\\":-1}},\\\"gradients\\\":[]},\\\"palettes\\\":[{\\\"name\\\":\\\"Default Palette\\\",\\\"value\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"val\\\":\\\"rgb(96, 193, 42)\\\"}},\\\"gradients\\\":[]},\\\"original\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"val\\\":\\\"rgb(19, 114, 211)\\\",\\\"hsl\\\":{\\\"h\\\":210,\\\"s\\\":0.83,\\\"l\\\":0.45}}},\\\"gradients\\\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\\\"#tve-jump-17f92213676\\\" class=\\\"tcb-button-link tcb-plain-text tve-jump-scroll\\\" style=\\\"\\\" jump-animation=\\\"smooth\\\">\n		<span class=\\\"tcb-button-texts\\\"><span class=\\\"tcb-button-text thrv-inline-text\\\" data-css=\\\"tve-u-177ef518bbb\\\" style=\\\"\\\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef743459\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef53558c\\\" style=\\\"--tcb-col-el-width:584;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\\\" data-css=\\\"tve-u-177ef535860\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef54876d\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef53902e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-733\\\" alt=\\\"\\\" data-id=\\\"733\\\" data-init-width=\\\"237\\\" data-init-height=\\\"24\\\" title=\\\"VJ-FE-03-ImageBody-01\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\\\" data-width=\\\"237\\\" data-height=\\\"24\\\" loading=\\\"lazy\\\" width=\\\"237\\\" height=\\\"24\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef548779\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef53c9a0\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-734\\\" alt=\\\"\\\" data-id=\\\"734\\\" data-init-width=\\\"292\\\" data-init-height=\\\"50\\\" title=\\\"VJ-FE-04-ImageBody-02\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\\\" data-width=\\\"292\\\" data-height=\\\"50\\\" loading=\\\"lazy\\\" width=\\\"292\\\" height=\\\"50\\\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177ef74739a\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177ef74aede\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177fcf4cf1b\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f8178c3d\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef75041e\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177ef750639\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f817cf2f\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef7595ad\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f817e730\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f99aed81\\\" style=\\\"text-align: center;\\\">I\\\'m picky on tools... but I\\\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-rel=\\\"0\\\" data-aspect-ratio=\\\"16:9\\\" data-float-visibility=\\\"mobile\\\" data-css=\\\"tve-u-177ef76b459\\\" style=\\\"\\\" data-fs=\\\"0\\\" data-overlay=\\\"0\\\" data-type=\\\"vimeo\\\" data-modestbranding=\\\"0\\\" data-float=\\\"false\\\" data-aspect-ratio-default=\\\"0\\\" data-url=\\\"https://vimeo.com/519166455\\\" data-showinfo=\\\"0\\\" data-byline=\\\"0\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"519166455\\\" data-provider=\\\"vimeo\\\" allowfullscreen=\\\"\\\" frameborder=\\\"0\\\" __idm_id__=\\\"18784257\\\" data-src=\\\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\\\"></iframe><div class=\\\"video_overlay\\\"></div></div>\n	</div>\n</div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f818b838\\\" style=\\\"--tcb-col-el-width:310;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\\\" data-css=\\\"tve-u-177f81809e2\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f961d8dd\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177ef79fa01\\\"><div class=\\\"thrv_wrapper tve_image_caption img_style_circle\\\" data-css=\\\"tve-u-177f8182fc1\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1307\\\" alt=\\\"\\\" data-id=\\\"1307\\\" data-init-width=\\\"1576\\\" data-init-height=\\\"1430\\\" title=\\\"Screen Shot 2021-03-03 at 7.34.22 PM\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\\\" data-width=\\\"89\\\" data-height=\\\"81\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fcda2cec\\\" width=\\\"89\\\" height=\\\"81\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f961d8e5\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f81881fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7948da\\\" style=\\\"text-align: center;\\\"><strong>Kareem Maize<br></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9612d0a\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-746\\\" alt=\\\"\\\" data-id=\\\"746\\\" data-init-width=\\\"86\\\" data-init-height=\\\"15\\\" title=\\\"VJ-FE-13-ImageBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\\\" data-width=\\\"86\\\" data-height=\\\"15\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177f9612d15\\\" width=\\\"86\\\" height=\\\"15\\\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f818f5fd\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef7595ad\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f8192e09\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: center;\\\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-rel=\\\"0\\\" data-aspect-ratio=\\\"16:9\\\" data-float-visibility=\\\"mobile\\\" data-css=\\\"tve-u-177ef76b459\\\" style=\\\"\\\" data-fs=\\\"0\\\" data-overlay=\\\"0\\\" data-type=\\\"vimeo\\\" data-modestbranding=\\\"0\\\" data-float=\\\"false\\\" data-aspect-ratio-default=\\\"0\\\" data-url=\\\"https://vimeo.com/519410594\\\" data-showinfo=\\\"0\\\" data-byline=\\\"0\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"519410594\\\" data-provider=\\\"vimeo\\\" allowfullscreen=\\\"\\\" frameborder=\\\"0\\\" __idm_id__=\\\"18784261\\\" data-src=\\\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\\\"></iframe><div class=\\\"video_overlay\\\"></div></div>\n	</div>\n</div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f818b838\\\" style=\\\"--tcb-col-el-width:310;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\\\" data-css=\\\"tve-u-177f81809e2\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177fcf30d9d\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177ef79fa01\\\"><div class=\\\"thrv_wrapper tve_image_caption img_style_circle\\\" data-css=\\\"tve-u-177fcd9d86d\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1381\\\" alt=\\\"\\\" data-id=\\\"1381\\\" data-init-width=\\\"400\\\" data-init-height=\\\"403\\\" title=\\\"randalltempleton\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\\\" data-width=\\\"89\\\" data-height=\\\"90\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fcd9d93f\\\" width=\\\"89\\\" height=\\\"90\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f961d8e5\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177fcd9ec19\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7948da\\\" style=\\\"text-align: center;\\\"><strong>Randall Kempleton<br></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9612d0a\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-746\\\" alt=\\\"\\\" data-id=\\\"746\\\" data-init-width=\\\"86\\\" data-init-height=\\\"15\\\" title=\\\"VJ-FE-13-ImageBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\\\" data-width=\\\"86\\\" data-height=\\\"15\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177f9612d15\\\" width=\\\"86\\\" height=\\\"15\\\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef75041e\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177ef750639\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f817cf2f\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef7595ad\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f817e730\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f99aed81\\\" style=\\\"text-align: center;\\\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-rel=\\\"0\\\" data-aspect-ratio=\\\"16:9\\\" data-float-visibility=\\\"mobile\\\" data-css=\\\"tve-u-177fdcdf2ab\\\" style=\\\"\\\" data-fs=\\\"0\\\" data-overlay=\\\"0\\\" data-type=\\\"vimeo\\\" data-modestbranding=\\\"0\\\" data-float=\\\"false\\\" data-aspect-ratio-default=\\\"0\\\" data-url=\\\"https://vimeo.com/519536695\\\" data-showinfo=\\\"0\\\" data-byline=\\\"0\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"519536695\\\" data-provider=\\\"vimeo\\\" allowfullscreen=\\\"\\\" frameborder=\\\"0\\\" __idm_id__=\\\"18784262\\\" data-src=\\\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\\\"></iframe><div class=\\\"video_overlay\\\"></div></div>\n	</div>\n</div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f818b838\\\" style=\\\"--tcb-col-el-width:310;\\\"><div class=\\\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\\\" data-css=\\\"tve-u-177f81809e2\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-17f8ed3d714\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177fcd9ec19\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7948da\\\" style=\\\"text-align: center;\\\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9612d0a\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-746\\\" alt=\\\"\\\" data-id=\\\"746\\\" data-init-width=\\\"86\\\" data-init-height=\\\"15\\\" title=\\\"VJ-FE-13-ImageBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\\\" data-width=\\\"86\\\" data-height=\\\"15\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177f9612d15\\\" width=\\\"86\\\" height=\\\"15\\\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f818f5fd\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef7595ad\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f8192e09\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: center;\\\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-rel=\\\"0\\\" data-aspect-ratio=\\\"16:9\\\" data-float-visibility=\\\"mobile\\\" data-css=\\\"tve-u-177fdcdc16b\\\" style=\\\"\\\" data-fs=\\\"0\\\" data-overlay=\\\"0\\\" data-type=\\\"vimeo\\\" data-modestbranding=\\\"0\\\" data-float=\\\"false\\\" data-aspect-ratio-default=\\\"1\\\" data-url=\\\"https://vimeo.com/519173053\\\" data-showinfo=\\\"0\\\" data-byline=\\\"0\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"519173053\\\" data-provider=\\\"vimeo\\\" allowfullscreen=\\\"\\\" frameborder=\\\"0\\\" __idm_id__=\\\"18784260\\\" data-src=\\\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\\\"></iframe><div class=\\\"video_overlay\\\"></div></div>\n	</div>\n</div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f818b838\\\" style=\\\"--tcb-col-el-width:310;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\\\" data-css=\\\"tve-u-177f81809e2\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177fcf46d6b\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177ef79fa01\\\"><div class=\\\"thrv_wrapper tve_image_caption img_style_circle\\\" data-css=\\\"tve-u-177fcd9d86d\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1384\\\" alt=\\\"\\\" data-id=\\\"1384\\\" data-init-width=\\\"400\\\" data-init-height=\\\"403\\\" title=\\\"review111\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\\\" data-width=\\\"89\\\" data-height=\\\"90\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fcd9d93f\\\" width=\\\"89\\\" height=\\\"90\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f961d8e5\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177fcd9ec19\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7948da\\\" style=\\\"text-align: center;\\\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9612d0a\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-746\\\" alt=\\\"\\\" data-id=\\\"746\\\" data-init-width=\\\"86\\\" data-init-height=\\\"15\\\" title=\\\"VJ-FE-13-ImageBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\\\" data-width=\\\"86\\\" data-height=\\\"15\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177f9612d15\\\" width=\\\"86\\\" height=\\\"15\\\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f4570976\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f456c9db\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f454ce43\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" style=\\\"--tcb-col-el-width:1047;\\\" data-css=\\\"tve-u-177f456804c\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f53d0711\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f53c3c27\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\" style=\\\"\\\"><img class=\\\"tve_image wp-image-1212\\\" alt=\\\"\\\" data-id=\\\"1212\\\" data-init-width=\\\"594\\\" data-init-height=\\\"722\\\" title=\\\"VD_FE_NewImage01\\\" loading=\\\"lazy\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\\\" data-width=\\\"398\\\" data-height=\\\"484\\\" data-css=\\\"tve-u-177f53c770c\\\" style=\\\"\\\" mt-d=\\\"0\\\" ml-d=\\\"0\\\" center-h-d=\\\"false\\\" width=\\\"398\\\" height=\\\"484\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f53c05fe\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f819f7ee\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>Hey Fellow Marketers</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef811dc7\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7fc777\\\" style=\\\"text-align: center;\\\">I’m Ifiok Nkem!</p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef8069b3\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-748\\\" alt=\\\"\\\" data-id=\\\"748\\\" data-init-width=\\\"266\\\" data-init-height=\\\"11\\\" title=\\\"VJ-FE-14-ImageBody-05\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\\\" data-width=\\\"266\\\" data-height=\\\"11\\\" loading=\\\"lazy\\\" width=\\\"266\\\" height=\\\"11\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f45651aa\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f93940f1\\\" style=\\\"text-align: left;\\\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\\\"tve-u-177f93940fa\\\" style=\\\"text-align: left;\\\"><br></p><p data-css=\\\"tve-u-177f9394100\\\" style=\\\"text-align: left;\\\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\\\"tve-u-177f9394105\\\" style=\\\"text-align: left;\\\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177ef838ce3\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177ef83ae31\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177ef837c03\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef7f2a43\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>Traditional Videos</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef850fe7\\\" style=\\\"text-align: center;\\\"><strong>Are DEAD</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef4e4241\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef85a027\\\" style=\\\"text-align: center;\\\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef866efa\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef8603c0\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177ef863be4\\\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f81abb44\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef580b18\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--3\\\" data-css=\\\"tve-u-177ef580c6d\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2993f70\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2985d31\\\" style=\\\"text-align: center;\\\"><strong>Unresponsive Leads</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2998b21\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-767\\\" alt=\\\"\\\" data-id=\\\"767\\\" data-init-width=\\\"174\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-17-IconBody-06\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\\\" data-width=\\\"167\\\" data-height=\\\"160\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"160\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f29bb8aa\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f29b0034\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2985d31\\\" style=\\\"text-align: center;\\\"><strong>Low Sales</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2998b21\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-769\\\" alt=\\\"\\\" data-id=\\\"769\\\" data-init-width=\\\"174\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-18-IconBody-07\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\\\" data-width=\\\"167\\\" data-height=\\\"160\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"160\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f299b933\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f29ac47c\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2985d31\\\" style=\\\"text-align: center;\\\"><strong>Less Profits</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2998b21\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-770\\\" alt=\\\"\\\" data-id=\\\"770\\\" data-init-width=\\\"174\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-19-IconBody-08\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\\\" data-width=\\\"167\\\" data-height=\\\"160\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"160\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f299b933\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f29cf036\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f29d146d\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f29cfab2\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef4e4241\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef85a027\\\" style=\\\"text-align: center;\\\"><strong>On The Other Hand…</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f29daa20\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f29e39eb\\\" style=\\\"text-align: center;\\\"><strong>Tremendous Results For Us</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f29ea0a9\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef6659a4\\\" style=\\\"--tcb-col-el-width:830;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177ef665ae2\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2a25590\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2985d31\\\" style=\\\"text-align: center;\\\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2998b21\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-772\\\" alt=\\\"\\\" data-id=\\\"772\\\" data-init-width=\\\"174\\\" data-init-height=\\\"172\\\" title=\\\"VJ-FE-20-IconBody-09\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\\\" data-width=\\\"167\\\" data-height=\\\"165\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"165\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2a4092d\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f81bf353\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f29fb796\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2985d31\\\" style=\\\"text-align: center;\\\"><strong>Engaging Videos</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2a0dc5d\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-775\\\" alt=\\\"\\\" data-id=\\\"775\\\" data-init-width=\\\"174\\\" data-init-height=\\\"172\\\" title=\\\"VJ-FE-21-IconBody-10\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\\\" data-width=\\\"167\\\" data-height=\\\"165\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"165\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2a4441e\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2a3893b\\\" style=\\\"--tcb-col-el-width:830;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177ef665ae2\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2a25590\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element tve-froala\\\" data-css=\\\"tve-u-177ef59de27\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2985d31\\\" style=\\\"text-align: center;\\\"><strong>High Sales Volumes</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2998b21\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-779\\\" alt=\\\"\\\" data-id=\\\"779\\\" data-init-width=\\\"174\\\" data-init-height=\\\"172\\\" title=\\\"VJ-FE-22-IconBody-11\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\\\" data-width=\\\"167\\\" data-height=\\\"165\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"165\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f299b933\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2a23986\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2a50d75\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2985d31\\\" style=\\\"text-align: center;\\\"><strong>Increased Profits</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2a51bfc\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-781\\\" alt=\\\"\\\" data-id=\\\"781\\\" data-init-width=\\\"174\\\" data-init-height=\\\"172\\\" title=\\\"VJ-FE-23-IconBody-12\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\\\" data-width=\\\"167\\\" data-height=\\\"165\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"165\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f299b933\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2a67ae6\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f2a6a815\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f2a65e81\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2a6f0ef\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>Checkout The Difference Between</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f81d20a7\\\" style=\\\"text-align: center;\\\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2a759c2\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>Using Interactive Elements</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2b9613d\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1509\\\" alt=\\\"\\\" data-id=\\\"1509\\\" data-init-width=\\\"1305\\\" data-init-height=\\\"667\\\" title=\\\"VJ_FE_BeforeAfter01-2\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\\\" data-width=\\\"1222\\\" data-height=\\\"625\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fe804a71\\\" width=\\\"1222\\\" height=\\\"625\\\"></span></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177fe7fe486\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177fe81cf44\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177fe7fab40\\\" style=\\\"text-align: center;\\\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177fe821d9f\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177fe809ce7\\\" style=\\\"text-align: center;\\\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2ba98f9\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1032 tcb-moved-image\\\" alt=\\\"\\\" data-id=\\\"1032\\\" data-init-width=\\\"1305\\\" data-init-height=\\\"668\\\" title=\\\"VJ_FE_BeforeAfter02\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\\\" data-width=\\\"1047\\\" data-height=\\\"536\\\" loading=\\\"lazy\\\" width=\\\"1047\\\" height=\\\"536\\\" style=\\\"\\\" data-css=\\\"tve-u-17f8ed7fabf\\\"></span></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2bc27dc\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2bc3fec\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f2bc4a56\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bced7a\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\\\"tve-u-177f2bcbf41\\\" style=\\\"color: rgb(255, 157, 3);\\\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef8734a6\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef580b18\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--3\\\" data-css=\\\"tve-u-177ef580c6d\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2993f70\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-805\\\" alt=\\\"\\\" data-id=\\\"805\\\" data-init-width=\\\"166\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-27-IconBody-13\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\\\" data-width=\\\"167\\\" data-height=\\\"160\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"160\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2be89a5\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f81ffa86\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-807\\\" alt=\\\"\\\" data-id=\\\"807\\\" data-init-width=\\\"166\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-28-IconBody-14\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c1679c\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f8200fff\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-810\\\" alt=\\\"\\\" data-id=\\\"810\\\" data-init-width=\\\"166\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-29-IconBody-15\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c1a417\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f8202a88\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--3\\\" data-css=\\\"tve-u-177ef580c6d\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2993f70\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-811\\\" alt=\\\"\\\" data-id=\\\"811\\\" data-init-width=\\\"166\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-30-IconBody-16\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>INCREASED Sales</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c102f4\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f820439a\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-812\\\" alt=\\\"\\\" data-id=\\\"812\\\" data-init-width=\\\"166\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-31-IconBody-17\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c2b1f7\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f8205853\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-814\\\" alt=\\\"\\\" data-id=\\\"814\\\" data-init-width=\\\"166\\\" data-init-height=\\\"167\\\" title=\\\"VJ-FE-32-IconBody-18\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\\\" data-width=\\\"167\\\" data-height=\\\"168\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"168\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c29f07\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2c312f4\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f2c343f1\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f2c3050e\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c36f77\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c3e682\\\" style=\\\"text-align: center;\\\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\\\"tve-u-177f2c3ffe0\\\" style=\\\"color: rgb(255, 157, 3);\\\">Billions of Dollars!</span></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2c46216\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1511\\\" alt=\\\"\\\" data-id=\\\"1511\\\" data-init-width=\\\"1136\\\" data-init-height=\\\"1268\\\" title=\\\"VJ_FE_Screenshots01-2\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\\\" data-width=\\\"1125\\\" data-height=\\\"1256\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177fe7b4de1\\\" style=\\\"\\\" width=\\\"1125\\\" height=\\\"1256\\\"></span></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2c52e9a\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f2c56e51\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f2c53969\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c36f77\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c5b9a5\\\" style=\\\"text-align: center;\\\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c604f2\\\" style=\\\"text-align: center;\\\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2c62d80\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2c65100\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--4\\\" data-css=\\\"tve-u-177f2c656fa\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2c7a9be\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-822\\\" alt=\\\"\\\" data-id=\\\"822\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-36-IconBody-19\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element tve-froala\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Optin Forms</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2c934c0\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-825\\\" alt=\\\"\\\" data-id=\\\"825\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-37-IconBody-20\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>CTAs</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2c99282\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-826\\\" alt=\\\"\\\" data-id=\\\"826\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-38-IconBody-21\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Buy Buttons</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2c99db2\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-827\\\" alt=\\\"\\\" data-id=\\\"827\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-39-IconBody-22\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2cb7d89\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--4\\\" data-css=\\\"tve-u-177f2c656fa\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2c87396\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-828\\\" alt=\\\"\\\" data-id=\\\"828\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-40-IconBody-23\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Watermarks</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2cb3d17\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-829\\\" alt=\\\"\\\" data-id=\\\"829\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-41-IconBody-24\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Text</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2cb466f\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-830\\\" alt=\\\"\\\" data-id=\\\"830\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-42-IconBody-25\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Buttons</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2c69041\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-831\\\" alt=\\\"\\\" data-id=\\\"831\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-43-IconBody-26\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2cb9ef9\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--4\\\" data-css=\\\"tve-u-177f2c656fa\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2c8df82\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-832\\\" alt=\\\"\\\" data-id=\\\"832\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-44-IconBody-27\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Social Share</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2cb20a5\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-833\\\" alt=\\\"\\\" data-id=\\\"833\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-45-IconBody-28\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2cb1964\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-834\\\" alt=\\\"\\\" data-id=\\\"834\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-46-IconBody-29\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Videos</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2cb1084\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-835\\\" alt=\\\"\\\" data-id=\\\"835\\\" data-init-width=\\\"284\\\" data-init-height=\\\"254\\\" title=\\\"VJ-FE-47-IconBody-30\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\\\" data-width=\\\"284\\\" data-height=\\\"254\\\" loading=\\\"lazy\\\" width=\\\"284\\\" height=\\\"254\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2c6c15b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2c6e298\\\" style=\\\"text-align: center;\\\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2cca93a\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2ccd1fe\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2ccb86d\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2cd9a6c\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2cd4c80\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f2cd7735\\\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2cdd7ee\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2cdebf8\\\" style=\\\"text-align: center;\\\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2ce2da3\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2ce4e27\\\" style=\\\"text-align: center;\\\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2cedfcd\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2cea67f\\\" style=\\\"text-align: center;\\\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2cf0eea\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2cf4731\\\" style=\\\"--tcb-col-el-width:600;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\\\" data-css=\\\"tve-u-177f821e4d0\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2d1f6d3\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f2d2cd1d\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f8220f8b\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-949\\\" alt=\\\"\\\" data-id=\\\"949\\\" data-init-width=\\\"68\\\" data-init-height=\\\"74\\\" title=\\\"VJ-FE-48-IconBody-31\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\\\" data-width=\\\"68\\\" data-height=\\\"74\\\" loading=\\\"lazy\\\" width=\\\"68\\\" height=\\\"74\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2d1f719\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2d032c6\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2cfde6a\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: left;\\\" data-css=\\\"tve-u-177f82263ba\\\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f822f704\\\" style=\\\"--tcb-col-el-width:600;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\\\" data-css=\\\"tve-u-177f8230150\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2d1f6d3\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f2d2cd1d\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f8233d7f\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-949\\\" alt=\\\"\\\" data-id=\\\"949\\\" data-init-width=\\\"68\\\" data-init-height=\\\"74\\\" title=\\\"VJ-FE-48-IconBody-31\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\\\" data-width=\\\"68\\\" data-height=\\\"74\\\" loading=\\\"lazy\\\" width=\\\"68\\\" height=\\\"74\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2d1f719\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2d032c6\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2cfde6a\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: left;\\\" data-css=\\\"tve-u-177f82367e1\\\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2d5f192\\\" style=\\\"--tcb-col-el-width:600;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\\\" data-css=\\\"tve-u-177f2cf3d47\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2d1f6d3\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f2d2cd1d\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2cf7ad7\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-949\\\" alt=\\\"\\\" data-id=\\\"949\\\" data-init-width=\\\"68\\\" data-init-height=\\\"74\\\" title=\\\"VJ-FE-48-IconBody-31\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\\\" data-width=\\\"68\\\" data-height=\\\"74\\\" loading=\\\"lazy\\\" width=\\\"68\\\" height=\\\"74\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2d1f719\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2d032c6\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2cfde6a\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: left;\\\" data-css=\\\"tve-u-177f2d0d999\\\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2d94c6c\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f2d99909\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f2d96ab3\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2e9c879\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef75041e\\\" style=\\\"--tcb-col-el-width:1048;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177ef750639\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f824a5d3\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef7595ad\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f824afb5\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: center;\\\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-rel=\\\"0\\\" data-aspect-ratio=\\\"16:9\\\" data-float-visibility=\\\"mobile\\\" data-css=\\\"tve-u-177ef76b459\\\" style=\\\"\\\" data-overlay=\\\"0\\\" data-type=\\\"vimeo\\\" data-modestbranding=\\\"0\\\" data-float=\\\"false\\\" data-aspect-ratio-default=\\\"0\\\" data-url=\\\"https://vimeo.com/519894196\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><div class=\\\"video_overlay\\\"></div><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"519894196\\\" data-hash=\\\"undefined\\\" data-provider=\\\"vimeo\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"\\\" __idm_id__=\\\"18784258\\\" data-src=\\\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\\\"></iframe></div>\n	</div>\n</div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f824d43c\\\" style=\\\"--tcb-col-el-width:310;\\\"><div class=\\\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\\\" data-css=\\\"tve-u-177f824c872\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-17f8ee1fbca\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef78cde8\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7948da\\\" style=\\\"text-align: center;\\\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef7a8e53\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-746\\\" alt=\\\"\\\" data-id=\\\"746\\\" data-init-width=\\\"86\\\" data-init-height=\\\"15\\\" title=\\\"VJ-FE-13-ImageBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\\\" data-width=\\\"86\\\" data-height=\\\"15\\\" loading=\\\"lazy\\\" width=\\\"86\\\" height=\\\"15\\\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f824efb6\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef7595ad\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f8250590\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: center;\\\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\\\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f8252778\\\" style=\\\"--tcb-col-el-width:310;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\\\" data-css=\\\"tve-u-177f8251c0f\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef7b5bc1\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177ef79fa01\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-17f8edfb7b6\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1033\\\" alt=\\\"\\\" data-id=\\\"1033\\\" data-init-width=\\\"150\\\" data-init-height=\\\"150\\\" title=\\\"Simon-Duenow-150x150\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\\\" data-width=\\\"78\\\" data-height=\\\"78\\\" loading=\\\"lazy\\\" width=\\\"78\\\" height=\\\"78\\\" data-css=\\\"tve-u-17f8edfb8ed\\\" style=\\\"\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef7b5bee\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef78cde8\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7948da\\\" style=\\\"text-align: center;\\\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef7a8e53\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-746\\\" alt=\\\"\\\" data-id=\\\"746\\\" data-init-width=\\\"86\\\" data-init-height=\\\"15\\\" title=\\\"VJ-FE-13-ImageBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\\\" data-width=\\\"86\\\" data-height=\\\"15\\\" loading=\\\"lazy\\\" width=\\\"86\\\" height=\\\"15\\\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2e7b92d\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f2e8e726\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f2e7a44a\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2e969a9\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2e93ea5\\\" style=\\\"text-align: center;\\\"><strong>Introducing…</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2ecc58b\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-973\\\" alt=\\\"\\\" data-id=\\\"973\\\" data-init-width=\\\"524\\\" data-init-height=\\\"159\\\" title=\\\"VJ-FE-52-LogoBody-02\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\\\" data-width=\\\"524\\\" data-height=\\\"159\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177fa36e6cf\\\" style=\\\"\\\" width=\\\"524\\\" height=\\\"159\\\"></span></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2ed2704\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1298\\\" alt=\\\"\\\" data-id=\\\"1298\\\" data-init-width=\\\"2239\\\" data-init-height=\\\"1154\\\" title=\\\"Vidjack A\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\\\" data-width=\\\"1187\\\" data-height=\\\"612\\\" loading=\\\"lazy\\\" width=\\\"1187\\\" height=\\\"612\\\"></span></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2eea335\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2eedb92\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f2eeb6dc\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2f075b1\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2f0024f\\\" style=\\\"text-align: center;\\\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2f17772\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2f1a0c4\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f2f1a2fd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f2f20ea1\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f8263423\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1493\\\" alt=\\\"\\\" data-id=\\\"1493\\\" data-init-width=\\\"1039\\\" data-init-height=\\\"655\\\" title=\\\"Step 1\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\\\" data-width=\\\"698\\\" data-height=\\\"440\\\" loading=\\\"lazy\\\" width=\\\"698\\\" height=\\\"440\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177fd2acc27\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f826ac31\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2f2abe7\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f2f2d948\\\"><strong>Step #1</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2f3553a\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2f32455\\\" style=\\\"text-align: center;\\\"><strong>Choose Video</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f82757a1\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f82675ea\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-978\\\" alt=\\\"\\\" data-id=\\\"978\\\" data-init-width=\\\"357\\\" data-init-height=\\\"68\\\" title=\\\"VJ-FE-55-ImageBody-13\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\\\" data-width=\\\"357\\\" data-height=\\\"68\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177f82676ec\\\" style=\\\"\\\" width=\\\"357\\\" height=\\\"68\\\"></span></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2f7c8a3\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f2f1a2fd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f2f6c3bc\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2f47505\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2f2abe7\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f2f2d948\\\"><strong>Step #2</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2f3553a\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2f32455\\\" style=\\\"text-align: center;\\\"><strong>Customize</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f826df94\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f2f6c3c0\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f8277177\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1494\\\" alt=\\\"\\\" data-id=\\\"1494\\\" data-init-width=\\\"1039\\\" data-init-height=\\\"655\\\" title=\\\"step 2\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\\\" data-width=\\\"698\\\" data-height=\\\"440\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177f82787e3\\\" width=\\\"698\\\" height=\\\"440\\\"></span></div></div></div></div></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2f57cdd\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-979\\\" alt=\\\"\\\" data-id=\\\"979\\\" data-init-width=\\\"357\\\" data-init-height=\\\"68\\\" title=\\\"VJ-FE-56-ImageBody-14\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\\\" data-width=\\\"357\\\" data-height=\\\"68\\\" loading=\\\"lazy\\\" mt-m=\\\"0\\\" style=\\\"\\\" data-css=\\\"tve-u-177f827d7f4\\\" width=\\\"357\\\" height=\\\"68\\\"></span></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2f9b9d3\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f2f1a2fd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f2f20ea1\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2f1f847\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1492\\\" alt=\\\"\\\" data-id=\\\"1492\\\" data-init-width=\\\"1039\\\" data-init-height=\\\"655\\\" title=\\\"Step 3\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\\\" data-width=\\\"698\\\" data-height=\\\"440\\\" loading=\\\"lazy\\\" width=\\\"698\\\" height=\\\"440\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f2f20ee6\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f320dfec\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f2f2abe7\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f2f2d948\\\"><strong>Step #3</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2f3553a\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2f32455\\\" style=\\\"text-align: center;\\\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2f411dc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f2fb8334\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f2fbbdfe\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f2fb753b\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2fc08f6\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>VidJack - Every Marketers</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f8289c97\\\" style=\\\"text-align: center;\\\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2fdcb6d\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f9aa7728\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f2fd8be1\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2fec654\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9a90354\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1347\\\" alt=\\\"\\\" data-id=\\\"1347\\\" data-init-width=\\\"571\\\" data-init-height=\\\"402\\\" title=\\\"dragndrop-email\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\\\" data-width=\\\"424\\\" data-height=\\\"299\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9a8b099\\\" width=\\\"424\\\" height=\\\"299\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Lead Gate</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f300f751\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9ae5bf3\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f829c673\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9a90354\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1346\\\" alt=\\\"\\\" data-id=\\\"1346\\\" data-init-width=\\\"772\\\" data-init-height=\\\"474\\\" title=\\\"Viral\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\\\" data-width=\\\"424\\\" data-height=\\\"260\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9f305c5\\\" width=\\\"424\\\" height=\\\"260\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Share Gate</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f30218c2\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f829e77b\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f2fd8be1\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9f2cbf6\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2fec654\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9f2c750\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\" style=\\\"\\\"><img class=\\\"tve_image wp-image-1329\\\" alt=\\\"\\\" data-id=\\\"1329\\\" data-init-width=\\\"813\\\" data-init-height=\\\"402\\\" title=\\\"3 invideo\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\\\" data-width=\\\"446\\\" data-height=\\\"221\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9f2c830\\\" ml-d=\\\"-21.281000000000006\\\" mt-d=\\\"0\\\" width=\\\"446\\\" height=\\\"221\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Call-To-Action</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3039329\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f829fae0\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177fa619c2b\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1344\\\" alt=\\\"\\\" data-id=\\\"1344\\\" data-init-width=\\\"825\\\" data-init-height=\\\"402\\\" title=\\\"timer\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\\\" data-width=\\\"424\\\" data-height=\\\"207\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fa61c1f6\\\" width=\\\"424\\\" height=\\\"207\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Countdown Timers</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3044829\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f3026ea7\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f2fd8be1\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2fec654\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177fa639aba\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1339\\\" alt=\\\"\\\" data-id=\\\"1339\\\" data-init-width=\\\"749\\\" data-init-height=\\\"402\\\" title=\\\"quiz\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\\\" data-width=\\\"421\\\" data-height=\\\"226\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fa639baa\\\" width=\\\"421\\\" height=\\\"226\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Surveys</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f307797d\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2ffbf16\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177fa65005e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1345\\\" alt=\\\"\\\" data-id=\\\"1345\\\" data-init-width=\\\"556\\\" data-init-height=\\\"402\\\" title=\\\"video-in-video\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\\\" data-width=\\\"424\\\" data-height=\\\"307\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fa650144\\\" width=\\\"424\\\" height=\\\"307\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177fa67a873\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Video In Video</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177fa67829b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f82a1847\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f2fd8be1\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2fec654\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9f939de\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1333\\\" alt=\\\"\\\" data-id=\\\"1333\\\" data-init-width=\\\"784\\\" data-init-height=\\\"550\\\" title=\\\"customzation\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\\\" data-width=\\\"386\\\" data-height=\\\"271\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9f93aca\\\" width=\\\"386\\\" height=\\\"271\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Player Elements</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f305fd67\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f82a2f17\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9a90354\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1341\\\" alt=\\\"\\\" data-id=\\\"1341\\\" data-init-width=\\\"873\\\" data-init-height=\\\"543\\\" title=\\\"Skin and themes\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\\\" data-width=\\\"424\\\" data-height=\\\"264\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9a8b099\\\" width=\\\"424\\\" height=\\\"264\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Video Skin</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3068d7b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f3026ea7\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f2fd8be1\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2fec654\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9a90354\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1347\\\" alt=\\\"\\\" data-id=\\\"1347\\\" data-init-width=\\\"571\\\" data-init-height=\\\"402\\\" title=\\\"dragndrop-email\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\\\" data-width=\\\"424\\\" data-height=\\\"299\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9a8b099\\\" width=\\\"424\\\" height=\\\"299\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Video Source</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f307797d\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2ffbf16\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9a90354\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1342\\\" alt=\\\"\\\" data-id=\\\"1342\\\" data-init-width=\\\"814\\\" data-init-height=\\\"564\\\" title=\\\"sticky video\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\\\" data-width=\\\"424\\\" data-height=\\\"294\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177f9a8b099\\\" width=\\\"424\\\" height=\\\"294\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Responsive</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f308113d\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3087c2e\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f308e56b\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3088702\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2fc08f6\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f30973fa\\\" style=\\\"text-align: center;\\\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2fc405b\\\" style=\\\"text-align: center;\\\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177fa042804\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177fa041593\\\" style=\\\"text-align: center;\\\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177fa02dd26\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1335\\\" alt=\\\"\\\" data-id=\\\"1335\\\" data-init-width=\\\"779\\\" data-init-height=\\\"402\\\" title=\\\"ecom\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\\\" data-width=\\\"757\\\" data-height=\\\"391\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177fa02de1b\\\" style=\\\"\\\" width=\\\"757\\\" height=\\\"391\\\"></span></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f30b199b\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f3130096\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f30b5166\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3139c37\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f313f831\\\" style=\\\"text-align: center;\\\"><strong>Gamification</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f31452a8\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f82b827d\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef8166bb\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: left;\\\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3157150\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f315a302\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\\\" data-css=\\\"tve-u-177f315a4bd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3177522\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f315f3fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2f32455\\\" style=\\\"text-align: center;\\\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177fdb1adb8\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f31656d1\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\" style=\\\"\\\"><img class=\\\"tve_image wp-image-1443\\\" alt=\\\"\\\" data-id=\\\"1443\\\" data-init-width=\\\"602\\\" data-init-height=\\\"388\\\" title=\\\"Watch The Video For 2 Mins\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\\\" data-width=\\\"517\\\" data-height=\\\"333\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fdaa8e22\\\" mt-d=\\\"0\\\" ml-d=\\\"-4.640999999999963\\\" width=\\\"517\\\" height=\\\"333\\\"></span></div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f315f3fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f31794ec\\\" style=\\\"text-align: center;\\\">Download Files</p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f927ff39\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f31d5266\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f315a4bd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177fdad4c5b\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f31ab0fc\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f315f3fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2f32455\\\" style=\\\"text-align: center;\\\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177fdb1a08e\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f31c1153\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1437\\\" alt=\\\"\\\" data-id=\\\"1437\\\" data-init-width=\\\"602\\\" data-init-height=\\\"388\\\" title=\\\"Claim Your Early\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\\\" data-width=\\\"506\\\" data-height=\\\"326\\\" loading=\\\"lazy\\\" style=\\\"\\\" data-css=\\\"tve-u-177fdad44ca\\\" width=\\\"506\\\" height=\\\"326\\\"></span></div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f315f3fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f31794ec\\\" style=\\\"text-align: center;\\\">Single Use Coupon</p></div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f31e08c0\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\\\" data-css=\\\"tve-u-177f315a4bd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3177522\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f315f3fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2f32455\\\" style=\\\"text-align: center;\\\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f31cd26d\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1435\\\" alt=\\\"\\\" data-id=\\\"1435\\\" data-init-width=\\\"602\\\" data-init-height=\\\"388\\\" title=\\\"Get 15% OFF Every Time\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\\\" data-width=\\\"536\\\" data-height=\\\"345\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177fdb1c90f\\\" style=\\\"\\\" width=\\\"536\\\" height=\\\"345\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f315f3fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f31794ec\\\" style=\\\"text-align: center;\\\">Multiple Use Coupon</p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3177588\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f31e3191\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f315a4bd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f31ab0f7\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f31ab0fc\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f315f3fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2f32455\\\" style=\\\"text-align: center;\\\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177fdb1fbb0\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f31d1fed\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1445\\\" alt=\\\"\\\" data-id=\\\"1445\\\" data-init-width=\\\"602\\\" data-init-height=\\\"388\\\" title=\\\"Check Out The Complete Range Here!\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\\\" data-width=\\\"575\\\" data-height=\\\"371\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177fdb20da6\\\" style=\\\"\\\" width=\\\"575\\\" height=\\\"371\\\"></span></div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f315f3fc\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f31794ec\\\" style=\\\"text-align: center;\\\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f31f1929\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f31f72a9\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f31f2db0\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f31f9fc4\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7f2216\\\" style=\\\"text-align: center;\\\"><strong>Full In-Video</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f31ff4e5\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3203e75\\\" style=\\\"text-align: center;\\\"><strong>Personalization</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f9f645ee\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1338\\\" alt=\\\"\\\" data-id=\\\"1338\\\" data-init-width=\\\"800\\\" data-init-height=\\\"402\\\" title=\\\"Hello\\\" loading=\\\"lazy\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\\\" data-width=\\\"800\\\" data-height=\\\"402\\\" width=\\\"800\\\" height=\\\"402\\\"></span></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef81392f\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef8166bb\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: left;\\\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3225149\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3213c1f\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3223b58\\\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-type=\\\"youtube\\\" data-rel=\\\"0\\\" data-modestbranding=\\\"0\\\" data-aspect-ratio=\\\"16:9\\\" data-aspect-ratio-default=\\\"0\\\" data-float-visibility=\\\"mobile\\\" data-url=\\\"https://www.youtube.com/watch?v=5lY4ixORglY\\\" data-css=\\\"tve-u-177f32449f0\\\" style=\\\"\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\" data-controls=\\\"0\\\" data-fs=\\\"0\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"5lY4ixORglY\\\" data-provider=\\\"youtube\\\" allowfullscreen=\\\"\\\" frameborder=\\\"0\\\" __idm_id__=\\\"3547147\\\" data-src=\\\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\\\"></iframe><div class=\\\"video_overlay\\\"></div></div>\n	</div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f32618b4\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f3273d31\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f32601e9\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f327986f\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f328170a\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3284653\\\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f329310a\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f328f558\\\" style=\\\"text-align: center;\\\"><strong>In Action Here...</strong></p></div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-rel=\\\"0\\\" data-aspect-ratio=\\\"16:9\\\" data-float-visibility=\\\"mobile\\\" data-css=\\\"tve-u-177f329d58c\\\" style=\\\"\\\" data-overlay=\\\"0\\\" data-type=\\\"vimeo\\\" data-modestbranding=\\\"0\\\" data-float=\\\"false\\\" data-aspect-ratio-default=\\\"0\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\" data-url=\\\"https://vimeo.com/517923304\\\" data-showinfo=\\\"0\\\" data-byline=\\\"0\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"517923304\\\" data-provider=\\\"vimeo\\\" allowfullscreen=\\\"\\\" frameborder=\\\"0\\\" __idm_id__=\\\"18784263\\\" data-src=\\\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\\\"></iframe><div class=\\\"video_overlay\\\"></div></div>\n	</div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f32a4824\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f32ac7bc\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f32a541c\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3139c37\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f32b3fde\\\" style=\\\"text-align: center;\\\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f31452a8\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f32b7740\\\" style=\\\"text-align: center;\\\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f32cc96e\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f32c2ead\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f32cb3e2\\\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f348d5fe\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f32dd1cd\\\" style=\\\"text-align: center;\\\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f33cc55d\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f32e83f8\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f32e8817\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3312f1c\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3498c0f\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1026\\\" alt=\\\"\\\" data-id=\\\"1026\\\" data-init-width=\\\"731\\\" data-init-height=\\\"465\\\" title=\\\"VJ-FE-74-ImageBody-18\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\\\" data-width=\\\"731\\\" data-height=\\\"465\\\" loading=\\\"lazy\\\" width=\\\"731\\\" height=\\\"465\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3312f9f\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f82fe3ba\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f33504b3\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33504b9\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f33504be\\\" style=\\\"\\\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f333ea77\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33352e7\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f332c3b3\\\" style=\\\"\\\"><strong>Player Skins</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f335ad98\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177f335ec52\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f335ad9e\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f335ada3\\\" style=\\\"\\\"><strong>Watermark</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3385075\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3382b76\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f338b45c\\\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f349ddaf\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f32dd1cd\\\" style=\\\"text-align: center;\\\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f32e29b4\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f32e83f8\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f32e8817\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f33a6666\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f8314ca3\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f33c0454\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33504b9\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f33504be\\\" style=\\\"\\\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f333ea77\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177f33b83b3\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33352e7\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f332c3b3\\\" style=\\\"\\\"><strong>Resume Playback</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f33a666e\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f33a201e\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f34b0be2\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1031\\\" alt=\\\"\\\" data-id=\\\"1031\\\" data-init-width=\\\"731\\\" data-init-height=\\\"465\\\" title=\\\"VJ-FE-75-ImageBody-19\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\\\" data-width=\\\"731\\\" data-height=\\\"465\\\" loading=\\\"lazy\\\" width=\\\"731\\\" height=\\\"465\\\"></span></div></div></div></div></div></div>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f33e9b9d\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f33e70e3\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f338b45c\\\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f349ead0\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f32dd1cd\\\" style=\\\"text-align: center;\\\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f33f9399\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f32e83f8\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f32e8817\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3312f1c\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3403bb1\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1032\\\" alt=\\\"\\\" data-id=\\\"1032\\\" data-init-width=\\\"731\\\" data-init-height=\\\"465\\\" title=\\\"VJ-FE-76-ImageBody-20\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\\\" data-width=\\\"731\\\" data-height=\\\"465\\\" loading=\\\"lazy\\\" width=\\\"731\\\" height=\\\"465\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3312f9f\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f83287b3\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f33fb43d\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33504b9\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f33504be\\\" style=\\\"\\\"><strong>Share-Gate</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f333ea77\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33352e7\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f332c3b3\\\" style=\\\"\\\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f335ad98\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177f335ec52\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f335ad9e\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f335ada3\\\" style=\\\"\\\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3430aeb\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f340f0db\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f338b45c\\\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f349f6e1\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f32dd1cd\\\" style=\\\"text-align: center;\\\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f343b452\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f32e83f8\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f32e8817\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f33a6666\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f33a8b59\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f34471ce\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33504b9\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f33504be\\\" style=\\\"\\\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f33a666e\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f33a201e\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f32f13c4\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1039\\\" alt=\\\"\\\" data-id=\\\"1039\\\" data-init-width=\\\"731\\\" data-init-height=\\\"465\\\" title=\\\"VJ-FE-77-ImageBody-21\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\\\" data-width=\\\"731\\\" data-height=\\\"465\\\" loading=\\\"lazy\\\" width=\\\"731\\\" height=\\\"465\\\"></span></div></div></div></div></div></div>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f344d48e\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f32c2ead\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f32cb3e2\\\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f32e0766\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f32dd1cd\\\" style=\\\"text-align: center;\\\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f348639d\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f32e83f8\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f32e8817\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3312f1c\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3472113\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1041\\\" alt=\\\"\\\" data-id=\\\"1041\\\" data-init-width=\\\"731\\\" data-init-height=\\\"465\\\" title=\\\"VJ-FE-78-ImageBody-22\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\\\" data-width=\\\"731\\\" data-height=\\\"465\\\" loading=\\\"lazy\\\" width=\\\"731\\\" height=\\\"465\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f347db00\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f336bd60\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f347f8e4\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33504b9\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f33504be\\\" style=\\\"\\\"><strong>Single Video</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f333ea77\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" style=\\\"\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f33352e7\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f332c3b3\\\" style=\\\"\\\"><strong>Playlists</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f334b91b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f334b41b\\\" style=\\\"text-align: left;\\\"><strong><span style=\\\"color: rgb(255, 255, 255);\\\" data-css=\\\"tve-u-177f347d8aa\\\"><span style=\\\"font-size: 20px;\\\" data-css=\\\"tve-u-177f347c3dc\\\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f34f3296\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f34f4614\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" style=\\\"\\\" data-css=\\\"tve-u-177f34f1a1c\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f34f6e57\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f34f8f17\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f34f919a\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f34ffb55\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3518250\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3505406\\\" style=\\\"text-align: center;\\\"><strong>100%</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f31452a8\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3509085\\\" style=\\\"text-align: center;\\\"><strong>Newbie Friendly</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f350e812\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3511177\\\" style=\\\"text-align: left;\\\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f34ffbfa\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f34fe90f\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1049\\\" alt=\\\"\\\" data-id=\\\"1049\\\" data-init-width=\\\"660\\\" data-init-height=\\\"477\\\" title=\\\"VJ-FE-79-ImageBody-23\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\\\" data-width=\\\"660\\\" data-height=\\\"477\\\" loading=\\\"lazy\\\" width=\\\"660\\\" height=\\\"477\\\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f35226f8\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f35238df\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3524116\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3528e35\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3509085\\\" style=\\\"text-align: center;\\\"><strong>Seamless Integration With</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef84f2ea\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2a7390f\\\" style=\\\"text-align: center;\\\"><strong>Major Autoresponders</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3533c2a\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1332\\\" alt=\\\"\\\" data-id=\\\"1332\\\" data-init-width=\\\"1043\\\" data-init-height=\\\"648\\\" title=\\\"autoresponders\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\\\" data-width=\\\"852\\\" data-height=\\\"529\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177f9f80ed5\\\" style=\\\"\\\" width=\\\"852\\\" height=\\\"529\\\"></span></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3546fcf\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f354d74f\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3547bed\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3559eea\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f835d31c\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--3\\\" data-css=\\\"tve-u-177ef580c6d\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2993f70\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1064\\\" alt=\\\"\\\" data-id=\\\"1064\\\" data-init-width=\\\"174\\\" data-init-height=\\\"177\\\" title=\\\"VJ-FE-85-IconBody-42\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\\\" data-width=\\\"167\\\" data-height=\\\"170\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"170\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Automated Interface</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3565e36\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f835ed87\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1065\\\" alt=\\\"\\\" data-id=\\\"1065\\\" data-init-width=\\\"174\\\" data-init-height=\\\"177\\\" title=\\\"VJ-FE-86-IconBody-43\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\\\" data-width=\\\"167\\\" data-height=\\\"170\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"170\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Beta Tested To Perfection</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3565944\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f835f9a5\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1066\\\" alt=\\\"\\\" data-id=\\\"1066\\\" data-init-width=\\\"174\\\" data-init-height=\\\"177\\\" title=\\\"VJ-FE-87-IconBody-44\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\\\" data-width=\\\"167\\\" data-height=\\\"170\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"170\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Expert Video Resources</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3566406\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f2c02dce\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--3\\\" data-css=\\\"tve-u-177ef580c6d\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f2993f70\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1067\\\" alt=\\\"\\\" data-id=\\\"1067\\\" data-init-width=\\\"174\\\" data-init-height=\\\"177\\\" title=\\\"VJ-FE-88-IconBody-45\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\\\" data-width=\\\"167\\\" data-height=\\\"170\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"170\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3566b6e\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f8364fd1\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1068\\\" alt=\\\"\\\" data-id=\\\"1068\\\" data-init-width=\\\"174\\\" data-init-height=\\\"177\\\" title=\\\"VJ-FE-89-IconBody-46\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\\\" data-width=\\\"167\\\" data-height=\\\"170\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"170\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>24X7 Assistance</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f356721c\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f8366549\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef87a881\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f2bd516e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1069\\\" alt=\\\"\\\" data-id=\\\"1069\\\" data-init-width=\\\"174\\\" data-init-height=\\\"177\\\" title=\\\"VJ-FE-90-IconBody-47\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\\\" data-width=\\\"167\\\" data-height=\\\"170\\\" loading=\\\"lazy\\\" width=\\\"167\\\" height=\\\"170\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2bdf70b\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f2bdb921\\\" style=\\\"text-align: center;\\\"><strong>Automatic Updates</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3567625\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f298e79c\\\" style=\\\"text-align: center;\\\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3c344f0\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f3c399e7\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3c3529f\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3c3d848\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f3c3fd75\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\\\" data-css=\\\"tve-u-177f3c3ffe8\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3c5808f\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3c44c0d\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1073\\\" alt=\\\"\\\" data-id=\\\"1073\\\" data-init-width=\\\"568\\\" data-init-height=\\\"518\\\" title=\\\"VJ-FE-92-ImageBody-25\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\\\" data-width=\\\"568\\\" data-height=\\\"518\\\" loading=\\\"lazy\\\" width=\\\"568\\\" height=\\\"518\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3c58156\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3c5be85\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3c4a619\\\" style=\\\"text-align: center;\\\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3c505e9\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3c521a1\\\" style=\\\"text-align: center;\\\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f3c3fd75\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3c3ffe8\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3c74bfa\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3c817af\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3c79f1b\\\" style=\\\"text-align: center;\\\"><strong>Commercial Rights Included</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3c505e9\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3c521a1\\\" style=\\\"text-align: center;\\\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3c74c02\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3ca1b0a\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1074\\\" alt=\\\"\\\" data-id=\\\"1074\\\" data-init-width=\\\"618\\\" data-init-height=\\\"443\\\" title=\\\"VJ-FE-93-ImageBody-26\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\\\" data-width=\\\"568\\\" data-height=\\\"407\\\" loading=\\\"lazy\\\" width=\\\"568\\\" height=\\\"407\\\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3cb27b2\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3cb7364\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3cb3c0e\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3cbbdae\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3cbf2fe\\\" style=\\\"text-align: center;\\\"><strong>Be The 1st Interactive</strong><br><strong><span style=\\\"color: rgb(45, 111, 255);\\\" data-css=\\\"tve-u-177f3cced25\\\">Video Marketing Agency</span></strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2cedfcd\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3cdd65f\\\" style=\\\"text-align: center;\\\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177ef74739a\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177ef74aede\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177ef747dfe\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef74e8d5\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef75041e\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177ef750639\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef7e1747\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef7595ad\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f83749d5\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: center;\\\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\\\"thrv_responsive_video thrv_wrapper\\\" data-aspect-ratio=\\\"16:9\\\" data-css=\\\"tve-u-17f8f6544ba\\\" style=\\\"\\\" data-type=\\\"vimeo\\\" data-float=\\\"false\\\" data-overlay=\\\"0\\\" data-modestbranding=\\\"0\\\" data-aspect-ratio-default=\\\"0\\\" data-float-visibility=\\\"mobile\\\" data-url=\\\"https://vimeo.com/519166455\\\" data-float-position=\\\"top-left\\\" data-float-width-d=\\\"300px\\\" data-float-padding1-d=\\\"25px\\\" data-float-padding2-d=\\\"25px\\\">\n	\n\n	<div class=\\\"tve_responsive_video_container\\\" style=\\\"padding-bottom: 56.25%;\\\">\n		<div class=\\\"tcb-video-float-container\\\"><div class=\\\"video_overlay\\\"></div><iframe title=\\\"Responsive Video\\\" class=\\\"tcb-responsive-video\\\" data-code=\\\"519894661\\\" data-hash=\\\"undefined\\\" data-provider=\\\"vimeo\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"\\\" __idm_id__=\\\"18784264\\\" data-src=\\\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\\\"></iframe></div>\n	</div>\n</div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f8377e3c\\\" style=\\\"--tcb-col-el-width:310;\\\"><div class=\\\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\\\" data-css=\\\"tve-u-177f83772e0\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-17f8efa18c1\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef78cde8\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7948da\\\" style=\\\"text-align: center;\\\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef7a8e53\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-746\\\" alt=\\\"\\\" data-id=\\\"746\\\" data-init-width=\\\"86\\\" data-init-height=\\\"15\\\" title=\\\"VJ-FE-13-ImageBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\\\" data-width=\\\"86\\\" data-height=\\\"15\\\" loading=\\\"lazy\\\" width=\\\"86\\\" height=\\\"15\\\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\\\"tcb-flex-col\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177ef76ea03\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177ef7595ad\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef781845\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: center;\\\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef78618d\\\" style=\\\"--tcb-col-el-width:310;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\\\" data-css=\\\"tve-u-177ef786416\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef7b5bc1\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177ef79fa01\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef78a475\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1035\\\" alt=\\\"\\\" data-id=\\\"1035\\\" data-init-width=\\\"150\\\" data-init-height=\\\"150\\\" title=\\\"Lisa-Gerald-150x150\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\\\" data-width=\\\"172\\\" data-height=\\\"172\\\" loading=\\\"lazy\\\" width=\\\"172\\\" height=\\\"172\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef7b5bee\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177ef78cde8\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef7948da\\\" style=\\\"text-align: center;\\\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177ef7a8e53\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-746\\\" alt=\\\"\\\" data-id=\\\"746\\\" data-init-width=\\\"86\\\" data-init-height=\\\"15\\\" title=\\\"VJ-FE-13-ImageBody-04\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\\\" data-width=\\\"86\\\" data-height=\\\"15\\\" loading=\\\"lazy\\\" width=\\\"86\\\" height=\\\"15\\\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3d3493d\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3cb7364\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3d09ac8\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3cbbdae\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3d0d466\\\" style=\\\"text-align: center;\\\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d10d55\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3509085\\\" style=\\\"text-align: center;\\\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3d3765f\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f3d39bf0\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3d39ecd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3d43fd2\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d48caf\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f838585e\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1077\\\" alt=\\\"\\\" data-id=\\\"1077\\\" data-init-width=\\\"614\\\" data-init-height=\\\"556\\\" title=\\\"VJ-FE-94-ImageBody-27\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\\\" data-width=\\\"614\\\" data-height=\\\"556\\\" loading=\\\"lazy\\\" width=\\\"614\\\" height=\\\"556\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177fa226bad\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f83877a6\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d5b10e\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f83886da\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3d570bd\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3d5c9e5\\\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d6ac31\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3d68c86\\\" style=\\\"text-align: left;\\\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d71979\\\" style=\\\"\\\"><p dir=\\\"ltr\\\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\\\"ltr\\\"><br></p><p dir=\\\"ltr\\\">So you can \\\"create and sell\\\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f838cf7e\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3d39ecd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3d937e9\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f838ba48\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d5b10e\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f838de3a\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3d570bd\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3d5c9e5\\\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d6ac31\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3d68c86\\\" style=\\\"text-align: left;\\\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d71979\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: left;\\\">With the VidJack app, you can \\\"create &amp; sell\\\" interactive videos to clients in just minutes. \\\"<strong>But how do you get clients?</strong>\\\" is that very BIG QUESTION you\\\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3d937f1\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f3d91bed\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d9a883\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f83914e3\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1077\\\" alt=\\\"\\\" data-id=\\\"1077\\\" data-init-width=\\\"614\\\" data-init-height=\\\"556\\\" title=\\\"VJ-FE-94-ImageBody-27\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\\\" data-width=\\\"614\\\" data-height=\\\"556\\\" loading=\\\"lazy\\\" width=\\\"614\\\" height=\\\"556\\\"></span></div></div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f8394c4c\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3d39ecd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3d43fd2\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d48caf\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f8392e45\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1077\\\" alt=\\\"\\\" data-id=\\\"1077\\\" data-init-width=\\\"614\\\" data-init-height=\\\"556\\\" title=\\\"VJ-FE-94-ImageBody-27\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\\\" data-width=\\\"614\\\" data-height=\\\"556\\\" loading=\\\"lazy\\\" width=\\\"614\\\" height=\\\"556\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3d440aa\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f839621d\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d5b10e\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f83983be\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3d570bd\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3d5c9e5\\\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d6ac31\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3d68c86\\\" style=\\\"text-align: left;\\\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d71979\\\" style=\\\"\\\"><p dir=\\\"ltr\\\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\\\"ltr\\\"><br></p><p dir=\\\"ltr\\\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\\\"ltr\\\"><br></p><p dir=\\\"ltr\\\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f839c86a\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3d39ecd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3d937e9\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f3d973d0\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d5b10e\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f839d334\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3d570bd\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3d5c9e5\\\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d6ac31\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3d68c86\\\" style=\\\"text-align: left;\\\"><strong><strong>Exclusive Access To The Ifiok Nk\\\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d71979\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\\\"\\\"><li data-css=\\\"tve-u-177f83ca02d\\\"><span data-css=\\\"tve-u-177f3f7e3a0\\\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801fca10c\\\"><span data-css=\\\"tve-u-17801fca149\\\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801fce0fe\\\"><span data-css=\\\"tve-u-17801fce112\\\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801fe8143\\\"><span data-css=\\\"tve-u-17801fe8157\\\">And so much more!</span></li></ul></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-17f91e126d2\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f3d91bed\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d9a883\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3d8a990\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1077\\\" alt=\\\"\\\" data-id=\\\"1077\\\" data-init-width=\\\"614\\\" data-init-height=\\\"556\\\" title=\\\"VJ-FE-94-ImageBody-27\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\\\" data-width=\\\"614\\\" data-height=\\\"556\\\" loading=\\\"lazy\\\" width=\\\"614\\\" height=\\\"556\\\"></span></div></div></div></div></div></div><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f83acceb\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3d39ecd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3d43fd2\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d48caf\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3d427ec\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1077\\\" alt=\\\"\\\" data-id=\\\"1077\\\" data-init-width=\\\"614\\\" data-init-height=\\\"556\\\" title=\\\"VJ-FE-94-ImageBody-27\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\\\" data-width=\\\"614\\\" data-height=\\\"556\\\" loading=\\\"lazy\\\" width=\\\"614\\\" height=\\\"556\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-17f91e218ed\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f3d77322\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d5b10e\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3d5b108\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3d570bd\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3d5c9e5\\\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d6ac31\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3d68c86\\\" style=\\\"text-align: left;\\\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d71979\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: left;\\\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-inherit-lp-settings=\\\"1\\\">\n	<div class=\\\"tve-page-section-out\\\"></div>\n	<div class=\\\"tve-page-section-in\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f839c86a\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3d39ecd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3d937e9\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f3d973d0\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d5b10e\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f839d334\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3d570bd\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3d5c9e5\\\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d6ac31\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3d68c86\\\" style=\\\"text-align: left;\\\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d71979\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\\\"tve-u-177ef765346\\\"><br></p><p data-css=\\\"tve-u-177ef765346\\\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801fc3d66\\\"><span data-css=\\\"tve-u-17801fc3d79\\\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801f7f1d3\\\"><span data-css=\\\"tve-u-17801f7f20d\\\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801f7ea20\\\"><span data-css=\\\"tve-u-17801f7ea38\\\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801f7e0d3\\\"><span data-css=\\\"tve-u-17801f7e0e9\\\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801f94172\\\"><span data-css=\\\"tve-u-17801f94187\\\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801f9966c\\\"><span data-css=\\\"tve-u-17801f99687\\\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\\\"\\\"><li data-css=\\\"tve-u-17801f9cfd4\\\"><span data-css=\\\"tve-u-17801f9cff7\\\">And many more!</span></li></ul></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-17f91e126d2\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f3d91bed\\\" style=\\\"\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3d9a883\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3d8a990\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1077\\\" alt=\\\"\\\" data-id=\\\"1077\\\" data-init-width=\\\"614\\\" data-init-height=\\\"556\\\" title=\\\"VJ-FE-94-ImageBody-27\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\\\" data-width=\\\"614\\\" data-height=\\\"556\\\" loading=\\\"lazy\\\" width=\\\"614\\\" height=\\\"556\\\"></span></div></div></div></div></div></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3dbab73\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f3dc035d\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3dbc2f8\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3dc9188\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f328f558\\\" style=\\\"text-align: center;\\\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d10d55\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3509085\\\" style=\\\"text-align: center;\\\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f2cedfcd\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3dd572f\\\" style=\\\"text-align: center;\\\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f83b384c\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f3e04b11\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\\\" data-css=\\\"tve-u-177f3e04e31\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3e1a081\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3e0b092\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1080\\\" alt=\\\"\\\" data-id=\\\"1080\\\" data-init-width=\\\"564\\\" data-init-height=\\\"635\\\" title=\\\"VJ-FE-96-ImageBody-28\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\\\" data-width=\\\"564\\\" data-height=\\\"635\\\" loading=\\\"lazy\\\" width=\\\"564\\\" height=\\\"635\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3e1a170\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3e1e697\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3e11316\\\" style=\\\"text-align: left;\\\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3e27941\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f3e2b960\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3e28681\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3dc9188\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f328f558\\\" style=\\\"text-align: center;\\\"><strong>Hurry &amp; Take</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d10d55\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3e333db\\\" style=\\\"text-align: center;\\\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3e01de0\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f3e04b11\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3e04e31\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3e370ce\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3e3fcf7\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3e3e4e3\\\" style=\\\"text-align: left;\\\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3e370d6\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3e61358\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1083\\\" alt=\\\"\\\" data-id=\\\"1083\\\" data-init-width=\\\"558\\\" data-init-height=\\\"638\\\" title=\\\"VJ-FE-98-ImageBody-29\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\\\" data-width=\\\"564\\\" data-height=\\\"645\\\" loading=\\\"lazy\\\" width=\\\"564\\\" height=\\\"645\\\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3e65371\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f3e69752\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3e66119\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3e6e415\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3509085\\\" style=\\\"text-align: center;\\\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3e702e4\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3e77cd5\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f3e87046\\\" style=\\\"--tcb-col-el-width:1007;\\\"><div class=\\\"tcb-flex-row v-2 tcb-resized tcb--cols--2\\\" data-css=\\\"tve-u-177f3e874dd\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3e8d216\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"tcb-clear\\\" data-css=\\\"tve-u-177f3e9944c\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f3e8b0b4\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1085\\\" alt=\\\"\\\" data-id=\\\"1085\\\" data-init-width=\\\"462\\\" data-init-height=\\\"373\\\" title=\\\"VJ-FE-100-ImageBody-30\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\\\" data-width=\\\"462\\\" data-height=\\\"373\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3e8fe07\\\" loading=\\\"lazy\\\" width=\\\"462\\\" height=\\\"373\\\"></span></div></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177f3e8d331\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\" data-css=\\\"tve-u-177f3e9534f\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3e935cd\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3e947e7\\\" style=\\\"text-align: center;\\\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3ea59e1\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3ea73eb\\\" style=\\\"text-align: center;\\\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3d71979\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177ef765346\\\" style=\\\"text-align: left;\\\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f3ee8e33\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" data-css=\\\"tve-u-177f3eeeeba\\\" style=\\\"\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f3ee9e0d\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f83e46b6\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3ef7519\\\" style=\\\"text-align: center;\\\"><strong>Change The Way You Profit</strong></p></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f3efc46a\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3efbc15\\\" style=\\\"text-align: center;\\\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3f0a10e\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3f0444b\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\"><p style=\\\"text-align: center;\\\" data-css=\\\"tve-u-177f3f086c9\\\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f3f17815\\\" style=\\\"\\\" data-link-wrap=\\\"true\\\" id=\\\"tve-jump-17f92213676\\\">\n	<div class=\\\"tve-content-box-background\\\" style=\\\"\\\" data-css=\\\"tve-u-177f3f1d2ec\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f41691\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f4e1ee\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f43e24\\\" style=\\\"\\\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f7e392\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177f83ca02d\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f7e399\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f7e3a0\\\" style=\\\"\\\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f925e7\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177f3fdce02\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f925ef\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f925f6\\\" style=\\\"\\\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f921cc\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f921d4\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f921da\\\" style=\\\"\\\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f91ce3\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f91ceb\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f91cf2\\\" style=\\\"\\\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f9153a\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f91542\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f91549\\\" style=\\\"\\\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f90f37\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f90f3e\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f90f45\\\" style=\\\"\\\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f90389\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f90390\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f90397\\\" style=\\\"\\\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f8fe6f\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f8fe76\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f8fe7d\\\" style=\\\"\\\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f8f9f2\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177f3fc75d1\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f8f9fa\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f8fa01\\\" style=\\\"\\\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f8ef0c\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f8ef13\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f8ef1a\\\" style=\\\"\\\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f8e9ff\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f8ea06\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f8ea0c\\\" style=\\\"\\\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f8e545\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f8e54c\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f8e552\\\" style=\\\"\\\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f8d6d7\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f8d6de\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f8d6e5\\\" style=\\\"\\\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f8d114\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f8d11c\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f8d123\\\" style=\\\"\\\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv-divider\\\" data-style-d=\\\"tve_sep-1\\\" data-thickness-d=\\\"1\\\" data-color-d=\\\"rgb(230, 231, 238)\\\" data-css=\\\"tve-u-177f3f5e5f8\\\" style=\\\"\\\">\n	<hr class=\\\"tve_sep tve_sep-1\\\" style=\\\"\\\">\n</div><div class=\\\"thrv_wrapper thrv-styled_list\\\" data-icon-code=\\\"icon-check\\\" data-css=\\\"tve-u-177f3f8cae7\\\" style=\\\"\\\"><ul class=\\\"tcb-styled-list\\\"><li class=\\\"thrv-styled-list-item\\\" data-css=\\\"tve-u-177f3fda1a4\\\"><div class=\\\"tcb-styled-list-icon\\\"><div class=\\\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\\\" data-css=\\\"tve-u-177f3f8caee\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 512 512\\\" data-id=\\\"icon-check-circle-solid\\\" data-name=\\\"\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"></path></svg></div></div><span class=\\\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\\\" data-css=\\\"tve-u-177f3f8caf8\\\" style=\\\"\\\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-17f921394c9\\\"><p data-css=\\\"tve-u-17f9213b169\\\" style=\\\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\\\"><span data-css=\\\"tve-u-178070524c6\\\" style=\\\"--tcb-applied-color:rgb(186, 17, 17)  !important;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Price Will Be $67 Soon</span></p><p data-css=\\\"tve-u-17f9213b173\\\" style=\\\"\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\\\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\\\" data-button-style=\\\"btn-tpl-58268\\\" data-button-size=\\\"s\\\" data-css=\\\"tve-u-177ef730895\\\" style=\\\"\\\"><div class=\\\"thrive-colors-palette-config\\\" style=\\\"display: none !important\\\">__CONFIG_colors_palette__{\\\"active_palette\\\":0,\\\"config\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"name\\\":\\\"Main Accent\\\",\\\"parent\\\":-1}},\\\"gradients\\\":[]},\\\"palettes\\\":[{\\\"name\\\":\\\"Default Palette\\\",\\\"value\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"val\\\":\\\"rgb(96, 193, 42)\\\"}},\\\"gradients\\\":[]},\\\"original\\\":{\\\"colors\\\":{\\\"3e1f8\\\":{\\\"val\\\":\\\"rgb(19, 114, 211)\\\",\\\"hsl\\\":{\\\"h\\\":210,\\\"s\\\":0.83,\\\"l\\\":0.45}}},\\\"gradients\\\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\\\"https://buy.stripe.com/cN203I8u73M3byEcMX\\\" class=\\\"tcb-button-link tcb-plain-text\\\" style=\\\"\\\" target=\\\"_blank\\\">\n		<span class=\\\"tcb-button-texts\\\"><span class=\\\"tcb-button-text thrv-inline-text\\\" data-css=\\\"tve-u-177ef730898\\\" style=\\\"\\\"><strong>Get VidJack For A One-Time Payment for $45</strong></span></span>\n	</a>\n</div><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f401a849\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177ef53558c\\\" style=\\\"--tcb-col-el-width:584;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\\\" data-css=\\\"tve-u-177f54ae90b\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef54876d\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f54aa467\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1109\\\" alt=\\\"\\\" data-id=\\\"1109\\\" data-init-width=\\\"212\\\" data-init-height=\\\"22\\\" title=\\\"VJ-FE-102-ImageBody-31\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\\\" data-width=\\\"194\\\" data-height=\\\"20\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177f54aa48d\\\" style=\\\"\\\" width=\\\"194\\\" height=\\\"20\\\"></span></div></div></div><div class=\\\"tcb-flex-col\\\" data-css=\\\"tve-u-177ef548779\\\" style=\\\"\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f54a7efe\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1111\\\" alt=\\\"\\\" data-id=\\\"1111\\\" data-init-width=\\\"261\\\" data-init-height=\\\"44\\\" title=\\\"VJ-FE-103-ImageBody-32\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\\\" data-width=\\\"231\\\" data-height=\\\"39\\\" loading=\\\"lazy\\\" data-css=\\\"tve-u-177f54a7f23\\\" style=\\\"\\\" width=\\\"231\\\" height=\\\"39\\\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f401e0d3\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f401f783\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f4020071\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f83e3495\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3509085\\\" style=\\\"text-align: center;\\\"><strong>Welcome To VidJack!</strong></p></div><div class=\\\"thrv_wrapper tve_image_caption\\\" data-css=\\\"tve-u-177f402828b\\\" style=\\\"\\\"><span class=\\\"tve_image_frame\\\"><img class=\\\"tve_image wp-image-1113\\\" alt=\\\"\\\" data-id=\\\"1113\\\" data-init-width=\\\"302\\\" data-init-height=\\\"256\\\" title=\\\"VJ-FE-104-ImageBody-33\\\" src=\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\\\" data-width=\\\"302\\\" data-height=\\\"256\\\" loading=\\\"lazy\\\" width=\\\"302\\\" height=\\\"256\\\"></span></div><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f40374ed\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f4032c67\\\" style=\\\"text-align: center;\\\">Ifiok Nkem</p></div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f4053992\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f40555d4\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f40563ba\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f83e7b87\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f3509085\\\" style=\\\"text-align: center;\\\"><strong>Frequently Asked Questions</strong></p></div><div class=\\\"thrv_wrapper thrv_toggle\\\" data-columns=\\\"2\\\" data-animation=\\\"slide-fade\\\" data-animation-speed=\\\"fast\\\" data-ct-name=\\\"Original\\\" data-ct=\\\"toggle-55351\\\" data-css=\\\"tve-u-177f405d0f2\\\" style=\\\"\\\">\n	<div class=\\\"tve-toggle-grid tve-prevent-content-edit\\\" style=\\\"\\\"><div class=\\\"tve-toggle-column\\\" data-index=\\\"1\\\" style=\\\"\\\"><div class=\\\"thrv_toggle_item tve_faq\\\" style=\\\"\\\" data-css=\\\"tve-u-177f40c3127\\\">\n				<div class=\\\"tve_faqI\\\">\n					<div class=\\\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\\\" data-icon-code=\\\"icon-quora-solid\\\" data-css=\\\"tve-u-17010f7948c\\\" data-selector=\\\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\\\" data-tcb_hover_state_parent=\\\"\\\" style=\\\"\\\">\n						<div class=\\\"tve_toggle\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 24 24\\\" data-id=\\\"icon-quora-solid\\\" data-name=\\\"\\\"><path d=\\\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\\\"></path></svg></div>\n						<h4 class=\\\"tve-toggle-text\\\" style=\\\"\\\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\\\"tve_faqC \\\">\n						<div class=\\\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\\\" data-css=\\\"tve-u-17010f7948e\\\" style=\\\"\\\">\n							<div class=\\\"tve-content-box-background\\\" data-css=\\\"tve-u-17010f7948f\\\"></div>\n							<div class=\\\"tve-cb\\\">\n								<div class=\\\"thrv_wrapper thrv_text_element\\\"><p data-css=\\\"tve-u-177f40ac41e\\\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\\\"thrv_toggle_item tve_faq\\\" style=\\\"\\\" data-css=\\\"tve-u-177f40c312e\\\">\n				<div class=\\\"tve_faqI\\\">\n					<div class=\\\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\\\" data-icon-code=\\\"icon-quora-solid\\\" data-css=\\\"tve-u-17010f7948c\\\" data-selector=\\\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\\\" data-tcb_hover_state_parent=\\\"\\\" style=\\\"\\\">\n						<div class=\\\"tve_toggle\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 24 24\\\" data-id=\\\"icon-quora-solid\\\" data-name=\\\"\\\"><path d=\\\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\\\"></path></svg></div>\n						<h4 class=\\\"tve-toggle-text\\\" style=\\\"\\\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\\\"tve_faqC \\\">\n						<div class=\\\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\\\" data-css=\\\"tve-u-17010f7948e\\\" style=\\\"\\\">\n							<div class=\\\"tve-content-box-background\\\" data-css=\\\"tve-u-17010f7948f\\\"></div>\n							<div class=\\\"tve-cb\\\">\n								<div class=\\\"thrv_wrapper thrv_text_element\\\"><p data-css=\\\"tve-u-177f40ac41e\\\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\\\"thrv_toggle_item tve_faq\\\" style=\\\"\\\" data-css=\\\"tve-u-177f40c3132\\\">\n				<div class=\\\"tve_faqI\\\">\n					<div class=\\\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\\\" data-icon-code=\\\"icon-quora-solid\\\" data-css=\\\"tve-u-17010f7948c\\\" data-selector=\\\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\\\" data-tcb_hover_state_parent=\\\"\\\" style=\\\"\\\">\n						<div class=\\\"tve_toggle\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 24 24\\\" data-id=\\\"icon-quora-solid\\\" data-name=\\\"\\\"><path d=\\\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\\\"></path></svg></div>\n						<h4 class=\\\"tve-toggle-text\\\" style=\\\"\\\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\\\"tve_faqC \\\">\n						<div class=\\\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\\\" data-css=\\\"tve-u-17010f7948e\\\" style=\\\"\\\">\n							<div class=\\\"tve-content-box-background\\\" data-css=\\\"tve-u-17010f7948f\\\"></div>\n							<div class=\\\"tve-cb\\\">\n								<div class=\\\"thrv_wrapper thrv_text_element\\\"><p data-css=\\\"tve-u-177f40ac41e\\\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\\\"tve-toggle-column\\\" data-index=\\\"2\\\" style=\\\"\\\"><div class=\\\"thrv_toggle_item tve_faq\\\" style=\\\"\\\" data-css=\\\"tve-u-177f40c3136\\\">\n				<div class=\\\"tve_faqI\\\">\n					<div class=\\\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\\\" data-icon-code=\\\"icon-quora-solid\\\" data-css=\\\"tve-u-17010f7948c\\\" data-selector=\\\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\\\" data-tcb_hover_state_parent=\\\"\\\" style=\\\"\\\">\n						<div class=\\\"tve_toggle\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 24 24\\\" data-id=\\\"icon-quora-solid\\\" data-name=\\\"\\\"><path d=\\\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\\\"></path></svg></div>\n						<h4 class=\\\"tve-toggle-text\\\" style=\\\"\\\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\\\"tve_faqC \\\">\n						<div class=\\\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\\\" data-css=\\\"tve-u-17010f7948e\\\" style=\\\"\\\">\n							<div class=\\\"tve-content-box-background\\\" data-css=\\\"tve-u-17010f7948f\\\"></div>\n							<div class=\\\"tve-cb\\\">\n								<div class=\\\"thrv_wrapper thrv_text_element\\\"><p data-css=\\\"tve-u-177f40ac41e\\\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\\\"thrv_toggle_item tve_faq\\\" style=\\\"\\\" data-css=\\\"tve-u-177f40c3139\\\">\n				<div class=\\\"tve_faqI\\\">\n					<div class=\\\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\\\" data-icon-code=\\\"icon-quora-solid\\\" data-css=\\\"tve-u-17010f7948c\\\" data-selector=\\\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\\\" data-tcb_hover_state_parent=\\\"\\\" style=\\\"\\\">\n						<div class=\\\"tve_toggle\\\" style=\\\"\\\"><svg class=\\\"tcb-icon\\\" viewBox=\\\"0 0 24 24\\\" data-id=\\\"icon-quora-solid\\\" data-name=\\\"\\\"><path d=\\\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\\\"></path></svg></div>\n						<h4 class=\\\"tve-toggle-text\\\" style=\\\"\\\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\\\"tve_faqC \\\">\n						<div class=\\\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\\\" data-css=\\\"tve-u-17010f7948e\\\" style=\\\"\\\">\n							<div class=\\\"tve-content-box-background\\\" data-css=\\\"tve-u-17010f7948f\\\"></div>\n							<div class=\\\"tve-cb\\\">\n								<div class=\\\"thrv_wrapper thrv_text_element\\\"><p data-css=\\\"tve-u-177f40ac41e\\\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\\\"thrv_wrapper thrv-page-section tve-height-update\\\" data-css=\\\"tve-u-177f40fab7c\\\" style=\\\"\\\">\n	<div class=\\\"tve-page-section-out\\\" style=\\\"\\\" data-css=\\\"tve-u-177f40fdbc1\\\"></div>\n	<div class=\\\"tve-page-section-in tve_empty_dropzone\\\" data-css=\\\"tve-u-177f40fc0d9\\\" style=\\\"\\\"><div class=\\\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\\\" data-css=\\\"tve-u-177f40ffa6a\\\" style=\\\"\\\">\n	<div class=\\\"tve-content-box-background\\\"></div>\n	<div class=\\\"tve-cb\\\"><div class=\\\"thrv_wrapper thrv-columns\\\" data-css=\\\"tve-u-177f4103479\\\" style=\\\"--tcb-col-el-width:1047;\\\"><div class=\\\"tcb-flex-row v-2 tcb--cols--2\\\" data-css=\\\"tve-u-177f41039b1\\\" style=\\\"\\\"><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_custom_html_shortcode\\\" data-css=\\\"tve-u-17e9b3e270c\\\" style=\\\"\\\"><center>\n<p style=\\\"color:white; font-size:10px; font-family:verdana\\\">\nCopyright ©: \n<code class=\\\"tve_js_placeholder\\\">[tcb-script type=\\\"text/javascript\\\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\\\"tcb-flex-col\\\"><div class=\\\"tcb-col\\\"><div class=\\\"thrv_wrapper thrv_text_element\\\" data-css=\\\"tve-u-177f83ec567\\\" style=\\\"\\\"><p data-css=\\\"tve-u-177f410a048\\\" style=\\\"text-align: right;\\\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>\";s:10:\"inline_css\";s:188436:\"@import url(\\\"//fonts.googleapis.com/css?family=Poppins:300,600,400,500,700&subset=latin\\\");@import url(\\\"//fonts.googleapis.com/css?family=Sriracha:400&subset=latin\\\");@import url(\\\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\\\");@media (min-width: 300px){#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \\\"Open Sans\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \\\"Open Sans\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; line-height: 1.2em; }#tcb_landing_page h4 { font-family: \\\"Open Sans\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; line-height: 13px; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \\\"Open Sans\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 36px; line-height: 1.4em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \\\"Open Sans\\\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 46px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \\\"Open Sans\\\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }[data-css=\\\"tve-u-15e09c94f7d\\\"] { background-color: rgb(245, 245, 245) !important; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link), #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a, #tcb_landing_page .tve-input-option-text a { color: rgb(0, 87, 229); text-decoration: underline; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link):hover, #tcb_landing_page .tcb-styled-list a:hover, #tcb_landing_page .tcb-numbered-list a:hover, #tcb_landing_page .tve-input-option-text a:hover { text-decoration: none; }#tcb_landing_page p { font-family: \\\"Open Sans\\\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }#tcb_landing_page li:not([class*=\\\"menu\\\"]) { font-family: \\\"Open Sans\\\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }[data-css=\\\"tve-u-177ef47e6c0\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177ef47fd66\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177ef489247\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\\\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\\\")  !important; }[data-css=\\\"tve-u-177ef49089d\\\"] { width: 180px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\\\"tve-u-177ef497f0f\\\"] { --tve-alignment:center; float: none; max-width: 650px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:650px  !important; }[data-css=\\\"tve-u-177ef4994ec\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(45, 111, 255), rgb(45, 111, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255))  !important; }:not(#tve) [data-css=\\\"tve-u-177ef49eb32\\\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177ef49eb32\\\"] strong { font-weight: 600 !important; }:not(#tve) [data-css=\\\"tve-u-177ef4b7fe1\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef4b7fe1\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef4c7cb8\\\"] { color: rgb(255, 140, 3) !important; }[data-css=\\\"tve-u-177ef4c9771\\\"] { color: rgb(45, 111, 255) !important; }[data-css=\\\"tve-u-177ef4cc9af\\\"] { margin-top: 30px !important; }:not(#tve) [data-css=\\\"tve-u-177ef4da66b\\\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(181, 194, 255) !important; --tcb-applied-color:rgb(181,194,255)  !important; --tve-applied-color:rgb(181,194,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef4da66b\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177ef4e4241\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177ef507d92\\\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\\\"tve-u-177ef507d92\\\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\\\"tve-u-177ef507d92\\\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }:not(#tve) [data-css=\\\"tve-u-177ef507d92\\\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\\\"tve-u-177ef507d92\\\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\\\"tve-u-177ef518bbb\\\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; }[data-css=\\\"tve-u-177ef518bbb\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef518bbb\\\"] { line-height: 1.2em !important; }[data-css=\\\"tve-u-177ef532a85\\\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 180px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\\\"tve-u-177ef53558c\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177ef535860\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177ef53902e\\\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\\\"tve-u-177ef53c9a0\\\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177ef54876d\\\"] { max-width: 43%; }[data-css=\\\"tve-u-177ef548779\\\"] { max-width: 57%; }[data-css=\\\"tve-u-177ef5798ef\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177ef57adbc\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177ef57c105\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\\\"), linear-gradient(rgb(0, 20, 111), rgb(0, 20, 111)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\\\"),linear-gradient(rgb(0,20,111),rgb(0,20,111))  !important; --background-size:auto,auto  !important; --background-position:50% 50%,50% 50%  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\\\"),linear-gradient(rgb(0,20,111),rgb(0,20,111))  !important; }[data-css=\\\"tve-u-177ef57e6d8\\\"] { padding: 0px 0px 5px !important; }[data-css=\\\"tve-u-177ef580b18\\\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177ef580c6d\\\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\\\"tve-u-177ef580c6d\\\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\\\"tve-u-177ef590770\\\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(2, 2, 36, 0.2) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(2,2,36,0.2); background-image: linear-gradient(rgb(11, 33, 132), rgb(11, 33, 132)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132))  !important; }:not(#tve) [data-css=\\\"tve-u-177ef59d9c2\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef59d9c2\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef59de27\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177ef5ab462\\\"] { width: 167px; --tve-alignment:center; float: none; margin: 35px auto 0px !important; }[data-css=\\\"tve-u-177ef5b654a\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef5b654a\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177ef5bc2a1\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177ef5bc2a1\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef5bc2a1\\\"] { line-height: 1.3em !important; margin-right: -5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef5e8b4d\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef5e8b4d\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef5fc0cf\\\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\\\"tve-u-177ef5fc0cf\\\"] li { margin-bottom: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef635da2\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef635da2\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef655732\\\"] { width: 167px; --tve-alignment:center; float: none; margin: 15px auto 0px !important; }[data-css=\\\"tve-u-177ef6659a4\\\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177ef665ae2\\\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\\\"tve-u-177ef665ae2\\\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\\\"tve-u-177ef6840bf\\\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\\\"tve-u-177ef6840bf\\\"] { margin-left: -5px; padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\\\"tve-u-177ef684cee\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177ef687a65\\\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\\\"tve-u-177ef687a65\\\"] li { margin-bottom: 5px !important; }[data-css=\\\"tve-u-177ef6b1f05\\\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\\\"tve-u-177ef6b1f05\\\"] li { margin-bottom: 5px !important; }[data-css=\\\"tve-u-177ef6b1f09\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef6b1f09\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177ef6b1f0b\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177ef6b1f0b\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef6b1f0b\\\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\\\"tve-u-177ef6b1f0f\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef6b1f0f\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177ef6b1f11\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177ef6b1f11\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef6b1f11\\\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\\\"tve-u-177ef6b1f15\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef6b1f15\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177ef6b1f17\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177ef6b1f17\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef6b1f17\\\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\\\"tve-u-177ef6b1f1b\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef6b1f1b\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177ef6b1f1d\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177ef6b1f1d\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef6b1f1d\\\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\\\"tve-u-177ef6b1f21\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef6b1f21\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177ef6b1f23\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177ef6b1f23\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef6b1f23\\\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\\\"tve-u-177ef6b1f27\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef6b1f27\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177ef6b1f29\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177ef6b1f29\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef6b1f29\\\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\\\"tve-u-177ef6efb5f\\\"] { margin-top: 10px !important; }[data-css=\\\"tve-u-177ef720eb6\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177ef7224e2\\\"] { padding-bottom: 40px !important; padding-top: 25px !important; }[data-css=\\\"tve-u-177ef724b65\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\\\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\\\")  !important; }[data-css=\\\"tve-u-177ef72998c\\\"] { margin-top: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177ef72ccac\\\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef72ccac\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177ef72f5f0\\\"] { color: rgb(255, 157, 3) !important; }[data-css=\\\"tve-u-177ef730895\\\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\\\"tve-u-177ef730895\\\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\\\"tve-u-177ef730895\\\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin: 40px auto 10px !important; }:not(#tve) [data-css=\\\"tve-u-177ef730895\\\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\\\"tve-u-177ef730895\\\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\\\"tve-u-177ef730898\\\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; }[data-css=\\\"tve-u-177ef730898\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef730898\\\"] { line-height: 1.2em !important; }[data-css=\\\"tve-u-177ef743459\\\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 160px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\\\"tve-u-177ef74739a\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177ef747dfe\\\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\\\"tve-u-177ef74aede\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\\\")  !important; }[data-css=\\\"tve-u-177ef74e8d5\\\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\\\"tve-u-177ef75041e\\\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177ef750639\\\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\\\"tve-u-177ef750639\\\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\\\"tve-u-177ef7595ad\\\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }:not(#tve) [data-css=\\\"tve-u-177ef765346\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef765346\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef76b459\\\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\\\"tve-u-177ef76ea03\\\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\\\"tve-u-177ef781845\\\"] { margin: 0px 30px !important; }[data-css=\\\"tve-u-177ef78618d\\\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177ef786416\\\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\\\"tve-u-177ef78a475\\\"] { width: 172px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\\\"tve-u-177ef78cde8\\\"] { margin: 40px 0px 0px !important; }:not(#tve) [data-css=\\\"tve-u-177ef7948da\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef7948da\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef79fa01\\\"]::after { clear: both; }[data-css=\\\"tve-u-177ef7a8e53\\\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\\\"tve-u-177ef7b5bc1\\\"] { max-width: 59.1%; }[data-css=\\\"tve-u-177ef7b5bee\\\"] { max-width: 40.9%; }[data-css=\\\"tve-u-177ef7e1747\\\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177ef7f2216\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef7f2216\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177ef7f2a43\\\"] { margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177ef7fc777\\\"] { --g-regular-weight:400; letter-spacing: 2px; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }[data-css=\\\"tve-u-177ef8069b3\\\"] { width: 266px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; padding-left: 0px !important; }[data-css=\\\"tve-u-177ef811dc7\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177ef81392f\\\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px  !important; }[data-css=\\\"tve-u-177ef8166bb\\\"] { margin: 0px !important; }[data-css=\\\"tve-u-177ef837c03\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177ef838ce3\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177ef83ae31\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\\\")  !important; }[data-css=\\\"tve-u-177ef84f2ea\\\"] { margin-top: -5px !important; }:not(#tve) [data-css=\\\"tve-u-177ef850fe7\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(223, 46, 53) !important; --tcb-applied-color:rgb(223,46,53)  !important; --tve-applied-color:rgb(223,46,53)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef850fe7\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177ef85a027\\\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177ef85a027\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177ef8603c0\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(223, 46, 53), rgb(223, 46, 53)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53))  !important; }:not(#tve) [data-css=\\\"tve-u-177ef863be4\\\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177ef863be4\\\"] strong { font-weight: 500 !important; }[data-css=\\\"tve-u-177ef866efa\\\"] { --tve-alignment:center; float: none; max-width: 430px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:430px  !important; }[data-css=\\\"tve-u-177ef8734a6\\\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\\\"tve-u-177ef87a881\\\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 28px 35px 65px 0px; --tve-applied-box-shadow:28px 35px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }:not(#tve) [data-css=\\\"tve-u-177f2985d31\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2985d31\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f298e79c\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f298e79c\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2993f70\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f2998b21\\\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\\\"tve-u-177f299b933\\\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f29ac47c\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f29b0034\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f29bb8aa\\\"] { margin-top: 30px !important; margin-bottom: 24px !important; }[data-css=\\\"tve-u-177f29cf036\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f29cfab2\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f29d146d\\\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\\\"tve-u-177f29daa20\\\"] { margin-top: 35px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f29e39eb\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f29e39eb\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f29ea0a9\\\"] { --tve-alignment:center; float: none; max-width: 830px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:830px  !important; }[data-css=\\\"tve-u-177f29fb796\\\"] { margin-top: 17px !important; }[data-css=\\\"tve-u-177f2a0dc5d\\\"] { width: 167px; --tve-alignment:center; float: none; margin: 36px auto 0px !important; }[data-css=\\\"tve-u-177f2a23986\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\\\"tve-u-177f2a25590\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\\\"tve-u-177f2a3893b\\\"] { --tve-alignment:center; float: none; margin: 70px auto 0px !important; }[data-css=\\\"tve-u-177f2a4092d\\\"] { margin-top: 30px !important; margin-bottom: 48px !important; }[data-css=\\\"tve-u-177f2a4441e\\\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2a50d75\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f2a51bfc\\\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\\\"tve-u-177f2a65e81\\\"] { max-width: 1250px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2a67ae6\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f2a6a815\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\\\")  !important; }[data-css=\\\"tve-u-177f2a6f0ef\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f2a7390f\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2a7390f\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2a759c2\\\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2b9613d\\\"] { width: 1222px; --tve-alignment:center; float: none; margin: 60px auto 0px !important; }[data-css=\\\"tve-u-177f2ba98f9\\\"] { width: 1222px; margin-top: 10px !important; }[data-css=\\\"tve-u-177f2bc27dc\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f2bc3fec\\\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\\\"tve-u-177f2bc4a56\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2bcbf41\\\"] { color: rgb(255, 157, 3) !important; }[data-css=\\\"tve-u-177f2bced7a\\\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2bd516e\\\"] { width: 167px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\\\"tve-u-177f2bdb921\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2bdb921\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2bdf70b\\\"] { margin-top: 30px !important; }[data-css=\\\"tve-u-177f2be89a5\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2c02dce\\\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\\\"tve-u-177f2c102f4\\\"] { margin-top: 20px !important; margin-bottom: 28px !important; }[data-css=\\\"tve-u-177f2c1679c\\\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\\\"tve-u-177f2c1a417\\\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\\\"tve-u-177f2c29f07\\\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\\\"tve-u-177f2c2b1f7\\\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\\\"tve-u-177f2c3050e\\\"] { max-width: 1500px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2c312f4\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f2c343f1\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\\\")  !important; }[data-css=\\\"tve-u-177f2c36f77\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f2c3e682\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(70, 102, 255) !important; --tcb-applied-color:rgb(70,102,255)  !important; --tve-applied-color:rgb(70,102,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2c3e682\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2c3ffe0\\\"] { color: rgb(255, 157, 3) !important; }[data-css=\\\"tve-u-177f2c46216\\\"] { width: 75%; --tve-alignment:center; float: none; margin: 60px auto -20px !important; }[data-css=\\\"tve-u-177f2c52e9a\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f2c53969\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2c56e51\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\\\")  !important; }:not(#tve) [data-css=\\\"tve-u-177f2c5b9a5\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2c5b9a5\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f2c604f2\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2c604f2\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2c62d80\\\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\\\"tve-u-177f2c65100\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2c656fa\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f2c69041\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2c6c15b\\\"] { margin-top: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f2c6e298\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2c6e298\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2c7a9be\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2c87396\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2c8df82\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2c934c0\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2c99282\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2c99db2\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2cb1084\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2cb1964\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2cb20a5\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2cb3d17\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2cb466f\\\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\\\"tve-u-177f2cb7d89\\\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2cb9ef9\\\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2cca93a\\\"] { padding-top: 40px !important; padding-bottom: 30px !important; }[data-css=\\\"tve-u-177f2ccb86d\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2ccd1fe\\\"] { background-image: linear-gradient(rgb(45, 44, 77), rgb(45, 44, 77)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77))  !important; }[data-css=\\\"tve-u-177f2cd4c80\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; }:not(#tve) [data-css=\\\"tve-u-177f2cd7735\\\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177f2cd7735\\\"] strong { font-weight: 500 !important; }[data-css=\\\"tve-u-177f2cd9a6c\\\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\\\"tve-u-177f2cdd7ee\\\"] { margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177f2cdebf8\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 56px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2cdebf8\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2ce2da3\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f2ce4e27\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2ce4e27\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f2cea67f\\\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2cea67f\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f2cedfcd\\\"] { margin-top: 40px !important; }[data-css=\\\"tve-u-177f2cf0eea\\\"] { --tve-alignment:center; float: none; max-width: 600px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:600px  !important; }[data-css=\\\"tve-u-177f2cf3d47\\\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f2cf4731\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2cf3d47\\\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\\\"tve-u-177f2cf7ad7\\\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }[data-css=\\\"tve-u-177f2cfde6a\\\"] { --tve-border-radius:50px; border-radius: 50px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; }[data-css=\\\"tve-u-177f2d032c6\\\"] { --tve-alignment:center; margin-top: 0px !important; margin-bottom: 0px !important; padding: 3px 20px 3px 70px !important; }:not(#tve) [data-css=\\\"tve-u-177f2d0d999\\\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177f2d1f6d3\\\"] { max-width: 16.9%; }[data-css=\\\"tve-u-177f2d1f719\\\"] { max-width: 83.1%; }[data-css=\\\"tve-u-177f2d2cd1d\\\"]::after { clear: both; }[data-css=\\\"tve-u-177f2d5f192\\\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2d94c6c\\\"] { padding-right: 0px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\\\"tve-u-177f2d96ab3\\\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2d99909\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\\\")  !important; }[data-css=\\\"tve-u-177f2e7a44a\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2e7b92d\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f2e8e726\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\\\")  !important; }:not(#tve) [data-css=\\\"tve-u-177f2e93ea5\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(128, 127, 163) !important; --tcb-applied-color:rgb(128,127,163)  !important; --tve-applied-color:rgb(128,127,163)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2e93ea5\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f2e969a9\\\"] { margin-top: 30px !important; }[data-css=\\\"tve-u-177f2e9c879\\\"] { padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\\\"tve-u-177f2ecc58b\\\"] { width: 524px; --tve-alignment:center; float: none; margin: 65px auto 0px !important; }[data-css=\\\"tve-u-177f2ed2704\\\"] { width: 1187px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 15px !important; }[data-css=\\\"tve-u-177f2eea335\\\"] { padding-top: 25px !important; padding-right: 1px !important; padding-bottom: 90px !important; }[data-css=\\\"tve-u-177f2eeb6dc\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2eedb92\\\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }:not(#tve) [data-css=\\\"tve-u-177f2f0024f\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2f0024f\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2f075b1\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2f17772\\\"] { margin-top: 60px !important; padding: 0px 0px 5px !important; }[data-css=\\\"tve-u-177f2f1a0c4\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2f1a2fd\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f2f1f847\\\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177f2f20ea1\\\"] { max-width: 60%; }[data-css=\\\"tve-u-177f2f20ee6\\\"] { max-width: 40%; }[data-css=\\\"tve-u-177f2f2abe7\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\\\"tve-u-177f2f2d948\\\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177f2f2d948\\\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\\\"tve-u-177f2f32455\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2f32455\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2f3553a\\\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2f411dc\\\"] { margin: 20px 60px 28px !important; }[data-css=\\\"tve-u-177f2f47505\\\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\\\"tve-u-177f2f57cdd\\\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\\\"tve-u-177f2f6c3bc\\\"] { max-width: 40%; }[data-css=\\\"tve-u-177f2f6c3c0\\\"] { max-width: 60%; }[data-css=\\\"tve-u-177f2f7c8a3\\\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2f9b9d3\\\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2fb753b\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f2fb8334\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f2fbbdfe\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\\\")  !important; }[data-css=\\\"tve-u-177f2fc08f6\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f2fc405b\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f2fc405b\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f2fd8be1\\\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\\\"tve-u-177f2fd8be1\\\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\\\"tve-u-177f2fdcb6d\\\"] { --tve-alignment:center; float: none; max-width: 1110px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1110px  !important; }[data-css=\\\"tve-u-177f2fec654\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\\\"tve-u-177f2ffbf16\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\\\"tve-u-177f300f751\\\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\\\"tve-u-177f30218c2\\\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\\\"tve-u-177f3026ea7\\\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\\\"tve-u-177f3039329\\\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\\\"tve-u-177f3044829\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f305fd67\\\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\\\"tve-u-177f3068d7b\\\"] { margin-top: 20px !important; margin-bottom: 30px !important; }[data-css=\\\"tve-u-177f307797d\\\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\\\"tve-u-177f308113d\\\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\\\"tve-u-177f3087c2e\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3088702\\\"] { max-width: 1310px; min-height: 1px !important; }[data-css=\\\"tve-u-177f308e56b\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\\\")  !important; }:not(#tve) [data-css=\\\"tve-u-177f30973fa\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0)  !important; --tve-applied-color:rgb(134,60,0)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f30973fa\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f30b199b\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f30b5166\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f3130096\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\\\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\\\")  !important; }[data-css=\\\"tve-u-177f3139c37\\\"] { margin-top: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f313f831\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f313f831\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f31452a8\\\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3157150\\\"] { --tve-alignment:center; float: none; max-width: 1165px; margin: 80px auto 55px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1165px  !important; }[data-css=\\\"tve-u-177f315a302\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f315a4bd\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f315f3fc\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f31656d1\\\"] { width: 502px; float: left; z-index: 3; position: relative; --tve-alignment:left; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\\\"tve-u-177f3177522\\\"] { max-width: 52.5%; }[data-css=\\\"tve-u-177f3177588\\\"] { max-width: 47.5%; }:not(#tve) [data-css=\\\"tve-u-177f31794ec\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f31794ec\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f31ab0f7\\\"] { max-width: 47.5%; }[data-css=\\\"tve-u-177f31ab0fc\\\"] { max-width: 52.5%; }[data-css=\\\"tve-u-177f31c1153\\\"] { width: 506px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\\\"tve-u-177f31cd26d\\\"] { width: 536px; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\\\"tve-u-177f31d1fed\\\"] { width: 575px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\\\"tve-u-177f31d5266\\\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f31e08c0\\\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f31e3191\\\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f31f1929\\\"] { padding-left: 1px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\\\"tve-u-177f31f2db0\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f31f72a9\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\\\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\\\")  !important; }[data-css=\\\"tve-u-177f31f9fc4\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f31ff4e5\\\"] { margin-top: -5px !important; }:not(#tve) [data-css=\\\"tve-u-177f3203e75\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255)  !important; --tve-applied-color:rgb(45,111,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3203e75\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f320dfec\\\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\\\"tve-u-177f3213c1f\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; }:not(#tve) [data-css=\\\"tve-u-177f3223b58\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177f3223b58\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3225149\\\"] { --tve-alignment:center; float: none; max-width: 605px; margin: 70px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:605px  !important; }[data-css=\\\"tve-u-177f32449f0\\\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 70px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px  !important; }[data-css=\\\"tve-u-177f32601e9\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f32618b4\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3273d31\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\\\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\\\")  !important; }[data-css=\\\"tve-u-177f327986f\\\"] { --tve-alignment:center; float: none; max-width: 235px; margin: 20px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:235px  !important; }[data-css=\\\"tve-u-177f328170a\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\\\"tve-u-177f3284653\\\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177f3284653\\\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\\\"tve-u-177f328f558\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f328f558\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f329310a\\\"] { margin-top: 30px !important; }[data-css=\\\"tve-u-177f329d58c\\\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 60px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px  !important; }[data-css=\\\"tve-u-177f32a4824\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f32a541c\\\"] { max-width: 1300px; min-height: 1px !important; }[data-css=\\\"tve-u-177f32ac7bc\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\\\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\\\")  !important; }:not(#tve) [data-css=\\\"tve-u-177f32b3fde\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f32b3fde\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f32b7740\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f32b7740\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f32c2ead\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; }:not(#tve) [data-css=\\\"tve-u-177f32cb3e2\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177f32cb3e2\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f32cc96e\\\"] { --tve-alignment:center; float: none; max-width: 510px; margin: 75px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:510px  !important; }:not(#tve) [data-css=\\\"tve-u-177f32dd1cd\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f32dd1cd\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f32e0766\\\"] { margin: 30px 0px 0px !important; }[data-css=\\\"tve-u-177f32e29b4\\\"] { margin-top: 22px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f32e83f8\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f32e8817\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f32f13c4\\\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -35px !important; }[data-css=\\\"tve-u-177f3312f1c\\\"] { max-width: 57%; }[data-css=\\\"tve-u-177f3312f9f\\\"] { max-width: 43%; }:not(#tve) [data-css=\\\"tve-u-177f332c3b3\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f332c3b3\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f33352e7\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f33352e7\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\\\"tve-u-177f332c3b3\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f333ea77\\\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f333ea77\\\"] li { margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f334b41b\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f334b41b\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f334b91b\\\"] { margin: -10px 0px 0px 40px !important; }[data-css=\\\"tve-u-177f33504b3\\\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f33504b3\\\"] li { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f33504b9\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f33504b9\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f33504be\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f33504be\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f33504be\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f335ad98\\\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f335ad98\\\"] li { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f335ad9e\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f335ad9e\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f335ada3\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f335ada3\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f335ada3\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f336bd60\\\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\\\"tve-u-177f3382b76\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(102, 46, 155), rgb(102, 46, 155)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155))  !important; }[data-css=\\\"tve-u-177f3385075\\\"] { --tve-alignment:center; float: none; max-width: 580px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:580px  !important; }:not(#tve) [data-css=\\\"tve-u-177f338b45c\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177f338b45c\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f33a201e\\\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\\\"tve-u-177f33a6666\\\"] { max-width: 43%; }[data-css=\\\"tve-u-177f33a666e\\\"] { max-width: 57%; }[data-css=\\\"tve-u-177f33a8b59\\\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\\\"tve-u-177f33c0454\\\"] { margin-top: 5px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f33c0454\\\"] li { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f33cc55d\\\"] { margin-top: 7px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f33e70e3\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(221, 51, 93), rgb(221, 51, 93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93))  !important; }[data-css=\\\"tve-u-177f33e9b9d\\\"] { --tve-alignment:center; float: none; max-width: 515px; margin: 5px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:515px  !important; }[data-css=\\\"tve-u-177f33f9399\\\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f33fb43d\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f33fb43d\\\"] li { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3403bb1\\\"] { width: 731px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\\\"tve-u-177f340f0db\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }[data-css=\\\"tve-u-177f3430aeb\\\"] { --tve-alignment:center; float: none; max-width: 410px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:410px  !important; }[data-css=\\\"tve-u-177f343b452\\\"] { margin-top: 20px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f34471ce\\\"] { margin-top: 110px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f34471ce\\\"] li { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f344d48e\\\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f3472113\\\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177f347c3dc\\\"] { font-size: 20px !important; }[data-css=\\\"tve-u-177f347d8aa\\\"] { color: rgb(255, 255, 255) !important; }[data-css=\\\"tve-u-177f347db00\\\"] { max-width: 43%; }[data-css=\\\"tve-u-177f347f8e4\\\"] { margin-top: 70px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f347f8e4\\\"] li { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f348639d\\\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\\\"tve-u-177f348d5fe\\\"] { margin: 30px 0px 0px !important; }[data-css=\\\"tve-u-177f3498c0f\\\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -20px !important; }[data-css=\\\"tve-u-177f349ddaf\\\"] { margin: 30px 0px 0px !important; }[data-css=\\\"tve-u-177f349ead0\\\"] { margin: 30px 0px 0px !important; }[data-css=\\\"tve-u-177f349f6e1\\\"] { margin: 30px 0px 0px !important; }[data-css=\\\"tve-u-177f34b0be2\\\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177f34f1a1c\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f34f3296\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f34f4614\\\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; }[data-css=\\\"tve-u-177f34f6e57\\\"] { padding: 0px 0px 5px !important; }[data-css=\\\"tve-u-177f34f8f17\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f34f919a\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f34fe90f\\\"] { width: 660px; --tve-alignment:center; float: none; margin: 0px auto -25px !important; }[data-css=\\\"tve-u-177f34ffb55\\\"] { max-width: 44%; }[data-css=\\\"tve-u-177f34ffbfa\\\"] { max-width: 56%; }:not(#tve) [data-css=\\\"tve-u-177f3505406\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3505406\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f3509085\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3509085\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f350e812\\\"] { margin: 55px 0px 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f3511177\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3511177\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3518250\\\"] { margin-top: 60px !important; }[data-css=\\\"tve-u-177f35226f8\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f35238df\\\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\\\"tve-u-177f3524116\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f3528e35\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3533c2a\\\"] { width: 852px; --tve-alignment:center; float: none; margin: 45px auto -20px !important; }[data-css=\\\"tve-u-177f3546fcf\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3547bed\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f354d74f\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\\\")  !important; }[data-css=\\\"tve-u-177f3559eea\\\"] { padding: 0px 0px 5px !important; margin-top: 30px !important; margin-bottom: 65px !important; }[data-css=\\\"tve-u-177f3565944\\\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\\\"tve-u-177f3565e36\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3566406\\\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\\\"tve-u-177f3566b6e\\\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\\\"tve-u-177f356721c\\\"] { margin-top: 20px !important; margin-bottom: 72px !important; }[data-css=\\\"tve-u-177f3567625\\\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\\\"tve-u-177f3c344f0\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3c3529f\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f3c399e7\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\\\")  !important; }[data-css=\\\"tve-u-177f3c3d848\\\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; }[data-css=\\\"tve-u-177f3c3fd75\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3c3ffe8\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f3c44c0d\\\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\\\"tve-u-177f3c4a619\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3c4a619\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3c505e9\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f3c521a1\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3c521a1\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3c5808f\\\"] { max-width: 49.5%; }[data-css=\\\"tve-u-177f3c58156\\\"] { max-width: 50.5%; }[data-css=\\\"tve-u-177f3c5be85\\\"] { margin-top: 110px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3c74bfa\\\"] { max-width: 49.5%; }[data-css=\\\"tve-u-177f3c74c02\\\"] { max-width: 50.5%; }:not(#tve) [data-css=\\\"tve-u-177f3c79f1b\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3c79f1b\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3c817af\\\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3ca1b0a\\\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto -30px !important; }[data-css=\\\"tve-u-177f3cb27b2\\\"] { padding-top: 40px !important; padding-bottom: 20px !important; }[data-css=\\\"tve-u-177f3cb3c0e\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f3cb7364\\\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\\\"tve-u-177f3cbbdae\\\"] { margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177f3cbf2fe\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3cbf2fe\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3cced25\\\"] { color: rgb(45, 111, 255) !important; }:not(#tve) [data-css=\\\"tve-u-177f3cdd65f\\\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3cdd65f\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3d09ac8\\\"] { max-width: 1200px; min-height: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3d0d466\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3d0d466\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3d10d55\\\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3d3493d\\\"] { display: block; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3d3765f\\\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 45px !important; }[data-css=\\\"tve-u-177f3d39bf0\\\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177f3d39ecd\\\"] { padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\\\"tve-u-177f3d427ec\\\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\\\"tve-u-177f3d43fd2\\\"] { max-width: 52%; }[data-css=\\\"tve-u-177f3d440aa\\\"] { max-width: 48%; }[data-css=\\\"tve-u-177f3d48caf\\\"]::after { clear: both; }[data-css=\\\"tve-u-177f3d570bd\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }[data-css=\\\"tve-u-177f3d5b108\\\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f3d5b10e\\\"]::after { clear: both; }:not(#tve) [data-css=\\\"tve-u-177f3d5c9e5\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177f3d5c9e5\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f3d68c86\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3d68c86\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3d6ac31\\\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3d71979\\\"] { margin: 20px 0px 0px !important; }[data-css=\\\"tve-u-177f3d77322\\\"] { margin-left: -40px !important; }[data-css=\\\"tve-u-177f3d8a990\\\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\\\"tve-u-177f3d91bed\\\"] { margin-left: 0px !important; }[data-css=\\\"tve-u-177f3d937e9\\\"] { max-width: 48%; }[data-css=\\\"tve-u-177f3d937f1\\\"] { max-width: 52%; }[data-css=\\\"tve-u-177f3d973d0\\\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\\\"tve-u-177f3d9a883\\\"]::after { clear: both; }[data-css=\\\"tve-u-177f3dbab73\\\"] { padding-right: 1px !important; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3dbc2f8\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f3dc035d\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\\\")  !important; }[data-css=\\\"tve-u-177f3dc9188\\\"] { margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177f3dd572f\\\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3dd572f\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3e01de0\\\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\\\"tve-u-177f3e04b11\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3e04e31\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f3e0b092\\\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -60px !important; }:not(#tve) [data-css=\\\"tve-u-177f3e11316\\\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(241, 247, 253) !important; --tcb-applied-color:rgb(241,247,253)  !important; --tve-applied-color:rgb(241,247,253)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3e11316\\\"] strong { font-weight: 500 !important; }[data-css=\\\"tve-u-177f3e1a081\\\"] { max-width: 49.5%; }[data-css=\\\"tve-u-177f3e1a170\\\"] { max-width: 50.5%; }[data-css=\\\"tve-u-177f3e1e697\\\"] { margin: 60px 0px 0px !important; }[data-css=\\\"tve-u-177f3e27941\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3e28681\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f3e2b960\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\\\")  !important; }:not(#tve) [data-css=\\\"tve-u-177f3e333db\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0)  !important; --tve-applied-color:rgb(134,60,0)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3e333db\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3e370ce\\\"] { max-width: 50.5%; }[data-css=\\\"tve-u-177f3e370d6\\\"] { max-width: 49.5%; }:not(#tve) [data-css=\\\"tve-u-177f3e3e4e3\\\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3e3e4e3\\\"] strong { font-weight: 500 !important; }[data-css=\\\"tve-u-177f3e3fcf7\\\"] { margin: 200px 0px 0px !important; }[data-css=\\\"tve-u-177f3e61358\\\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -10px !important; }[data-css=\\\"tve-u-177f3e65371\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3e66119\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f3e69752\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\\\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\\\")  !important; }[data-css=\\\"tve-u-177f3e6e415\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3e702e4\\\"] { --tve-alignment:center; float: none; max-width: 1100px; margin: 40px auto 70px !important; --tve-applied-max-width:1100px  !important; padding-top: 45px !important; padding-bottom: 45px !important; }[data-css=\\\"tve-u-177f3e77cd5\\\"] { --tve-border-radius:15px; border-radius: 15px; overflow: hidden; --tve-border-width:5px; background-image: linear-gradient(rgb(252, 251, 255), rgb(252, 251, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255))  !important; border: 5px dotted rgb(24, 33, 154) !important; --tve-applied-border:5px dotted rgb(24,33,154)  !important; }[data-css=\\\"tve-u-177f3e87046\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3e874dd\\\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\\\"tve-u-177f3e8b0b4\\\"] { width: 462px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 25px auto -20px -35px !important; }[data-css=\\\"tve-u-177f3e8d216\\\"] { max-width: 44.5%; }[data-css=\\\"tve-u-177f3e8d331\\\"] { max-width: 55.5%; }[data-css=\\\"tve-u-177f3e935cd\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f3e947e7\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3e947e7\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3e9534f\\\"] { margin-left: -80px !important; }[data-css=\\\"tve-u-177f3e9944c\\\"]::after { clear: both; }[data-css=\\\"tve-u-177f3ea59e1\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f3ea73eb\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3ea73eb\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3ee8e33\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f3ee9e0d\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f3eeeeba\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\\\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\\\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\\\")  !important; }:not(#tve) [data-css=\\\"tve-u-177f3ef7519\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3ef7519\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f3efbc15\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255)  !important; --tve-applied-color:rgb(45,111,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f3efbc15\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3efc46a\\\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3f0444b\\\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\\\"tve-u-177f3f086c9\\\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\\\"tve-u-177f3f086c9\\\"] strong { font-weight: 500 !important; }[data-css=\\\"tve-u-177f3f0a10e\\\"] { --tve-alignment:center; float: none; max-width: 335px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:335px  !important; }[data-css=\\\"tve-u-177f3f17815\\\"] { --tve-alignment:center; float: none; max-width: 550px; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:550px  !important; padding: 25px 0px !important; }[data-css=\\\"tve-u-177f3f1d2ec\\\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }[data-css=\\\"tve-u-177f3f41691\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f43e24\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f43e24\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f43e24\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f4e1ee\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f4e1ee\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\\\"tve-u-177f3f5e5f8\\\"] .tve_sep { width: 100%; border-width: 1px !important; border-color: rgb(230, 231, 238) !important; }[data-css=\\\"tve-u-177f3f5e5f8\\\"] { padding-right: 1px !important; padding-top: 2px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f7e392\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f7e399\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f7e399\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f7e3a0\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f7e3a0\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f7e3a0\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f8cae7\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f8caee\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f8caee\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f8caf8\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f8caf8\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f8caf8\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f8d114\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f8d11c\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f8d11c\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f8d123\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f8d123\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f8d123\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f8d6d7\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f8d6de\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f8d6de\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f8d6e5\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f8d6e5\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f8d6e5\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f8e545\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f8e54c\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f8e54c\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f8e552\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f8e552\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f8e552\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f8e9ff\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f8ea06\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f8ea06\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f8ea0c\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f8ea0c\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f8ea0c\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f8ef0c\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f8ef13\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f8ef13\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f8ef1a\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f8ef1a\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f8ef1a\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f8f9f2\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f8f9fa\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f8f9fa\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f8fa01\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f8fa01\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f8fa01\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f8fe6f\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f8fe76\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f8fe76\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f8fe7d\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f8fe7d\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f8fe7d\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f90389\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f90390\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f90390\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f90397\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f90397\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f90397\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f90f37\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f90f3e\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f90f3e\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f90f45\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f90f45\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f90f45\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f9153a\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f91542\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f91542\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f91549\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f91549\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f91549\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f91ce3\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f91ceb\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f91ceb\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f91cf2\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f91cf2\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f91cf2\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f921cc\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f921d4\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f921d4\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f921da\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f921da\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f921da\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3f925e7\\\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\\\"tve-u-177f3f925ef\\\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\\\"tve-u-177f3f925ef\\\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\\\"tve-u-177f3f925f6\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\\\"tve-u-177f3f925f6\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f3f925f6\\\"] { line-height: 1.3em !important; }[data-css=\\\"tve-u-177f3ff3a83\\\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\\\"tve-u-177f3ff3a83\\\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\\\"tve-u-177f3ff3a83\\\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin-left: auto !important; margin-right: auto !important; margin-top: 50px !important; }:not(#tve) [data-css=\\\"tve-u-177f3ff3a83\\\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\\\"tve-u-177f3ff3a83\\\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\\\"tve-u-177f3ff3a8f\\\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; }[data-css=\\\"tve-u-177f3ff3a8f\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f3ff3a8f\\\"] { line-height: 1.2em !important; }[data-css=\\\"tve-u-177f401a849\\\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 40px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\\\"tve-u-177f401e0d3\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f401f783\\\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\\\"tve-u-177f4020071\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f402828b\\\"] { width: 302px; --tve-alignment:center; float: none; margin: 55px auto -70px !important; }:not(#tve) [data-css=\\\"tve-u-177f4032c67\\\"] { --g-regular-weight:400; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 29px !important; line-height: 1.2em !important; }[data-css=\\\"tve-u-177f40374ed\\\"] { margin-top: 0px !important; margin-bottom: 60px !important; }[data-css=\\\"tve-u-177f4053992\\\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\\\"tve-u-177f40555d4\\\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; }[data-css=\\\"tve-u-177f40563ba\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f405d0f2\\\"] { margin-top: 60px !important; background-color: rgba(244, 245, 248, 0) !important; --background-color:rgba(244,245,248,0)  !important; --tve-applied-background-color:rgba(244,245,248,0)  !important; padding: 0px !important; margin-bottom: 70px !important; }[data-css=\\\"tve-u-177f405d0f2\\\"] .tve-toggle-column { width: calc(50% - 60px) !important; margin-left: 60px !important; }[data-css=\\\"tve-u-177f405d0f2\\\"] .tve-toggle-grid { margin-left: -60px !important; }[data-css=\\\"tve-u-177f405d0f2\\\"] .thrv_toggle_title { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; --tve-color:rgb(24,33,154); --tve-applied---tve-color:rgb(24,33,154); --tve-font-weight:var(--g-regular-weight,normal); --tve-font-family:Poppins; --g-regular-weight:400; --g-bold-weight:600; --tve-line-height:1.3em; --tve-font-size:20px; padding: 17px !important; }:not(#tve) [data-css=\\\"tve-u-177f405d0f2\\\"] .thrv_toggle_title .tve-toggle-text { --tcb-applied-color:var$(--tve-color,rgb(24,33,154)); font-family: var(--tve-font-family,Poppins); color: var(--tve-color,rgb(24,33,154))  !important; --tve-applied-color:var$(--tve-color,rgb(24,33,154))  !important; font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) )  !important; line-height: var(--tve-line-height,1.3em)  !important; font-size: var(--tve-font-size,20px)  !important; }[data-css=\\\"tve-u-177f405d0f2\\\"] .thrv_toggle_title .tve_toggle { font-size: 28px !important; width: 28px !important; height: 28px !important; color: rgb(254, 165, 38) !important; }[data-css=\\\"tve-u-177f405d0f2\\\"] .thrv_toggle_title.tve-state-expanded:not(.inc) { --tve-border-bottom-right-radius:0px; border-bottom-right-radius: 0px; overflow: hidden; --tve-border-bottom-left-radius:0px; border-bottom-left-radius: 0px; }[data-css=\\\"tve-u-17010f7948e\\\"] { --tve-border-bottom-left-radius:10px; overflow: hidden; --tve-border-bottom-right-radius:10px; border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; }:not(#tve) [data-css=\\\"tve-u-177f40ac41e\\\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-size: 19px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; line-height: 1.3em !important; }:not(#tve) [data-css=\\\"tve-u-177f40ac41e\\\"] strong { font-weight: 600 !important; }[data-css=\\\"tve-u-177f40c3127\\\"] { --toggle-vertical-space:20px; }[data-css=\\\"tve-u-177f40c312e\\\"] { --toggle-vertical-space:20px; }[data-css=\\\"tve-u-177f40c3132\\\"] { --toggle-vertical-space:20px; }[data-css=\\\"tve-u-177f40c3136\\\"] { --toggle-vertical-space:20px; }[data-css=\\\"tve-u-177f40c3139\\\"] { --toggle-vertical-space:20px; }[data-css=\\\"tve-u-177f40fab7c\\\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\\\"tve-u-177f40fc0d9\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f40fdbc1\\\"] { background-image: linear-gradient(rgb(24, 33, 154), rgb(24, 33, 154)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154))  !important; }[data-css=\\\"tve-u-177f40ffa6a\\\"] { padding: 0px 0px 5px !important; }[data-css=\\\"tve-u-177f4103479\\\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177f41039b1\\\"] { padding-bottom: 0px !important; padding-top: 5px !important; }:not(#tve) [data-css=\\\"tve-u-177f410a048\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(191, 194, 235) !important; --tcb-applied-color:rgb(191,194,235)  !important; --tve-applied-color:rgb(191,194,235)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 13px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f410a048\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f4397c44\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 50px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f4397c44\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f43a9710\\\"] { margin-top: 5px !important; }[data-css=\\\"tve-u-177f43d4cda\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\\\"tve-u-177f43d8143\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f43d992c\\\"] { padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f43dca9e\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\\\"tve-u-177f43dfc0f\\\"] { padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f43e06bf\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f43e2659\\\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\\\"tve-u-177f43e9551\\\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\\\"tve-u-177f43f55b3\\\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f4400dc3\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 88px !important; }[data-css=\\\"tve-u-177f44149d5\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f4417945\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 10px !important; }[data-css=\\\"tve-u-177f442412f\\\"] { --tve-alignment:center; float: none; max-width: 155px; z-index: 3; position: relative; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:155px  !important; }:not(#tve) [data-css=\\\"tve-u-177f442412f\\\"] li { margin-bottom: 5px !important; }[data-css=\\\"tve-u-177f447e826\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f448b596\\\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\\\"tve-u-177f448b596\\\"] { margin-left: -40px; }[data-css=\\\"tve-u-177f448ea8f\\\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\\\"tve-u-177f448ea8f\\\"] { margin-left: -40px; }[data-css=\\\"tve-u-177f44a4396\\\"] { max-width: 45.3%; }[data-css=\\\"tve-u-177f44a43bc\\\"] { max-width: 54.7%; }[data-css=\\\"tve-u-177f44aef1f\\\"] { padding-right: 20px !important; }[data-css=\\\"tve-u-177f454ce43\\\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\\\"tve-u-177f45651aa\\\"] { margin: 50px 0px 0px !important; }[data-css=\\\"tve-u-177f456804c\\\"] { margin-top: 50px !important; }[data-css=\\\"tve-u-177f456c9db\\\"] { background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\\\"), linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto, auto !important; background-position: 50% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\\\"),linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto,auto  !important; --background-position:50% 100%,50% 50%  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\\\"),linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\\\"tve-u-177f4570976\\\"] { padding-top: 20px !important; padding-bottom: 60px !important; }[data-css=\\\"tve-u-177f53c05fe\\\"] { max-width: 57.7%; }[data-css=\\\"tve-u-177f53c3c27\\\"] { width: 398px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\\\"tve-u-177f53c770c\\\"] { margin-top: 0px; margin-left: 0px; }[data-css=\\\"tve-u-177f53c3c27\\\"] .tve_image_frame { height: 100%; }[data-css=\\\"tve-u-177f53d0711\\\"] { max-width: 42.3%; }[data-css=\\\"tve-u-177f5447078\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 26px !important; }[data-css=\\\"tve-u-177f5457983\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 100px !important; }[data-css=\\\"tve-u-177f545e114\\\"] { margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f547ea55\\\"] { padding-right: 20px !important; padding-top: 30px !important; }[data-css=\\\"tve-u-177f54a7efe\\\"] { width: 75%; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177f54aa467\\\"] { width: 80%; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\\\"tve-u-177f54ae90b\\\"] { margin-left: -5px; padding: 5px 20px 0px !important; }[data-css=\\\"tve-u-177f54ae90b\\\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\\\"tve-u-177f814d79d\\\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\\\"tve-u-177f814e410\\\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177f816a396\\\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\\\"tve-u-177f816a396\\\"] { margin-left: -40px; }[data-css=\\\"tve-u-177f8178c3d\\\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\\\"tve-u-177f817cf2f\\\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f817e730\\\"] { margin: 0px 30px !important; }[data-css=\\\"tve-u-177f81809e2\\\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\\\"tve-u-177f8182fc1\\\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\\\"tve-u-177f81881fc\\\"] { max-width: 150px; margin: 40px 0px 0px !important; --tve-applied-max-width:150px  !important; }[data-css=\\\"tve-u-177f818b838\\\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f818f5fd\\\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\\\"tve-u-177f8192e09\\\"] { margin: 0px 30px !important; }[data-css=\\\"tve-u-177f819f7ee\\\"] { margin-top: 1px !important; }[data-css=\\\"tve-u-177f81abb44\\\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\\\"tve-u-177f81bf353\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }:not(#tve) [data-css=\\\"tve-u-177f81d20a7\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f81d20a7\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f81ffa86\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f8200fff\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f8202a88\\\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\\\"tve-u-177f820439a\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f8205853\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f821e4d0\\\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f821e4d0\\\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\\\"tve-u-177f8220f8b\\\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\\\"tve-u-177f82263ba\\\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177f822f704\\\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f8230150\\\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f8230150\\\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\\\"tve-u-177f8233d7f\\\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\\\"tve-u-177f82367e1\\\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\\\"tve-u-177f824a5d3\\\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f824afb5\\\"] { margin: 0px 30px !important; }[data-css=\\\"tve-u-177f824c872\\\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\\\"tve-u-177f824d43c\\\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f824efb6\\\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\\\"tve-u-177f8250590\\\"] { margin: 0px 30px !important; }[data-css=\\\"tve-u-177f8251c0f\\\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\\\"tve-u-177f8252778\\\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f8263423\\\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177f82675ea\\\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\\\"tve-u-177f826ac31\\\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 100px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\\\"tve-u-177f826df94\\\"] { margin: 20px 60px 28px !important; }[data-css=\\\"tve-u-177f82757a1\\\"] { margin: 20px 60px 28px !important; }[data-css=\\\"tve-u-177f8277177\\\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\\\"tve-u-177f8289c97\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f8289c97\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f829c673\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\\\"tve-u-177f829e77b\\\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\\\"tve-u-177f829fae0\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\\\"tve-u-177f82a1847\\\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\\\"tve-u-177f82a2f17\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\\\"tve-u-177f82b827d\\\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px  !important; }[data-css=\\\"tve-u-177f82fe3ba\\\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\\\"tve-u-177f8314ca3\\\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\\\"tve-u-177f83287b3\\\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\\\"tve-u-177f835d31c\\\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\\\"tve-u-177f835ed87\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f835f9a5\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f8364fd1\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f8366549\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\\\"tve-u-177f83749d5\\\"] { margin: 0px 30px !important; }[data-css=\\\"tve-u-177f83772e0\\\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\\\"tve-u-177f8377e3c\\\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f838585e\\\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\\\"tve-u-177f83877a6\\\"] { margin-left: -40px !important; }[data-css=\\\"tve-u-177f83886da\\\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f838ba48\\\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\\\"tve-u-177f838cf7e\\\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177f838de3a\\\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f83914e3\\\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\\\"tve-u-177f8392e45\\\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\\\"tve-u-177f8394c4c\\\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177f839621d\\\"] { margin-left: -40px !important; }[data-css=\\\"tve-u-177f83983be\\\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f839c86a\\\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177f839d334\\\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\\\"tve-u-177f83acceb\\\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177f83b384c\\\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\\\"tve-u-177f83e3495\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f83e46b6\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f83e7b87\\\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f83ec567\\\"] { margin: 0px !important; }[data-css=\\\"tve-u-177f9221874\\\"] { max-width: 860px !important; --tve-applied-max-width:860px  !important; margin-top: 35px !important; }[data-css=\\\"tve-u-177f927ff39\\\"] { max-width: 47.5%; }:not(#tve) [data-css=\\\"tve-u-177f93940f1\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\\\"tve-u-177f93940f1\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f93940fa\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\\\"tve-u-177f93940fa\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f9394100\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\\\"tve-u-177f9394100\\\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\\\"tve-u-177f9394105\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\\\"tve-u-177f9394105\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f9612d0a\\\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\\\"tve-u-177f9612d15\\\"] { margin-top: 0px; margin-left: 0px; }[data-css=\\\"tve-u-177f961d8dd\\\"] { max-width: 45.3%; }[data-css=\\\"tve-u-177f961d8e5\\\"] { max-width: 54.7%; }:not(#tve) [data-css=\\\"tve-u-177f99aed81\\\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177f99aed81\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177f9a90354\\\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177f9aa7728\\\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177f9f2c750\\\"] { width: 425px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\\\"tve-u-177f9f2c830\\\"] { margin-top: 0px; margin-left: -21.281px; width: 105% !important; max-width: none !important; }[data-css=\\\"tve-u-177f9f2c750\\\"] .tve_image_frame { height: 100%; }[data-css=\\\"tve-u-177f9f645ee\\\"] { width: 800px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\\\"tve-u-177f9f939de\\\"] { width: 386px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\\\"tve-u-177fa02dd26\\\"] { width: 757px; --tve-alignment:center; float: none; margin: 40px auto -20px !important; }:not(#tve) [data-css=\\\"tve-u-177fa041593\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.75em !important; }:not(#tve) [data-css=\\\"tve-u-177fa041593\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177fa042804\\\"] { max-width: 741px; --tve-alignment:center; float: none; margin-top: -5px !important; --tve-applied-max-width:741px  !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\\\"tve-u-177fa226bad\\\"] { max-width: 48%; }[data-css=\\\"tve-u-177fa619c2b\\\"] { width: 424px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\\\"tve-u-177fa639aba\\\"] { width: 421px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\\\"tve-u-177fa65005e\\\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\\\"tve-u-177fa67829b\\\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\\\"tve-u-177fa67a873\\\"] { margin-top: 10px !important; }[data-css=\\\"tve-u-177fcd9d86d\\\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\\\"tve-u-177fcd9ec19\\\"] { max-width: 150px; margin: 20px 0px 0px !important; --tve-applied-max-width:150px  !important; }[data-css=\\\"tve-u-177fcf30d9d\\\"] { max-width: 45.3%; }[data-css=\\\"tve-u-177fcf46d6b\\\"] { max-width: 45.3%; }[data-css=\\\"tve-u-177fcf4cf1b\\\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\\\"tve-u-177fd2acc27\\\"] { max-width: 40%; }[data-css=\\\"tve-u-177fdaa8e22\\\"] { margin-top: 0px; margin-left: -4.641px; width: 103% !important; max-width: none !important; }[data-css=\\\"tve-u-177fdad4c5b\\\"] { max-width: 47.5%; }[data-css=\\\"tve-u-177f31656d1\\\"] .tve_image_frame { height: 100%; }[data-css=\\\"tve-u-177fdb1a08e\\\"]::after { clear: both; }[data-css=\\\"tve-u-177fdb1adb8\\\"]::after { clear: both; }[data-css=\\\"tve-u-177fdb1fbb0\\\"]::after { clear: both; }[data-css=\\\"tve-u-177fdcdc16b\\\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 412px !important; --tve-applied-max-width:412px  !important; }[data-css=\\\"tve-u-177fdcdf2ab\\\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 462px !important; --tve-applied-max-width:462px  !important; }:not(#tve) [data-css=\\\"tve-u-177fe7fab40\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(215, 222, 255) !important; --tcb-applied-color:rgb(215,222,255)  !important; --tve-applied-color:rgb(215,222,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177fe7fab40\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177fe7fe486\\\"] { margin-top: -85px !important; }:not(#tve) [data-css=\\\"tve-u-177fe809ce7\\\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\\\"tve-u-177fe809ce7\\\"] strong { font-weight: 700 !important; }[data-css=\\\"tve-u-177fe81cf44\\\"] { --tve-alignment:center; float: none; margin-top: -50px !important; margin-left: 280px !important; margin-right: auto !important; }[data-css=\\\"tve-u-177fe821d9f\\\"] { --tve-alignment:center; float: none; margin-top: -10px !important; margin-left: auto !important; margin-right: 250px !important; }[data-css=\\\"tve-u-17e9b3e270c\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-17f8edfb7b6\\\"] { width: 78px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\\\"tve-u-17f8efa18c1\\\"] { max-width: 100%; }[data-css=\\\"tve-u-17f8f6544ba\\\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\\\"tve-u-17f91e126d2\\\"] { max-width: 51.9994%; }[data-css=\\\"tve-u-17f91e218ed\\\"] { max-width: 47.9991%; }[data-css=\\\"tve-u-17f921394c9\\\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\\\"tve-u-17f9213b169\\\"] { font-weight: var(--g-bold-weight,bold) !important; }:not(#tve) [data-css=\\\"tve-u-17f9213b173\\\"] { font-weight: var(--g-bold-weight,bold) !important; color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186,17,17) !important; --tve-applied-color:rgb(186,17,17) !important; }}@media (max-width: 1023px){[data-css=\\\"tve-u-177ef507d92\\\"] .tcb-button-link { padding: 16px !important; }[data-css=\\\"tve-u-177ef730895\\\"] .tcb-button-link { padding: 16px !important; }[data-css=\\\"tve-u-177f3ff3a83\\\"] .tcb-button-link { padding: 16px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\\\"tve-u-177ef49eb32\\\"] { font-size: 22px !important; }:not(#tve) [data-css=\\\"tve-u-177ef4b7fe1\\\"] { font-size: 44px !important; }:not(#tve) [data-css=\\\"tve-u-177f4397c44\\\"] { font-size: 44px !important; }:not(#tve) [data-css=\\\"tve-u-177f3ff3a8f\\\"] { font-size: 28px !important; }[data-css=\\\"tve-u-177f814d79d\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f814e410\\\"] { margin-top: 10px !important; }[data-css=\\\"tve-u-177ef532a85\\\"] { margin-bottom: 140px !important; }[data-css=\\\"tve-u-177ef57e6d8\\\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -80px !important; }[data-css=\\\"tve-u-177f8162a98\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f448ea8f\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f43dca9e\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f816a161\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f816a396\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f4400dc3\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f4417945\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f816d1cc\\\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f448b596\\\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\\\"tve-u-177f5447078\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f5457983\\\"] { margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177ef518bbb\\\"] { font-size: 28px !important; }[data-css=\\\"tve-u-177ef53902e\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177ef53c9a0\\\"] { margin-top: 10px !important; }[data-css=\\\"tve-u-177f8178c3d\\\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }[data-css=\\\"tve-u-177f817cf2f\\\"] { padding: 20px !important; }[data-css=\\\"tve-u-177f817e730\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f81809e2\\\"] { flex-wrap: nowrap !important; }[data-css=\\\"tve-u-177f81881fc\\\"] { margin-top: 30px !important; }[data-css=\\\"tve-u-177f818b838\\\"] { margin-left: -40px !important; }[data-css=\\\"tve-u-177f818f5fd\\\"] { margin-top: 30px !important; padding: 20px !important; }[data-css=\\\"tve-u-177f8192e09\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f456804c\\\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f819f7ee\\\"] { margin-top: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177ef7fc777\\\"] { font-size: 42px !important; }[data-css=\\\"tve-u-177f45651aa\\\"] { margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177ef863be4\\\"] { font-size: 24px !important; }[data-css=\\\"tve-u-177f81abb44\\\"] { margin: 40px 10px !important; }[data-css=\\\"tve-u-177f29bb8aa\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f29b0034\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f29ac47c\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f29ea0a9\\\"] { margin: 40px 10px !important; }[data-css=\\\"tve-u-177f2a4092d\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f81bf353\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f2a3893b\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f2a23986\\\"] { margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177f29e39eb\\\"] { font-size: 50px !important; }:not(#tve) [data-css=\\\"tve-u-177f81d20a7\\\"] { font-size: 52px !important; }[data-css=\\\"tve-u-177f2a6f0ef\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f2a6a815\\\"] { background-position: 50% 50%, 50% 100% !important; --background-position:50% 50%,50% 100%  !important; background-size: auto, cover !important; --background-size:auto auto,cover  !important; background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)), url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\\\") !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\\\")  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\\\")  !important; }[data-css=\\\"tve-u-177f2ba98f9\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2b9613d\\\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f2bc3fec\\\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\\\"tve-u-177ef8734a6\\\"] { margin: 40px 10px !important; }[data-css=\\\"tve-u-177f81ffa86\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f2c1679c\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f8200fff\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f2c1a417\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f8202a88\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f2c102f4\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f820439a\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f2c2b1f7\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f8205853\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f2c29f07\\\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f2c3e682\\\"] { font-size: 56px !important; }:not(#tve) [data-css=\\\"tve-u-177f2c604f2\\\"] { font-size: 58px !important; }[data-css=\\\"tve-u-177f2c62d80\\\"] { margin-bottom: 40px !important; }[data-css=\\\"tve-u-177f2cd9a6c\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f2cf0eea\\\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 40px !important; }[data-css=\\\"tve-u-177f821e4d0\\\"] { flex-wrap: nowrap !important; }[data-css=\\\"tve-u-177f8220f8b\\\"] { margin-right: -30px !important; margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177f82263ba\\\"] { line-height: 1.2em !important; font-size: 44px !important; }[data-css=\\\"tve-u-177f2cf4731\\\"] { margin-left: 0px !important; }[data-css=\\\"tve-u-177f822f704\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f8230150\\\"] { flex-wrap: nowrap !important; }[data-css=\\\"tve-u-177f8233d7f\\\"] { margin-right: -30px !important; }:not(#tve) [data-css=\\\"tve-u-177f82367e1\\\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\\\"tve-u-177f2d5f192\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f2cf3d47\\\"] { flex-wrap: nowrap !important; }[data-css=\\\"tve-u-177f2cf7ad7\\\"] { margin-right: -30px !important; }:not(#tve) [data-css=\\\"tve-u-177f2d0d999\\\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\\\"tve-u-177f2e9c879\\\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\\\"tve-u-177f824a5d3\\\"] { padding: 20px !important; }[data-css=\\\"tve-u-177f824afb5\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f824c872\\\"] { flex-wrap: nowrap !important; }[data-css=\\\"tve-u-177f824d43c\\\"] { margin-left: -40px !important; }[data-css=\\\"tve-u-177f824efb6\\\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\\\"tve-u-177f8250590\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f8251c0f\\\"] { flex-wrap: nowrap !important; }[data-css=\\\"tve-u-177f8252778\\\"] { margin-left: -40px !important; }[data-css=\\\"tve-u-177f2e969a9\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f2ecc58b\\\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f2ed2704\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f8263423\\\"] { margin-bottom: -20px !important; }[data-css=\\\"tve-u-177f82675ea\\\"] { width: 230px; }[data-css=\\\"tve-u-177f826ac31\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f2f47505\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f826df94\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f82757a1\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f8277177\\\"] { margin-top: -10px !important; margin-bottom: -10px !important; }[data-css=\\\"tve-u-177f2f57cdd\\\"] { width: 230px; }[data-css=\\\"tve-u-177f827d7f4\\\"] { margin-top: 0px; }[data-css=\\\"tve-u-177f320dfec\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f2f1f847\\\"] { margin-bottom: -20px !important; }[data-css=\\\"tve-u-177f2f411dc\\\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }:not(#tve) [data-css=\\\"tve-u-177f8289c97\\\"] { font-size: 58px !important; }[data-css=\\\"tve-u-177f2fdcb6d\\\"] { margin: 40px 10px !important; }[data-css=\\\"tve-u-177f300f751\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f829c673\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f30218c2\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f829e77b\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f3039329\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f829fae0\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f82a1847\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f305fd67\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f82a2f17\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f3068d7b\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3026ea7\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f307797d\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2ffbf16\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f308113d\\\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\\\"tve-u-177f313f831\\\"] { font-size: 48px !important; }[data-css=\\\"tve-u-177f82b827d\\\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\\\"tve-u-177f31656d1\\\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f31d5266\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f31c1153\\\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f31e08c0\\\"] { margin-top: 40px !important; }[data-css=\\\"tve-u-177f31cd26d\\\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f31e3191\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f31d1fed\\\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f3157150\\\"] { margin-bottom: 40px !important; margin-top: 40px !important; }:not(#tve) [data-css=\\\"tve-u-177f3203e75\\\"] { font-size: 42px !important; }[data-css=\\\"tve-u-177ef81392f\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f3225149\\\"] { margin-top: 40px !important; }[data-css=\\\"tve-u-177f32449f0\\\"] { margin-top: 40px !important; margin-bottom: 100px !important; }[data-css=\\\"tve-u-177f327986f\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f329d58c\\\"] { margin-top: 40px !important; margin-bottom: 140px !important; }[data-css=\\\"tve-u-177f32cc96e\\\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f348d5fe\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f33cc55d\\\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f82fe3ba\\\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\\\"tve-u-177f33504b3\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f3385075\\\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f349ddaf\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f32e29b4\\\"] { margin-top: 20px !important; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\\\"tve-u-177f8314ca3\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f34b0be2\\\"] { margin-top: 10px !important; }[data-css=\\\"tve-u-177f349ead0\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f33f9399\\\"] { margin-top: 20px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f3403bb1\\\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\\\"tve-u-177f83287b3\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f349f6e1\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f343b452\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f33a8b59\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f34471ce\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f32f13c4\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f32e0766\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f348639d\\\"] { margin: 20px 10px 160px !important; }[data-css=\\\"tve-u-177f336bd60\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f347f8e4\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f3472113\\\"] { margin-bottom: -20px !important; }[data-css=\\\"tve-u-177f3518250\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f34f6e57\\\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }:not(#tve) [data-css=\\\"tve-u-177f2a7390f\\\"] { font-size: 40px !important; }[data-css=\\\"tve-u-177f3559eea\\\"] { margin: 20px 10px 40px !important; }[data-css=\\\"tve-u-177f835d31c\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f3565e36\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f835ed87\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f835f9a5\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f3565944\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3566406\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f2c02dce\\\"] { margin-top: 15px !important; }[data-css=\\\"tve-u-177f3566b6e\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f8364fd1\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f356721c\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f8366549\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f3567625\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177f3c5be85\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f3c44c0d\\\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\\\"tve-u-177f3ca1b0a\\\"] { margin-top: 20px !important; }:not(#tve) [data-css=\\\"tve-u-177f3cbf2fe\\\"] { font-size: 60px !important; }[data-css=\\\"tve-u-177ef74e8d5\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177ef7e1747\\\"] { padding: 20px !important; }[data-css=\\\"tve-u-177f83749d5\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f83772e0\\\"] { flex-wrap: nowrap !important; }[data-css=\\\"tve-u-177f8377e3c\\\"] { margin-left: -40px !important; }[data-css=\\\"tve-u-177ef76ea03\\\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\\\"tve-u-177ef781845\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177ef78618d\\\"] { margin-left: -40px !important; }[data-css=\\\"tve-u-177ef786416\\\"] { flex-wrap: nowrap !important; }:not(#tve) [data-css=\\\"tve-u-177f3d0d466\\\"] { font-size: 60px !important; }[data-css=\\\"tve-u-177f3d3765f\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f838585e\\\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\\\"tve-u-177f83877a6\\\"] { margin-left: 0px !important; }[data-css=\\\"tve-u-177f83886da\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f838ba48\\\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\\\"tve-u-177f838cf7e\\\"] { margin-top: 60px !important; }[data-css=\\\"tve-u-177f838de3a\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f83914e3\\\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f8392e45\\\"] { margin-left: 0px !important; }[data-css=\\\"tve-u-177f8394c4c\\\"] { margin-top: 40px !important; }[data-css=\\\"tve-u-177f839621d\\\"] { margin-left: 0px !important; }[data-css=\\\"tve-u-177f83983be\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f3d973d0\\\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\\\"tve-u-177f839c86a\\\"] { margin-top: 60px !important; }[data-css=\\\"tve-u-177f839d334\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f3d8a990\\\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\\\"tve-u-177f3d427ec\\\"] { margin-left: 0px !important; }[data-css=\\\"tve-u-177f83acceb\\\"] { margin-top: 40px !important; }[data-css=\\\"tve-u-177f3d77322\\\"] { margin-left: 0px !important; }[data-css=\\\"tve-u-177f3d5b108\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177f83b384c\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f3e01de0\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f3e3fcf7\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f3e702e4\\\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\\\"tve-u-177f3e8b0b4\\\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\\\"tve-u-177f3e9534f\\\"] { margin-left: 0px !important; }[data-css=\\\"tve-u-177f3f17815\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f3f41691\\\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\\\"tve-u-177f3f7e392\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f925e7\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f921cc\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f91ce3\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f9153a\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f90f37\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f90389\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f8fe6f\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f8f9f2\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f8ef0c\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f8e9ff\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f8e545\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f8d6d7\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f8d114\\\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\\\"tve-u-177f3f8cae7\\\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\\\"tve-u-177ef730895\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f54aa467\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f54a7efe\\\"] { margin-top: 10px !important; }[data-css=\\\"tve-u-177f83e3495\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f83e46b6\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f402828b\\\"] { margin-top: 40px !important; }[data-css=\\\"tve-u-177f83e7b87\\\"] { margin-top: 0px !important; }[data-css=\\\"tve-u-177f405d0f2\\\"] { margin: 40px 10px !important; }[data-css=\\\"tve-u-177f83ec567\\\"] { margin-top: 20px !important; }[data-css=\\\"tve-u-177ef489247\\\"] { background-position: 26% 50% !important; --background-position:26% 50%  !important; background-size: cover !important; --background-size:cover  !important; background-image: url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\\\") !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\\\")  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\\\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\\\")  !important; }[data-css=\\\"tve-u-177f3ff3a83\\\"] { margin-left: 10px !important; margin-right: 0px !important; }[data-css=\\\"tve-u-177f33e9b9d\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177f3430aeb\\\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\\\"tve-u-177fa02dd26\\\"] { --tve-alignment:center; float: none; margin: 20px 0px 0px !important; }[data-css=\\\"tve-u-177fa67829b\\\"] { margin-bottom: 0px !important; }[data-css=\\\"tve-u-177fcd9ec19\\\"] { margin-top: 30px !important; }}\";s:10:\"custom_css\";s:0:\"\";s:11:\"tve_globals\";a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:17:\"fb_comment_admins\";s:0:\"\";}s:18:\"tve_global_scripts\";a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}}i:2;a:5:{s:7:\"content\";s:285558:\"<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19243009\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://buy.stripe.com/9AQeYC9yb6YffOU4gs\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://buy.stripe.com/9AQeYC9yb6YffOU4gs\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n\";s:10:\"inline_css\";s:150835:\"@import url(\"//fonts.googleapis.com/css?family=Rubik:400,400i,500,300,700,300i,500i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i,300,300i,600,600i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400,700,900,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Libre+Baskerville:400&subset=latin\");@media (min-width:300px){#tcb_landing_page h1{font-family:Rubik;font-weight:300;font-size:64px;line-height:1.5em;color:rgb(255,255,255);}#tcb_landing_page h2{font-family:\"Playfair Display\";font-size:34px;line-height:1.6em;color:rgb(32,39,74);font-weight:400;}#tcb_landing_page h3{font-family:\"Playfair Display\";font-size:30px;line-height:1.5em;color:rgb(18,56,81);}#tcb_landing_page h4{font-family:Rubik;font-weight:300;font-size:22px;line-height:1.5em;color:rgb(51,57,86);}#tcb_landing_page h5{font-family:Rubik;font-weight:300;font-size:20px;line-height:1.5em;color:rgb(71,74,89);}#tcb_landing_page h6{font-family:Rubik;font-weight:300;font-size:20px;line-height:1.5em;color:rgb(71,74,89);text-transform:uppercase;}#tcb_landing_page h1 strong{font-weight:500;}#tcb_landing_page h2 strong{font-weight:700;}#tcb_landing_page h4 strong{font-weight:500;}#tcb_landing_page h5 strong{font-weight:500;}#tcb_landing_page h6 strong{font-weight:500;}#tcb_landing_page .tcb-button-link{font-family:\"Source Sans Pro\";font-weight:400;}#tcb_landing_page input{font-family:\"Source Sans Pro\";font-weight:400;}#tcb_landing_page p strong,#tcb_landing_page li strong{font-weight:600;}#tcb_landing_page .tcb-button-link strong{font-weight:600;}#tcb_landing_page input strong{font-weight:600;}[data-css=\"tve-u-1697a3c4513\"] > .tve-cb{justify-content:center;display:flex;flex-direction:column;}[data-css=\"tve-u-1697a3c4513\"]{max-width:1101px;float:none;width:100%;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697a3c453d\"]{max-width:33.3659%;}[data-css=\"tve-u-1697a3c452a\"]{max-width:33.1%;}[data-css=\"tve-u-1697a3c4516\"]{max-width:33.5%;}[data-css=\"tve-u-1697a3c4514\"]{margin-top:65px !important;}[data-css=\"tve-u-1697a3c4515\"]{margin-left:-40px;padding-top:0px !important;}[data-css=\"tve-u-1697a3c451a\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1697a3c451a\"]{min-height:181px;}[data-css=\"tve-u-1697a3c451d\"]{min-height:120px;}[data-css=\"tve-u-1697a3c4524\"]{margin-top:14px !important;padding:0px !important;}[data-css=\"tve-u-1697a3c451e\"]{max-width:996px;float:none;margin:-8px auto 0px !important;padding:0px !important;}[data-css=\"tve-u-1697a3c4517\"]{float:none;max-width:1080px;z-index:7;margin:0px auto !important;padding:0px 0px 20px !important;}[data-css=\"tve-u-1697a3c4523\"] .tve_sep{border-width:1px;border-color:rgba(247,247,247,0.15);}[data-css=\"tve-u-1697a3c4523\"]{padding:25px 0px 5px !important;}[data-css=\"tve-u-1697a3c451c\"]{border-radius:300px;overflow:hidden;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1069181_513100162088493_1528800415_n.jpg\") !important;border:7px solid rgb(65,45,93) !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697a3c4521\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c4521\"]{font-weight:400;font-family:\"Libre Baskerville\" !important;color:rgb(51,57,86) !important;font-size:16px !important;}[data-css=\"tve-u-1697a3c4522\"]{font-family:Rubik !important;font-weight:400 !important;}:not(#tve) [data-css=\"tve-u-1697a3c4525\"]{font-weight:400;font-family:\"Libre Baskerville\" !important;color:rgb(51,57,86) !important;font-size:19px !important;}[data-css=\"tve-u-1697a3c4520\"]{float:left;z-index:6;width:100%;margin-top:25px !important;margin-left:auto !important;margin-right:auto !important;position:relative !important;padding-top:0px !important;}[data-css=\"tve-u-1697a3c451b\"]{max-width:120px;float:none;margin:-46px auto 0px !important;}[data-css=\"tve-u-1697a3c4515\"] > .tcb-flex-col{padding-left:40px;}[data-css=\"tve-u-1697a3c4518\"]{border-radius:5px;overflow:hidden;box-shadow:none;background-color:rgb(233,238,241) !important;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important;background-size:auto !important;background-position:100% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697a3c4518\"]{opacity:0.11;}:not(#tve) [data-css=\"tve-u-1697a3c47fe\"]{font-size:128px !important;color:rgb(255,187,5) !important;font-family:\"Playfair Display\" !important;font-weight:400 !important;}[data-css=\"tve-u-1697a3c47fe\"]{line-height:0em !important;}[data-css=\"tve-u-1697a3c47fc\"]{max-width:16.6%;}[data-css=\"tve-u-1697a3c47ff\"]{max-width:83.6%;}[data-css=\"tve-u-1697a3c47fb\"] > .tcb-flex-col > .tcb-col{justify-content:center;}[data-css=\"tve-u-1697a3c47fd\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important;background-size:auto !important;background-position:0% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697a3c4801\"]{background-image:none !important;}:not(#tve) [data-css=\"tve-u-1697a3c4806\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c4800\"]{width:257px;}:not(#tve) [data-css=\"tve-u-1697a3c4802\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c4802\"]{line-height:0em !important;}[data-css=\"tve-u-1697a3c4806\"]{line-height:0em !important;}[data-css=\"tve-u-1697a3c4852\"]{max-width:23.7%;}[data-css=\"tve-u-1697a3c4856\"]{max-width:76.5%;}:not(#tve) [data-css=\"tve-u-1697a3c4854\"]{letter-spacing:0px;font-size:84px !important;color:rgb(255,187,5) !important;font-family:\"Playfair Display\" !important;font-weight:400 !important;}[data-css=\"tve-u-1697a3c4854\"]{line-height:0em !important;}[data-css=\"tve-u-1697a3c47fa\"]{max-width:1071px;float:none;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-1697a3c480f\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c480f\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c4818\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c4818\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c4821\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c4821\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c482a\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c482a\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c4833\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c4833\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c483d\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c483d\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c4846\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c4846\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c484f\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c484f\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c4859\"]{color:rgb(255,255,255) !important;text-transform:none !important;}[data-css=\"tve-u-1697a3c4859\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697a3c483e\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c485b\"]{line-height:0em !important;}[data-css=\"tve-u-1697a3c485c\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c485b\"]{color:rgb(255,255,255) !important;font-family:\"Source Sans Pro\" !important;font-weight:400 !important;}:not(#tve) [data-css=\"tve-u-1697a3c485c\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697a3c4855\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-1697a3c482b\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4834\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4847\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4850\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c485a\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4822\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4810\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4803\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4807\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4804\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c4819\"]{font-size:18px !important;}[data-css=\"tve-u-1697a3c485f\"]{max-width:355px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697a3c4863\"]{width:257px;float:none;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-1697a3c4a4d\"]{float:none;margin-left:auto !important;margin-right:auto !important;margin-top:0px !important;}[data-css=\"tve-u-1697a3c4a7a\"] > .tve-cb{justify-content:center;display:flex;flex-direction:column;}[data-css=\"tve-u-1697a3c4a7a\"]{max-width:1101px;float:none;width:100%;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697a3c4aa4\"]{max-width:33.3659%;}[data-css=\"tve-u-1697a3c4a90\"]{max-width:33.1%;}[data-css=\"tve-u-1697a3c4a7e\"]{max-width:33.5%;}[data-css=\"tve-u-1697a3c4a7b\"]{margin-top:65px !important;}[data-css=\"tve-u-1697a3c4a7c\"]{margin-left:-40px;padding-top:0px !important;}[data-css=\"tve-u-1697a3c4a81\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1697a3c4a81\"]{min-height:181px;}[data-css=\"tve-u-1697a3c4a84\"]{min-height:120px;}[data-css=\"tve-u-1697a3c4a8a\"]{margin-top:14px !important;padding:0px !important;}[data-css=\"tve-u-1697a3c4a85\"]{max-width:996px;float:none;margin:-8px auto 0px !important;padding:0px !important;}[data-css=\"tve-u-1697a3c4a7f\"]{float:none;max-width:1080px;z-index:7;margin:0px auto !important;padding:0px 0px 20px !important;}[data-css=\"tve-u-1697a3c4a89\"] .tve_sep{border-width:1px;border-color:rgba(247,247,247,0.15);}[data-css=\"tve-u-1697a3c4a89\"]{padding:25px 0px 5px !important;}[data-css=\"tve-u-1697a3c4a83\"]{border-radius:300px;overflow:hidden;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/48926262_10215776895352653_7840580455182106624_n.jpg\") !important;border:7px solid rgb(65,45,93) !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697a3c4a87\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697a3c4a87\"]{font-weight:400;font-family:\"Libre Baskerville\" !important;color:rgb(51,57,86) !important;font-size:16px !important;}[data-css=\"tve-u-1697a3c4a88\"]{font-family:Rubik !important;font-weight:400 !important;}:not(#tve) [data-css=\"tve-u-1697a3c4a8b\"]{font-weight:400;font-family:\"Libre Baskerville\" !important;color:rgb(51,57,86) !important;font-size:19px !important;}[data-css=\"tve-u-1697a3c4a86\"]{float:left;z-index:6;width:100%;margin-top:25px !important;margin-left:auto !important;margin-right:auto !important;position:relative !important;padding-top:0px !important;}[data-css=\"tve-u-1697a3c4a82\"]{max-width:120px;float:none;margin:-46px auto 0px !important;}[data-css=\"tve-u-1697a3c4a7c\"] > .tcb-flex-col{padding-left:40px;}[data-css=\"tve-u-1697a3c4a80\"]{border-radius:5px;overflow:hidden;box-shadow:none;background-color:rgb(233,238,241) !important;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important;background-size:auto !important;background-position:100% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697a3c4a80\"]{opacity:0.11;}[data-css=\"tve-u-1616f5523d1\"]{background-image:none !important;}[data-css=\"tve-u-16170795ff1\"]{padding-top:107px !important;padding-bottom:100px !important;}[data-css=\"tve-u-161706f6951\"]{max-width:100%;min-height:456px !important;}[data-css=\"tve-u-1609ca142c7\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1609ca142c7\"] h1{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1609ca142c7\"] h2{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1609ca142c7\"] h3{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-161703f4721\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-161703f4721\"] h2{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-161703f4721\"] h3{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-161703f14b4\"]{max-width:1000px;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:30px !important;}[data-css=\"tve-u-1616f2cf7aa\"]{background-color:rgb(255,255,255) !important;}[data-css=\"tve-u-1616be3c2e9\"]{min-height:298px;}[data-css=\"tve-u-161568e7dfe\"]{z-index:40;margin-top:173px !important;padding:0px !important;}[data-css=\"tve-u-1604fcb514b\"]{max-width:100%;text-align:center;min-height:1px !important;}[data-css=\"tve-u-160a257807e\"]{clip-path:url(\"#clip-bottom-ae888d0ecb3088\");-webkit-clip-path:url(\"#clip-bottom-ae888d0ecb3088\");background-image:linear-gradient(rgba(24,5,52,0.8),rgba(24,5,52,0.8)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\"),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/header-bg-1.png\"),linear-gradient(50deg,rgba(112,69,175,0.1) 0%,rgb(255,86,5) 100%) !important;background-size:auto,cover,cover,auto !important;background-position:0px 0px,100% 50%,50% 50%,0px 0px !important;background-attachment:scroll,scroll,scroll,scroll !important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat !important;}[data-css=\"tve-u-160a1619713\"] .tve_sep{border-width:1px;border-color:rgba(255,255,255,0.1);}[data-css=\"tve-u-160a1619713\"]{max-width:99%;float:none;width:100%;padding-top:5px !important;padding-bottom:5px !important;margin-top:-19px !important;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1609ededb45\"]{max-width:800px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1609ede293d\"]{border-top:1px solid rgb(237,243,247);padding-top:30px !important;}[data-css=\"tve-u-1609edd71a4\"]{max-width:100%;min-height:25px !important;}[data-css=\"tve-u-1609ca171be\"]{clip-path:url(\"#clip-top-605ff1687da54\");-webkit-clip-path:url(\"#clip-top-605ff1687da54\");background-color:rgb(248,251,253) !important;background-image:none !important;}[data-css=\"tve-u-1609ca16463\"]{z-index:40;margin-top:-169px !important;padding-bottom:50px !important;}[data-css=\"tve-u-1609ca142c7\"]{max-width:100%;min-height:384px !important;}[data-css=\"tve-u-160a25790c2\"]{margin-top:0px !important;padding:20px 0px 0px !important;}[data-css=\"tve-u-16170702314\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-16170702315\"]{max-width:1180px;float:none;z-index:9;margin-left:auto !important;margin-right:auto !important;margin-top:0px !important;}h1{font-family:Rubik;font-weight:300;font-size:64px;line-height:1.5em;color:rgb(255,255,255);}h2{font-family:\"Playfair Display\";font-size:34px;line-height:1.6em;color:rgb(71,74,89);font-weight:400;}h3{font-family:\"Playfair Display\";font-size:30px;line-height:1.5em;color:rgb(35,144,237);}h4{font-family:Rubik;font-weight:300;font-size:22px;line-height:1.5em;color:rgb(105,123,143);}h5{font-family:Rubik;font-weight:300;font-size:20px;line-height:1.5em;color:rgb(71,74,89);}h6{font-family:Rubik;font-weight:300;font-size:20px;line-height:1.5em;color:rgb(71,74,89);text-transform:uppercase;}h1 strong{font-weight:500;}h2 strong{font-weight:700;}h4 strong{font-weight:500;}h5 strong{font-weight:500;}h6 strong{font-weight:500;}p,li{font-family:\"Source Sans Pro\";font-weight:400;font-size:24px;}.tcb-button-link{font-family:\"Source Sans Pro\";font-weight:400;}input{font-family:\"Source Sans Pro\";font-weight:400;}p strong,li strong{font-weight:600;}.tcb-button-link strong{font-weight:600;}input strong{font-weight:600;}[data-css=\"tve-u-1604fcb514b\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1604fcb514b\"] h1{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1604fcb514b\"] h2{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1604fcb514b\"] h3{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1696f7ed6d3\"]{padding-top:60px !important;padding-bottom:60px !important;}[data-css=\"tve-u-1696f7f2188\"]{max-width:900px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1696f83b2a8\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\"),linear-gradient(rgb(82,43,149),rgb(82,43,149)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1696f842aa1\"]{background-image:linear-gradient(rgb(32,39,74),rgb(32,39,74)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1696f8b8138\"]{width:718px;float:none;margin:61px auto 33px !important;}[data-css=\"tve-u-1696f8c6cd0\"]{width:402px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1696f9580de\"]{padding-top:60px !important;padding-bottom:60px !important;}[data-css=\"tve-u-1696f959e2e\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1696f967425\"]{max-width:940px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1696f974500\"]{width:955px;}[data-css=\"tve-u-1696f980b9c\"] > .tcb-flex-col > .tcb-col{justify-content:center;}:not(#tve) [data-css=\"tve-u-1696faa0ff0\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-1696fac4d91\"]{min-height:100vh !important;}[data-css=\"tve-u-1696fac65f6\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1696faef216\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1696fafe04f\"]{padding:60px !important;margin-top:10px !important;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1696faef216\"] > .tcb-flex-col > .tcb-col{min-height:100vh;}[data-css=\"tve-u-1696fb4ecf2\"]{max-width:900px;float:none;margin:0px auto !important;}[data-css=\"tve-u-1696fb66d78\"]{padding-top:60px !important;padding-bottom:60px !important;}[data-css=\"tve-u-1696fb87b16\"]{padding-top:60px !important;padding-bottom:60px !important;}[data-css=\"tve-u-1696fccab28\"]{max-width:900px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1696fd80511\"]{padding-top:60px !important;padding-bottom:150px !important;}[data-css=\"tve-u-1696fd8a17e\"]{max-width:600px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1696fe011b6\"]{padding-top:60px !important;padding-bottom:60px !important;}[data-css=\"tve-u-1696fe0abc3\"]{max-width:825px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697147c4dc\"]{line-height:0em !important;}[data-css=\"tve-u-169714819b8\"]{font-size:57px !important;}[data-css=\"tve-u-169714819bb\"]{font-size:57px !important;}[data-css=\"tve-u-1697148247e\"]{font-size:57px !important;}[data-css=\"tve-u-1697149300f\"]{line-height:0em !important;}[data-css=\"tve-u-16971493010\"]{font-size:57px !important;}[data-css=\"tve-u-16971493011\"]{font-size:57px !important;}[data-css=\"tve-u-16971513154\"]{line-height:1em !important;}[data-css=\"tve-u-16971513155\"]{font-size:57px !important;}[data-css=\"tve-u-16971524912\"]{line-height:1.5em !important;}[data-css=\"tve-u-16971524913\"]{font-size:57px !important;}[data-css=\"tve-u-16971534054\"]{line-height:1.5em !important;}[data-css=\"tve-u-16971534055\"]{font-size:57px !important;}[data-css=\"tve-u-16971579ddf\"]{line-height:1.5em !important;}[data-css=\"tve-u-16971579de0\"]{font-size:57px !important;}[data-css=\"tve-u-16971579de1\"]{font-size:57px !important;}[data-css=\"tve-u-16971579de2\"]{font-size:57px !important;}[data-css=\"tve-u-16971585b03\"]{line-height:1.5em !important;}[data-css=\"tve-u-16971585b05\"]{font-size:57px !important;}[data-css=\"tve-u-16971585b06\"]{font-size:57px !important;}[data-css=\"tve-u-16971585b07\"]{font-size:57px !important;}[data-css=\"tve-u-1697159fd6c\"]{clip-path:url(\"#clip-top-d424f0b1d16f7\");-webkit-clip-path:url(\"#clip-top-d424f0b1d16f7\");background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\"),linear-gradient(rgb(77,34,140),rgb(77,34,140)) !important;background-size:cover,auto !important;background-position:0% 0%,50% 50% !important;background-attachment:fixed,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-169715b3720\"]{line-height:1.5em !important;}[data-css=\"tve-u-169715b3722\"]{font-size:57px !important;}[data-css=\"tve-u-169715b3723\"]{font-size:57px !important;}[data-css=\"tve-u-169715b3724\"]{font-size:57px !important;}[data-css=\"tve-u-169715bf427\"]{line-height:0em !important;}[data-css=\"tve-u-169715bf428\"]{font-size:57px !important;}[data-css=\"tve-u-169715bf429\"]{font-size:57px !important;}[data-css=\"tve-u-169715bf42a\"]{font-size:57px !important;}[data-css=\"tve-u-169715d11b4\"]{line-height:0em !important;}[data-css=\"tve-u-169715d11b5\"]{font-size:57px !important;}[data-css=\"tve-u-169715d11b6\"]{font-size:57px !important;}[data-css=\"tve-u-169715d11b7\"]{font-size:57px !important;}[data-css=\"tve-u-169715db139\"]{line-height:1.5em !important;}[data-css=\"tve-u-169715db13b\"]{font-size:57px !important;}[data-css=\"tve-u-169715db13c\"]{font-size:57px !important;}[data-css=\"tve-u-169715db13d\"]{font-size:57px !important;}:not(#tve) [data-css=\"tve-u-16971637dc5\"]{font-size:22px !important;}[data-css=\"tve-u-16971637dc5\"]{line-height:1.1em !important;}[data-css=\"tve-u-169716a23d8\"]{max-width:866px;float:none;margin:15px auto !important;}:not(#tve) [data-css=\"tve-u-1697184ca2a\"]{color:rgb(248,251,253) !important;}:not(#tve) [data-css=\"tve-u-1697184ca2c\"]{color:rgb(248,251,253) !important;}:not(#tve) [data-css=\"tve-u-16971856da2\"]{color:rgb(233,238,241) !important;}[data-css=\"tve-u-169721c6682\"]{background-image:linear-gradient(rgb(24,41,82),rgb(24,41,82)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-169722351ae\"]{font-size:128px !important;color:rgb(255,187,5) !important;font-family:\"Playfair Display\" !important;font-weight:400 !important;}[data-css=\"tve-u-169722351ae\"]{line-height:0em !important;}[data-css=\"tve-u-169722351ac\"]{max-width:16.6%;}[data-css=\"tve-u-169722351af\"]{max-width:83.6%;}[data-css=\"tve-u-169722351ab\"] > .tcb-flex-col > .tcb-col{justify-content:center;}[data-css=\"tve-u-169722351ad\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important;background-size:auto !important;background-position:0% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-169722351b1\"]{background-image:none !important;}[data-css=\"tve-u-169722351b0\"]{width:257px;}:not(#tve) [data-css=\"tve-u-169722351b2\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351b2\"]{line-height:1em !important;}[data-css=\"tve-u-16972235201\"]{max-width:23.7%;}[data-css=\"tve-u-16972235205\"]{max-width:76.5%;}:not(#tve) [data-css=\"tve-u-16972235203\"]{letter-spacing:0px;font-size:84px !important;color:rgb(255,187,5) !important;font-family:\"Playfair Display\" !important;font-weight:400 !important;}[data-css=\"tve-u-16972235203\"]{line-height:0em !important;}[data-css=\"tve-u-169722351aa\"]{max-width:1071px;float:none;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-169722351be\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351be\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169722351c7\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351c7\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169722351d0\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351d0\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169722351d9\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351d9\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169722351e2\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351e2\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169722351ec\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351ec\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169722351f5\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351f5\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169722351fe\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-169722351fe\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-16972235208\"]{color:rgb(255,255,255) !important;text-transform:none !important;}[data-css=\"tve-u-16972235208\"]{line-height:1.5em !important;}[data-css=\"tve-u-169722351ed\"]{font-size:18px !important;}[data-css=\"tve-u-1697223520a\"]{line-height:0em !important;}[data-css=\"tve-u-1697223520b\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697223520a\"]{color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-1697223520b\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-16972235204\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-169722351da\"]{font-size:18px !important;}[data-css=\"tve-u-169722351e3\"]{font-size:18px !important;}[data-css=\"tve-u-169722351f6\"]{font-size:18px !important;}[data-css=\"tve-u-169722351ff\"]{font-size:18px !important;}[data-css=\"tve-u-16972235209\"]{font-size:18px !important;}[data-css=\"tve-u-169722351d1\"]{font-size:18px !important;}[data-css=\"tve-u-169722351bf\"]{font-size:18px !important;}[data-css=\"tve-u-169722351b3\"]{font-size:18px !important;}[data-css=\"tve-u-169722351b6\"]{font-size:18px !important;}[data-css=\"tve-u-169722351b4\"]{font-size:18px !important;}[data-css=\"tve-u-169722351c8\"]{font-size:18px !important;}[data-css=\"tve-u-1697223520e\"]{max-width:559px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697223520f\"]{margin-bottom:0px !important;}[data-css=\"tve-u-16972235212\"]{width:257px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697223dae0\"]{background-image:linear-gradient(rgb(51,57,86),rgb(51,57,86)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-16972247ae7\"]{color:rgb(233,238,241) !important;}:not(#tve) [data-css=\"tve-u-16972248f86\"]{color:rgb(248,251,253) !important;}:not(#tve) [data-css=\"tve-u-1697229b906\"]{color:rgb(248,251,253) !important;}:not(#tve) [data-css=\"tve-u-16972545d23\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-16972545d23\"]{line-height:1em !important;}:not(#tve) [data-css=\"tve-u-1697254b077\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-1697254b077\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169725510c2\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-169725510c2\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-16972555ead\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-16972555ead\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697255f43a\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-1697255f43a\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169725671ed\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-169725671ed\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697256b604\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-1697256b604\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697256f312\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-1697256f312\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-16972574219\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-16972574219\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169725785b6\"]{color:rgb(255,86,5) !important;text-transform:none !important;font-size:24px !important;}[data-css=\"tve-u-169725785b6\"]{line-height:1.5em !important;}[data-css=\"tve-u-16972578749\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1697257ec78\"]{color:rgb(255,86,5) !important;font-size:32px !important;}[data-css=\"tve-u-16972792c27\"]{max-width:600px;float:none;margin-left:auto !important;margin-right:auto !important;padding:60px 40px !important;}[data-css=\"tve-u-1697279a47c\"]{border-radius:20px;overflow:hidden;box-shadow:rgba(0,0,0,0.15) 0px 8px 16px 0px,rgba(0,0,0,0.08) 0px 16px 32px 0px;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"),linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-169727bddc1\"]{width:96px;}[data-css=\"tve-u-169727c2ade\"]{max-width:24.5%;}[data-css=\"tve-u-169727c2bc9\"]{max-width:75.9%;}[data-css=\"tve-u-169727cb4f3\"]{line-height:0em !important;}[data-css=\"tve-u-169727cb4f5\"]{line-height:0em !important;}[data-css=\"tve-u-169727cd9ba\"] > .tcb-flex-col > .tcb-col{justify-content:center;}[data-css=\"tve-u-169727fb751\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"),radial-gradient(at center center,rgb(0,255,224) 0%,rgb(23,8,173) 100%) !important;background-size:cover,auto !important;background-position:50% 50%,50% 50% !important;background-attachment:fixed,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697280dbbc\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697280dbbd\"]{line-height:1.5em !important;}[data-css=\"tve-u-16972831b84\"]{clip-path:url(\"#clip-bottom-464a3ecdda317\");-webkit-clip-path:url(\"#clip-bottom-464a3ecdda317\");background-image:none !important;}[data-css=\"tve-u-16972a743ed\"]{font-size:62px !important;}a:not(.tcb-button-link){color:rgb(255,86,5);}[data-css=\"tve-u-16972abdb65\"]{line-height:0.4em !important;}[data-css=\"tve-u-16972abdb66\"]{line-height:0.4em !important;}[data-css=\"tve-u-16972abdb68\"]{line-height:0.4em !important;}[data-css=\"tve-u-16972ac14e8\"]{padding-left:63px !important;margin-top:37px !important;}[data-css=\"tve-u-16972ae12de\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-16972ae834a\"]{line-height:0em !important;}[data-css=\"tve-u-16972ae834d\"]{line-height:1.5em !important;}[data-css=\"tve-u-16972aefdaa\"]{margin-top:27px !important;padding-left:63px !important;}[data-css=\"tve-u-16972c08e3b\"]{border-radius:20px;overflow:hidden;box-shadow:rgba(0,0,0,0.15) 0px 6px 12px 0px,rgba(0,0,0,0.15) 0px 12px 24px 0px;clip-path:url(\"#clip-bottom-5028930dfbc96\");-webkit-clip-path:url(\"#clip-bottom-5028930dfbc96\");background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16972c0fbb8\"]{max-width:900px;float:none;margin:-120px auto -101px !important;padding:60px 40px !important;}[data-css=\"tve-u-16975b7a3b4\"]{width:90%;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16976142e79\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-16976142e7e\"]{width:200px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16976142e7b\"] > .tcb-flex-col > .tcb-col{justify-content:center;}[data-css=\"tve-u-16976142e7f\"]{max-width:63.8%;}[data-css=\"tve-u-16976142e7c\"]{max-width:36.2%;}[data-css=\"tve-u-16976142e7b\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-16976142e7d\"]{border-radius:20px;overflow:hidden;background-image:linear-gradient(rgb(18,56,81),rgb(18,56,81)),linear-gradient(0deg,rgb(255,100,0) 0%,rgb(255,210,6) 100%) !important;background-color:rgb(17,137,198) !important;padding:20px !important;background-size:auto,auto !important;background-position:50% 50%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}:not(#tve) [data-css=\"tve-u-16976142e82\"]{font-size:18px !important;}[data-css=\"tve-u-16976142e7a\"]{background-image:none !important;margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-16976142e78\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\") !important;background-color:rgb(255,255,255) !important;border:2px solid rgb(229,229,229) !important;background-size:auto !important;background-position:100% 100% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16976142e80\"]{background-image:none !important;padding:30px !important;}[data-css=\"tve-u-160c6b04e9d\"]{padding:0px !important;margin-top:50px !important;}[data-css=\"tve-u-16976142e81\"]{background-image:none !important;margin-bottom:10px !important;}[data-css=\"tve-u-16976384845\"]{padding-top:0px !important;padding-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-169763e9430\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-169770dc69e\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Bitmap.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-169770f4144\"]{flex-direction:row-reverse !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-16977101f37\"]{min-height:456px !important;}:not(#tve) [data-css=\"tve-u-169771122dd\"]{font-size:97px !important;font-family:Montserrat !important;font-weight:400 !important;}[data-css=\"tve-u-169771122dd\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-1697711e81a\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;}[data-css=\"tve-u-1697711e81a\"]{line-height:0em !important;}[data-css=\"tve-u-169763e9430\"]{line-height:0em !important;}[data-css=\"tve-u-16977122453\"]{margin-top:70px !important;margin-bottom:-56px !important;}[data-css=\"tve-u-169771269aa\"]{max-width:56.9%;}[data-css=\"tve-u-16977126a92\"]{max-width:43.2%;}[data-css=\"tve-u-1697712be50\"]{background-image:linear-gradient(rgb(32,39,74),rgb(32,39,74)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697712f4ef\"]{background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697713a68c\"]{flex-direction:row !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1697713a68c\"] > .tcb-flex-col > .tcb-col{height:457px;}[data-css=\"tve-u-1697713f709\"]{max-width:42.2%;}[data-css=\"tve-u-1697713f717\"]{max-width:57.9%;}[data-css=\"tve-u-1697715b4b2\"]{background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;margin-bottom:1px !important;}[data-css=\"tve-u-16977171a41\"]{margin-top:40px !important;margin-bottom:-56px !important;}:not(#tve) [data-css=\"tve-u-16977174b95\"]{font-size:18px !important;}[data-css=\"tve-u-1697718057b\"]{min-height:500px !important;}[data-css=\"tve-u-16977187239\"]{padding-left:40px !important;padding-right:40px !important;margin-bottom:20px !important;}[data-css=\"tve-u-16977195e43\"]{padding-top:120px !important;padding-bottom:60px !important;}[data-css=\"tve-u-169771bb355\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-169771bb357\"]{background-image:none !important;}[data-css=\"tve-u-169771bb358\"]{flex-direction:row-reverse !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-169771bb359\"]{min-height:456px !important;}:not(#tve) [data-css=\"tve-u-169771bb35a\"]{font-size:97px !important;font-family:Montserrat !important;font-weight:400 !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-169771bb35a\"] strong{font-weight:700 !important;}[data-css=\"tve-u-169771bb35d\"]{margin-top:40px !important;margin-bottom:-56px !important;}[data-css=\"tve-u-169771bb35e\"]{max-width:46.5%;}[data-css=\"tve-u-169771bb35f\"]{max-width:53.6%;}[data-css=\"tve-u-169771bb360\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designmock.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-169771bb361\"]{background-image:linear-gradient(rgba(86,0,204,0.93),rgba(86,0,204,0.93)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16977292e6a\"] > .tcb-flex-col > .tcb-col{justify-content:center;}[data-css=\"tve-u-169772a1f4d\"]{padding-left:80px !important;padding-right:80px !important;}[data-css=\"tve-u-169772a8e05\"]{float:none;max-width:527px;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-169772bd90e\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-169772bd912\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-169773391ce\"]{background-image:linear-gradient(rgb(255,86,5),rgb(255,86,5)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697734ad6d\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697734ad6d\"]{line-height:0em !important;}:not(#tve) [data-css=\"tve-u-1697735c421\"]{font-size:18px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-16977369cb7\"]{padding-left:40px !important;padding-right:40px !important;}[data-css=\"tve-u-169773c0b28\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-169773c0b2b\"]{background-image:none !important;}[data-css=\"tve-u-169773c0b2c\"]{flex-direction:row-reverse !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-169773c0b2d\"]{min-height:456px !important;}[data-css=\"tve-u-169773c0b2c\"] > .tcb-flex-col > .tcb-col{height:457px;}:not(#tve) [data-css=\"tve-u-169773c0b2e\"]{font-size:97px !important;font-family:Montserrat !important;font-weight:400 !important;}[data-css=\"tve-u-169773c0b2e\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-169773c0b2f\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;}[data-css=\"tve-u-169773c0b2f\"]{line-height:0em !important;}[data-css=\"tve-u-169773c0b30\"]{margin-top:40px !important;margin-bottom:-56px !important;}[data-css=\"tve-u-169773c0b32\"]{max-width:56.9%;}[data-css=\"tve-u-169773c0b33\"]{max-width:43.2%;}[data-css=\"tve-u-169773c0b34\"]{background-image:linear-gradient(rgb(32,39,74),rgb(32,39,74)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-169773c0b35\"]{border-top-left-radius:0px;overflow:hidden;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\"),linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:cover,auto !important;background-position:0% 0%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697743b4f0\"]{font-size:18px !important;}[data-css=\"tve-u-1697747e778\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1697747e779\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-bg.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697747e77a\"]{flex-direction:row-reverse !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1697747e77c\"]{min-height:456px !important;}:not(#tve) [data-css=\"tve-u-1697747e77d\"]{font-size:97px !important;font-family:Montserrat !important;font-weight:400 !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697747e77d\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-1697747e77e\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697747e77e\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697747e77f\"]{margin-top:40px !important;margin-bottom:-56px !important;}[data-css=\"tve-u-1697747e780\"]{max-width:56.9%;}[data-css=\"tve-u-1697747e781\"]{max-width:43.2%;}[data-css=\"tve-u-1697747e782\"]{background-image:linear-gradient(rgb(27,58,113),rgb(27,58,113)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697747e783\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"),linear-gradient(rgb(80,40,151),rgb(80,40,151)) !important;background-size:cover,auto !important;background-position:0% 0%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;padding-right:40px !important;padding-left:40px !important;}:not(#tve) [data-css=\"tve-u-1697747e784\"]{font-size:18px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-169774b83ee\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-169775446b5\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-169775446b6\"]{background-image:none !important;}[data-css=\"tve-u-169775446b7\"]{flex-direction:row-reverse !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-169775446b8\"]{min-height:456px !important;}:not(#tve) [data-css=\"tve-u-169775446ba\"]{font-size:97px !important;font-family:Montserrat !important;font-weight:400 !important;}[data-css=\"tve-u-169775446ba\"] strong{font-weight:700 !important;}[data-css=\"tve-u-169775446bc\"]{margin-top:40px !important;margin-bottom:-56px !important;}[data-css=\"tve-u-169775446bd\"]{max-width:56.9%;}[data-css=\"tve-u-169775446be\"]{max-width:43.2%;}[data-css=\"tve-u-169775446bf\"]{background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-169775446c0\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene.jpg\"),linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto,auto !important;background-position:50% 50%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;padding-left:40px !important;}[data-css=\"tve-u-169775617fe\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-169775617ff\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock-1.png\") !important;background-size:cover !important;background-position:0% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16977561800\"]{margin-left:0px;flex-direction:row-reverse !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-16977561801\"]{min-height:456px !important;}:not(#tve) [data-css=\"tve-u-16977561802\"]{font-size:60px !important;font-family:Montserrat !important;font-weight:400 !important;}[data-css=\"tve-u-16977561802\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-16977561803\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;}[data-css=\"tve-u-16977561803\"]{line-height:0em !important;}[data-css=\"tve-u-16977561804\"]{margin-top:40px !important;margin-bottom:-56px !important;}[data-css=\"tve-u-16977561805\"]{max-width:47.0004%;}[data-css=\"tve-u-16977561806\"]{max-width:53%;}[data-css=\"tve-u-16977561808\"]{background-image:linear-gradient(rgb(32,39,74),rgb(32,39,74)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16977561809\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"),linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-16977569697\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-16977569698\"]{background-image:none !important;}[data-css=\"tve-u-16977569699\"]{flex-direction:row-reverse !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1697756969a\"]{min-height:456px !important;}[data-css=\"tve-u-16977569699\"] > .tcb-flex-col > .tcb-col{justify-content:center;}:not(#tve) [data-css=\"tve-u-1697756969b\"]{font-size:97px !important;font-family:Montserrat !important;font-weight:400 !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697756969b\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-1697756969d\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697756969d\"]{line-height:0em !important;}[data-css=\"tve-u-1697756969e\"]{margin-top:20px !important;margin-bottom:-56px !important;background-image:none !important;}[data-css=\"tve-u-1697756969f\"]{max-width:56.9%;}[data-css=\"tve-u-169775696a0\"]{max-width:43.2%;}[data-css=\"tve-u-169775696a1\"]{background-image:repeating-radial-gradient(circle at center center,rgba(148,163,176,0.18),rgba(148,163,176,0.18) 1px,transparent 1px,transparent 100%),linear-gradient(rgb(89,20,146),rgb(89,20,146)) !important;background-size:3px 3px,auto !important;background-position:50% 50%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:repeat,no-repeat !important;}[data-css=\"tve-u-169775696a2\"]{background-image:linear-gradient(rgb(24,41,82),rgb(24,41,82)),linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto,auto !important;background-position:50% 50%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}:not(#tve) [data-css=\"tve-u-169775696a4\"]{font-size:18px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697757481f\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-16977574820\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.jpg\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16977574821\"]{margin-left:0px;flex-direction:row-reverse !important;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-16977574822\"]{min-height:456px !important;}:not(#tve) [data-css=\"tve-u-16977574823\"]{font-size:97px !important;font-family:Montserrat !important;font-weight:400 !important;}[data-css=\"tve-u-16977574823\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-16977574824\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;}[data-css=\"tve-u-16977574824\"]{line-height:0em !important;}[data-css=\"tve-u-16977574826\"]{margin-top:40px !important;margin-bottom:-56px !important;}[data-css=\"tve-u-16977574827\"]{max-width:50.4%;}[data-css=\"tve-u-16977574828\"]{max-width:49.6%;}[data-css=\"tve-u-16977574829\"]{background-image:linear-gradient(rgb(32,39,74),rgb(32,39,74)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697757482a\"]{background-image:linear-gradient(0deg,rgb(255,100,0) 0%,rgb(255,210,6) 100%) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;padding-left:40px !important;padding-right:40px !important;}[data-css=\"tve-u-169775970fd\"]{padding-top:60px !important;padding-bottom:60px !important;}[data-css=\"tve-u-169775f00b0\"]{max-width:800px;float:none;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-1697786e567\"]{font-family:Montserrat !important;font-weight:var(--g-regular-weight,normal)!important;font-size:31px !important;}[data-css=\"tve-u-1697786e567\"]{line-height:1.5em !important;}[data-css=\"tve-u-169778a74d3\"]{padding-top:80px !important;padding-bottom:60px !important;}[data-css=\"tve-u-16977cc6d22\"]{width:100%;}[data-css=\"tve-u-16977df485d\"]{width:350px;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:40px !important;}:not(#tve) [data-css=\"tve-u-16977e109b1\"]{font-size:18px !important;}[data-css=\"tve-u-16977e3d67b\"]{background-image:linear-gradient(rgb(0,41,220),rgb(0,41,220)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-16977e51dda\"]{font-size:97px !important;font-family:Montserrat !important;font-weight:400 !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-16977e51dda\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-16977e88fd9\"]{font-family:Montserrat !important;font-weight:400 !important;font-size:31px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-16977e88fd9\"]{line-height:0em !important;}:not(#tve) [data-css=\"tve-u-16977e8b082\"]{font-size:18px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-16977e8e256\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-16977e8e258\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-1697808e8df\"]{width:658px;}[data-css=\"tve-u-1697838215b\"]{width:91%;float:none;overflow:hidden;border-radius:8px;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16977574821\"] > .tcb-flex-col{padding-left:0px;}[data-css=\"tve-u-16978558b62\"]{height:calc(100% + 33px);margin-top:0px !important;}:not(#tve) [data-css=\"tve-u-1697858ab05\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1697891a82e\"]{font-size:20px !important;color:rgb(51,57,86) !important;}[data-css=\"tve-u-169789c7afb\"]{margin-bottom:20px !important;}[data-css=\"tve-u-169789d2cab\"]{max-width:600px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16978a04292\"]{max-width:725px;float:none;margin-left:auto !important;margin-right:auto !important;padding:40px 40px 80px !important;}:not(#tve) [data-css=\"tve-u-16978a288f5\"] >:first-child{color:rgb(137,194,68);}[data-css=\"tve-u-16978a52b6d\"]{line-height:1em !important;}[data-css=\"tve-u-16978a72624\"]{line-height:1em !important;}[data-css=\"tve-u-16978a7262a\"]{line-height:1.25em !important;}[data-css=\"tve-u-16978a934af\"]{margin-top:20px !important;}[data-css=\"tve-u-16978aa7d94\"]{color:rgb(9,96,248) !important;}:not(#tve) [data-css=\"tve-u-16978a1cc83\"]{letter-spacing:2px;text-transform:uppercase !important;}[data-css=\"tve-u-16978ab9201\"]{font-size:12px !important;}[data-css=\"tve-u-16979a1dc90\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-169784f5fc6\"]{color:rgb(51,57,86) !important;font-size:18px !important;}:not(#tve) [data-css=\"tve-u-16979b7395e\"]{font-family:\"Playfair Display\" !important;font-weight:400 !important;}:not(#tve) [data-css=\"tve-u-16979b7639a\"]{font-family:\"Playfair Display\" !important;font-weight:400 !important;font-size:24px !important;}[data-css=\"tve-u-16979c437b0\"]{width:362px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16979c81a4d\"]{max-width:920px;float:none;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-16979c8c657\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-16979c8dcf8\"]{font-size:18px !important;}[data-css=\"tve-u-16979cb1066\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important;background-size:auto !important;background-position:0% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16979ccb18e\"]{line-height:1.5em !important;}[data-css=\"tve-u-16979ccb190\"]{line-height:1.5em !important;}[data-css=\"tve-u-16979cf0c00\"]{overflow:hidden;background-image:linear-gradient(rgba(0,0,0,0.03),rgba(0,0,0,0.03)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;padding-left:20px !important;padding-top:20px !important;padding-right:20px !important;border-radius:20px !important;}[data-css=\"tve-u-16979d0caa4\"]{overflow:hidden;padding:20px !important;background-image:linear-gradient(rgba(0,0,0,0.03),rgba(0,0,0,0.03)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;border-radius:20px !important;}[data-css=\"tve-u-16979d1f253\"]{margin-top:0px !important;}[data-css=\"tve-u-16979d240a1\"]{width:362px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16979d3492a\"] > .tcb-flex-col > .tcb-col{justify-content:flex-end;}:not(#tve) [data-css=\"tve-u-16979d8a1eb\"] >:first-child{color:rgb(17,45,167);}:not(#tve) [data-css=\"tve-u-16979d8a1ed\"] >:first-child{color:rgb(17,45,167);}:not(#tve) [data-css=\"tve-u-16979d8a1ee\"] >:first-child{color:rgb(17,45,167);}:not(#tve) [data-css=\"tve-u-16978928f17\"] >:first-child{color:rgb(17,45,167);}[data-css=\"tve-u-16979d8a1eb\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979d8a1ed\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979d8a1ee\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16978928f17\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979db4534\"] p,[data-css=\"tve-u-16979db4534\"] li,[data-css=\"tve-u-16979db4534\"] blockquote,[data-css=\"tve-u-16979db4534\"] address,[data-css=\"tve-u-16979db4534\"] .tcb-plain-text,[data-css=\"tve-u-16979db4534\"] label,[data-css=\"tve-u-16979db4534\"] h1,[data-css=\"tve-u-16979db4534\"] h2,[data-css=\"tve-u-16979db4534\"] h3,[data-css=\"tve-u-16979db4534\"] h4,[data-css=\"tve-u-16979db4534\"] h5,[data-css=\"tve-u-16979db4534\"] h6{font-weight:400 !important;}[data-css=\"tve-u-16979db90de\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-16979db90e0\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-16979db90e2\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-169784faee4\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-169784fcdd8\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-169785014fa\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-16979dbbbcb\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-16979dbbbce\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-16979dbbbcf\"]{font-size:32px !important;width:32px !important;height:32px !important;}[data-css=\"tve-u-1697852e74d\"]{font-size:32px !important;width:32px !important;height:32px !important;}:not(#tve) [data-css=\"tve-u-16979dbbbcb\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-16979dbbbce\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-16979dbbbcf\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-169784faee4\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-169784fcdd8\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-1697852e74d\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-16979db90de\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-16979db90e0\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-16979db90e2\"] >:first-child{color:rgb(0,41,220);}:not(#tve) [data-css=\"tve-u-169785014fa\"] >:first-child{color:rgb(0,41,220);}[data-css=\"tve-u-16979dc7fd6\"]{padding-top:0px !important;}[data-css=\"tve-u-16979dc92e4\"]{margin-top:0px !important;}:not(#tve) [data-css=\"tve-u-16979e9d5d4\"]{font-size:20px !important;color:rgb(51,57,86) !important;}:not(#tve) [data-css=\"tve-u-16979e9d5d5\"] >:first-child{color:rgb(103,151,45);}:not(#tve) [data-css=\"tve-u-16979e9d5d6\"] >:first-child{color:rgb(103,151,45);}:not(#tve) [data-css=\"tve-u-16979e9d5d7\"] >:first-child{color:rgb(103,151,45);}:not(#tve) [data-css=\"tve-u-16979e9d5d8\"] >:first-child{color:rgb(103,151,45);}[data-css=\"tve-u-16979e9d5d5\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979e9d5d6\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979e9d5d7\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979e9d5d8\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979eb562a\"]{font-size:18px !important;}[data-css=\"tve-u-16979eb562c\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-16979ebf399\"]{font-size:18px !important;color:rgb(51,57,86) !important;}:not(#tve) [data-css=\"tve-u-16979ebf39a\"] >:first-child{color:rgb(27,53,167);}:not(#tve) [data-css=\"tve-u-16979ebf39b\"] >:first-child{color:rgb(27,53,167);}:not(#tve) [data-css=\"tve-u-16979ebf39c\"] >:first-child{color:rgb(27,53,167);}[data-css=\"tve-u-16979ebf39a\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979ebf39b\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979ebf39c\"]{font-size:28px !important;width:28px !important;height:28px !important;}:not(#tve) [data-css=\"tve-u-16979ed743a\"]{font-size:20px !important;color:rgb(51,57,86) !important;}:not(#tve) [data-css=\"tve-u-16979ed743c\"] >:first-child{color:rgb(255,187,5);}:not(#tve) [data-css=\"tve-u-16979ed743d\"] >:first-child{color:rgb(255,187,5);}:not(#tve) [data-css=\"tve-u-16979ed743e\"] >:first-child{color:rgb(255,187,5);}[data-css=\"tve-u-16979ed743c\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979ed743d\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979ed743e\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16979f663e1\"]{width:120px;position:absolute;right:-40px;bottom:-42px;}[data-css=\"tve-u-16979f88e15\"]{overflow:hidden;background-image:linear-gradient(rgba(137,194,68,0.12),rgba(137,194,68,0.12)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;padding:40px !important;border-top-left-radius:40px !important;}[data-css=\"tve-u-1697a03041c\"]{border-top-left-radius:40px;overflow:hidden;border-bottom-right-radius:40px;box-shadow:rgba(0,85,255,0.19) 0px 8px 16px 0px,rgba(0,116,255,0.17) 0px 16px 32px 0px;background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;border:medium none !important;}[data-css=\"tve-u-1697a0354ca\"]{max-width:900px;float:none;margin:-150px auto -117px !important;padding:60px 40px !important;}[data-css=\"tve-u-1697a0bce8f\"]{padding-top:90px !important;padding-bottom:60px !important;}[data-css=\"tve-u-1697a0bd295\"]{box-shadow:none;background-image:linear-gradient(rgb(248,251,253),rgb(248,251,253)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697a0f9df8\"]{font-size:101px !important;}[data-css=\"tve-u-1697a1085c2\"]{max-width:17.9%;}[data-css=\"tve-u-1697a108756\"]{max-width:82.3%;}[data-css=\"tve-u-1697a10eef9\"]{line-height:0.1em !important;}[data-css=\"tve-u-1697a10c380\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1697a116a41\"]{height:calc(100% + 17px);margin-top:0px !important;}[data-css=\"tve-u-1697a11f319\"]{line-height:1em !important;}:not(#tve) [data-css=\"tve-u-1697a127206\"]{font-size:26px !important;}:not(#tve) [data-css=\"tve-u-1697a12f44d\"]{font-size:24px !important;color:rgb(51,57,86) !important;}:not(#tve) [data-css=\"tve-u-1697a12f44f\"] >:first-child{color:rgb(220,71,0);}:not(#tve) [data-css=\"tve-u-1697a12f450\"] >:first-child{color:rgb(220,71,0);}:not(#tve) [data-css=\"tve-u-1697a12f451\"] >:first-child{color:rgb(220,71,0);}:not(#tve) [data-css=\"tve-u-1697a12f452\"] >:first-child{color:rgb(220,71,0);}[data-css=\"tve-u-1697a12f44f\"]{font-size:38px !important;width:38px !important;height:38px !important;}[data-css=\"tve-u-1697a12f450\"]{font-size:38px !important;width:38px !important;height:38px !important;}[data-css=\"tve-u-1697a12f451\"]{font-size:38px !important;width:38px !important;height:38px !important;}[data-css=\"tve-u-1697a12f452\"]{font-size:38px !important;width:38px !important;height:38px !important;}[data-css=\"tve-u-1697a12f44d\"]{padding-bottom:0px !important;}[data-css=\"tve-u-1697891dc9a\"]{padding-bottom:14px !important;}[data-css=\"tve-u-1697a180df5\"] > .tcb-flex-col{padding-left:0px;}[data-css=\"tve-u-1697a180df5\"]{margin-left:0px;padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1697a1838f2\"] > .tcb-flex-col{padding-left:0px;}[data-css=\"tve-u-1697a1838f2\"]{margin-left:0px;padding-top:0px !important;padding-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-1697a194696\"]:hover{background-image:linear-gradient(rgb(248,251,253),rgb(248,251,253)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] p,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] li,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] blockquote,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] address,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] .tcb-plain-text,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] label,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h1,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h2,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h3,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h4,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h5,:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h6{color:rgb(51,57,86);}:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"]:hover{background-image:linear-gradient(rgb(248,251,253),rgb(248,251,253)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697a1b2bee\"]{background-image:none !important;}:not(#tve) [data-css=\"tve-u-1697a1b2bee\"]:hover{background-image:linear-gradient(rgb(248,251,253),rgb(248,251,253)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697a1c1c73\"]{margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-1697a1c786c\"]{margin-top:40px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-1697a1e0f85\"]:hover{background-image:linear-gradient(rgb(248,251,253),rgb(248,251,253)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697a1ec148\"]:hover{background-image:linear-gradient(rgb(248,251,253),rgb(248,251,253)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697a1f1c7b\"]:hover{background-image:linear-gradient(rgb(248,251,253),rgb(248,251,253)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697a22cb3d\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(242,246,255),rgb(242,246,255)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697a233ebe\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697a24001f\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697a250289\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697a256434\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697a25e886\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697a285a16\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697a28e123\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697a2995ae\"]{font-size:20px !important;color:rgb(51,57,86) !important;}:not(#tve) [data-css=\"tve-u-1697a2995b0\"] >:first-child{color:rgb(200,0,73);}:not(#tve) [data-css=\"tve-u-1697a2995b2\"] >:first-child{color:rgb(200,0,73);}:not(#tve) [data-css=\"tve-u-1697a2995b3\"] >:first-child{color:rgb(200,0,73);}:not(#tve) [data-css=\"tve-u-1697a2995b4\"] >:first-child{color:rgb(200,0,73);}[data-css=\"tve-u-1697a2995b0\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-1697a2995b2\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-1697a2995b3\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-1697a2995b4\"]{font-size:28px !important;width:28px !important;height:28px !important;}:not(#tve) [data-css=\"tve-u-1697a2b3cee\"]{font-size:18px !important;}[data-css=\"tve-u-1697a2b8cc0\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"),linear-gradient(rgb(233,238,241),rgb(233,238,241)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697a384f47\"]{overflow:hidden;background-image:linear-gradient(rgba(0,0,0,0.11),rgba(0,0,0,0.11)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;margin-left:40px !important;margin-right:40px !important;padding:20px !important;border-radius:10px !important;}[data-css=\"tve-u-1697ac44c62\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697ac47346\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697ac60a78\"]{font-size:57px !important;}[data-css=\"tve-u-1697ac62072\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697ac66407\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697ac68bce\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697ac6ac23\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697ac6e62d\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697ac9aedb\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697ac9d886\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-1697acc9ee0\"]{font-size:122px !important;}:not(#tve) [data-css=\"tve-u-1697acf04a8\"]{font-size:160px !important;font-family:Montserrat !important;font-weight:400 !important;color:rgb(255,187,5) !important;}[data-css=\"tve-u-1697acf04a8\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-1697ad5ebb1\"]{font-family:Montserrat !important;font-weight:400 !important;}:not(#tve) [data-css=\"tve-u-1697ad61964\"]{font-size:18px !important;}[data-css=\"tve-u-16977561800\"] > .tcb-flex-col{padding-left:0px;}[data-css=\"tve-u-1697ad979f5\"]{font-size:80px !important;}[data-css=\"tve-u-1697adf2210\"]{line-height:1.15em !important;}[data-css=\"tve-u-1697b063d33\"]{width:310px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697b071ce0\"]{border-radius:10px;overflow:hidden;box-shadow:rgba(0,0,0,0.15) 0px 8px 12px 0px;clip-path:url(\"#clip-bottom-f43191b958e06\");-webkit-clip-path:url(\"#clip-bottom-f43191b958e06\");background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"),linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important;background-size:auto,auto !important;background-position:100% 100%,50% 50% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697b3b9ba0\"]{color:rgb(103,49,183) !important;}[data-css=\"tve-u-1697b44ecf6\"]{color:rgb(255,86,5) !important;font-size:124px !important;font-family:\"Playfair Display\" !important;font-weight:400 !important;}[data-css=\"tve-u-1697b455af8\"]{color:rgb(255,187,5) !important;font-size:124px !important;font-family:\"Playfair Display\" !important;font-weight:400 !important;}[data-css=\"tve-u-1697b45fa09\"]{max-height:200px;}[data-css=\"tve-u-1697b4628f8\"]{line-height:1em !important;}[data-css=\"tve-u-1697b53e555\"]{width:463px;position:absolute;right:0px;bottom:0px;z-index:0 !important;}[data-css=\"tve-u-1697b608579\"]{background-image:none !important;}[data-css=\"tve-u-1697b60ee97\"]{width:100%;position:absolute;right:0px;bottom:0px;}:not(#tve) [data-css=\"tve-u-1697b627069\"]{font-size:26px !important;}:not(#tve) [data-css=\"tve-u-1697b62706b\"]{font-size:26px !important;}[data-css=\"tve-u-1697b63b716\"]{padding-left:40px !important;padding-right:40px !important;}[data-css=\"tve-u-1697b6c691b\"]{line-height:1em !important;}[data-css=\"tve-u-1697bcd63f3\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important;background-size:cover !important;background-position:0% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697bce286b\"]{width:200px;position:absolute;right:0px;bottom:0px;z-index:5 !important;}[data-css=\"tve-u-1697bd19bc1\"] > .tcb-flex-col > .tcb-col{justify-content:flex-end;}[data-css=\"tve-u-1697bd31ac5\"] > .tcb-flex-col > .tcb-col{justify-content:flex-end;}[data-css=\"tve-u-1697bd33993\"] > .tcb-flex-col > .tcb-col{justify-content:center;}[data-css=\"tve-u-1697bd71893\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697bd69a89\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1697bd79122\"] >:first-child{color:rgb(0,85,255);}:not(#tve) [data-css=\"tve-u-1697bd79123\"] >:first-child{color:rgb(0,85,255);}:not(#tve) [data-css=\"tve-u-1697bd79125\"] >:first-child{color:rgb(0,85,255);}:not(#tve) [data-css=\"tve-u-1697bd71893\"] >:first-child{color:rgb(0,85,255);}[data-css=\"tve-u-1697bd79122\"]{font-size:34px !important;width:34px !important;height:34px !important;}[data-css=\"tve-u-1697bd79123\"]{font-size:34px !important;width:34px !important;height:34px !important;}[data-css=\"tve-u-1697bd79125\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697bda21a0\"] >:first-child{color:rgb(255,171,25);}[data-css=\"tve-u-1697bda21a0\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697bda5ec2\"] >:first-child{color:rgb(255,171,25);}[data-css=\"tve-u-1697bda5ec2\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697bdb16a8\"] >:first-child{color:rgb(255,171,25);}[data-css=\"tve-u-1697bdb16a8\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697bdb242f\"] >:first-child{color:rgb(255,171,25);}[data-css=\"tve-u-1697bdb242f\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697be3002e\"] >:first-child{color:rgb(218,12,44);}[data-css=\"tve-u-1697be3002e\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697be3799f\"] >:first-child{color:rgb(218,12,44);}[data-css=\"tve-u-1697be3799f\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697be3929d\"] >:first-child{color:rgb(218,12,44);}[data-css=\"tve-u-1697be3929d\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697be3c4fb\"] >:first-child{color:rgb(255,171,25);}[data-css=\"tve-u-1697be3c4fb\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697be3df65\"] >:first-child{color:rgb(255,171,25);}[data-css=\"tve-u-1697be3df65\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697be3fd87\"] >:first-child{color:rgb(255,171,25);}[data-css=\"tve-u-1697be3fd87\"]{font-size:34px !important;width:34px !important;height:34px !important;}:not(#tve) [data-css=\"tve-u-1697be4424a\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1697be45654\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1697be4caf1\"]{font-size:18px !important;}[data-css=\"tve-u-1697be5de4d\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697be5de4f\"]{color:rgb(255,171,25) !important;}:not(#tve) [data-css=\"tve-u-1697be64420\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1697be656f4\"]{font-size:18px !important;}[data-css=\"tve-u-1697be9816c\"]{max-width:620px;float:none;margin:0px auto 40px !important;}[data-css=\"tve-u-1697beabd7d\"]{line-height:1em !important;}[data-css=\"tve-u-1697beae046\"]{margin-bottom:-36px !important;}[data-css=\"tve-u-1697beb4c3a\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"),radial-gradient(at center center,rgb(255,197,15) 0%,rgb(218,12,44) 95%) !important;background-size:cover,auto !important;background-position:50% 50%,50% 50% !important;background-attachment:fixed,scroll !important;background-repeat:no-repeat,no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697bed5c72\"]{color:rgb(255,255,255) !important;font-size:18px !important;}[data-css=\"tve-u-1697bf16c5c\"]{padding-left:40px !important;padding-right:40px !important;}:not(#tve) [data-css=\"tve-u-1697bf2c301\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-1697bf3fc6d\"]{color:rgb(248,233,4) !important;font-size:28px !important;font-family:Montserrat !important;font-weight:400 !important;}:not(#tve) [data-css=\"tve-u-1697bf51742\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697bf53405\"]{color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697bf3fc6d\"] strong{font-weight:700 !important;}[data-css=\"tve-u-1697bf77d15\"]{margin-top:-31px !important;}:not(#tve) [data-css=\"tve-u-1697bf805ea\"]{font-size:18px !important;}[data-css=\"tve-u-1697bf82b49\"]{max-width:609px;float:none;margin:0px auto !important;}[data-css=\"tve-u-1697bf8be01\"]{display:block;margin-top:-30px !important;margin-bottom:-50px !important;}[data-css=\"tve-u-1697acf04a8\"]{line-height:0.5em !important;}[data-css=\"tve-u-1697bf96c6c\"]{margin-top:-23px !important;}[data-css=\"tve-u-1697bf9d1e6\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-1697bfa3d25\"]{color:rgb(255,187,5) !important;}:not(#tve) [data-css=\"tve-u-1697bfdb142\"]{font-size:24px !important;color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-1697bfdb144\"]{font-size:24px !important;color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-1697bfdb147\"]{font-size:18px !important;color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-1697bfdb148\"]{font-size:24px !important;color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-1697bfdb149\"]{font-size:24px !important;color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-1697bfdb14c\"]{font-size:24px !important;color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-1697c04edc7\"]{color:rgb(255,197,15) !important;}[data-css=\"tve-u-1697c06b8ae\"]{color:rgb(255,171,25) !important;}[data-css=\"tve-u-1697c06d94b\"]{color:rgb(255,171,25) !important;}[data-css=\"tve-u-1697c228111\"]{line-height:1em !important;}[data-css=\"tve-u-1697c228113\"]{line-height:1em !important;}[data-css=\"tve-u-1697c228114\"]{line-height:1em !important;}[data-css=\"tve-u-1697c23052d\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697c23bf9d\"]{font-size:24px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-1697bfdb142\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697bfdb144\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697bfdb147\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697bfdb148\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697bfdb149\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697c23bf9d\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697bfdb14c\"]{line-height:1.5em !important;}[data-css=\"tve-u-16977574823\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697c2827a4\"]{margin-top:-22px !important;margin-bottom:-20px !important;}:not(#tve) [data-css=\"tve-u-1697c28cb7b\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1697c293f55\"]{font-size:18px !important;}[data-css=\"tve-u-1697c56f2ad\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important;background-size:auto !important;background-position:0% 0% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697c5a2777\"]{position:absolute;bottom:0px;transform:rotate(180deg);height:175px;fill:rgb(255,255,255);left:0px;}[data-css=\"tve-u-1697c5fa1b8\"]{background-image:none !important;}[data-css=\"tve-u-1697c637f03\"]{width:159px;display:block;position:absolute;top:0px;right:0px;}:not(#tve) [data-css=\"tve-u-1697c6a9a1f\"]{font-size:18px !important;}[data-css=\"tve-u-1697c6b420e\"]{width:159px;display:block;position:absolute;bottom:-30px;left:-60px;}:not(#tve) [data-css=\"tve-u-1697c7045fe\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1697c76174a\"]{color:rgb(255,86,5) !important;font-size:24px !important;}[data-css=\"tve-u-1697c76174a\"]{line-height:1em !important;}[data-css=\"tve-u-1697c763189\"]{margin-top:-28px !important;}[data-css=\"tve-u-1697c76b9c3\"] .tve_sep{border-width:2px;border-color:rgba(255,255,255,0.52);}[data-css=\"tve-u-1697c76b9c3\"]{padding-top:0px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1697c786922\"]{background-image:none !important;}[data-css=\"tve-u-1697c7a3123\"]{width:175px;position:absolute;bottom:0px;left:0px;z-index:10 !important;}[data-css=\"tve-u-1697ca4994f\"]{border-radius:300px;overflow:hidden;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10931027_10202428723359713_8419731428254055126_n.jpg\") !important;border:7px solid rgb(65,45,93) !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697ca7ed21\"]{font-family:Rubik !important;font-weight:400 !important;font-size:16px !important;}[data-css=\"tve-u-1697ca94f01\"]{border-radius:300px;overflow:hidden;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\") !important;border:7px solid rgb(65,45,93) !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697cb168ab\"]{border-radius:300px;overflow:hidden;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/29243858_10214730699523138_5775310517918233829_n.jpg\") !important;border:7px solid rgb(65,45,93) !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697cb2b9a5\"]{font-family:Rubik !important;font-weight:400 !important;font-size:16px !important;}[data-css=\"tve-u-1697cb3c87e\"]{border-radius:300px;overflow:hidden;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/20375712_1873324396027913_2320555637976989019_n.jpg\") !important;border:7px solid rgb(65,45,93) !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-1697cb6c16a\"]{font-family:Rubik !important;font-weight:400 !important;font-size:16px !important;}[data-css=\"tve-u-1697cb84449\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697cf7715c\"]{background-color:rgb(255,255,255) !important;background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/04.png\"),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/02.png\") !important;background-size:auto,auto !important;background-position:100% 50%,0% 100% !important;background-attachment:scroll,scroll !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-1697cf7715d\"]{max-width:1080px;}[data-css=\"tve-u-1697cf7715e\"]{margin-top:0px !important;padding-top:20px !important;padding-bottom:20px !important;margin-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-1697cf77160\"]{font-size:47px !important;}[data-css=\"tve-u-1697cf77161\"]{font-size:38px !important;}[data-css=\"tve-u-1697cf77162\"]{float:none;z-index:3;position:relative;max-width:744px;margin-left:auto !important;margin-right:auto !important;margin-bottom:1px !important;}[data-css=\"tve-u-1697cf77163\"]{float:none;max-width:826px !important;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697dc478f9\"]{max-width:700px;float:none;margin-top:20px !important;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e675faa\"]{max-width:120px;float:none;margin:-46px auto 0px !important;}[data-css=\"tve-u-1697e678f42\"]{float:left;z-index:6;width:100%;margin-top:25px !important;margin-left:auto !important;margin-right:auto !important;position:relative !important;padding-top:0px !important;}[data-css=\"tve-u-1697e67d527\"]{max-width:120px;float:none;margin:-46px auto 0px !important;}[data-css=\"tve-u-1697e67ee9a\"]{float:left;z-index:6;width:100%;margin-top:25px !important;margin-left:auto !important;margin-right:auto !important;position:relative !important;padding-top:0px !important;}[data-css=\"tve-u-1697e6cec20\"] > .tcb-flex-col > .tcb-col{justify-content:center;}[data-css=\"tve-u-1697e73e878\"]{max-width:120px;float:none;margin:-46px auto 0px !important;}[data-css=\"tve-u-1697e73fe2f\"]{float:left;z-index:6;width:100%;margin-top:25px !important;margin-left:auto !important;margin-right:auto !important;position:relative !important;padding-top:0px !important;}[data-css=\"tve-u-1697e7439f1\"]{max-width:120px;float:none;margin:-46px auto 0px !important;}[data-css=\"tve-u-1697e74525d\"]{float:left;z-index:6;width:100%;margin-top:25px !important;margin-left:auto !important;margin-right:auto !important;position:relative !important;padding-top:0px !important;}[data-css=\"tve-u-1697e91da4c\"]{line-height:0.05em !important;}[data-css=\"tve-u-1697e91fec4\"]{line-height:0.4em !important;}[data-css=\"tve-u-1697e92262c\"]{line-height:0.25em !important;}[data-css=\"tve-u-1697e92411f\"]{line-height:1.15em !important;}[data-css=\"tve-u-16979b7639a\"]{line-height:1.4em !important;}[data-css=\"tve-u-1697e950af9\"]{width:512px;}[data-css=\"tve-u-1697e950afb\"]{margin-bottom:-10px !important;padding-bottom:10px !important;padding-top:40px !important;}[data-css=\"tve-u-1697e950afe\"]{max-width:1080px;}[data-css=\"tve-u-1697e950b01\"]{filter:grayscale(0%) blur(0px);opacity:1;clip-path:url(\"#clip-bottom-b46bfde3dc9b7\");-webkit-clip-path:url(\"#clip-bottom-b46bfde3dc9b7\");background-image:linear-gradient(rgb(100,42,184),rgb(100,42,184)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-1697e950b04\"]{width:500px;}[data-css=\"tve-u-1697e950b05\"]{width:500px;}[data-css=\"tve-u-1697e950b06\"]{width:512px;}[data-css=\"tve-u-1697e950b07\"]{width:512px;}[data-css=\"tve-u-1697e950b08\"]{width:512px;}[data-css=\"tve-u-1697e950b09\"]{width:512px;}[data-css=\"tve-u-1697e950b0a\"]{width:512px;}[data-css=\"tve-u-1697e950b0b\"]{width:512px;}[data-css=\"tve-u-1697e950b0d\"]{float:none;max-width:626px;margin-bottom:10px !important;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b10\"] .tcb-flex-col{flex-basis:125px !important;}:not(#tve) [data-css=\"tve-u-1697e950b11\"]{font-size:18px !important;color:rgb(242,246,255) !important;}:not(#tve) [data-css=\"tve-u-1697e950b12\"]{font-size:18px !important;color:rgb(242,246,255) !important;}:not(#tve) [data-css=\"tve-u-1697fb1c8e8\"]{letter-spacing:5px;font-family:Montserrat !important;font-weight:400 !important;font-size:32px !important;line-height:0em !important;}:not(#tve) [data-css=\"tve-u-1697fb1c8e7\"]{margin-top:38px !important;}[data-css=\"tve-u-1697fb0d5d3\"]{line-height:0em !important;}[data-css=\"tve-u-1697fb12dcc\"]{margin-bottom:-20px !important;}[data-css=\"tve-u-169800b8c55\"]{max-width:800px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-169800e6d66\"]{width:300px;float:none;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-price-button-group=\"tve-u-price-button-group-164cad3586f\"] .thrv-button-group-item.tcb-active-state strong{font-weight:800;}:not(#tve) [data-css=\"tve-u-1698013170f\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1698017be8d\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-1698017be94\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-1698017be9a\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-16980157070\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-16980159832\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-1698015c181\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-1698015e3c9\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-16980160278\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-16980162974\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-169801647b4\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-16980166703\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-16980168a8c\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-1698016ae14\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-1698016e6b2\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-1698017204d\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-1698017458f\"] >:first-child{color:rgb(255,86,5);}[data-css=\"tve-u-169801afc9b\"]{width:191px;float:none;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-169802c2f81\"] >:first-child{color:rgb(255,86,5);}:not(#tve) [data-css=\"tve-u-169802e1fe6\"]{font-size:18px !important;}:not(#tve) [data-css=\"tve-u-1698031fdd8\"]{font-size:18px !important;text-transform:uppercase !important;color:rgb(218,12,44) !important;}:not(#tve) [data-css=\"tve-u-16980323183\"]{font-size:18px !important;color:rgb(218,12,44) !important;}[data-css=\"tve-u-16981575a92\"]{line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-16981575a92\"]{font-size:55px !important;}[data-css=\"tve-u-16981587c11\"]{max-width:627px;float:none;margin-top:20px !important;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-1698158a53f\"]{font-size:24px !important;}[data-css=\"tve-u-1698158a53f\"]{line-height:1.1em !important;}[data-css=\"tve-u-169834fd5f9\"]{width:100%;margin-top:0px !important;}[data-css=\"tve-u-16983518f30\"]{max-width:800px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16983525b8c\"]{line-height:1em !important;}[data-css=\"tve-u-16986b2a54d\"]{width:100%;margin-top:0px !important;margin-bottom:0px !important;}[data-css=\"tve-u-16986b31863\"]{width:100%;margin-top:0px !important;}[data-css=\"tve-u-1697a3c485b\"] strong{font-weight:700 !important;}:not(#tve) [data-css=\"tve-u-169878e6dd7\"]{font-size:8px !important;}[data-css=\"tve-u-16987a7f0bd\"]{margin-top:18px !important;}:not(#tve) [data-css=\"tve-u-16987a92580\"]{font-size:12px !important;}[data-css=\"tve-u-169895df35b\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df35c\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df35d\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df35e\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df360\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df361\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df362\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df363\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df364\"]{width:600px;float:none;margin-left:auto !important;margin-right:auto !important;margin-bottom:40px !important;}[data-css=\"tve-u-169895df365\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df366\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df367\"]{color:rgb(255,225,13) !important;}[data-css=\"tve-u-169895df368\"]{max-width:1080px;}[data-css=\"tve-u-169895df369\"]{padding-top:40px !important;padding-bottom:50px !important;}[data-css=\"tve-u-169895df36b\"]{background-image:linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner.jpg\") !important;background-size:auto,cover !important;background-position:50% 50%,50% 50% !important;background-attachment:scroll,fixed !important;background-repeat:no-repeat,no-repeat !important;}:not(#tve) [data-css=\"tve-u-169895df370\"]{font-size:26px !important;color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-169895df371\"]{font-size:26px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-169895df372\"]{margin-top:20px !important;}[data-css=\"tve-u-169895df373\"]{margin-top:14px !important;}:not(#tve) [data-css=\"tve-u-169895df374\"]{color:rgb(255,255,255) !important;font-size:20px !important;}:not(#tve) [data-css=\"tve-u-169895df375\"]{color:rgb(255,255,255) !important;font-size:20px !important;}[data-css=\"tve-u-169895df376\"]{margin-top:14px !important;}[data-css=\"tve-u-169895df377\"]{margin-top:-20px !important;margin-bottom:-40px !important;}[data-css=\"tve-u-169895df378\"]{margin-top:-20px !important;margin-bottom:-40px !important;}[data-css=\"tve-u-169895df379\"]{width:600px;float:none;margin:20px auto 40px !important;}[data-css=\"tve-u-169895df37a\"]{width:600px;float:none;margin:20px auto 40px !important;}[data-css=\"tve-u-169895df37b\"]{width:600px;float:none;margin-left:auto !important;margin-right:auto !important;margin-bottom:40px !important;}[data-css=\"tve-u-169895df371\"]{line-height:0em !important;}:not(#tve) [data-css=\"tve-u-1697beabd7d\"]{color:rgb(17,21,34) !important;}:not(#tve) [data-css=\"tve-u-16ce81b34a2\"]{color:rgb(233,238,241) !important;line-height:1.4em !important;font-size:40px !important;}[data-css=\"tve-u-16ce81b8cd2\"]{min-height:3227px !important;}[data-css=\"tve-u-16ce81bb11d\"]{max-width:693px;float:none;padding-right:2px !important;margin-left:auto !important;margin-right:auto !important;margin-top:100px !important;}[data-css=\"tve-u-16ce885af11\"]{width:180px;float:none;margin:10px auto !important;}:not(#tve) [data-css=\"tve-u-16ce8a4f5fd\"]{font-size:30px !important;color:rgb(242,246,255) !important;}[data-css=\"tve-u-16ce8a6393e\"]{float:none;max-width:901px;margin-bottom:-50px !important;margin-left:auto !important;margin-right:auto !important;}:not(#tve) [data-css=\"tve-u-16ce8de975f\"]{color:rgb(255,255,255) !important;font-size:20px !important;line-height:1.2em !important;}:not(#tve) [data-css=\"tve-u-16ce8dfb8d4\"]{color:rgb(255,255,255) !important;font-size:20px !important;}[data-css=\"tve-u-16ce8e03b1f\"]{margin-bottom:-40px !important;}[data-css=\"tve-u-16cebeb7143\"]{line-height:0.05em !important;}:not(#tve) [data-css=\"tve-u-16cebeb7143\"]{line-height:1.5em !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-16cebeb8da9\"]{max-width:719px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16cebf6ed78\"]{margin-bottom:20px !important;}[data-css=\"tve-u-16cebf6ed79\"]{background-image:linear-gradient(rgb(245,245,245),rgb(245,245,245)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16cebf6ed7a\"]{width:119px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16cebf6ed7b\"]{margin-right:0px !important;}[data-css=\"tve-u-16cebf6ed7d\"]{margin-right:0px !important;}[data-css=\"tve-u-16cebf6ed7e\"]{margin-bottom:50px !important;}[data-css=\"tve-u-16cebf6ed7f\"]{line-height:1.3em !important;}:not(#tve) [data-css=\"tve-u-16cebf6ed7f\"]{font-size:44px !important;color:rgb(34,34,34) !important;}[data-css=\"tve-u-16cebf6ed81\"]{margin-top:50px !important;margin-bottom:10px !important;}[data-css=\"tve-u-16cebf6ed82\"]{width:124px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16cebf6ed85\"]{line-height:1.7em !important;}:not(#tve) [data-css=\"tve-u-16cebf6ed85\"]{color:rgb(20,20,20) !important;font-size:23px !important;}[data-css=\"tve-u-16cebf6ed87\"]{line-height:1.3em !important;}:not(#tve) [data-css=\"tve-u-16cebf6ed87\"]{color:rgb(18,18,18) !important;font-size:21px !important;}[data-css=\"tve-u-16cebf6ed88\"]{line-height:1.3em !important;}:not(#tve) [data-css=\"tve-u-16cebf6ed88\"]{color:rgb(18,18,18) !important;font-size:21px !important;}[data-css=\"tve-u-16cebf6ed8a\"]{line-height:1.3em !important;}:not(#tve) [data-css=\"tve-u-16cebf6ed8a\"]{color:rgb(18,18,18) !important;font-size:21px !important;}[data-css=\"tve-u-16cebf6ed8b\"]{width:143px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16cebf6ed8e\"]{width:108px;float:right;z-index:3;position:relative;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16cebf6ed8f\"]{line-height:1.7em !important;}:not(#tve) [data-css=\"tve-u-16cebf6ed8f\"]{color:rgb(20,20,20) !important;font-size:18px !important;}[data-css=\"tve-u-16cebf6ed91\"]{margin-bottom:10px !important;}[data-css=\"tve-u-16cebf6ed92\"]{margin-bottom:30px !important;}[data-css=\"tve-u-16cebf6ed93\"]{max-width:1080px;}[data-css=\"tve-u-16cebf7c201\"]{margin-top:-20px !important;margin-bottom:50px !important;}[data-css=\"tve-u-16cebf7c202\"]{width:433px;}[data-css=\"tve-u-16cebf7c203\"]{background-image:linear-gradient(rgb(245,245,245),rgb(245,245,245)) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16cebf7c204\"]{margin-bottom:50px !important;}[data-css=\"tve-u-16cebf7c206\"]{line-height:1.3em !important;}:not(#tve) [data-css=\"tve-u-16cebf7c206\"]{font-size:44px !important;color:rgb(34,34,34) !important;}:not(#tve) [data-css=\"tve-u-16cebf7c207\"]{font-size:22px !important;color:rgb(14,14,14) !important;}[data-css=\"tve-u-16cebf7c208\"]{margin-top:50px !important;margin-bottom:10px !important;}[data-css=\"tve-u-16cebf7c209\"]{line-height:1.7em !important;}:not(#tve) [data-css=\"tve-u-16cebf7c209\"]{color:rgb(20,20,20) !important;font-size:23px !important;}[data-css=\"tve-u-16cebf7c20a\"]{margin-top:0px !important;margin-left:40px !important;}[data-css=\"tve-u-16cebf7c20b\"]{max-width:1080px;}[data-css=\"tve-u-16cebf88922\"]{line-height:1.7em !important;}:not(#tve) [data-css=\"tve-u-16cebf88922\"]{color:rgb(20,20,20) !important;font-size:23px !important;line-height:0.75em !important;}[data-css=\"tve-u-16cebf9d491\"]{margin-top:-15px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d493\"]{color:rgb(255,255,255) !important;font-size:18px !important;}[data-css=\"tve-u-16cebf9d494\"]{margin-top:-50px !important;}[data-css=\"tve-u-16cebf9d495\"]{line-height:1.7em !important;}[data-css=\"tve-u-16cebf9d496\"]{line-height:1.35em !important;}[data-css=\"tve-u-16cebf9d497\"]{line-height:1.35em !important;}[data-css=\"tve-u-16cebf9d498\"]{line-height:1.35em !important;}:not(#tve) [data-css=\"tve-u-16cebf9d499\"] >:first-child{color:rgb(255,224,6);}:not(#tve) [data-css=\"tve-u-16cebf9d49a\"] >:first-child{color:rgb(255,224,6);}:not(#tve) [data-css=\"tve-u-16cebf9d49b\"] >:first-child{color:rgb(255,224,6);}[data-css=\"tve-u-16cebf9d499\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}[data-css=\"tve-u-16cebf9d49a\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}[data-css=\"tve-u-16cebf9d49b\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d49d\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d49e\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d49f\"]{color:rgb(255,255,255) !important;font-size:24px !important;}[data-css=\"tve-u-16cebf9d4a0\"]{padding-top:40px !important;padding-bottom:50px !important;}[data-css=\"tve-u-16cebf9d4a1\"]{line-height:1.3em !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4a1\"]{font-size:44px !important;color:rgb(255,255,255) !important;}[data-css=\"tve-u-16cebf9d4a2\"]{background-image:linear-gradient(rgba(119,14,172,0.87),rgba(119,14,172,0.87)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\") !important;background-size:auto,cover !important;background-position:50% 50%,50% 50% !important;background-attachment:scroll,fixed !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-16cebf9d4a3\"]{margin-bottom:50px !important;}[data-css=\"tve-u-16cebf9d4a4\"]{margin-top:20px !important;margin-bottom:10px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d495\"]{color:rgb(255,255,255) !important;font-size:23px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d498\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d497\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d496\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4a5\"] >:first-child{color:rgb(255,224,6);}[data-css=\"tve-u-16cebf9d4a5\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4a6\"] >:first-child{color:rgb(255,224,6);}[data-css=\"tve-u-16cebf9d4a6\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4a7\"] >:first-child{color:rgb(255,224,6);}[data-css=\"tve-u-16cebf9d4a7\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4a9\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4aa\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4ab\"]{color:rgb(255,255,255) !important;font-size:24px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4ac\"] >:first-child{color:rgb(255,224,6);}[data-css=\"tve-u-16cebf9d4ac\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4ad\"] >:first-child{color:rgb(255,224,6);}[data-css=\"tve-u-16cebf9d4ad\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4ae\"] >:first-child{color:rgb(255,224,6);}[data-css=\"tve-u-16cebf9d4ae\"]{font-size:24px;width:24px;height:24px;margin-right:10px !important;}:not(#tve) [data-css=\"tve-u-16cebf9d4af\"]{color:rgb(255,255,255) !important;font-size:18px !important;}[data-css=\"tve-u-16cebf9d4b0\"]{max-width:1080px;}:not(#tve) [data-css=\"tve-u-16cecf6f07f\"]{color:rgb(255,86,5) !important;}[data-css=\"tve-u-16ced8c9c55\"]{background-image:linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.95)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner-1.jpg\") !important;background-size:auto,auto !important;background-position:50% 50%,50% 50% !important;background-attachment:scroll,fixed !important;background-repeat:no-repeat,no-repeat !important;}[data-css=\"tve-u-16ced8c9c57\"]{padding-top:60px !important;}[data-css=\"tve-u-16ced8c9c5a\"]{margin-bottom:10px !important;}:not(#tve) [data-css=\"tve-u-16ced8c9c5b\"]{font-size:18px !important;}[data-css=\"tve-u-16ced8c9c5d\"]{width:600px;}:not(#tve) [data-css=\"tve-u-16ced8c9c5e\"]{font-size:32px !important;}[data-css=\"tve-u-16ced8c9c60\"]{margin-top:0px !important;padding-top:5px !important;}[data-css=\"tve-u-16ced8c9c61\"]{max-width:1080px;}[data-css=\"tve-u-16ced8c9c62\"]{line-height:1.25em !important;}:not(#tve) [data-css=\"tve-u-16ced8c9c62\"]{font-size:42px !important;color:rgb(25,25,25) !important;}[data-css=\"tve-u-16ced8c9c64\"]{padding-top:60px !important;margin-left:20px !important;}[data-css=\"tve-u-16ced8c9c65\"]{padding-top:60px !important;margin-left:20px !important;}[data-css=\"tve-u-16ced8c9c66\"]{padding-top:60px !important;margin-left:20px !important;}[data-css=\"tve-u-16ced8c9c67\"]{margin-top:60px !important;margin-bottom:10px !important;background-image:none !important;}[data-css=\"tve-u-16ced8d2900\"]{margin-top:-50px !important;}[data-css=\"tve-u-16ced8d4544\"]{margin-top:-50px !important;}[data-css=\"tve-u-16ced8d7915\"]{margin-top:-50px !important;}:not(#tve) [data-css=\"tve-u-16ced8da9c2\"]{font-size:18px !important;}[data-css=\"tve-u-16ced8de7d5\"]{margin-top:-50px !important;}[data-css=\"tve-u-16ced8e2611\"]{margin-top:-50px !important;}[data-css=\"tve-u-16ced8e7863\"]{margin-top:-50px !important;}:not(#tve) [data-css=\"tve-u-16ced99d2f0\"] >:first-child{color:rgb(27,53,167);}[data-css=\"tve-u-16ced99d2f0\"]{font-size:28px !important;width:28px !important;height:28px !important;}[data-css=\"tve-u-16d4442f0bc\"]{font-weight:300 !important;font-family:Rubik !important;}[data-css=\"tve-u-16d4442f0ba\"] strong{font-weight:500;}[data-css=\"tve-u-16d4442f0ba\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-16d4442f0ba\"]{font-weight:300;color:rgb(24,41,82) !important;font-size:18px !important;font-family:Rubik !important;}:not(#tve) [data-css=\"tve-u-16d4442f0c0\"]{font-weight:400;font-size:25px !important;font-family:Rubik !important;}[data-css=\"tve-u-16d4442f0be\"]{--tcb-local-color-icon:rgb(255,255,255);--tcb-local-color-var:rgb(255,255,255);--tve-icon-size:61px;margin-left:0px !important;font-size:61px !important;width:61px !important;height:61px !important;}[data-css=\"tve-u-16d4442f0b8\"]{min-height:162px;}[data-css=\"tve-u-16d4442f0b8\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-16d4442f0b7\"]{box-shadow:rgba(0,0,0,0.04) 0px 8px 30px 7px;border-radius:5px;overflow:hidden;background-color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-16d4442f0b7\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16d4442f0c6\"]{width:259px;position:absolute;float:right;right:0px;bottom:0px;z-index:0 !important;}[data-css=\"tve-u-16d4442f0c5\"]::after{clear:both;}:not(#tve) [data-css=\"tve-u-16d4442f0bd\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,192,162,0.1),rgba(255,192,162,0.1)) !important;background-color:rgb(255,86,5) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link{min-height:73.3333px;border-radius:200px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;background-color:rgb(255,169,10) !important;background-image:none !important;padding-right:25px !important;}[data-css=\"tve-u-16d4442f0bd\"]{width:441px;float:none;z-index:3;position:relative;display:block;max-width:441px;margin:24px auto 40px !important;}:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link{border-bottom:3px solid rgb(220,71,0);border-radius:10px;text-shadow:rgba(0,0,0,0.5) 0px 1px 2px;border-top-color:rgb(255,255,255);border-right-color:rgb(255,255,255);border-left-color:rgb(255,255,255);line-height:1.2em;font-size:32px;padding:18px 30px;font-weight:bold !important;background-color:rgb(255,86,5) !important;background-image:linear-gradient(0deg,rgb(255,100,0) 0%,rgb(255,210,6) 100%) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-16d4442f0bd\"]{display:block;max-width:500px;width:500px;margin-bottom:11px !important;}[data-css=\"tve-u-16d4442f0b9\"]{max-width:751px;float:none;margin:0px auto 10px !important;position:relative !important;padding:1px 0px !important;}[data-css=\"tve-u-16d4442f0c1\"]{width:262px;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:1px !important;}[data-css=\"tve-u-16d4442f0b5\"]{max-width:837px;z-index:40;float:none;margin:20px auto 0px !important;padding:40px 0px 0px !important;}:not(#tve) [data-css=\"tve-u-16d4442f0b5\"]{max-width:929px;}[data-css=\"tve-u-16d4442f0c3\"] strong{font-weight:500;}[data-css=\"tve-u-16d4442f0c3\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-16d4442f0c3\"]{font-weight:300;color:rgb(18,56,81) !important;font-size:16px !important;font-family:Rubik !important;}[data-css=\"tve-u-16d4442f0c2\"]{max-width:751px;float:none;margin:-20px auto 20px !important;position:relative !important;padding:1px 0px !important;}:not(#tve) [data-css=\"tve-u-16d4442f0c2\"]{max-width:460px;}[data-css=\"tve-u-16d9af48eb6\"]{float:none;max-width:400px;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16d9af55010\"]{max-width:600px;float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16d9af72faf\"]{max-width:400px;}#tcb_landing_page .thrv_text_element a,#tcb_landing_page .tcb-styled-list a,#tcb_landing_page .tcb-numbered-list a{color:rgb(255,86,5);}[data-css=\"tve-u-171a2d27881\"]{font-weight:300 !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d27880\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d27880\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d27880\"]{font-weight:300;color:rgb(24,41,82) !important;font-size:18px !important;font-family:Rubik !important;}:not(#tve) [data-css=\"tve-u-171a2d27884\"]{font-weight:400;font-size:25px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d27883\"]{margin-left:0px !important;font-size:61px !important;width:61px !important;height:61px !important;}[data-css=\"tve-u-171a2d2787e\"]{min-height:162px;}[data-css=\"tve-u-171a2d2787e\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-171a2d2787d\"]{box-shadow:rgba(0,0,0,0.04) 0px 8px 30px 7px;border-radius:5px;overflow:hidden;background-color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-171a2d2787d\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d27889\"]{width:259px;position:absolute;float:right;right:0px;bottom:0px;z-index:0 !important;}[data-css=\"tve-u-171a2d27888\"]::after{clear:both;}:not(#tve) [data-css=\"tve-u-171a2d27882\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,192,162,0.1),rgba(255,192,162,0.1)) !important;background-color:rgb(255,86,5) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d27882\"] .tcb-button-link{min-height:73.3333px;border-radius:200px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;background-color:rgb(255,169,10) !important;background-image:none !important;padding-right:25px !important;}[data-css=\"tve-u-171a2d27882\"]{width:441px;float:none;z-index:3;position:relative;display:block;max-width:441px;margin:24px auto 40px !important;}:not(#tve) [data-css=\"tve-u-171a2d27882\"] .tcb-button-link{border-bottom:3px solid rgb(220,71,0);border-radius:10px;text-shadow:rgba(0,0,0,0.5) 0px 1px 2px;border-top-color:rgb(255,255,255);border-right-color:rgb(255,255,255);border-left-color:rgb(255,255,255);line-height:1.2em;font-size:32px;padding:18px 30px;font-weight:bold !important;background-color:rgb(255,86,5) !important;background-image:linear-gradient(0deg,rgb(255,100,0) 0%,rgb(255,210,6) 100%) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-171a2d27882\"]{display:block;max-width:500px;width:500px;margin-bottom:11px !important;}[data-css=\"tve-u-171a2d2787f\"]{max-width:751px;float:none;margin:0px auto 10px !important;position:relative !important;padding:1px 0px !important;}[data-css=\"tve-u-171a2d27885\"]{width:262px;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:1px !important;}[data-css=\"tve-u-171a2d2787c\"]{max-width:837px;z-index:40;float:none;margin:20px auto 0px !important;padding:40px 0px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d2787c\"]{max-width:929px;}[data-css=\"tve-u-171a2d27887\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d27887\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d27887\"]{font-weight:300;color:rgb(18,56,81) !important;font-size:16px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d27886\"]{max-width:751px;float:none;margin:-20px auto 20px !important;position:relative !important;padding:1px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d27886\"]{max-width:460px;}[data-css=\"tve-u-171a2d278a2\"]{font-weight:300 !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278a1\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d278a1\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d278a1\"]{font-weight:300;color:rgb(24,41,82) !important;font-size:18px !important;font-family:Rubik !important;}:not(#tve) [data-css=\"tve-u-171a2d278a5\"]{font-weight:400;font-size:25px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278a4\"]{margin-left:0px !important;font-size:61px !important;width:61px !important;height:61px !important;}[data-css=\"tve-u-171a2d2789f\"]{min-height:162px;}[data-css=\"tve-u-171a2d2789f\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-171a2d2789e\"]{box-shadow:rgba(0,0,0,0.04) 0px 8px 30px 7px;border-radius:5px;overflow:hidden;background-color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-171a2d2789e\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d278aa\"]{width:259px;position:absolute;float:right;right:0px;bottom:0px;z-index:0 !important;}[data-css=\"tve-u-171a2d278a9\"]::after{clear:both;}:not(#tve) [data-css=\"tve-u-171a2d278a3\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,192,162,0.1),rgba(255,192,162,0.1)) !important;background-color:rgb(255,86,5) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link{min-height:73.3333px;border-radius:200px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;background-color:rgb(255,169,10) !important;background-image:none !important;padding-right:25px !important;}[data-css=\"tve-u-171a2d278a3\"]{width:441px;float:none;z-index:3;position:relative;display:block;max-width:441px;margin:24px auto 40px !important;}:not(#tve) [data-css=\"tve-u-171a2d278a3\"] .tcb-button-link{border-bottom:3px solid rgb(220,71,0);border-radius:10px;text-shadow:rgba(0,0,0,0.5) 0px 1px 2px;border-top-color:rgb(255,255,255);border-right-color:rgb(255,255,255);border-left-color:rgb(255,255,255);line-height:1.2em;font-size:32px;padding:18px 30px;font-weight:bold !important;background-color:rgb(255,86,5) !important;background-image:linear-gradient(0deg,rgb(255,100,0) 0%,rgb(255,210,6) 100%) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-171a2d278a3\"]{display:block;max-width:500px;width:500px;margin-bottom:11px !important;}[data-css=\"tve-u-171a2d278a0\"]{max-width:751px;float:none;margin:0px auto 10px !important;position:relative !important;padding:1px 0px !important;}[data-css=\"tve-u-171a2d278a6\"]{width:262px;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:1px !important;}[data-css=\"tve-u-171a2d2789d\"]{max-width:837px;z-index:40;float:none;margin:20px auto 0px !important;padding:40px 0px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d2789d\"]{max-width:929px;}[data-css=\"tve-u-171a2d278a8\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d278a8\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d278a8\"]{font-weight:300;color:rgb(18,56,81) !important;font-size:16px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278a7\"]{max-width:751px;float:none;margin:-20px auto 20px !important;position:relative !important;padding:1px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278a7\"]{max-width:460px;}[data-css=\"tve-u-171a2d278be\"]{font-weight:300 !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278bd\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d278bd\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d278bd\"]{font-weight:300;color:rgb(24,41,82) !important;font-size:18px !important;font-family:Rubik !important;}:not(#tve) [data-css=\"tve-u-171a2d278c1\"]{font-weight:400;font-size:25px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278c0\"]{margin-left:0px !important;font-size:61px !important;width:61px !important;height:61px !important;}[data-css=\"tve-u-171a2d278bb\"]{min-height:162px;}[data-css=\"tve-u-171a2d278bb\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-171a2d278ba\"]{box-shadow:rgba(0,0,0,0.04) 0px 8px 30px 7px;border-radius:5px;overflow:hidden;background-color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-171a2d278ba\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d278c6\"]{width:259px;position:absolute;float:right;right:0px;bottom:0px;z-index:0 !important;}[data-css=\"tve-u-171a2d278c5\"]::after{clear:both;}:not(#tve) [data-css=\"tve-u-171a2d278bf\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,192,162,0.1),rgba(255,192,162,0.1)) !important;background-color:rgb(255,86,5) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link{min-height:73.3333px;border-radius:200px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;background-color:rgb(255,169,10) !important;background-image:none !important;padding-right:25px !important;}[data-css=\"tve-u-171a2d278bf\"]{width:441px;float:none;z-index:3;position:relative;display:block;max-width:441px;margin:24px auto 40px !important;}:not(#tve) [data-css=\"tve-u-171a2d278bf\"] .tcb-button-link{border-bottom:3px solid rgb(220,71,0);border-radius:10px;text-shadow:rgba(0,0,0,0.5) 0px 1px 2px;border-top-color:rgb(255,255,255);border-right-color:rgb(255,255,255);border-left-color:rgb(255,255,255);line-height:1.2em;font-size:32px;padding:18px 30px;font-weight:bold !important;background-color:rgb(255,86,5) !important;background-image:linear-gradient(0deg,rgb(255,100,0) 0%,rgb(255,210,6) 100%) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-171a2d278bf\"]{display:block;max-width:500px;width:500px;margin-bottom:11px !important;}[data-css=\"tve-u-171a2d278bc\"]{max-width:751px;float:none;margin:0px auto 10px !important;position:relative !important;padding:1px 0px !important;}[data-css=\"tve-u-171a2d278c2\"]{width:262px;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:1px !important;}[data-css=\"tve-u-171a2d278b9\"]{max-width:837px;z-index:40;float:none;margin:20px auto 0px !important;padding:40px 0px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278b9\"]{max-width:929px;}[data-css=\"tve-u-171a2d278c4\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d278c4\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d278c4\"]{font-weight:300;color:rgb(18,56,81) !important;font-size:16px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278c3\"]{max-width:751px;float:none;margin:-20px auto 20px !important;position:relative !important;padding:1px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278c3\"]{max-width:460px;}[data-css=\"tve-u-171a2d278d8\"]{font-weight:300 !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278d7\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d278d7\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d278d7\"]{font-weight:300;color:rgb(24,41,82) !important;font-size:18px !important;font-family:Rubik !important;}:not(#tve) [data-css=\"tve-u-171a2d278db\"]{font-weight:400;font-size:25px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278da\"]{margin-left:0px !important;font-size:61px !important;width:61px !important;height:61px !important;}[data-css=\"tve-u-171a2d278d5\"]{min-height:162px;}[data-css=\"tve-u-171a2d278d5\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-171a2d278d4\"]{box-shadow:rgba(0,0,0,0.04) 0px 8px 30px 7px;border-radius:5px;overflow:hidden;background-color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-171a2d278d4\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d278e0\"]{width:259px;position:absolute;float:right;right:0px;bottom:0px;z-index:0 !important;}[data-css=\"tve-u-171a2d278df\"]::after{clear:both;}:not(#tve) [data-css=\"tve-u-171a2d278d9\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,192,162,0.1),rgba(255,192,162,0.1)) !important;background-color:rgb(255,86,5) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link{min-height:73.3333px;border-radius:200px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;background-color:rgb(255,169,10) !important;background-image:none !important;padding-right:25px !important;}[data-css=\"tve-u-171a2d278d9\"]{width:441px;float:none;z-index:3;position:relative;display:block;max-width:441px;margin:24px auto 40px !important;}:not(#tve) [data-css=\"tve-u-171a2d278d9\"] .tcb-button-link{border-bottom:3px solid rgb(220,71,0);border-radius:10px;text-shadow:rgba(0,0,0,0.5) 0px 1px 2px;border-top-color:rgb(255,255,255);border-right-color:rgb(255,255,255);border-left-color:rgb(255,255,255);line-height:1.2em;font-size:32px;padding:18px 30px;font-weight:bold !important;background-color:rgb(255,86,5) !important;background-image:linear-gradient(0deg,rgb(255,100,0) 0%,rgb(255,210,6) 100%) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-171a2d278d9\"]{display:block;max-width:500px;width:500px;margin-bottom:11px !important;}[data-css=\"tve-u-171a2d278d6\"]{max-width:751px;float:none;margin:0px auto 10px !important;position:relative !important;padding:1px 0px !important;}[data-css=\"tve-u-171a2d278dc\"]{width:262px;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:1px !important;}[data-css=\"tve-u-171a2d278d3\"]{max-width:837px;z-index:40;float:none;margin:20px auto 0px !important;padding:40px 0px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278d3\"]{max-width:929px;}[data-css=\"tve-u-171a2d278de\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d278de\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d278de\"]{font-weight:300;color:rgb(18,56,81) !important;font-size:16px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278dd\"]{max-width:751px;float:none;margin:-20px auto 20px !important;position:relative !important;padding:1px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278dd\"]{max-width:460px;}[data-css=\"tve-u-171a2d278f5\"]{font-weight:300 !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278f4\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d278f4\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d278f4\"]{font-weight:300;color:rgb(24,41,82) !important;font-size:18px !important;font-family:Rubik !important;}:not(#tve) [data-css=\"tve-u-171a2d278f8\"]{font-weight:400;font-size:25px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278f7\"]{margin-left:0px !important;font-size:61px !important;width:61px !important;height:61px !important;}[data-css=\"tve-u-171a2d278f2\"]{min-height:162px;}[data-css=\"tve-u-171a2d278f2\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-171a2d278f1\"]{box-shadow:rgba(0,0,0,0.04) 0px 8px 30px 7px;border-radius:5px;overflow:hidden;background-color:rgb(255,255,255) !important;}:not(#tve) [data-css=\"tve-u-171a2d278f1\"]{background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important;background-size:cover !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d278fd\"]{width:259px;position:absolute;float:right;right:0px;bottom:0px;z-index:0 !important;}[data-css=\"tve-u-171a2d278fc\"]::after{clear:both;}:not(#tve) [data-css=\"tve-u-171a2d278f6\"]:hover .tcb-button-link{background-image:linear-gradient(rgba(255,192,162,0.1),rgba(255,192,162,0.1)) !important;background-color:rgb(255,86,5) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link{min-height:73.3333px;border-radius:200px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;background-color:rgb(255,169,10) !important;background-image:none !important;padding-right:25px !important;}[data-css=\"tve-u-171a2d278f6\"]{width:441px;float:none;z-index:3;position:relative;display:block;max-width:441px;margin:24px auto 40px !important;}:not(#tve) [data-css=\"tve-u-171a2d278f6\"] .tcb-button-link{border-bottom:3px solid rgb(220,71,0);border-radius:10px;text-shadow:rgba(0,0,0,0.5) 0px 1px 2px;border-top-color:rgb(255,255,255);border-right-color:rgb(255,255,255);border-left-color:rgb(255,255,255);line-height:1.2em;font-size:32px;padding:18px 30px;font-weight:bold !important;background-color:rgb(255,86,5) !important;background-image:linear-gradient(0deg,rgb(255,100,0) 0%,rgb(255,210,6) 100%) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}:not(#tve) [data-css=\"tve-u-171a2d278f6\"]{display:block;max-width:500px;width:500px;margin-bottom:11px !important;}[data-css=\"tve-u-171a2d278f3\"]{max-width:751px;float:none;margin:0px auto 10px !important;position:relative !important;padding:1px 0px !important;}[data-css=\"tve-u-171a2d278f9\"]{width:262px;float:none;margin-left:auto !important;margin-right:auto !important;margin-top:1px !important;}[data-css=\"tve-u-171a2d278f0\"]{max-width:837px;z-index:40;float:none;margin:20px auto 0px !important;padding:40px 0px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278f0\"]{max-width:929px;}[data-css=\"tve-u-171a2d278fb\"] strong{font-weight:500;}[data-css=\"tve-u-171a2d278fb\"]{line-height:1.6em !important;}:not(#tve) [data-css=\"tve-u-171a2d278fb\"]{font-weight:300;color:rgb(18,56,81) !important;font-size:16px !important;font-family:Rubik !important;}[data-css=\"tve-u-171a2d278fa\"]{max-width:751px;float:none;margin:-20px auto 20px !important;position:relative !important;padding:1px 0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278fa\"]{max-width:460px;}[data-css=\"tve-u-17696d2bf09\"]{float:none;max-width:800px !important;margin:-280px auto 20px !important;}[data-css=\"tve-u-17e9e546e7e\"]{margin-top:0px !important;margin-bottom:0px !important;}#tcb_landing_page p{font-family:\"Source Sans Pro\";font-weight:400;font-size:24px;color:rgb(51,57,86);}#tcb_landing_page li:not([class*=\"menu\"]){font-family:\"Source Sans Pro\";font-weight:400;font-size:24px;color:rgb(51,57,86);}:not(#tve) [data-css=\"tve-u-17f927eda61\"]{font-family:Montserrat !important;font-weight:var(--g-regular-weight,normal)!important;font-size:31px !important;}[data-css=\"tve-u-17f927eda61\"]{line-height:0em !important;}:not(#tve) [data-css=\"tve-u-17f927ef9c4\"]{font-family:Montserrat !important;font-weight:var(--g-regular-weight,normal)!important;font-size:31px !important;}[data-css=\"tve-u-17f927ef9c4\"]{line-height:0em !important;}[data-css=\"tve-u-17f927fc9de\"]{max-width:33.3334%;}:not(#tve) [data-css=\"tve-u-17f928028a2\"]{font-family:Montserrat !important;font-weight:var(--g-regular-weight,normal)!important;font-size:31px !important;}[data-css=\"tve-u-17f928028a2\"]{line-height:0em !important;}[data-css=\"tve-u-17f928c3119\"]{max-width:100%;}}@media (max-width:1023px){[data-css=\"tve-u-1697a3c453e\"]{margin-top:75px !important;}[data-css=\"tve-u-1697a3c452b\"]{margin-top:75px !important;}[data-css=\"tve-u-1697a3c4515\"] .tcb-flex-col{flex-basis:420px !important;}[data-css=\"tve-u-1697a3c4515\"]{flex-direction:row;}[data-css=\"tve-u-1697a3c451e\"]{float:none;max-width:616px;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697a3c451d\"]{min-height:123px;}[data-css=\"tve-u-1697a3c4517\"]{max-width:681px;padding-left:10px !important;padding-right:10px !important;}[data-css=\"tve-u-1697a3c451c\"]{border:6px solid rgb(58,172,102) !important;}[data-css=\"tve-u-1697a3c4520\"]{max-width:616px;}[data-css=\"tve-u-1697a3c4518\"]{background-color:rgb(58,172,102) !important;}[data-css=\"tve-u-1697a3c4aa5\"]{margin-top:75px !important;}[data-css=\"tve-u-1697a3c4a92\"]{margin-top:75px !important;}[data-css=\"tve-u-1697a3c4a7c\"] .tcb-flex-col{flex-basis:420px !important;}[data-css=\"tve-u-1697a3c4a7c\"]{flex-direction:row;}[data-css=\"tve-u-1697a3c4a85\"]{float:none;max-width:616px;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697a3c4a84\"]{min-height:123px;}[data-css=\"tve-u-1697a3c4a7f\"]{max-width:681px;padding-left:10px !important;padding-right:10px !important;}[data-css=\"tve-u-1697a3c4a83\"]{border:6px solid rgb(58,172,102) !important;}[data-css=\"tve-u-1697a3c4a86\"]{max-width:616px;}[data-css=\"tve-u-1697a3c4a80\"]{background-color:rgb(58,172,102) !important;}[data-css=\"tve-u-161703f14b4\"]{max-width:621px;}[data-css=\"tve-u-1616f5523d1\"]{clip-path:url(\"#clip-tablet-top-7c5d115670918\");-webkit-clip-path:url(\"#clip-tablet-top-7c5d115670918\");}[data-css=\"tve-u-161568e7dfe\"]{margin-top:-155px !important;}[data-css=\"tve-u-1604fcb514b\"]{min-height:701px !important;}[data-css=\"tve-u-1609ca142c7\"]{min-height:1px !important;}[data-css=\"tve-u-1609ca171be\"]{clip-path:url(\"#clip-tablet-top-605ff1687da54\");-webkit-clip-path:url(\"#clip-tablet-top-605ff1687da54\");}[data-css=\"tve-u-1609ca16463\"]{margin-top:-127px !important;padding-top:0px !important;padding-bottom:50px !important;}[data-css=\"tve-u-160a25790c2\"]{padding-right:0px !important;padding-left:0px !important;padding-top:20px !important;}[data-css=\"tve-u-16170702315\"]{padding:0px !important;margin-top:0px !important;}[data-css=\"tve-u-1697ca4994f\"]{border:6px solid rgb(58,172,102) !important;}[data-css=\"tve-u-1697ca94f01\"]{border:6px solid rgb(58,172,102) !important;}[data-css=\"tve-u-1697cb168ab\"]{border:6px solid rgb(58,172,102) !important;}[data-css=\"tve-u-1697cb3c87e\"]{border:6px solid rgb(58,172,102) !important;}[data-css=\"tve-u-1697cf77162\"]{margin-left:60px !important;margin-right:60px !important;}[data-css=\"tve-u-1697e678f42\"]{max-width:616px;}[data-css=\"tve-u-1697e67ee9a\"]{max-width:616px;}[data-css=\"tve-u-1697e73fe2f\"]{max-width:616px;}[data-css=\"tve-u-1697e74525d\"]{max-width:616px;}[data-css=\"tve-u-1697756969d\"]{line-height:1.25em !important;}[data-css=\"tve-u-1697711e81a\"]{line-height:0.6em !important;}[data-css=\"tve-u-1697e950b14\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b04\"]{float:none;width:500px;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b05\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b06\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b07\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b08\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b09\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b0a\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b0b\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950af9\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-16981587c11\"]{margin-top:1px !important;}:not(#tve) [data-css=\"tve-u-16981575a92\"]{font-size:45px !important;}[data-css=\"tve-u-16cebf6ed81\"]{margin-top:31px !important;}[data-css=\"tve-u-16cebf7c208\"]{margin-top:31px !important;}[data-css=\"tve-u-16cebf9d4a4\"]{margin-top:31px !important;}[data-css=\"tve-u-16ced8c9c67\"]{margin-top:31px !important;}:not(#tve) [data-css=\"tve-u-16d4442f0c0\"]{font-size:21px !important;}[data-css=\"tve-u-16d4442f0b8\"]{min-height:1px;}[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link{min-height:73.3333px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-16d4442f0bd\"]{display:block;max-width:417.333px;width:99%;margin-top:19px !important;}[data-css=\"tve-u-16d4442f0b9\"]{padding-bottom:0px !important;}[data-css=\"tve-u-16d4442f0b5\"]{max-width:666px;float:none;margin-left:auto !important;margin-right:auto !important;padding:0px 20px !important;margin-top:-15px !important;}[data-css=\"tve-u-16d4442f0c2\"]{padding-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-171a2d27884\"]{font-size:21px !important;}[data-css=\"tve-u-171a2d2787e\"]{min-height:1px;}[data-css=\"tve-u-171a2d27882\"] .tcb-button-link{min-height:73.3333px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d27882\"]{display:block;max-width:417.333px;width:99%;margin-top:19px !important;}[data-css=\"tve-u-171a2d2787f\"]{padding-bottom:0px !important;}[data-css=\"tve-u-171a2d2787c\"]{max-width:666px;float:none;margin-left:auto !important;margin-right:auto !important;padding:0px 20px !important;margin-top:-15px !important;}[data-css=\"tve-u-171a2d27886\"]{padding-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278a5\"]{font-size:21px !important;}[data-css=\"tve-u-171a2d2789f\"]{min-height:1px;}[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link{min-height:73.3333px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d278a3\"]{display:block;max-width:417.333px;width:99%;margin-top:19px !important;}[data-css=\"tve-u-171a2d278a0\"]{padding-bottom:0px !important;}[data-css=\"tve-u-171a2d2789d\"]{max-width:666px;float:none;margin-left:auto !important;margin-right:auto !important;padding:0px 20px !important;margin-top:-15px !important;}[data-css=\"tve-u-171a2d278a7\"]{padding-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278c1\"]{font-size:21px !important;}[data-css=\"tve-u-171a2d278bb\"]{min-height:1px;}[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link{min-height:73.3333px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d278bf\"]{display:block;max-width:417.333px;width:99%;margin-top:19px !important;}[data-css=\"tve-u-171a2d278bc\"]{padding-bottom:0px !important;}[data-css=\"tve-u-171a2d278b9\"]{max-width:666px;float:none;margin-left:auto !important;margin-right:auto !important;padding:0px 20px !important;margin-top:-15px !important;}[data-css=\"tve-u-171a2d278c3\"]{padding-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278db\"]{font-size:21px !important;}[data-css=\"tve-u-171a2d278d5\"]{min-height:1px;}[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link{min-height:73.3333px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d278d9\"]{display:block;max-width:417.333px;width:99%;margin-top:19px !important;}[data-css=\"tve-u-171a2d278d6\"]{padding-bottom:0px !important;}[data-css=\"tve-u-171a2d278d3\"]{max-width:666px;float:none;margin-left:auto !important;margin-right:auto !important;padding:0px 20px !important;margin-top:-15px !important;}[data-css=\"tve-u-171a2d278dd\"]{padding-bottom:0px !important;}:not(#tve) [data-css=\"tve-u-171a2d278f8\"]{font-size:21px !important;}[data-css=\"tve-u-171a2d278f2\"]{min-height:1px;}[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link{min-height:73.3333px;font-size:1.73333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d278f6\"]{display:block;max-width:417.333px;width:99%;margin-top:19px !important;}[data-css=\"tve-u-171a2d278f3\"]{padding-bottom:0px !important;}[data-css=\"tve-u-171a2d278f0\"]{max-width:666px;float:none;margin-left:auto !important;margin-right:auto !important;padding:0px 20px !important;margin-top:-15px !important;}[data-css=\"tve-u-171a2d278fa\"]{padding-bottom:0px !important;}}@media (max-width:767px){#tcb_landing_page h1{font-size:34px;}#tcb_landing_page h2{font-size:24px;}#tcb_landing_page h3{font-size:22px;}#tcb_landing_page h4{font-size:20px;}[data-css=\"tve-u-1697a3c452b\"]{margin-top:75px !important;}[data-css=\"tve-u-1697a3c453e\"]::after{clear:both;}[data-css=\"tve-u-1697a3c4514\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-1697a3c4515\"]{flex-direction:column;padding-bottom:0px !important;}[data-css=\"tve-u-1697a3c4517\"]{float:none;max-width:303px;margin-top:75px !important;margin-left:auto !important;margin-right:auto !important;padding:15px 10px 20px !important;}[data-css=\"tve-u-1697a3c4513\"]{margin-bottom:0px !important;padding-bottom:21px !important;}:not(#tve) [data-css=\"tve-u-1697a3c4521\"]{font-size:17px !important;}[data-css=\"tve-u-1697a3c4520\"]{margin-top:10px !important;}[data-css=\"tve-u-1697a3c451b\"]{float:none;z-index:3;position:relative;max-width:127px;margin-left:auto !important;margin-right:auto !important;margin-top:10px !important;}[data-css=\"tve-u-1697a3c4a92\"]{margin-top:75px !important;}[data-css=\"tve-u-1697a3c4aa5\"]::after{clear:both;}[data-css=\"tve-u-1697a3c4a7b\"]{margin-bottom:0px !important;margin-top:0px !important;}[data-css=\"tve-u-1697a3c4a7c\"]{flex-direction:column;padding-bottom:0px !important;}[data-css=\"tve-u-1697a3c4a7f\"]{float:none;max-width:303px;margin-top:75px !important;margin-left:auto !important;margin-right:auto !important;padding:15px 10px 20px !important;}[data-css=\"tve-u-1697a3c4a7a\"]{margin-bottom:0px !important;padding-bottom:21px !important;}:not(#tve) [data-css=\"tve-u-1697a3c4a87\"]{font-size:17px !important;}[data-css=\"tve-u-1697a3c4a86\"]{margin-top:10px !important;}[data-css=\"tve-u-1697a3c4a82\"]{float:none;z-index:3;position:relative;max-width:127px;margin-left:auto !important;margin-right:auto !important;margin-top:10px !important;}[data-css=\"tve-u-1609ede293d\"]{padding-top:20px !important;}[data-css=\"tve-u-161703f14b4\"]{padding:0px 10px !important;margin:0px !important;}[data-css=\"tve-u-1616be3c2e9\"]{min-height:47px;}[data-css=\"tve-u-161568e7dfe\"]{margin-top:145px !important;}[data-css=\"tve-u-1616f5523d1\"]{clip-path:url(\"#clip-mobile-top-7c5d115670918\");-webkit-clip-path:url(\"#clip-mobile-top-7c5d115670918\");}[data-css=\"tve-u-1609ca142c7\"]{min-height:85px !important;}[data-css=\"tve-u-1604fcb514b\"] p{margin:0px !important;padding:0px !important;}[data-css=\"tve-u-1609ca16463\"]{margin-top:240px !important;padding-bottom:0px !important;}[data-css=\"tve-u-1609ca171be\"]{clip-path:url(\"#clip-mobile-top-605ff1687da54\");-webkit-clip-path:url(\"#clip-mobile-top-605ff1687da54\");}[data-css=\"tve-u-1604fcb514b\"]{min-height:489px !important;}[data-css=\"tve-u-160a25790c2\"]{padding-right:0px !important;padding-top:20px !important;}[data-css=\"tve-u-16170702315\"]{margin-top:0px !important;padding-top:0px !important;}h1{font-size:34px;}h2{font-size:24px;}h3{font-size:22px;}h4{font-size:20px;}[data-css=\"tve-u-16979a1dc90\"]{line-height:1.5em !important;}[data-css=\"tve-u-169716a23d8\"]{margin-bottom:20px !important;}[data-css=\"tve-u-1697cf77162\"]{margin-right:10px !important;margin-left:10px !important;}[data-css=\"tve-u-1697d10abb0\"]{padding-left:20px !important;padding-right:20px !important;}[data-css=\"tve-u-16978a934af\"]{padding-left:20px !important;padding-right:20px !important;}[data-css=\"tve-u-16972ae834a\"]{line-height:1.5em !important;}[data-css=\"tve-u-16972ae834d\"]{line-height:1.5em !important;}[data-css=\"tve-u-16972abdb65\"]{line-height:1.5em !important;}[data-css=\"tve-u-16972abdb66\"]{line-height:1.5em !important;}[data-css=\"tve-u-16972abdb68\"]{line-height:1.5em !important;}[data-css=\"tve-u-1697a10eef9\"]{line-height:1.5em !important;}[data-css=\"tve-u-1696f8c6cd0\"]{width:275px;}[data-css=\"tve-u-1696f8b8138\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697a3c4802\"]{line-height:1em !important;}[data-css=\"tve-u-1697a3c4806\"]{line-height:1em !important;}[data-css=\"tve-u-1697e675faa\"]{float:none;z-index:3;position:relative;max-width:127px;margin-left:auto !important;margin-right:auto !important;margin-top:10px !important;}[data-css=\"tve-u-1697e678f42\"]{margin-top:10px !important;}[data-css=\"tve-u-1697e67d527\"]{float:none;z-index:3;position:relative;max-width:127px;margin-left:auto !important;margin-right:auto !important;margin-top:10px !important;}[data-css=\"tve-u-1697e67ee9a\"]{margin-top:10px !important;}[data-css=\"tve-u-169775446b8\"]{min-height:300px !important;}[data-css=\"tve-u-1697e6cec20\"]{padding-bottom:0px !important;padding-top:0px !important;}[data-css=\"tve-u-1697b60ee97\"]{display:block;position:relative;}[data-css=\"tve-u-1697b608579\"]::after{clear:both;}[data-css=\"tve-u-1697e73e878\"]{float:none;z-index:3;position:relative;max-width:127px;margin-left:auto !important;margin-right:auto !important;margin-top:20px !important;}[data-css=\"tve-u-1697e73fe2f\"]{margin-top:20px !important;}[data-css=\"tve-u-1697e7439f1\"]{float:none;z-index:3;position:relative;max-width:127px;margin-left:auto !important;margin-right:auto !important;margin-top:10px !important;}[data-css=\"tve-u-1697e74525d\"]{margin-top:10px !important;}[data-css=\"tve-u-1697e950b09\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b06\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b08\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b14\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e950b07\"]{float:none;margin-left:auto !important;margin-right:auto !important;}[data-css=\"tve-u-1697e91fec4\"]{line-height:1.2em !important;}[data-css=\"tve-u-1697e91da4c\"]{line-height:1.75em !important;}[data-css=\"tve-u-1697dc478f9\"]{margin-bottom:80px !important;}[data-css=\"tve-u-16cebeb7143\"]{line-height:1.75em !important;}[data-css=\"tve-u-16cebf6ed81\"]{margin-top:20px !important;background-image:none !important;}[data-css=\"tve-u-16cebf7c208\"]{margin-top:20px !important;background-image:none !important;}[data-css=\"tve-u-16cebf9d4a4\"]{margin-top:20px !important;background-image:none !important;}[data-css=\"tve-u-16ced8c9c67\"]{margin-top:20px !important;background-image:none !important;}[data-css=\"tve-u-16d4442f0ba\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-16d4442f0ba\"]{font-size:19px !important;}:not(#tve) [data-css=\"tve-u-16d4442f0c0\"]{font-size:18px !important;}[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link{min-height:54.7619px;font-size:1.33333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-16d4442f0bd\"]{width:293px;display:block;max-width:293px;float:none;margin:10px auto 20px !important;}:not(#tve) [data-css=\"tve-u-16d4442f0bd\"]{display:block;max-width:100%;width:100%;}[data-css=\"tve-u-16d4442f0b9\"]{margin-top:0px !important;}[data-css=\"tve-u-16d4442f0b5\"]{margin-top:0px !important;padding:5px 15px !important;}[data-css=\"tve-u-16d4442f0c3\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-16d4442f0c3\"]{font-size:19px !important;}[data-css=\"tve-u-16d4442f0c2\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d27880\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d27880\"]{font-size:19px !important;}:not(#tve) [data-css=\"tve-u-171a2d27884\"]{font-size:18px !important;}[data-css=\"tve-u-171a2d27882\"] .tcb-button-link{min-height:54.7619px;font-size:1.33333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d27882\"]{width:293px;display:block;max-width:293px;float:none;margin:10px auto 20px !important;}:not(#tve) [data-css=\"tve-u-171a2d27882\"]{display:block;max-width:100%;width:100%;}[data-css=\"tve-u-171a2d2787f\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d2787c\"]{margin-top:0px !important;padding:5px 15px !important;}[data-css=\"tve-u-171a2d27887\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d27887\"]{font-size:19px !important;}[data-css=\"tve-u-171a2d27886\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d278a1\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d278a1\"]{font-size:19px !important;}:not(#tve) [data-css=\"tve-u-171a2d278a5\"]{font-size:18px !important;}[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link{min-height:54.7619px;font-size:1.33333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d278a3\"]{width:293px;display:block;max-width:293px;float:none;margin:10px auto 20px !important;}:not(#tve) [data-css=\"tve-u-171a2d278a3\"]{display:block;max-width:100%;width:100%;}[data-css=\"tve-u-171a2d278a0\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d2789d\"]{margin-top:0px !important;padding:5px 15px !important;}[data-css=\"tve-u-171a2d278a8\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d278a8\"]{font-size:19px !important;}[data-css=\"tve-u-171a2d278a7\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d278bd\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d278bd\"]{font-size:19px !important;}:not(#tve) [data-css=\"tve-u-171a2d278c1\"]{font-size:18px !important;}[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link{min-height:54.7619px;font-size:1.33333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d278bf\"]{width:293px;display:block;max-width:293px;float:none;margin:10px auto 20px !important;}:not(#tve) [data-css=\"tve-u-171a2d278bf\"]{display:block;max-width:100%;width:100%;}[data-css=\"tve-u-171a2d278bc\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d278b9\"]{margin-top:0px !important;padding:5px 15px !important;}[data-css=\"tve-u-171a2d278c4\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d278c4\"]{font-size:19px !important;}[data-css=\"tve-u-171a2d278c3\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d278d7\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d278d7\"]{font-size:19px !important;}:not(#tve) [data-css=\"tve-u-171a2d278db\"]{font-size:18px !important;}[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link{min-height:54.7619px;font-size:1.33333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d278d9\"]{width:293px;display:block;max-width:293px;float:none;margin:10px auto 20px !important;}:not(#tve) [data-css=\"tve-u-171a2d278d9\"]{display:block;max-width:100%;width:100%;}[data-css=\"tve-u-171a2d278d6\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d278d3\"]{margin-top:0px !important;padding:5px 15px !important;}[data-css=\"tve-u-171a2d278de\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d278de\"]{font-size:19px !important;}[data-css=\"tve-u-171a2d278dd\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d278f4\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d278f4\"]{font-size:19px !important;}:not(#tve) [data-css=\"tve-u-171a2d278f8\"]{font-size:18px !important;}[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link{min-height:54.7619px;font-size:1.33333em;padding-top:0px;padding-bottom:0px;}[data-css=\"tve-u-171a2d278f6\"]{width:293px;display:block;max-width:293px;float:none;margin:10px auto 20px !important;}:not(#tve) [data-css=\"tve-u-171a2d278f6\"]{display:block;max-width:100%;width:100%;}[data-css=\"tve-u-171a2d278f3\"]{margin-top:0px !important;}[data-css=\"tve-u-171a2d278f0\"]{margin-top:0px !important;padding:5px 15px !important;}[data-css=\"tve-u-171a2d278fb\"]{line-height:1.5em !important;}:not(#tve) [data-css=\"tve-u-171a2d278fb\"]{font-size:19px !important;}[data-css=\"tve-u-171a2d278fa\"]{margin-top:0px !important;}}@media (min-width:300px){[data-css=\"tve-u-1697a3c4a4c\"] .tcb-button-link,[data-css=\"tve-u-1697a3c4a4c\"] button{border-bottom:4px solid rgb(15,147,124);border-radius:4px;line-height:1.2em;font-size:32px;padding:18px 30px;background-image:linear-gradient(0deg,rgb(193,255,0) 0%,rgb(113,186,25) 100%) !important;background-size:auto !important;background-position:50% 50% !important;background-attachment:scroll !important;background-repeat:no-repeat !important;}}\";s:10:\"custom_css\";s:160:\"h1:not(.site-title):before, h2:before {\n    background: #767676;\n    content: \"�20\";\n    display: none;\n    height: 2px;\n    margin: 1rem 0;\n    width: 1em;\n}\";s:11:\"tve_globals\";a:2:{s:8:\"body_css\";s:17:\"tve-u-1616f2cf7aa\";s:8:\"font_cls\";a:0:{}}s:18:\"tve_global_scripts\";s:0:\"\";}}','no');
INSERT INTO `wpjn_options` VALUES (172,'recently_activated','a:0:{}','off'),(19691,'bglib_rating_prompt','a:1:{i:0;a:4:{s:6:\"plugin\";s:15:\"boldgrid-backup\";s:4:\"name\";s:18:\"any_backup_created\";s:6:\"slides\";a:4:{s:5:\"start\";a:2:{s:4:\"text\";s:212:\"It looks like you&#039;ve created 10 backups with the Total Upkeep plugin! If you feel you&#039;re getting really good value from the Total Upkeep plugin, could you do us a favor and rate us 5 stars on WordPress?\";s:9:\"decisions\";a:3:{s:9:\"sure_will\";a:3:{s:4:\"text\";s:17:\"Yes, I sure will!\";s:4:\"link\";s:61:\"https://wordpress.org/support/plugin/boldgrid-backup/reviews/\";s:5:\"slide\";s:6:\"thanks\";}s:19:\"maybe_still_testing\";a:3:{s:4:\"text\";s:47:\"Maybe later, I&#039;m still testing the plugin.\";s:6:\"snooze\";i:604800;s:5:\"slide\";s:11:\"maybe_later\";}s:11:\"already_did\";a:2:{s:4:\"text\";s:47:\"I already did / Permanently dismiss this notice\";s:5:\"slide\";s:11:\"already_did\";}}}s:6:\"thanks\";a:1:{s:4:\"text\";s:389:\"Thanks! A new page should have opened to the Total Upkeep ratings page on WordPress.org. You will need to log in to your WordPress.org account before you can post a review. If the page didn&#039;t open, please click the following link: <a href=\"https://wordpress.org/support/plugin/boldgrid-backup/reviews/\" target=\"_blank\">https://wordpress.org/support/plugin/boldgrid-backup/reviews/</a>\";}s:11:\"maybe_later\";a:1:{s:4:\"text\";s:246:\"No problem, maybe now is not a good time. We want to be your WordPress backup plugin of choice. If you&#039;re experiencing a problem or want to make a suggestion, please <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">click here</a>.\";}s:11:\"already_did\";a:1:{s:4:\"text\";s:264:\"Thank you for the previous rating! You can help us to continue improving the Total Upkeep plugin by reporting any bugs or submitting feature requests <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">here</a>. Thank you for using the Total Upkeep plugin!\";}}s:10:\"time_added\";i:1645580330;}}','yes'),(12082,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12120,'boldgrid_plugin_page_notices','a:2:{i:0;a:4:{s:2:\"id\";s:26:\"bgbkup_database_encryption\";s:8:\"isUnread\";b:0;s:7:\"version\";s:6:\"1.13.0\";s:4:\"page\";s:32:\"boldgrid-backup-premium-features\";}i:1;a:4:{s:2:\"id\";s:26:\"bgbkup_timely_auto_updates\";s:8:\"isUnread\";b:0;s:7:\"version\";s:6:\"1.14.0\";s:4:\"page\";s:32:\"boldgrid-backup-premium-features\";}}','yes'),(6311,'https_detection_errors','a:0:{}','off'),(12086,'wp_force_deactivated_plugins','a:0:{}','off'),(12087,'jetpack_dismissed_connection_banner','1','yes'),(196,'jetpack_available_modules','a:1:{s:4:\"14.3\";a:43:{s:5:\"blaze\";s:4:\"12.3\";s:6:\"blocks\";s:8:\"13.9-a.8\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:12:\"geo-location\";s:0:\"\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(112049,'category_children','a:0:{}','yes'),(30118,'tve_saved_landing_pages_meta','a:3:{i:0;a:7:{s:4:\"name\";s:7:\"vidjack\";s:8:\"template\";s:21:\"tcb2-blank-page-boxed\";s:4:\"tags\";s:17:\"imported-template\";s:4:\"date\";s:10:\"2022-04-03\";s:8:\"imported\";i:1;s:12:\"zip_filesize\";i:21138163;s:9:\"thumbnail\";s:0:\"\";}i:1;a:14:{s:4:\"name\";s:7:\"Vidjack\";s:4:\"tags\";a:2:{i:0;s:7:\"Vidjack\";i:1;s:15:\"Video Marketing\";}s:8:\"template\";s:21:\"tcb2-blank-page-boxed\";s:16:\"theme_dependency\";s:1:\"1\";s:11:\"tpl_colours\";s:0:\"\";s:13:\"tpl_gradients\";s:0:\"\";s:10:\"tpl_button\";s:0:\"\";s:11:\"tpl_section\";s:0:\"\";s:14:\"tpl_contentbox\";s:0:\"\";s:12:\"tpl_palettes\";s:0:\"\";s:12:\"tpl_skin_tag\";s:0:\"\";s:4:\"date\";s:10:\"2022-04-03\";s:9:\"thumbnail\";s:114:\"https://sunfloris.com/wordpress/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-blank-page-boxed.png\";s:13:\"preview_image\";a:3:{s:1:\"w\";s:4:\"1128\";s:1:\"h\";s:5:\"43950\";s:3:\"url\";s:125:\"https://sunfloris.com/wordpress/wp-content/uploads/thrive-visual-editor/user_templates/tcb2-blank-page-boxed-395-l1jb7t90.png\";}}i:2;a:7:{s:4:\"name\";s:12:\"designbundle\";s:8:\"template\";s:37:\"tcb2-prolayers-short-video-sales-page\";s:4:\"tags\";s:17:\"imported-template\";s:4:\"date\";s:10:\"2022-04-03\";s:8:\"imported\";i:1;s:12:\"zip_filesize\";i:14158938;s:9:\"thumbnail\";s:0:\"\";}}','yes'),(12132,'presto_player_pro_update_performance','1','no'),(12133,'presto_player_visits_database_version','1','yes'),(12134,'presto_player_presets_database_version','22','yes'),(12135,'presto_player_videos_database_version','4','yes'),(12136,'presto_player_email_collection_database_version','1','yes'),(12151,'presto_player_branding','a:3:{s:4:\"logo\";s:0:\"\";s:5:\"color\";s:7:\"#00b3ff\";s:10:\"logo_width\";d:150;}','yes'),(28035,'elementor_pro_version','3.14.1','yes'),(28038,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28032,'elementor_version','3.27.6','yes'),(28033,'elementor_install_history','a:27:{s:5:\"3.0.5\";i:1660148724;s:5:\"3.6.1\";i:1648641191;s:5:\"3.6.2\";i:1649125964;s:5:\"3.6.8\";i:1659487937;s:5:\"3.7.0\";i:1660148725;s:5:\"3.7.1\";i:1660488626;s:5:\"3.7.2\";i:1661103124;s:5:\"3.7.3\";i:1661830181;s:5:\"3.7.4\";i:1662005059;s:5:\"3.7.5\";i:1663175664;s:6:\"3.10.2\";i:1676048561;s:6:\"3.11.0\";i:1676304212;s:6:\"3.11.1\";i:1676892844;s:6:\"3.12.3\";i:1688906012;s:6:\"3.13.1\";i:1683718978;s:6:\"3.13.2\";i:1683861210;s:6:\"3.13.3\";i:1684852196;s:6:\"3.14.1\";i:1688906013;s:6:\"3.15.0\";i:1690824057;s:6:\"3.15.3\";i:1692838164;s:6:\"3.16.0\";i:1694529500;s:6:\"3.17.1\";i:1698356304;s:6:\"3.17.2\";i:1698848862;s:6:\"3.20.1\";i:1710425129;s:6:\"3.20.2\";i:1710955006;s:6:\"3.24.4\";i:1727698585;s:6:\"3.27.6\";i:1740392473;}','yes'),(28034,'elementor_events_db_version','1.0.0','no'),(27923,'presto_player_audio_presets_database_version','20','yes'),(27924,'presto_audio_preset_seed_version','2','yes'),(28059,'astra-blocks-1','a:100:{s:8:\"id-53972\";a:10:{s:5:\"title\";s:10:\"Features 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-1-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53974\";a:10:{s:5:\"title\";s:10:\"Features 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-2-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53975\";a:10:{s:5:\"title\";s:10:\"Features 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-3-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53976\";a:10:{s:5:\"title\";s:10:\"Features 4\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-4el.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-4el.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-4e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53977\";a:10:{s:5:\"title\";s:10:\"Features 5\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-5-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53978\";a:10:{s:5:\"title\";s:10:\"Features 6\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-6-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-6-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53979\";a:10:{s:5:\"title\";s:10:\"Features 7\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-7-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-7-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-7e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53973\";a:10:{s:5:\"title\";s:12:\"Statistics 4\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1e.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1e.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53971\";a:10:{s:5:\"title\";s:12:\"Statistics 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3e.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3e.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-3e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53970\";a:10:{s:5:\"title\";s:12:\"Statistics 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2e.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2e.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53969\";a:10:{s:5:\"title\";s:12:\"Statistics 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4e.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4e.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-1e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53931\";a:10:{s:5:\"title\";s:6:\"Team 1\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1el.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1el.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53932\";a:10:{s:5:\"title\";s:6:\"Team 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2-ele.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53933\";a:10:{s:5:\"title\";s:6:\"Team 3\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3el.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3el.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53934\";a:10:{s:5:\"title\";s:6:\"Team 4\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4el.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4el.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53926\";a:10:{s:5:\"title\";s:9:\"Clients 1\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1e.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1e.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-1e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53927\";a:10:{s:5:\"title\";s:9:\"Clients 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2e.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2e.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-2e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53928\";a:10:{s:5:\"title\";s:9:\"Clients 3\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3e.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3e.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-3e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53929\";a:10:{s:5:\"title\";s:9:\"Clients 4\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4e.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4e.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-4e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53846\";a:10:{s:5:\"title\";s:13:\"Testimonial 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-1el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-1el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53847\";a:10:{s:5:\"title\";s:13:\"Testimonial 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-2-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53848\";a:10:{s:5:\"title\";s:13:\"Testimonial 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-3el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-3el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53849\";a:10:{s:5:\"title\";s:13:\"Testimonial 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-4-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52865\";a:10:{s:5:\"title\";s:14:\"Contact Form 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1e.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1e.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-1e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52866\";a:10:{s:5:\"title\";s:14:\"Contact Form 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2e.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2e.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-2e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52867\";a:10:{s:5:\"title\";s:14:\"Contact Form 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3e.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3e.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-3e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52868\";a:10:{s:5:\"title\";s:14:\"Contact Form 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4e.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4e.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-4e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52857\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 6\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-6e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52808\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 2\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-2e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52809\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 3\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-3e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52810\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-4e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52811\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-5e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52797\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-1e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52796\";a:10:{s:5:\"title\";s:16:\"Call to Action 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-5e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52795\";a:10:{s:5:\"title\";s:16:\"Call to Action 4\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-4-ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52794\";a:10:{s:5:\"title\";s:16:\"Call to Action 3\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-3-ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-3e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52793\";a:10:{s:5:\"title\";s:16:\"Call to Action 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52792\";a:10:{s:5:\"title\";s:16:\"Call to Action 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-1e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52712\";a:10:{s:5:\"title\";s:5:\"FAQ 1\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1e.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1e.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-1e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52713\";a:10:{s:5:\"title\";s:5:\"FAQ 2\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2e.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2e.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52714\";a:10:{s:5:\"title\";s:5:\"FAQ 3\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3e.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3e.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-3e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52715\";a:10:{s:5:\"title\";s:5:\"FAQ 4\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4e.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4e.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52716\";a:10:{s:5:\"title\";s:5:\"FAQ 5\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5-ele.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52678\";a:10:{s:5:\"title\";s:13:\"Main Banner 9\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-9e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52677\";a:10:{s:5:\"title\";s:13:\"Main Banner 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-8e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52676\";a:10:{s:5:\"title\";s:13:\"Main Banner 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-7e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52675\";a:10:{s:5:\"title\";s:13:\"Main Banner 6\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-6e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52674\";a:10:{s:5:\"title\";s:13:\"Main Banner 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5ele.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-5e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52673\";a:10:{s:5:\"title\";s:13:\"Main Banner 4\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4ele.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-4e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52672\";a:10:{s:5:\"title\";s:13:\"Main Banner 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-3e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52671\";a:10:{s:5:\"title\";s:13:\"Main Banner 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-2e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52670\";a:10:{s:5:\"title\";s:13:\"Main Banner 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-1e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52656\";a:10:{s:5:\"title\";s:20:\"Location And Hours 6\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-6e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-6e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-6e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52655\";a:10:{s:5:\"title\";s:20:\"Location And Hours 5\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-5e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52654\";a:10:{s:5:\"title\";s:20:\"Location And Hours 4\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-4e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52653\";a:10:{s:5:\"title\";s:20:\"Location And Hours 3\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-3e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52652\";a:10:{s:5:\"title\";s:20:\"Location And Hours 2\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-2e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52651\";a:10:{s:5:\"title\";s:20:\"Location And Hours 1\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-1e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52586\";a:10:{s:5:\"title\";s:10:\"Services 4\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-4e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52589\";a:10:{s:5:\"title\";s:10:\"Services 5\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-5e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52595\";a:10:{s:5:\"title\";s:7:\"About 8\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52585\";a:10:{s:5:\"title\";s:10:\"Services 3\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52594\";a:10:{s:5:\"title\";s:7:\"About 7\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52584\";a:10:{s:5:\"title\";s:10:\"Services 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2e.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2e.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52593\";a:10:{s:5:\"title\";s:7:\"About 6\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52592\";a:10:{s:5:\"title\";s:7:\"About 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52591\";a:10:{s:5:\"title\";s:7:\"About 4\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52583\";a:10:{s:5:\"title\";s:10:\"Services 1\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1e.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1e.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52590\";a:10:{s:5:\"title\";s:7:\"About 3\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3-ele.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-3e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52588\";a:10:{s:5:\"title\";s:7:\"About 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2-ele.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52587\";a:10:{s:5:\"title\";s:7:\"About 1\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1-ele.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52528\";a:10:{s:5:\"title\";s:17:\"Image and Text 10\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10ele.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10ele.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-10e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52529\";a:10:{s:5:\"title\";s:16:\"Image and Text 9\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9ele.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-9e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52526\";a:10:{s:5:\"title\";s:16:\"Image and Text 8\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-8e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52524\";a:10:{s:5:\"title\";s:16:\"Image and Text 7\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-7e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52527\";a:10:{s:5:\"title\";s:16:\"Image and Text 6\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-6e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52525\";a:10:{s:5:\"title\";s:16:\"Image and Text 5\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5ele.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-5e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52523\";a:10:{s:5:\"title\";s:16:\"Image and Text 4\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4-ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-4e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52530\";a:10:{s:5:\"title\";s:16:\"Image and Text 3\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-3e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52521\";a:10:{s:5:\"title\";s:16:\"Image and Text 2\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2-ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-2e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52519\";a:10:{s:5:\"title\";s:16:\"Image and Text 1\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-1e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52457\";a:10:{s:5:\"title\";s:6:\"Text 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-9e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52456\";a:10:{s:5:\"title\";s:6:\"Text 8\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-8e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52455\";a:10:{s:5:\"title\";s:6:\"Text 7\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-7e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52454\";a:10:{s:5:\"title\";s:6:\"Text 6\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-6e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52453\";a:10:{s:5:\"title\";s:6:\"Text 5\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-5e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52452\";a:10:{s:5:\"title\";s:6:\"Text 4\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-4e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52451\";a:10:{s:5:\"title\";s:6:\"Text 3\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-3e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52450\";a:10:{s:5:\"title\";s:6:\"Text 2\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-2e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52449\";a:10:{s:5:\"title\";s:6:\"Text 1\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-1e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45025\";a:10:{s:5:\"title\";s:15:\"Single Quote 3B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-3b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45020\";a:10:{s:5:\"title\";s:15:\"Single Quote 3W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-3w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44974\";a:10:{s:5:\"title\";s:12:\"Portfolio 6B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-6b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44634\";a:10:{s:5:\"title\";s:12:\"Portfolio 6W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-6w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41764\";a:10:{s:5:\"title\";s:7:\"Hero 9B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-9b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38906\";a:10:{s:5:\"title\";s:7:\"Hero 9W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-9w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42229\";a:10:{s:5:\"title\";s:11:\"Services 8B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-8b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41045\";a:10:{s:5:\"title\";s:11:\"Services 8W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-8w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43000\";a:10:{s:5:\"title\";s:12:\"Services 11B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-11b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42974\";a:10:{s:5:\"title\";s:12:\"Services 11W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-11w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(28039,'betterlinks_version','2.2.2','no'),(28042,'wpdeveloper_plugins_data','a:4:{s:10:\"embedpress\";a:3:{s:16:\"notice_will_show\";a:4:{s:6:\"update\";i:1655492872;s:6:\"opt_in\";i:1655752072;s:6:\"upsale\";i:1656702472;s:6:\"review\";i:1656097672;}s:4:\"time\";i:1655492872;s:7:\"version\";s:5:\"3.4.1\";}s:11:\"betterlinks\";a:3:{s:16:\"notice_will_show\";a:1:{s:6:\"opt_in\";i:1663054145;}s:4:\"time\";i:1660132988;s:7:\"version\";s:5:\"1.4.1\";}s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1700649876;s:6:\"review\";i:1700993268;}s:4:\"time\";i:1698355777;s:7:\"version\";s:6:\"5.8.13\";}s:13:\"notificationx\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1655492873;s:6:\"review\";i:1656097673;}s:4:\"time\";i:1655492873;s:7:\"version\";s:5:\"2.5.2\";}}','no'),(28045,'eael_version','6.1.4','yes'),(27979,'elementor_pro_license_key','*********','yes'),(97531,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1692881485;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}','yes'),(27987,'elementor_active_kit','36','yes'),(28055,'betterlinks_db_version','1.6.7','no'),(28056,'betterlinks_links','{\"redirect_type\":\"307\",\"nofollow\":true,\"sponsored\":\"\",\"track_me\":true,\"param_forwarding\":\"\",\"wildcards\":false,\"disablebotclicks\":false,\"is_allow_gutenberg\":true,\"force_https\":false,\"prefix\":\"go\",\"is_allow_qr\":false,\"is_random_string\":false,\"fbs\":{\"enable_fbs\":true,\"cat_id\":0,\"delete_on\":\"task_delete\"},\"enable_custom_domain_menu\":true}','yes'),(28036,'widget_onesignalwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28037,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(27991,'embedpress:elements','a:2:{s:9:\"gutenberg\";a:14:{s:17:\"google-docs-block\";s:17:\"google-docs-block\";s:8:\"document\";s:8:\"document\";s:10:\"embedpress\";s:10:\"embedpress\";s:14:\"embedpress-pdf\";s:14:\"embedpress-pdf\";s:19:\"google-sheets-block\";s:19:\"google-sheets-block\";s:19:\"google-slides-block\";s:19:\"google-slides-block\";s:13:\"youtube-block\";s:13:\"youtube-block\";s:18:\"google-forms-block\";s:18:\"google-forms-block\";s:21:\"google-drawings-block\";s:21:\"google-drawings-block\";s:17:\"google-maps-block\";s:17:\"google-maps-block\";s:12:\"twitch-block\";s:12:\"twitch-block\";s:12:\"wistia-block\";s:12:\"wistia-block\";s:11:\"vimeo-block\";s:11:\"vimeo-block\";s:19:\"embedpress-calendar\";s:19:\"embedpress-calendar\";}s:9:\"elementor\";a:4:{s:19:\"embedpress-document\";s:19:\"embedpress-document\";s:10:\"embedpress\";s:10:\"embedpress\";s:14:\"embedpress-pdf\";s:14:\"embedpress-pdf\";s:19:\"embedpress-calendar\";s:19:\"embedpress-calendar\";}}','yes'),(27992,'embedpress','a:3:{s:24:\"need_first_time_redirect\";b:0;s:19:\"enablePluginInAdmin\";i:1;s:19:\"enablePluginInFront\";i:1;}','yes'),(27993,'embedpress_elements_updated','1','yes'),(27994,'embedpress_v_320_migration','1','yes'),(27995,'embedpress_v_330_migration','1','yes'),(27996,'eael_setup_wizard','init','yes'),(27997,'eael_save_settings','a:60:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:12:\"woo-checkout\";i:1;s:8:\"woo-cart\";i:1;s:14:\"login-register\";i:1;s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";i:1;s:20:\"woo-product-carousel\";i:1;s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";i:1;s:18:\"interactive-circle\";i:1;s:14:\"better-payment\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;s:13:\"scroll-to-top\";i:1;}','yes'),(27998,'hfcm_activation_date','1650593835','yes'),(27999,'hfcm_db_version','1.5','yes'),(28000,'loginizer_version','1.9.8','yes'),(28001,'loginizer_options','a:0:{}','yes'),(28002,'loginizer_last_reset','1740392438','yes'),(28003,'loginizer_whitelist','a:0:{}','yes'),(28004,'loginizer_blacklist','a:0:{}','yes'),(28005,'loginizer_2fa_whitelist','a:0:{}','yes'),(28006,'nx_db_version','2.1','yes'),(28007,'notificationx_2x_upgraded','1','yes'),(28008,'nx_free_version','3.0.1','yes'),(28124,'wpforms_notifications','a:4:{s:6:\"update\";i:1660136352;s:4:\"feed\";a:1:{i:0;a:6:{s:5:\"title\";s:30:\"Introducing Mapbox Integration\";s:7:\"content\";s:382:\"Make it easier than ever for visitors to fill out forms with address details! The Mapbox Search API enables address autosuggestion, helping users enter address information faster. Plus, you can add an interactive map and enable address pre-fill based on your visitor’s geolocation data for a smoother user experience. Upgrade to WPForms Pro today to integrate Mapbox with WPForms.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:168;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:185:\"https://wpforms.com/introducing-mapbox-integration-geolocation-2-3-is-here?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin%20Notification&utm_content=Mapbox%20Integration\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:144:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin%20Notification&utm_content=Mapbox%20Integration\";s:4:\"text\";s:15:\"Get WPForms Pro\";}}s:5:\"start\";s:20:\"2022-07-22 09:27:29 \";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(112051,'tcb_symbols_tax_children','a:0:{}','yes'),(29945,'tve_version','3.7','yes'),(28012,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:50:\"unlimited-elements-for-elementor/provider/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.11.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1738027297;s:11:\"plugin_path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}}s:7:\"abspath\";s:36:\"/home/n087a85/public_html/wordpress/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:8:\"sdk_path\";s:50:\"unlimited-elements-for-elementor/provider/freemius\";s:7:\"version\";s:6:\"2.11.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1738027297;}}','yes'),(28013,'fs_debug_mode','','yes'),(28014,'fs_accounts','a:8:{s:21:\"id_slug_type_path_map\";a:1:{i:4036;a:3:{s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}}s:11:\"plugin_data\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1648641188;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.9.0\";s:11:\"sdk_version\";s:6:\"2.11.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:7:\"1.5.140\";s:14:\"plugin_version\";s:7:\"1.5.141\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:21:\"sunflorisservices.com\";s:9:\"server_ip\";s:13:\"129.56.34.139\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1648641188;s:7:\"version\";s:5:\"1.5.9\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;s:19:\"last_load_timestamp\";i:1740392437;}}s:13:\"file_slug_map\";a:1:{s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:32:\"unlimited-elements-for-elementor\";}s:7:\"plugins\";a:1:{s:32:\"unlimited-elements-for-elementor\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"4036\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_719fa791fb45bf1896e3916eca491\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:32:\"Unlimited Elements for Elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:12:\"premium_slug\";s:22:\"unlimited-elements-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:7:\"version\";s:7:\"1.5.141\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}s:9:\"unique_id\";s:32:\"bade5b162ee4a3042093a6a65fd61619\";s:13:\"admin_notices\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:0:{}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}}','yes'),(28015,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(28016,'fs_api_cache','a:0:{}','no'),(28049,'unitecreator_db_version','6','yes'),(28050,'wpforms_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1648641194;s:9:\"dismissed\";b:0;}s:19:\"review_lite_request\";a:2:{s:4:\"time\";i:1659487885;s:9:\"dismissed\";b:1;}}','yes'),(28019,'action_scheduler_hybrid_store_demarkation','21','yes'),(28020,'schema-ActionScheduler_StoreSchema','7.0.1709215060','yes'),(28021,'schema-ActionScheduler_LoggerSchema','3.0.1648641189','yes'),(28022,'wpforms_version','1.7.3','yes'),(28023,'wpforms_version_lite','1.7.3','yes'),(28024,'wpforms_activated','a:1:{s:4:\"lite\";i:1648641189;}','yes'),(28029,'action_scheduler_lock_async-request-runner','67bc83a42912e7.73794172|1740407776','yes'),(28030,'loginizer_ins_time','1648641190','yes'),(28031,'loginizer_promo_time','-1655493619','yes'),(29941,'tvd_dash_inbox','a:1:{s:32:\"70b4435e2a817450370db5eb28a0d823\";a:7:{s:2:\"id\";s:32:\"70b4435e2a817450370db5eb28a0d823\";s:5:\"title\";s:81:\"The Zoom integration was temporarily removed, we are sorry for any inconvenience!\";s:4:\"info\";s:0:\"\";s:4:\"read\";i:0;s:4:\"date\";s:14:\"3rd April 2022\";s:4:\"slug\";N;s:4:\"type\";s:5:\"inbox\";}}','yes'),(28162,'current_theme','Astra','yes'),(28163,'theme_mods_astra','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"footer_menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1648642196;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:256;}','yes'),(28164,'theme_switched','','yes'),(28151,'elementskit-lite__stories_last_check','1740392466','yes'),(28152,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10014894\";O:8:\"stdClass\":9:{s:2:\"id\";i:10014894;s:5:\"title\";s:21:\"Genie Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:24:\"www.getgenie.ai/Sflash25\";s:11:\"story_image\";s:68:\"https://api.wpmet.com/auth/wp-content/uploads/2025/02/getgenie-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10014892\";O:8:\"stdClass\":9:{s:2:\"id\";i:10014892;s:5:\"title\";s:21:\"Wpmet Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:22:\"www.wpmet.com/Sflash25\";s:11:\"story_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2025/02/wpmet-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10013002\";O:8:\"stdClass\":9:{s:2:\"id\";i:10013002;s:5:\"title\";s:18:\"Genie Holiday 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:23:\"www.getgenie.ai/NYstory\";s:11:\"story_image\";s:67:\"https://api.wpmet.com/auth/wp-content/uploads/2024/12/genie-gif.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10013000\";O:8:\"stdClass\":9:{s:2:\"id\";i:10013000;s:5:\"title\";s:23:\"Wpmet Holiday Sale 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:25:\"https://wpmet.com/NYstory\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2024/12/story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10012291\";O:8:\"stdClass\":9:{s:2:\"id\";i:10012291;s:5:\"title\";s:18:\"GetGenie BFCM 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1732492800;s:3:\"end\";i:1733616000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:19:\"getgenie.ai/bfcmS24\";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/InPlugin-Story-9.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10012290\";O:8:\"stdClass\":9:{s:2:\"id\";i:10012290;s:5:\"title\";s:15:\"Wpmet BFCM 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:6:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:9:\"wp-social\";i:5;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1732492800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:17:\"wpmet.com/bfcmS24\";s:11:\"story_image\";s:69:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/wpmet_story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011351\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011351;s:5:\"title\";s:28:\"GetGenie Halloween Sale 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1729382400;s:3:\"end\";i:1731196800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"https://getgenie.ai/halloween24\";s:11:\"story_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2024/10/getgenie.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011349\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011349;s:5:\"title\";s:25:\"Wpmet Halloween Sale 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1729382400;s:3:\"end\";i:1731196800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:29:\"https://wpmet.com/halloween24\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2024/10/wpmet.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011322\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011322;s:5:\"title\";s:25:\"GetGenie Summer Sale 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1720569600;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:33:\"https://getgenie.ai/summersale-24\";s:11:\"story_image\";s:72:\"https://api.wpmet.com/auth/wp-content/uploads/2024/07/inplugin-story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011315\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011315;s:5:\"title\";s:24:\"Wpmet Birthday Sale 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:24:\"https://wpmet.com/bday24\";s:11:\"story_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2024/07/in-plugin-story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(28047,'_elementor_pro_installed_time','1648641194','yes'),(28048,'embedpress_activation_redirect_done','1','yes'),(28058,'googlesitekit_has_connected_admins','1','yes'),(28052,'googlesitekit_db_version','1.129.0','yes'),(28060,'astra-blocks-4','a:20:{s:8:\"id-41028\";a:10:{s:5:\"title\";s:14:\"Testimonial 9B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-9b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41026\";a:10:{s:5:\"title\";s:14:\"Testimonial 8B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-8b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41023\";a:10:{s:5:\"title\";s:14:\"Testimonial 7B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-7b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40740\";a:10:{s:5:\"title\";s:14:\"Testimonial 9W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-9w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40739\";a:10:{s:5:\"title\";s:14:\"Testimonial 8W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-8w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40348\";a:10:{s:5:\"title\";s:14:\"Testimonial 7W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-7w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37190\";a:10:{s:5:\"title\";s:7:\"Team 2B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-2b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-2b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37187\";a:10:{s:5:\"title\";s:7:\"Team 2W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/Team-2W.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/Team-2W.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37197\";a:10:{s:5:\"title\";s:7:\"Team 3B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37194\";a:10:{s:5:\"title\";s:7:\"Team 3W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37203\";a:10:{s:5:\"title\";s:7:\"Team 4B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37200\";a:10:{s:5:\"title\";s:7:\"Team 4W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38316\";a:10:{s:5:\"title\";s:7:\"Team 5B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-5b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38244\";a:10:{s:5:\"title\";s:7:\"Team 5W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-5w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38825\";a:10:{s:5:\"title\";s:7:\"Team 6B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-6b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38732\";a:10:{s:5:\"title\";s:7:\"Team 6W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-6w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41034\";a:10:{s:5:\"title\";s:7:\"Team 8B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-8b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40030\";a:10:{s:5:\"title\";s:7:\"Team 8W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-8w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43022\";a:10:{s:5:\"title\";s:8:\"Team 10B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10b.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10b.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-10b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43018\";a:10:{s:5:\"title\";s:8:\"Team 10W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-10w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(28061,'astra-sites-page-builders','a:4:{i:0;a:3:{s:2:\"id\";i:34;s:4:\"name\";s:14:\"Beaver Builder\";s:4:\"slug\";s:14:\"beaver-builder\";}i:1;a:3:{s:2:\"id\";i:41;s:4:\"name\";s:5:\"Brizy\";s:4:\"slug\";s:5:\"brizy\";}i:2;a:3:{s:2:\"id\";i:33;s:4:\"name\";s:9:\"Elementor\";s:4:\"slug\";s:9:\"elementor\";}i:3;a:3:{s:2:\"id\";i:42;s:4:\"name\";s:9:\"Gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";}}','no'),(28062,'astra-blocks-3','a:100:{s:8:\"id-41763\";a:10:{s:5:\"title\";s:7:\"Hero 7B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7b-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7b-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-7b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38880\";a:10:{s:5:\"title\";s:7:\"Hero 7W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7w-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7w-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-7w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37688\";a:10:{s:5:\"title\";s:11:\"Features 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37686\";a:10:{s:5:\"title\";s:11:\"Features 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37697\";a:10:{s:5:\"title\";s:11:\"Features 2B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37695\";a:10:{s:5:\"title\";s:11:\"Features 2W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37705\";a:10:{s:5:\"title\";s:11:\"Features 3B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37704\";a:10:{s:5:\"title\";s:11:\"Features 3W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3w-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41937\";a:10:{s:5:\"title\";s:11:\"Features 5B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38863\";a:10:{s:5:\"title\";s:11:\"Features 5W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41938\";a:10:{s:5:\"title\";s:11:\"Features 6B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38876\";a:10:{s:5:\"title\";s:11:\"Features 6W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44869\";a:10:{s:5:\"title\";s:12:\"Features 10B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-10b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44862\";a:10:{s:5:\"title\";s:12:\"Features 10W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-10w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37099\";a:10:{s:5:\"title\";s:6:\"FAQ 2B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37096\";a:10:{s:5:\"title\";s:6:\"FAQ 2W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37111\";a:10:{s:5:\"title\";s:6:\"FAQ 4B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37108\";a:10:{s:5:\"title\";s:6:\"FAQ 4W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39838\";a:10:{s:5:\"title\";s:6:\"FAQ 5B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38917\";a:10:{s:5:\"title\";s:6:\"FAQ 5W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39839\";a:10:{s:5:\"title\";s:6:\"FAQ 6B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-6b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38926\";a:10:{s:5:\"title\";s:6:\"FAQ 6W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-6w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44840\";a:10:{s:5:\"title\";s:6:\"FAQ 9B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-9b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44831\";a:10:{s:5:\"title\";s:6:\"FAQ 9W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-9w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37549\";a:10:{s:5:\"title\";s:10:\"Clients 5B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5b-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5b-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-5b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37550\";a:10:{s:5:\"title\";s:10:\"Clients 5W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5w-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5w-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-5w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37558\";a:10:{s:5:\"title\";s:10:\"Clients 6B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6b-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6b-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-6b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37557\";a:10:{s:5:\"title\";s:10:\"Clients 6W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6w-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6w-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-6w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39812\";a:10:{s:5:\"title\";s:10:\"Clients 7B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7b-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7b-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-7b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39787\";a:10:{s:5:\"title\";s:10:\"Clients 7W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7w-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7w-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-7w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37122\";a:10:{s:5:\"title\";s:17:\"Call To Action 2B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37120\";a:10:{s:5:\"title\";s:17:\"Call To Action 2W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37136\";a:10:{s:5:\"title\";s:17:\"Call To Action 4B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37132\";a:10:{s:5:\"title\";s:17:\"Call To Action 4W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37150\";a:10:{s:5:\"title\";s:17:\"Call To Action 6B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-6b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37147\";a:10:{s:5:\"title\";s:17:\"Call To Action 6W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-6w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39763\";a:10:{s:5:\"title\";s:17:\"Call To Action 7B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-7b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39761\";a:10:{s:5:\"title\";s:17:\"Call To Action 7W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-7w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42960\";a:10:{s:5:\"title\";s:17:\"Call To Action 8B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-8b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-28634\";a:10:{s:5:\"title\";s:17:\"Call To Action 8W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-8w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39771\";a:10:{s:5:\"title\";s:17:\"Call To Action 9B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-9b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39755\";a:10:{s:5:\"title\";s:17:\"Call To Action 9W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-9w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43883\";a:10:{s:5:\"title\";s:10:\"Contact 1B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-1b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43873\";a:10:{s:5:\"title\";s:10:\"Contact 1W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-1w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43930\";a:10:{s:5:\"title\";s:10:\"Contact 3B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-3b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43906\";a:10:{s:5:\"title\";s:10:\"Contact 3W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-3w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43964\";a:10:{s:5:\"title\";s:10:\"Contact 5B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-5b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43951\";a:10:{s:5:\"title\";s:10:\"Contact 5W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-5w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44803\";a:10:{s:5:\"title\";s:10:\"Contact 7B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-7b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43990\";a:10:{s:5:\"title\";s:10:\"Contact 7W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-7w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44286\";a:10:{s:5:\"title\";s:10:\"Contact 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-8b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44123\";a:10:{s:5:\"title\";s:10:\"Contact 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-8w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44304\";a:10:{s:5:\"title\";s:10:\"Contact 9B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-9b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44189\";a:10:{s:5:\"title\";s:10:\"Contact 9W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-9w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44821\";a:10:{s:5:\"title\";s:11:\"Contact 10B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-10b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44819\";a:10:{s:5:\"title\";s:11:\"Contact 10W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-10w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36983\";a:10:{s:5:\"title\";s:8:\"About 1B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1B-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1B-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36980\";a:10:{s:5:\"title\";s:8:\"About 1W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1W-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1W-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37019\";a:10:{s:5:\"title\";s:8:\"About 2B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2B-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2B-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37015\";a:10:{s:5:\"title\";s:8:\"About 2W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2W-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2W-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37043\";a:10:{s:5:\"title\";s:8:\"About 4B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4b-2.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4b-2.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37040\";a:10:{s:5:\"title\";s:8:\"About 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4w-2.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4w-2.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38180\";a:10:{s:5:\"title\";s:8:\"About 6B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6b.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6b.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38147\";a:10:{s:5:\"title\";s:8:\"About 6W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42723\";a:10:{s:5:\"title\";s:8:\"About 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8b-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8b-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42709\";a:10:{s:5:\"title\";s:8:\"About 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8w-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8w-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42950\";a:10:{s:5:\"title\";s:8:\"About 9B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9b.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9b.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-9b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-28474\";a:10:{s:5:\"title\";s:8:\"About 9W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-9w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42169\";a:10:{s:5:\"title\";s:13:\"Statistics 2B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42166\";a:10:{s:5:\"title\";s:13:\"Statistics 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42236\";a:10:{s:5:\"title\";s:13:\"Statistics 4B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42219\";a:10:{s:5:\"title\";s:13:\"Statistics 4W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4w.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42259\";a:10:{s:5:\"title\";s:13:\"Statistics 5B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5d.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5d.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-5b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42251\";a:10:{s:5:\"title\";s:13:\"Statistics 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-5w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42295\";a:10:{s:5:\"title\";s:13:\"Statistics 7B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-7b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42292\";a:10:{s:5:\"title\";s:13:\"Statistics 7W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7w.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-7w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42304\";a:10:{s:5:\"title\";s:13:\"Statistics 8B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-8b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42298\";a:10:{s:5:\"title\";s:13:\"Statistics 8W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8w.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-8w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44883\";a:10:{s:5:\"title\";s:14:\"Statistics 10B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-10b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44878\";a:10:{s:5:\"title\";s:14:\"Statistics 10W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-10w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37726\";a:10:{s:5:\"title\";s:11:\"Services 1W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37739\";a:10:{s:5:\"title\";s:11:\"Services 1B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37747\";a:10:{s:5:\"title\";s:11:\"Services 2B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37748\";a:10:{s:5:\"title\";s:11:\"Services 2W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37754\";a:10:{s:5:\"title\";s:11:\"Services 3B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37755\";a:10:{s:5:\"title\";s:11:\"Services 3W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42227\";a:10:{s:5:\"title\";s:11:\"Services 6B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-6b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38930\";a:10:{s:5:\"title\";s:11:\"Services 6W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-6w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42231\";a:10:{s:5:\"title\";s:11:\"Services 9B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-9b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41054\";a:10:{s:5:\"title\";s:11:\"Services 9W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-9w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43013\";a:10:{s:5:\"title\";s:12:\"Services 12B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-12b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43009\";a:10:{s:5:\"title\";s:12:\"Services 12W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-12w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37890\";a:10:{s:5:\"title\";s:14:\"Testimonial 1B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1B.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1B.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37889\";a:10:{s:5:\"title\";s:14:\"Testimonial 1W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1W.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1W.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37898\";a:10:{s:5:\"title\";s:14:\"Testimonial 2B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2B.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2B.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37899\";a:10:{s:5:\"title\";s:14:\"Testimonial 2W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37905\";a:10:{s:5:\"title\";s:14:\"Testimonial 3B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3B.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3B.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37904\";a:10:{s:5:\"title\";s:14:\"Testimonial 3W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38536\";a:10:{s:5:\"title\";s:14:\"Testimonial 5B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-5b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38471\";a:10:{s:5:\"title\";s:14:\"Testimonial 5W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-5w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(28063,'astra-blocks-2','a:100:{s:8:\"id-44962\";a:10:{s:5:\"title\";s:12:\"Portfolio 2B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-2b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44359\";a:10:{s:5:\"title\";s:12:\"Portfolio 2W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-2w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44768\";a:10:{s:5:\"title\";s:18:\"Call To Action 10B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10b.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-10b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44762\";a:10:{s:5:\"title\";s:18:\"Call To Action 10W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10w.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-10w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43103\";a:10:{s:5:\"title\";s:7:\"Hero 8B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-8b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43099\";a:10:{s:5:\"title\";s:7:\"Hero 8W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-8w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37057\";a:10:{s:5:\"title\";s:8:\"About 5B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5b-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5b-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37051\";a:10:{s:5:\"title\";s:8:\"About 5W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5w-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44858\";a:10:{s:5:\"title\";s:11:\"Features 9B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-9b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44853\";a:10:{s:5:\"title\";s:11:\"Features 9W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-9w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38225\";a:10:{s:5:\"title\";s:8:\"About 7B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7b.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7b.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38155\";a:10:{s:5:\"title\";s:8:\"About 7W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44734\";a:10:{s:5:\"title\";s:9:\"About 10B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10b.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10b.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-10b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44699\";a:10:{s:5:\"title\";s:9:\"About 10W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10w.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10w.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-10w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38937\";a:10:{s:5:\"title\";s:11:\"Services 7W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-7w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42228\";a:10:{s:5:\"title\";s:11:\"Services 7B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-7b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44957\";a:10:{s:5:\"title\";s:12:\"Portfolio 1B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-1b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44337\";a:10:{s:5:\"title\";s:12:\"Portfolio 1W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-1w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42232\";a:10:{s:5:\"title\";s:12:\"Services 10B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-10b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41061\";a:10:{s:5:\"title\";s:12:\"Services 10W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-10w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45012\";a:10:{s:5:\"title\";s:15:\"Single Quote 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-1b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44309\";a:10:{s:5:\"title\";s:15:\"Single Quote 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-1w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45013\";a:10:{s:5:\"title\";s:15:\"Single Quote 2B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-2b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44334\";a:10:{s:5:\"title\";s:15:\"Single Quote 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-2w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45035\";a:10:{s:5:\"title\";s:15:\"Single Quote 4B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-4b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45030\";a:10:{s:5:\"title\";s:15:\"Single Quote 4W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-4w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45074\";a:10:{s:5:\"title\";s:15:\"Single Quote 8B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-8b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45070\";a:10:{s:5:\"title\";s:15:\"Single Quote 8W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-8w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37184\";a:10:{s:5:\"title\";s:7:\"Team 1B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1b-2020.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37153\";a:10:{s:5:\"title\";s:7:\"Team 1W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1w-2020-new.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1w-2020-new.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38843\";a:10:{s:5:\"title\";s:7:\"Team 7B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-7b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38833\";a:10:{s:5:\"title\";s:7:\"Team 7W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-7w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41033\";a:10:{s:5:\"title\";s:7:\"Team 9B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-9b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40097\";a:10:{s:5:\"title\";s:7:\"Team 9W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-9w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37911\";a:10:{s:5:\"title\";s:14:\"Testimonial 4B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4B.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4B.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37910\";a:10:{s:5:\"title\";s:14:\"Testimonial 4W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4W.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4W.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38585\";a:10:{s:5:\"title\";s:14:\"Testimonial 6B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-6b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38551\";a:10:{s:5:\"title\";s:14:\"Testimonial 6W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-6w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43056\";a:10:{s:5:\"title\";s:15:\"Testimonial 10B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/testimonial-10b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-35365\";a:10:{s:5:\"title\";s:15:\"Testimonial 10W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/testimonial-10w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43983\";a:10:{s:5:\"title\";s:10:\"Contact 6W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-6w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-6w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-6w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43901\";a:10:{s:5:\"title\";s:10:\"Contact 2B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-2b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43887\";a:10:{s:5:\"title\";s:10:\"Contact 2W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-2w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43947\";a:10:{s:5:\"title\";s:10:\"Contact 4B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-4b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43934\";a:10:{s:5:\"title\";s:10:\"Contact 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-4w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37642\";a:10:{s:5:\"title\";s:10:\"Heading 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-1b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37640\";a:10:{s:5:\"title\";s:10:\"Heading 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-1w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37647\";a:10:{s:5:\"title\";s:10:\"Heading 2B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-2b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37646\";a:10:{s:5:\"title\";s:10:\"Heading 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-2w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37656\";a:10:{s:5:\"title\";s:10:\"Heading 3B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-3b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37655\";a:10:{s:5:\"title\";s:10:\"Heading 3W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-3w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37662\";a:10:{s:5:\"title\";s:10:\"Heading 4B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4b-2020-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4b-2020-1.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-4b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37661\";a:10:{s:5:\"title\";s:10:\"Heading 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-4w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37670\";a:10:{s:5:\"title\";s:10:\"Heading 5B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-5b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37669\";a:10:{s:5:\"title\";s:10:\"Heading 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-5w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37679\";a:10:{s:5:\"title\";s:10:\"Heading 6B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-6b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37678\";a:10:{s:5:\"title\";s:10:\"Heading 6W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-6w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42869\";a:10:{s:5:\"title\";s:10:\"Heading 7B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-7b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42862\";a:10:{s:5:\"title\";s:10:\"Heading 7W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-7w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42885\";a:10:{s:5:\"title\";s:10:\"Heading 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-8b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42884\";a:10:{s:5:\"title\";s:10:\"Heading 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-8w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45123\";a:10:{s:5:\"title\";s:10:\"Heading 9B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-9b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45107\";a:10:{s:5:\"title\";s:10:\"Heading 9W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-9w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45145\";a:10:{s:5:\"title\";s:11:\"Heading 10B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-10b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45115\";a:10:{s:5:\"title\";s:11:\"Heading 10W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-10w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45047\";a:10:{s:5:\"title\";s:15:\"Single Quote 5B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-5b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45041\";a:10:{s:5:\"title\";s:15:\"Single Quote 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-5w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45056\";a:10:{s:5:\"title\";s:15:\"Single Quote 6B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-6b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45053\";a:10:{s:5:\"title\";s:15:\"Single Quote 6W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-6w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45064\";a:10:{s:5:\"title\";s:15:\"Single Quote 7B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-7b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45059\";a:10:{s:5:\"title\";s:15:\"Single Quote 7W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-7w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45090\";a:10:{s:5:\"title\";s:15:\"Single Quote 9B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-9b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45079\";a:10:{s:5:\"title\";s:15:\"Single Quote 9W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-9w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45100\";a:10:{s:5:\"title\";s:16:\"Single Quote 10B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10b.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10b.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/single-quote-10b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45094\";a:10:{s:5:\"title\";s:16:\"Single Quote 10W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10w.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10w.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/single-quote-10w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44465\";a:10:{s:5:\"title\";s:12:\"Portfolio 3B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-3b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44385\";a:10:{s:5:\"title\";s:12:\"Portfolio 3W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-3w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44483\";a:10:{s:5:\"title\";s:12:\"Portfolio 4B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-4b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44433\";a:10:{s:5:\"title\";s:12:\"Portfolio 4W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-4w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44964\";a:10:{s:5:\"title\";s:12:\"Portfolio 5B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-5b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44524\";a:10:{s:5:\"title\";s:12:\"Portfolio 5W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-5w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44709\";a:10:{s:5:\"title\";s:12:\"Portfolio 7W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-7w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-7w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-7w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44980\";a:10:{s:5:\"title\";s:12:\"Portfolio 8B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-8b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44925\";a:10:{s:5:\"title\";s:12:\"Portfolio 8W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-8w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44984\";a:10:{s:5:\"title\";s:12:\"Portfolio 9B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-9b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44929\";a:10:{s:5:\"title\";s:12:\"Portfolio 9W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-9w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44999\";a:10:{s:5:\"title\";s:13:\"Portfolio 10B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-10b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44955\";a:10:{s:5:\"title\";s:13:\"Portfolio 10W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10w.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-10w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36936\";a:10:{s:5:\"title\";s:7:\"Hero 1B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-1b-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-1b-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-1b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-29230\";a:10:{s:5:\"title\";s:7:\"Hero 1W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2019/08/hero-1w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2019/08/hero-1w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-1w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36953\";a:10:{s:5:\"title\";s:7:\"Hero 2B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-2b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36939\";a:10:{s:5:\"title\";s:7:\"Hero 2W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-2w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36958\";a:10:{s:5:\"title\";s:7:\"Hero 3B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-3b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36942\";a:10:{s:5:\"title\";s:7:\"Hero 3W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-3w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36964\";a:10:{s:5:\"title\";s:7:\"Hero 4B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-4b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36961\";a:10:{s:5:\"title\";s:7:\"Hero 4W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-4w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44908\";a:10:{s:5:\"title\";s:7:\"Hero 5B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-5b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44687\";a:10:{s:5:\"title\";s:7:\"Hero 5W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-5w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43090\";a:10:{s:5:\"title\";s:7:\"Hero 6B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-6b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38118\";a:10:{s:5:\"title\";s:7:\"Hero 6W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6w-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6w-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-6w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(28064,'astra-blocks-categories','a:18:{i:832;a:3:{s:2:\"id\";i:832;s:4:\"name\";s:14:\"Call To Action\";s:4:\"slug\";s:14:\"call-to-action\";}i:825;a:3:{s:2:\"id\";i:825;s:4:\"name\";s:5:\"About\";s:4:\"slug\";s:5:\"about\";}i:1091;a:3:{s:2:\"id\";i:1091;s:4:\"name\";s:7:\"Clients\";s:4:\"slug\";s:7:\"clients\";}i:1416;a:3:{s:2:\"id\";i:1416;s:4:\"name\";s:7:\"Contact\";s:4:\"slug\";s:7:\"contact\";}i:1001;a:3:{s:2:\"id\";i:1001;s:4:\"name\";s:3:\"FAQ\";s:4:\"slug\";s:3:\"faq\";}i:919;a:3:{s:2:\"id\";i:919;s:4:\"name\";s:8:\"Features\";s:4:\"slug\";s:8:\"features\";}i:1094;a:3:{s:2:\"id\";i:1094;s:4:\"name\";s:7:\"Heading\";s:4:\"slug\";s:7:\"heading\";}i:831;a:3:{s:2:\"id\";i:831;s:4:\"name\";s:4:\"Hero\";s:4:\"slug\";s:4:\"hero\";}i:1948;a:3:{s:2:\"id\";i:1948;s:4:\"name\";s:14:\"Image and Text\";s:4:\"slug\";s:14:\"image-and-text\";}i:1950;a:3:{s:2:\"id\";i:1950;s:4:\"name\";s:18:\"Location And Hours\";s:4:\"slug\";s:18:\"location-and-hours\";}i:1425;a:3:{s:2:\"id\";i:1425;s:4:\"name\";s:9:\"Portfolio\";s:4:\"slug\";s:9:\"portfolio\";}i:952;a:3:{s:2:\"id\";i:952;s:4:\"name\";s:8:\"Services\";s:4:\"slug\";s:8:\"services\";}i:1424;a:3:{s:2:\"id\";i:1424;s:4:\"name\";s:12:\"Single Quote\";s:4:\"slug\";s:12:\"single-quote\";}i:1096;a:3:{s:2:\"id\";i:1096;s:4:\"name\";s:10:\"Statistics\";s:4:\"slug\";s:10:\"statistics\";}i:1953;a:3:{s:2:\"id\";i:1953;s:4:\"name\";s:14:\"Subscribe Form\";s:4:\"slug\";s:14:\"subscribe-form\";}i:829;a:3:{s:2:\"id\";i:829;s:4:\"name\";s:4:\"Team\";s:4:\"slug\";s:4:\"team\";}i:830;a:3:{s:2:\"id\";i:830;s:4:\"name\";s:12:\"Testimonials\";s:4:\"slug\";s:12:\"testimonials\";}i:1946;a:3:{s:2:\"id\";i:1946;s:4:\"name\";s:4:\"Text\";s:4:\"slug\";s:4:\"text\";}}','no'),(28065,'astra-sites-requests','33','no'),(28066,'astra-sites-and-pages-page-1','a:15:{s:8:\"id-59589\";a:15:{s:5:\"title\";s:9:\"Lotus Spa\";s:2:\"id\";i:59589;s:12:\"publish-date\";i:1646330912;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home-600x2915.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home-400x1943.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-02\";s:20:\"astra-site-parent-id\";i:2638;s:15:\"astra-sites-tag\";a:9:{i:2643;s:19:\"ayurvedic-treatment\";i:2642;s:8:\"body-spa\";i:2641;s:13:\"curative-bath\";i:2639;s:9:\"lotus-spa\";i:528;s:7:\"massage\";i:530;s:3:\"spa\";i:2640;s:8:\"spa-club\";i:2644;s:11:\"spa-therapy\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-59593\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-services-600x2746.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-02/wp-json/wp/v2/pages/467\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59590\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-about-600x2079.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-02/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59591\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-contact-600x931.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-02/wp-json/wp/v2/pages/647\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59592\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home-600x2915.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/lotus-spa-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-59540\";a:15:{s:5:\"title\";s:12:\"Library Cafe\";s:2:\"id\";i:59540;s:12:\"publish-date\";i:1646329876;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-home-600x2258.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-home-400x1505.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/cafe-library-08\";s:20:\"astra-site-parent-id\";i:2636;s:15:\"astra-sites-tag\";a:7:{i:2607;s:10:\"book-house\";i:1740;s:5:\"books\";i:2606;s:10:\"books-room\";i:1527;s:9:\"cafeteria\";i:2603;s:10:\"coffee-bar\";i:2604;s:7:\"library\";i:2605;s:12:\"library-cafe\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-59541\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-about-600x1513.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/710\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cafe-library-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-59542\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-contact-600x986.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/712\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cafe-library-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59543\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-home-600x2258.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/704\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-library-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59544\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-menu-600x1083.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/706\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cafe-library-08/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-59545\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-reviews.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/cafe-library-08-reviews-600x1056.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/708\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cafe-library-08/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}}}s:8:\"id-59264\";a:15:{s:5:\"title\";s:18:\"Personal Portfolio\";s:2:\"id\";i:59264;s:12:\"publish-date\";i:1644408071;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/personal-portfolio-02\";s:20:\"astra-site-parent-id\";i:2587;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-59265\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-about-.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-about-.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/personal-portfolio-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/personal-portfolio-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59266\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/personal-portfolio-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/personal-portfolio-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59267\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/personal-portfolio-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/personal-portfolio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59268\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/personal-portfolio-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/personal-portfolio-02/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58716\";a:15:{s:5:\"title\";s:11:\"Love Nature\";s:2:\"id\";i:58716;s:12:\"publish-date\";i:1637954772;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/love-nature-02\";s:20:\"astra-site-parent-id\";i:2470;s:15:\"astra-sites-tag\";a:8:{i:538;s:6:\"forest\";i:2456;s:7:\"generic\";i:2493;s:12:\"multipurpose\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-58731\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/love-nature-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/love-nature-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58730\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/love-nature-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/love-nature-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58732\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/love-nature-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/love-nature-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58733\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/love-nature-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/love-nature-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58478\";a:15:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:58478;s:12:\"publish-date\";i:1633716900;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-08\";s:20:\"astra-site-parent-id\";i:2451;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-58545\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1002\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plant-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-58546\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1004\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/plant-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58547\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1008\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-56593\";a:15:{s:5:\"title\";s:18:\"Meditation Courses\";s:2:\"id\";i:56593;s:12:\"publish-date\";i:1632945042;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-homepage-gb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-homepage-gb.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/learn-meditation-08\";s:20:\"astra-site-parent-id\";i:2242;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:1850;s:10:\"meditation\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2494;s:9:\"elearning\";i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-56595\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-classes-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-classes-gb.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56596\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56594\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-about-gb.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/learn-meditation-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56597\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/meditation-courses-homepage-gb.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/572\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/learn-meditation-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-19808\";a:15:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:2:\"id\";i:19808;s:12:\"publish-date\";i:1543500721;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-02\";s:20:\"astra-site-parent-id\";i:186;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23830\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23827\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23832\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-services.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23831\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-our-projects.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-our-projects.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23829\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23829-outdoor-adventure-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19884\";a:15:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:2:\"id\";i:19884;s:12:\"publish-date\";i:1544174928;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-01\";s:20:\"astra-site-parent-id\";i:184;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23776\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/271\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23769\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-about-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23781\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-services-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23780\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-projects-screenshot.png\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-projects-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23772\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23772-outdoor-adventure-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-17988\";a:15:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:17988;s:12:\"publish-date\";i:1513833542;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-02\";s:20:\"astra-site-parent-id\";i:317;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-34092\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/brandstore-02-home-2.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-26320\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-26323\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-02-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/414\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48078\";a:15:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:2:\"id\";i:48078;s:12:\"publish-date\";i:1603893485;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-08\";s:20:\"astra-site-parent-id\";i:1698;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48079\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48083\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48082\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48080\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-53593\";a:15:{s:5:\"title\";s:12:\"The Pizzeria\";s:2:\"id\";i:53593;s:12:\"publish-date\";i:1620419161;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pizzeria-04\";s:20:\"astra-site-parent-id\";i:1961;s:15:\"astra-sites-tag\";a:10:{i:2011;s:15:\"fast-food-chain\";i:2013;s:20:\"fast-food-restaurant\";i:2018;s:17:\"fast-food-service\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:1975;s:5:\"pasta\";i:1971;s:5:\"pizza\";i:2012;s:11:\"pizza-house\";i:1977;s:8:\"pizzeria\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-53594\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/860\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pizzeria-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53595\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/1035\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pizzeria-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53596\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pizzeria-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53597\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-offers.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-offers.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/1018\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/pizzeria-04/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53598\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-our-menu.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/648\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pizzeria-04/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-18035\";a:15:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:18035;s:12:\"publish-date\";i:1514381509;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-01\";s:20:\"astra-site-parent-id\";i:149;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-23419\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23417\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23418\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23418-brandstore-contact-us-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/414\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48050\";a:15:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:48050;s:12:\"publish-date\";i:1603830906;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-08\";s:20:\"astra-site-parent-id\";i:1695;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:3:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-48053\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-home-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48051\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48052\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20478\";a:15:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:20478;s:12:\"publish-date\";i:1545657559;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-05\";s:20:\"astra-site-parent-id\";i:165;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-23567\";a:12:{s:5:\"title\";s:8:\"Homepage\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/448\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23565\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/465\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23566\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-59077\";a:15:{s:5:\"title\";s:19:\"Recycled Shoe Store\";s:2:\"id\";i:59077;s:12:\"publish-date\";i:1643646115;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/recycled-shoe-store-04\";s:20:\"astra-site-parent-id\";i:2574;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2427;s:12:\"sports-shoes\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-59078\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/859\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/recycled-shoe-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59079\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recycled-shoe-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59080\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-lookbook.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/recycled-shoe-store-04/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59081\";a:12:{s:5:\"title\";s:4:\"Sale\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-sale.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-sale.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/731\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/recycled-shoe-store-04/sale/\";s:15:\"astra-sites-tag\";a:2:{i:2575;s:8:\"discount\";i:2063;s:5:\"sales\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59082\";a:12:{s:5:\"title\";s:5:\"Story\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-story.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-story.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/524\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/recycled-shoe-store-04/story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(28067,'astra-sites-and-pages-page-2','a:15:{s:8:\"id-31992\";a:15:{s:5:\"title\";s:13:\"Organic Store\";s:2:\"id\";i:31992;s:12:\"publish-date\";i:1568718364;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-02\";s:20:\"astra-site-parent-id\";i:910;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2424;s:11:\"health-food\";i:2425;s:9:\"lite-food\";i:369;s:7:\"natural\";i:2215;s:16:\"online-marketing\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:368;s:7:\"organic\";i:2423;s:12:\"organic-food\";i:967;s:13:\"product-store\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:2426;s:15:\"vegetarian-food\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}}s:5:\"pages\";a:3:{s:8:\"id-33788\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31993\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31994\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-22401\";a:15:{s:5:\"title\";s:13:\"Organic Store\";s:2:\"id\";i:22401;s:12:\"publish-date\";i:1562655449;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-01\";s:20:\"astra-site-parent-id\";i:79;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2424;s:11:\"health-food\";i:2425;s:9:\"lite-food\";i:369;s:7:\"natural\";i:2215;s:16:\"online-marketing\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:368;s:7:\"organic\";i:2423;s:12:\"organic-food\";i:967;s:13:\"product-store\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:2426;s:15:\"vegetarian-food\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-34078\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22303\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22304\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-48121\";a:15:{s:5:\"title\";s:13:\"Organic Store\";s:2:\"id\";i:48121;s:12:\"publish-date\";i:1603893477;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-08\";s:20:\"astra-site-parent-id\";i:1702;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2424;s:11:\"health-food\";i:2425;s:9:\"lite-food\";i:369;s:7:\"natural\";i:2215;s:16:\"online-marketing\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:368;s:7:\"organic\";i:2423;s:12:\"organic-food\";i:967;s:13:\"product-store\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:2426;s:15:\"vegetarian-food\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-48124\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop01-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3610\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-48122\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-about-gb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-48123\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3614\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}}}s:8:\"id-53724\";a:15:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:2:\"id\";i:53724;s:12:\"publish-date\";i:1623427699;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-04\";s:20:\"astra-site-parent-id\";i:2000;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2173;s:11:\"food-drinks\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-53726\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53725\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/462\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53727\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53728\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-reviews.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/709\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53729\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-videos.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-videos.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/833\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-04/videos/\";s:15:\"astra-sites-tag\";a:2:{i:2002;s:7:\"updates\";i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55865\";a:15:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:2:\"id\";i:55865;s:12:\"publish-date\";i:1624910279;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-03\";s:20:\"astra-site-parent-id\";i:2222;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2172;s:19:\"food-drinks-vlogger\";i:2068;s:15:\"food-and-drinks\";i:2223;s:26:\"food-and-drinks-influencer\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55866\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-about-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1069\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55867\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-contact-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1085\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55868\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1056\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55869\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-reviews-bb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-reviews-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1075\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:1615;s:7:\"reviews\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55870\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-videos-bb.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-videos-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1079\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-03/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-57006\";a:15:{s:5:\"title\";s:17:\"Business Magazine\";s:2:\"id\";i:57006;s:12:\"publish-date\";i:1626890664;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/business-magazine-04\";s:20:\"astra-site-parent-id\";i:2258;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-57007\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-magazine-04/wp-json/wp/v2/pages/495\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/business-magazine-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57008\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-magazine-04/wp-json/wp/v2/pages/497\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-magazine-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57009\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-magazine-04/wp-json/wp/v2/pages/226\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/business-magazine-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-52215\";a:15:{s:5:\"title\";s:23:\"Wine Bar and Restaurant\";s:2:\"id\";i:52215;s:12:\"publish-date\";i:1620389225;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/wine-bar-and-restaurant-04\";s:20:\"astra-site-parent-id\";i:1944;s:15:\"astra-sites-tag\";a:12:{i:1980;s:3:\"bar\";i:2004;s:8:\"barbeque\";i:2007;s:19:\"barbeque-restaurant\";i:1988;s:10:\"beer-joint\";i:882;s:6:\"drinks\";i:1982;s:10:\"food-court\";i:350;s:5:\"hotel\";i:1983;s:3:\"pub\";i:335;s:10:\"restaurant\";i:2006;s:8:\"wine-bar\";i:2005;s:23:\"wine-bar-and-restaurant\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-52216\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52217\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52218\";a:12:{s:5:\"title\";s:6:\"Grills\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-grills.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-grills.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-04/grills/\";s:15:\"astra-sites-tag\";a:2:{i:1978;s:5:\"grill\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52219\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-04/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52220\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wine-bar-and-restaurant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52221\";a:12:{s:5:\"title\";s:5:\"Wines\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-wines.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-wines.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wine-bar-and-restaurant-04/wines/\";s:15:\"astra-sites-tag\";a:2:{i:1979;s:4:\"wine\";i:633;s:6:\"winery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-54361\";a:15:{s:5:\"title\";s:23:\"Wine Bar and Restaurant\";s:2:\"id\";i:54361;s:12:\"publish-date\";i:1621266421;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/wine-bar-and-restaurant-03\";s:20:\"astra-site-parent-id\";i:2026;s:15:\"astra-sites-tag\";a:12:{i:1980;s:3:\"bar\";i:2004;s:8:\"barbeque\";i:2007;s:19:\"barbeque-restaurant\";i:1988;s:10:\"beer-joint\";i:882;s:6:\"drinks\";i:1982;s:10:\"food-court\";i:350;s:5:\"hotel\";i:1983;s:3:\"pub\";i:335;s:10:\"restaurant\";i:2006;s:8:\"wine-bar\";i:2005;s:23:\"wine-bar-and-restaurant\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-54362\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/889\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54363\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/887\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54364\";a:12:{s:5:\"title\";s:6:\"Grills\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-grills.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-grills.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/883\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-03/grills/\";s:15:\"astra-sites-tag\";a:2:{i:2027;s:6:\"grills\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54365\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/881\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-03/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54366\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/879\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wine-bar-and-restaurant-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54367\";a:12:{s:5:\"title\";s:5:\"Wines\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-wines.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-wines.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/885\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wine-bar-and-restaurant-03/wines/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:1979;s:4:\"wine\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-58561\";a:15:{s:5:\"title\";s:16:\"Fashion Designer\";s:2:\"id\";i:58561;s:12:\"publish-date\";i:1634042866;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-home.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/fashion-designer-boutique-08\";s:20:\"astra-site-parent-id\";i:2452;s:15:\"astra-sites-tag\";a:20:{i:2105;s:8:\"boutique\";i:2418;s:8:\"commerce\";i:2350;s:21:\"designer-cloths-store\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2327;s:16:\"fashion-designer\";i:2349;s:25:\"fashion-designer-boutique\";i:2351;s:26:\"fashion-designer-portfolio\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:444;s:9:\"portfolio\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-58565\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-home.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1007\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-designer-boutique-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-58566\";a:12:{s:5:\"title\";s:12:\"New Arrivals\";s:18:\"featured-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-new-arrivals.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-new-arrivals.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1013\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:61:\"//websitedemos.net/fashion-designer-boutique-08/new-arrivals/\";s:15:\"astra-sites-tag\";a:1:{i:2326;s:11:\"new-arrival\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-58563\";a:12:{s:5:\"title\";s:10:\"Collection\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-collection.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-collection.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1011\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/fashion-designer-boutique-08/collection/\";s:15:\"astra-sites-tag\";a:2:{i:596;s:10:\"collection\";i:2453;s:5:\"stock\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-58564\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-contact.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1015\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/fashion-designer-boutique-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58562\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1009\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-designer-boutique-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}}}s:8:\"id-59435\";a:15:{s:5:\"title\";s:12:\"eBook Author\";s:2:\"id\";i:59435;s:12:\"publish-date\";i:1644586356;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-600x2456.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-400x1637.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/kathryn-ebook-author-02\";s:20:\"astra-site-parent-id\";i:2619;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-59436\";a:12:{s:5:\"title\";s:3:\"Bio\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-bio.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-bio-600x2324.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/kathryn-ebook-author-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/kathryn-ebook-author-02/bio/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59437\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-books.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-books-600x2100.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/kathryn-ebook-author-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/kathryn-ebook-author-02/books/\";s:15:\"astra-sites-tag\";a:2:{i:1740;s:5:\"books\";i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59442\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-contact-600x1026.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/kathryn-ebook-author-02/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/kathryn-ebook-author-02/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-600x2456.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/kathryn-ebook-author-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kathryn-ebook-author-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-22009\";a:15:{s:5:\"title\";s:17:\"LearnDash Academy\";s:2:\"id\";i:22009;s:12:\"publish-date\";i:1559573120;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-02\";s:20:\"astra-site-parent-id\";i:851;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:8:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:21:\"learndash-woocommerce\";s:4:\"init\";s:47:\"learndash-woocommerce/learndash_woocommerce.php\";s:4:\"name\";s:39:\"LearnDash LMS - WooCommerce Integration\";}i:5;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:6;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:7;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:4:{s:8:\"id-42985\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-42984\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-courses.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31168\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31169\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-02/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22110\";a:15:{s:5:\"title\";s:17:\"Learndash Academy\";s:2:\"id\";i:22110;s:12:\"publish-date\";i:1561291642;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-01\";s:20:\"astra-site-parent-id\";i:885;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:9:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:4;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:5;a:3:{s:4:\"slug\";s:21:\"learndash-woocommerce\";s:4:\"init\";s:47:\"learndash-woocommerce/learndash_woocommerce.php\";s:4:\"name\";s:39:\"LearnDash LMS - WooCommerce Integration\";}i:6;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:7;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:8;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-34127\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-34126\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-courses.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-courses.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31832\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31833\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47984\";a:15:{s:5:\"title\";s:17:\"LearnDash Academy\";s:2:\"id\";i:47984;s:12:\"publish-date\";i:1603828903;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-08\";s:20:\"astra-site-parent-id\";i:1691;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47988\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-home-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25407\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47986\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-courses-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25403\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-08/all-courses/\";s:15:\"astra-sites-tag\";a:2:{i:1692;s:11:\"all-courses\";i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47985\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-08/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47987\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-57365\";a:15:{s:5:\"title\";s:22:\"Office Furniture Store\";s:2:\"id\";i:57365;s:12:\"publish-date\";i:1629979669;s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/office-furniture-store-04\";s:20:\"astra-site-parent-id\";i:2331;s:15:\"astra-sites-tag\";a:19:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2359;s:20:\"home-furniture-store\";i:2358;s:22:\"office-furniture-store\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";i:2356;s:14:\"work-from-home\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-57367\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-contact.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/554\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/office-furniture-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57368\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/office-furniture-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57369\";a:12:{s:5:\"title\";s:18:\"Home Office Setups\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-home-office-setups.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-home-office-setups.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/735\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/office-furniture-store-04/home-office-setups/\";s:15:\"astra-sites-tag\";a:3:{i:2333;s:10:\"home-setup\";i:812;s:6:\"office\";i:2332;s:12:\"office-setup\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57370\";a:12:{s:5:\"title\";s:13:\"Office Setups\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-office-setups.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-office-setups.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/621\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/office-furniture-store-04/office-setups/\";s:15:\"astra-sites-tag\";a:1:{i:2332;s:12:\"office-setup\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57366\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-about.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/433\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/office-furniture-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47729\";a:15:{s:5:\"title\";s:19:\"Online Health Coach\";s:2:\"id\";i:47729;s:12:\"publish-date\";i:1602768883;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-02\";s:20:\"astra-site-parent-id\";i:1670;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2494;s:9:\"elearning\";i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:4:{s:8:\"id-47733\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47731\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-courses.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/24254\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47730\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/104\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47732\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28068,'astra-sites-and-pages-page-3','a:15:{s:8:\"id-48741\";a:15:{s:5:\"title\";s:19:\"Online Health Coach\";s:2:\"id\";i:48741;s:12:\"publish-date\";i:1605548885;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-01\";s:20:\"astra-site-parent-id\";i:1766;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2494;s:9:\"elearning\";i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48742\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24369\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48743\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-courses-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24366\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48744\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-contact-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48745\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-47932\";a:15:{s:5:\"title\";s:19:\"Online Health Coach\";s:2:\"id\";i:47932;s:12:\"publish-date\";i:1603823106;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-08\";s:20:\"astra-site-parent-id\";i:1684;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47941\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-home.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47939\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-courses.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24366\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47938\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47940\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24369\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49457\";a:15:{s:5:\"title\";s:11:\"Coffee Shop\";s:2:\"id\";i:49457;s:12:\"publish-date\";i:1608767094;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-04\";s:20:\"astra-site-parent-id\";i:1843;s:15:\"astra-sites-tag\";a:9:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49461\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49462\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-our-menu.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/coffee-shop-04/our-menu/\";s:15:\"astra-sites-tag\";a:3:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49458\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/coffee-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49460\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/coffee-shop-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49459\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/coffee-shop-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51320\";a:15:{s:5:\"title\";s:15:\"Criminal Lawyer\";s:2:\"id\";i:51320;s:12:\"publish-date\";i:1616782626;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/criminal-lawyer-04\";s:20:\"astra-site-parent-id\";i:1862;s:15:\"astra-sites-tag\";a:4:{i:1873;s:24:\"criminal-defence-lawyers\";i:1874;s:16:\"criminal-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-51321\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/criminal-lawyer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51322\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-faq.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/criminal-lawyer-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/criminal-lawyer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51324\";a:12:{s:5:\"title\";s:11:\"Our Lawyers\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-our-lawyers.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-our-lawyers.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/criminal-lawyer-04/our-lawyers/\";s:15:\"astra-sites-tag\";a:3:{i:912;s:9:\"attorneys\";i:1868;s:7:\"lawyers\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51325\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-practoce-areas.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-practoce-areas.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/criminal-lawyer-04/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:1863;s:14:\"practice-areas\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51326\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/criminal-lawyer-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55769\";a:15:{s:5:\"title\";s:14:\"Marketing Firm\";s:2:\"id\";i:55769;s:12:\"publish-date\";i:1624377112;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/marketing-firm-04\";s:20:\"astra-site-parent-id\";i:2207;s:15:\"astra-sites-tag\";a:12:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-55771\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/marketing-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55770\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/marketing-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55773\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/marketing-firm-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55772\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/marketing-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55774\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/marketing-firm-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55912\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-work.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-work.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/marketing-firm-04/work/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-53702\";a:15:{s:5:\"title\";s:20:\"Fast Food Restaurant\";s:2:\"id\";i:53702;s:12:\"publish-date\";i:1620420634;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/fast-food-04\";s:20:\"astra-site-parent-id\";i:1990;s:15:\"astra-sites-tag\";a:7:{i:1996;s:6:\"burger\";i:2011;s:15:\"fast-food-chain\";i:2013;s:20:\"fast-food-restaurant\";i:350;s:5:\"hotel\";i:335;s:10:\"restaurant\";i:2020;s:16:\"restaurant-chain\";i:1993;s:10:\"snack-food\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-53705\";a:12:{s:5:\"title\";s:10:\"Franchisee\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-franchisee.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-franchisee.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fast-food-04/franchisee/\";s:15:\"astra-sites-tag\";a:1:{i:1991;s:10:\"franchisee\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53707\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-offers.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-offers.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/fast-food-04/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53703\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fast-food-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53704\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/fast-food-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/fast-food-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53708\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-our-menu.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fast-food-04/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-59063\";a:15:{s:5:\"title\";s:26:\"Heating And A/C Technician\";s:2:\"id\";i:59063;s:12:\"publish-date\";i:1643645899;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/heating-and-ac-technician-02\";s:20:\"astra-site-parent-id\";i:2571;s:15:\"astra-sites-tag\";a:7:{i:599;s:9:\"ac-repair\";i:2573;s:24:\"air-conditioning-service\";i:439;s:14:\"local-services\";i:2572;s:12:\"manufacturer\";i:2094;s:8:\"mechanic\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-59064\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-about.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/heating-and-ac-technician-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/heating-and-ac-technician-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59066\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/heating-and-ac-technician-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/heating-and-ac-technician-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59067\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-services.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/heating-and-ac-technician-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/heating-and-ac-technician-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59065\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/heating-and-ac-technician-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/heating-and-ac-technician-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-58084\";a:15:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:58084;s:12:\"publish-date\";i:1632244281;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-home-page.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-02\";s:20:\"astra-site-parent-id\";i:2375;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:5:\"pages\";a:3:{s:8:\"id-58087\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-home-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/plant-shop-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58086\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-02/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/plant-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58085\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-02/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plant-shop-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47609\";a:15:{s:5:\"title\";s:22:\"Online Furniture Store\";s:2:\"id\";i:47609;s:12:\"publish-date\";i:1600961412;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/home-decor-04\";s:20:\"astra-site-parent-id\";i:1655;s:15:\"astra-sites-tag\";a:17:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";i:2356;s:14:\"work-from-home\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47610\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/home-decor-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47611\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-decor-04/contact-us/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47612\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/home-decor-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47613\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-rooms.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-rooms.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/133\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/home-decor-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-58970\";a:15:{s:5:\"title\";s:10:\"Cycle Shop\";s:2:\"id\";i:58970;s:12:\"publish-date\";i:1643645321;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/cycle-shop-02\";s:20:\"astra-site-parent-id\";i:2547;s:15:\"astra-sites-tag\";a:18:{i:880;s:9:\"cartflows\";i:2418;s:8:\"commerce\";i:2548;s:10:\"cycle-shop\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2549;s:12:\"sport-cycyle\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-58971\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cycle-shop-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cycle-shop-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58973\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cycle-shop-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/cycle-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58972\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cycle-shop-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cycle-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-59046\";a:15:{s:5:\"title\";s:14:\"Roofing Agency\";s:2:\"id\";i:59046;s:12:\"publish-date\";i:1643645546;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/roofing-agency-02\";s:20:\"astra-site-parent-id\";i:2569;s:15:\"astra-sites-tag\";a:7:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1634;s:17:\"roof-installation\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:2570;s:14:\"roofing-agency\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-59050\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-projects.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/roofing-agency-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59051\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/roofing-agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/roofing-agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59048\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-agency-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/roofing-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-59018\";a:15:{s:5:\"title\";s:12:\"Coffee House\";s:2:\"id\";i:59018;s:12:\"publish-date\";i:1643645176;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/coffee-house-02\";s:20:\"astra-site-parent-id\";i:2563;s:15:\"astra-sites-tag\";a:9:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-59020\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/coffee-house-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/coffee-house-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59021\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-house-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coffee-house-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59022\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-menu-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/coffee-house-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/coffee-house-02/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59019\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-house-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/coffee-house-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58953\";a:15:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:58953;s:12:\"publish-date\";i:1643644056;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/building-construction-04\";s:20:\"astra-site-parent-id\";i:2542;s:15:\"astra-sites-tag\";a:11:{i:435;s:12:\"architecture\";i:2543;s:8:\"building\";i:2545;s:19:\"building-foundation\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:2546;s:21:\"construction-services\";i:2544;s:11:\"fabricating\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-58955\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/building-construction-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58956\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/building-construction-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58957\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-projects.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-projects.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-04/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58958\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-services.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58954\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/building-construction-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-59004\";a:15:{s:5:\"title\";s:7:\"eCourse\";s:2:\"id\";i:59004;s:12:\"publish-date\";i:1643645158;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/teach-ecourse-04\";s:20:\"astra-site-parent-id\";i:2561;s:15:\"astra-sites-tag\";a:9:{i:2562;s:11:\"code-course\";i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-59008\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-lessons.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-lessons.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/teach-ecourse-04/wp-json/wp/v2/pages/769\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/teach-ecourse-04/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/teach-ecourse-04/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/teach-ecourse-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59006\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/teach-ecourse-04/wp-json/wp/v2/pages/568\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/teach-ecourse-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59007\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/teach-ecourse-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-ecourse-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51341\";a:15:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:51341;s:12:\"publish-date\";i:1616781676;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/certified-life-coach-04\";s:20:\"astra-site-parent-id\";i:1865;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:610;s:8:\"coaching\";i:1123;s:11:\"councelling\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51342\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/447\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/certified-life-coach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/872\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/certified-life-coach-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/certified-life-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51345\";a:12:{s:5:\"title\";s:20:\"Live Online Sessions\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-live-online-sessions.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-live-online-sessions.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/726\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/certified-life-coach-04/live-online-sessions/\";s:15:\"astra-sites-tag\";a:4:{i:1871;s:13:\"live-sessions\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:1872;s:8:\"sessions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(28069,'astra-sites-and-pages-page-4','a:15:{s:8:\"id-58934\";a:15:{s:5:\"title\";s:22:\"Real Estate Consultant\";s:2:\"id\";i:58934;s:12:\"publish-date\";i:1643644267;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/real-estate-consultant-02\";s:20:\"astra-site-parent-id\";i:2534;s:15:\"astra-sites-tag\";a:8:{i:2311;s:19:\"construction-agency\";i:2088;s:20:\"construction-company\";i:2313;s:16:\"property-rentals\";i:485;s:11:\"real-estate\";i:2310;s:18:\"real-estate-agency\";i:2535;s:22:\"real-estate-consultant\";i:2314;s:22:\"real-estate-developers\";i:2312;s:14:\"sales-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-services\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-58935\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-about-me-1.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/real-estate-consultant-02/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58936\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-consultant-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58937\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1-1.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-consultant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58938\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-reviews-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-reviews-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-consultant-02/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58939\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/real-estate-consultant-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58872\";a:15:{s:5:\"title\";s:15:\"Deli Restaurant\";s:2:\"id\";i:58872;s:12:\"publish-date\";i:1643644642;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/deli-restaurant-02\";s:20:\"astra-site-parent-id\";i:2512;s:15:\"astra-sites-tag\";a:14:{i:1527;s:9:\"cafeteria\";i:783;s:4:\"cake\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:2394;s:15:\"deli-restaurant\";i:1974;s:7:\"dessert\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:1579;s:9:\"food-menu\";i:2513;s:11:\"fruits-dish\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-47163\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/deli-restaurant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47161\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/deli-restaurant-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47164\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-menu.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-menu.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/138\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/deli-restaurant-02/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47165\";a:12:{s:5:\"title\";s:9:\"Menu Dark\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-dark-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-dark-menu-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/deli-restaurant-02/menu-dark/\";s:15:\"astra-sites-tag\";a:3:{i:1616;s:9:\"dark-menu\";i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47166\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-testimonials.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/142\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/deli-restaurant-02/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47162\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/163\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/deli-restaurant-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-58898\";a:15:{s:5:\"title\";s:10:\"Consultant\";s:2:\"id\";i:58898;s:12:\"publish-date\";i:1643644121;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/consultant-04\";s:20:\"astra-site-parent-id\";i:2523;s:15:\"astra-sites-tag\";a:9:{i:2524;s:7:\"adviser\";i:2527;s:9:\"authority\";i:2287;s:20:\"consultancy-services\";i:1621;s:10:\"consultant\";i:1876;s:10:\"counsellor\";i:2528;s:13:\"expert-advice\";i:2525;s:5:\"guide\";i:1880;s:6:\"mentor\";i:2526;s:10:\"specialist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-58899\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/consultant-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58900\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/consultant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58901\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/consultant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58902\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-services.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/consultant-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58903\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/consultant-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:2302;s:11:\"testimonial\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58981\";a:15:{s:5:\"title\";s:19:\"Covid 19 Prevention\";s:2:\"id\";i:58981;s:12:\"publish-date\";i:1643644731;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/covid-prevention-02\";s:20:\"astra-site-parent-id\";i:2550;s:15:\"astra-sites-tag\";a:5:{i:2556;s:9:\"avoidance\";i:2554;s:5:\"covid\";i:2555;s:16:\"covid-prevention\";i:2558;s:18:\"disease-prevention\";i:2557;s:11:\"prohibition\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-58984\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/covid-prevention-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58985\";a:12:{s:5:\"title\";s:10:\"Prevention\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-prevention-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-prevention-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/717\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/covid-prevention-02/prevention/\";s:15:\"astra-sites-tag\";a:1:{i:2552;s:10:\"prevention\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58986\";a:12:{s:5:\"title\";s:8:\"Symptoms\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-symptoms-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-symptoms-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/558\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/covid-prevention-02/symptoms/\";s:15:\"astra-sites-tag\";a:1:{i:2553;s:8:\"symptoms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58982\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-contact-us-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-contact-us-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/919\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/covid-prevention-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58983\";a:12:{s:5:\"title\";s:9:\"Contagion\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-contagion-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-contagion-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/442\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/covid-prevention-02/contagion/\";s:15:\"astra-sites-tag\";a:1:{i:2551;s:9:\"contagion\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-57399\";a:15:{s:5:\"title\";s:17:\"Sports Wear Store\";s:2:\"id\";i:57399;s:12:\"publish-date\";i:1630001801;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/sports-wear-store-04\";s:20:\"astra-site-parent-id\";i:2337;s:15:\"astra-sites-tag\";a:17:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2344;s:11:\"sports-gear\";i:2339;s:11:\"sports-wear\";i:2345;s:20:\"sports-wear-and-gear\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57400\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/sports-wear-store-04/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sports-wear-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57402\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/sports-wear-store-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/sports-wear-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57403\";a:12:{s:5:\"title\";s:9:\"Top Deals\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-top-deals.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-top-deals.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/sports-wear-store-04/wp-json/wp/v2/pages/389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/sports-wear-store-04/top-deals/\";s:15:\"astra-sites-tag\";a:2:{i:2063;s:5:\"sales\";i:2338;s:9:\"top-deals\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57401\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/sports-wear-store-04/wp-json/wp/v2/pages/658\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/sports-wear-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-59032\";a:15:{s:5:\"title\";s:19:\"Psychiatrist Clinic\";s:2:\"id\";i:59032;s:12:\"publish-date\";i:1643646000;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-home-page.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/psychiatrist-clinic-04\";s:20:\"astra-site-parent-id\";i:2564;s:15:\"astra-sites-tag\";a:9:{i:2568;s:9:\"clinician\";i:608;s:8:\"guidance\";i:2566;s:13:\"health-centre\";i:621;s:12:\"psychiatrist\";i:2565;s:19:\"psychiatrist-clinic\";i:2567;s:12:\"psychologist\";i:622;s:13:\"psychotherapy\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-59033\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-about-me.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-about-me.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/psychiatrist-clinic-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/psychiatrist-clinic-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59034\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/psychiatrist-clinic-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/psychiatrist-clinic-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59035\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-home-page.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/psychiatrist-clinic-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/psychiatrist-clinic-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59036\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/psychiatrist-clinic-04-services.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/psychiatrist-clinic-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/psychiatrist-clinic-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58864\";a:15:{s:5:\"title\";s:12:\"Flute Artist\";s:2:\"id\";i:58864;s:12:\"publish-date\";i:1643645073;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/flute-artist-02\";s:20:\"astra-site-parent-id\";i:2502;s:15:\"astra-sites-tag\";a:6:{i:339;s:6:\"artist\";i:2438;s:12:\"flute-artist\";i:2439;s:12:\"flute-player\";i:2503;s:7:\"grooved\";i:407;s:5:\"music\";i:2504;s:25:\"musical-instrument-player\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-58445\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-biography.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-biography.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/flute-artist-02/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/flute-artist-02/biography/\";s:15:\"astra-sites-tag\";a:1:{i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58447\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/flute-artist-02/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58448\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/flute-artist-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/flute-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58446\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/flute-artist-02/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-58999\";a:15:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:58999;s:12:\"publish-date\";i:1643645131;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-02\";s:20:\"astra-site-parent-id\";i:2559;s:15:\"astra-sites-tag\";a:4:{i:699;s:10:\"invitation\";i:2560;s:20:\"reception-invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-59000\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-invitation-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49236\";a:15:{s:5:\"title\";s:11:\"Yoga Studio\";s:2:\"id\";i:49236;s:12:\"publish-date\";i:1608714979;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/yoga-studio-04\";s:20:\"astra-site-parent-id\";i:1787;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47690\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/yoga-studio-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47693\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/yoga-studio-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47691\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-classes.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/yoga-studio-04/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47694\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/226\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-studio-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47692\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/269\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/yoga-studio-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-58951\";a:15:{s:5:\"title\";s:23:\"Limousine Rental Agency\";s:2:\"id\";i:58951;s:12:\"publish-date\";i:1643644485;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/rental-agency-02\";s:20:\"astra-site-parent-id\";i:2536;s:15:\"astra-sites-tag\";a:5:{i:2540;s:9:\"limousine\";i:2538;s:15:\"rent-limousines\";i:2539;s:13:\"rent-services\";i:2537;s:13:\"rental-agency\";i:2541;s:5:\"sedan\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2475;s:10:\"automotive\";i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-58460\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/rental-agency-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58461\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/rental-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58462\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/rental-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58463\";a:12:{s:5:\"title\";s:9:\"Our Fleet\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-our-fleet.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-our-fleet.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/rental-agency-02/our-fleet/\";s:15:\"astra-sites-tag\";a:1:{i:2445;s:5:\"fleet\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58464\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/rental-agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58172\";a:15:{s:5:\"title\";s:19:\"Skin Cleanser Store\";s:2:\"id\";i:58172;s:12:\"publish-date\";i:1632244102;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/skin-cleanser-store-02\";s:20:\"astra-site-parent-id\";i:2378;s:15:\"astra-sites-tag\";a:19:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2392;s:19:\"online-beauty-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2391;s:11:\"skin-beauty\";i:1127;s:9:\"skin-care\";i:2380;s:19:\"skin-cleanser-store\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-58173\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/skin-cleanser-store-02/wp-json/wp/v2/pages/381\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/skin-cleanser-store-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58174\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/skin-cleanser-store-02/wp-json/wp/v2/pages/559\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/skin-cleanser-store-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58175\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/skin-cleanser-store-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/skin-cleanser-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-45564\";a:15:{s:5:\"title\";s:16:\"Personal Trainer\";s:2:\"id\";i:45564;s:12:\"publish-date\";i:1584532209;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/personal-trainer-04\";s:20:\"astra-site-parent-id\";i:1449;s:15:\"astra-sites-tag\";a:6:{i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1454;s:16:\"personal-trainer\";i:1455;s:15:\"workout-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-45565\";a:12:{s:5:\"title\";s:13:\"Trainer Jenny\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/personal-trainer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/personal-trainer-04/\";s:15:\"astra-sites-tag\";a:4:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:850;s:12:\"landing-page\";i:1458;s:26:\"personal-trainer-home-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45573\";a:15:{s:5:\"title\";s:16:\"Personal Trainer\";s:2:\"id\";i:45573;s:12:\"publish-date\";i:1584532070;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/personal-trainer-03\";s:20:\"astra-site-parent-id\";i:1450;s:15:\"astra-sites-tag\";a:6:{i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1454;s:16:\"personal-trainer\";i:1455;s:15:\"workout-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-45574\";a:12:{s:5:\"title\";s:13:\"Trainer Jenny\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/personal-trainer-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/personal-trainer-03/\";s:15:\"astra-sites-tag\";a:4:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:850;s:12:\"landing-page\";i:1458;s:26:\"personal-trainer-home-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20859\";a:15:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:20859;s:12:\"publish-date\";i:1549006228;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-02\";s:20:\"astra-site-parent-id\";i:190;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:4:{s:8:\"id-57904\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/1613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plant-store-02/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-34084\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23955\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23956\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20907\";a:15:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:20907;s:12:\"publish-date\";i:1550052176;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-01\";s:20:\"astra-site-parent-id\";i:193;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:535;s:6:\"nature\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-34086\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23984\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23985\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-01/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28070,'astra-sites-and-pages-page-5','a:15:{s:8:\"id-48431\";a:15:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:48431;s:12:\"publish-date\";i:1603963839;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-08\";s:20:\"astra-site-parent-id\";i:1732;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:535;s:6:\"nature\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:3:{s:8:\"id-48432\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-about-gb.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48433\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48434\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-homepage-gb.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-49340\";a:15:{s:5:\"title\";s:10:\"Baby Store\";s:2:\"id\";i:49340;s:12:\"publish-date\";i:1608635939;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/baby-store-04\";s:20:\"astra-site-parent-id\";i:1813;s:15:\"astra-sites-tag\";a:4:{i:1816;s:10:\"baby-store\";i:1818;s:14:\"children-store\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49346\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/406\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/baby-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49347\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/baby-store-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49348\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/baby-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-49349\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-testimonial.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/494\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/baby-store-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55741\";a:15:{s:5:\"title\";s:18:\"Fashion Influencer\";s:2:\"id\";i:55741;s:12:\"publish-date\";i:1624910284;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/fashion-influencer-03\";s:20:\"astra-site-parent-id\";i:2205;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2164;s:15:\"fashion-blogger\";i:2161;s:18:\"fashion-influencer\";i:1547;s:10:\"influencer\";i:2162;s:17:\"lifestyle-blogger\";i:2166;s:17:\"luxury-influencer\";i:2163;s:23:\"social-media-influencer\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55742\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-about-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1046\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55743\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-contact-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1051\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/fashion-influencer-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55745\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1019\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fashion-influencer-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55746\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-lookbook-bb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-lookbook-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1038\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-03/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55747\";a:12:{s:5:\"title\";s:6:\"Shoots\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-shoots-bb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-shoots-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1031\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-influencer-03/shoots/\";s:15:\"astra-sites-tag\";a:1:{i:2023;s:6:\"shoots\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-49829\";a:15:{s:5:\"title\";s:12:\"Learn Baking\";s:2:\"id\";i:49829;s:12:\"publish-date\";i:1612559280;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/learn-baking-02\";s:20:\"astra-site-parent-id\";i:1856;s:15:\"astra-sites-tag\";a:5:{i:1857;s:6:\"baking\";i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:6;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:5:{s:8:\"id-49830\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/481\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-baking-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49831\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/836\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-baking-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49832\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-blog.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/719\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learn-baking-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49833\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/learn-baking-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49834\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/learn-baking-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58870\";a:15:{s:5:\"title\";s:17:\"Security Services\";s:2:\"id\";i:58870;s:12:\"publish-date\";i:1643644862;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/security-services-02\";s:20:\"astra-site-parent-id\";i:2505;s:15:\"astra-sites-tag\";a:8:{i:2508;s:14:\"alarm-security\";i:2507;s:15:\"camera-security\";i:2511;s:16:\"custody-services\";i:2510;s:5:\"guard\";i:2506;s:16:\"private-security\";i:2509;s:6:\"safety\";i:2399;s:17:\"security-services\";i:2400;s:15:\"security-system\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-58271\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/328\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/security-services-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58272\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/410\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/security-services-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58273\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/security-services-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58274\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/security-services-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58275\";a:12:{s:5:\"title\";s:8:\"Training\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-training.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-training.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/273\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/security-services-02/training/\";s:15:\"astra-sites-tag\";a:1:{i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-53742\";a:15:{s:5:\"title\";s:31:\"Travel Blogger &amp; Influencer\";s:2:\"id\";i:53742;s:12:\"publish-date\";i:1623425467;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/travel-blogger-04\";s:20:\"astra-site-parent-id\";i:2003;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2168;s:19:\"tourism-influencers\";i:2170;s:14:\"travel-tourism\";i:1683;s:14:\"travel-blogger\";i:2167;s:17:\"travel-influencer\";i:2169;s:14:\"travel-vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:9:{s:8:\"id-53743\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/travel-blogger-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53744\";a:12:{s:5:\"title\";s:6:\"Africa\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/africa/\";s:15:\"astra-sites-tag\";a:2:{i:2019;s:6:\"africa\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53745\";a:12:{s:5:\"title\";s:4:\"Asia\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/travel-blogger-04/asia/\";s:15:\"astra-sites-tag\";a:2:{i:2017;s:4:\"asia\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53746\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-destination.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-destination.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/367\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-blogger-04/destination/\";s:15:\"astra-sites-tag\";a:1:{i:785;s:11:\"destination\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53747\";a:12:{s:5:\"title\";s:6:\"Europe\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/europe/\";s:15:\"astra-sites-tag\";a:2:{i:2014;s:6:\"europe\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53748\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/travel-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53749\";a:12:{s:5:\"title\";s:12:\"The Americas\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-04/the-americas/\";s:15:\"astra-sites-tag\";a:2:{i:2015;s:7:\"america\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53750\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-videos.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-videos.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53751\";a:12:{s:5:\"title\";s:12:\"Work with me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-04/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55717\";a:15:{s:5:\"title\";s:31:\"Travel Blogger &amp; Influencer\";s:2:\"id\";i:55717;s:12:\"publish-date\";i:1624910289;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/travel-blogger-03\";s:20:\"astra-site-parent-id\";i:2203;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2168;s:19:\"tourism-influencers\";i:2170;s:14:\"travel-tourism\";i:1683;s:14:\"travel-blogger\";i:2167;s:17:\"travel-influencer\";i:2169;s:14:\"travel-vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:9:{s:8:\"id-55718\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/603\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/travel-blogger-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55719\";a:12:{s:5:\"title\";s:6:\"Africa\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/605\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/africa/\";s:15:\"astra-sites-tag\";a:2:{i:2019;s:6:\"africa\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55720\";a:12:{s:5:\"title\";s:4:\"Asia\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/travel-blogger-03/asia/\";s:15:\"astra-sites-tag\";a:2:{i:2017;s:4:\"asia\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55721\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-destination.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-destination.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/609\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-blogger-03/destination/\";s:15:\"astra-sites-tag\";a:1:{i:785;s:11:\"destination\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55722\";a:12:{s:5:\"title\";s:6:\"Europe\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/europe/\";s:15:\"astra-sites-tag\";a:2:{i:2014;s:6:\"europe\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55723\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/601\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/travel-blogger-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55724\";a:12:{s:5:\"title\";s:12:\"The Americas\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-03/the-americas/\";s:15:\"astra-sites-tag\";a:2:{i:2015;s:7:\"america\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55725\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-videos.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-videos.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/615\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55726\";a:12:{s:5:\"title\";s:12:\"Work with me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-03/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55257\";a:15:{s:5:\"title\";s:14:\"Local Business\";s:2:\"id\";i:55257;s:12:\"publish-date\";i:1621610678;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-02\";s:20:\"astra-site-parent-id\";i:2057;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55258\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/245\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55259\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55260\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55261\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/246\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55315\";a:15:{s:5:\"title\";s:14:\"Local Business\";s:2:\"id\";i:55315;s:12:\"publish-date\";i:1621624705;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-08\";s:20:\"astra-site-parent-id\";i:2066;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55317\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55318\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55319\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55316\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-55660\";a:15:{s:5:\"title\";s:14:\"Heritage Hotel\";s:2:\"id\";i:55660;s:12:\"publish-date\";i:1623760910;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/heritage-hotel-04\";s:20:\"astra-site-parent-id\";i:2178;s:15:\"astra-sites-tag\";a:8:{i:2180;s:14:\"heritage-hotel\";i:350;s:5:\"hotel\";i:2199;s:21:\"indian-heritage-hotel\";i:2082;s:12:\"luxury-hotel\";i:2197;s:16:\"luxury-residence\";i:2196;s:12:\"palace-hotel\";i:2195;s:4:\"stay\";i:2198;s:17:\"traditional-hotel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-55661\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-contact-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/794\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55662\";a:12:{s:5:\"title\";s:6:\"Dining\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-dining.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-dining.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/734\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/heritage-hotel-04/dining/\";s:15:\"astra-sites-tag\";a:1:{i:1798;s:6:\"dining\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55663\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-experience-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-experience-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/589\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/heritage-hotel-04/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55666\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/heritage-hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55664\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/830\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55665\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-history.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-history.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55667\";a:12:{s:5:\"title\";s:18:\"Rooms &amp; Suites\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-rooms-suites.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-rooms-suites.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/644\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/heritage-hotel-04/rooms-suites/\";s:15:\"astra-sites-tag\";a:2:{i:715;s:5:\"rooms\";i:2179;s:6:\"suites\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55172\";a:15:{s:5:\"title\";s:11:\"Steak House\";s:2:\"id\";i:55172;s:12:\"publish-date\";i:1621602080;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-02\";s:20:\"astra-site-parent-id\";i:2053;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:8:{s:8:\"id-57909\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/106\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-02/menu/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57906\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-02/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57907\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/107\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-02/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57908\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-02/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-55173\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55174\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/107\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55175\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55176\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-menu.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-menu.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/106\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-02/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-54338\";a:15:{s:5:\"title\";s:11:\"Steak House\";s:2:\"id\";i:54338;s:12:\"publish-date\";i:1620833417;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-08\";s:20:\"astra-site-parent-id\";i:2025;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54341\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54339\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54340\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54342\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-57057\";a:15:{s:5:\"title\";s:13:\"Business Blog\";s:2:\"id\";i:57057;s:12:\"publish-date\";i:1626458028;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/business-blog-04\";s:20:\"astra-site-parent-id\";i:2262;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57058\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/business-blog-04/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-blog-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57059\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/business-blog-04/wp-json/wp/v2/pages/773\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/business-blog-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57060\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/business-blog-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/business-blog-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57061\";a:12:{s:5:\"title\";s:20:\"Interactive Sessions\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-sessions.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-sessions.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/business-blog-04/wp-json/wp/v2/pages/839\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-blog-04/interactive-sessions/\";s:15:\"astra-sites-tag\";a:2:{i:2270;s:8:\"podcasts\";i:1872;s:8:\"sessions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-57416\";a:15:{s:5:\"title\";s:13:\"Business Blog\";s:2:\"id\";i:57416;s:12:\"publish-date\";i:1630403198;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/business-blog-03\";s:20:\"astra-site-parent-id\";i:2341;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57420\";a:12:{s:5:\"title\";s:20:\"Interactive Sessions\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-sessions.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-sessions.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/business-blog-03/wp-json/wp/v2/pages/1329\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-blog-03/interactive-sessions/\";s:15:\"astra-sites-tag\";a:2:{i:2342;s:19:\"interactive-session\";i:2343;s:7:\"session\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57417\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/business-blog-03/wp-json/wp/v2/pages/1323\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-blog-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57418\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/business-blog-03/wp-json/wp/v2/pages/1325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/business-blog-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57419\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/business-blog-03/wp-json/wp/v2/pages/1327\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/business-blog-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-57178\";a:15:{s:5:\"title\";s:14:\"Painter Artist\";s:2:\"id\";i:57178;s:12:\"publish-date\";i:1627044188;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/painter-artist-04\";s:20:\"astra-site-parent-id\";i:2281;s:15:\"astra-sites-tag\";a:10:{i:339;s:6:\"artist\";i:2299;s:16:\"artist-portfolio\";i:2298;s:17:\"artwork-portfolio\";i:2297;s:18:\"designer-portfolio\";i:2296;s:17:\"graphic-designers\";i:2295;s:11:\"illustrator\";i:614;s:7:\"painter\";i:2284;s:14:\"painter-artist\";i:2283;s:14:\"painting-store\";i:444;s:9:\"portfolio\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:5:\"pages\";a:5:{s:8:\"id-57179\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/465\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/painter-artist-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57180\";a:12:{s:5:\"title\";s:7:\"Artwork\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-artworks.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-artworks.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/466\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/painter-artist-04/artwork/\";s:15:\"astra-sites-tag\";a:3:{i:2294;s:8:\"artworks\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57181\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/painter-artist-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57182\";a:12:{s:5:\"title\";s:11:\"Exhibitions\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-exhibitions.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-exhibitions.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/467\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/painter-artist-04/exhibitions/\";s:15:\"astra-sites-tag\";a:1:{i:2293;s:11:\"exhibitions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57183\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/painter-artist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(28071,'astra-sites-and-pages-page-6','a:15:{s:8:\"id-54398\";a:15:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:54398;s:12:\"publish-date\";i:1621455198;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-02\";s:20:\"astra-site-parent-id\";i:2029;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/digital-agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-54463\";a:15:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:54463;s:12:\"publish-date\";i:1621459243;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-08\";s:20:\"astra-site-parent-id\";i:2051;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54464\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-54465\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54466\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54467\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-57122\";a:15:{s:5:\"title\";s:25:\"Business Consultancy Firm\";s:2:\"id\";i:57122;s:12:\"publish-date\";i:1627046837;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/business-consultancy-firm-04\";s:20:\"astra-site-parent-id\";i:2280;s:15:\"astra-sites-tag\";a:11:{i:663;s:6:\"agency\";i:2285;s:20:\"business-consultancy\";i:2286;s:25:\"business-consultancy-firm\";i:2288;s:19:\"business-consulting\";i:2050;s:27:\"business-consulting-company\";i:979;s:7:\"company\";i:2287;s:20:\"consultancy-services\";i:2289;s:20:\"financial-consulting\";i:2292;s:13:\"hr-consulting\";i:2290;s:15:\"sales-marketing\";i:2291;s:21:\"technology-consulting\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:11:{s:8:\"id-57134\";a:12:{s:5:\"title\";s:21:\"Technology Consulting\";s:18:\"featured-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-technology-consulting.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-technology-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:70:\"//websitedemos.net/business-consultancy-firm-04/technology-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:2291;s:21:\"technology-consulting\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57135\";a:12:{s:5:\"title\";s:8:\"Training\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-training.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-training.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-consultancy-firm-04/training/\";s:15:\"astra-sites-tag\";a:1:{i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57123\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/business-consultancy-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57124\";a:12:{s:5:\"title\";s:19:\"Business Consulting\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-business-consulting.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-business-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:68:\"//websitedemos.net/business-consultancy-firm-04/business-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:2288;s:19:\"business-consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57126\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/business-consultancy-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57127\";a:12:{s:5:\"title\";s:20:\"Financial Consulting\";s:18:\"featured-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-financial-consulting.jpg\";s:19:\"thumbnail-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-financial-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:69:\"//websitedemos.net/business-consultancy-firm-04/financial-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:2289;s:20:\"financial-consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57128\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consultancy-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57129\";a:12:{s:5:\"title\";s:13:\"HR Consulting\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-hr-consulting.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-hr-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/42\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/business-consultancy-firm-04/hr-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:2292;s:13:\"hr-consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57131\";a:12:{s:5:\"title\";s:24:\"Productivity Improvement\";s:18:\"featured-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-productivity-improvement.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-productivity-improvement.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:73:\"//websitedemos.net/business-consultancy-firm-04/productivity-improvement/\";s:15:\"astra-sites-tag\";a:2:{i:2303;s:24:\"productivity-improvement\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57132\";a:12:{s:5:\"title\";s:21:\"Sales &amp; Marketing\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-sales-marketing.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-sales-marketing.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-04/sales-marketing/\";s:15:\"astra-sites-tag\";a:2:{i:2301;s:17:\"sales-marketing-2\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57133\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-success-stories.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-04/success-stories/\";s:15:\"astra-sites-tag\";a:4:{i:780;s:12:\"case-studies\";i:1615;s:7:\"reviews\";i:990;s:15:\"success-stories\";i:2302;s:11:\"testimonial\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-46177\";a:15:{s:5:\"title\";s:8:\"Mountain\";s:2:\"id\";i:46177;s:12:\"publish-date\";i:1587542678;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/mountain\";s:20:\"astra-site-parent-id\";i:1524;s:15:\"astra-sites-tag\";a:3:{i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-46180\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/mountain/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46178\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-about-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-about-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/mountain/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46181\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-services-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-services-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/mountain/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46179\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-contact-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/mountain/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-34012\";a:15:{s:5:\"title\";s:8:\"Pet Care\";s:2:\"id\";i:34012;s:12:\"publish-date\";i:1571055795;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-04\";s:20:\"astra-site-parent-id\";i:992;s:15:\"astra-sites-tag\";a:5:{i:1021;s:14:\"local-business\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-35747\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35745\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pet-care-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35749\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35748\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35746\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55687\";a:15:{s:5:\"title\";s:9:\"Home Stay\";s:2:\"id\";i:55687;s:12:\"publish-date\";i:1623760997;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/home-stay-04\";s:20:\"astra-site-parent-id\";i:2182;s:15:\"astra-sites-tag\";a:11:{i:2193;s:10:\"apartments\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2191;s:11:\"budget-stay\";i:2189;s:11:\"guest-house\";i:2188;s:9:\"home-stay\";i:2194;s:7:\"hostels\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2190;s:13:\"lodging-house\";i:2195;s:4:\"stay\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55688\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55689\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/home-stay-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55690\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/home-stay-04/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55691\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/home-stay-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55692\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-rooms.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-rooms.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55829\";a:15:{s:5:\"title\";s:9:\"Home Stay\";s:2:\"id\";i:55829;s:12:\"publish-date\";i:1624910295;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/home-stay-03\";s:20:\"astra-site-parent-id\";i:2220;s:15:\"astra-sites-tag\";a:11:{i:2193;s:10:\"apartments\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2191;s:11:\"budget-stay\";i:2189;s:11:\"guest-house\";i:2188;s:9:\"home-stay\";i:2194;s:7:\"hostels\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2190;s:13:\"lodging-house\";i:2195;s:4:\"stay\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55830\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/305\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55831\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/home-stay-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55832\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/home-stay-03/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55833\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/home-stay-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55834\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-rooms-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-rooms-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-03/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-51295\";a:15:{s:5:\"title\";s:34:\"Business Coaching &amp; Consulting\";s:2:\"id\";i:51295;s:12:\"publish-date\";i:1616784275;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-02\";s:20:\"astra-site-parent-id\";i:1859;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51296\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/534\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51298\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51299\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/642\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-54427\";a:15:{s:5:\"title\";s:34:\"Business Coaching &amp; Consulting\";s:2:\"id\";i:54427;s:12:\"publish-date\";i:1621451238;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-01\";s:20:\"astra-site-parent-id\";i:2032;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54428\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/975\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54431\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54429\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/983\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54430\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-57046\";a:15:{s:5:\"title\";s:35:\"Business Coaching &#038; Consulting\";s:2:\"id\";i:57046;s:12:\"publish-date\";i:1626465822;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-08\";s:20:\"astra-site-parent-id\";i:2261;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57048\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/961\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57050\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-57014\";a:15:{s:5:\"title\";s:25:\"Food &amp; Drinks Blogger\";s:2:\"id\";i:57014;s:12:\"publish-date\";i:1626285212;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/food-drinks-blog-04\";s:20:\"astra-site-parent-id\";i:2259;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2263;s:19:\"food-drinks-blogger\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-57015\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/food-drinks-blog-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57016\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/food-drinks-blog-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57017\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/food-drinks-blog-04/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51472\";a:15:{s:5:\"title\";s:18:\"Bestselling Author\";s:2:\"id\";i:51472;s:12:\"publish-date\";i:1617304818;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-02\";s:20:\"astra-site-parent-id\";i:1909;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51476\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51473\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/581\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51474\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-books.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-books.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51475\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/754\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-54404\";a:15:{s:5:\"title\";s:18:\"Bestselling Author\";s:2:\"id\";i:54404;s:12:\"publish-date\";i:1621450227;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-01\";s:20:\"astra-site-parent-id\";i:2030;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54407\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54408\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54405\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/903\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54406\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-books.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-books.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/906\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-01/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-57071\";a:15:{s:5:\"title\";s:18:\"Bestselling Author\";s:2:\"id\";i:57071;s:12:\"publish-date\";i:1626466145;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-08\";s:20:\"astra-site-parent-id\";i:2265;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57072\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-57073\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57075\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-51392\";a:15:{s:5:\"title\";s:17:\"Tarot Card Reader\";s:2:\"id\";i:51392;s:12:\"publish-date\";i:1617131826;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/tarot-card-reader-04\";s:20:\"astra-site-parent-id\";i:1881;s:15:\"astra-sites-tag\";a:5:{i:1902;s:10:\"cartomancy\";i:1900;s:8:\"geomancy\";i:1903;s:16:\"personal-website\";i:1899;s:5:\"tarot\";i:1901;s:17:\"tarot-card-reader\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51393\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51394\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-coaching.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-coaching.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/856\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-04/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51395\";a:12:{s:5:\"title\";s:10:\"Consulting\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-consulting.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-consulting.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/tarot-card-reader-04/consulting/\";s:15:\"astra-sites-tag\";a:2:{i:1898;s:10:\"consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51396\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/1017\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tarot-card-reader-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51397\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tarot-card-reader-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(28072,'astra-sites-and-pages-page-7','a:15:{s:8:\"id-56535\";a:15:{s:5:\"title\";s:17:\"Tarot Card Reader\";s:2:\"id\";i:56535;s:12:\"publish-date\";i:1624910267;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/tarot-card-reader-03\";s:20:\"astra-site-parent-id\";i:2240;s:15:\"astra-sites-tag\";a:5:{i:1902;s:10:\"cartomancy\";i:1900;s:8:\"geomancy\";i:1903;s:16:\"personal-website\";i:1899;s:5:\"tarot\";i:1901;s:17:\"tarot-card-reader\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-56536\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-about-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1200\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/tarot-card-reader-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56537\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-coaching-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-coaching-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1211\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-03/coaching/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56538\";a:12:{s:5:\"title\";s:10:\"Consulting\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-consulting-bb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-consulting-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1206\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/tarot-card-reader-03/consulting/\";s:15:\"astra-sites-tag\";a:1:{i:1898;s:10:\"consulting\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56539\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-contact-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1214\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tarot-card-reader-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56540\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tarot-card-reader-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-55786\";a:15:{s:5:\"title\";s:24:\"Digital Marketing Agency\";s:2:\"id\";i:55786;s:12:\"publish-date\";i:1623871379;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/digital-marketing-agency-04\";s:20:\"astra-site-parent-id\";i:2211;s:15:\"astra-sites-tag\";a:14:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:2235;s:24:\"digital-marketing-agency\";i:2036;s:22:\"digital-marketing-firm\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:8:{s:8:\"id-55787\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-about.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/321\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/digital-marketing-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55789\";a:12:{s:5:\"title\";s:8:\"Branding\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-branding.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-branding.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/587\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-04/branding/\";s:15:\"astra-sites-tag\";a:2:{i:2213;s:8:\"branding\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55790\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-contact.png\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-contact.png\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/digital-marketing-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55791\";a:12:{s:5:\"title\";s:17:\"Digital Marketing\";s:18:\"featured-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-digital-marketing.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-digital-marketing.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/589\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:65:\"//websitedemos.net/digital-marketing-agency-04/digital-marketing/\";s:15:\"astra-sites-tag\";a:2:{i:1855;s:17:\"digital-marketing\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55792\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/digital-marketing-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55793\";a:12:{s:5:\"title\";s:12:\"SEO Services\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-seo-services.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-seo-services.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/717\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/digital-marketing-agency-04/seo-services/\";s:15:\"astra-sites-tag\";a:2:{i:2214;s:12:\"seo-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55794\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/316\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55795\";a:12:{s:5:\"title\";s:12:\"Social Media\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/719\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/digital-marketing-agency-04/social-media/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:2212;s:12:\"social-media\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58160\";a:15:{s:5:\"title\";s:15:\"Jewellery Store\";s:2:\"id\";i:58160;s:12:\"publish-date\";i:1632243433;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/jewellery-store-04\";s:20:\"astra-site-parent-id\";i:2377;s:15:\"astra-sites-tag\";a:18:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2382;s:15:\"jewellery-store\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-58167\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/jewellery-store-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/jewellery-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58168\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/jewellery-store-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/jewellery-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-58166\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/jewellery-store-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/jewellery-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-53777\";a:15:{s:5:\"title\";s:18:\"Fashion Influencer\";s:2:\"id\";i:53777;s:12:\"publish-date\";i:1623424711;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/fashion-influencer-04\";s:20:\"astra-site-parent-id\";i:2021;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2164;s:15:\"fashion-blogger\";i:2161;s:18:\"fashion-influencer\";i:1547;s:10:\"influencer\";i:2162;s:17:\"lifestyle-blogger\";i:2166;s:17:\"luxury-influencer\";i:2163;s:23:\"social-media-influencer\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-53778\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53779\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/731\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/fashion-influencer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53780\";a:12:{s:5:\"title\";s:12:\"Fashion Tips\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-fashion-tips.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-fashion-tips.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/805\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-influencer-04/fashion-tips/\";s:15:\"astra-sites-tag\";a:3:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:2022;s:4:\"tips\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53781\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fashion-influencer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53782\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-lookbook.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-04/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53783\";a:12:{s:5:\"title\";s:6:\"Shoots\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-shoots.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-shoots.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/445\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-influencer-04/shoots/\";s:15:\"astra-sites-tag\";a:2:{i:2023;s:6:\"shoots\";i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51559\";a:15:{s:5:\"title\";s:14:\"Public Speaker\";s:2:\"id\";i:51559;s:12:\"publish-date\";i:1617821342;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/public-speaker-02\";s:20:\"astra-site-parent-id\";i:1937;s:15:\"astra-sites-tag\";a:9:{i:724;s:6:\"author\";i:854;s:5:\"coach\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";i:1903;s:16:\"personal-website\";i:1939;s:14:\"public-speaker\";i:1940;s:11:\"storyteller\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51560\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/494\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51562\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-books.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-books.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/587\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51563\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/867\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/public-speaker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51564\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/public-speaker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51565\";a:12:{s:5:\"title\";s:12:\"What I Offer\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/public-speaker-02/what-i-offer/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:1938;s:12:\"what-i-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-56739\";a:15:{s:5:\"title\";s:14:\"Public Speaker\";s:2:\"id\";i:56739;s:12:\"publish-date\";i:1626114397;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/public-speaker-08\";s:20:\"astra-site-parent-id\";i:2256;s:15:\"astra-sites-tag\";a:9:{i:724;s:6:\"author\";i:854;s:5:\"coach\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";i:1903;s:16:\"personal-website\";i:1939;s:14:\"public-speaker\";i:1940;s:11:\"storyteller\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-56743\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1066\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/public-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56744\";a:12:{s:5:\"title\";s:12:\"What I Offer\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-what-i-offer.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-what-i-offer.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1072\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/public-speaker-08/what-i-offer/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:1938;s:12:\"what-i-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56740\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1068\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56741\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-books.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-books.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1070\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56742\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1076\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/public-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-52222\";a:15:{s:5:\"title\";s:11:\"Pub and Bar\";s:2:\"id\";i:52222;s:12:\"publish-date\";i:1620390845;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pub-and-bar-04\";s:20:\"astra-site-parent-id\";i:1945;s:15:\"astra-sites-tag\";a:13:{i:2009;s:8:\"bar-room\";i:2007;s:19:\"barbeque-restaurant\";i:2010;s:8:\"beer-bar\";i:1988;s:10:\"beer-joint\";i:562;s:6:\"bistro\";i:635;s:7:\"brewery\";i:1989;s:15:\"cocktail-lounge\";i:882;s:6:\"drinks\";i:350;s:5:\"hotel\";i:657;s:6:\"lounge\";i:1983;s:3:\"pub\";i:2008;s:11:\"pub-and-bar\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-52224\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/891\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pub-and-bar-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52225\";a:12:{s:5:\"title\";s:6:\"Drinks\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-drinks.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-drinks.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/683\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/pub-and-bar-04/drinks/\";s:15:\"astra-sites-tag\";a:1:{i:882;s:6:\"drinks\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52226\";a:12:{s:5:\"title\";s:4:\"Food\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-food.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-food.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/536\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pub-and-bar-04/food/\";s:15:\"astra-sites-tag\";a:1:{i:336;s:4:\"food\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52223\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/412\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pub-and-bar-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52227\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pub-and-bar-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52228\";a:12:{s:5:\"title\";s:5:\"Store\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-store.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-store.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/792\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pub-and-bar-04/store/\";s:15:\"astra-sites-tag\";a:1:{i:749;s:5:\"store\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49780\";a:15:{s:5:\"title\";s:18:\"Meditation Courses\";s:2:\"id\";i:49780;s:12:\"publish-date\";i:1612532912;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/learn-meditation-02\";s:20:\"astra-site-parent-id\";i:1849;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:1850;s:10:\"meditation\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:4:{s:8:\"id-49781\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/learn-meditation-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49782\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-classes.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-classes.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/207\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49783\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49784\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/learn-meditation-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55643\";a:15:{s:5:\"title\";s:12:\"Budget Hotel\";s:2:\"id\";i:55643;s:12:\"publish-date\";i:1623434678;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/budget-hotel-04\";s:20:\"astra-site-parent-id\";i:2174;s:15:\"astra-sites-tag\";a:10:{i:2200;s:9:\"apartment\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2175;s:12:\"budget-hotel\";i:2177;s:11:\"cheap-hotel\";i:2189;s:11:\"guest-house\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2201;s:7:\"lodging\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55644\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-contact-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/930\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/budget-hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55645\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-facilities-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-facilities-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/792\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/budget-hotel-04/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55646\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/budget-hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55647\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-rooms-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-rooms-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/511\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/budget-hotel-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55648\";a:12:{s:5:\"title\";s:12:\"Things to do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-things-to-do-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-things-to-do-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/681\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/budget-hotel-04/things-to-do/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51305\";a:15:{s:5:\"title\";s:18:\"Relationship Coach\";s:2:\"id\";i:51305;s:12:\"publish-date\";i:1616783693;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/relationship-coach-02\";s:20:\"astra-site-parent-id\";i:1860;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:1876;s:10:\"counsellor\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1877;s:18:\"relationship-coach\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-51306\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51307\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-books.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-books.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51308\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/relationship-coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51309\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/relationship-coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51310\";a:12:{s:5:\"title\";s:21:\"One-on-One Counseling\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-counseling.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-counseling.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/654\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:63:\"//websitedemos.net/relationship-coach-02/one-on-one-counseling/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:613;s:10:\"counseling\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51311\";a:12:{s:5:\"title\";s:11:\"Stage Shows\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-shows.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-shows.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/639\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/relationship-coach-02/stage-shows/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:1875;s:11:\"stage-shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-57085\";a:15:{s:5:\"title\";s:27:\"Relationship and Life Coach\";s:2:\"id\";i:57085;s:12:\"publish-date\";i:1626464394;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/relationship-coach-08\";s:20:\"astra-site-parent-id\";i:2279;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:1876;s:10:\"counsellor\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1877;s:18:\"relationship-coach\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:3:{i:37;s:4:\"blog\";i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-57091\";a:12:{s:5:\"title\";s:21:\"One-on-One Counseling\";s:18:\"featured-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-one-on-one-counseling.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-one-on-one-counseling.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1024\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:63:\"//websitedemos.net/relationship-coach-08/one-on-one-counseling/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57092\";a:12:{s:5:\"title\";s:11:\"Stage Shows\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-stage-shows.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-stage-shows.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/relationship-coach-08/stage-shows/\";s:15:\"astra-sites-tag\";a:1:{i:1875;s:11:\"stage-shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57086\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1014\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57088\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-books.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-books.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1018\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57089\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1020\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/relationship-coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57090\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1022\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/relationship-coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-56996\";a:15:{s:5:\"title\";s:12:\"Tech Blogger\";s:2:\"id\";i:56996;s:12:\"publish-date\";i:1626456827;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-blogger-04\";s:20:\"astra-site-parent-id\";i:2257;s:15:\"astra-sites-tag\";a:9:{i:2269;s:18:\"affiliate-marketer\";i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2266;s:12:\"tech-blogger\";i:2267;s:15:\"tech-influencer\";i:2268;s:17:\"technology-critic\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-56997\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-blogger-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-blogger-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-56998\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-blogger-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tech-blogger-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56999\";a:12:{s:5:\"title\";s:5:\"Deals\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-deals.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-deals.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-blogger-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-blogger-04/deals/\";s:15:\"astra-sites-tag\";a:1:{i:2264;s:5:\"deals\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57000\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-blogger-04/wp-json/wp/v2/pages/67\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51504\";a:15:{s:5:\"title\";s:18:\"Creative Podcaster\";s:2:\"id\";i:51504;s:12:\"publish-date\";i:1617304812;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/creative-podcaster-02\";s:20:\"astra-site-parent-id\";i:1923;s:15:\"astra-sites-tag\";a:5:{i:1654;s:15:\"content-creator\";i:1928;s:16:\"creative-podcast\";i:1929;s:9:\"creatives\";i:1927;s:15:\"podcast-website\";i:1926;s:9:\"podcaster\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51508\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/creative-podcaster-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51505\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/575\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-podcaster-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51506\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/880\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/creative-podcaster-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51507\";a:12:{s:5:\"title\";s:8:\"Episodes\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-episodes.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-episodes.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/758\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/creative-podcaster-02/episodes/\";s:15:\"astra-sites-tag\";a:2:{i:1924;s:8:\"episodes\";i:1925;s:15:\"podcast-episode\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-56607\";a:15:{s:5:\"title\";s:18:\"Creative Podcaster\";s:2:\"id\";i:56607;s:12:\"publish-date\";i:1626181230;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/creative-podcaster-08\";s:20:\"astra-site-parent-id\";i:2244;s:15:\"astra-sites-tag\";a:5:{i:1654;s:15:\"content-creator\";i:1928;s:16:\"creative-podcast\";i:1929;s:9:\"creatives\";i:1927;s:15:\"podcast-website\";i:1926;s:9:\"podcaster\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:4:{s:8:\"id-56611\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/creative-podcaster-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56610\";a:12:{s:5:\"title\";s:8:\"Episodes\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-episodes.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-episodes.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1263\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/creative-podcaster-08/episodes/\";s:15:\"astra-sites-tag\";a:1:{i:1924;s:8:\"episodes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56609\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1274\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/creative-podcaster-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56608\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1271\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-podcaster-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-57022\";a:15:{s:5:\"title\";s:9:\"Tech News\";s:2:\"id\";i:57022;s:12:\"publish-date\";i:1626294756;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/tech-news-04\";s:20:\"astra-site-parent-id\";i:2260;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57023\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/tech-news-04/wp-json/wp/v2/pages/705\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tech-news-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57024\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/tech-news-04/wp-json/wp/v2/pages/852\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-news-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57025\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/tech-news-04/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/tech-news-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-57026\";a:12:{s:5:\"title\";s:8:\"Podcasts\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-podcasts.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-podcasts.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/tech-news-04/wp-json/wp/v2/pages/463\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-news-04/podcasts/\";s:15:\"astra-sites-tag\";a:1:{i:2270;s:8:\"podcasts\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(28073,'astra-sites-and-pages-page-8','a:15:{s:8:\"id-57290\";a:15:{s:5:\"title\";s:9:\"Tech News\";s:2:\"id\";i:57290;s:12:\"publish-date\";i:1630403202;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/tech-news-03\";s:20:\"astra-site-parent-id\";i:2317;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57291\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-news-03/wp-json/wp/v2/pages/1231\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tech-news-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-57292\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-news-03/wp-json/wp/v2/pages/1234\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-news-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-57294\";a:12:{s:5:\"title\";s:8:\"Podcasts\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-podcasts.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-podcasts.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-news-03/wp-json/wp/v2/pages/1236\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-news-03/podcasts/\";s:15:\"astra-sites-tag\";a:1:{i:2270;s:8:\"podcasts\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-57293\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/tech-news-03/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/tech-news-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-34244\";a:15:{s:5:\"title\";s:8:\"Pet Care\";s:2:\"id\";i:34244;s:12:\"publish-date\";i:1571857455;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-03\";s:20:\"astra-site-parent-id\";i:1010;s:15:\"astra-sites-tag\";a:6:{i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-35752\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/415\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35750\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pet-care-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35754\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35753\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-reviews.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35751\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55904\";a:15:{s:5:\"title\";s:18:\"Advertising Agency\";s:2:\"id\";i:55904;s:12:\"publish-date\";i:1624378294;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/public-relations-agency-04\";s:20:\"astra-site-parent-id\";i:2225;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-55905\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/public-relations-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55906\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-case-studies.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/1105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/public-relations-agency-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55907\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/396\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/public-relations-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55908\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/public-relations-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55909\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-services.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/394\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/public-relations-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55910\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-work.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-work.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/public-relations-agency-04/work/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49268\";a:15:{s:5:\"title\";s:19:\"Martial Arts School\";s:2:\"id\";i:49268;s:12:\"publish-date\";i:1607721065;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/martial-arts-04\";s:20:\"astra-site-parent-id\";i:1800;s:15:\"astra-sites-tag\";a:5:{i:1804;s:6:\"karate\";i:1803;s:7:\"kung-fu\";i:1801;s:12:\"martial-arts\";i:1805;s:18:\"mixed-martial-arts\";i:1802;s:12:\"self-defence\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49269\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/127\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/martial-arts-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49270\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/209\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/martial-arts-04/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49271\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/martial-arts-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49272\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-programs.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-programs.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/163\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/martial-arts-04/programs/\";s:15:\"astra-sites-tag\";a:2:{i:989;s:8:\"programs\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49273\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-testimonial.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/177\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/martial-arts-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49809\";a:15:{s:5:\"title\";s:23:\"Learn Digital Marketing\";s:2:\"id\";i:49809;s:12:\"publish-date\";i:1612557346;s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/learn-digital-marketing-02\";s:20:\"astra-site-parent-id\";i:1853;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:1855;s:17:\"digital-marketing\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:6:{s:8:\"id-49814\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learn-digital-marketing-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49810\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learn-digital-marketing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49813\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/908\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/learn-digital-marketing-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49815\";a:12:{s:5:\"title\";s:8:\"Resource\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-resource.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-resource.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/learn-digital-marketing-02/resource/\";s:15:\"astra-sites-tag\";a:1:{i:1854;s:8:\"resource\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49811\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-blog.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/890\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/learn-digital-marketing-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49812\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/learn-digital-marketing-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-56525\";a:15:{s:5:\"title\";s:23:\"Learn Digital Marketing\";s:2:\"id\";i:56525;s:12:\"publish-date\";i:1625493814;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/learn-digital-marketing-08\";s:20:\"astra-site-parent-id\";i:2239;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:1855;s:17:\"digital-marketing\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-56526\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-about.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learn-digital-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56527\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-blog.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/learn-digital-marketing-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56528\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-contact.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/learn-digital-marketing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56531\";a:12:{s:5:\"title\";s:8:\"Resource\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-resource.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-resource.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/learn-digital-marketing-08/resource/\";s:15:\"astra-sites-tag\";a:1:{i:1854;s:8:\"resource\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56529\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-course.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-course.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/learn-digital-marketing-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}}}s:8:\"id-56530\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-home.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learn-digital-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}}}}}s:8:\"id-49241\";a:15:{s:5:\"title\";s:21:\"Catering &amp; Events\";s:2:\"id\";i:49241;s:12:\"publish-date\";i:1607708411;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/catering-services-04\";s:20:\"astra-site-parent-id\";i:1788;s:15:\"astra-sites-tag\";a:11:{i:693;s:4:\"cafe\";i:1791;s:17:\"catering-services\";i:1792;s:6:\"caters\";i:792;s:7:\"cooking\";i:1798;s:6:\"dining\";i:1569;s:6:\"events\";i:1789;s:7:\"feeding\";i:336;s:4:\"food\";i:1799;s:13:\"food-festival\";i:1793;s:10:\"meal-serve\";i:1790;s:7:\"serving\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49244\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/catering-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49242\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/229\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/catering-services-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49245\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/275\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/catering-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49246\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/315\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/catering-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49243\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/343\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/catering-services-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49260\";a:15:{s:5:\"title\";s:12:\"Music School\";s:2:\"id\";i:49260;s:12:\"publish-date\";i:1607708423;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/music-school-04\";s:20:\"astra-site-parent-id\";i:1794;s:15:\"astra-sites-tag\";a:8:{i:339;s:6:\"artist\";i:1797;s:12:\"drama-school\";i:1795;s:13:\"music-academy\";i:1796;s:14:\"musical-school\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-49261\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/music-school-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/music-school-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48348\";a:15:{s:5:\"title\";s:8:\"Mountain\";s:2:\"id\";i:48348;s:12:\"publish-date\";i:1603907454;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/mountain-08\";s:20:\"astra-site-parent-id\";i:1724;s:15:\"astra-sites-tag\";a:4:{i:692;s:8:\"business\";i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48349\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/218\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/mountain-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48350\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/mountain-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48351\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/mountain-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48352\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/mountain-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-51520\";a:15:{s:5:\"title\";s:8:\"Aquarium\";s:2:\"id\";i:51520;s:12:\"publish-date\";i:1617304809;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/aquarium-04\";s:20:\"astra-site-parent-id\";i:1930;s:15:\"astra-sites-tag\";a:5:{i:1932;s:8:\"aquarium\";i:1935;s:4:\"fish\";i:1933;s:13:\"marine-museum\";i:1934;s:4:\"tank\";i:1936;s:13:\"water-species\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51524\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51525\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/aquarium-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51521\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/aquarium-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51522\";a:12:{s:5:\"title\";s:7:\"Animals\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-animals.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-animals.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-04/animals/\";s:15:\"astra-sites-tag\";a:1:{i:1931;s:7:\"animals\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51523\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-57346\";a:15:{s:5:\"title\";s:16:\"Fashion Designer\";s:2:\"id\";i:57346;s:12:\"publish-date\";i:1630000976;s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/fashion-designer-boutique-02\";s:20:\"astra-site-parent-id\";i:2325;s:15:\"astra-sites-tag\";a:20:{i:2105;s:8:\"boutique\";i:2418;s:8:\"commerce\";i:2350;s:21:\"designer-cloths-store\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2327;s:16:\"fashion-designer\";i:2349;s:25:\"fashion-designer-boutique\";i:2351;s:26:\"fashion-designer-portfolio\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:444;s:9:\"portfolio\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2495;s:9:\"ecommerce\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-57350\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-designer-boutique-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57347\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-designer-boutique-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57348\";a:12:{s:5:\"title\";s:11:\"Collections\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-collections-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-collections-1.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/541\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/fashion-designer-boutique-02/collections/\";s:15:\"astra-sites-tag\";a:1:{i:596;s:10:\"collection\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57349\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/500\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/fashion-designer-boutique-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57351\";a:12:{s:5:\"title\";s:12:\"New Arrivals\";s:18:\"featured-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-new-arrivals-1.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-new-arrivals-1.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/677\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:61:\"//websitedemos.net/fashion-designer-boutique-02/new-arrivals/\";s:15:\"astra-sites-tag\";a:1:{i:2326;s:11:\"new-arrival\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-53589\";a:15:{s:5:\"title\";s:24:\"Beer Launch Landing Page\";s:2:\"id\";i:53589;s:12:\"publish-date\";i:1620419986;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/beer-launch-04\";s:20:\"astra-site-parent-id\";i:1959;s:15:\"astra-sites-tag\";a:7:{i:1962;s:4:\"beer\";i:2016;s:16:\"beer-launch-page\";i:635;s:7:\"brewery\";i:1965;s:5:\"drink\";i:1964;s:5:\"lager\";i:850;s:12:\"landing-page\";i:399;s:8:\"one-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:1:{s:8:\"id-53590\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/beer-launch-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/beer-launch-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:850;s:12:\"landing-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51427\";a:15:{s:5:\"title\";s:12:\"Tech Startup\";s:2:\"id\";i:51427;s:12:\"publish-date\";i:1617132367;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-02\";s:20:\"astra-site-parent-id\";i:1885;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47711\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47709\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47710\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-features.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-features.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-02/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47712\";a:12:{s:5:\"title\";s:5:\"Plans\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-plans.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-plans.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/173\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-startup-02/plans/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49287\";a:15:{s:5:\"title\";s:10:\"Food Truck\";s:2:\"id\";i:49287;s:12:\"publish-date\";i:1607968453;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/food-truck-04\";s:20:\"astra-site-parent-id\";i:1806;s:15:\"astra-sites-tag\";a:3:{i:1808;s:10:\"food-truck\";i:1810;s:17:\"ice-cream-truck-2\";i:1809;s:15:\"ice-cream-truck\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-49288\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/food-truck-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/food-truck-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49449\";a:15:{s:5:\"title\";s:7:\"Vlogger\";s:2:\"id\";i:49449;s:12:\"publish-date\";i:1608733132;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/vlogger-02\";s:20:\"astra-site-parent-id\";i:1836;s:15:\"astra-sites-tag\";a:8:{i:1840;s:9:\"cameraman\";i:1841;s:15:\"cinematographer\";i:1842;s:10:\"film-maker\";i:399;s:8:\"one-page\";i:1718;s:7:\"onepage\";i:1839;s:13:\"video-creator\";i:1837;s:7:\"vlogger\";i:1838;s:8:\"youtuber\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-49450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/vlogger-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/vlogger-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28074,'astra-sites-and-pages-page-9','a:15:{s:8:\"id-51409\";a:15:{s:5:\"title\";s:7:\"Webinar\";s:2:\"id\";i:51409;s:12:\"publish-date\";i:1617130542;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/webinar-02\";s:20:\"astra-site-parent-id\";i:1883;s:15:\"astra-sites-tag\";a:3:{i:850;s:12:\"landing-page\";i:1892;s:7:\"webinar\";i:1894;s:25:\"webinar-registration-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-51410\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/webinar-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/webinar-02/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:1892;s:7:\"webinar\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51312\";a:15:{s:5:\"title\";s:26:\"Injury and Accident Lawyer\";s:2:\"id\";i:51312;s:12:\"publish-date\";i:1616781589;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/injury-accident-lawyer-02\";s:20:\"astra-site-parent-id\";i:1861;s:15:\"astra-sites-tag\";a:4:{i:1869;s:16:\"accident-lawyers\";i:1867;s:14:\"injury-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-51317\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/injury-accident-lawyer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51313\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-about.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/injury-accident-lawyer-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51314\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-attorneys.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/injury-accident-lawyer-02/attorneys/\";s:15:\"astra-sites-tag\";a:2:{i:912;s:9:\"attorneys\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51315\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/1261\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51318\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-practice-areas.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/606\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/injury-accident-lawyer-02/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:1863;s:14:\"practice-areas\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51319\";a:12:{s:5:\"title\";s:7:\"Results\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-results.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-results.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/1002\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-02/results/\";s:15:\"astra-sites-tag\";a:1:{i:1864;s:7:\"results\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-56573\";a:15:{s:5:\"title\";s:28:\"Injury and Accidental Lawyer\";s:2:\"id\";i:56573;s:12:\"publish-date\";i:1624912486;s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/injury-accident-lawyer-08\";s:20:\"astra-site-parent-id\";i:2241;s:15:\"astra-sites-tag\";a:4:{i:1869;s:16:\"accident-lawyers\";i:1867;s:14:\"injury-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-56574\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-about-gb.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1526\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/injury-accident-lawyer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56575\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-attorneys-gb.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-attorneys-gb.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1539\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/injury-accident-lawyer-08/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56576\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1547\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56577\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-homepage-gb.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1503\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/injury-accident-lawyer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56578\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-practice-areas-gb.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-practice-areas-gb.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1541\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/injury-accident-lawyer-08/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:1863;s:14:\"practice-areas\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56579\";a:12:{s:5:\"title\";s:7:\"Results\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-results-gb.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accidental-lawyer-results-gb.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1543\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/results/\";s:15:\"astra-sites-tag\";a:1:{i:1864;s:7:\"results\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-51486\";a:15:{s:5:\"title\";s:12:\"Water Sports\";s:2:\"id\";i:51486;s:12:\"publish-date\";i:1617304815;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/water-sports-04\";s:20:\"astra-site-parent-id\";i:1912;s:15:\"astra-sites-tag\";a:11:{i:544;s:9:\"adventure\";i:1918;s:5:\"beach\";i:1917;s:12:\"beach-sports\";i:1921;s:7:\"sailing\";i:546;s:6:\"sports\";i:1919;s:13:\"summer-sports\";i:1914;s:7:\"surfing\";i:1920;s:9:\"vacations\";i:1916;s:5:\"water\";i:1915;s:9:\"water-ski\";i:1913;s:12:\"water-sports\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51489\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/water-sports-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51488\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-activities.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-activities.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/599\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/water-sports-04/activities/\";s:15:\"astra-sites-tag\";a:3:{i:1922;s:10:\"activities\";i:1569;s:6:\"events\";i:546;s:6:\"sports\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51490\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/water-sports-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51491\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-testimonial.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/672\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/water-sports-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51487\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/420\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/water-sports-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49322\";a:15:{s:5:\"title\";s:16:\"Marketing Agency\";s:2:\"id\";i:49322;s:12:\"publish-date\";i:1608637925;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/marketing-agency-02\";s:20:\"astra-site-parent-id\";i:1812;s:15:\"astra-sites-tag\";a:12:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49323\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/marketing-agency-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49324\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-case-studies-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-case-studies-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/marketing-agency-02/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49325\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/marketing-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49327\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-what-we-do-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-what-we-do-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/marketing-agency-02/what-we-do/\";s:15:\"astra-sites-tag\";a:3:{i:1605;s:12:\"our-services\";i:628;s:10:\"what-we-do\";i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49326\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/marketing-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-58078\";a:15:{s:5:\"title\";s:21:\"Beauty Products Store\";s:2:\"id\";i:58078;s:12:\"publish-date\";i:1632223081;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/beauty-products-store-04\";s:20:\"astra-site-parent-id\";i:2374;s:15:\"astra-sites-tag\";a:18:{i:2385;s:20:\"beauty-products-shop\";i:2384;s:21:\"beauty-products-store\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-58079\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/beauty-products-store-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/beauty-products-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58080\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/beauty-products-store-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/beauty-products-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/beauty-products-store-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/beauty-products-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49385\";a:15:{s:5:\"title\";s:18:\"Calligraphy Artist\";s:2:\"id\";i:49385;s:12:\"publish-date\";i:1608714981;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/calligraphy-artist-02\";s:20:\"astra-site-parent-id\";i:1819;s:15:\"astra-sites-tag\";a:8:{i:1820;s:11:\"calligraphy\";i:1826;s:10:\"characters\";i:1824;s:11:\"chirography\";i:1821;s:11:\"handwriting\";i:1825;s:8:\"pencraft\";i:1823;s:6:\"script\";i:1827;s:5:\"style\";i:1822;s:7:\"writing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49386\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49390\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-work.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-work.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-02/works/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49389\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-expertise.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-expertise.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/253\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/calligraphy-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49387\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/calligraphy-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49388\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/calligraphy-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-49291\";a:15:{s:5:\"title\";s:14:\"BBQ Food Truck\";s:2:\"id\";i:49291;s:12:\"publish-date\";i:1607968465;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-food-truck-04\";s:20:\"astra-site-parent-id\";i:1807;s:15:\"astra-sites-tag\";a:3:{i:1808;s:10:\"food-truck\";i:1810;s:17:\"ice-cream-truck-2\";i:1809;s:15:\"ice-cream-truck\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-49292\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-food-truck-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-food-truck-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49316\";a:15:{s:5:\"title\";s:19:\"Musical Instruments\";s:2:\"id\";i:49316;s:12:\"publish-date\";i:1608714983;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/musical-instrument-maker-02\";s:20:\"astra-site-parent-id\";i:1811;s:15:\"astra-sites-tag\";a:6:{i:2248;s:12:\"guitar-maker\";i:2249;s:15:\"instrumentalist\";i:407;s:5:\"music\";i:2250;s:18:\"music-craftsperson\";i:2246;s:16:\"music-instrument\";i:1814;s:24:\"musical-instrument-maker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49317\";a:12:{s:5:\"title\";s:7:\"Artists\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-artists.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-artists.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/artists/\";s:15:\"astra-sites-tag\";a:1:{i:339;s:6:\"artist\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49318\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/760\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49319\";a:12:{s:5:\"title\";s:7:\"Guitars\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-guitars.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-guitars.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/338\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/guitars/\";s:15:\"astra-sites-tag\";a:2:{i:1815;s:7:\"guitars\";i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/musical-instrument-maker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49321\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-about.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/musical-instrument-maker-02/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:455;s:8:\"about-us\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-56632\";a:15:{s:5:\"title\";s:19:\"Musical Instruments\";s:2:\"id\";i:56632;s:12:\"publish-date\";i:1624912490;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/musical-instrument-maker-08\";s:20:\"astra-site-parent-id\";i:2245;s:15:\"astra-sites-tag\";a:6:{i:2248;s:12:\"guitar-maker\";i:2249;s:15:\"instrumentalist\";i:407;s:5:\"music\";i:2250;s:18:\"music-craftsperson\";i:2246;s:16:\"music-instrument\";i:1814;s:24:\"musical-instrument-maker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-56633\";a:12:{s:5:\"title\";s:7:\"Artists\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/984\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/artists/\";s:15:\"astra-sites-tag\";a:1:{i:339;s:6:\"artist\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56634\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/988\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56635\";a:12:{s:5:\"title\";s:7:\"Guitars\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/982\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/guitars/\";s:15:\"astra-sites-tag\";a:1:{i:1815;s:7:\"guitars\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56636\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/musical-instrument-maker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56637\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/986\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/musical-instrument-maker-08/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-55844\";a:15:{s:5:\"title\";s:18:\"Real Estate Agency\";s:2:\"id\";i:55844;s:12:\"publish-date\";i:1627060163;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/real-estate-agency-04\";s:20:\"astra-site-parent-id\";i:2221;s:15:\"astra-sites-tag\";a:7:{i:2311;s:19:\"construction-agency\";i:2088;s:20:\"construction-company\";i:2313;s:16:\"property-rentals\";i:485;s:11:\"real-estate\";i:2310;s:18:\"real-estate-agency\";i:2314;s:22:\"real-estate-developers\";i:2312;s:14:\"sales-property\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-55845\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/real-estate-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55846\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/real-estate-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55847\";a:12:{s:5:\"title\";s:17:\"Exclusive Listing\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-exclusive-listing.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-exclusive-listing.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/real-estate-agency-04/exclusive-listing/\";s:15:\"astra-sites-tag\";a:1:{i:2304;s:17:\"exclusive-listing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55848\";a:12:{s:5:\"title\";s:16:\"Exclusive Rental\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-exclusive-rental.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-exclusive-rental.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/real-estate-agency-04/exclusive-rental/\";s:15:\"astra-sites-tag\";a:1:{i:2305;s:16:\"exclusive-rental\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55849\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/real-estate-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55850\";a:12:{s:5:\"title\";s:9:\"Locations\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-locations.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-locations.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/111\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/real-estate-agency-04/neighborhoods/\";s:15:\"astra-sites-tag\";a:2:{i:2306;s:9:\"locations\";i:2307;s:13:\"nearby-places\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55851\";a:12:{s:5:\"title\";s:16:\"Luxury Buildings\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-luxury-buildings.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-luxury-buildings.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/124\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/real-estate-agency-04/luxury-buildings/\";s:15:\"astra-sites-tag\";a:1:{i:2308;s:16:\"luxury-buildings\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-18882\";a:15:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:2:\"id\";i:18882;s:12:\"publish-date\";i:1536651360;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-04\";s:20:\"astra-site-parent-id\";i:113;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23050\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-menu-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-04/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23045\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-about-2.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23048\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23051\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23047\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19058\";a:15:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:2:\"id\";i:19058;s:12:\"publish-date\";i:1536648815;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-03\";s:20:\"astra-site-parent-id\";i:114;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23063\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23064\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-menu.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-menu.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-03/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23059\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23062\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23065\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-reviews.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23061\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21081\";a:15:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:2:\"id\";i:21081;s:12:\"publish-date\";i:1552457750;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-06\";s:20:\"astra-site-parent-id\";i:158;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23510\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23511\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-menu.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-menu.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/190\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-06/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23507\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23509\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23512\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-testimonials.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/215\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23508\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-51452\";a:15:{s:5:\"title\";s:14:\"Theatre Artist\";s:2:\"id\";i:51452;s:12:\"publish-date\";i:1617304821;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/theatre-artist-02\";s:20:\"astra-site-parent-id\";i:1904;s:15:\"astra-sites-tag\";a:5:{i:1906;s:5:\"actor\";i:339;s:6:\"artist\";i:1572;s:9:\"performer\";i:444;s:9:\"portfolio\";i:1905;s:14:\"theatre-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51453\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-biography.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-biography.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/394\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/theatre-artist-02/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51454\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/theatre-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51455\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/theatre-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51456\";a:12:{s:5:\"title\";s:10:\"Repertoire\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-repertoire.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-repertoire.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/447\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/theatre-artist-02/repertoire/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:1907;s:10:\"repertoire\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no');
INSERT INTO `wpjn_options` VALUES (28075,'astra-sites-and-pages-page-10','a:15:{s:8:\"id-47138\";a:15:{s:5:\"title\";s:23:\"Event Management Agency\";s:2:\"id\";i:47138;s:12:\"publish-date\";i:1597226669;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/event-management-04\";s:20:\"astra-site-parent-id\";i:1609;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:1611;s:16:\"corporate-events\";i:1612;s:12:\"event-agency\";i:1610;s:16:\"event-management\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47141\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/event-management-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47143\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-works.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-works.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/167\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/event-management-04/works/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47142\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/206\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/event-management-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:1605;s:12:\"our-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47139\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/event-management-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47140\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/event-management-04/contact-us/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47815\";a:15:{s:5:\"title\";s:14:\"Online Courses\";s:2:\"id\";i:47815;s:12:\"publish-date\";i:1602850916;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-02\";s:20:\"astra-site-parent-id\";i:1676;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:6:{s:8:\"id-47819\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47817\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-courses.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47816\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47820\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-instructors-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-instructors-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47821\";a:12:{s:5:\"title\";s:17:\"Pricing &amp; FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-pricing.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-pricing.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/pricing-faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47818\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48985\";a:15:{s:5:\"title\";s:14:\"Online Courses\";s:2:\"id\";i:48985;s:12:\"publish-date\";i:1606840880;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-01\";s:20:\"astra-site-parent-id\";i:1767;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48986\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/738\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48987\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-course.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-course.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/737\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48988\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/741\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48989\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48990\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-instructors.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-instructors.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/739\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48991\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-pricing.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-pricing.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/740\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-51405\";a:15:{s:5:\"title\";s:15:\"Child Care Blog\";s:2:\"id\";i:51405;s:12:\"publish-date\";i:1617130819;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/childcare-blog-02\";s:20:\"astra-site-parent-id\";i:1882;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:1652;s:7:\"blogger\";i:1897;s:15:\"child-care-blog\";i:1896;s:17:\"child-care-expert\";i:1547;s:10:\"influencer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:2:{s:8:\"id-51406\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/childcare-blog-02/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/childcare-blog-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51407\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/childcare-blog-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/childcare-blog-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47745\";a:15:{s:5:\"title\";s:25:\"Online Programming Course\";s:2:\"id\";i:47745;s:12:\"publish-date\";i:1602788588;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-02\";s:20:\"astra-site-parent-id\";i:1671;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:4:{s:8:\"id-47749\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47747\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/179\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47746\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47748\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/332\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48719\";a:15:{s:5:\"title\";s:25:\"Online Programming Course\";s:2:\"id\";i:48719;s:12:\"publish-date\";i:1605548862;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-01\";s:20:\"astra-site-parent-id\";i:1765;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48720\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48721\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-all-courses.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48722\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48723\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}}s:8:\"id-48026\";a:15:{s:5:\"title\";s:13:\"Online Course\";s:2:\"id\";i:48026;s:12:\"publish-date\";i:1603830103;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-08\";s:20:\"astra-site-parent-id\";i:1694;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48028\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48027\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48031\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48032\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-faq.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-faq.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55936\";a:15:{s:5:\"title\";s:12:\"Media Agency\";s:2:\"id\";i:55936;s:12:\"publish-date\";i:1624472955;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/media-agency-04\";s:20:\"astra-site-parent-id\";i:2236;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47003\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/media-agency-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47001\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/media-agency-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47005\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/57\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/media-agency-04/services/\";s:15:\"astra-sites-tag\";a:3:{i:425;s:8:\"services\";i:628;s:10:\"what-we-do\";i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47004\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-portfolio.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/media-agency-04/works/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47002\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/media-agency-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21574\";a:15:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:21574;s:12:\"publish-date\";i:1555388906;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/life-coach-sara-john\";s:20:\"astra-site-parent-id\";i:91;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22854\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/life-coach-sara-john/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22850\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-about-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/621\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/life-coach-sara-john/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22855\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-work-with-me-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-work-with-me-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/622\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/life-coach-sara-john/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22852\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-books-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-books-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/342\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/life-coach-sara-john/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22853\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-contact-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/life-coach-sara-john/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47529\";a:15:{s:5:\"title\";s:16:\"Roofing Services\";s:2:\"id\";i:47529;s:12:\"publish-date\";i:1600948285;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-02\";s:20:\"astra-site-parent-id\";i:1628;s:15:\"astra-sites-tag\";a:6:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1634;s:17:\"roof-installation\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2477;s:13:\"home-services\";i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47530\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47534\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/147\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47533\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/oofing-services-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/oofing-services-02-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47531\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/169\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48648\";a:15:{s:5:\"title\";s:16:\"Roofing Services\";s:2:\"id\";i:48648;s:12:\"publish-date\";i:1603984605;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-08\";s:20:\"astra-site-parent-id\";i:1754;s:15:\"astra-sites-tag\";a:5:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48651\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48649\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48653\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48652\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48650\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-57190\";a:15:{s:5:\"title\";s:12:\"Luxury Hotel\";s:2:\"id\";i:57190;s:12:\"publish-date\";i:1627060454;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/luxury-hotel-04\";s:20:\"astra-site-parent-id\";i:2282;s:15:\"astra-sites-tag\";a:9:{i:2073;s:13:\"accommodation\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:350;s:5:\"hotel\";i:2082;s:12:\"luxury-hotel\";i:2197;s:16:\"luxury-residence\";i:714;s:6:\"resort\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-57193\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/luxury-hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57194\";a:12:{s:5:\"title\";s:6:\"Dining\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-dining.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-dining.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/1121\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/luxury-hotel-04/dining/\";s:15:\"astra-sites-tag\";a:1:{i:1798;s:6:\"dining\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57196\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/luxury-hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57191\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/luxury-hotel-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57192\";a:12:{s:5:\"title\";s:13:\"Accommodation\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-accomodation.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-accomodation.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/luxury-hotel-04/accommodation/\";s:15:\"astra-sites-tag\";a:1:{i:2073;s:13:\"accommodation\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57195\";a:12:{s:5:\"title\";s:26:\"Facilities &amp; Amenities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-facilities.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-facilities.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/luxury-hotel-04/fascilities-amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47896\";a:15:{s:5:\"title\";s:25:\"Online Programming Course\";s:2:\"id\";i:47896;s:12:\"publish-date\";i:1603825611;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-08\";s:20:\"astra-site-parent-id\";i:1681;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47900\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/523\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47898\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-all-courses.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/519\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47897\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47899\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-07-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/521\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-47585\";a:15:{s:5:\"title\";s:20:\"Freelance Copywriter\";s:2:\"id\";i:47585;s:12:\"publish-date\";i:1600960953;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/freelance-copywriter-02\";s:20:\"astra-site-parent-id\";i:1647;s:15:\"astra-sites-tag\";a:8:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1649;s:14:\"content-writer\";i:1650;s:10:\"copywriter\";i:1648;s:20:\"freelance-copywriter\";i:669;s:10:\"freelancer\";i:1651;s:8:\"marketer\";i:1653;s:19:\"web-content-creator\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47587\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/freelance-copywriter-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47589\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-work.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-work.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/99\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/freelance-copywriter-02/work/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47588\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-testimonials.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/freelance-copywriter-02/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47586\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/freelance-copywriter-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48149\";a:15:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:48149;s:12:\"publish-date\";i:1603893471;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/life-coach-sara-john-08\";s:20:\"astra-site-parent-id\";i:1704;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48171\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-3.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-3.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48172\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48173\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1372\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/life-coach-sara-john-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48174\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-home-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1376\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/life-coach-sara-john-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48175\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-pricing-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-pricing-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1374\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/life-coach-sara-john-08/work-with-me/\";s:15:\"astra-sites-tag\";a:1:{i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}}','no'),(28076,'astra-sites-and-pages-page-11','a:15:{s:8:\"id-51415\";a:15:{s:5:\"title\";s:22:\"Pharmaceutical Company\";s:2:\"id\";i:51415;s:12:\"publish-date\";i:1617130217;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/pharmaceutical-02\";s:20:\"astra-site-parent-id\";i:1884;s:15:\"astra-sites-tag\";a:4:{i:1888;s:6:\"pharma\";i:1890;s:14:\"pharma-company\";i:1891;s:22:\"pharmaceutical-company\";i:1889;s:15:\"pharmaceuticals\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-51416\";a:12:{s:5:\"title\";s:7:\"Company\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-company.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-company.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-02/company/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:979;s:7:\"company\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51417\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/771\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51418\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pharmaceutical-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51419\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-products.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-products.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/458\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/pharmaceutical-02/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51420\";a:12:{s:5:\"title\";s:26:\"Research &amp; Development\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-research.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-research.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/pharmaceutical-02/research-and-development/\";s:15:\"astra-sites-tag\";a:2:{i:1887;s:7:\"process\";i:1886;s:8:\"research\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-51578\";a:15:{s:5:\"title\";s:13:\"Family Lawyer\";s:2:\"id\";i:51578;s:12:\"publish-date\";i:1617821337;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/family-lawyer-02\";s:20:\"astra-site-parent-id\";i:1941;s:15:\"astra-sites-tag\";a:5:{i:912;s:9:\"attorneys\";i:1943;s:14:\"divorce-lawyer\";i:1942;s:13:\"family-lawyer\";i:706;s:6:\"lawyer\";i:1870;s:11:\"lawyer-firm\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-51579\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/family-lawyer-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51580\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/family-lawyer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51581\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/family-lawyer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51582\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-practice-areas.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/family-lawyer-02/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:707;s:13:\"practice-area\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-57319\";a:15:{s:5:\"title\";s:10:\"Book Store\";s:2:\"id\";i:57319;s:12:\"publish-date\";i:1629996901;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/book-store-02\";s:20:\"astra-site-parent-id\";i:2319;s:15:\"astra-sites-tag\";a:8:{i:724;s:6:\"author\";i:2355;s:17:\"author-book-store\";i:2354;s:16:\"author-portfolio\";i:2353;s:11:\"book-writer\";i:2352;s:11:\"books-store\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-57334\";a:12:{s:5:\"title\";s:12:\"About Author\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-biography-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-biography-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/book-store-02/wp-json/wp/v2/pages/293\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/book-store-02/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57335\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-books.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-books.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/book-store-02/wp-json/wp/v2/pages/587\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/book-store-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57337\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/book-store-02/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/book-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57336\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/book-store-02/wp-json/wp/v2/pages/354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/book-store-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47838\";a:15:{s:5:\"title\";s:22:\"Online Cooking Courses\";s:2:\"id\";i:47838;s:12:\"publish-date\";i:1602871358;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-02\";s:20:\"astra-site-parent-id\";i:1678;s:15:\"astra-sites-tag\";a:6:{i:1679;s:14:\"cooking-course\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:4:{s:8:\"id-47842\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47840\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/351\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47839\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47841\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45894\";a:15:{s:5:\"title\";s:31:\"Courier &amp; Delivery Services\";s:2:\"id\";i:45894;s:12:\"publish-date\";i:1590081799;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/courier-04\";s:20:\"astra-site-parent-id\";i:1492;s:15:\"astra-sites-tag\";a:7:{i:1498;s:6:\"bearer\";i:1493;s:7:\"carrier\";i:1494;s:7:\"courier\";i:1497;s:8:\"delivery\";i:1495;s:7:\"express\";i:1500;s:8:\"messager\";i:1496;s:6:\"parcel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45897\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/courier-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45899\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-04-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-04-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/courier-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45895\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/courier-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45898\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-prices.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-prices.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/courier-04/prices/\";s:15:\"astra-sites-tag\";a:1:{i:815;s:5:\"price\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45900\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/courier-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45896\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/courier-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45924\";a:15:{s:5:\"title\";s:31:\"Courier &amp; Delivery Services\";s:2:\"id\";i:45924;s:12:\"publish-date\";i:1590081799;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/courier-03\";s:20:\"astra-site-parent-id\";i:1501;s:15:\"astra-sites-tag\";a:7:{i:1498;s:6:\"bearer\";i:1493;s:7:\"carrier\";i:1494;s:7:\"courier\";i:1497;s:8:\"delivery\";i:1495;s:7:\"express\";i:1500;s:8:\"messager\";i:1496;s:6:\"parcel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45927\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/courier-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45929\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/231\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/courier-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45925\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/233\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/courier-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45928\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-prices.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-prices.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/235\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/courier-03/prices/\";s:15:\"astra-sites-tag\";a:1:{i:815;s:5:\"price\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45930\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/237\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/courier-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45926\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/courier-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49406\";a:15:{s:5:\"title\";s:27:\"Freelance Voice-over Artist\";s:2:\"id\";i:49406;s:12:\"publish-date\";i:1616088047;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/voiceover-artist-02\";s:20:\"astra-site-parent-id\";i:1828;s:15:\"astra-sites-tag\";a:7:{i:1908;s:14:\"dubbing-artist\";i:669;s:10:\"freelancer\";i:969;s:8:\"musician\";i:1834;s:16:\"recording-artist\";i:1571;s:6:\"singer\";i:1510;s:6:\"studio\";i:1833;s:17:\"voice-over-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49407\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/voiceover-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49408\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/400\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/voiceover-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49409\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/voiceover-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49410\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/voiceover-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49411\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-studio.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-studio.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/voiceover-artist-02/studio/\";s:15:\"astra-sites-tag\";a:2:{i:1510;s:6:\"studio\";i:691;s:10:\"work-place\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47672\";a:15:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:2:\"id\";i:47672;s:12:\"publish-date\";i:1603984733;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-08\";s:20:\"astra-site-parent-id\";i:1657;s:15:\"astra-sites-tag\";a:6:{i:1756;s:10:\"blood-bank\";i:337;s:6:\"clinic\";i:1757;s:15:\"diagnostics-lab\";i:1640;s:10:\"laboratory\";i:603;s:7:\"medical\";i:1755;s:16:\"medical-research\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/242\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-47673\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-about.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47676\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-services.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-services.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-47677\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-reviews.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-reviews.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-08/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47674\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/lab-08-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49217\";a:15:{s:5:\"title\";s:11:\"Piano Tutor\";s:2:\"id\";i:49217;s:12:\"publish-date\";i:1607943895;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/piano-tutor-02\";s:20:\"astra-site-parent-id\";i:1780;s:15:\"astra-sites-tag\";a:7:{i:1786;s:5:\"forte\";i:407;s:5:\"music\";i:1782;s:5:\"piano\";i:1784;s:15:\"piano-institute\";i:1783;s:13:\"piano-lessons\";i:1785;s:14:\"piano-programs\";i:1781;s:8:\"tutorial\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-49220\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/piano-tutor-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49218\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49221\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-programs.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-programs.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/228\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-02/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49222\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-testimonial.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/278\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/piano-tutor-02/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49219\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/312\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/piano-tutor-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21592\";a:15:{s:5:\"title\";s:19:\"Custom Printing Pro\";s:2:\"id\";i:21592;s:12:\"publish-date\";i:1555478369;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-04\";s:20:\"astra-site-parent-id\";i:67;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-36096\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22180\";a:12:{s:5:\"title\";s:9:\"About HDX\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-about-hdx.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-about-hdx.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/custom-printing-04/about-hdx/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22183\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47547\";a:15:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:2:\"id\";i:47547;s:12:\"publish-date\";i:1600971205;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-02\";s:20:\"astra-site-parent-id\";i:1635;s:15:\"astra-sites-tag\";a:5:{i:1637;s:18:\"clinical-diagnosis\";i:1636;s:9:\"diagnosis\";i:1640;s:10:\"laboratory\";i:1638;s:4:\"test\";i:1639;s:8:\"workshop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47550\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47548\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47551\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-services.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/157\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47552\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-testimonial.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/170\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-02/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47549\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/183\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48061\";a:15:{s:5:\"title\";s:21:\"Online Cooking Course\";s:2:\"id\";i:48061;s:12:\"publish-date\";i:1603831834;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-08\";s:20:\"astra-site-parent-id\";i:1696;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48065\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48063\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-1.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48062\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48064\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21821\";a:15:{s:5:\"title\";s:15:\"Custom Printing\";s:2:\"id\";i:21821;s:12:\"publish-date\";i:1556523458;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-03\";s:20:\"astra-site-parent-id\";i:318;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:5;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:6;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-34081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-26341\";a:12:{s:5:\"title\";s:9:\"About HDX\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/custom-printing-03/about-hdx/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-26344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47023\";a:15:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:2:\"id\";i:47023;s:12:\"publish-date\";i:1596836442;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/women-empowerment-02\";s:20:\"astra-site-parent-id\";i:1590;s:15:\"astra-sites-tag\";a:2:{i:1592;s:3:\"ngo\";i:1591;s:17:\"women-empowerment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-47028\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/women-empowerment-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47024\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/women-empowerment-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47029\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/women-empowerment-02/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47026\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-events.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-events.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/women-empowerment-02/events/\";s:15:\"astra-sites-tag\";a:2:{i:1569;s:6:\"events\";i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47027\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47025\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48447\";a:15:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:2:\"id\";i:48447;s:12:\"publish-date\";i:1603927254;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/women-empowerment-08\";s:20:\"astra-site-parent-id\";i:1735;s:15:\"astra-sites-tag\";a:3:{i:625;s:7:\"charity\";i:1592;s:3:\"ngo\";i:1591;s:17:\"women-empowerment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48448\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/women-empowerment-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/442\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48450\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/418\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/women-empowerment-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48451\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/426\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48452\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/women-empowerment-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48453\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/403\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/women-empowerment-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28077,'astra-sites-and-pages-page-12','a:15:{s:8:\"id-46688\";a:15:{s:5:\"title\";s:21:\"Inspirational Speaker\";s:2:\"id\";i:46688;s:12:\"publish-date\";i:1595356079;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/inspirational-speaker-04\";s:20:\"astra-site-parent-id\";i:1550;s:15:\"astra-sites-tag\";a:6:{i:1548;s:9:\"encourage\";i:1549;s:10:\"enthusiasm\";i:1547;s:10:\"influencer\";i:1546;s:11:\"inspiration\";i:1545;s:21:\"inspirational-speaker\";i:609;s:9:\"motivator\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46693\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/inspirational-speaker-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46689\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-about.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/inspirational-speaker-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46691\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-courses.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/228\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/inspirational-speaker-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46692\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-events.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-events.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/inspirational-speaker-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46690\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-contact.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/226\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/inspirational-speaker-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46941\";a:15:{s:5:\"title\";s:8:\"Musician\";s:2:\"id\";i:46941;s:12:\"publish-date\";i:1596730045;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-02\";s:20:\"astra-site-parent-id\";i:1564;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-46947\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/167\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46943\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-biography.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-biography.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/294\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-02/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46944\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-concerts.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-concerts.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-02/concerts/\";s:15:\"astra-sites-tag\";a:3:{i:1567;s:8:\"concerts\";i:1569;s:6:\"events\";i:1568;s:5:\"shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46942\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-albums.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-albums.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-02/albums/\";s:15:\"astra-sites-tag\";a:3:{i:1565;s:6:\"albums\";i:763;s:11:\"discography\";i:407;s:5:\"music\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46946\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46945\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:1009;s:10:\"contact-me\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48611\";a:15:{s:5:\"title\";s:8:\"Musician\";s:2:\"id\";i:48611;s:12:\"publish-date\";i:1603984612;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-08\";s:20:\"astra-site-parent-id\";i:1752;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48612\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/437\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-08/albums/\";s:15:\"astra-sites-tag\";a:2:{i:1565;s:6:\"albums\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48617\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48613\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-08/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48614\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/432\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-08/concerts/\";s:15:\"astra-sites-tag\";a:1:{i:755;s:7:\"concert\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48616\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/443\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48615\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/451\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55517\";a:15:{s:5:\"title\";s:18:\"Portfolio &amp; CV\";s:2:\"id\";i:55517;s:12:\"publish-date\";i:1622060981;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-02\";s:20:\"astra-site-parent-id\";i:2149;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55518\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55519\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55520\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55521\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55522\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-services.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-services.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55511\";a:15:{s:5:\"title\";s:19:\"Portfolio &#038; CV\";s:2:\"id\";i:55511;s:12:\"publish-date\";i:1622061009;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-08\";s:20:\"astra-site-parent-id\";i:2148;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:5:{s:8:\"id-55512\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/345\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55513\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/375\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55514\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55515\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55516\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-48671\";a:15:{s:5:\"title\";s:12:\"Tech Startup\";s:2:\"id\";i:48671;s:12:\"publish-date\";i:1603984602;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-08\";s:20:\"astra-site-parent-id\";i:1758;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48672\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48673\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48674\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48675\";a:12:{s:5:\"title\";s:4:\"Plan\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-startup-08/plan/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-49795\";a:15:{s:5:\"title\";s:18:\"Learn Oil Painting\";s:2:\"id\";i:49795;s:12:\"publish-date\";i:1612553999;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/learn-oil-painting-02\";s:20:\"astra-site-parent-id\";i:1851;s:15:\"astra-sites-tag\";a:4:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:5:\"pages\";a:4:{s:8:\"id-49796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-oil-painting-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49797\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-classes.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-classes.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49798\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49799\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-oil-painting-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-47565\";a:15:{s:5:\"title\";s:28:\"Hairdressers and Hair Salons\";s:2:\"id\";i:47565;s:12:\"publish-date\";i:1600968683;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/hair-salon-04\";s:20:\"astra-site-parent-id\";i:1641;s:15:\"astra-sites-tag\";a:7:{i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:1645;s:8:\"hair-cut\";i:1642;s:10:\"hair-salon\";i:1644;s:12:\"hair-styling\";i:1646;s:23:\"professional-hair-salon\";i:1643;s:7:\"styling\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/hair-salon-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47569\";a:12:{s:5:\"title\";s:6:\"Salons\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-salon.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-salon.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/hair-salon-04/salons/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";i:650;s:5:\"salon\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47570\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/290\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/hair-salon-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47568\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/317\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hair-salon-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47566\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/hair-salon-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-54423\";a:15:{s:5:\"title\";s:11:\"Coffee Shop\";s:2:\"id\";i:54423;s:12:\"publish-date\";i:1621457260;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-02\";s:20:\"astra-site-parent-id\";i:2031;s:15:\"astra-sites-tag\";a:10:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:399;s:8:\"one-page\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-54424\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-02/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46285\";a:15:{s:5:\"title\";s:15:\"Moving Services\";s:2:\"id\";i:46285;s:12:\"publish-date\";i:1590081788;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/moving-services-04\";s:20:\"astra-site-parent-id\";i:1530;s:15:\"astra-sites-tag\";a:5:{i:1021;s:14:\"local-business\";i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:1535;s:10:\"relocation\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-46289\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/moving-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46286\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/moving-services-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46290\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/moving-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46291\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/moving-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46288\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/moving-services-04/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46287\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/moving-services-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46305\";a:15:{s:5:\"title\";s:15:\"Moving Services\";s:2:\"id\";i:46305;s:12:\"publish-date\";i:1590081787;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/moving-services-03\";s:20:\"astra-site-parent-id\";i:1531;s:15:\"astra-sites-tag\";a:5:{i:1021;s:14:\"local-business\";i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:1535;s:10:\"relocation\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-46309\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/moving-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46306\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/234\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/moving-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46310\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/235\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/moving-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46311\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/236\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/moving-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46308\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/237\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/moving-services-03/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46307\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/238\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/moving-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49412\";a:15:{s:5:\"title\";s:17:\"Bike Modification\";s:2:\"id\";i:49412;s:12:\"publish-date\";i:1608714973;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/bike-modification-04\";s:20:\"astra-site-parent-id\";i:1829;s:15:\"astra-sites-tag\";a:4:{i:1831;s:10:\"automobile\";i:1830;s:17:\"bike-modification\";i:1832;s:12:\"custom-bikes\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-49413\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bike-modification-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49414\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/782\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bike-modification-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49415\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/bike-modification-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49416\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/568\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bike-modification-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49417\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-testimonial.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/655\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/bike-modification-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49418\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-works.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-works.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bike-modification-04/works/\";s:15:\"astra-sites-tag\";a:3:{i:997;s:8:\"our-work\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-45466\";a:15:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:45466;s:12:\"publish-date\";i:1584036009;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-04\";s:20:\"astra-site-parent-id\";i:1443;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-45469\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45467\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45471\";a:12:{s:5:\"title\";s:9:\"Workspace\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-workspace.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-workspace.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-04/workspace/\";s:15:\"astra-sites-tag\";a:2:{i:451;s:4:\"work\";i:1444;s:9:\"workspace\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45470\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-pricing-pro.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-pricing-pro.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45468\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-contact-pro.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-contact-pro.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45483\";a:15:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:45483;s:12:\"publish-date\";i:1585154177;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-03\";s:20:\"astra-site-parent-id\";i:1445;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-45486\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45484\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/478\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45488\";a:12:{s:5:\"title\";s:9:\"Workspace\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-workspace.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-workspace.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/479\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-03/workspace/\";s:15:\"astra-sites-tag\";a:2:{i:451;s:4:\"work\";i:1444;s:9:\"workspace\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45487\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-pricing.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-pricing.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/480\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45485\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/481\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47052\";a:15:{s:5:\"title\";s:12:\"Elderly Home\";s:2:\"id\";i:47052;s:12:\"publish-date\";i:1597077645;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-02\";s:20:\"astra-site-parent-id\";i:1593;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47056\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47053\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47057\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47055\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-facilities.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-02/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47054\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28078,'astra-sites-and-pages-page-13','a:15:{s:8:\"id-48519\";a:15:{s:5:\"title\";s:12:\"Elderly Home\";s:2:\"id\";i:48519;s:12:\"publish-date\";i:1603984628;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-08\";s:20:\"astra-site-parent-id\";i:1744;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48523\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48520\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48524\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48522\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-08/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48521\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47084\";a:15:{s:5:\"title\";s:12:\"Horticulture\";s:2:\"id\";i:47084;s:12:\"publish-date\";i:1597154802;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-02\";s:20:\"astra-site-parent-id\";i:1600;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47086\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47087\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-farm.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-farm.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-02/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47088\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-produce.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-produce.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-02/our-produce/\";s:15:\"astra-sites-tag\";a:3:{i:1606;s:12:\"our-products\";i:1605;s:12:\"our-services\";i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47089\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-testimonial.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-02/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47085\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-02/contact-us/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47723\";a:15:{s:5:\"title\";s:12:\"Horticulture\";s:2:\"id\";i:47723;s:12:\"publish-date\";i:1603821508;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-08\";s:20:\"astra-site-parent-id\";i:1669;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-47725\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47726\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-farm.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-farm.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-08/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:1737;s:4:\"farm\";i:1736;s:8:\"our-farm\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47727\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-produce.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-our-produce.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-08/our-produce/\";s:15:\"astra-sites-tag\";a:1:{i:1606;s:12:\"our-products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47728\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/horticulture-08/testimonials/\";s:15:\"astra-sites-tag\";a:3:{i:1738;s:9:\"feedbacks\";i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47724\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46988\";a:15:{s:5:\"title\";s:7:\"AppPlus\";s:2:\"id\";i:46988;s:12:\"publish-date\";i:1596732885;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/app-landing-page-04\";s:20:\"astra-site-parent-id\";i:1581;s:15:\"astra-sites-tag\";a:4:{i:1583;s:16:\"app-landing-page\";i:423;s:4:\"home\";i:850;s:12:\"landing-page\";i:629;s:20:\"product-landing-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:1:{s:8:\"id-46989\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/app-landing-page-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/app-landing-page-04/\";s:15:\"astra-sites-tag\";a:3:{i:1582;s:13:\"download-page\";i:850;s:12:\"landing-page\";i:629;s:20:\"product-landing-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-45850\";a:15:{s:5:\"title\";s:25:\"School &amp; Kindergarten\";s:2:\"id\";i:45850;s:12:\"publish-date\";i:1586952785;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/school-kindergarten-04\";s:20:\"astra-site-parent-id\";i:1487;s:15:\"astra-sites-tag\";a:5:{i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45854\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/school-kindergarten-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45851\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/school-kindergarten-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45855\";a:12:{s:5:\"title\";s:11:\"Parent Info\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/school-kindergarten-04/parent-info/\";s:15:\"astra-sites-tag\";a:2:{i:1489;s:11:\"information\";i:1488;s:6:\"parent\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45852\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45856\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45853\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45870\";a:15:{s:5:\"title\";s:25:\"School &amp; Kindergarten\";s:2:\"id\";i:45870;s:12:\"publish-date\";i:1586952772;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/school-kindergarten-03\";s:20:\"astra-site-parent-id\";i:1491;s:15:\"astra-sites-tag\";a:5:{i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45874\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/school-kindergarten-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45871\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/school-kindergarten-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45872\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45875\";a:12:{s:5:\"title\";s:11:\"Parent Info\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/school-kindergarten-03/parent-info/\";s:15:\"astra-sites-tag\";a:2:{i:1489;s:11:\"information\";i:1488;s:6:\"parent\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45876\";a:12:{s:5:\"title\";s:6:\"Review\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/school-kindergarten-03/review/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45873\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45584\";a:15:{s:5:\"title\";s:9:\"Cake Shop\";s:2:\"id\";i:45584;s:12:\"publish-date\";i:1590081789;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/cake-shop-04\";s:20:\"astra-site-parent-id\";i:1452;s:15:\"astra-sites-tag\";a:4:{i:758;s:6:\"bakery\";i:1527;s:9:\"cafeteria\";i:1528;s:9:\"cake-shop\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2478;s:17:\"local-storefronts\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-45588\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/cake-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45585\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45586\";a:12:{s:5:\"title\";s:5:\"Cakes\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-cakes.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-cakes.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-04/cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45589\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/cake-shop-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45587\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cake-shop-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46271\";a:15:{s:5:\"title\";s:9:\"Cake Shop\";s:2:\"id\";i:46271;s:12:\"publish-date\";i:1590081789;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/cake-shop-03\";s:20:\"astra-site-parent-id\";i:1529;s:15:\"astra-sites-tag\";a:5:{i:758;s:6:\"bakery\";i:1527;s:9:\"cafeteria\";i:783;s:4:\"cake\";i:1528;s:9:\"cake-shop\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2478;s:17:\"local-storefronts\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46275\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/cake-shop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46272\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46273\";a:12:{s:5:\"title\";s:5:\"Cakes\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-cakes.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-cakes.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/286\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-03/cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46276\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/cake-shop-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46274\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/288\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cake-shop-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22058\";a:15:{s:5:\"title\";s:13:\"Travel Agency\";s:2:\"id\";i:22058;s:12:\"publish-date\";i:1560489916;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/tourism-04\";s:20:\"astra-site-parent-id\";i:68;s:15:\"astra-sites-tag\";a:6:{i:979;s:7:\"company\";i:812;s:6:\"office\";i:430;s:7:\"tourism\";i:431;s:13:\"tours-travels\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-39869\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22203-travel-agency-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22203-travel-agency-home-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/tourism-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39867\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22200-travel-agency-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22200-travel-agency-about-us-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tourism-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39871\";a:12:{s:5:\"title\";s:5:\"Tours\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22205-travel-agency-tours-resize.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22205-travel-agency-tours-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/tourism-04/tours/\";s:15:\"astra-sites-tag\";a:2:{i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39870\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22204-travel-agency-reviews-resize.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22204-travel-agency-reviews-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39868\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/tourism-04-contact-revised-1200.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/tourism-04-contact-revised-1200.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22091\";a:15:{s:5:\"title\";s:13:\"Travel Agency\";s:2:\"id\";i:22091;s:12:\"publish-date\";i:1561001708;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/tourism-03\";s:20:\"astra-site-parent-id\";i:92;s:15:\"astra-sites-tag\";a:5:{i:979;s:7:\"company\";i:812;s:6:\"office\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22859\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/200\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/tourism-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22856\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tourism-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22861\";a:12:{s:5:\"title\";s:5:\"Tours\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-tours.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-tours.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/tourism-03/tours/\";s:15:\"astra-sites-tag\";a:1:{i:770;s:4:\"tour\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22860\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-reviews.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22857\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47181\";a:15:{s:5:\"title\";s:16:\"Consultants Firm\";s:2:\"id\";i:47181;s:12:\"publish-date\";i:1597262009;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/consultant-firm-04\";s:20:\"astra-site-parent-id\";i:1618;s:15:\"astra-sites-tag\";a:2:{i:1620;s:19:\"business-consultant\";i:1621;s:10:\"consultant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-47185\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/consultant-firm-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47182\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/consultant-firm-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47186\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/consultant-firm-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:1605;s:12:\"our-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47183\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-case-studies.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/consultant-firm-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47187\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-team.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-team.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/consultant-firm-04/team/\";s:15:\"astra-sites-tag\";a:2:{i:996;s:8:\"our-team\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47184\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/consultant-firm-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46967\";a:15:{s:5:\"title\";s:4:\"Cafe\";s:2:\"id\";i:46967;s:12:\"publish-date\";i:1596731285;s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/cafe-04\";s:20:\"astra-site-parent-id\";i:1574;s:15:\"astra-sites-tag\";a:5:{i:693;s:4:\"cafe\";i:1576;s:17:\"casual-restaurant\";i:1575;s:11:\"coffee-shop\";i:1577;s:13:\"confectionery\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-46971\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/cafe-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46968\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cafe-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46973\";a:12:{s:5:\"title\";s:13:\"What We Offer\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-what-we-offer.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-what-we-offer.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cafe-04/what-we-offer/\";s:15:\"astra-sites-tag\";a:1:{i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46972\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-our-menu.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cafe-04/our-menu/\";s:15:\"astra-sites-tag\";a:4:{i:336;s:4:\"food\";i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46970\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:1580;s:6:\"photos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46969\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-contact.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55408\";a:15:{s:5:\"title\";s:6:\"School\";s:2:\"id\";i:55408;s:12:\"publish-date\";i:1622059860;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/school-02\";s:20:\"astra-site-parent-id\";i:2109;s:15:\"astra-sites-tag\";a:10:{i:2154;s:9:\"academics\";i:610;s:8:\"coaching\";i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:2158;s:8:\"educator\";i:2155;s:11:\"high-school\";i:617;s:12:\"kindergarten\";i:2157;s:9:\"preschool\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55412\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/155\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/school-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55409\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/school-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55410\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-academics-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-academics-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/school-02/academics/\";s:15:\"astra-sites-tag\";a:1:{i:2110;s:7:\"academy\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55411\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-activities-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-activities-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/154\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/school-02/activities/\";s:15:\"astra-sites-tag\";a:1:{i:1922;s:10:\"activities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55413\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/school-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55500\";a:15:{s:5:\"title\";s:6:\"School\";s:2:\"id\";i:55500;s:12:\"publish-date\";i:1622059216;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/school-08\";s:20:\"astra-site-parent-id\";i:2147;s:15:\"astra-sites-tag\";a:10:{i:2154;s:9:\"academics\";i:610;s:8:\"coaching\";i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:2158;s:8:\"educator\";i:2155;s:11:\"high-school\";i:617;s:12:\"kindergarten\";i:2157;s:9:\"preschool\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-55504\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/117\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/school-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55501\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/school-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-55502\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-academics.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/79\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/school-08/academics/\";s:15:\"astra-sites-tag\";a:1:{i:2114;s:8:\"academic\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55503\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/102\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/school-08/activities/\";s:15:\"astra-sites-tag\";a:1:{i:1922;s:10:\"activities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55505\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-home.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/school-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-57385\";a:15:{s:5:\"title\";s:9:\"Gift Shop\";s:2:\"id\";i:57385;s:12:\"publish-date\";i:1630001335;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/gift-shop-04\";s:20:\"astra-site-parent-id\";i:2334;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:2348;s:20:\"corporate-gift-store\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:404;s:9:\"gift-shop\";i:401;s:10:\"gift-store\";i:2347;s:17:\"online-gift-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2346;s:18:\"personalised-gifts\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:3:{s:8:\"id-57388\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gift-shop-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/gift-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57386\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gift-shop-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/gift-shop-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57387\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gift-shop-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/gift-shop-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28079,'astra-sites-and-pages-page-14','a:15:{s:8:\"id-46704\";a:15:{s:5:\"title\";s:13:\"e-Book Author\";s:2:\"id\";i:46704;s:12:\"publish-date\";i:1595355691;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/ebook-author-02\";s:20:\"astra-site-parent-id\";i:1551;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46709\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/ebook-author-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46705\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/ebook-author-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46707\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-e-books.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46708\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-events.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-events.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ebook-author-02/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46706\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48472\";a:15:{s:5:\"title\";s:13:\"e-book Author\";s:2:\"id\";i:48472;s:12:\"publish-date\";i:1603931209;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/ebook-author-08\";s:20:\"astra-site-parent-id\";i:1739;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48473\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/ebook-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48474\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48475\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-e-books.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-e-books.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:1740;s:5:\"books\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48476\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ebook-author-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48477\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/ebook-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45725\";a:15:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:45725;s:12:\"publish-date\";i:1585306131;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-01\";s:20:\"astra-site-parent-id\";i:1469;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-45728\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-01/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:1467;s:14:\"store-homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45729\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-01/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1468;s:15:\"product-reviews\";i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45726\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-01/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-45727\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-01/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19494\";a:15:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:2:\"id\";i:19494;s:12:\"publish-date\";i:1538655023;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-02\";s:20:\"astra-site-parent-id\";i:66;s:15:\"astra-sites-tag\";a:11:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-22165\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22162\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-about-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-about-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22166\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-menu-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-menu-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-02/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22164\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/06/bbq-restaurant-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/06/bbq-restaurant-contact-screenshot.png\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19579\";a:15:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:2:\"id\";i:19579;s:12:\"publish-date\";i:1540186022;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-01\";s:20:\"astra-site-parent-id\";i:84;s:15:\"astra-sites-tag\";a:11:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-22694\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22691\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22695\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-menu.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-menu.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-01/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22693\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47979\";a:15:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:2:\"id\";i:47979;s:12:\"publish-date\";i:1603828775;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-08\";s:20:\"astra-site-parent-id\";i:1690;s:15:\"astra-sites-tag\";a:10:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47982\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-home-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/531\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47980\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-47983\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/535\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47981\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/537\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21828\";a:15:{s:5:\"title\";s:12:\"Health Coach\";s:2:\"id\";i:21828;s:12:\"publish-date\";i:1557135032;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/health-coach-04\";s:20:\"astra-site-parent-id\";i:88;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:516;s:4:\"diet\";i:521;s:12:\"fitness-blog\";i:336;s:4:\"food\";i:518;s:12:\"health-coach\";i:517;s:14:\"healthy-eating\";i:519;s:14:\"healthy-living\";i:520;s:9:\"nutrition\";i:1020;s:8:\"personal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-22740\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/health-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22741\";a:12:{s:5:\"title\";s:8:\"My Story\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-mystory.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-mystory.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-coach-04/my-story/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22738\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-04-blog-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-04-blog-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/health-coach-04/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22739\";a:12:{s:5:\"title\";s:11:\"Get Started\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-susan-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-susan-contact-page.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-coach-04/get-started/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:766;s:11:\"get-started\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-44066\";a:15:{s:5:\"title\";s:12:\"Health Coach\";s:2:\"id\";i:44066;s:12:\"publish-date\";i:1584363116;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/health-coach-03\";s:20:\"astra-site-parent-id\";i:1420;s:15:\"astra-sites-tag\";a:7:{i:516;s:4:\"diet\";i:521;s:12:\"fitness-blog\";i:336;s:4:\"food\";i:518;s:12:\"health-coach\";i:517;s:14:\"healthy-eating\";i:519;s:14:\"healthy-living\";i:520;s:9:\"nutrition\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-services\";i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-45544\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/health-coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45545\";a:12:{s:5:\"title\";s:8:\"My Story\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/465\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-coach-03/my-story/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45542\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-blog-1.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/327\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/health-coach-03/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45543\";a:12:{s:5:\"title\";s:11:\"Get Started\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/410\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-coach-03/get-started/\";s:15:\"astra-sites-tag\";a:2:{i:766;s:11:\"get-started\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-18191\";a:15:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:18191;s:12:\"publish-date\";i:1516691505;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-04\";s:20:\"astra-site-parent-id\";i:263;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:399;s:8:\"one-page\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:1:{s:8:\"id-39975\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-04/wp-json/wp/v2/pages/238\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-18166\";a:15:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:18166;s:12:\"publish-date\";i:1516691491;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-03\";s:20:\"astra-site-parent-id\";i:266;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:1:{s:8:\"id-24758\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/plant-shop-03/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-43398\";a:15:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:43398;s:12:\"publish-date\";i:1581008140;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-06\";s:20:\"astra-site-parent-id\";i:1413;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:399;s:8:\"one-page\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:5:\"pages\";a:1:{s:8:\"id-43399\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-06/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-06/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-46009\";a:15:{s:5:\"title\";s:7:\"Painter\";s:2:\"id\";i:46009;s:12:\"publish-date\";i:1586952856;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/painter-04\";s:20:\"astra-site-parent-id\";i:1508;s:15:\"astra-sites-tag\";a:7:{i:597;s:3:\"art\";i:1511;s:7:\"artisan\";i:339;s:6:\"artist\";i:1513;s:5:\"craft\";i:1514;s:6:\"dauber\";i:614;s:7:\"painter\";i:1512;s:8:\"painting\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46013\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/painter-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46010\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/painter-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46011\";a:12:{s:5:\"title\";s:8:\"Artworks\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-artworks.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-artworks.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/painter-04/artworks/\";s:15:\"astra-sites-tag\";a:2:{i:597;s:3:\"art\";i:1509;s:7:\"artwork\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46014\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-studio.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-studio.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/painter-04/studio/\";s:15:\"astra-sites-tag\";a:1:{i:1510;s:6:\"studio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46012\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/painter-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-46026\";a:15:{s:5:\"title\";s:7:\"Painter\";s:2:\"id\";i:46026;s:12:\"publish-date\";i:1586952849;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/painter-03\";s:20:\"astra-site-parent-id\";i:1515;s:15:\"astra-sites-tag\";a:7:{i:597;s:3:\"art\";i:1511;s:7:\"artisan\";i:339;s:6:\"artist\";i:1513;s:5:\"craft\";i:1514;s:6:\"dauber\";i:614;s:7:\"painter\";i:1512;s:8:\"painting\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-46030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/painter-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46027\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/218\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/painter-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46028\";a:12:{s:5:\"title\";s:8:\"Artworks\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-artworks.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-artworks.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/painter-03/artworks/\";s:15:\"astra-sites-tag\";a:1:{i:1509;s:7:\"artwork\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46031\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-studio.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-studio.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/painter-03/studio/\";s:15:\"astra-sites-tag\";a:1:{i:1510;s:6:\"studio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/221\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/painter-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19540\";a:15:{s:5:\"title\";s:15:\"Yoga Instructor\";s:2:\"id\";i:19540;s:12:\"publish-date\";i:1540964155;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-02\";s:20:\"astra-site-parent-id\";i:105;s:15:\"astra-sites-tag\";a:7:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:849;s:11:\"health-yoga\";i:1020;s:8:\"personal\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22967\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22963\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-sarah-about-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-sarah-about-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-02/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22965\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-class-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-class-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22968\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-publication.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-publication.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-02/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22966\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-getfit-page.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-getfit-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/94\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-02/get-fit/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19629\";a:15:{s:5:\"title\";s:15:\"Yoga Instructor\";s:2:\"id\";i:19629;s:12:\"publish-date\";i:1540964157;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-01\";s:20:\"astra-site-parent-id\";i:107;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22987\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22980\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-about-me-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-01/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22985\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-classes-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-classes-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-01/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22988\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-publications-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-publications-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-01/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22986\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-get-fit-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-get-fit-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/94\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-01/get-fit/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:769;s:7:\"get-fit\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28080,'astra-sites-and-pages-page-15','a:15:{s:8:\"id-48631\";a:15:{s:5:\"title\";s:15:\"Yoga Instructor\";s:2:\"id\";i:48631;s:12:\"publish-date\";i:1603984609;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-08\";s:20:\"astra-site-parent-id\";i:1753;s:15:\"astra-sites-tag\";a:7:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:849;s:11:\"health-yoga\";i:1020;s:8:\"personal\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/51\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48632\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/52\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48633\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48636\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-08/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48634\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/get-fit/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49936\";a:15:{s:5:\"title\";s:11:\"Recipe Blog\";s:2:\"id\";i:49936;s:12:\"publish-date\";i:1614595588;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/recipe-blog-08\";s:20:\"astra-site-parent-id\";i:1858;s:15:\"astra-sites-tag\";a:5:{i:792;s:7:\"cooking\";i:787;s:6:\"dinner\";i:336;s:4:\"food\";i:793;s:11:\"food-making\";i:788;s:5:\"snack\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49940\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1055\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/recipe-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49937\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1071\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/recipe-blog-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49938\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1067\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/recipe-blog-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49939\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1074\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recipe-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-39906\";a:15:{s:5:\"title\";s:6:\"Church\";s:2:\"id\";i:39906;s:12:\"publish-date\";i:1579633611;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/church-04\";s:20:\"astra-site-parent-id\";i:1199;s:15:\"astra-sites-tag\";a:5:{i:897;s:15:\"catholic-church\";i:625;s:7:\"charity\";i:893;s:6:\"church\";i:898;s:16:\"community-church\";i:735;s:6:\"donate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:3;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:11:{s:8:\"id-57915\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/2050\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/church-04/donor-dashboard-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57916\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/2041\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/church-04/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57917\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/2044\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/church-04/donor-dashboard-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57918\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/2047\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/church-04/donor-dashboard-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-39912\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/church-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39907\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/church-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39910\";a:12:{s:5:\"title\";s:13:\"Get connected\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-get-connected.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-get-connected.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/church-04/get-connected/\";s:15:\"astra-sites-tag\";a:1:{i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39913\";a:12:{s:5:\"title\";s:7:\"Sermons\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-sermons.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-sermons.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-04/sermons/\";s:15:\"astra-sites-tag\";a:1:{i:892;s:7:\"sermons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39909\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-events.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-events.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/church-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39908\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-39911\";a:12:{s:5:\"title\";s:4:\"Give\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-give.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-give.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/church-04/give/\";s:15:\"astra-sites-tag\";a:2:{i:735;s:6:\"donate\";i:1015;s:4:\"give\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-44450\";a:15:{s:5:\"title\";s:6:\"Church\";s:2:\"id\";i:44450;s:12:\"publish-date\";i:1586540158;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/church-03\";s:20:\"astra-site-parent-id\";i:1428;s:15:\"astra-sites-tag\";a:5:{i:897;s:15:\"catholic-church\";i:625;s:7:\"charity\";i:893;s:6:\"church\";i:898;s:16:\"community-church\";i:735;s:6:\"donate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:8:{s:8:\"id-57928\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/2034\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/church-03/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-44457\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/church-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44451\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-about-us.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/308\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/church-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44455\";a:12:{s:5:\"title\";s:13:\"Get connected\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-get-connected.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-get-connected.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/church-03/get-connected/\";s:15:\"astra-sites-tag\";a:1:{i:896;s:13:\"get-connected\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44458\";a:12:{s:5:\"title\";s:7:\"Sermons\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-sermons.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-sermons.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-03/sermons/\";s:15:\"astra-sites-tag\";a:1:{i:892;s:7:\"sermons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44454\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-events.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-events.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/311\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/church-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44453\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/313\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44456\";a:12:{s:5:\"title\";s:4:\"Give\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-give.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-give.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/312\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/church-03/give/\";s:15:\"astra-sites-tag\";a:2:{i:735;s:6:\"donate\";i:1015;s:4:\"give\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-45643\";a:15:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:45643;s:12:\"publish-date\";i:1585296959;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-02\";s:20:\"astra-site-parent-id\";i:1461;s:15:\"astra-sites-tag\";a:6:{i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-46041\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46042\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-testimonialspage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-testimonialspage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-02/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46039\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-aboutpage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46040\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-contactpage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-contactpage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48591\";a:15:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:48591;s:12:\"publish-date\";i:1603984615;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-08\";s:20:\"astra-site-parent-id\";i:1748;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:4:{s:8:\"id-48594\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/542\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-48592\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/545\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-48595\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testinomials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testinomials.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/544\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48593\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/546\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45577\";a:15:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:45577;s:12:\"publish-date\";i:1584542585;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-04\";s:20:\"astra-site-parent-id\";i:1451;s:15:\"astra-sites-tag\";a:3:{i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-45578\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-invitation-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:699;s:10:\"invitation\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45592\";a:15:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:45592;s:12:\"publish-date\";i:1585155322;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-03\";s:20:\"astra-site-parent-id\";i:1456;s:15:\"astra-sites-tag\";a:3:{i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-45593\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-invitation-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:699;s:10:\"invitation\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38795\";a:15:{s:5:\"title\";s:8:\"Law Firm\";s:2:\"id\";i:38795;s:12:\"publish-date\";i:1579110787;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/law-firm-03\";s:20:\"astra-site-parent-id\";i:1132;s:15:\"astra-sites-tag\";a:8:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:916;s:3:\"law\";i:702;s:8:\"law-firm\";i:998;s:10:\"law-office\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38799\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/334\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/law-firm-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/335\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/law-firm-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38800\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-practice-areas.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/336\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/law-firm-03/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38797\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-attorneys.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/law-firm-03/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38798\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/337\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/law-firm-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38787\";a:15:{s:5:\"title\";s:8:\"Law Firm\";s:2:\"id\";i:38787;s:12:\"publish-date\";i:1579110690;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/law-firm-04\";s:20:\"astra-site-parent-id\";i:1131;s:15:\"astra-sites-tag\";a:8:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:702;s:8:\"law-firm\";i:998;s:10:\"law-office\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";i:917;s:10:\"legal-firm\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38791\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/law-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38788\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-about-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-about-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/law-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38792\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-practice-areas-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-practice-areas-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/law-firm-04/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38789\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-attorneys-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-attorneys-page.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/law-firm-04/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38790\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-contact-page.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/law-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38757\";a:15:{s:5:\"title\";s:12:\"Nutritionist\";s:2:\"id\";i:38757;s:12:\"publish-date\";i:1579110029;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-02\";s:20:\"astra-site-parent-id\";i:1129;s:15:\"astra-sites-tag\";a:5:{i:516;s:4:\"diet\";i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:991;s:7:\"healthy\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38761\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38758\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-about-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-about-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38762\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-program-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-program-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-02/programs/\";s:15:\"astra-sites-tag\";a:2:{i:989;s:8:\"programs\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38763\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-success-stories.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-02/success-stories/\";s:15:\"astra-sites-tag\";a:2:{i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38759\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-blog.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-blog.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38760\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38771\";a:15:{s:5:\"title\";s:12:\"Nutritionist\";s:2:\"id\";i:38771;s:12:\"publish-date\";i:1579110114;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-01\";s:20:\"astra-site-parent-id\";i:1130;s:15:\"astra-sites-tag\";a:5:{i:516;s:4:\"diet\";i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:991;s:7:\"healthy\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38775\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38772\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38776\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-programms.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-programms.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-01/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38777\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-success-stories.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-01/success-stories/\";s:15:\"astra-sites-tag\";a:1:{i:990;s:15:\"success-stories\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38773\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-blog.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-01/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38774\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48318\";a:15:{s:5:\"title\";s:12:\"Nutritionist\";s:2:\"id\";i:48318;s:12:\"publish-date\";i:1603908961;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-08\";s:20:\"astra-site-parent-id\";i:1722;s:15:\"astra-sites-tag\";a:6:{i:753;s:9:\"dietitian\";i:1726;s:15:\"nutrition-coach\";i:1727;s:18:\"nutrition-coaching\";i:1725;s:17:\"nutrition-trainer\";i:754;s:12:\"nutritionist\";i:1454;s:16:\"personal-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48321\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-home01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48319\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48322\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-program.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-program.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-08/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48323\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-08/success-stories/\";s:15:\"astra-sites-tag\";a:3:{i:432;s:6:\"review\";i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48320\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-49726\";a:15:{s:5:\"title\";s:12:\"Entrepreneur\";s:2:\"id\";i:49726;s:12:\"publish-date\";i:1612274657;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/entrepreneur-08\";s:20:\"astra-site-parent-id\";i:1847;s:15:\"astra-sites-tag\";a:7:{i:795;s:10:\"contractor\";i:1848;s:12:\"entrepreneur\";i:796;s:9:\"executive\";i:801;s:7:\"founder\";i:798;s:7:\"manager\";i:799;s:9:\"organizer\";i:804;s:8:\"promoter\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-49727\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25265\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/entrepreneur-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49728\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25266\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/entrepreneur-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49729\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/entrepreneur-08/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49730\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25264\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/entrepreneur-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-38716\";a:15:{s:5:\"title\";s:10:\"Life Guide\";s:2:\"id\";i:38716;s:12:\"publish-date\";i:1579108927;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-04\";s:20:\"astra-site-parent-id\";i:1122;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:1123;s:11:\"councelling\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1018;s:18:\"self-improvement-2\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-38721\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38717\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-about-page.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-about-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38719\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-coaching-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-coaching-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-04/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38720\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-contact-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-04/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28081,'astra-sites-and-pages-page-16','a:15:{s:8:\"id-38710\";a:15:{s:5:\"title\";s:10:\"Life Guide\";s:2:\"id\";i:38710;s:12:\"publish-date\";i:1579108625;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-03\";s:20:\"astra-site-parent-id\";i:1121;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:4:{s:8:\"id-38714\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38711\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38712\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-services.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-03/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38713\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-03/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-38704\";a:15:{s:5:\"title\";s:15:\"Furniture Store\";s:2:\"id\";i:38704;s:12:\"publish-date\";i:1579108220;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/furniture-store-04\";s:20:\"astra-site-parent-id\";i:1120;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:436;s:8:\"interior\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:2:{s:8:\"id-38706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/furniture-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38705\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-about-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-about-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/furniture-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-38696\";a:15:{s:5:\"title\";s:15:\"Furniture Store\";s:2:\"id\";i:38696;s:12:\"publish-date\";i:1579108013;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/furniture-store-03\";s:20:\"astra-site-parent-id\";i:1119;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:436;s:8:\"interior\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:2:{s:8:\"id-38698\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/furniture-store-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38697\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-about-us.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/furniture-store-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-38673\";a:15:{s:5:\"title\";s:17:\"Architecture Firm\";s:2:\"id\";i:38673;s:12:\"publish-date\";i:1579107353;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/architects-04\";s:20:\"astra-site-parent-id\";i:1118;s:15:\"astra-sites-tag\";a:5:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38677\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/architects-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38674\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/70\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/architects-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38679\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-services.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38678\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-project-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-project-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-04/projects/\";s:15:\"astra-sites-tag\";a:2:{i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38675\";a:12:{s:5:\"title\";s:7:\"Clients\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-client-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-client-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-04/clients/\";s:15:\"astra-sites-tag\";a:1:{i:450;s:7:\"clients\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38676\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38661\";a:15:{s:5:\"title\";s:17:\"Architecture Firm\";s:2:\"id\";i:38661;s:12:\"publish-date\";i:1579107125;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/architects-03\";s:20:\"astra-site-parent-id\";i:1117;s:15:\"astra-sites-tag\";a:8:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:981;s:17:\"interior-designer\";i:422;s:11:\"landscaping\";i:812;s:6:\"office\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38665\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/architects-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38662\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/70\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/architects-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38667\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38666\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-projects-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38663\";a:12:{s:5:\"title\";s:7:\"Clients\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-clients-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-clients-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-03/clients/\";s:15:\"astra-sites-tag\";a:1:{i:450;s:7:\"clients\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38664\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38619\";a:15:{s:5:\"title\";s:6:\"Winery\";s:2:\"id\";i:38619;s:12:\"publish-date\";i:1579106727;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-04\";s:20:\"astra-site-parent-id\";i:1115;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:1019;s:14:\"wine-prouction\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:5:{s:8:\"id-38623\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38624\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-our-story-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-our-story-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-04/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38622\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-experience-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-experience-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-04/experience/\";s:15:\"astra-sites-tag\";a:3:{i:636;s:10:\"experience\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38621\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-events-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-events-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38620\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-contact-page.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-38629\";a:15:{s:5:\"title\";s:6:\"Winery\";s:2:\"id\";i:38629;s:12:\"publish-date\";i:1579106213;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-03\";s:20:\"astra-site-parent-id\";i:1116;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:634;s:15:\"wine-production\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:5:{s:8:\"id-38633\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38634\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-our-story.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-our-story.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-03/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38632\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-experience.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-experience.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-03/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38631\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-events.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-events.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38630\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-38590\";a:15:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:38590;s:12:\"publish-date\";i:1579104172;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-02\";s:20:\"astra-site-parent-id\";i:1108;s:15:\"astra-sites-tag\";a:8:{i:1109;s:7:\"exercse\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-38591\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38573\";a:15:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:38573;s:12:\"publish-date\";i:1579104023;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-01\";s:20:\"astra-site-parent-id\";i:1107;s:15:\"astra-sites-tag\";a:10:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-38574\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48076\";a:15:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:48076;s:12:\"publish-date\";i:1603893488;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-08\";s:20:\"astra-site-parent-id\";i:1697;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48077\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-gb-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38563\";a:15:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:38563;s:12:\"publish-date\";i:1579100483;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-04\";s:20:\"astra-site-parent-id\";i:1106;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}s:5:\"pages\";a:4:{s:8:\"id-38566\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38567\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38564\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38565\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-38554\";a:15:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:38554;s:12:\"publish-date\";i:1579099739;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-03\";s:20:\"astra-site-parent-id\";i:1105;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:4:{s:8:\"id-38557\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38558\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-portfolio.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-03/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38555\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38556\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-22000\";a:15:{s:5:\"title\";s:15:\"Fitness Trainer\";s:2:\"id\";i:22000;s:12:\"publish-date\";i:1559805744;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-03\";s:20:\"astra-site-parent-id\";i:93;s:15:\"astra-sites-tag\";a:11:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22875\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-03/wp-json/wp/v2/pages/99\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21904\";a:15:{s:5:\"title\";s:15:\"Fitness Trainer\";s:2:\"id\";i:21904;s:12:\"publish-date\";i:1557396062;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-04\";s:20:\"astra-site-parent-id\";i:103;s:15:\"astra-sites-tag\";a:13:{i:845;s:4:\"blue\";i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22949\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22000-fitness-trainer-resize.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22000-fitness-trainer-resize.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38528\";a:15:{s:5:\"title\";s:17:\"Wedding Organizer\";s:2:\"id\";i:38528;s:12:\"publish-date\";i:1579099197;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/wedding-organizer-04\";s:20:\"astra-site-parent-id\";i:1103;s:15:\"astra-sites-tag\";a:6:{i:698;s:10:\"engagement\";i:717;s:13:\"event-planner\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/wedding-organizer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38529\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-about-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-about-page.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-organizer-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38533\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-services-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-services-page.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-organizer-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38531\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-gallery.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38534\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-testimonials-page.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-testimonials-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wedding-organizer-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38530\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28082,'astra-sites-and-pages-page-17','a:15:{s:8:\"id-38513\";a:15:{s:5:\"title\";s:17:\"Wedding Organizer\";s:2:\"id\";i:38513;s:12:\"publish-date\";i:1579099020;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/wedding-organizer-03\";s:20:\"astra-site-parent-id\";i:1102;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:717;s:13:\"event-planner\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-38517\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/wedding-organizer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38514\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-organizer-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38518\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/225\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-organizer-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38516\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38519\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wedding-organizer-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38515\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-56689\";a:15:{s:5:\"title\";s:20:\"Chartered Accountant\";s:2:\"id\";i:56689;s:12:\"publish-date\";i:1625667840;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/accountant-02\";s:20:\"astra-site-parent-id\";i:2253;s:15:\"astra-sites-tag\";a:3:{i:447;s:10:\"accountant\";i:449;s:20:\"chartered-accountant\";i:2254;s:22:\"finance-and-accounting\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22363\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/127\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/accountant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22361\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/accountant-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22364\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/129\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/accountant-02/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22366\";a:12:{s:5:\"title\";s:13:\"Why choose me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-why-choose-me-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-why-choose-me-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/accountant-02/why-choose-me/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22365\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/accountant-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22362\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/accountant-02/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-56682\";a:15:{s:5:\"title\";s:20:\"Chartered Accountant\";s:2:\"id\";i:56682;s:12:\"publish-date\";i:1614963624;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/accountant-08\";s:20:\"astra-site-parent-id\";i:2252;s:15:\"astra-sites-tag\";a:3:{i:447;s:10:\"accountant\";i:449;s:20:\"chartered-accountant\";i:2254;s:22:\"finance-and-accounting\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-56684\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-contact-2.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/accountant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56685\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/accountant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56686\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-services-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/accountant-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56687\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/accountant-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56688\";a:12:{s:5:\"title\";s:13:\"Why Choose Me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-why-choose-me-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-why-choose-me-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/accountant-08/why-choose-me/\";s:15:\"astra-sites-tag\";a:3:{i:453;s:8:\"features\";i:760;s:13:\"why-choose-us\";i:852;s:6:\"why-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-56683\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/accountant-08-about-2.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/accountant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}}s:8:\"id-38488\";a:15:{s:5:\"title\";s:17:\"Massage Therapist\";s:2:\"id\";i:38488;s:12:\"publish-date\";i:1579094291;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/massage-therapist-04\";s:20:\"astra-site-parent-id\";i:1101;s:15:\"astra-sites-tag\";a:7:{i:532;s:11:\"acupressure\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38491\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/massage-therapist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38489\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-about-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-about-page.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/massage-therapist-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38492\";a:12:{s:5:\"title\";s:8:\"Massages\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-massgaes-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-massgaes-page.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/massage-therapist-04/massages/\";s:15:\"astra-sites-tag\";a:2:{i:528;s:7:\"massage\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38493\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-testimonials-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-testimonials-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/massage-therapist-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38490\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-contact-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/massage-therapist-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38449\";a:15:{s:5:\"title\";s:18:\"Personal Dietitian\";s:2:\"id\";i:38449;s:12:\"publish-date\";i:1579091446;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-03\";s:20:\"astra-site-parent-id\";i:1100;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:5:{s:8:\"id-38453\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38450\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38454\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-services.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-services.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38451\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-blog.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-blog.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/995\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/dietitian-03/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38452\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-contact-me.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-03/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38429\";a:15:{s:5:\"title\";s:17:\"Massage Therapist\";s:2:\"id\";i:38429;s:12:\"publish-date\";i:1579090737;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/massage-therapist-03\";s:20:\"astra-site-parent-id\";i:1099;s:15:\"astra-sites-tag\";a:7:{i:532;s:11:\"acupressure\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:622;s:13:\"psychotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38432\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/massage-therapist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38430\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/massage-therapist-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38433\";a:12:{s:5:\"title\";s:8:\"Massages\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-massages.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-massages.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/massage-therapist-03/massages/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38434\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/massage-therapist-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38431\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/massage-therapist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-38418\";a:15:{s:5:\"title\";s:18:\"Personal Dietitian\";s:2:\"id\";i:38418;s:12:\"publish-date\";i:1579090429;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-04\";s:20:\"astra-site-parent-id\";i:1098;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-38422\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/450\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38419\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-about-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-about-page.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38423\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-services-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-services-page.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38420\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-blog.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-blog.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/995\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/dietitian-04/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38421\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-04/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-34226\";a:15:{s:5:\"title\";s:12:\"Photographer\";s:2:\"id\";i:34226;s:12:\"publish-date\";i:1571855974;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-04\";s:20:\"astra-site-parent-id\";i:1006;s:15:\"astra-sites-tag\";a:7:{i:513;s:6:\"camera\";i:515;s:4:\"lens\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:1022;s:12:\"professional\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-34229\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-04/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:1008;s:21:\"photographer-homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34227\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-04/about/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:1007;s:8:\"about-me\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34231\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/photographer-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34230\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-portfolio-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34228\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/photographer-04/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:1009;s:10:\"contact-me\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-34326\";a:15:{s:5:\"title\";s:14:\"Animal Welfare\";s:2:\"id\";i:34326;s:12:\"publish-date\";i:1573127791;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-02\";s:20:\"astra-site-parent-id\";i:1011;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:9:{s:8:\"id-57931\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/1623\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/donor-dashboard-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57932\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/1626\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/donor-dashboard-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57930\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/1619\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/donor-dashboard-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57929\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/1611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/animal-welfare-02/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-43720\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43718\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/138\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/animal-welfare-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43721\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/animals-welfare-campaigns-page.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/animals-welfare-campaigns-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/290\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:5:{i:1479;s:9:\"campaigns\";i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1015;s:4:\"give\";i:1482;s:6:\"givewp\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-43722\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-contributor-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-contributor-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/386\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/star-contributors/\";s:15:\"astra-sites-tag\";a:3:{i:1480;s:6:\"donors\";i:1482;s:6:\"givewp\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-43719\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-02/contact/\";s:15:\"astra-sites-tag\";a:5:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";i:1483;s:12:\"get-involved\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48490\";a:15:{s:5:\"title\";s:14:\"Animal Welfare\";s:2:\"id\";i:48490;s:12:\"publish-date\";i:1603984632;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-08\";s:20:\"astra-site-parent-id\";i:1741;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:13:{s:8:\"id-57940\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57938\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1491\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57939\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1492\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57937\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1490\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57935\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1488\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57936\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1489\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-5/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57934\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1486\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57933\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1485\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/animal-welfare-08/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-48493\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48491\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1027\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/animal-welfare-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48494\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-campaigns.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-campaigns.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1028\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:1:{i:1479;s:9:\"campaigns\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-48495\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contributors.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contributors.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1029\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/star-contributors/\";s:15:\"astra-sites-tag\";a:2:{i:1014;s:10:\"contribute\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-48492\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1030\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-33461\";a:15:{s:5:\"title\";s:14:\"Dentist Clinic\";s:2:\"id\";i:33461;s:12:\"publish-date\";i:1569935725;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-02\";s:20:\"astra-site-parent-id\";i:986;s:15:\"astra-sites-tag\";a:8:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:1022;s:12:\"professional\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-52344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-02/wp-json/wp/v2/pages/384\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48442\";a:15:{s:5:\"title\";s:14:\"Dentist Clinic\";s:2:\"id\";i:48442;s:12:\"publish-date\";i:1603913248;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-08\";s:20:\"astra-site-parent-id\";i:1733;s:15:\"astra-sites-tag\";a:3:{i:338;s:6:\"dental\";i:623;s:7:\"dentist\";i:1734;s:14:\"dentist-clinic\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-48443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-08/wp-json/wp/v2/pages/409\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-31976\";a:15:{s:5:\"title\";s:12:\"Pet Services\";s:2:\"id\";i:31976;s:12:\"publish-date\";i:1568715864;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-01\";s:20:\"astra-site-parent-id\";i:909;s:15:\"astra-sites-tag\";a:7:{i:974;s:3:\"cat\";i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-31980\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31977\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-about-us.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-about-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31981\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-services.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31979\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-47862\";a:15:{s:5:\"title\";s:11:\"Pet Sitting\";s:2:\"id\";i:47862;s:12:\"publish-date\";i:1603821511;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-08\";s:20:\"astra-site-parent-id\";i:1680;s:15:\"astra-sites-tag\";a:5:{i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-47864\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-home-gb.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47866\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-about-gb.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-08/who-we-are/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47865\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-services-gb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-services-gb.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/509\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-47863\";a:12:{s:5:\"title\";s:12:\"Get In Touch\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/pet-sitting-08/get-in-touch/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-28824\";a:15:{s:5:\"title\";s:10:\"Fly Movers\";s:2:\"id\";i:28824;s:12:\"publish-date\";i:1565114013;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/movers-packers-03\";s:20:\"astra-site-parent-id\";i:363;s:15:\"astra-sites-tag\";a:3:{i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-28828\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/124\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/movers-packers-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28825\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/69\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/movers-packers-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28829\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/125\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/movers-packers-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28830\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/75\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/movers-packers-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28827\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-faq-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/movers-packers-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28826\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-contact-2.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/movers-packers-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28083,'astra-sites-and-pages-page-18','a:15:{s:8:\"id-28407\";a:15:{s:5:\"title\";s:12:\"Tow Services\";s:2:\"id\";i:28407;s:12:\"publish-date\";i:1564752014;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tow-services-03\";s:20:\"astra-site-parent-id\";i:358;s:15:\"astra-sites-tag\";a:3:{i:555;s:15:\"car-tow-service\";i:554;s:18:\"emergency-services\";i:556;s:12:\"tow-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-28411\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tow-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28408\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-about01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-about01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/288\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tow-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28412\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tow-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28413\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tow-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28410\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-faq-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tow-services-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28409\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-contact01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-contact01.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tow-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22675\";a:15:{s:5:\"title\";s:12:\"Pet Services\";s:2:\"id\";i:22675;s:12:\"publish-date\";i:1562655449;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-02\";s:20:\"astra-site-parent-id\";i:908;s:15:\"astra-sites-tag\";a:8:{i:974;s:3:\"cat\";i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:1021;s:14:\"local-business\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-22679\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22676\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-aboutpage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22680\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-services-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-services-page.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22678\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-get-in-touch.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-get-in-touch.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-02/contact-us/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22422\";a:15:{s:5:\"title\";s:13:\"Pool Services\";s:2:\"id\";i:22422;s:12:\"publish-date\";i:1562220916;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/pool-services-03\";s:20:\"astra-site-parent-id\";i:81;s:15:\"astra-sites-tag\";a:3:{i:567;s:16:\"pool-maintenance\";i:569;s:13:\"swimming-pool\";i:570;s:10:\"water-pool\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-22427\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/244\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pool-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22423\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pool-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22429\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pool-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22426\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-gallery.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-03/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-37956\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-reviews.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/pool-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-37955\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-faq.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-faq.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pool-services-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22424\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/245\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22129\";a:15:{s:5:\"title\";s:10:\"Shoe Store\";s:2:\"id\";i:22129;s:12:\"publish-date\";i:1561972554;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/shoe-store-04\";s:20:\"astra-site-parent-id\";i:63;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2427;s:12:\"sports-shoes\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}}s:5:\"pages\";a:3:{s:8:\"id-40007\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/shoe-store-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-40005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/shoe-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-40006\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-22146-shoe-store-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-22146-shoe-store-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/shoe-store-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}s:8:\"id-22296\";a:15:{s:5:\"title\";s:10:\"Shoe Store\";s:2:\"id\";i:22296;s:12:\"publish-date\";i:1561972334;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/shoe-store-03\";s:20:\"astra-site-parent-id\";i:71;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2427;s:12:\"sports-shoes\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-39990\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/shoe-store-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-39988\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-about01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-about01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/shoe-store-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-39989\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-contact01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-contact01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/shoe-store-03/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-22073\";a:15:{s:5:\"title\";s:15:\"Custom Printing\";s:2:\"id\";i:22073;s:12:\"publish-date\";i:1561631097;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-02\";s:20:\"astra-site-parent-id\";i:70;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:5:\"pages\";a:3:{s:8:\"id-34067\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22263\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22265-custom-printing-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48300\";a:15:{s:5:\"title\";s:15:\"Custom Printing\";s:2:\"id\";i:48300;s:12:\"publish-date\";i:1603905872;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-08\";s:20:\"astra-site-parent-id\";i:1719;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}}s:5:\"pages\";a:3:{s:8:\"id-48303\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-homepage-gb.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2089\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48301\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-about-gb.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2161\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48302\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55450\";a:15:{s:5:\"title\";s:21:\"Professional Services\";s:2:\"id\";i:55450;s:12:\"publish-date\";i:1621891265;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-02\";s:20:\"astra-site-parent-id\";i:2122;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:0:{}}s:8:\"id-55455\";a:15:{s:5:\"title\";s:21:\"Professional Services\";s:2:\"id\";i:55455;s:12:\"publish-date\";i:1621891263;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-08\";s:20:\"astra-site-parent-id\";i:2123;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55459\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55456\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55457\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/professional-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55458\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/professional-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-22137\";a:15:{s:5:\"title\";s:11:\"Yoga Studio\";s:2:\"id\";i:22137;s:12:\"publish-date\";i:1561627601;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/yoga-03\";s:20:\"astra-site-parent-id\";i:65;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:1:{s:8:\"id-22140\";a:12:{s:5:\"title\";s:10:\"June Flint\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/yoga-03/wp-json/wp/v2/pages/47\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/yoga-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-22117\";a:15:{s:5:\"title\";s:10:\"Accountant\";s:2:\"id\";i:22117;s:12:\"publish-date\";i:1561440953;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/chartered-accountant-01\";s:20:\"astra-site-parent-id\";i:86;s:15:\"astra-sites-tag\";a:4:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22715\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/126\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/chartered-accountant-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22713\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/127\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/chartered-accountant-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22716\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-services.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/chartered-accountant-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22718\";a:12:{s:5:\"title\";s:13:\"Why choose me\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-whychooseme.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-whychooseme.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/chartered-accountant-01/why-choose-me/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22717\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/chartered-accountant-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22714\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/chartered-accountant-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22317\";a:15:{s:5:\"title\";s:12:\"Photographer\";s:2:\"id\";i:22317;s:12:\"publish-date\";i:1561719372;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-08\";s:20:\"astra-site-parent-id\";i:75;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:0:{}s:5:\"pages\";a:3:{s:8:\"id-22320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-22318\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-22319\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/photographer-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-22100\";a:15:{s:5:\"title\";s:11:\"Yoga Studio\";s:2:\"id\";i:22100;s:12:\"publish-date\";i:1561091955;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/yoga-04\";s:20:\"astra-site-parent-id\";i:62;s:15:\"astra-sites-tag\";a:8:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:463;s:11:\"single-page\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22124\";a:12:{s:5:\"title\";s:10:\"June Flint\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/yoga-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/yoga-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22080\";a:15:{s:5:\"title\";s:11:\"Disc Jockey\";s:2:\"id\";i:22080;s:12:\"publish-date\";i:1560835755;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/disc-jockey-04\";s:20:\"astra-site-parent-id\";i:77;s:15:\"astra-sites-tag\";a:6:{i:408;s:11:\"disk-jockey\";i:406;s:2:\"dj\";i:409;s:5:\"event\";i:407;s:5:\"music\";i:969;s:8:\"musician\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22360\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/disc-jockey-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22356\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-36386\";a:12:{s:5:\"title\";s:5:\"Shows\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-04-shows-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-04-shows-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-04/shows/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22358\";a:12:{s:5:\"title\";s:11:\"Discography\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-discography-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-discography-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/disc-jockey-04/discography/\";s:15:\"astra-sites-tag\";a:2:{i:763;s:11:\"discography\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22359\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-04/gallery/\";s:15:\"astra-sites-tag\";a:3:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22357\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-45510\";a:15:{s:5:\"title\";s:11:\"Disc Jockey\";s:2:\"id\";i:45510;s:12:\"publish-date\";i:1584123022;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/disc-jockey-03\";s:20:\"astra-site-parent-id\";i:1446;s:15:\"astra-sites-tag\";a:4:{i:408;s:11:\"disk-jockey\";i:406;s:2:\"dj\";i:409;s:5:\"event\";i:407;s:5:\"music\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-45515\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/disc-jockey-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45511\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/371\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45516\";a:12:{s:5:\"title\";s:5:\"Shows\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-shows.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-shows.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/878\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-03/shows/\";s:15:\"astra-sites-tag\";a:2:{i:409;s:5:\"event\";i:1447;s:4:\"show\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45513\";a:12:{s:5:\"title\";s:11:\"Discography\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-discography.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-discography.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/374\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/disc-jockey-03/discography/\";s:15:\"astra-sites-tag\";a:1:{i:763;s:11:\"discography\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45514\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45512\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28084,'astra-sites-and-pages-page-19','a:15:{s:8:\"id-22060\";a:15:{s:5:\"title\";s:28:\"Windows &amp; Doors Services\";s:2:\"id\";i:22060;s:12:\"publish-date\";i:1560433290;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-02\";s:20:\"astra-site-parent-id\";i:123;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:440;s:5:\"doors\";i:436;s:8:\"interior\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:441;s:10:\"technician\";i:438;s:7:\"windows\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23164\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23161\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23166\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-02/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23165\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-02/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23163\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-faq.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-02/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23162\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-02/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48391\";a:15:{s:5:\"title\";s:29:\"Windows &#038; Doors Services\";s:2:\"id\";i:48391;s:12:\"publish-date\";i:1603911926;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-08\";s:20:\"astra-site-parent-id\";i:1730;s:15:\"astra-sites-tag\";a:2:{i:436;s:8:\"interior\";i:442;s:26:\"windows-and-doors-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48395\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48392\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48396\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48394\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/171\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-08/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48393\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-22044\";a:15:{s:5:\"title\";s:10:\"Accountant\";s:2:\"id\";i:22044;s:12:\"publish-date\";i:1560318958;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/chartered-accountant-02\";s:20:\"astra-site-parent-id\";i:78;s:15:\"astra-sites-tag\";a:5:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:0:{}}s:8:\"id-54393\";a:15:{s:5:\"title\";s:21:\"Health &amp; Wellness\";s:2:\"id\";i:54393;s:12:\"publish-date\";i:1621457258;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-02\";s:20:\"astra-site-parent-id\";i:2028;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-54396\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54394\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54395\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-34202\";a:15:{s:5:\"title\";s:15:\"Cleaning Agency\";s:2:\"id\";i:34202;s:12:\"publish-date\";i:1558461720;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cleaning-agency-04\";s:20:\"astra-site-parent-id\";i:1003;s:15:\"astra-sites-tag\";a:4:{i:1000;s:7:\"cleaner\";i:1004;s:15:\"cleaning-agency\";i:679;s:17:\"cleaning-services\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-39777\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaning-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39775\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cleaning-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39779\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/cleaning-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39780\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/cleaning-agency-04/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39778\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39776\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-44213\";a:15:{s:5:\"title\";s:15:\"Cleaning Agency\";s:2:\"id\";i:44213;s:12:\"publish-date\";i:1584360283;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cleaning-agency-03\";s:20:\"astra-site-parent-id\";i:1421;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:12:{s:8:\"id-45532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaning-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45530\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-about-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-about-01.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/259\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cleaning-agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45534\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-services-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-services-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/cleaning-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45535\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-why-choose-us-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-why-choose-us-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/cleaning-agency-03/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45533\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-reviews-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-reviews-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45531\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-contact-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44216\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-home-page.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaning-agency-03-wip/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44214\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about-page.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/259\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-agency-03-wip/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44218\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services-page.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cleaning-agency-03-wip/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44219\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us-page.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us-page.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/cleaning-agency-03-wip/why-choose-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44217\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-reviews-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-reviews-page.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/cleaning-agency-03-wip/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44215\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-contact-new.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-contact-new.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/cleaning-agency-03-wip/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21922\";a:15:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:21922;s:12:\"publish-date\";i:1557896842;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-04\";s:20:\"astra-site-parent-id\";i:94;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22878\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22876\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22880\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-team-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-team-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/construction-04/team/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22879\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-project.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-project.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-04/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22877\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-04/contact-us/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21935\";a:15:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:21935;s:12:\"publish-date\";i:1557896656;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-03\";s:20:\"astra-site-parent-id\";i:100;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-22923\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22921\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-about-us-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22925\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-team.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-team.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/construction-03/team/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22924\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-projects.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22922\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21835\";a:15:{s:5:\"title\";s:13:\"Manufacturing\";s:2:\"id\";i:21835;s:12:\"publish-date\";i:1557835884;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/manufacturing-04\";s:20:\"astra-site-parent-id\";i:87;s:15:\"astra-sites-tag\";a:6:{i:488;s:7:\"casting\";i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:491;s:16:\"metal-production\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}}s:5:\"pages\";a:6:{s:8:\"id-22727\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/manufacturing-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22730\";a:12:{s:5:\"title\";s:9:\"Solutions\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-solutions-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-solutions-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/manufacturing-04/solutions/\";s:15:\"astra-sites-tag\";a:1:{i:498;s:9:\"solutions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22728\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-industries-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-industries-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-04/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22729\";a:12:{s:5:\"title\";s:8:\"Partners\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-partners.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-partners.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-04/partners/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22725\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22726\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-44273\";a:15:{s:5:\"title\";s:13:\"Manufacturing\";s:2:\"id\";i:44273;s:12:\"publish-date\";i:1584125490;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/manufacturing-03\";s:20:\"astra-site-parent-id\";i:1422;s:15:\"astra-sites-tag\";a:6:{i:488;s:7:\"casting\";i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:491;s:16:\"metal-production\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-44276\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/149\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/manufacturing-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44279\";a:12:{s:5:\"title\";s:9:\"Solutions\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-solutions-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-solutions-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/154\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/manufacturing-03/solutions/\";s:15:\"astra-sites-tag\";a:2:{i:498;s:9:\"solutions\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44277\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-industries-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-industries-01.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-03/industries/\";s:15:\"astra-sites-tag\";a:2:{i:493;s:10:\"industries\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44278\";a:12:{s:5:\"title\";s:8:\"Partners\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-partners-01.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-partners-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-03/partners/\";s:15:\"astra-sites-tag\";a:1:{i:734;s:8:\"partners\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44274\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-about-us-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44275\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-03/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21879\";a:15:{s:5:\"title\";s:15:\"Home Remodeling\";s:2:\"id\";i:21879;s:12:\"publish-date\";i:1557134700;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/home-remodeling-04\";s:20:\"astra-site-parent-id\";i:90;s:15:\"astra-sites-tag\";a:8:{i:979;s:7:\"company\";i:524;s:9:\"furniture\";i:522;s:15:\"home-remodeling\";i:436;s:8:\"interior\";i:523;s:7:\"kitchen\";i:525;s:7:\"modular\";i:812;s:6:\"office\";i:526;s:10:\"renovation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22838\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22836\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22840\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22839\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-projects.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-projects.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-04/projects/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22841\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22837\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-44016\";a:15:{s:5:\"title\";s:15:\"Home Remodeling\";s:2:\"id\";i:44016;s:12:\"publish-date\";i:1584369977;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/home-remodeling-03\";s:20:\"astra-site-parent-id\";i:1418;s:15:\"astra-sites-tag\";a:6:{i:524;s:9:\"furniture\";i:522;s:15:\"home-remodeling\";i:436;s:8:\"interior\";i:523;s:7:\"kitchen\";i:525;s:7:\"modular\";i:526;s:10:\"renovation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:12:{s:8:\"id-45554\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45552\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-about-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-about-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45556\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-services-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-services-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45555\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45557\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45553\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44019\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44017\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44021\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44020\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/projects/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44022\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44018\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-03/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-21626\";a:15:{s:5:\"title\";s:11:\"Real Estate\";s:2:\"id\";i:21626;s:12:\"publish-date\";i:1556774023;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/real-estate-02\";s:20:\"astra-site-parent-id\";i:135;s:15:\"astra-sites-tag\";a:7:{i:979;s:7:\"company\";i:550;s:14:\"estate-broking\";i:547;s:7:\"listing\";i:812;s:6:\"office\";i:549;s:8:\"property\";i:485;s:11:\"real-estate\";i:548;s:16:\"renting-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23299\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/real-estate-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23295\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/real-estate-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23300\";a:12:{s:5:\"title\";s:10:\"Properties\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-properties.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-properties.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-02/properties/\";s:15:\"astra-sites-tag\";a:4:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";i:553;s:10:\"properties\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23296\";a:12:{s:5:\"title\";s:6:\"Agents\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-agents.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-agents.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/real-estate-02/agents/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:552;s:6:\"agents\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23298\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-faq.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/real-estate-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/real-estate-02/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21841\";a:15:{s:5:\"title\";s:18:\"Towing Services​\";s:2:\"id\";i:21841;s:12:\"publish-date\";i:1556622587;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tow-services-04\";s:20:\"astra-site-parent-id\";i:85;s:15:\"astra-sites-tag\";a:4:{i:555;s:15:\"car-tow-service\";i:554;s:18:\"emergency-services\";i:1021;s:14:\"local-business\";i:556;s:12:\"tow-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-22704\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tow-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22701\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tow-services-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22705\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tow-services-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22706\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tow-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22703\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-faq.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tow-services-04/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22702\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tow-services-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55382\";a:15:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:2:\"id\";i:55382;s:12:\"publish-date\";i:1621863472;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-02\";s:20:\"astra-site-parent-id\";i:2096;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55384\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55383\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/950\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55385\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55386\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/996\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}}','no'),(28085,'astra-sites-and-pages-page-20','a:15:{s:8:\"id-55398\";a:15:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:2:\"id\";i:55398;s:12:\"publish-date\";i:1621884270;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-08\";s:20:\"astra-site-parent-id\";i:2101;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-21814\";a:15:{s:5:\"title\";s:22:\"Swimming Pool Services\";s:2:\"id\";i:21814;s:12:\"publish-date\";i:1556196138;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/pool-services-04\";s:20:\"astra-site-parent-id\";i:89;s:15:\"astra-sites-tag\";a:3:{i:567;s:16:\"pool-maintenance\";i:569;s:13:\"swimming-pool\";i:570;s:10:\"water-pool\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:7:{s:8:\"id-22826\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pool-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22822\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pool-services-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22828\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pool-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22825\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22827\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/pool-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22824\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-faq.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pool-services-04/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22823\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21808\";a:15:{s:5:\"title\";s:7:\"Florist\";s:2:\"id\";i:21808;s:12:\"publish-date\";i:1556174293;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/florist-03\";s:20:\"astra-site-parent-id\";i:116;s:15:\"astra-sites-tag\";a:4:{i:573;s:16:\"event-decoration\";i:571;s:7:\"florist\";i:572;s:15:\"flower-merchant\";i:574;s:7:\"flowers\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23088\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/florist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23085\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23089\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23087\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23090\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/florist-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23086\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21807\";a:15:{s:5:\"title\";s:7:\"Florist\";s:2:\"id\";i:21807;s:12:\"publish-date\";i:1556174207;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/florist-04\";s:20:\"astra-site-parent-id\";i:115;s:15:\"astra-sites-tag\";a:5:{i:573;s:16:\"event-decoration\";i:571;s:7:\"florist\";i:572;s:15:\"flower-merchant\";i:574;s:7:\"flowers\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23076\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/florist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23073\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23077\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23075\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23078\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/florist-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21337\";a:15:{s:5:\"title\";s:8:\"Car Wash\";s:2:\"id\";i:21337;s:12:\"publish-date\";i:1556170141;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-02\";s:20:\"astra-site-parent-id\";i:301;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25155\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25156\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25153\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25157\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-wash-menu.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-wash-menu.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-02/wash-menu/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:761;s:9:\"wash-menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25154\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21340\";a:15:{s:5:\"title\";s:8:\"Car Wash\";s:2:\"id\";i:21340;s:12:\"publish-date\";i:1556170495;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-01\";s:20:\"astra-site-parent-id\";i:303;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-25171\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/295\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25172\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-services-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-services-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25169\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25173\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-wash-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-wash-menu-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-01/wash-menu/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:761;s:9:\"wash-menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25170\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-contac-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-contac-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48580\";a:15:{s:5:\"title\";s:8:\"Car Wash\";s:2:\"id\";i:48580;s:12:\"publish-date\";i:1603984622;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-08\";s:20:\"astra-site-parent-id\";i:1747;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48583\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48584\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48581\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48585\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-08/wash-menu/\";s:15:\"astra-sites-tag\";a:3:{i:585;s:7:\"pricing\";i:761;s:9:\"wash-menu\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48582\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21676\";a:15:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:21676;s:12:\"publish-date\";i:1555994283;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-05\";s:20:\"astra-site-parent-id\";i:59;s:15:\"astra-sites-tag\";a:3:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:1:{s:8:\"id-22120\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/wedding-05/wp-json/wp/v2/pages/514\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-55223\";a:15:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:2:\"id\";i:55223;s:12:\"publish-date\";i:1621605691;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-02\";s:20:\"astra-site-parent-id\";i:2054;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55226\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55224\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-amenities.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-amenities.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-02/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55225\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55227\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-rooms-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-rooms-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/144\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-02/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55310\";a:15:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:2:\"id\";i:55310;s:12:\"publish-date\";i:1621612162;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-08\";s:20:\"astra-site-parent-id\";i:2065;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55311\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-08/amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55312\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-conatct.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-conatct.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55313\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55314\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-08/rooms/\";s:15:\"astra-sites-tag\";a:2:{i:2073;s:13:\"accommodation\";i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-21599\";a:15:{s:5:\"title\";s:20:\"Makeup Artist Studio\";s:2:\"id\";i:21599;s:12:\"publish-date\";i:1555493730;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-04\";s:20:\"astra-site-parent-id\";i:125;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1020;s:8:\"personal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23191\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23193\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23189\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23192\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-pricing.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23190\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21347\";a:15:{s:5:\"title\";s:18:\"Transport Services\";s:2:\"id\";i:21347;s:12:\"publish-date\";i:1554905274;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/transport-services-03\";s:20:\"astra-site-parent-id\";i:97;s:15:\"astra-sites-tag\";a:9:{i:394;s:9:\"air-cargo\";i:391;s:14:\"cargo-services\";i:392;s:16:\"freight-services\";i:388;s:12:\"good-carrier\";i:389;s:9:\"logistics\";i:393;s:14:\"road-transport\";i:390;s:8:\"shipping\";i:366;s:9:\"transport\";i:387;s:8:\"trucking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22894\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/transport-services-03/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/transport-services-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:746;s:13:\"one-page-site\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21329\";a:15:{s:5:\"title\";s:18:\"Transport Services\";s:2:\"id\";i:21329;s:12:\"publish-date\";i:1554905270;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/transport-services-04\";s:20:\"astra-site-parent-id\";i:95;s:15:\"astra-sites-tag\";a:12:{i:394;s:9:\"air-cargo\";i:845;s:4:\"blue\";i:391;s:14:\"cargo-services\";i:392;s:16:\"freight-services\";i:388;s:12:\"good-carrier\";i:389;s:9:\"logistics\";i:399;s:8:\"one-page\";i:846;s:3:\"red\";i:393;s:14:\"road-transport\";i:390;s:8:\"shipping\";i:366;s:9:\"transport\";i:387;s:8:\"trucking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-22887\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/transport-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/transport-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21335\";a:15:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:21335;s:12:\"publish-date\";i:1554904291;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/cleaning-services-03\";s:20:\"astra-site-parent-id\";i:122;s:15:\"astra-sites-tag\";a:8:{i:1000;s:7:\"cleaner\";i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:675;s:12:\"housekeeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23157\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cleaning-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23155\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-about1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-about1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23159\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/cleaning-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23160\";a:12:{s:5:\"title\";s:13:\"Why choose us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-why-choose-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-why-choose-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/cleaning-services-03/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23158\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-reviews.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-reviews.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-03/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23156\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21331\";a:15:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:21331;s:12:\"publish-date\";i:1554904102;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/cleaning-services-04\";s:20:\"astra-site-parent-id\";i:121;s:15:\"astra-sites-tag\";a:8:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:675;s:12:\"housekeeping\";i:676;s:11:\"maintenance\";i:1022;s:12:\"professional\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23145\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cleaning-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23143\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-services-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23147\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/cleaning-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23148\";a:12:{s:5:\"title\";s:13:\"Why choose us\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-why-choose-us-3.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-why-choose-us-3.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/cleaning-services-04/why-choose-us/\";s:15:\"astra-sites-tag\";a:2:{i:760;s:13:\"why-choose-us\";i:852;s:6:\"why-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23146\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-reviews-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-reviews-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23144\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-contact-3.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-contact-3.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no');
INSERT INTO `wpjn_options` VALUES (28086,'astra-sites-and-pages-page-21','a:15:{s:8:\"id-21171\";a:15:{s:5:\"title\";s:10:\"Fly Movers\";s:2:\"id\";i:21171;s:12:\"publish-date\";i:1553665197;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/movers-packers-04\";s:20:\"astra-site-parent-id\";i:362;s:15:\"astra-sites-tag\";a:4:{i:1021;s:14:\"local-business\";i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-28778\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/movers-packers-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28775\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/69\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/movers-packers-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28779\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/movers-packers-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28780\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/75\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/movers-packers-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28777\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-faq.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/movers-packers-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28776\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/movers-packers-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20908\";a:15:{s:5:\"title\";s:15:\"Wedding Planner\";s:2:\"id\";i:20908;s:12:\"publish-date\";i:1552457759;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-06\";s:20:\"astra-site-parent-id\";i:155;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23469\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/316\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23465\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/356\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23470\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-06-services-01.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23468\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-gallery.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-gallery.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/378\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23471\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-venues.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-venues.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/387\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-06/venues/\";s:15:\"astra-sites-tag\";a:2:{i:696;s:5:\"venue\";i:691;s:10:\"work-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23467\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/392\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20919\";a:15:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:2:\"id\";i:20919;s:12:\"publish-date\";i:1552457758;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-06\";s:20:\"astra-site-parent-id\";i:124;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23181\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23179\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/159\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23180\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-courses.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-courses.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-06/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23183\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/174\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23182\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-pricing.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-06/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20924\";a:15:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:20924;s:12:\"publish-date\";i:1552457758;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-06\";s:20:\"astra-site-parent-id\";i:80;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-22414\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22410\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-about-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22412\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-coaching-01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-coaching-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/373\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-06/coaching/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22413\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-contact-me-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-contact-me-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/380\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-06/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20957\";a:15:{s:5:\"title\";s:5:\"Hotel\";s:2:\"id\";i:20957;s:12:\"publish-date\";i:1552457756;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-06\";s:20:\"astra-site-parent-id\";i:156;s:15:\"astra-sites-tag\";a:6:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23488\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23488-hotel-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23488-hotel-home-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/215\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23489\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23489-hotel-rooms-resize.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23489-hotel-rooms-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/268\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-06/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23490\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23490-hotel-services-resize.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23490-hotel-services-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/276\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23487\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23487-hotel-gallery-resize.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23487-hotel-gallery-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23491\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23491-hotel-testimonials-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23491-hotel-testimonials-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/295\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23486\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23486-hotel-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23486-hotel-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20968\";a:15:{s:5:\"title\";s:9:\"theAgency\";s:2:\"id\";i:20968;s:12:\"publish-date\";i:1552457756;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-06\";s:20:\"astra-site-parent-id\";i:126;s:15:\"astra-sites-tag\";a:7:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";i:879;s:16:\"wordpress-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23201\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/343\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23199\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/392\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23203\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/404\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23202\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/415\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-06/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23204\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-testimonials.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/426\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23200\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/435\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20969\";a:15:{s:5:\"title\";s:7:\"eCourse\";s:2:\"id\";i:20969;s:12:\"publish-date\";i:1552457755;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-06\";s:20:\"astra-site-parent-id\";i:129;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23228\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23226\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23229\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-lessons.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-lessons.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-06/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23230\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-testimonials.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/212\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23227\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20972\";a:15:{s:5:\"title\";s:18:\"Personal Dietitian\";s:2:\"id\";i:20972;s:12:\"publish-date\";i:1552457754;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-06\";s:20:\"astra-site-parent-id\";i:131;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:5:\"pages\";a:5:{s:8:\"id-23254\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/803\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23251\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-about-01.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/851\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23255\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-services-01.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/860\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23252\";a:12:{s:5:\"title\";s:5:\"Blogs\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-blogs-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-blogs-01.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/915\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-06/blogs/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-23253\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-contact-me-01.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-contact-me-01.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/874\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-06/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20981\";a:15:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:20981;s:12:\"publish-date\";i:1552457753;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-06\";s:20:\"astra-site-parent-id\";i:138;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/541\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23324\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/596\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-06/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23322\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-making-impact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-making-impact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/605\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-06/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23321\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/618\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20983\";a:15:{s:5:\"title\";s:10:\"Sweet Shop\";s:2:\"id\";i:20983;s:12:\"publish-date\";i:1552457753;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-06\";s:20:\"astra-site-parent-id\";i:134;s:15:\"astra-sites-tag\";a:7:{i:758;s:6:\"bakery\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23288\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/500\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23285\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/543\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23287\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/548\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23289\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/555\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-06/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23286\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/566\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21029\";a:15:{s:5:\"title\";s:3:\"Spa\";s:2:\"id\";i:21029;s:12:\"publish-date\";i:1552457752;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-06\";s:20:\"astra-site-parent-id\";i:140;s:15:\"astra-sites-tag\";a:10:{i:532;s:11:\"acupressure\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23332\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3092\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23330\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-about-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23333\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-services-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23331\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21039\";a:15:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:21039;s:12:\"publish-date\";i:1552457751;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-06\";s:20:\"astra-site-parent-id\";i:150;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23425\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/620\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23423\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23428\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-websites.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-websites.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/680\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-06/websites/\";s:15:\"astra-sites-tag\";a:1:{i:661;s:7:\"website\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23427\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-support.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-support.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/687\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23426\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-pricing.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-pricing.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/702\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23424\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/707\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-55430\";a:15:{s:5:\"title\";s:18:\"Event Landing Page\";s:2:\"id\";i:55430;s:12:\"publish-date\";i:1621890480;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/event-02\";s:20:\"astra-site-parent-id\";i:2117;s:15:\"astra-sites-tag\";a:11:{i:2141;s:19:\"business-conference\";i:2138;s:16:\"conference-event\";i:2146;s:17:\"design-conference\";i:2137;s:13:\"event-landing\";i:2140;s:15:\"marketing-event\";i:2145;s:6:\"meetup\";i:648;s:12:\"presentation\";i:2142;s:14:\"product-launch\";i:2139;s:7:\"seminar\";i:2144;s:15:\"tech-conference\";i:2143;s:20:\"webinar-landing-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:5:\"pages\";a:1:{s:8:\"id-55431\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/event-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/event-02/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55436\";a:15:{s:5:\"title\";s:18:\"Event Landing Page\";s:2:\"id\";i:55436;s:12:\"publish-date\";i:1621881999;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/event-08\";s:20:\"astra-site-parent-id\";i:2118;s:15:\"astra-sites-tag\";a:11:{i:2141;s:19:\"business-conference\";i:2138;s:16:\"conference-event\";i:2146;s:17:\"design-conference\";i:2137;s:13:\"event-landing\";i:2140;s:15:\"marketing-event\";i:2145;s:6:\"meetup\";i:648;s:12:\"presentation\";i:2142;s:14:\"product-launch\";i:2139;s:7:\"seminar\";i:2144;s:15:\"tech-conference\";i:2143;s:20:\"webinar-landing-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:0:{}s:5:\"pages\";a:1:{s:8:\"id-55437\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-home.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/event-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/event-08/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-45817\";a:15:{s:5:\"title\";s:18:\"Financial Advisors\";s:2:\"id\";i:45817;s:12:\"publish-date\";i:1585221053;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-04\";s:20:\"astra-site-parent-id\";i:1485;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}s:5:\"pages\";a:5:{s:8:\"id-45820\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45822\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45821\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-industries-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-industries-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-04/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45818\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45819\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}}}','no'),(28087,'astra-sites-and-pages-page-22','a:15:{s:8:\"id-45836\";a:15:{s:5:\"title\";s:18:\"Financial Advisors\";s:2:\"id\";i:45836;s:12:\"publish-date\";i:1585222094;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-03\";s:20:\"astra-site-parent-id\";i:1486;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:5:\"pages\";a:5:{s:8:\"id-45839\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45841\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45840\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-industries.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-industries.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-03/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45837\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45838\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}}s:8:\"id-45806\";a:15:{s:5:\"title\";s:17:\"Financial Advisor\";s:2:\"id\";i:45806;s:12:\"publish-date\";i:1585220378;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-06\";s:20:\"astra-site-parent-id\";i:1484;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-45809\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45811\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-services-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45810\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-industries-01.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-industries-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-06/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45807\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-about-us-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45808\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-contact-us-01.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-contact-us-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/317\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21041\";a:15:{s:5:\"title\";s:10:\"Freelancer\";s:2:\"id\";i:21041;s:12:\"publish-date\";i:1552457751;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-06\";s:20:\"astra-site-parent-id\";i:151;s:15:\"astra-sites-tag\";a:4:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:1:{s:8:\"id-23435\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/freelancer-06/wp-json/wp/v2/pages/469\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21085\";a:15:{s:5:\"title\";s:15:\"MultiMed Clinic\";s:2:\"id\";i:21085;s:12:\"publish-date\";i:1552457750;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-06\";s:20:\"astra-site-parent-id\";i:153;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23451\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23447\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/331\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23449\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-departments.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-departments.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-06/departments/\";s:15:\"astra-sites-tag\";a:3:{i:602;s:11:\"departments\";i:811;s:10:\"occupation\";i:812;s:6:\"office\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23450\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-doctors.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-doctors.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/347\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-06/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23452\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-testimonials.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/353\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23448\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21088\";a:15:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:21088;s:12:\"publish-date\";i:1552457749;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-06\";s:20:\"astra-site-parent-id\";i:157;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23494\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/243\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23496\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-06/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23492\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23493\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23493-artist-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21090\";a:15:{s:5:\"title\";s:10:\"University\";s:2:\"id\";i:21090;s:12:\"publish-date\";i:1552457749;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-06\";s:20:\"astra-site-parent-id\";i:160;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23525\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23525-university-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23525-university-home-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23521\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/216\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/university-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23523\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23523-university-courses-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23523-university-courses-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/courses/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23526\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23526-university-teachers-resize.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23526-university-teachers-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-06/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23524\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23524-university-gallery-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23524-university-gallery-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/236\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23522\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/240\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21092\";a:15:{s:5:\"title\";s:12:\"Kindergarten\";s:2:\"id\";i:21092;s:12:\"publish-date\";i:1552457749;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-06\";s:20:\"astra-site-parent-id\";i:154;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:6:{s:8:\"id-23463\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/213\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23459\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23460\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-classes-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-classes-1.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/280\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23462\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-faq.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-faq.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/286\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-06/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23464\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-reviews.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/293\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23461\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21096\";a:15:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:2:\"id\";i:21096;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-06\";s:20:\"astra-site-parent-id\";i:162;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23543\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23541\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-classes.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-classes.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/241\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-06/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23539\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/246\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23542\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21098\";a:15:{s:5:\"title\";s:6:\"Winery\";s:2:\"id\";i:21098;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-06\";s:20:\"astra-site-parent-id\";i:164;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:634;s:15:\"wine-production\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:5:{s:8:\"id-23563\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/436\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23564\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-our-story-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-our-story-01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-06/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23562\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-experience-01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-experience-01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/498\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-06/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23561\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-events-01.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-events-01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/504\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-06/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23560\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-contact-01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21100\";a:15:{s:5:\"title\";s:12:\"Psychiatrist\";s:2:\"id\";i:21100;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-06\";s:20:\"astra-site-parent-id\";i:159;s:15:\"astra-sites-tag\";a:6:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:1:{s:8:\"id-23513\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/psychiatrist-06/wp-json/wp/v2/pages/459\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21102\";a:15:{s:5:\"title\";s:6:\"Author\";s:2:\"id\";i:21102;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-06\";s:20:\"astra-site-parent-id\";i:163;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:4:{s:8:\"id-23548\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23546\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/346\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-06/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23544\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/355\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-06/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23547\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-21066\";a:15:{s:5:\"title\";s:18:\"Garden Maintenance\";s:2:\"id\";i:21066;s:12:\"publish-date\";i:1551959684;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-02\";s:20:\"astra-site-parent-id\";i:244;s:15:\"astra-sites-tag\";a:8:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:1021;s:14:\"local-business\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-50469\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50470\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50471\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-faq.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-02/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50472\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50473\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50474\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-21073\";a:15:{s:5:\"title\";s:18:\"Garden Maintenance\";s:2:\"id\";i:21073;s:12:\"publish-date\";i:1551959686;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-01\";s:20:\"astra-site-parent-id\";i:242;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-24575\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/86\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24572\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24577\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24576\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-projects.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24574\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-faq.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-01/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24573\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-contact-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48398\";a:15:{s:5:\"title\";s:18:\"Garden Maintenance\";s:2:\"id\";i:48398;s:12:\"publish-date\";i:1603963842;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-08\";s:20:\"astra-site-parent-id\";i:1731;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48402\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-homepage-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-48399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-about-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48404\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-services-gb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-services-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48403\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-project-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-project-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48401\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-faq-gb.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-faq-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48208\";a:15:{s:5:\"title\";s:7:\"Plumber\";s:2:\"id\";i:48208;s:12:\"publish-date\";i:1603905881;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-08\";s:20:\"astra-site-parent-id\";i:1706;s:15:\"astra-sites-tag\";a:6:{i:1712;s:19:\"commercial-plumbing\";i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";i:1711;s:18:\"remolding-services\";i:1710;s:20:\"residential-plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48212\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-home-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48209\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48213\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48214\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testmonials.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testmonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-08/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48211\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plumber-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28088,'astra-sites-and-pages-page-23','a:15:{s:8:\"id-20939\";a:15:{s:5:\"title\";s:17:\"Interior Designer\";s:2:\"id\";i:20939;s:12:\"publish-date\";i:1551698919;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/interior-designer-02\";s:20:\"astra-site-parent-id\";i:312;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-25257\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/interior-designer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25255\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-aboutpage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-designer-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25259\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-servicespage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-servicespage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25258\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-projectspage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-projectspage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25260\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-testimonialspage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-testimonialspage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/interior-designer-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25256\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-contactpage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/designer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/interior-designer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48188\";a:15:{s:5:\"title\";s:17:\"Interior Designer\";s:2:\"id\";i:48188;s:12:\"publish-date\";i:1603905861;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-08-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/interior-designer-08\";s:20:\"astra-site-parent-id\";i:1705;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-48191\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-homepage-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-homepage-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/interior-designer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48189\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-about-gb.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-about-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-designer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48193\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-service-gb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-service-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/690\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48192\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-projects-gb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-projects-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48194\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-testimonials-gb.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-testimonials-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/692\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/interior-designer-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48190\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-contact-gb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-contact-gb.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/693\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/interior-designer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-21023\";a:15:{s:5:\"title\";s:15:\"Pearson College\";s:2:\"id\";i:21023;s:12:\"publish-date\";i:1551356707;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/education-03\";s:20:\"astra-site-parent-id\";i:189;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}}s:5:\"pages\";a:6:{s:8:\"id-23925\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/education-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23920\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/education-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23922\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-courses.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23926\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-teachers.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-teachers.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/education-03/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23923\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23921\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20746\";a:15:{s:5:\"title\";s:15:\"Pearson College\";s:2:\"id\";i:20746;s:12:\"publish-date\";i:1551330893;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/education-04\";s:20:\"astra-site-parent-id\";i:187;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-23876\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/education-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23871\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-about-2.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/education-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23874\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-courses.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-courses.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23877\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-teachers-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-teachers-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/education-04/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23875\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23873\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20807\";a:15:{s:5:\"title\";s:15:\"Growth Marketer\";s:2:\"id\";i:20807;s:12:\"publish-date\";i:1549255990;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-02\";s:20:\"astra-site-parent-id\";i:225;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-24433\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24430\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24434\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-testimonials-screenshot.png\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-testimonials-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24432\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-hire-screenshot.png\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24432-growth-marketer-hire-me-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-02/hire-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20810\";a:15:{s:5:\"title\";s:15:\"Growth Marketer\";s:2:\"id\";i:20810;s:12:\"publish-date\";i:1551243190;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-01\";s:20:\"astra-site-parent-id\";i:227;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-24451\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/106\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24452\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-testimonials.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24450\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-hire-me.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24450-growth-marketer-hire-me-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-01/hire-me/\";s:15:\"astra-sites-tag\";a:1:{i:773;s:7:\"hire-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48703\";a:15:{s:5:\"title\";s:15:\"Growth Marketer\";s:2:\"id\";i:48703;s:12:\"publish-date\";i:1605205567;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-08\";s:20:\"astra-site-parent-id\";i:1764;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-48706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48704\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48707\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48705\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-08/hire-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:773;s:7:\"hire-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20816\";a:15:{s:5:\"title\";s:11:\"Barber Shop\";s:2:\"id\";i:20816;s:12:\"publish-date\";i:1549255987;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-02\";s:20:\"astra-site-parent-id\";i:119;s:15:\"astra-sites-tag\";a:6:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23121\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23117\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23118\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-barbers-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-barbers-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/barbers/\";s:15:\"astra-sites-tag\";a:1:{i:478;s:6:\"barber\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23120\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23119\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20904\";a:15:{s:5:\"title\";s:11:\"Barber Shop\";s:2:\"id\";i:20904;s:12:\"publish-date\";i:1551074522;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-01\";s:20:\"astra-site-parent-id\";i:120;s:15:\"astra-sites-tag\";a:5:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23135\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23131\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23132\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-barbers-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-barbers-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/barbers/\";s:15:\"astra-sites-tag\";a:1:{i:478;s:6:\"barber\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23134\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23133\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-contact-2.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48530\";a:15:{s:5:\"title\";s:11:\"Barber Shop\";s:2:\"id\";i:48530;s:12:\"publish-date\";i:1603984624;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-08\";s:20:\"astra-site-parent-id\";i:1745;s:15:\"astra-sites-tag\";a:6:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48535\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48531\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48532\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-team.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-team.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/barbers/\";s:15:\"astra-sites-tag\";a:2:{i:478;s:6:\"barber\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48534\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48533\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-08-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20732\";a:15:{s:5:\"title\";s:21:\"Photography Portfolio\";s:2:\"id\";i:20732;s:12:\"publish-date\";i:1546842931;s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/photographer-portfolio-03\";s:20:\"astra-site-parent-id\";i:200;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24026\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-portfolio-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24023\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/photographer-portfolio-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24028\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/photographer-portfolio-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24027\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/photographer-portfolio-03/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24025\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/photographer-portfolio-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19915\";a:15:{s:5:\"title\";s:7:\"Plumber\";s:2:\"id\";i:19915;s:12:\"publish-date\";i:1546411117;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-02\";s:20:\"astra-site-parent-id\";i:293;s:15:\"astra-sites-tag\";a:4:{i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-25059\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25055\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25060\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-serivces.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-serivces.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25061\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-25061-plumber-testimonials-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25058\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-faq.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plumber-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25057\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20515\";a:15:{s:5:\"title\";s:16:\"Conference Event\";s:2:\"id\";i:20515;s:12:\"publish-date\";i:1545982682;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-05\";s:20:\"astra-site-parent-id\";i:172;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:5:\"pages\";a:1:{s:8:\"id-23626\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/conference-event-05/wp-json/wp/v2/pages/101\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/conference-event-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}}s:8:\"id-20536\";a:15:{s:5:\"title\";s:7:\"Plumber\";s:2:\"id\";i:20536;s:12:\"publish-date\";i:1546411115;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-01\";s:20:\"astra-site-parent-id\";i:295;s:15:\"astra-sites-tag\";a:3:{i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:6:{s:8:\"id-44078\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44075\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-about-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-about-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44079\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-services-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-services-screenshot.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44080\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-testimonials-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-testimonials-screenshot.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44077\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-faq-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-faq-screenshot.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/plumber-01/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44076\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-contact-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-contact-screenshot.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-20475\";a:15:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:20475;s:12:\"publish-date\";i:1545657562;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-05\";s:20:\"astra-site-parent-id\";i:235;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24503\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24503-co-working-space-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24503-co-working-space-home-resize.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24500\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-about-us-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-about-us-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/147\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-05/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24501\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-amenities-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-amenities-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-05/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24504\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-05/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24502\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24502-co-working-space-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24502-co-working-space-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/156\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28089,'astra-sites-and-pages-page-24','a:15:{s:8:\"id-19958\";a:15:{s:5:\"title\";s:21:\"Photography Portfolio\";s:2:\"id\";i:19958;s:12:\"publish-date\";i:1545208405;s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/photographer-portfolio-04\";s:20:\"astra-site-parent-id\";i:202;s:15:\"astra-sites-tag\";a:10:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:1022;s:12:\"professional\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24050\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-portfolio-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/photographer-portfolio-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24052\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/photographer-portfolio-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24051\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/photographer-portfolio-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24049\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/photographer-portfolio-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-55334\";a:15:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:55334;s:12:\"publish-date\";i:1621888356;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/communities-02\";s:20:\"astra-site-parent-id\";i:2074;s:15:\"astra-sites-tag\";a:11:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";i:2127;s:10:\"social-ngo\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55335\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/communities-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55336\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/communities-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55337\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/communities-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55338\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/communities-02/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}}s:8:\"id-55425\";a:15:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:55425;s:12:\"publish-date\";i:1621889386;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/communities-08\";s:20:\"astra-site-parent-id\";i:2116;s:15:\"astra-sites-tag\";a:11:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";i:2127;s:10:\"social-ngo\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-55427\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/communities-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55426\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/communities-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55428\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/communities-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-55429\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/communities-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-19959\";a:15:{s:5:\"title\";s:15:\"Sierra Industry\";s:2:\"id\";i:19959;s:12:\"publish-date\";i:1545134505;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-01\";s:20:\"astra-site-parent-id\";i:203;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-44099\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44097\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44100\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-product.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-product.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44101\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-feb-20-projects.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44098\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48132\";a:15:{s:5:\"title\";s:15:\"Sierra Industry\";s:2:\"id\";i:48132;s:12:\"publish-date\";i:1603893474;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-08\";s:20:\"astra-site-parent-id\";i:1703;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48135\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48133\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48134\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48136\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48137\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-19814\";a:15:{s:5:\"title\";s:13:\"Sierra Nature\";s:2:\"id\";i:19814;s:12:\"publish-date\";i:1543901405;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-02\";s:20:\"astra-site-parent-id\";i:110;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23008\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23010\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23009\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-projects-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-projects-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23007\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-contact-screenshot.png\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19881\";a:15:{s:5:\"title\";s:13:\"Sierra Nature\";s:2:\"id\";i:19881;s:12:\"publish-date\";i:1544174934;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-01\";s:20:\"astra-site-parent-id\";i:111;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-23024\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23024-sierra-nature-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23024-sierra-nature-home-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23021\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23026\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23025\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23023\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-48103\";a:15:{s:5:\"title\";s:13:\"Sierra Nature\";s:2:\"id\";i:48103;s:12:\"publish-date\";i:1603893479;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-08\";s:20:\"astra-site-parent-id\";i:1701;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-48104\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48105\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/960\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48107\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48108\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}}s:8:\"id-54442\";a:15:{s:5:\"title\";s:11:\"Coffee Shop\";s:2:\"id\";i:54442;s:12:\"publish-date\";i:1621459375;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-08\";s:20:\"astra-site-parent-id\";i:2033;s:15:\"astra-sites-tag\";a:10:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:399;s:8:\"one-page\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-54443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-08/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19790\";a:15:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:19790;s:12:\"publish-date\";i:1543500780;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-05\";s:20:\"astra-site-parent-id\";i:180;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:4:{s:8:\"id-23678\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/853\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23676\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/868\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23679\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/876\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23677\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/878\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19796\";a:15:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:19796;s:12:\"publish-date\";i:1543500776;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-05\";s:20:\"astra-site-parent-id\";i:174;s:15:\"astra-sites-tag\";a:11:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-23635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23635-fitness-trainer-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23635-fitness-trainer-home-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fitness-trainer-05/wp-json/wp/v2/pages/149\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19798\";a:15:{s:5:\"title\";s:11:\"Electrician\";s:2:\"id\";i:19798;s:12:\"publish-date\";i:1543500776;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-05\";s:20:\"astra-site-parent-id\";i:245;s:15:\"astra-sites-tag\";a:1:{i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24609\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/550\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24606\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24606-electrician-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24606-electrician-about-us-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/558\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-05/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24610\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-services-01.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-services-01.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24608\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24608-electrician-faq-resize.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24608-electrician-faq-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-05/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24607\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24607-electrician-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24607-electrician-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/567\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19792\";a:15:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:19792;s:12:\"publish-date\";i:1543500772;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-05\";s:20:\"astra-site-parent-id\";i:276;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24855\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/913\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24850\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/921\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24858\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/925\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24857\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-projects.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/929\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-05/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24852\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/932\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19801\";a:15:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:19801;s:12:\"publish-date\";i:1543500771;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-05\";s:20:\"astra-site-parent-id\";i:248;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:1:{s:8:\"id-24621\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-05/wp-json/wp/v2/pages/373\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}s:8:\"id-19754\";a:15:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:19754;s:12:\"publish-date\";i:1543500769;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-05\";s:20:\"astra-site-parent-id\";i:238;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:5:\"pages\";a:5:{s:8:\"id-24539\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24534\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-about-01.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-about-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24538\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-e-books-01.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-e-books-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24537\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-courses-01.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-courses-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/140\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24536\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-contact-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}}}','no'),(28090,'astra-sites-fresh-site','no','no'),(28093,'astra-sites-batch-status','in-process','no'),(28094,'astra-sites-last-export-checksums-latest','qJ!#J$PiIMB$','no'),(28096,'elementskit-lite__banner_last_check','1740392466','yes'),(28097,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10014898\";O:8:\"stdClass\":7:{s:2:\"id\";i:10014898;s:5:\"title\";s:37:\"Wpmet Flash Sale Notice Ownpages 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:21:\"www.wpmet.com/flash25\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:576:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">flash sale from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 25% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10014897\";O:8:\"stdClass\":7:{s:2:\"id\";i:10014897;s:5:\"title\";s:31:\"Wpmet Flash Sale Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:21:\"www.wpmet.com/flash25\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:576:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Flash sale from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 25% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013005\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013005;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013004\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013004;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10012223\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012223;s:5:\"title\";s:30:\"Wpmet BFCM Notice OwnPage 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10012221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012221;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011354\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011354;s:5:\"title\";s:34:\"Wpmet Halloween Sale 2024 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1729382400;s:3:\"end\";i:1731196800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\" https://wpmet.com/halloweensale24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:569:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">HAlloween sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver lifetime bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011353\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011353;s:5:\"title\";s:35:\"Wpmet Halloween Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1729382400;s:3:\"end\";i:1731196800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\" https://wpmet.com/halloweensale24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:569:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Halloween sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver lifetime bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011319\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011319;s:5:\"title\";s:34:\"Wpmet Birthday Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/bd24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:559:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011318\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011318;s:5:\"title\";s:33:\"Wpmet Birthday Sale 2024 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/bd24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:559:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','yes'),(28095,'astra-sites-batch-status-string','Error! Batch Not Start due to disabled cron events!','no'),(130419,'ast-block-templates-sites-8','a:30:{s:8:\"id-85430\";a:24:{s:5:\"title\";s:6:\"Author\";s:2:\"id\";i:85430;s:12:\"publish-date\";i:1706206827;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-600x1943.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-400x1295.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-07\";s:20:\"astra-site-parent-id\";i:3422;s:15:\"astra-sites-tag\";a:7:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:1020;s:8:\"personal\";i:722;s:4:\"poet\";i:1844;s:7:\"premium\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2769;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-85431\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-about-me.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-about-me-600x1948.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-07/wp-json/wp/v2/pages/525\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-07/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85432\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-books.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-books-600x1731.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-07/wp-json/wp/v2/pages/523\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-07/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85433\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-contact-600x865.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-07/wp-json/wp/v2/pages/527\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85434\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/author-07-600x1943.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-07/wp-json/wp/v2/pages/519\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48391\";a:24:{s:5:\"title\";s:29:\"Windows &#038; Doors Services\";s:2:\"id\";i:48391;s:12:\"publish-date\";i:1603911926;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-600x2034.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-400x1356.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-08\";s:20:\"astra-site-parent-id\";i:1730;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:440;s:5:\"doors\";i:436;s:8:\"interior\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:441;s:10:\"technician\";i:438;s:7:\"windows\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48395\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-600x2034.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48392\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-1-600x1247.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-1-600x1696.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48396\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-1-600x1310.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48394\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-1-600x810.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/171\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-08/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48393\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-1-600x792.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85331\";a:24:{s:5:\"title\";s:8:\"Law Firm\";s:2:\"id\";i:85331;s:12:\"publish-date\";i:1706127448;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-600x2654.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-400x1769.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/law-firm-07\";s:20:\"astra-site-parent-id\";i:3409;s:15:\"astra-sites-tag\";a:8:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:702;s:8:\"law-firm\";i:998;s:10:\"law-office\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";i:917;s:10:\"legal-firm\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2824;s:8:\"law-firm\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-85332\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-about-us-600x1408.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-07/wp-json/wp/v2/pages/637\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/law-firm-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85333\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-attorneys-600x1121.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-07/wp-json/wp/v2/pages/641\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/law-firm-07/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85334\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-contact-600x1024.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-07/wp-json/wp/v2/pages/643\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/law-firm-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85335\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-600x2654.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-07/wp-json/wp/v2/pages/634\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/law-firm-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85336\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2024/01/law-firm-07-practice-areas-600x1403.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-07/wp-json/wp/v2/pages/639\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/law-firm-07/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55398\";a:24:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:2:\"id\";i:55398;s:12:\"publish-date\";i:1621884270;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-600x2474.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-400x1649.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-08\";s:20:\"astra-site-parent-id\";i:2101;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-contact-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-contact-08-600x879.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-about-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-about-08-600x1247.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-services-08-600x1642.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-600x2474.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85365\";a:24:{s:5:\"title\";s:12:\"Budget Hotel\";s:2:\"id\";i:85365;s:12:\"publish-date\";i:1706125476;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-600x3974.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-400x2649.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/budget-hotel-07\";s:20:\"astra-site-parent-id\";i:3412;s:15:\"astra-sites-tag\";a:10:{i:2200;s:9:\"apartment\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2175;s:12:\"budget-hotel\";i:2177;s:11:\"cheap-hotel\";i:2189;s:11:\"guest-house\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2201;s:7:\"lodging\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2788;s:9:\"hotel-bnb\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-85370\";a:12:{s:5:\"title\";s:12:\"Things To Do\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-things-to-do.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-things-to-do-600x2035.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/budget-hotel-07/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/budget-hotel-07/things-to-do/\";s:15:\"astra-sites-tag\";a:1:{i:3438;s:12:\"things-to-do\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85366\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-contact-600x1398.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/budget-hotel-07/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/budget-hotel-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85367\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-facilities.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-facilities-600x1308.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/budget-hotel-07/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/budget-hotel-07/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85368\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-600x3974.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/budget-hotel-07/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/budget-hotel-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85369\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-rooms.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2024/01/budget-hotel-07-rooms-600x2391.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/budget-hotel-07/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/budget-hotel-07/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48580\";a:24:{s:5:\"title\";s:8:\"Car Wash\";s:2:\"id\";i:48580;s:12:\"publish-date\";i:1603984622;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-600x2367.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-400x1578.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-08\";s:20:\"astra-site-parent-id\";i:1747;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48583\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-600x2367.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48584\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services-1-600x1405.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48581\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about-1-600x1322.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48585\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu-1-600x1138.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-08/wash-menu/\";s:15:\"astra-sites-tag\";a:3:{i:585;s:7:\"pricing\";i:761;s:9:\"wash-menu\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48582\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact-1-600x1241.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85311\";a:24:{s:5:\"title\";s:15:\"Innesa Perfumes\";s:2:\"id\";i:85311;s:12:\"publish-date\";i:1706043646;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfumes-07.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfumes-07-600x2454.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfumes-07-400x1636.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/inessa-perfumes-07\";s:20:\"astra-site-parent-id\";i:3406;s:15:\"astra-sites-tag\";a:9:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2844;s:9:\"fragrance\";i:383;s:12:\"online-store\";i:2843;s:7:\"perfume\";i:2846;s:13:\"perfume-store\";i:967;s:13:\"product-store\";i:2845;s:5:\"smell\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2890;s:15:\"makeup-cosmetic\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-85312\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfumes-07-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfumes-07-about-600x2410.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/inessa-perfumes-07/wp-json/wp/v2/pages/94\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/inessa-perfumes-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85313\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfume-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfume-07-contact-600x878.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/inessa-perfumes-07/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/inessa-perfumes-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85314\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfumes-07.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2024/01/inessa-perfumes-07-600x2454.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/inessa-perfumes-07/wp-json/wp/v2/pages/90\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/inessa-perfumes-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55310\";a:24:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:2:\"id\";i:55310;s:12:\"publish-date\";i:1621612162;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-600x2616.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-400x1744.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-08\";s:20:\"astra-site-parent-id\";i:2065;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55311\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-1-600x2270.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-08/amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55312\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-contact-600x963.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55313\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-600x2616.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55314\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-1-600x1709.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-08/rooms/\";s:15:\"astra-sites-tag\";a:2:{i:2073;s:13:\"accommodation\";i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85378\";a:24:{s:5:\"title\";s:16:\"Fiona Patisserie\";s:2:\"id\";i:85378;s:12:\"publish-date\";i:1706042687;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-600x2734.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-400x1823.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/fiona-patisserie-07\";s:20:\"astra-site-parent-id\";i:3414;s:15:\"astra-sites-tag\";a:12:{i:758;s:6:\"bakery\";i:1857;s:6:\"baking\";i:783;s:4:\"cake\";i:2987;s:9:\"delicious\";i:336;s:4:\"food\";i:2988;s:6:\"foodie\";i:2984;s:8:\"foodporn\";i:2983;s:6:\"pastry\";i:2989;s:10:\"pastrylove\";i:2982;s:10:\"patisserie\";i:2986;s:5:\"sweet\";i:2985;s:8:\"tisserie\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2804;s:11:\"cafe-bakery\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2478;s:17:\"local-storefronts\";i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-85379\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-about-us-600x2574.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fiona-patisserie-07/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fiona-patisserie-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85380\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-contact-600x999.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fiona-patisserie-07/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/fiona-patisserie-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85381\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-600x2734.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fiona-patisserie-07/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/fiona-patisserie-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85382\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2024/01/fiona-patisserie-07-our-menu-600x1135.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fiona-patisserie-07/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fiona-patisserie-07/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55436\";a:24:{s:5:\"title\";s:18:\"Event Landing Page\";s:2:\"id\";i:55436;s:12:\"publish-date\";i:1621881999;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-600x2182.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-400x1455.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/event-08\";s:20:\"astra-site-parent-id\";i:2118;s:15:\"astra-sites-tag\";a:11:{i:2141;s:19:\"business-conference\";i:2138;s:16:\"conference-event\";i:2146;s:17:\"design-conference\";i:2137;s:13:\"event-landing\";i:2140;s:15:\"marketing-event\";i:2145;s:6:\"meetup\";i:648;s:12:\"presentation\";i:2142;s:14:\"product-launch\";i:2139;s:7:\"seminar\";i:2144;s:15:\"tech-conference\";i:2143;s:20:\"webinar-landing-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-55437\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-600x2182.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/event-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/event-08/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85372\";a:24:{s:5:\"title\";s:12:\"Tech Blogger\";s:2:\"id\";i:85372;s:12:\"publish-date\";i:1706042685;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-600x2215.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-400x1476.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-blogger-07\";s:20:\"astra-site-parent-id\";i:3413;s:15:\"astra-sites-tag\";a:8:{i:2269;s:18:\"affiliate-marketer\";i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2266;s:12:\"tech-blogger\";i:2267;s:15:\"tech-influencer\";i:2268;s:17:\"technology-critic\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2774;s:8:\"magazine\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-85373\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-about-600x1416.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-blogger-07/wp-json/wp/v2/pages/614\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-blogger-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85374\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-contact-600x916.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-blogger-07/wp-json/wp/v2/pages/615\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tech-blogger-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85375\";a:12:{s:5:\"title\";s:5:\"Deals\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-deals.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-deals-600x1247.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-blogger-07/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-blogger-07/deals/\";s:15:\"astra-sites-tag\";a:1:{i:2264;s:5:\"deals\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85376\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/tech-blogger-07-600x2215.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-blogger-07/wp-json/wp/v2/pages/612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-blogger-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48398\";a:24:{s:5:\"title\";s:18:\"Garden Maintenance\";s:2:\"id\";i:48398;s:12:\"publish-date\";i:1603963842;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-600x2113.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-400x1409.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-08\";s:20:\"astra-site-parent-id\";i:1731;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48402\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-600x2113.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-about-600x1294.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48404\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-services-600x1452.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48403\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-projects-600x1060.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48401\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-faq.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-faq-600x778.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-contact-600x776.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85358\";a:24:{s:5:\"title\";s:12:\"Photographer\";s:2:\"id\";i:85358;s:12:\"publish-date\";i:1706042683;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-600x2330.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-400x1553.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-07\";s:20:\"astra-site-parent-id\";i:3411;s:15:\"astra-sites-tag\";a:7:{i:513;s:6:\"camera\";i:515;s:4:\"lens\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:1022;s:12:\"professional\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2770;s:8:\"personal\";i:2773;s:11:\"photography\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-85359\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-about-600x1221.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-07/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85360\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-contact-600x1146.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-07/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/photographer-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85361\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-600x2330.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-07/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85362\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-portdolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-portdolio-600x1965.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-07/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-07/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85363\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2024/01/photographer-07-services-600x1093.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-07/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/photographer-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48208\";a:24:{s:5:\"title\";s:7:\"Plumber\";s:2:\"id\";i:48208;s:12:\"publish-date\";i:1603905881;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-600x1930.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-400x1287.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-08\";s:20:\"astra-site-parent-id\";i:1706;s:15:\"astra-sites-tag\";a:6:{i:1712;s:19:\"commercial-plumbing\";i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";i:1711;s:18:\"remolding-services\";i:1710;s:20:\"residential-plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48212\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-600x1930.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48209\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-2-600x1093.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48213\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-2.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-2-600x1603.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48214\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testimonials-600x1293.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-08/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48211\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-2.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-2-600x1751.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plumber-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-2-600x998.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85302\";a:24:{s:5:\"title\";s:9:\"theAgency\";s:2:\"id\";i:85302;s:12:\"publish-date\";i:1706042644;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-600x3575.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-400x2383.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-07\";s:20:\"astra-site-parent-id\";i:3405;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-85305\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-600x3575.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-07/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85306\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-projects.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-projects-600x1947.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-07/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-07/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85307\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-services-600x1569.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-07/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85308\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-testimonials-600x2232.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-07/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-07/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85303\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-about-600x1789.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-07/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85304\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2024/01/wordpress-agency-07-contact-600x1340.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-07/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48188\";a:24:{s:5:\"title\";s:17:\"Interior Designer\";s:2:\"id\";i:48188;s:12:\"publish-date\";i:1603905861;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-600x1322.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-400x881.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/interior-designer-08\";s:20:\"astra-site-parent-id\";i:1705;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48191\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-600x1322.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/interior-designer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48189\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-about-600x1240.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-designer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48193\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-services-600x1104.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/690\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48192\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-projects-600x1736.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48194\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-testimonials-600x1335.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/692\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/interior-designer-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48190\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-contact-600x862.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/693\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/interior-designer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85319\";a:24:{s:5:\"title\";s:6:\"Winery\";s:2:\"id\";i:85319;s:12:\"publish-date\";i:1706042604;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-600x1989.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-400x1326.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-07\";s:20:\"astra-site-parent-id\";i:3408;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:1019;s:14:\"wine-prouction\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2813;s:6:\"winery\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-85322\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-experience.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-experience-600x2178.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/winery-07/wp-json/wp/v2/pages/1183\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-07/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-600x1989.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/winery-07/wp-json/wp/v2/pages/1179\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85324\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-our-story.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-our-story-600x1191.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/winery-07/wp-json/wp/v2/pages/1181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-07/our-story/\";s:15:\"astra-sites-tag\";a:1:{i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85321\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-events.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-events-600x1299.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/winery-07/wp-json/wp/v2/pages/1185\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-07/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-85320\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2024/01/winery-07-contact-600x874.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/winery-07/wp-json/wp/v2/pages/1187\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-85316\";a:24:{s:5:\"title\";s:16:\"Personal Trainer\";s:2:\"id\";i:85316;s:12:\"publish-date\";i:1706039939;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2024/01/personals-trainer-07.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2024/01/personals-trainer-07-600x3277.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2024/01/personals-trainer-07-400x2185.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/personal-trainer-07\";s:20:\"astra-site-parent-id\";i:3407;s:15:\"astra-sites-tag\";a:6:{i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1454;s:16:\"personal-trainer\";i:1455;s:15:\"workout-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2787;s:11:\"gym-fitness\";i:2771;s:8:\"one-page\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2480;s:16:\"fitness-wellness\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-85317\";a:12:{s:5:\"title\";s:13:\"Trainer Jenny\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2024/01/personals-trainer-07.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2024/01/personals-trainer-07-600x3277.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/personal-trainer-07/wp-json/wp/v2/pages/309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/personal-trainer-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-84604\";a:24:{s:5:\"title\";s:17:\"Architecture Firm\";s:2:\"id\";i:84604;s:12:\"publish-date\";i:1699906822;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-600x2025.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-400x1350.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/architects-07\";s:20:\"astra-site-parent-id\";i:3397;s:15:\"astra-sites-tag\";a:5:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2793;s:15:\"interior-design\";i:2852;s:11:\"landscaping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-84610\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-services-600x1334.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/architects-07/wp-json/wp/v2/pages/457\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84607\";a:12:{s:5:\"title\";s:8:\"Contacts\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-contact-600x1109.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/architects-07/wp-json/wp/v2/pages/460\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-07/contacts/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84608\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-600x2025.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/architects-07/wp-json/wp/v2/pages/455\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/architects-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84609\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-projects.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-projects-600x899.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/architects-07/wp-json/wp/v2/pages/458\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-07/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84605\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-about-600x1920.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/architects-07/wp-json/wp/v2/pages/456\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/architects-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84606\";a:12:{s:5:\"title\";s:7:\"Clients\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-clients.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/11/architects-07-clients-600x1414.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/architects-07/wp-json/wp/v2/pages/459\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-07/clients/\";s:15:\"astra-sites-tag\";a:1:{i:450;s:7:\"clients\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74914\";a:24:{s:5:\"title\";s:13:\"Web Developer\";s:2:\"id\";i:74914;s:12:\"publish-date\";i:1689331554;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developers-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developers-07-600x3251.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developers-07-400x2167.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/web-developer-07\";s:20:\"astra-site-parent-id\";i:3325;s:15:\"astra-sites-tag\";a:9:{i:3112;s:9:\"developer\";i:1020;s:8:\"personal\";i:3124;s:18:\"personal-portfolio\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:3123;s:3:\"web\";i:3122;s:13:\"web-developer\";i:3111;s:11:\"webdesigner\";i:3106;s:12:\"webdeveloper\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-74915\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developers-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developers-07-600x3251.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/web-developer-07/wp-json/wp/v2/pages/484\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/web-developer-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-84383\";a:24:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:84383;s:12:\"publish-date\";i:1699294160;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-600x1981.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-400x1320.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-07\";s:20:\"astra-site-parent-id\";i:3395;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2802;s:6:\"artist\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-84387\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-portfolio-600x1095.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-07/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-07/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84386\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-600x1981.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/artist-07/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84384\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-about-600x1302.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-07/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84385\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/11/artist-07-contact-600x711.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-07/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-75040\";a:24:{s:5:\"title\";s:22:\"Construction Equipment\";s:2:\"id\";i:75040;s:12:\"publish-date\";i:1689338320;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-600x2432.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-400x1621.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/construction-equipment-07\";s:20:\"astra-site-parent-id\";i:3347;s:15:\"astra-sites-tag\";a:11:{i:435;s:12:\"architecture\";i:2543;s:8:\"building\";i:2545;s:19:\"building-foundation\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:2546;s:21:\"construction-services\";i:2544;s:11:\"fabricating\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2836;s:12:\"construction\";i:2793;s:15:\"interior-design\";i:2832;s:8:\"property\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-75042\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-contact-600x1329.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/478\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/construction-equipment-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75041\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-about-us-600x2049.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/477\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/construction-equipment-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75044\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-industries.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-industries-600x1151.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/construction-equipment-07/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75045\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-services.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-services-600x1569.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/475\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/construction-equipment-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75043\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipments-07-600x2432.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/474\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/construction-equipment-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74960\";a:24:{s:5:\"title\";s:23:\"Non-Profit Organization\";s:2:\"id\";i:74960;s:12:\"publish-date\";i:1689344274;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-600x2396.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-400x1597.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/non-profit-organization-07\";s:20:\"astra-site-parent-id\";i:3334;s:15:\"astra-sites-tag\";a:10:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2786;s:17:\"charity-nonprofit\";i:2864;s:9:\"community\";i:2872;s:19:\"donation-fundraiser\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2487;s:6:\"agency\";i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74963\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-600x2396.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/486\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/non-profit-organization-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74964\";a:12:{s:5:\"title\";s:8:\"Our Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-ourwork.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-ourwork-600x1301.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/491\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/non-profit-organization-07/our-work/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74965\";a:12:{s:5:\"title\";s:7:\"Stories\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-stories.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-stories-600x1798.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/non-profit-organization-07/stories/\";s:15:\"astra-sites-tag\";a:1:{i:3345;s:7:\"stories\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74961\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-about-600x1824.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/489\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/non-profit-organization-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74962\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-contact-600x1406.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/495\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/non-profit-organization-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74955\";a:24:{s:5:\"title\";s:11:\"Music Event\";s:2:\"id\";i:74955;s:12:\"publish-date\";i:1689341073;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/music-events-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/music-events-07-600x4095.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/music-events-07-400x2730.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/music-event-07\";s:20:\"astra-site-parent-id\";i:3328;s:15:\"astra-sites-tag\";a:10:{i:3331;s:5:\"bands\";i:755;s:7:\"concert\";i:406;s:2:\"dj\";i:660;s:13:\"entertainment\";i:3330;s:9:\"livemusic\";i:407;s:5:\"music\";i:3329;s:10:\"musicevent\";i:3332;s:13:\"musicfestival\";i:3333;s:9:\"nightlife\";i:2635;s:5:\"party\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2869;s:2:\"dj\";i:2784;s:5:\"event\";i:2781;s:5:\"music\";i:2771;s:8:\"one-page\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-74956\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/music-events-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/music-events-07-600x4095.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/music-event-07/wp-json/wp/v2/pages/460\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/music-event-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-75059\";a:24:{s:5:\"title\";s:19:\"Real Estate Company\";s:2:\"id\";i:75059;s:12:\"publish-date\";i:1689339205;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-600x2398.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-400x1599.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/real-estate-company-07\";s:20:\"astra-site-parent-id\";i:3348;s:15:\"astra-sites-tag\";a:7:{i:2311;s:19:\"construction-agency\";i:2088;s:20:\"construction-company\";i:2313;s:16:\"property-rentals\";i:485;s:11:\"real-estate\";i:2310;s:18:\"real-estate-agency\";i:2535;s:22:\"real-estate-consultant\";i:2314;s:22:\"real-estate-developers\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2794;s:10:\"consulting\";i:2832;s:8:\"property\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-services\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-75062\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-600x2398.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/real-estate-company-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75063\";a:12:{s:5:\"title\";s:10:\"Properties\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-properties.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-properties-600x1704.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/313\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-company-07/properties/\";s:15:\"astra-sites-tag\";a:1:{i:553;s:10:\"properties\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75064\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-services.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-services-600x2059.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/312\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/real-estate-company-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75060\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-about-600x1874.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/311\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/real-estate-company-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75061\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-contact-600x1202.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/314\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/real-estate-company-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-75007\";a:24:{s:5:\"title\";s:5:\"Tours\";s:2:\"id\";i:75007;s:12:\"publish-date\";i:1689339497;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-600x4884.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-400x3256.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/tours-07\";s:20:\"astra-site-parent-id\";i:3344;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2784;s:5:\"event\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-75011\";a:12:{s:5:\"title\";s:5:\"Tours\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-tours.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-tours-600x2313.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tours-07/wp-json/wp/v2/pages/754\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/tours-07/tours/\";s:15:\"astra-sites-tag\";a:1:{i:3346;s:5:\"tours\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75009\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-contact-600x1215.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tours-07/wp-json/wp/v2/pages/758\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/tours-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75010\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-600x4884.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tours-07/wp-json/wp/v2/pages/751\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/tours-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75008\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-about-600x1658.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tours-07/wp-json/wp/v2/pages/756\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/tours-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74987\";a:24:{s:5:\"title\";s:16:\"General Hospital\";s:2:\"id\";i:74987;s:12:\"publish-date\";i:1689335063;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-600x2939.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-400x1959.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/general-hospital-07\";s:20:\"astra-site-parent-id\";i:3336;s:15:\"astra-sites-tag\";a:11:{i:601;s:6:\"doctor\";i:3341;s:7:\"doctors\";i:2045;s:6:\"health\";i:3343;s:17:\"healthandwellness\";i:604;s:10:\"healthcare\";i:3338;s:7:\"hosital\";i:603;s:7:\"medical\";i:3337;s:8:\"medicine\";i:3342;s:6:\"nurses\";i:3340;s:7:\"nursing\";i:3339;s:8:\"pharmacy\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74991\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-services-600x1590.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/general-hospital-07/wp-json/wp/v2/pages/897\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/general-hospital-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74990\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-600x2939.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/general-hospital-07/wp-json/wp/v2/pages/895\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/general-hospital-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74988\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-about-600x1263.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/general-hospital-07/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/general-hospital-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74989\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-contact-600x907.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/general-hospital-07/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/general-hospital-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74936\";a:24:{s:5:\"title\";s:18:\"Advertising Agency\";s:2:\"id\";i:74936;s:12:\"publish-date\";i:1689332926;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-600x3071.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-400x2047.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/advertising-agency-07\";s:20:\"astra-site-parent-id\";i:3327;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74939\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-600x3071.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/advertising-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74940\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-portfolio-600x1391.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/advertising-agency-07/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74938\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-contact-600x1328.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/advertising-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74941\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-services-600x1799.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/advertising-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74937\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-about-600x1644.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/advertising-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74919\";a:24:{s:5:\"title\";s:8:\"Homestay\";s:2:\"id\";i:74919;s:12:\"publish-date\";i:1689278588;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-600x2677.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-400x1784.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/homestay-07\";s:20:\"astra-site-parent-id\";i:3326;s:15:\"astra-sites-tag\";a:11:{i:2193;s:10:\"apartments\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2191;s:11:\"budget-stay\";i:2189;s:11:\"guest-house\";i:2188;s:9:\"home-stay\";i:2194;s:7:\"hostels\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2190;s:13:\"lodging-house\";i:2195;s:4:\"stay\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74921\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-amenities.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-amenities-600x1737.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/homestay-07/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74922\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-contact-600x1167.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/homestay-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74923\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-600x2677.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/homestay-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74920\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-about-600x1482.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/293\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/homestay-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74924\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-rooms.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-rooms-600x1737.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/homestay-07/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74973\";a:24:{s:5:\"title\";s:16:\"Pub &amp; Lounge\";s:2:\"id\";i:74973;s:12:\"publish-date\";i:1689260060;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-600x2878.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-400x1919.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/pub-and-lounge-07\";s:20:\"astra-site-parent-id\";i:3335;s:15:\"astra-sites-tag\";a:13:{i:2009;s:8:\"bar-room\";i:2007;s:19:\"barbeque-restaurant\";i:2010;s:8:\"beer-bar\";i:1988;s:10:\"beer-joint\";i:562;s:6:\"bistro\";i:635;s:7:\"brewery\";i:1989;s:15:\"cocktail-lounge\";i:882;s:6:\"drinks\";i:350;s:5:\"hotel\";i:657;s:6:\"lounge\";i:1983;s:3:\"pub\";i:2008;s:11:\"pub-and-bar\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2769;s:9:\"ecommerce\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";i:2813;s:6:\"winery\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74974\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-about-600x1610.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pub-and-lounge-07/wp-json/wp/v2/pages/836\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pub-and-lounge-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74976\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-600x2878.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pub-and-lounge-07/wp-json/wp/v2/pages/835\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pub-and-lounge-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74975\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-contact-600x884.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pub-and-lounge-07/wp-json/wp/v2/pages/838\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pub-and-lounge-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74977\";a:12:{s:5:\"title\";s:5:\"Menus\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-menu.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-menu-600x1723.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pub-and-lounge-07/wp-json/wp/v2/pages/837\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pub-and-lounge-07/menus/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(124877,'ast-block-templates-version','2.4.8','yes'),(28103,'bsf_analytics_installed_time','1648641200','no'),(28104,'_elementor_installed_time','1648641200','yes');
INSERT INTO `wpjn_options` VALUES (28105,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{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:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;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:30:{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:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{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:11:\"access_tier\";s:17:\"essential-oct2023\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{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:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{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:11:\"access_tier\";s:4:\"free\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{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:11:\"access_tier\";s:9:\"essential\";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:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(28106,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:62:\"Introducing Hello Biz: A New Beginner Friendly WordPress Theme\";s:7:\"excerpt\";s:226:\"The first in a new collection of beginner-friendly Hello Themes, Hello Biz aims to make building Professional websites easier. Designed to streamline website creation, by helping you build a polished, high-performance website.\";s:7:\"created\";i:1736335773;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:121:\"https://elementor.com/blog/introducing-hello-biz/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:65:\"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance\";s:7:\"excerpt\";s:192:\"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.\";s:7:\"created\";i:1736174778;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(28109,'eael_editor_updated_at','1727698785','yes'),(28110,'elementor_fonts_manager_font_types','a:0:{}','yes'),(28111,'elementor_fonts_manager_fonts','a:0:{}','yes'),(28112,'elementor_custom_icon_sets_config','a:0:{}','yes'),(28125,'wpins_block_notice','a:4:{s:11:\"betterlinks\";s:11:\"betterlinks\";s:13:\"notificationx\";s:13:\"notificationx\";s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";s:10:\"embedpress\";s:10:\"embedpress\";}','no'),(28117,'elementor_log','a:43:{s:32:\"411939b5317db19cd340b7e2a209e784\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:19\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1ccd9a700d91caffb6efd832ec66dbac\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"ceb26fba94e068d21694196de22774d8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ae607f680a2bcf48873776487f20532e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1961932504dcfb4501e4d8a5271346f7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:55:\"Elementor/Upgrades - _v_3_16_0_container_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:55:\"Elementor/Upgrades - _v_3_16_0_container_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ada48e05cfc185364c6584123f318676\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:57:\"Elementor/Upgrades - _v_3_16_0_container_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:57:\"Elementor/Upgrades - _v_3_16_0_container_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e42a3b29a1837b8dea0b0bdc7301d4d3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"32344497f774f6e124d57ee7e81f257f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f550b12deead31ba60f09dee45105ec5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9306fe109863dd38b6f0f2566fc5b866\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-12 14:38:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-12 14:38:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1fe3cc1182d4d9c51c8c7e55f44f2773\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-26 21:38:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-26 21:38:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"ac1ab9743db5e8c86f09d363addb2b4a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-26 21:38:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-26 21:38:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"b89e8d4cd3b0ec0586497021d97f08cc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-26 21:38:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-26 21:38:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4aec871774670bc149b0591f9977cfb4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-26 21:38:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:55:\"Elementor/Upgrades - _v_3_16_0_container_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-26 21:38:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:55:\"Elementor/Upgrades - _v_3_16_0_container_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ed7477294cc14fcf1d1964d6777f542d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-26 21:38:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:57:\"Elementor/Upgrades - _v_3_16_0_container_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-26 21:38:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:57:\"Elementor/Upgrades - _v_3_16_0_container_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ea96d8cf96c1d03fbc34fcc5aeda3528\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-26 21:38:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-26 21:38:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"4b823401a7361da1dd570008126aaaa8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-26 21:38:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-26 21:38:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e326fe1e68424dc35e71c8c868542226\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-26 21:38:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.16.0\";s:2:\"to\";s:6:\"3.17.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-26 21:38:24\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.16.0\";s:2:\"to\";s:6:\"3.17.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f9d63f8749284782f3d793596774bf15\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-11-01 14:27:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.17.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-11-01 14:27:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.17.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"fc8ece8b5e22af5e1220435c058b1283\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-11-01 14:27:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-11-01 14:27:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"d2590c2b3ac7f1bc3e0e4a69f9d5d774\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-11-01 14:27:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-11-01 14:27:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"694cf6665b9ebca74ffec59afd810d02\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-11-01 14:27:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-11-01 14:27:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f7a9b234c23a96202e958baa09d47e11\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-11-01 14:27:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.17.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-11-01 14:27:42\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.17.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0c1f09dd76e9870306eec8aa8cd3153e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-11-01 14:27:44\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.17.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-11-01 14:27:44\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.17.1\";s:2:\"to\";s:6:\"3.17.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a82c1f5f94287941867a435c0d921251\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 14:05:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 14:05:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"475380913c0049dbb0bc23dcf5ff2b21\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 14:05:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 14:05:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"7c0af291e73e2100eda8dd70065ec305\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 14:05:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 14:05:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ca0492cd0ac5d12e08212436b2b8748a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 14:05:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.17.2\";s:2:\"to\";s:6:\"3.20.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 14:05:29\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.17.2\";s:2:\"to\";s:6:\"3.20.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c0042df67cf8e2cc3057c4bcb1067a9d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-20 17:16:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-20 17:16:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f60daeb036a5284d7011ec24409c29c5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-20 17:16:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-20 17:16:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2a22a6315715b958080b60bbec2a79f3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-20 17:16:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-20 17:16:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"63440fb0f7e0bd07a0d1b710b5a91be0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-20 17:16:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-20 17:16:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"07fcc58dbe8259a3c12c1f02c94df115\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-20 17:16:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-20 17:16:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7c43daca8a882fa8bc670094c0c09762\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-20 17:16:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-20 17:16:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f5d0012318254330fe12dfb012df4617\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-30 12:16:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-30 12:16:25\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"0d0cf231dc194079bdc23ea239990675\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-30 12:16:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-30 12:16:25\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"0500438968301fd7fb39fd157cf2a049\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-30 12:16:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-30 12:16:25\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"8a271e2047fe096567910752bd821576\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-30 12:16:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.2\";s:2:\"to\";s:6:\"3.24.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-30 12:16:25\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.2\";s:2:\"to\";s:6:\"3.24.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cffe6b444f234c8174547982b9417322\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-01 13:50:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.24.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-01 13:50:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.24.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c3995b945dc032472e4e01c290572a29\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-24 10:21:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-02-24 10:21:12\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"4cb76e45d1394fc8e689579ca32b84d1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-24 10:21:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-02-24 10:21:13\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1d8ed90ce147fc2f0d10177c95d7e5a9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-24 10:21:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-02-24 10:21:13\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"db63e5a5ccba598948b547eeeff63504\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-24 10:21:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.27.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-02-24 10:21:13\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.27.6\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','off'),(202377,'_elementor_global_css','a:7:{s:4:\"time\";i:1727790608;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:\"\";}','auto'),(28123,'elementskit-lite_install_date','2022-03-30 11:54:30','yes'),(28126,'weforms_dismiss_xnotice_wpforms','yes','yes'),(28139,'addon_library_catalog','a:3:{s:5:\"stamp\";i:1648635155;s:7:\"catalog\";a:3:{s:6:\"addons\";a:24:{s:16:\"Creative Widgets\";a:24:{i:0;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.jpg\";s:7:\"preview\";s:33:\"icon-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b9030622175f21a083d250aebfad53d6\";}i:1;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.jpg\";s:7:\"preview\";s:31:\"blob-shape-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b1d022fff2b41a9f1e208e60e349707f\";}i:2;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.gif\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e27e952b4fb378e52c86c2572498cd9c\";}i:3;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.jpg\";s:7:\"preview\";s:38:\"number-box-widget-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d5aee974cccf4920ccd9d9857aa1ce4c\";}i:4;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b6a3ec519330a536cabcbb0ad492d0e7\";}i:5;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fb8d0076e4133fabbd8bf32b52176d70\";}i:6;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eb57006c7cc7efef7333d5d6964ceeb9\";}i:7;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:0;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/interactive_circle_infographic.jpg\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a6a95af629ca8137f5314560f46e6b4f\";}i:8;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.jpg\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0560a62d49064a8c7bee34a530af46a8\";}i:9;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.jpg\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1f5020da17c43fe7e762f6161c0c7d6f\";}i:10;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.gif\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cc19e9a67faa187bf4288137da257e9b\";}i:11;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f91ecfa32e6273687cd251e6f68a2987\";}i:12;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.jpg\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eac2edbe2ca564ff5d39e247bd0cc8bd\";}i:13;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_tooltip.jpg\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9b50eb88322653e000e64c94a2ce49b9\";}i:14;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/hotspot.jpg\";s:7:\"preview\";s:35:\"hotspots-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"2b329a7c9b20655b15f0963283e35e12\";}i:15;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.jpg\";s:7:\"preview\";s:50:\"before-after-image-comparison-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f1b072b5f154b075d9c5195bddbe0401\";}i:16;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.jpg\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7ebd0e84ddb9c0503406cde3365e13c5\";}i:17;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a144c64422bffdb033c29470dc5cd60a\";}i:18;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:11:\"update_hash\";s:32:\"465117a1b6622c6f1d95d4ae657138a9\";}i:19;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.gif\";s:7:\"preview\";s:35:\"image-particle-widget-for-elementor\";s:11:\"update_hash\";s:32:\"469a462af18ba7ec2d85b2428392a41a\";}i:20;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:39:\"image-shapes-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"ef76e0f80555c5e1f66030714981c1d1\";}i:21;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:37:\"animated-hamburger-icon-for-elementor\";s:11:\"update_hash\";s:32:\"26ca471932c9f17d8176553a032ea06f\";}i:22;a:6:{s:5:\"title\";s:22:\"Image Reveal On Scroll\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:43:\"image-reveal-on-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a1b7544e83de795275784b6d42df02e1\";}i:23;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"81ac7d07fea7801050af5245bb974bda\";}}s:12:\"Post Widgets\";a:21:{i:0;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.jpg\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"55fbe855a23c205c2a975687f05b570d\";}i:1;a:6:{s:5:\"title\";s:18:\"Card Post Carousel\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.jpg\";s:7:\"preview\";s:39:\"card-post-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1952723b317db1edccec27880b1566f7\";}i:2;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.jpg\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8f077becebcf2173a4c6e587f4910caa\";}i:3;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_buttons_post_filter.jpg\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1739626f44009958fd34b6c4ec13cda4\";}i:4;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.jpg\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0bad2cc17ec91c5f075601ede2af6591\";}i:5;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.jpg\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"edd0fb55c77762b194364eeaafbb3013\";}i:6;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.jpg\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"463ea4c2fdecb6413993419ec5696010\";}i:7;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.jpg\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bbe774be65ab58d7674ec90a11ef196e\";}i:8;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e026ca00ba697bb8024cf1f82875200d\";}i:9;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.jpg\";s:7:\"preview\";s:23:\"post-tabs-for-elementor\";s:11:\"update_hash\";s:32:\"b3bc0595b8bee965dcdf7cae93fab488\";}i:10;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.jpg\";s:7:\"preview\";s:28:\"post-carousels-for-elementor\";s:11:\"update_hash\";s:32:\"2ff024a0eaf30195483d19e3c30010b0\";}i:11;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/load_more_filter.jpg\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"47ddf54d13f6bf0e32776307e0269ceb\";}i:12;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.jpg\";s:7:\"preview\";s:37:\"post-news-ticker-widget-for-elementor\";s:11:\"update_hash\";s:32:\"df8726084e1c2dca6b7cc2fffb1687aa\";}i:13;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.jpg\";s:7:\"preview\";s:37:\"blog-card-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9d6fc9b73669e74c2404932d8aaa6c23\";}i:14;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.jpg\";s:7:\"preview\";s:29:\"post-accordions-for-elementor\";s:11:\"update_hash\";s:32:\"5c2b6f21cf328bfc0960fb11fcc02971\";}i:15;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.jpg\";s:7:\"preview\";s:12:\"post-sliders\";s:11:\"update_hash\";s:32:\"4ba249fe38a09b2f102512bbd5e3fdf2\";}i:16;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b0f9cc76af126b09804ad0fad63357f\";}i:17;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:31:\"post-tiles-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a4eea030e4b4f5b034d287efce1d60e0\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.jpg\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9f3bab314e90035f3f039bf20aab5076\";}i:19;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:28:\"elementor-author-list-widget\";s:11:\"update_hash\";s:32:\"b0e6aa43e3e1d82afe2f1e80dd9beb50\";}i:20;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.jpg\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f60df22f1ceb072423b17f57c48eff2b\";}}s:17:\"Marketing Widgets\";a:29:{i:0;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:11:\"update_hash\";s:32:\"31bbe8d04c19846ead6e3c805b9b70e1\";}i:1;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ccd0fcd8952265071a470beabd77dbf5\";}i:2;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.jpg\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c3b741305d56eeb0b9e29678f1448faf\";}i:3;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:32:\"google-maps-widget-for-elementor\";s:11:\"update_hash\";s:32:\"091b8888a8a6859298fc6fcd560392af\";}i:4;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.jpg\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"97abd6612a8e1fe5fa99b5fdd598308e\";}i:5;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.jpg\";s:7:\"preview\";s:34:\"food-menu-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fcf3620574639968e754b554f6ccf124\";}i:6;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:11:\"update_hash\";s:32:\"858bddf206f7758f32502131b7465eaa\";}i:7;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:47:\"two-column-product-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b8738c6eb9e142a849edb56ff683b1d2\";}i:8;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.jpg\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:11:\"update_hash\";s:32:\"36dcd53f84d4c57b57142536952447a4\";}i:9;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:39:\"food-menu-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6ac1d84d01a0ad0803319dd624e781ce\";}i:10;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/notification.jpg\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c4e357bf1c38faad489577b65bc60e6e\";}i:11;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7eabf2112558e740e95d9712b5c5dc4a\";}i:12;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.jpg\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2f694734205dc824d9ceb7541c872dc1\";}i:13;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9da6158c4e2e04f9e2b42eb678e5f08a\";}i:14;a:6:{s:5:\"title\";s:7:\"Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:32:\"statistic-counters-for-elementor\";s:11:\"update_hash\";s:32:\"9d05af4c6443192bcc2e83799830f89d\";}i:15;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cf174312b25ccdd39d6f81b06eb17f24\";}i:16;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:30:\"icon-mobile-menu-for-elementor\";s:11:\"update_hash\";s:32:\"4a8d555014a2ee0bce17c1e5959d89ee\";}i:17;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1eddabcda56db1d6daa93b9a18e56bb8\";}i:18;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.jpg\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"84b46ff3359064895156d932edec8dbf\";}i:19;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.jpg\";s:7:\"preview\";s:43:\"timer-countdowns-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"05aecebd647915a5ff352aaa2bc3cbb1\";}i:20;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/event_list.jpg\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"40a137971bec937b695a526bffe40501\";}i:21;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:37:\"pricing-flip-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8681a92d33b850d4e9e03d956fc2fd3c\";}i:22;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a66048e71fabba1e69142c45336ebab9\";}i:23;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:53:\"card-testimonial-review-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"52c9673d4f14f12f61e69ed2c48bd5ca\";}i:24;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.jpg\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:11:\"update_hash\";s:32:\"22ae97c41143f60fc6363d3b26abb5a7\";}i:25;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a23469de0b6821b0536511b1cdb7446d\";}i:26;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:11:\"update_hash\";s:32:\"26dd08ec81be27c4a4d1dfc22a304b87\";}i:28;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.jpg\";s:7:\"preview\";s:44:\"price-label-product-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2aaab2904c6ff4495c6124feb375c417\";}}s:19:\"Infographic Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:11:\"update_hash\";s:32:\"df3b4358974e4eeebd5ce7deaf3e9136\";}i:1;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.jpg\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"10cb4889cb484a3d53e778bb9cc44a12\";}i:2;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"96682ccc4f022296fe50bf850bb90bd0\";}i:3;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e9ad45af8068e529aa99d8c50e18f902\";}i:4;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.gif\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e83aada86ff72ed04969bb24e6e54bbc\";}i:5;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.gif\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bd663ffbaef315f6c84575765f2d565a\";}i:6;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.jpg\";s:7:\"preview\";s:23:\"pie-chart-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.gif\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"527822f0f955193aa44b7338de49f5d4\";}i:8;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.jpg\";s:7:\"preview\";s:24:\"line-chart-for-elementor\";s:11:\"update_hash\";s:0:\"\";}}s:11:\"Woocommerce\";a:6:{i:0;a:6:{s:5:\"title\";s:26:\"Woocommerce Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woocommerce/woocommerce_product_slider.jpg\";s:7:\"preview\";s:47:\"woocommerce-product-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ecb903d45bc12fe914114da6416ed934\";}i:1;a:6:{s:5:\"title\";s:28:\"Woocommerce Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Woocommerce/woocommerce_product_carousel.jpg\";s:7:\"preview\";s:49:\"woocommerce-product-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"08d4869bc71a69e6fc33989c1a9b2f53\";}i:2;a:6:{s:5:\"title\";s:24:\"Woocommerce Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woocommerce/woocommerce_product_list.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f612158c92205cda84e157ecff8e452a\";}i:3;a:6:{s:5:\"title\";s:24:\"Woocommerce Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woocommerce/woocommerce_product_grid.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e8d3bd7281a800bf9dfd0d155f6dc7bb\";}i:4;a:6:{s:5:\"title\";s:25:\"Woocommerce Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Woocommerce/woocommerce_category_grid.jpg\";s:7:\"preview\";s:40:\"woocommerce-category-grid-for-elemenetor\";s:11:\"update_hash\";s:32:\"4840b7549b74ff55b052e231b3789961\";}i:5;a:6:{s:5:\"title\";s:29:\"Woocommerce Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Woocommerce/woocommerce_category_carousel.jpg\";s:7:\"preview\";s:50:\"woocommerce-category-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1a5f90897236bdcbfdc6a2f1449c6ee4\";}}s:13:\"Dynamic Loops\";a:5:{i:0;a:6:{s:5:\"title\";s:21:\"Dynamic Template Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_grid.jpg\";s:7:\"preview\";s:42:\"dynamic-template-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0de4430972e3edbddf42560a7cbae1e9\";}i:1;a:6:{s:5:\"title\";s:25:\"Dynamic Template Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_carousel.jpg\";s:7:\"preview\";s:46:\"dynamic-template-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3e10bb0b103e309bf047fb6167834a26\";}i:2;a:6:{s:5:\"title\";s:21:\"Dynamic Template Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_tabs.jpg\";s:7:\"preview\";s:42:\"dynamic-template-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ad04bd9d99a49bd380e2808714dd2970\";}i:3;a:6:{s:5:\"title\";s:23:\"Dynamic Template Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_slider.jpg\";s:7:\"preview\";s:44:\"dynamic-template-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b4c5bba44c72b3f216341fbc280e5feb\";}i:4;a:6:{s:5:\"title\";s:26:\"Dynamic Template Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_accordion.jpg\";s:7:\"preview\";s:47:\"dynamic-template-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"048e578ff276681c3da10984bcfe9310\";}}s:12:\"Menu Widgets\";a:7:{i:0;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.jpg\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b0bd9977ec69e13dbd3aab98bb6155cf\";}i:1;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"14ad4aa5e73d9794b5789f28ef8465f0\";}i:2;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"50d3e6fb1e1f3006240643f8e657bc3b\";}i:3;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"21809046d20fd1c914521ae73f3ed1c9\";}i:4;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dec9a2300275a05311d6aadbe31667c2\";}i:5;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:37:\"simple-list-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b25fe32dbf54f235e2b1ea36e935ece8\";}i:6;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.jpg\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"db19d2bd04123b24048a9e0e5fbc2947\";}}s:16:\"Carousel Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/cover_flow_carousel.gif\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"215491f68adddfa3692da6f1618b6e2c\";}i:1;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6c9ba67a5b6023593d13e59b6b33d609\";}i:2;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/icon_carousel.jpg\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e7666e57d296f3f0f96d263ca0155dad\";}i:3;a:6:{s:5:\"title\";s:19:\"Image Card Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/image_card_carousel.gif\";s:7:\"preview\";s:40:\"image-card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e00068d044a83315ccb8d184fbb0ea50\";}i:4;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3021369e1c4b97ac90f691b79eea8641\";}i:5;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7162f4ccb66a549d1798d7aee6c564fd\";}i:6;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:39:\"swipe-css-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e91754bc5469edc9e4be372aaa08dc6f\";}i:7;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3dfa4c7b528cb4d2b495d5ea3c6303a4\";}i:8;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c1ae2e3a232d978c9b92cd89993c1d28\";}}s:22:\"Remote Control Widgets\";a:6:{i:0;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.gif\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2c9410de9276450167607c32c589caec\";}i:1;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.jpg\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:11:\"update_hash\";s:32:\"04d41c18e9464ad6c94cb57116e0ee6b\";}i:2;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.jpg\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:11:\"update_hash\";s:32:\"f9a17957fd8138a0b4fdd22c6c0eb200\";}i:3;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.jpg\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:11:\"update_hash\";s:32:\"f4d434aeeb6302358b63e29358b7537e\";}i:4;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.jpg\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:11:\"update_hash\";s:32:\"6e0940928d720dea6c17e4deecd7def8\";}i:5;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.gif\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:11:\"update_hash\";s:32:\"dc3cf6ba98007381f437b60f65f49067\";}}s:13:\"Media Widgets\";a:13:{i:0;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0212810f1bffecde5f4d37d2edcd4c69\";}i:1;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f78f1d109a143ae809e56605c1778ccc\";}i:2;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:11:\"update_hash\";s:32:\"14886060fc0daf4f94a62e5049d17c82\";}i:3;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.jpg\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6780593739d0badc482eb1645ce2f82b\";}i:4;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1ad7c1818e219b25645dcfc9eead3a86\";}i:5;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.jpg\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3b0ee0d628fc6a87dbdcb6f737e56c78\";}i:6;a:6:{s:5:\"title\";s:17:\"Justified Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.jpg\";s:7:\"preview\";s:38:\"justified-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"13ae15191e4d61aa72245d59501108d2\";}i:7;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.jpg\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cfc1b96dcf2562cd695038de564ef614\";}i:8;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.jpg\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c20d3238eb2deba4603125d438492dc9\";}i:9;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.jpg\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"240b2b1a904104132eb329f42bfc7179\";}i:10;a:6:{s:5:\"title\";s:14:\"Thumbs Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.jpg\";s:7:\"preview\";s:38:\"unlimited-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4ea2c81d3bc17b3952ce5dcd2d0785e7\";}i:11;a:6:{s:5:\"title\";s:30:\"Image and Video Content Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:47:\"image-video-content-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e3c5f270fee82f7cce7338adcb538dd9\";}i:12;a:6:{s:5:\"title\";s:23:\"Play List Video Gallery\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:45:\"thumb-list-video-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"041ef790754d4edb2924159aeb06d60e\";}}s:15:\"Content Widgets\";a:8:{i:0;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.jpg\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8b98e46e23f5bc14189d82a49e548cba\";}i:1;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:11:\"update_hash\";s:32:\"37452923b6463fd1e9df99bc2f4c6a63\";}i:2;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bab2c62ca2c6f81597772f5640bc7e2a\";}i:3;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"84d5e3e85906c306d58afbb552e3b87b\";}i:4;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.jpg\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ddf763212fdc79c58470d2917549cb08\";}i:5;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.jpg\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1404ac4b21d33f33de06424e28ed9c4d\";}i:6;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1505553a7a1da0a68ea72fe842308776\";}i:7;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:11:\"update_hash\";s:32:\"51a27c4c51ab24a40e0f4ceb0778ba9e\";}}s:12:\"Testimonials\";a:4:{i:0;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/box_testimonial.jpg\";s:7:\"preview\";s:36:\"box-testimonial-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f2709690911bf63c5173511adfde09ea\";}i:1;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"88ffd07f5a704eee1298096d2066d460\";}i:2;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/logo_card_testimonial.jpg\";s:7:\"preview\";s:42:\"logo-card-testimonial-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dd2e3e5e116325765b3af4cac09f1c7a\";}i:3;a:6:{s:5:\"title\";s:25:\"Testimonial Card Carousel\";s:4:\"name\";s:26:\"clean_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/clean_testemonial_carousel.png\";s:7:\"preview\";s:49:\"3d-testimonial-card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5ccaaaef231495eb5aa4f112fb00d1bb\";}}s:12:\"Team Members\";a:6:{i:0;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_carousel.jpg\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1706018987e0fb96e28a00e32a997e26\";}i:1;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_card.jpg\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1adf8dfa78015cbb0f3fe3fb9789ae7c\";}i:2;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_box_overlay.gif\";s:7:\"preview\";s:44:\"team-member-box-overlay-widget-for-elementor\";s:11:\"update_hash\";s:32:\"616989e2b65003757f38b27258e65240\";}i:3;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/circle_effect_team_member.gif\";s:7:\"preview\";s:37:\"icon-team-member-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1aecd5ff713508c0254d9c87f8f86def\";}i:4;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"200d58d6b69e484622e63b85f9d9e82c\";}i:5;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"sliding-effect-team-member-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d7447f62636df1356bf736343fc8ed80\";}}s:13:\"Content Boxes\";a:9:{i:0;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dc931fe151f1505290d7a3933ae43916\";}i:1;a:6:{s:5:\"title\";s:31:\"Content Box Zoom Caption Reveal\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:52:\"zoom-caption-reveal-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d79dd404b804876f8262aeae469da499\";}i:2;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:43:\"image-card-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"63b098d9aa30d9424c7fef00af214711\";}i:3;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:47:\"subtle-overlay-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"de27011c148e60e79ed174b98292efc5\";}i:4;a:6:{s:5:\"title\";s:29:\"Content Box Hover Text Reveal\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:50:\"hover-text-reveal-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1261d80ccdff0692a5df8fa1cde65b01\";}i:5;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"12342457a90b4446d52791a86dc92f6a\";}i:6;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1db8d95069d73b7a8de143348a31bd4e\";}i:7;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a7cdfbfc786aa63a8270baf5dd26f237\";}i:8;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:40:\"sliding-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"792194283712f4843292138b3731b072\";}}s:17:\"Instagram Widgets\";a:5:{i:0;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"latest-instagram-image-widget-for-elementor\";s:11:\"update_hash\";s:32:\"460b03ca781e8ee1ddb7c149fb6c071c\";}i:1;a:6:{s:5:\"title\";s:14:\"Instagram Grid\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"grid-instagram-widget-for-elementor\";s:11:\"update_hash\";s:32:\"44b50ffd7520107ee6cd61820fa29a52\";}i:2;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-teaser-box-for-elementor\";s:11:\"update_hash\";s:32:\"78b6fb7c42c616b5ec71b291f602c47d\";}i:3;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e24c43741736059edd182f91adefe1eb\";}i:4;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:36:\"metro-instagram-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1d2ef5e7454e82dfa7c3fefb3371b017\";}}s:12:\"Logo Widgets\";a:4:{i:0;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_grid.jpg\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7f3ec677664c4e5aae0549be59ad78db\";}i:1;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"072969c719ee753b023650c5db4c89aa\";}i:2;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5897f37e4be6879b54039ecc934e3939\";}}s:13:\"Hover Effects\";a:8:{i:0;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effect-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"8db31a7d76cc9e70e4c4d68e8c02b1d7\";}i:1;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:18:\"link-hover-effects\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:20:\"Scrolling Screenshot\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/scrolling_screenshot.gif\";s:7:\"preview\";s:41:\"scrolling-screenshot-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:32:\"icon-hover-effects-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"iHover Effect\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:20:\"ihover-for-elementor\";s:11:\"update_hash\";s:32:\"b3c99ec15bfd108f3abfdb2397b48f4b\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8e3bf239437936dc762b2ea572ecd814\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:21:\"caption-hover-effects\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}}s:14:\"Button Widgets\";a:18:{i:0;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.gif\";s:7:\"preview\";s:44:\"video-play-button-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7952a2f2b5ac77fa48af4ee806fa837a\";}i:1;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0ef119dec64f32e22e857d395c442abe\";}i:2;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f6b9653ce3388cb39fed918a96976bbd\";}i:3;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dc50153f1c9439310cb75df218376eb6\";}i:6;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"00f391783c2beaad8fdfab3cdcb63e68\";}i:8;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9d45dafaafa29b8261531c942c2f5907\";}i:12;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9c599e19c83c9ff3a44c1e91d35d9108\";}i:13;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"11d13c2035ca2c6a41692db4eee004a1\";}i:14;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:39:\"parellogram-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9fd78e1aa6fe757e7703a24eea67be48\";}i:15;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:45:\"icon-hover-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3e9edfd586ec5a6e7edb2ab974d976d2\";}i:16;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7357053260058906f212a54ec1a37b6b\";}}s:10:\"Typography\";a:15:{i:0;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:39:\"text-rotator-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"78d8caedac40df9e8d97a30fca3a45d2\";}i:1;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"afc307b06ed7988730f7426b5ebc56f5\";}i:2;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.jpg\";s:7:\"preview\";s:28:\"3d-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"b783c74e99096b7441586c8abaf3e44a\";}i:3;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"86249df03b023fce8a13a06ac6cd2082\";}i:4;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2c37136db8d8d9f768908aebf9345617\";}i:5;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3566a5e3732ff41339b9c6673a301a5a\";}i:6;a:6:{s:5:\"title\";s:18:\"Scroll Reveal Text\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-reveal-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eee14e80c024a66fa1189a80eb42efe4\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:11:\"update_hash\";s:32:\"582bd65601708f05bbf89b1aecf0b64b\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:34:\"gradient-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"405865dec77e1f49b04fde07eac52fba\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:36:\"typewriter-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"d5172604b8a693247f55d82e7eb5fc6f\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:26:\"text-marquee-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e93c48815ac82df04f388e60e9f033ae\";}}s:10:\"Icon Boxes\";a:10:{i:0;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ccfe8ef4a52a955aa9719d7fe7fe6201\";}i:1;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/material_footer_card.jpg\";s:7:\"preview\";s:41:\"material-footer-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e54f1bdf8dace5f22862949dc5884dea\";}i:3;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2e1509a6b7179ab601fe13949034087f\";}i:4;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:43:\"icon-button-number-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"71eb11784636d076024a8f60c378834e\";}i:6;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e8b49dcbbc3c3465bd316fcde049b7fe\";}i:7;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6dcae5986e39ab5c9ce877f1f43b56a3\";}i:8;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_icon_box.jpg\";s:7:\"preview\";s:41:\"solid-color-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7ba5ba3caa90978b837264a12d976c7d\";}i:9;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:49:\"solid-color-overlay-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"280eb3924ad98e9a1c7b6ee558645455\";}}s:12:\"Block Quotes\";a:5:{i:0;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/material_block_quote.png\";s:7:\"preview\";s:41:\"material-block-quote-widget-for-elementor\";s:11:\"update_hash\";s:32:\"179a90bf3d1c2b0d7a18471151fadd35\";}i:2;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9d7e4a202992565ee3e4a1656a94ae50\";}i:3;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7661c6022488028fccd153eb74baea19\";}i:4;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}}s:20:\"Social Network Icons\";a:7:{i:0;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_glare_effect.jpg\";s:7:\"preview\";s:39:\"glare-social-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4413b0da260cc8a3d3254e5f4a2453dc\";}i:1;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/shape_social_icons.png\";s:7:\"preview\";s:46:\"shape-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/square_to_circle_social_icons.jpg\";s:7:\"preview\";s:57:\"square-to-circle-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/rotating_social_icons.gif\";s:7:\"preview\";s:49:\"rotating-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"28dd40a9557a50c33fb2ed1c470ad37c\";}i:5;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_label.jpg\";s:7:\"preview\";s:46:\"label-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:52:\"circle-fill-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:49:\"unlimited-separator-divider-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"d2d3d285fdc45389dfd7e5e7fab050a9\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"1fcedc57785764ca89de587f80f75a9d\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"33e37b70662d421669966b2b0d65483d\";}i:3;a:6:{s:5:\"title\";s:18:\"Triangle Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:21:\"Three Icons Separator\";s:4:\"name\";s:26:\"blox_three_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_three_icons_separator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:11:\"update_hash\";s:32:\"343f1f10038dc4d90036e6502274cbdb\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ecf4c8d1a128020a269eaa65fa615bd6\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5de5559c0ef2af1a3e5d5245b714a3c5\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"62fd94f3118b5fa5bbc81e4dd8e746fd\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c2ea85d6142a2f3c4ea78003d13d2b6d\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fbc9ac210966513c37ef7c2bb861cbb3\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:4:\"Main\";a:22:{i:0;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/background_slider.gif\";s:7:\"preview\";s:29:\"elementor-section-backgrounds\";s:11:\"update_hash\";s:32:\"d01b86b6eff7565af106c178edc7804a\";}i:1;a:6:{s:5:\"title\";s:8:\"Confetti\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_confetti_bg.png\";s:7:\"preview\";s:29:\"elementor-confetti-background\";s:11:\"update_hash\";s:32:\"53bdcf260199f577f8dcd94a498ec240\";}i:2;a:6:{s:5:\"title\";s:11:\"Snow Flakes\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_css_snow_bg.jpg\";s:7:\"preview\";s:32:\"elementor-snow-flakes-background\";s:11:\"update_hash\";s:32:\"68d9a87f311478fdf59abc1adfb6dfdf\";}i:3;a:6:{s:5:\"title\";s:16:\"Animated Squares\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/css_animated_squares_background.jpg\";s:7:\"preview\";s:37:\"elementor-animated-squares-background\";s:11:\"update_hash\";s:32:\"f37dda6e105556e37153a5528a746901\";}i:4;a:6:{s:5:\"title\";s:11:\"Huge Shapes\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/huge_shap_background_animation.png\";s:7:\"preview\";s:32:\"elementor-huge-shapes-background\";s:11:\"update_hash\";s:32:\"9845d185fee78a669c874f33d40f2458\";}i:5;a:6:{s:5:\"title\";s:14:\"Blob Animation\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blob_animation.png\";s:7:\"preview\";s:35:\"elementor-blob-animation-background\";s:11:\"update_hash\";s:32:\"d94074edbed06132a4973fa13df4bdb2\";}i:6;a:6:{s:5:\"title\";s:9:\"Particles\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/particles_background.jpg\";s:7:\"preview\";s:30:\"elementor-particles-background\";s:11:\"update_hash\";s:32:\"b0484b9cb6444831be0239cd829d340b\";}i:7;a:6:{s:5:\"title\";s:17:\"Sliding Diagonals\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:121:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:38:\"elementor-sliding-diagonals-background\";s:11:\"update_hash\";s:32:\"96447155c3efb1df3d423fd513dca431\";}i:8;a:6:{s:5:\"title\";s:10:\"Snow Balls\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/snow_particles_bg.png\";s:7:\"preview\";s:31:\"elementor-snow-balls-background\";s:11:\"update_hash\";s:32:\"5494e264041838b64235896abd64e797\";}i:9;a:6:{s:5:\"title\";s:12:\"Bubble Float\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bubble_float.jpg\";s:7:\"preview\";s:37:\"bubble-float-background-for-elementor\";s:11:\"update_hash\";s:32:\"756ce2f56559591f2c4cecb3d662cf2b\";}i:10;a:6:{s:5:\"title\";s:14:\"Moving Stripes\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/moving_stripes.gif\";s:7:\"preview\";s:35:\"moving-stripes-elementor-background\";s:11:\"update_hash\";s:32:\"dc947296468c3181eb83a18742e61851\";}i:11;a:6:{s:5:\"title\";s:16:\"Animated Ripples\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_ripples.jpg\";s:7:\"preview\";s:37:\"animated-ripples-elementor-background\";s:11:\"update_hash\";s:32:\"ae0ff94f3e63c6af99bf7f4791c06ecc\";}i:12;a:6:{s:5:\"title\";s:18:\"Gradient Animation\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/gradient_animation.jpg\";s:7:\"preview\";s:43:\"gradient-animation-background-for-elementor\";s:11:\"update_hash\";s:32:\"195ddd6475b209f3bbb87cc5a8044820\";}i:13;a:6:{s:5:\"title\";s:12:\"Retro Blocks\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_retro_blocks.jpg\";s:7:\"preview\";s:37:\"retro-blocks-background-for-elementor\";s:11:\"update_hash\";s:32:\"27f94f1f0c01680fd61a056d00e5a6e4\";}i:14;a:6:{s:5:\"title\";s:14:\"Wave Animation\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/wave_animation.jpg\";s:7:\"preview\";s:40:\"waves-animation-background-for-elementor\";s:11:\"update_hash\";s:32:\"3d8c19e24a684e18e8e7b156424c369c\";}i:15;a:6:{s:5:\"title\";s:14:\"Star Particles\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/star_particles.jpg\";s:7:\"preview\";s:39:\"star-particles-background-for-elementor\";s:11:\"update_hash\";s:32:\"585a139e45b35c0d812341a128756572\";}i:16;a:6:{s:5:\"title\";s:18:\"Alternating Colors\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:11:\"update_hash\";s:32:\"8c117efd7a6108e9b98a34a6b93ae96b\";}i:17;a:6:{s:5:\"title\";s:5:\"Bokeh\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bokeh.jpg\";s:7:\"preview\";s:30:\"bokeh-background-for-elementor\";s:11:\"update_hash\";s:32:\"03ee23bef07315bc2838baa49b78b09c\";}i:18;a:6:{s:5:\"title\";s:15:\"Shooting Lights\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:11:\"update_hash\";s:32:\"857e093dbb6b2ada01a7e13efaaa3ebf\";}i:19;a:6:{s:5:\"title\";s:6:\"Clouds\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/clouds.jpg\";s:7:\"preview\";s:31:\"clouds-background-for-elementor\";s:11:\"update_hash\";s:32:\"229ae82b1b34b90c64a7039ac26e3bba\";}i:20;a:6:{s:5:\"title\";s:15:\"Diamond Pattern\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/diamond_pattern.jpg\";s:7:\"preview\";s:40:\"diamond-pattern-background-for-elementor\";s:11:\"update_hash\";s:32:\"1a9b6628996c4ed162e37786b04ab876\";}i:21;a:6:{s:5:\"title\";s:29:\"Morph Image Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:0:\"\";s:7:\"preview\";s:29:\"elementor-section-backgrounds\";s:11:\"update_hash\";s:32:\"c726e6050e0957041c63547291a45da4\";}}}s:18:\"elementor_template\";a:3:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:14:\"Kids - About 2\";s:5:\"image\";s:160:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kids_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas  - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:14:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:3:\"cat\";s:18:\"elementor_template\";}}}','yes'),(28140,'untecreator_state','a:3:{s:22:\"manager_filter_catalog\";s:5:\"mixed\";s:20:\"fitler_active_addons\";s:3:\"all\";s:15:\"last_addons_cat\";s:22:\"ucweb_creative_widgets\";}','yes'),(28167,'theme_mods_oceanwp','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:23;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1648645344;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:7:\"sidebar\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}s:11:\"footer-four\";a:0:{}}}}','no'),(29968,'tve_notifications_post_id','396','yes'),(28773,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(28774,'elementskit_options','a:1:{s:17:\"megamenu_settings\";a:1:{s:15:\"menu_location_2\";a:1:{s:10:\"is_enabled\";i:0;}}}','yes'),(28344,'eael_global_settings','a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}','yes'),(28198,'astra_sites_settings','a:1:{s:12:\"page_builder\";s:9:\"elementor\";}','no'),(55123,'eael_admin_menu_notice','2','no'),(28302,'elementor_pro_theme_builder_conditions','a:0:{}','yes'),(30737,'googlesitekit_credentials','gHouL/4+H+iuuTFQu0TJIXErSnVCQnkzN2pVVVpLQ0RkSjBqWUg5YzZENEx6Vkw3UnR6eXR1czFzQktVMjZWNVM4ZVJWajE0V1dJY0tXeHlOVjF6eXRjRnVCaVhWOTdtdlg2SWpQczRJMFRtQi9CYTRld3prbDBWL09ZZHZCUUxzbEVCcm51aWlHeVpFbXdrTG4wSTVxQ3dhajV5eG9ZRWNPWm53VHVzMk01OGZOUEF5MktzZEtQc1hMZXRmR0dDQUdTWGs0VVRjWXo4S1d5VE15cjUrdHBPMExpMzVBdklqYmVwbTNBZnNlM0FXcmZOQmhKQUNPZ09LaHMwZlMxUjM5N3l4ZW5BNnl6OElTNXpQelh4WlJKUEhveitvNWY4aXdTWDdQQmxuNjNuZUN0R2xSZ2p1dklPNVZuLzN5OHNoQXRpWWdXT3pBPT0=','yes'),(30726,'googlesitekit_active_modules','a:3:{i:0;s:18:\"pagespeed-insights\";i:1;s:9:\"analytics\";i:2;s:11:\"analytics-4\";}','yes'),(30738,'googlesitekitpersistent_remote_features','a:10:{s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}}','yes'),(30748,'googlesitekit_connected_proxy_url','https://sunfloris.com/wordpress/','yes'),(30749,'googlesitekit_search-console_settings','a:2:{s:10:\"propertyID\";s:32:\"https://sunfloris.com/wordpress/\";s:7:\"ownerID\";i:1;}','yes'),(30750,'googlesitekit_owner_id','1','yes'),(30761,'googlesitekit_analytics-4_settings','a:16:{s:7:\"ownerID\";i:1;s:10:\"propertyID\";s:9:\"309615077\";s:15:\"webDataStreamID\";s:10:\"3385351655\";s:13:\"measurementID\";s:12:\"G-2LQ5HSZ061\";s:10:\"useSnippet\";b:1;s:9:\"accountID\";s:9:\"141600397\";s:15:\"adsConversionID\";s:0:\"\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:11:\"googleTagID\";s:0:\"\";s:18:\"googleTagAccountID\";s:0:\"\";s:20:\"googleTagContainerID\";s:0:\"\";s:23:\"googleTagLastSyncedAtMs\";i:0;s:25:\"availableCustomDimensions\";N;s:18:\"propertyCreateTime\";i:0;s:13:\"adSenseLinked\";b:0;s:25:\"adSenseLinkedLastSyncedAt\";i:0;}','yes'),(30763,'googlesitekit_analytics_settings','a:11:{s:7:\"ownerID\";i:1;s:9:\"accountID\";s:9:\"141600397\";s:13:\"adsenseLinked\";b:0;s:15:\"adsConversionID\";s:0:\"\";s:11:\"anonymizeIP\";b:1;s:21:\"internalWebPropertyID\";s:9:\"309582393\";s:9:\"profileID\";s:9:\"263988410\";s:10:\"propertyID\";s:14:\"UA-141600397-3\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:13:\"canUseSnippet\";b:1;}','yes'),(28334,'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'),(55095,'chaty_show_upgrade_box_after','2022-08-10','yes'),(28305,'site_logo','256','yes'),(30026,'thrive_tcb_download_lp','a:2:{s:21:\"tcb2-blank-page-boxed\";a:31:{s:10:\"_cat_order\";i:78;s:6:\"_order\";i:10;s:3:\"uid\";s:32:\"3726fcaf205f284c03b776ed9819e995\";s:3:\"key\";s:21:\"tcb2-blank-page-boxed\";s:7:\"private\";b:0;s:4:\"name\";s:20:\"Blank Page – Boxed\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:1:{i:0;s:5:\"Blank\";}s:4:\"home\";s:0:\"\";s:4:\"silo\";s:1:\"0\";s:8:\"skin_tag\";s:0:\"\";s:3:\"set\";s:5:\"Blank\";s:13:\"page_palettes\";a:0:{}s:9:\"page_vars\";a:0:{}s:11:\"page_styles\";a:0:{}s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:4:{s:28:\"tve_disable_theme_dependency\";s:1:\"1\";s:19:\"tve_user_custom_css\";s:0:\"\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";}s:15:\"tve_has_masonry\";s:1:\"0\";}s:6:\"images\";a:0:{}s:10:\"thumb_name\";s:25:\"tcb2-blank-page-boxed.jpg\";s:7:\"content\";s:0:\"\";s:3:\"css\";s:0:\"\";s:10:\"lightboxes\";a:0:{}s:11:\"last_export\";s:19:\"2020-08-06 13:19:37\";s:10:\"deprecated\";b:0;s:3:\"_id\";s:24:\"5e96b02a73d8e822163ca29b\";s:10:\"created_at\";s:19:\"2020-04-15 06:56:42\";s:10:\"updated_at\";s:19:\"2020-08-06 13:19:37\";s:6:\"action\";s:16:\"update_thumbnail\";s:15:\"thumb_full_size\";a:3:{s:3:\"url\";s:30:\"tcb2-blank-page-boxed-full.jpg\";s:1:\"w\";s:3:\"500\";s:1:\"h\";s:3:\"915\";}s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:114:\"https://sunfloris.com/wordpress/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-blank-page-boxed.png\";}s:37:\"tcb2-prolayers-short-video-sales-page\";a:30:{s:10:\"_cat_order\";i:22;s:6:\"_order\";i:70;s:3:\"uid\";s:32:\"ce127100fff477159284e0d2a244f165\";s:3:\"key\";s:37:\"tcb2-prolayers-short-video-sales-page\";s:7:\"private\";b:0;s:4:\"name\";s:32:\"ProLayers Short Video Sales Page\";s:7:\"version\";s:4:\"1.00\";s:4:\"tags\";a:2:{i:0;s:10:\"Sales page\";i:1;s:5:\"Video\";}s:4:\"home\";s:0:\"\";s:4:\"silo\";s:1:\"0\";s:8:\"skin_tag\";s:0:\"\";s:3:\"set\";s:9:\"ProLayers\";s:13:\"page_palettes\";a:0:{}s:9:\"page_vars\";a:0:{}s:11:\"page_styles\";a:0:{}s:12:\"has_lightbox\";s:1:\"0\";s:4:\"meta\";a:4:{s:28:\"tve_disable_theme_dependency\";s:1:\"1\";s:19:\"tve_user_custom_css\";s:0:\"\";s:11:\"tve_globals\";a:1:{s:8:\"body_css\";s:17:\"tve-u-1616f2cf7aa\";}s:15:\"tve_has_masonry\";s:1:\"0\";}s:6:\"images\";a:5:{i:0;s:13:\"hexa-logo.png\";i:1;s:8:\"dots.png\";i:2;s:25:\"pexels-photo-785667-1.png\";i:3;s:18:\"test_image_man.png\";i:4;s:7:\"man.png\";}s:10:\"thumb_name\";s:41:\"tcb2-prolayers-short-video-sales-page.jpg\";s:7:\"content\";s:0:\"\";s:3:\"css\";s:0:\"\";s:10:\"lightboxes\";a:0:{}s:11:\"last_export\";s:19:\"2020-07-27 15:08:48\";s:10:\"deprecated\";b:0;s:3:\"_id\";s:24:\"5f1eee006b5693204b60caad\";s:15:\"thumb_full_size\";a:3:{s:3:\"url\";s:46:\"tcb2-prolayers-short-video-sales-page-full.jpg\";s:1:\"w\";s:3:\"500\";s:1:\"h\";s:3:\"510\";}s:10:\"created_at\";s:19:\"2020-07-27 15:08:48\";s:10:\"updated_at\";s:19:\"2020-07-27 15:08:48\";s:10:\"LP_VERSION\";s:1:\"2\";s:5:\"thumb\";s:130:\"https://sunfloris.com/wordpress/wp-content/uploads/tcb_lp_templates/templates/thumbnails/tcb2-prolayers-short-video-sales-page.png\";}}','no'),(29940,'_tve_enable_lightspeed','1','yes'),(29948,'tve_tcb_db_version','1.2','yes'),(29949,'tve_dash_default_cap_set','1','yes'),(29950,'external_updates-thrive-visual-editor','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1740395514;s:14:\"checkedVersion\";s:3:\"3.7\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:20:\"thrive-visual-editor\";s:7:\"version\";s:4:\"10.5\";s:8:\"homepage\";s:0:\"\";s:12:\"download_url\";s:107:\"https://9fba8fa71256a6495f82-41873bbf94a0f18ee40f3b2aa324e2ee.ssl.cf5.rackcdn.com/thrive-architect-10.5.zip\";s:14:\"upgrade_notice\";s:0:\"\";s:6:\"tested\";s:5:\"6.7.1\";s:8:\"requires\";s:0:\"\";s:5:\"icons\";a:1:{s:2:\"1x\";s:115:\"https://sunfloris.com/wordpress/wp-content/plugins/thrive-visual-editor/editor/css/images/thrive-architect-logo.png\";}}}','off'),(29952,'tcb_def_caps_set','1','yes'),(29964,'elementor_pro_tracker_notice','1','yes'),(29965,'elementor_allow_tracking','no','yes'),(29966,'elementor_tracker_notice','1','yes'),(29976,'tcb_logo_data','a:2:{i:0;a:5:{s:2:\"id\";i:0;s:13:\"attachment_id\";s:0:\"\";s:6:\"active\";i:1;s:7:\"default\";i:1;s:4:\"name\";s:4:\"Dark\";}i:1;a:5:{s:2:\"id\";i:1;s:13:\"attachment_id\";s:0:\"\";s:6:\"active\";i:1;s:7:\"default\";i:1;s:4:\"name\";s:5:\"Light\";}}','yes'),(28471,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(28450,'wpforms_builder_opened_date','1648649372','no'),(78672,'eael_reduce_op_table_data','1','yes'),(28274,'astra_sites_recent_import_log_file','/home/n087a85/public_html/wordpress/wp-content/uploads/astra-sites/import-30-Mar-2022-01-03-58-2caf899030cb5d72ae80cc08ae05b02f.log','no'),(28222,'bsf_analytics_optin','yes','no'),(28226,'astra_sites_wpforms_ids_mapping','a:1:{i:106;i:21;}','no');
INSERT INTO `wpjn_options` VALUES (28227,'_astra_sites_old_customizer_data','a:2:{s:14:\"astra-settings\";a:1926:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;s:16:\"blog-single-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:19:\"blog-post-structure\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:10:\"blog-width\";s:7:\"default\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:10:\"text-color\";s:25:\"var(--ast-global-color-3)\";s:10:\"link-color\";s:25:\"var(--ast-global-color-2)\";s:11:\"theme-color\";s:25:\"var(--ast-global-color-0)\";s:12:\"link-h-color\";s:25:\"var(--ast-global-color-1)\";s:18:\"heading-base-color\";s:25:\"var(--ast-global-color-2)\";s:13:\"footer-bg-obj\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";s:17:\"footer-adv-bg-obj\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:25:\"var(--ast-global-color-3)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-3)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-0)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-1)\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"28\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"button-radius\";i:3;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:0:\"\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-color-site-title\";s:0:\"\";s:25:\"header-color-h-site-title\";s:0:\"\";s:25:\"header-color-site-tagline\";s:0:\"\";s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:31:\"display-site-tagline-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:17:\"logo-title-inline\";i:1;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:1;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";}}s:19:\"site-content-layout\";s:15:\"boxed-container\";s:26:\"single-page-content-layout\";s:7:\"default\";s:26:\"single-post-content-layout\";s:7:\"default\";s:27:\"archive-post-content-layout\";s:7:\"default\";s:16:\"body-font-family\";s:23:\"\'Work Sans\', sans-serif\";s:17:\"body-font-variant\";s:3:\"600\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";i:15;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";d:1.6;s:18:\"para-margin-bottom\";s:0:\"\";s:23:\"underline-content-links\";b:0;s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:25:\"\'DM Serif Display\', serif\";s:20:\"headings-font-weight\";s:3:\"400\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";d:1.2;s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:2:\"25\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"font-size-entry-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"font-size-archive-summary-title\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"64\";s:6:\"tablet\";s:2:\"34\";s:6:\"mobile\";s:2:\"30\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:2:\"30\";s:6:\"mobile\";s:2:\"26\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"36\";s:6:\"tablet\";s:2:\"26\";s:6:\"mobile\";s:2:\"22\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"28\";s:6:\"tablet\";s:2:\"20\";s:6:\"mobile\";s:2:\"18\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"22\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:4:\"fill\";s:23:\"hide-custom-menu-mobile\";i:1;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:25:\"load-google-fonts-locally\";b:0;s:19:\"preload-local-fonts\";b:0;s:20:\"enable-related-posts\";b:0;s:19:\"related-posts-title\";s:13:\"Related Posts\";s:29:\"releted-posts-title-alignment\";s:4:\"left\";s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:29:\"related-posts-grid-responsive\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:36:\"related-posts-content-text-transform\";s:0:\"\";s:33:\"related-posts-content-line-height\";s:0:\"\";s:31:\"related-posts-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"transparent-header-logo\";s:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";s:0:\"\";s:33:\"transparent-header-main-sep-color\";s:0:\"\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:25:\"breadcrumb-text-transform\";s:0:\"\";s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"breadcrumb-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:17:\"text-transform-h1\";s:0:\"\";s:14:\"line-height-h1\";s:0:\"\";s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:0:\"\";s:14:\"line-height-h2\";s:0:\"\";s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:17:\"text-transform-h3\";s:0:\"\";s:14:\"line-height-h3\";s:0:\"\";s:14:\"font-family-h4\";s:7:\"inherit\";s:14:\"font-weight-h4\";s:7:\"inherit\";s:17:\"text-transform-h4\";s:0:\"\";s:14:\"line-height-h4\";s:0:\"\";s:14:\"font-family-h5\";s:7:\"inherit\";s:14:\"font-weight-h5\";s:7:\"inherit\";s:17:\"text-transform-h5\";s:0:\"\";s:14:\"line-height-h5\";s:0:\"\";s:14:\"font-family-h6\";s:7:\"inherit\";s:14:\"font-weight-h6\";s:7:\"inherit\";s:17:\"text-transform-h6\";s:0:\"\";s:14:\"line-height-h6\";s:0:\"\";s:18:\"font-weight-button\";s:3:\"600\";s:18:\"font-family-button\";s:7:\"inherit\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"text-transform-button\";s:9:\"uppercase\";s:21:\"theme-btn-line-height\";i:1;s:24:\"theme-btn-letter-spacing\";i:1;s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:1:{i:0;s:6:\"menu-1\";}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:2:{i:0;s:11:\"mobile-menu\";i:1;s:8:\"button-1\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:27:\"hb-header-main-layout-width\";s:4:\"full\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:110;s:6:\"tablet\";i:90;s:6:\"mobile\";i:80;}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:0;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:17:\"hb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:18:\"hbb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"100\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button1-text\";s:17:\"Book Consultation\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:29:\"header-button1-text-transform\";s:0:\"\";s:26:\"header-button1-line-height\";s:0:\"\";s:24:\"header-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"22\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"22\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button1-border-radius\";s:0:\"\";s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-1\";s:0:\"\";s:32:\"text-transform-section-hb-html-1\";s:0:\"\";s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-1\";s:373:\"<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24162.594709213252!2d-73.96352877334618!3d40.79886601364924!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2f6246837073b%3A0xc9dcfc4023c86664!2sHI%20New%20York%20City%20Hostel!5e0!3m2!1sen!2sin!4v1621248281026!5m2!1sen!2sin\" width=\"100%\" height=\"400\" allowfullscreen=\"\"></iframe>\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";s:1:\"0\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-1\";s:0:\"\";s:29:\"line-height-section-fb-html-1\";s:0:\"\";s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-1-radius\";s:0:\"\";s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";s:0:\"\";s:23:\"footer-social-1-h-color\";s:0:\"\";s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:30:\"header-widget-1-text-transform\";s:0:\"\";s:27:\"header-widget-1-line-height\";s:0:\"\";s:25:\"header-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-1-content-text-transform\";s:0:\"\";s:35:\"header-widget-1-content-line-height\";s:0:\"\";s:33:\"header-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";a:6:{s:7:\"desktop\";s:2:\"45\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-1-content-text-transform\";s:0:\"\";s:35:\"footer-widget-1-content-line-height\";s:0:\"\";s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"15\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu1-submenu-border-radius\";s:0:\"\";s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu1-font-weight\";s:3:\"600\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:27:\"header-menu1-text-transform\";s:9:\"uppercase\";s:24:\"header-menu1-line-height\";s:0:\"\";s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:29:\"header-button2-text-transform\";s:0:\"\";s:26:\"header-button2-line-height\";s:0:\"\";s:24:\"header-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button2-border-radius\";s:0:\"\";s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-2\";s:0:\"\";s:32:\"text-transform-section-hb-html-2\";s:0:\"\";s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-2\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-2\";s:0:\"\";s:29:\"line-height-section-fb-html-2\";s:0:\"\";s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-2-radius\";s:0:\"\";s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:30:\"header-widget-2-text-transform\";s:0:\"\";s:27:\"header-widget-2-line-height\";s:0:\"\";s:25:\"header-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-2-content-text-transform\";s:0:\"\";s:35:\"header-widget-2-content-line-height\";s:0:\"\";s:33:\"header-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";a:6:{s:7:\"desktop\";s:2:\"42\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"25\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-2-content-text-transform\";s:0:\"\";s:35:\"footer-widget-2-content-line-height\";s:0:\"\";s:33:\"footer-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-10\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"-20\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu2-submenu-border-radius\";s:0:\"\";s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:27:\"header-menu2-text-transform\";s:0:\"\";s:24:\"header-menu2-line-height\";s:0:\"\";s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:29:\"header-button3-text-transform\";s:0:\"\";s:26:\"header-button3-line-height\";s:0:\"\";s:24:\"header-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button3-border-radius\";s:0:\"\";s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-3\";s:0:\"\";s:32:\"text-transform-section-hb-html-3\";s:0:\"\";s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-3\";s:0:\"\";s:29:\"line-height-section-fb-html-3\";s:0:\"\";s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-3-radius\";s:0:\"\";s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:30:\"header-widget-3-text-transform\";s:0:\"\";s:27:\"header-widget-3-line-height\";s:0:\"\";s:25:\"header-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-3-content-text-transform\";s:0:\"\";s:35:\"header-widget-3-content-line-height\";s:0:\"\";s:33:\"header-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-3-content-text-transform\";s:0:\"\";s:35:\"footer-widget-3-content-line-height\";s:0:\"\";s:33:\"footer-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu3-submenu-border-radius\";s:0:\"\";s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:27:\"header-menu3-text-transform\";s:0:\"\";s:24:\"header-menu3-line-height\";s:0:\"\";s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:29:\"header-button4-text-transform\";s:0:\"\";s:26:\"header-button4-line-height\";s:0:\"\";s:24:\"header-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button4-border-radius\";s:0:\"\";s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-4\";s:0:\"\";s:32:\"text-transform-section-hb-html-4\";s:0:\"\";s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-4\";s:0:\"\";s:29:\"line-height-section-fb-html-4\";s:0:\"\";s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-4-radius\";s:0:\"\";s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:30:\"header-widget-4-text-transform\";s:0:\"\";s:27:\"header-widget-4-line-height\";s:0:\"\";s:25:\"header-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-4-content-text-transform\";s:0:\"\";s:35:\"header-widget-4-content-line-height\";s:0:\"\";s:33:\"header-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-4-content-text-transform\";s:0:\"\";s:35:\"footer-widget-4-content-line-height\";s:0:\"\";s:33:\"footer-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu4-submenu-border-radius\";s:0:\"\";s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:27:\"header-menu4-text-transform\";s:0:\"\";s:24:\"header-menu4-line-height\";s:0:\"\";s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:29:\"header-button5-text-transform\";s:0:\"\";s:26:\"header-button5-line-height\";s:0:\"\";s:24:\"header-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button5-border-radius\";s:0:\"\";s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-5\";s:0:\"\";s:32:\"text-transform-section-hb-html-5\";s:0:\"\";s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-5\";s:0:\"\";s:29:\"line-height-section-fb-html-5\";s:0:\"\";s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-5-radius\";s:0:\"\";s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:30:\"header-widget-5-text-transform\";s:0:\"\";s:27:\"header-widget-5-line-height\";s:0:\"\";s:25:\"header-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-5-content-text-transform\";s:0:\"\";s:35:\"header-widget-5-content-line-height\";s:0:\"\";s:33:\"header-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-5-content-text-transform\";s:0:\"\";s:35:\"footer-widget-5-content-line-height\";s:0:\"\";s:33:\"footer-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu5-submenu-border-radius\";s:0:\"\";s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:27:\"header-menu5-text-transform\";s:0:\"\";s:24:\"header-menu5-line-height\";s:0:\"\";s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:29:\"header-button6-text-transform\";s:0:\"\";s:26:\"header-button6-line-height\";s:0:\"\";s:24:\"header-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button6-border-radius\";s:0:\"\";s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-6\";s:0:\"\";s:32:\"text-transform-section-hb-html-6\";s:0:\"\";s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-6\";s:0:\"\";s:29:\"line-height-section-fb-html-6\";s:0:\"\";s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-6-radius\";s:0:\"\";s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:30:\"header-widget-6-text-transform\";s:0:\"\";s:27:\"header-widget-6-line-height\";s:0:\"\";s:25:\"header-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-6-content-text-transform\";s:0:\"\";s:35:\"header-widget-6-content-line-height\";s:0:\"\";s:33:\"header-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-6-content-text-transform\";s:0:\"\";s:35:\"footer-widget-6-content-line-height\";s:0:\"\";s:33:\"footer-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu6-submenu-border-radius\";s:0:\"\";s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:27:\"header-menu6-text-transform\";s:0:\"\";s:24:\"header-menu6-line-height\";s:0:\"\";s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:29:\"header-button7-text-transform\";s:0:\"\";s:26:\"header-button7-line-height\";s:0:\"\";s:24:\"header-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button7-border-radius\";s:0:\"\";s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-7\";s:0:\"\";s:32:\"text-transform-section-hb-html-7\";s:0:\"\";s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-7\";s:0:\"\";s:29:\"line-height-section-fb-html-7\";s:0:\"\";s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-7-radius\";s:0:\"\";s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:30:\"header-widget-7-text-transform\";s:0:\"\";s:27:\"header-widget-7-line-height\";s:0:\"\";s:25:\"header-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-7-content-text-transform\";s:0:\"\";s:35:\"header-widget-7-content-line-height\";s:0:\"\";s:33:\"header-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-7-content-text-transform\";s:0:\"\";s:35:\"footer-widget-7-content-line-height\";s:0:\"\";s:33:\"footer-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu7-submenu-border-radius\";s:0:\"\";s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:27:\"header-menu7-text-transform\";s:0:\"\";s:24:\"header-menu7-line-height\";s:0:\"\";s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:29:\"header-button8-text-transform\";s:0:\"\";s:26:\"header-button8-line-height\";s:0:\"\";s:24:\"header-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button8-border-radius\";s:0:\"\";s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-8\";s:0:\"\";s:32:\"text-transform-section-hb-html-8\";s:0:\"\";s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-8\";s:0:\"\";s:29:\"line-height-section-fb-html-8\";s:0:\"\";s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-8-radius\";s:0:\"\";s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:30:\"header-widget-8-text-transform\";s:0:\"\";s:27:\"header-widget-8-line-height\";s:0:\"\";s:25:\"header-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-8-content-text-transform\";s:0:\"\";s:35:\"header-widget-8-content-line-height\";s:0:\"\";s:33:\"header-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-8-content-text-transform\";s:0:\"\";s:35:\"footer-widget-8-content-line-height\";s:0:\"\";s:33:\"footer-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu8-submenu-border-radius\";s:0:\"\";s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:27:\"header-menu8-text-transform\";s:0:\"\";s:24:\"header-menu8-line-height\";s:0:\"\";s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:29:\"header-button9-text-transform\";s:0:\"\";s:26:\"header-button9-line-height\";s:0:\"\";s:24:\"header-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button9-border-radius\";s:0:\"\";s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-9\";s:0:\"\";s:32:\"text-transform-section-hb-html-9\";s:0:\"\";s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-9\";s:0:\"\";s:29:\"line-height-section-fb-html-9\";s:0:\"\";s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-9-radius\";s:0:\"\";s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:30:\"header-widget-9-text-transform\";s:0:\"\";s:27:\"header-widget-9-line-height\";s:0:\"\";s:25:\"header-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-9-content-text-transform\";s:0:\"\";s:35:\"header-widget-9-content-line-height\";s:0:\"\";s:33:\"header-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-9-content-text-transform\";s:0:\"\";s:35:\"footer-widget-9-content-line-height\";s:0:\"\";s:33:\"footer-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu9-submenu-border-radius\";s:0:\"\";s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:27:\"header-menu9-text-transform\";s:0:\"\";s:24:\"header-menu9-line-height\";s:0:\"\";s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:30:\"header-button10-text-transform\";s:0:\"\";s:27:\"header-button10-line-height\";s:0:\"\";s:25:\"header-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-button10-border-radius\";s:0:\"\";s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"line-height-section-hb-html-10\";s:0:\"\";s:33:\"text-transform-section-hb-html-10\";s:0:\"\";s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:33:\"text-transform-section-fb-html-10\";s:0:\"\";s:30:\"line-height-section-fb-html-10\";s:0:\"\";s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-social-10-radius\";s:0:\"\";s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-hb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-fb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:31:\"header-widget-10-text-transform\";s:0:\"\";s:28:\"header-widget-10-line-height\";s:0:\"\";s:26:\"header-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"header-widget-10-content-text-transform\";s:0:\"\";s:36:\"header-widget-10-content-line-height\";s:0:\"\";s:34:\"header-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"footer-widget-10-content-text-transform\";s:0:\"\";s:36:\"footer-widget-10-content-line-height\";s:0:\"\";s:34:\"footer-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:35:\"header-menu10-submenu-border-radius\";s:0:\"\";s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:28:\"header-menu10-text-transform\";s:0:\"\";s:25:\"header-menu10-line-height\";s:0:\"\";s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:6:\"html-1\";}s:7:\"below_2\";a:3:{i:0;s:8:\"widget-1\";i:1;s:4:\"menu\";i:2;s:9:\"copyright\";}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:7:\"2-equal\";}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:7:\"2-equal\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:0;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:60;s:17:\"hba-footer-column\";s:1:\"2\";s:17:\"hba-footer-layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:28:\"hba-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:18:\"rgba(45,45,57,0.7)\";s:16:\"background-image\";s:94:\"https://websitedemos.net/professional-services/wp-content/uploads/sites/859/2021/05/cta-bg.jpg\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:5:\"fixed\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";i:30;}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:36:\"section-header-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"2\";s:17:\"hbb-footer-layout\";a:4:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:6:\"center\";s:29:\"hbb-footer-vertical-alignment\";s:6:\"center\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:16:\"hb-footer-column\";s:1:\"2\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:49:\"Copyright [copyright] [current_year] [site_title]\";s:22:\"footer-copyright-color\";s:7:\"#3a3a3a\";s:36:\"line-height-section-footer-copyright\";s:0:\"\";s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:39:\"text-transform-section-footer-copyright\";s:0:\"\";s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:10:\"flex-start\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:0:\"\";s:38:\"transparent-header-button-text-h-color\";s:0:\"\";s:34:\"transparent-header-button-bg-color\";s:0:\"\";s:36:\"transparent-header-button-bg-h-color\";s:0:\"\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:10:\"off-canvas\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:10:\"horizontal\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:26:\"footer-menu-text-transform\";s:0:\"\";s:23:\"footer-menu-line-height\";s:0:\"\";s:24:\"footer-main-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-trigger-icon\";s:4:\"menu\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:20:\"global-color-palette\";a:3:{s:6:\"labels\";a:9:{i:0;s:11:\"Theme Color\";i:1;s:16:\"Link Hover Color\";i:2;s:13:\"Heading Color\";i:3;s:10:\"Text Color\";i:4;s:16:\"Background Color\";i:5;s:13:\"Extra Color 1\";i:6;s:13:\"Extra Color 2\";i:7;s:13:\"Extra Color 3\";i:8;s:13:\"Extra Color 4\";}s:7:\"palette\";a:9:{i:0;s:7:\"#ffca63\";i:1;s:7:\"#ffd583\";i:2;s:7:\"#1d1922\";i:3;s:7:\"#2d2d38\";i:4;s:7:\"#f8f8f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#2d2d38\";i:7;s:7:\"#FBFCFF\";i:8;s:7:\"#BFD1FF\";}s:4:\"flag\";b:1;}s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:19:\"rgba(45,45,57,0.66)\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:7:\"#2d2d38\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:7:\"#2d2d38\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:1;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:2:\"15\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-mobile-menu-font-weight\";s:3:\"600\";s:30:\"header-mobile-menu-font-family\";s:7:\"inherit\";s:33:\"header-mobile-menu-text-transform\";s:9:\"uppercase\";s:30:\"header-mobile-menu-line-height\";s:0:\"\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-total-display\";b:1;s:29:\"woo-header-cart-title-display\";b:1;s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";s:0:\"\";s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:62:\"https://websitedemos.net/professional-services-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:18:\"theme-auto-version\";s:5:\"3.7.5\";s:33:\"_astra_pb_compatibility_completed\";b:1;s:25:\"header-mobile-popup-items\";b:1;s:30:\"mobile-header-toggle-btn-color\";s:7:\"#2d2d39\";s:18:\"off-canvas-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"section-above-footer-builder-hide-desktop\";b:1;s:16:\"hb-inner-spacing\";a:2:{s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:20:\"display-site-tagline\";b:0;s:35:\"can-support-widget-and-editor-fonts\";b:0;s:29:\"can-remove-logo-max-width-css\";b:0;s:33:\"transparent-header-default-border\";b:0;s:27:\"btn-default-padding-updated\";b:0;s:20:\"support-block-editor\";b:0;s:34:\"support-footer-widget-right-margin\";b:0;s:31:\"remove-elementor-toc-margin-css\";b:0;s:28:\"remove-widget-design-options\";b:0;s:27:\"support-global-color-format\";b:0;s:22:\"is_theme_queue_running\";b:0;s:20:\"improve-gb-editor-ui\";b:0;}s:10:\"custom-css\";s:0:\"\";}','no'),(28228,'astra-settings','a:2071:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;s:16:\"blog-single-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:19:\"blog-post-structure\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:10:\"blog-width\";s:7:\"default\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:10:\"text-color\";s:7:\"#000000\";s:10:\"link-color\";s:25:\"var(--ast-global-color-2)\";s:11:\"theme-color\";s:25:\"var(--ast-global-color-0)\";s:12:\"link-h-color\";s:25:\"var(--ast-global-color-1)\";s:18:\"heading-base-color\";s:25:\"var(--ast-global-color-2)\";s:13:\"footer-bg-obj\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:4:\"none\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";s:17:\"footer-adv-bg-obj\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:4:\"none\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:25:\"var(--ast-global-color-3)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-3)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-0)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-1)\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"28\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"button-radius\";i:3;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:0:\"\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";i:203;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-color-site-title\";s:0:\"\";s:25:\"header-color-h-site-title\";s:0:\"\";s:25:\"header-color-site-tagline\";s:0:\"\";s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:31:\"display-site-tagline-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:17:\"logo-title-inline\";i:1;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:1;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:19:\"site-content-layout\";s:15:\"boxed-container\";s:26:\"single-page-content-layout\";s:7:\"default\";s:26:\"single-post-content-layout\";s:7:\"default\";s:27:\"archive-post-content-layout\";s:7:\"default\";s:16:\"body-font-family\";s:23:\"\'Work Sans\', sans-serif\";s:17:\"body-font-variant\";s:3:\"600\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";i:15;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";d:1.6;s:18:\"para-margin-bottom\";s:0:\"\";s:23:\"underline-content-links\";b:0;s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:25:\"\'DM Serif Display\', serif\";s:20:\"headings-font-weight\";s:3:\"400\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";d:1.2;s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:2:\"25\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"font-size-entry-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"font-size-archive-summary-title\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"64\";s:6:\"tablet\";s:2:\"34\";s:6:\"mobile\";s:2:\"30\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:2:\"30\";s:6:\"mobile\";s:2:\"26\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"36\";s:6:\"tablet\";s:2:\"26\";s:6:\"mobile\";s:2:\"22\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"28\";s:6:\"tablet\";s:2:\"20\";s:6:\"mobile\";s:2:\"18\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"22\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:4:\"fill\";s:23:\"hide-custom-menu-mobile\";i:1;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:25:\"load-google-fonts-locally\";b:0;s:19:\"preload-local-fonts\";b:0;s:20:\"enable-related-posts\";b:0;s:19:\"related-posts-title\";s:13:\"Related Posts\";s:29:\"releted-posts-title-alignment\";s:4:\"left\";s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:29:\"related-posts-grid-responsive\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:36:\"related-posts-content-text-transform\";s:0:\"\";s:33:\"related-posts-content-line-height\";s:0:\"\";s:31:\"related-posts-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"transparent-header-logo\";s:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";s:0:\"\";s:33:\"transparent-header-main-sep-color\";s:0:\"\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:25:\"breadcrumb-text-transform\";s:0:\"\";s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"breadcrumb-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:17:\"text-transform-h1\";s:0:\"\";s:14:\"line-height-h1\";s:0:\"\";s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:0:\"\";s:14:\"line-height-h2\";s:0:\"\";s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:17:\"text-transform-h3\";s:0:\"\";s:14:\"line-height-h3\";s:0:\"\";s:14:\"font-family-h4\";s:7:\"inherit\";s:14:\"font-weight-h4\";s:7:\"inherit\";s:17:\"text-transform-h4\";s:0:\"\";s:14:\"line-height-h4\";s:0:\"\";s:14:\"font-family-h5\";s:7:\"inherit\";s:14:\"font-weight-h5\";s:7:\"inherit\";s:17:\"text-transform-h5\";s:0:\"\";s:14:\"line-height-h5\";s:0:\"\";s:14:\"font-family-h6\";s:7:\"inherit\";s:14:\"font-weight-h6\";s:7:\"inherit\";s:17:\"text-transform-h6\";s:0:\"\";s:14:\"line-height-h6\";s:0:\"\";s:18:\"font-weight-button\";s:3:\"600\";s:18:\"font-family-button\";s:7:\"inherit\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"text-transform-button\";s:9:\"uppercase\";s:21:\"theme-btn-line-height\";i:1;s:24:\"theme-btn-letter-spacing\";i:1;s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:1:{i:0;s:6:\"menu-1\";}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:2:{i:0;s:11:\"mobile-menu\";i:1;s:8:\"button-1\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:27:\"hb-header-main-layout-width\";s:4:\"full\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:110;s:6:\"tablet\";i:90;s:6:\"mobile\";i:80;}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:0;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:17:\"hb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:18:\"hbb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"100\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button1-text\";s:15:\"ONLINE COURSES \";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:39:\"https://selar.co/smartphoneonlinecourse\";s:7:\"new_tab\";s:1:\"1\";s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:29:\"header-button1-text-transform\";s:0:\"\";s:26:\"header-button1-line-height\";s:0:\"\";s:24:\"header-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"22\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"22\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button1-border-radius\";s:0:\"\";s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-1\";s:0:\"\";s:32:\"text-transform-section-hb-html-1\";s:0:\"\";s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-1\";s:373:\"<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24162.594709213252!2d-73.96352877334618!3d40.79886601364924!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2f6246837073b%3A0xc9dcfc4023c86664!2sHI%20New%20York%20City%20Hostel!5e0!3m2!1sen!2sin!4v1621248281026!5m2!1sen!2sin\" width=\"100%\" height=\"400\" allowfullscreen=\"\"></iframe>\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";s:1:\"0\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-1\";s:0:\"\";s:29:\"line-height-section-fb-html-1\";s:0:\"\";s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-1-radius\";s:0:\"\";s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";s:0:\"\";s:23:\"footer-social-1-h-color\";s:0:\"\";s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:30:\"header-widget-1-text-transform\";s:0:\"\";s:27:\"header-widget-1-line-height\";s:0:\"\";s:25:\"header-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-1-content-text-transform\";s:0:\"\";s:35:\"header-widget-1-content-line-height\";s:0:\"\";s:33:\"header-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";a:6:{s:7:\"desktop\";s:2:\"45\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-1-content-text-transform\";s:0:\"\";s:35:\"footer-widget-1-content-line-height\";s:0:\"\";s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"15\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu1-submenu-border-radius\";s:0:\"\";s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu1-font-weight\";s:3:\"600\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:27:\"header-menu1-text-transform\";s:9:\"uppercase\";s:24:\"header-menu1-line-height\";s:0:\"\";s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:29:\"header-button2-text-transform\";s:0:\"\";s:26:\"header-button2-line-height\";s:0:\"\";s:24:\"header-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button2-border-radius\";s:0:\"\";s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-2\";s:0:\"\";s:32:\"text-transform-section-hb-html-2\";s:0:\"\";s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-2\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-2\";s:0:\"\";s:29:\"line-height-section-fb-html-2\";s:0:\"\";s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-2-radius\";s:0:\"\";s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:30:\"header-widget-2-text-transform\";s:0:\"\";s:27:\"header-widget-2-line-height\";s:0:\"\";s:25:\"header-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-2-content-text-transform\";s:0:\"\";s:35:\"header-widget-2-content-line-height\";s:0:\"\";s:33:\"header-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";a:6:{s:7:\"desktop\";s:2:\"42\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"25\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-2-content-text-transform\";s:0:\"\";s:35:\"footer-widget-2-content-line-height\";s:0:\"\";s:33:\"footer-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-10\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"-20\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu2-submenu-border-radius\";s:0:\"\";s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:27:\"header-menu2-text-transform\";s:0:\"\";s:24:\"header-menu2-line-height\";s:0:\"\";s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:29:\"header-button3-text-transform\";s:0:\"\";s:26:\"header-button3-line-height\";s:0:\"\";s:24:\"header-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button3-border-radius\";s:0:\"\";s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-3\";s:0:\"\";s:32:\"text-transform-section-hb-html-3\";s:0:\"\";s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-3\";s:0:\"\";s:29:\"line-height-section-fb-html-3\";s:0:\"\";s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-3-radius\";s:0:\"\";s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:30:\"header-widget-3-text-transform\";s:0:\"\";s:27:\"header-widget-3-line-height\";s:0:\"\";s:25:\"header-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-3-content-text-transform\";s:0:\"\";s:35:\"header-widget-3-content-line-height\";s:0:\"\";s:33:\"header-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-3-content-text-transform\";s:0:\"\";s:35:\"footer-widget-3-content-line-height\";s:0:\"\";s:33:\"footer-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu3-submenu-border-radius\";s:0:\"\";s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:27:\"header-menu3-text-transform\";s:0:\"\";s:24:\"header-menu3-line-height\";s:0:\"\";s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:29:\"header-button4-text-transform\";s:0:\"\";s:26:\"header-button4-line-height\";s:0:\"\";s:24:\"header-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button4-border-radius\";s:0:\"\";s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-4\";s:0:\"\";s:32:\"text-transform-section-hb-html-4\";s:0:\"\";s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-4\";s:0:\"\";s:29:\"line-height-section-fb-html-4\";s:0:\"\";s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-4-radius\";s:0:\"\";s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:30:\"header-widget-4-text-transform\";s:0:\"\";s:27:\"header-widget-4-line-height\";s:0:\"\";s:25:\"header-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-4-content-text-transform\";s:0:\"\";s:35:\"header-widget-4-content-line-height\";s:0:\"\";s:33:\"header-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-4-content-text-transform\";s:0:\"\";s:35:\"footer-widget-4-content-line-height\";s:0:\"\";s:33:\"footer-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu4-submenu-border-radius\";s:0:\"\";s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:27:\"header-menu4-text-transform\";s:0:\"\";s:24:\"header-menu4-line-height\";s:0:\"\";s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:29:\"header-button5-text-transform\";s:0:\"\";s:26:\"header-button5-line-height\";s:0:\"\";s:24:\"header-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button5-border-radius\";s:0:\"\";s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-5\";s:0:\"\";s:32:\"text-transform-section-hb-html-5\";s:0:\"\";s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-5\";s:0:\"\";s:29:\"line-height-section-fb-html-5\";s:0:\"\";s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-5-radius\";s:0:\"\";s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:30:\"header-widget-5-text-transform\";s:0:\"\";s:27:\"header-widget-5-line-height\";s:0:\"\";s:25:\"header-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-5-content-text-transform\";s:0:\"\";s:35:\"header-widget-5-content-line-height\";s:0:\"\";s:33:\"header-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-5-content-text-transform\";s:0:\"\";s:35:\"footer-widget-5-content-line-height\";s:0:\"\";s:33:\"footer-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu5-submenu-border-radius\";s:0:\"\";s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:27:\"header-menu5-text-transform\";s:0:\"\";s:24:\"header-menu5-line-height\";s:0:\"\";s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:29:\"header-button6-text-transform\";s:0:\"\";s:26:\"header-button6-line-height\";s:0:\"\";s:24:\"header-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button6-border-radius\";s:0:\"\";s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-6\";s:0:\"\";s:32:\"text-transform-section-hb-html-6\";s:0:\"\";s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-6\";s:0:\"\";s:29:\"line-height-section-fb-html-6\";s:0:\"\";s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-6-radius\";s:0:\"\";s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:30:\"header-widget-6-text-transform\";s:0:\"\";s:27:\"header-widget-6-line-height\";s:0:\"\";s:25:\"header-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-6-content-text-transform\";s:0:\"\";s:35:\"header-widget-6-content-line-height\";s:0:\"\";s:33:\"header-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-6-content-text-transform\";s:0:\"\";s:35:\"footer-widget-6-content-line-height\";s:0:\"\";s:33:\"footer-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu6-submenu-border-radius\";s:0:\"\";s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:27:\"header-menu6-text-transform\";s:0:\"\";s:24:\"header-menu6-line-height\";s:0:\"\";s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:29:\"header-button7-text-transform\";s:0:\"\";s:26:\"header-button7-line-height\";s:0:\"\";s:24:\"header-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button7-border-radius\";s:0:\"\";s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-7\";s:0:\"\";s:32:\"text-transform-section-hb-html-7\";s:0:\"\";s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-7\";s:0:\"\";s:29:\"line-height-section-fb-html-7\";s:0:\"\";s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-7-radius\";s:0:\"\";s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:30:\"header-widget-7-text-transform\";s:0:\"\";s:27:\"header-widget-7-line-height\";s:0:\"\";s:25:\"header-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-7-content-text-transform\";s:0:\"\";s:35:\"header-widget-7-content-line-height\";s:0:\"\";s:33:\"header-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-7-content-text-transform\";s:0:\"\";s:35:\"footer-widget-7-content-line-height\";s:0:\"\";s:33:\"footer-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu7-submenu-border-radius\";s:0:\"\";s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:27:\"header-menu7-text-transform\";s:0:\"\";s:24:\"header-menu7-line-height\";s:0:\"\";s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:29:\"header-button8-text-transform\";s:0:\"\";s:26:\"header-button8-line-height\";s:0:\"\";s:24:\"header-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button8-border-radius\";s:0:\"\";s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-8\";s:0:\"\";s:32:\"text-transform-section-hb-html-8\";s:0:\"\";s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-8\";s:0:\"\";s:29:\"line-height-section-fb-html-8\";s:0:\"\";s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-8-radius\";s:0:\"\";s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:30:\"header-widget-8-text-transform\";s:0:\"\";s:27:\"header-widget-8-line-height\";s:0:\"\";s:25:\"header-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-8-content-text-transform\";s:0:\"\";s:35:\"header-widget-8-content-line-height\";s:0:\"\";s:33:\"header-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-8-content-text-transform\";s:0:\"\";s:35:\"footer-widget-8-content-line-height\";s:0:\"\";s:33:\"footer-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu8-submenu-border-radius\";s:0:\"\";s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:27:\"header-menu8-text-transform\";s:0:\"\";s:24:\"header-menu8-line-height\";s:0:\"\";s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:29:\"header-button9-text-transform\";s:0:\"\";s:26:\"header-button9-line-height\";s:0:\"\";s:24:\"header-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button9-border-radius\";s:0:\"\";s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-9\";s:0:\"\";s:32:\"text-transform-section-hb-html-9\";s:0:\"\";s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-9\";s:0:\"\";s:29:\"line-height-section-fb-html-9\";s:0:\"\";s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-9-radius\";s:0:\"\";s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:30:\"header-widget-9-text-transform\";s:0:\"\";s:27:\"header-widget-9-line-height\";s:0:\"\";s:25:\"header-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-9-content-text-transform\";s:0:\"\";s:35:\"header-widget-9-content-line-height\";s:0:\"\";s:33:\"header-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-9-content-text-transform\";s:0:\"\";s:35:\"footer-widget-9-content-line-height\";s:0:\"\";s:33:\"footer-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu9-submenu-border-radius\";s:0:\"\";s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:27:\"header-menu9-text-transform\";s:0:\"\";s:24:\"header-menu9-line-height\";s:0:\"\";s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:30:\"header-button10-text-transform\";s:0:\"\";s:27:\"header-button10-line-height\";s:0:\"\";s:25:\"header-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-button10-border-radius\";s:0:\"\";s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"line-height-section-hb-html-10\";s:0:\"\";s:33:\"text-transform-section-hb-html-10\";s:0:\"\";s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:33:\"text-transform-section-fb-html-10\";s:0:\"\";s:30:\"line-height-section-fb-html-10\";s:0:\"\";s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-social-10-radius\";s:0:\"\";s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-hb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-fb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:31:\"header-widget-10-text-transform\";s:0:\"\";s:28:\"header-widget-10-line-height\";s:0:\"\";s:26:\"header-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"header-widget-10-content-text-transform\";s:0:\"\";s:36:\"header-widget-10-content-line-height\";s:0:\"\";s:34:\"header-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"footer-widget-10-content-text-transform\";s:0:\"\";s:36:\"footer-widget-10-content-line-height\";s:0:\"\";s:34:\"footer-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:35:\"header-menu10-submenu-border-radius\";s:0:\"\";s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:28:\"header-menu10-text-transform\";s:0:\"\";s:25:\"header-menu10-line-height\";s:0:\"\";s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}s:7:\"below_2\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:7:\"2-equal\";}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:7:\"2-equal\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:1;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:60;s:17:\"hba-footer-column\";s:1:\"2\";s:17:\"hba-footer-layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:28:\"hba-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:18:\"rgba(45,45,57,0.7)\";s:16:\"background-image\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/cta-bg.jpg\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:5:\"fixed\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";i:30;s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:36:\"section-header-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"2\";s:17:\"hbb-footer-layout\";a:4:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:6:\"center\";s:29:\"hbb-footer-vertical-alignment\";s:6:\"center\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:16:\"hb-footer-column\";s:1:\"2\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:84:\"<p style=\"text-align: center;\">Copyright [copyright] [current_year] [site_title]</p>\";s:22:\"footer-copyright-color\";s:7:\"#3a3a3a\";s:36:\"line-height-section-footer-copyright\";s:0:\"\";s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:39:\"text-transform-section-footer-copyright\";s:0:\"\";s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:10:\"flex-start\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:0:\"\";s:38:\"transparent-header-button-text-h-color\";s:0:\"\";s:34:\"transparent-header-button-bg-color\";s:0:\"\";s:36:\"transparent-header-button-bg-h-color\";s:0:\"\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:4:\"none\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:10:\"off-canvas\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:10:\"horizontal\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:26:\"footer-menu-text-transform\";s:0:\"\";s:23:\"footer-menu-line-height\";s:0:\"\";s:24:\"footer-main-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-trigger-icon\";s:4:\"menu\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:20:\"global-color-palette\";a:3:{s:6:\"labels\";a:9:{i:0;s:11:\"Theme Color\";i:1;s:16:\"Link Hover Color\";i:2;s:13:\"Heading Color\";i:3;s:10:\"Text Color\";i:4;s:16:\"Background Color\";i:5;s:13:\"Extra Color 1\";i:6;s:13:\"Extra Color 2\";i:7;s:13:\"Extra Color 3\";i:8;s:13:\"Extra Color 4\";}s:7:\"palette\";a:9:{i:0;s:7:\"#5a2209\";i:1;s:7:\"#833c0c\";i:2;s:7:\"#1E1810\";i:3;s:7:\"#ffffff\";i:4;s:7:\"#ffffff\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#000000\";i:7;s:7:\"#4B4F58\";i:8;s:7:\"#ffffff\";}s:4:\"flag\";b:0;}s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:19:\"rgba(45,45,57,0.66)\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:7:\"#2d2d38\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:7:\"#2d2d38\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:1;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:2:\"15\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-mobile-menu-font-weight\";s:3:\"600\";s:30:\"header-mobile-menu-font-family\";s:7:\"inherit\";s:33:\"header-mobile-menu-text-transform\";s:9:\"uppercase\";s:30:\"header-mobile-menu-line-height\";s:0:\"\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-total-display\";b:1;s:29:\"woo-header-cart-title-display\";b:1;s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";s:0:\"\";s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:62:\"https://websitedemos.net/professional-services-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:18:\"theme-auto-version\";s:6:\"4.8.12\";s:33:\"_astra_pb_compatibility_completed\";b:1;s:25:\"header-mobile-popup-items\";b:1;s:30:\"mobile-header-toggle-btn-color\";s:7:\"#2d2d39\";s:18:\"off-canvas-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"section-above-footer-builder-hide-desktop\";b:1;s:16:\"hb-inner-spacing\";a:2:{s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:20:\"display-site-tagline\";b:0;s:35:\"can-support-widget-and-editor-fonts\";b:0;s:29:\"can-remove-logo-max-width-css\";b:0;s:33:\"transparent-header-default-border\";b:0;s:27:\"btn-default-padding-updated\";b:0;s:20:\"support-block-editor\";b:0;s:34:\"support-footer-widget-right-margin\";b:0;s:31:\"remove-elementor-toc-margin-css\";b:0;s:28:\"remove-widget-design-options\";b:0;s:27:\"support-global-color-format\";b:0;s:20:\"improve-gb-editor-ui\";b:0;s:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"blocks-legacy-setup\";b:1;s:12:\"wp-blocks-ui\";s:6:\"legacy\";s:32:\"customizer-default-layout-update\";b:0;s:15:\"wp-blocks-v2-ui\";b:0;s:33:\"single-product-breadcrumb-disable\";b:1;s:29:\"woo-header-cart-label-display\";s:33:\"Cart/{cart_total_currency_symbol}\";s:12:\"border-color\";s:7:\"#dddddd\";s:22:\"modern-ecommerce-setup\";b:0;s:22:\"woo-show-password-icon\";b:0;s:19:\"woo-shop-style-flag\";b:1;s:32:\"astra-old-global-sidebar-default\";b:0;s:28:\"spectra-gutenberg-compat-css\";b:0;s:20:\"dynamic-blog-layouts\";b:0;s:32:\"theme-dynamic-customizer-support\";b:1;s:33:\"ast-dynamic-single-page-structure\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:32:\"ast-dynamic-single-page-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:22:\"ast-archive-page-title\";b:1;s:21:\"ast-single-page-title\";b:1;s:42:\"ast-dynamic-archive-page-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-page-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-page-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-page-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-page-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:10:\"capitalize\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-page-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-page-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-page-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-page-title-font-size\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-page-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-post-structure\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:32:\"ast-dynamic-single-post-taxonomy\";s:8:\"category\";s:32:\"ast-dynamic-single-post-metadata\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:22:\"ast-archive-post-title\";b:1;s:21:\"ast-single-post-title\";b:1;s:42:\"ast-dynamic-archive-post-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-post-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-post-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-post-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-post-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:10:\"capitalize\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-post-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-post-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-post-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-post-title-font-size\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-post-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:31:\"archive-download-content-layout\";s:7:\"default\";s:31:\"archive-download-sidebar-layout\";s:10:\"no-sidebar\";s:30:\"single-download-content-layout\";s:7:\"default\";s:30:\"single-download-sidebar-layout\";s:7:\"default\";s:19:\"enable-scroll-to-id\";b:0;s:20:\"scroll-to-top-enable\";b:0;s:25:\"update-default-color-typo\";b:0;s:22:\"v4-block-editor-compat\";b:0;s:23:\"v4-1-0-update-migration\";b:1;s:27:\"single-product-payment-list\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:27:\"woo_support_global_settings\";b:1;s:56:\"ast-dynamic-single-elementskit_content-title-font-extras\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:57:\"ast-dynamic-single-elementskit_template-title-font-extras\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:55:\"ast-dynamic-single-elementskit_widget-title-font-extras\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:47:\"ast-dynamic-single-tcb_symbol-title-font-extras\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:49:\"ast-dynamic-single-tcb_lightbox-title-font-extras\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:43:\"ast-dynamic-single-nx_bar-title-font-extras\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:23:\"v4-1-4-update-migration\";b:1;s:27:\"list-block-vertical-spacing\";b:0;s:23:\"ast-site-content-layout\";s:22:\"normal-width-container\";s:18:\"site-content-style\";s:5:\"boxed\";s:18:\"site-sidebar-style\";s:5:\"boxed\";s:30:\"single-post-ast-content-layout\";s:7:\"default\";s:25:\"single-post-content-style\";s:7:\"default\";s:25:\"single-post-sidebar-style\";s:7:\"default\";s:30:\"single-page-ast-content-layout\";s:7:\"default\";s:25:\"single-page-content-style\";s:7:\"default\";s:25:\"single-page-sidebar-style\";s:7:\"default\";s:31:\"archive-post-ast-content-layout\";s:7:\"default\";s:26:\"archive-post-content-style\";s:7:\"default\";s:26:\"archive-post-sidebar-style\";s:7:\"default\";s:25:\"fullwidth_sidebar_support\";b:0;s:23:\"v4-2-0-update-migration\";b:1;s:29:\"v4-2-2-core-form-btns-styling\";b:0;s:22:\"v4-4-0-backward-option\";b:0;s:28:\"secondary-font-family-button\";s:7:\"inherit\";s:26:\"secondary-font-size-button\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"secondary-font-weight-button\";s:3:\"600\";s:25:\"secondary-button-bg-color\";s:25:\"var(--ast-global-color-0)\";s:27:\"secondary-button-bg-h-color\";s:25:\"var(--ast-global-color-1)\";s:79:\"ast-dynamic-single-elementskit_content-article-featured-image-position-layout-1\";s:4:\"none\";s:79:\"ast-dynamic-single-elementskit_content-article-featured-image-position-layout-2\";s:4:\"none\";s:72:\"ast-dynamic-single-elementskit_content-article-featured-image-ratio-type\";s:7:\"default\";s:80:\"ast-dynamic-single-elementskit_template-article-featured-image-position-layout-1\";s:4:\"none\";s:80:\"ast-dynamic-single-elementskit_template-article-featured-image-position-layout-2\";s:4:\"none\";s:73:\"ast-dynamic-single-elementskit_template-article-featured-image-ratio-type\";s:7:\"default\";s:78:\"ast-dynamic-single-elementskit_widget-article-featured-image-position-layout-1\";s:4:\"none\";s:78:\"ast-dynamic-single-elementskit_widget-article-featured-image-position-layout-2\";s:4:\"none\";s:71:\"ast-dynamic-single-elementskit_widget-article-featured-image-ratio-type\";s:7:\"default\";s:70:\"ast-dynamic-single-tcb_symbol-article-featured-image-position-layout-1\";s:4:\"none\";s:70:\"ast-dynamic-single-tcb_symbol-article-featured-image-position-layout-2\";s:4:\"none\";s:63:\"ast-dynamic-single-tcb_symbol-article-featured-image-ratio-type\";s:7:\"default\";s:72:\"ast-dynamic-single-tcb_lightbox-article-featured-image-position-layout-1\";s:4:\"none\";s:72:\"ast-dynamic-single-tcb_lightbox-article-featured-image-position-layout-2\";s:4:\"none\";s:65:\"ast-dynamic-single-tcb_lightbox-article-featured-image-ratio-type\";s:7:\"default\";s:66:\"ast-dynamic-single-nx_bar-article-featured-image-position-layout-1\";s:4:\"none\";s:66:\"ast-dynamic-single-nx_bar-article-featured-image-position-layout-2\";s:4:\"none\";s:59:\"ast-dynamic-single-nx_bar-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-post-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-page-article-featured-image-ratio-type\";s:7:\"default\";s:22:\"v4-5-0-backward-option\";b:0;s:26:\"scndry-btn-default-padding\";b:0;s:22:\"v4-6-0-backward-option\";b:0;s:28:\"single-content-images-shadow\";b:0;s:21:\"ast-font-style-update\";b:0;s:22:\"v4-6-2-backward-option\";b:0;s:20:\"btn-stylings-upgrade\";b:0;s:24:\"elementor-headings-style\";b:0;s:33:\"elementor-container-padding-style\";b:0;s:14:\"font-extras-h1\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h2\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h3\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h4\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h5\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h6\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:34:\"global-headings-line-height-update\";b:1;s:37:\"single_posts_pages_heading_clear_none\";b:0;s:21:\"elementor-btn-styling\";b:1;s:52:\"remove_single_posts_navigation_mobile_device_padding\";b:1;s:27:\"enable-4-6-14-compatibility\";b:0;s:24:\"heading-widget-font-size\";b:0;s:42:\"hba-transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"hbb-transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"enable-4-8-0-compatibility\";b:0;s:22:\"v4-8-2-backward-option\";b:0;s:26:\"enable-4-8-4-compatibility\";b:0;s:37:\"astra-heading-font-size-compatibility\";b:0;s:22:\"is_theme_queue_running\";b:0;s:26:\"enable-4-8-9-compatibility\";b:0;s:20:\"off-canvas-move-body\";b:1;s:16:\"star-rating-comp\";b:0;}','yes'),(28472,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(112050,'elementor_library_category_children','a:0:{}','yes'),(28242,'_astra_sites_old_site_options','a:51:{s:30:\"woocommerce_product_attributes\";a:0:{}s:28:\"woocommerce_product_cat_list\";a:0:{}s:23:\"woocommerce_product_cat\";a:0:{}s:11:\"custom_logo\";s:0:\"\";s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";s:12:\"primary-menu\";s:11:\"mobile_menu\";s:12:\"primary-menu\";s:11:\"footer_menu\";s:12:\"primary-menu\";}s:13:\"show_on_front\";s:4:\"page\";s:13:\"page_on_front\";s:4:\"Home\";s:14:\"page_for_posts\";s:0:\"\";s:25:\"_fl_builder_enabled_icons\";N;s:27:\"_fl_builder_enabled_modules\";N;s:22:\"_fl_builder_post_types\";N;s:25:\"_fl_builder_color_presets\";N;s:20:\"_fl_builder_services\";N;s:20:\"_fl_builder_settings\";N;s:23:\"_fl_builder_user_access\";N;s:29:\"_fl_builder_enabled_templates\";N;s:25:\"elementor_container_width\";N;s:21:\"elementor_cpt_support\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_default_generic_fonts\";N;s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";N;s:31:\"elementor_global_image_lightbox\";N;s:29:\"elementor_page_title_selector\";N;s:22:\"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\";}s:30:\"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\";}s:27:\"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\";}}s:31:\"elementor_space_between_widgets\";N;s:37:\"elementor_stretched_section_container\";N;s:23:\"elementor_load_fa4_shim\";s:3:\"yes\";s:20:\"elementor_active_kit\";s:2:\"36\";s:27:\"woocommerce_shop_page_title\";s:0:\"\";s:27:\"woocommerce_cart_page_title\";s:0:\"\";s:31:\"woocommerce_checkout_page_title\";s:0:\"\";s:32:\"woocommerce_myaccount_page_title\";s:0:\"\";s:35:\"woocommerce_edit_address_page_title\";s:0:\"\";s:33:\"woocommerce_view_order_page_title\";s:0:\"\";s:38:\"woocommerce_change_password_page_title\";s:0:\"\";s:29:\"woocommerce_logout_page_title\";s:0:\"\";s:33:\"woocommerce_enable_guest_checkout\";N;s:42:\"woocommerce_enable_checkout_login_reminder\";N;s:49:\"woocommerce_enable_signup_and_login_from_checkout\";N;s:41:\"woocommerce_enable_myaccount_registration\";N;s:42:\"woocommerce_registration_generate_username\";N;s:16:\"wpforms_settings\";a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}s:29:\"learndash_settings_theme_ld30\";N;s:33:\"learndash_settings_courses_themes\";N;s:20:\"astra-color-palettes\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#ffca63\";i:1;s:7:\"#ffd583\";i:2;s:7:\"#1d1922\";i:3;s:7:\"#2d2d38\";i:4;s:7:\"#f8f8f9\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#2d2d38\";i:7;s:7:\"#FBFCFF\";i:8;s:7:\"#BFD1FF\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0274be\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#393939\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0274be\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#484848\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:1;}s:24:\"astra-typography-presets\";s:0:\"\";}','no'),(28239,'st_attachments','a:0:{}','no'),(28243,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(28244,'elementor_css_print_method','external','yes'),(28245,'elementor_disable_color_schemes','yes','yes'),(28246,'elementor_disable_typography_schemes','yes','yes'),(28247,'elementor_editor_break_lines','','yes'),(28248,'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'),(28249,'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'),(28250,'elementor_load_fa4_shim','yes','yes'),(28251,'wpforms_settings','a:5:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;s:13:\"modern-markup\";s:1:\"0\";s:20:\"modern-markup-is-set\";b:1;}','yes'),(28252,'astra-color-palettes','a:4:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#5a2209\";i:1;s:7:\"#833c0c\";i:2;s:7:\"#1E1810\";i:3;s:7:\"#ffffff\";i:4;s:7:\"#ffffff\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#000000\";i:7;s:7:\"#4B4F58\";i:8;s:7:\"#ffffff\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0274be\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#393939\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0274be\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#484848\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;s:7:\"presets\";a:10:{s:8:\"preset_1\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#E7F6FF\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1DAE5\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}s:8:\"preset_2\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#F2F0FE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D8D8F5\";i:7;s:7:\"#0D0614\";i:8;s:7:\"#222222\";}s:8:\"preset_3\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFEDE6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FFD1BF\";i:7;s:7:\"#140609\";i:8;s:7:\"#222222\";}s:8:\"preset_4\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#EDFBE2\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D5EAD8\";i:7;s:7:\"#0C1406\";i:8;s:7:\"#222222\";}s:8:\"preset_5\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FAF5E5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F0E6C5\";i:7;s:7:\"#141004\";i:8;s:7:\"#222222\";}s:8:\"preset_6\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FCEEF5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FAD8E9\";i:7;s:7:\"#140610\";i:8;s:7:\"#222222\";}s:8:\"preset_7\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#EDF6EE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D4F3D7\";i:7;s:7:\"#06140C\";i:8;s:7:\"#222222\";}s:8:\"preset_8\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FEF9E1\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F9F0C8\";i:7;s:7:\"#141006\";i:8;s:7:\"#222222\";}s:8:\"preset_9\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FEF1E4\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5D7D1\";i:7;s:7:\"#140B06\";i:8;s:7:\"#222222\";}s:9:\"preset_10\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#F6F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F1F0F0\";i:7;s:7:\"#232529\";i:8;s:7:\"#222222\";}}}','yes'),(28253,'astra-typography-presets','','yes'),(28254,'_astra_sites_old_widgets_data','a:10:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-3\";i:1;s:14:\"recent-posts-3\";i:2;s:17:\"recent-comments-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:6:\"meta-3\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:1:{i:0;s:6:\"text-1\";}s:15:\"footer-widget-2\";a:1:{i:0;s:6:\"text-2\";}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','no'),(28255,'astra-sites-last-export-checksums','qJ!#J$PiIMB$','no'),(28259,'astra_sites_import_complete','yes','no'),(28263,'wpforms_crypto_secret_key','8MCHhdxnqqpdjwSDNc5L0gUyaeJqvgZTrD7SzwBM8g4=','yes'),(72985,'bvAccountsList','a:2:{s:32:\"160a32410d74cb31328ffb13c0ff282f\";a:7:{s:6:\"secret\";s:32:\"f9553a0a9a6eecd5866243e758294aca\";s:11:\"account_gid\";s:8:\"RJE5bbmT\";s:14:\"lastbackuptime\";i:1659489314;s:11:\"migrateguru\";b:1;s:12:\"account_type\";s:11:\"migrateguru\";s:3:\"url\";s:31:\"https://sunfloris.com/wordpress\";s:5:\"email\";s:25:\"sunfloris******@gmail.com\";}s:32:\"04362497eef4fe00acf737187a91d119\";a:7:{s:6:\"secret\";s:32:\"44e298b6dbd44849d104216dc41b5458\";s:11:\"account_gid\";s:8:\"yzAWjCoS\";s:14:\"lastbackuptime\";i:1740406399;s:11:\"migrateguru\";b:1;s:12:\"account_type\";s:11:\"migrateguru\";s:3:\"url\";s:31:\"https://sunfloris.com/wordpress\";s:5:\"email\";s:25:\"conta******@sunfloris.com\";}}','off'),(72987,'bvLastRecvTime','1740406420','off'),(72979,'bvmgredirect','no','no'),(72980,'bvActivateTime','1659488002','no'),(30297,'cht_created_on','2022-04-04','yes'),(30298,'cht_devices','','yes'),(30541,'cht_custom_color','','yes'),(30299,'cht_position','right','yes'),(30300,'cht_cta','Contact us','yes'),(30301,'cht_numb_slug','Whatsapp,','yes'),(30302,'cht_social_whatsapp','a:31:{s:5:\"value\";s:14:\"+2348171272445\";s:11:\"full_number\";s:14:\"+2348171272445\";s:10:\"is_desktop\";s:7:\"checked\";s:9:\"is_mobile\";s:7:\"checked\";s:15:\"embedded_window\";s:3:\"yes\";s:16:\"embedded_message\";s:167:\"<p><strong>Hello and Welcome to SunFloris Services. Checkout out the products and services that we offer. </strong></p>\r\n<p><strong>How can I help you? :)</strong></p>\";s:15:\"is_default_open\";s:2:\"no\";s:8:\"bg_color\";s:7:\"#49E670\";s:5:\"title\";s:8:\"WhatsApp\";s:18:\"contact_form_title\";s:10:\"Contact Us\";s:4:\"name\";a:3:{s:9:\"is_active\";s:3:\"yes\";s:11:\"is_required\";s:3:\"yes\";s:11:\"placeholder\";s:15:\"Enter your name\";}s:5:\"email\";a:3:{s:9:\"is_active\";s:3:\"yes\";s:11:\"is_required\";s:3:\"yes\";s:11:\"placeholder\";s:24:\"Enter your email address\";}s:5:\"phone\";a:3:{s:9:\"is_active\";s:3:\"yes\";s:11:\"is_required\";s:3:\"yes\";s:11:\"placeholder\";s:23:\"Enter your phone number\";}s:7:\"message\";a:3:{s:9:\"is_active\";s:3:\"yes\";s:11:\"is_required\";s:3:\"yes\";s:11:\"placeholder\";s:18:\"Enter your message\";}s:17:\"button_text_color\";s:7:\"#ffffff\";s:15:\"button_bg_color\";s:7:\"#A886CD\";s:11:\"button_text\";s:4:\"Chat\";s:14:\"thanks_message\";s:34:\"Your message was sent successfully\";s:15:\"redirect_action\";s:2:\"no\";s:13:\"redirect_link\";s:0:\"\";s:15:\"link_in_new_tab\";s:2:\"no\";s:16:\"close_form_after\";s:2:\"no\";s:24:\"close_form_after_seconds\";s:1:\"3\";s:19:\"send_leads_in_email\";s:2:\"no\";s:18:\"save_leads_locally\";s:3:\"yes\";s:13:\"email_address\";s:0:\"\";s:11:\"sender_name\";s:0:\"\";s:13:\"email_subject\";s:44:\"New lead from Chaty - {name} - {date} {hour}\";s:10:\"new_window\";s:1:\"1\";s:9:\"link_type\";s:8:\"personal\";s:16:\"use_whatsapp_web\";s:3:\"yes\";}','yes'),(30303,'cht_social_phone','','yes'),(30304,'cht_widget_size','54','yes'),(30305,'widget_icon','chat-base','yes'),(30306,'cht_widget_img','','yes'),(30307,'cht_color','#A886CD','yes'),(30308,'chaty_intro_popup','show','yes'),(30309,'Chaty_show_affiliate_box_after','2022-09-07','yes'),(30484,'chaty_update_message','2','yes'),(30311,'buttonizer_buttons','a:1:{i:0;a:2:{s:4:\"data\";a:4:{s:4:\"name\";s:9:\"New group\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:2:\"id\";s:36:\"4f605cb2-6aac-4936-88f2-4ef387ce2732\";}s:7:\"buttons\";a:1:{i:0;a:4:{s:4:\"name\";s:10:\"New button\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:2:\"id\";s:36:\"2810e625-0846-46dd-9b70-8c24becaf82b\";}}}}','yes'),(30312,'buttonizer_settings','a:19:{s:17:\"migration_version\";i:5;s:19:\"import_icon_library\";b:1;s:16:\"google_analytics\";s:0:\"\";s:7:\"no_ajax\";b:1;s:12:\"icon_library\";s:11:\"fontawesome\";s:20:\"icon_library_version\";s:6:\"5.free\";s:7:\"welcome\";b:0;s:23:\"buttonizer_times_loaded\";i:1;s:24:\"changelog_dialog_updated\";i:260;s:25:\"welcome_super_contributor\";b:0;s:17:\"icon_library_code\";s:0:\"\";s:25:\"admin_top_bar_show_button\";b:1;s:13:\"show_tooltips\";b:1;s:16:\"allow_subdomains\";b:0;s:8:\"no_limit\";b:0;s:12:\"tips_enabled\";b:1;s:24:\"google_analytics_enabled\";b:1;s:15:\"can_send_errors\";b:0;s:22:\"additional_permissions\";a:0:{}}','yes'),(30320,'chaty_show_review_box_after','2022-08-06','yes'),(30517,'cht_social_Facebook_Messenger','','yes'),(30518,'cht_social_SMS','','yes'),(30519,'cht_social_Instagram','','yes'),(30520,'cht_social_Telegram','','yes'),(30521,'cht_social_Line','','yes'),(30522,'cht_social_WeChat','','yes'),(30523,'cht_social_Twitter','','yes'),(30524,'cht_social_Google_Maps','','yes'),(30525,'cht_social_Slack','','yes'),(30526,'cht_social_Email','','yes'),(30527,'cht_social_Skype','','yes'),(30528,'cht_social_Snapchat','','yes'),(30529,'cht_social_Linkedin','','yes'),(30530,'cht_social_Viber','','yes'),(30531,'cht_social_Vkontakte','','yes'),(30532,'cht_social_TikTok','','yes'),(30533,'cht_social_Waze','','yes'),(30534,'cht_social_Poptin','','yes'),(30535,'cht_social_Link','','yes'),(30536,'cht_social_Custom_Link','','yes'),(30537,'cht_social_Custom_Link_3','','yes'),(30538,'cht_social_Custom_Link_4','','yes'),(30539,'cht_social_Custom_Link_5','','yes'),(30540,'cht_social_Contact_Us','','yes'),(30542,'cht_widget_font','','yes'),(30543,'positionSide','','yes'),(30544,'cht_bottom_spacing','','yes'),(30545,'cht_side_spacing','','yes'),(30546,'cht_cta_switcher','','yes'),(30547,'chaty_attention_effect','shockwave','yes'),(30548,'chaty_default_state','click','yes'),(30549,'chaty_trigger_on_time','yes','yes'),(30550,'chaty_trigger_time','0','yes'),(30551,'chaty_trigger_on_exit','yes','yes'),(30552,'chaty_trigger_on_scroll','no','yes'),(30553,'chaty_trigger_on_page_scroll','0','yes'),(30554,'cht_close_button','yes','yes'),(30555,'cht_close_button_text','Hide','yes'),(30556,'chaty_icons_view','vertical','yes'),(30557,'cht_widget_title','SunFloris Services','yes'),(30558,'cht_active','1','yes'),(30559,'cht_cta_action','click','yes'),(30560,'cht_cta_text_color','rgb(255, 255, 255)','yes'),(30561,'cht_cta_bg_color','rgb(105, 78, 18)','yes'),(30562,'cht_pending_messages','on','yes'),(30563,'cht_number_of_messages','1','yes'),(30564,'cht_number_color','#ffffff','yes'),(30565,'cht_number_bg_color','#dd0000','yes'),(30566,'cht_license_key','','yes'),(30567,'chaty_updated_on','1649056833','yes'),(74365,'elementskit-lite_never_show','yes','yes'),(74286,'litespeed.admin_display.thirdparty_litespeed_check','1','yes'),(74295,'litespeed.gui.lscwp_whm_install','-1','yes'),(74296,'litespeed.gui.dismiss','-1','yes'),(74297,'litespeed.gui._summary','{\"new_version\":1660737792,\"score\":1661342592}','yes'),(74051,'litespeed.cloud._summary','{\"curr_request.ver\":0,\"last_request.ver\":1721271470,\"news.utime\":1740392494,\"curr_request.news\":0,\"last_request.news\":1740392494,\"ips_ts\":1738185971,\"ips_ts_runner\":1738185971,\"ips\":[\"102.221.36.98\",\"103.106.229.82\",\"103.106.229.94\",\"103.146.63.42\",\"103.152.118.219\",\"103.152.118.72\",\"103.164.203.163\",\"103.188.22.12\",\"103.28.90.190\",\"103.75.117.169\",\"104.225.142.116\",\"104.244.77.37\",\"108.61.158.223\",\"109.248.43.195\",\"135.148.120.32\",\"136.243.106.228\",\"139.84.230.39\",\"141.164.38.65\",\"145.239.252.65\",\"146.88.239.197\",\"147.78.0.165\",\"147.78.3.13\",\"147.78.3.161\",\"149.248.44.108\",\"149.28.136.245\",\"149.28.47.113\",\"149.28.85.239\",\"152.228.171.66\",\"152.53.36.14\",\"152.53.38.14\",\"155.138.221.81\",\"156.67.218.140\",\"157.90.154.114\",\"158.51.123.249\",\"162.254.117.80\",\"162.254.118.29\",\"163.182.174.161\",\"163.47.21.168\",\"164.52.202.100\",\"167.71.185.204\",\"167.88.61.211\",\"170.249.218.98\",\"178.17.171.177\",\"178.22.124.247\",\"178.22.124.251\",\"178.255.220.12\",\"18.192.146.200\",\"185.116.60.231\",\"185.116.60.232\",\"185.126.237.51\",\"185.212.169.91\",\"185.228.26.40\",\"185.53.57.40\",\"185.53.57.89\",\"188.172.228.182\",\"188.172.229.113\",\"188.64.184.71\",\"190.92.176.5\",\"191.96.101.140\",\"192.248.156.201\",\"192.248.191.135\",\"192.99.38.117\",\"193.203.191.189\",\"194.163.134.104\",\"194.36.144.221\",\"195.231.17.141\",\"198.38.89.73\",\"199.247.28.91\",\"199.59.247.242\",\"201.182.97.70\",\"202.182.123.93\",\"202.61.226.253\",\"204.10.163.237\",\"209.124.84.191\",\"209.208.26.218\",\"211.23.143.87\",\"213.159.1.75\",\"213.183.48.170\",\"213.184.85.245\",\"216.238.106.164\",\"216.238.71.13\",\"23.95.73.167\",\"27.131.75.41\",\"31.131.4.244\",\"31.22.115.186\",\"31.40.212.152\",\"34.247.229.180\",\"34.249.110.197\",\"38.101.149.196\",\"38.114.121.40\",\"38.54.30.228\",\"38.54.42.235\",\"38.54.79.187\",\"38.60.253.237\",\"41.185.29.210\",\"41.223.52.170\",\"45.124.65.86\",\"45.132.244.92\",\"45.248.77.61\",\"45.32.123.201\",\"45.32.169.55\",\"45.32.183.112\",\"45.32.210.159\",\"45.32.67.144\",\"45.32.77.223\",\"45.63.67.181\",\"45.76.252.131\",\"45.77.148.74\",\"45.77.233.177\",\"46.250.220.133\",\"49.12.102.29\",\"5.134.119.103\",\"5.134.119.194\",\"5.188.183.13\",\"5.189.146.228\",\"51.81.186.219\",\"51.81.33.156\",\"54.246.224.74\",\"54.36.103.97\",\"61.219.247.87\",\"61.219.247.90\",\"64.176.163.166\",\"64.176.4.251\",\"64.227.16.93\",\"64.31.63.160\",\"65.108.104.232\",\"65.20.75.178\",\"65.21.81.50\",\"65.21.81.51\",\"66.42.124.101\",\"67.219.99.102\",\"69.50.95.216\",\"70.34.205.229\",\"79.172.239.249\",\"81.31.156.245\",\"81.31.156.246\",\"86.105.14.231\",\"86.105.14.232\",\"89.147.110.130\",\"89.58.38.4\",\"91.148.135.53\",\"91.201.67.57\",\"91.228.7.67\",\"92.118.205.75\",\"94.75.232.90\",\"95.179.145.87\",\"95.179.245.162\",\"95.216.116.209\"],\"curr_request.ver_check\":0,\"last_request.ver_check\":1736840080}','yes'),(73690,'litespeed.purge.queue','-1','yes'),(73691,'litespeed.purge.queue2','-1','yes'),(74842,'litespeed.optimize.timestamp_purge_css','1740392565','yes'),(75055,'litespeed.admin_display.msg_pin','-1','yes'),(98713,'recovery_mode_email_last_sent','1681291789','yes'),(108293,'eael_show_reset_password_on_form_submit_226','1','no'),(74380,'elementor_submissions_db_version','5','yes'),(73689,'litespeed.conf.__activation','-1','yes'),(74053,'litespeed.conf.hash','mF9MUfrJ0dixp6Sy5yutQNeX8VrqnJ5m','yes'),(74054,'litespeed.conf.auto_upgrade','','yes'),(74055,'litespeed.conf.api_key','','yes'),(74056,'litespeed.conf.server_ip','','yes'),(74057,'litespeed.conf.guest','','yes'),(74058,'litespeed.conf.guest_optm','','yes'),(74062,'litespeed.conf.cache','1','yes'),(74063,'litespeed.conf.cache-priv','1','yes'),(74064,'litespeed.conf.cache-commenter','1','yes'),(74065,'litespeed.conf.cache-rest','1','yes'),(74066,'litespeed.conf.cache-page_login','1','yes'),(74067,'litespeed.conf.cache-favicon','1','yes'),(74068,'litespeed.conf.cache-resources','1','yes'),(74059,'litespeed.conf.news','1','yes'),(74060,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]','yes'),(74061,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','yes'),(74069,'litespeed.conf.cache-mobile','','yes'),(74070,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','yes'),(74071,'litespeed.conf.cache-browser','','yes'),(74072,'litespeed.conf.cache-exc_useragents','[]','yes'),(74073,'litespeed.conf.cache-exc_cookies','[]','yes'),(74074,'litespeed.conf.cache-exc_qs','[]','yes'),(74075,'litespeed.conf.cache-exc_cat','[]','yes'),(74076,'litespeed.conf.cache-exc_tag','[]','yes'),(74077,'litespeed.conf.cache-force_uri','[]','yes'),(74078,'litespeed.conf.cache-force_pub_uri','[]','yes'),(74079,'litespeed.conf.cache-priv_uri','[]','yes'),(74080,'litespeed.conf.cache-exc','[]','yes'),(74081,'litespeed.conf.cache-exc_roles','[]','yes'),(74082,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','yes'),(74083,'litespeed.conf.cache-ttl_pub','604800','yes'),(74084,'litespeed.conf.cache-ttl_priv','1800','yes'),(74085,'litespeed.conf.cache-ttl_frontpage','604800','yes'),(74086,'litespeed.conf.cache-ttl_feed','604800','yes'),(74087,'litespeed.conf.cache-ttl_rest','604800','yes'),(74088,'litespeed.conf.cache-ttl_browser','31557600','yes'),(74089,'litespeed.conf.cache-ttl_status','[\"403 3600\",\"404 3600\",\"500 3600\"]','yes'),(74090,'litespeed.conf.cache-login_cookie','','yes'),(74091,'litespeed.conf.cache-vary_group','[]','yes'),(74092,'litespeed.conf.purge-upgrade','1','yes'),(74093,'litespeed.conf.purge-stale','','yes'),(74094,'litespeed.conf.purge-post_all','','yes'),(74095,'litespeed.conf.purge-post_f','1','yes'),(74096,'litespeed.conf.purge-post_h','1','yes'),(74097,'litespeed.conf.purge-post_p','1','yes'),(74098,'litespeed.conf.purge-post_pwrp','1','yes'),(74099,'litespeed.conf.purge-post_a','1','yes'),(74100,'litespeed.conf.purge-post_y','','yes'),(74101,'litespeed.conf.purge-post_m','1','yes'),(74102,'litespeed.conf.purge-post_d','','yes'),(74103,'litespeed.conf.purge-post_t','1','yes'),(74104,'litespeed.conf.purge-post_pt','1','yes'),(74105,'litespeed.conf.purge-timed_urls','[]','yes'),(74106,'litespeed.conf.purge-timed_urls_time','','yes'),(74107,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','yes'),(74108,'litespeed.conf.esi','','yes'),(74109,'litespeed.conf.esi-cache_admbar','1','yes'),(74110,'litespeed.conf.esi-cache_commform','1','yes'),(74111,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','yes'),(74112,'litespeed.conf.util-instant_click','','yes'),(74113,'litespeed.conf.util-no_https_vary','','yes'),(74114,'litespeed.conf.debug-disable_all','','yes'),(74115,'litespeed.conf.debug','','yes'),(74116,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','yes'),(74117,'litespeed.conf.debug-level','','yes'),(74118,'litespeed.conf.debug-filesize','3','yes'),(74119,'litespeed.conf.debug-cookie','','yes'),(74120,'litespeed.conf.debug-collaps_qs','','yes'),(74121,'litespeed.conf.debug-inc','[]','yes'),(74122,'litespeed.conf.debug-exc','[]','yes'),(74123,'litespeed.conf.debug-exc_strings','[]','yes'),(74124,'litespeed.conf.db_optm-revisions_max','0','yes'),(74125,'litespeed.conf.db_optm-revisions_age','0','yes'),(74126,'litespeed.conf.optm-css_min','','yes'),(74127,'litespeed.conf.optm-css_comb','','yes'),(74128,'litespeed.conf.optm-css_comb_ext_inl','1','yes'),(74129,'litespeed.conf.optm-ucss','','yes'),(74130,'litespeed.conf.optm-ucss_inline','','yes'),(74131,'litespeed.conf.optm-ucss_whitelist','[]','yes'),(74132,'litespeed.conf.optm-ucss_exc','[]','yes'),(74133,'litespeed.conf.optm-css_exc','[]','yes'),(74134,'litespeed.conf.optm-js_min','','yes'),(74135,'litespeed.conf.optm-js_comb','','yes'),(74136,'litespeed.conf.optm-js_comb_ext_inl','1','yes'),(74137,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','yes'),(74138,'litespeed.conf.optm-html_min','','yes'),(74139,'litespeed.conf.optm-html_lazy','[]','yes'),(74140,'litespeed.conf.optm-qs_rm','','yes'),(74141,'litespeed.conf.optm-ggfonts_rm','','yes'),(74142,'litespeed.conf.optm-css_async','','yes'),(74143,'litespeed.conf.optm-ccss_per_url','','yes'),(74144,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','yes'),(74145,'litespeed.conf.optm-ccss_sep_uri','[]','yes'),(74146,'litespeed.conf.optm-css_async_inline','1','yes'),(74147,'litespeed.conf.optm-css_font_display','','yes'),(74148,'litespeed.conf.optm-js_defer','','yes'),(74149,'litespeed.conf.optm-emoji_rm','','yes'),(74150,'litespeed.conf.optm-noscript_rm','','yes'),(74151,'litespeed.conf.optm-ggfonts_async','','yes'),(74152,'litespeed.conf.optm-exc_roles','[]','yes'),(74153,'litespeed.conf.optm-ccss_con','','yes'),(74154,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','yes'),(74155,'litespeed.conf.optm-gm_js_exc','[]','yes'),(74156,'litespeed.conf.optm-dns_prefetch','[]','yes'),(74157,'litespeed.conf.optm-dns_prefetch_ctrl','','yes'),(74158,'litespeed.conf.optm-exc','[]','yes'),(74159,'litespeed.conf.optm-guest_only','1','yes'),(74160,'litespeed.conf.object','','yes'),(74161,'litespeed.conf.object-kind','','yes'),(74162,'litespeed.conf.object-host','localhost','yes'),(74163,'litespeed.conf.object-port','11211','yes'),(74164,'litespeed.conf.object-life','360','yes'),(74165,'litespeed.conf.object-persistent','1','yes'),(74166,'litespeed.conf.object-admin','1','yes'),(74167,'litespeed.conf.object-transients','1','yes'),(74168,'litespeed.conf.object-db_id','0','yes'),(74169,'litespeed.conf.object-user','','yes'),(74170,'litespeed.conf.object-pswd','','yes'),(74171,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','yes'),(74172,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','yes'),(74173,'litespeed.conf.discuss-avatar_cache','','yes'),(74174,'litespeed.conf.discuss-avatar_cron','','yes'),(74175,'litespeed.conf.discuss-avatar_cache_ttl','604800','yes'),(74176,'litespeed.conf.optm-localize','','yes'),(74177,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','yes'),(74178,'litespeed.conf.media-lazy','','yes'),(74179,'litespeed.conf.media-lazy_placeholder','','yes'),(74180,'litespeed.conf.media-placeholder_resp','','yes'),(74181,'litespeed.conf.media-placeholder_resp_color','#cfd4db','yes'),(74182,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','yes'),(74183,'litespeed.conf.media-lqip','','yes'),(74184,'litespeed.conf.media-lqip_qual','4','yes'),(74185,'litespeed.conf.media-lqip_min_w','150','yes'),(74186,'litespeed.conf.media-lqip_min_h','150','yes'),(74187,'litespeed.conf.media-placeholder_resp_async','1','yes'),(74188,'litespeed.conf.media-iframe_lazy','','yes'),(74189,'litespeed.conf.media-add_missing_sizes','','yes'),(74190,'litespeed.conf.media-lazy_exc','[]','yes'),(74191,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','yes'),(74192,'litespeed.conf.media-lazy_parent_cls_exc','[]','yes'),(74193,'litespeed.conf.media-iframe_lazy_cls_exc','[]','yes'),(74194,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','yes'),(74195,'litespeed.conf.media-lazy_uri_exc','[]','yes'),(74196,'litespeed.conf.media-lqip_exc','[]','yes'),(74197,'litespeed.conf.media-vpi','','yes'),(74198,'litespeed.conf.media-vpi_cron','1','yes'),(74199,'litespeed.conf.img_optm-auto','','yes'),(74200,'litespeed.conf.img_optm-cron','1','yes'),(74201,'litespeed.conf.img_optm-ori','1','yes'),(74202,'litespeed.conf.img_optm-rm_bkup','','yes'),(74203,'litespeed.conf.img_optm-webp','1','yes'),(74204,'litespeed.conf.img_optm-lossless','','yes'),(74205,'litespeed.conf.img_optm-exif','1','yes'),(74206,'litespeed.conf.img_optm-webp_replace','','yes'),(74207,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]','yes'),(74208,'litespeed.conf.img_optm-webp_replace_srcset','','yes'),(74209,'litespeed.conf.img_optm-jpg_quality','82','yes'),(74210,'litespeed.conf.crawler','','yes'),(74211,'litespeed.conf.crawler-usleep','500','yes'),(74212,'litespeed.conf.crawler-run_duration','400','yes'),(74213,'litespeed.conf.crawler-run_interval','600','yes'),(74214,'litespeed.conf.crawler-crawl_interval','302400','yes'),(74215,'litespeed.conf.crawler-threads','3','yes'),(74216,'litespeed.conf.crawler-timeout','30','yes'),(74217,'litespeed.conf.crawler-load_limit','1','yes'),(74218,'litespeed.conf.crawler-sitemap','','yes'),(74219,'litespeed.conf.crawler-drop_domain','1','yes'),(74220,'litespeed.conf.crawler-map_timeout','120','yes'),(74221,'litespeed.conf.crawler-roles','[]','yes'),(74222,'litespeed.conf.crawler-cookies','[]','yes'),(74223,'litespeed.conf.misc-heartbeat_front','','yes'),(74224,'litespeed.conf.misc-heartbeat_front_ttl','60','yes'),(74225,'litespeed.conf.misc-heartbeat_back','','yes'),(74226,'litespeed.conf.misc-heartbeat_back_ttl','60','yes'),(74227,'litespeed.conf.misc-heartbeat_editor','','yes'),(74228,'litespeed.conf.misc-heartbeat_editor_ttl','15','yes'),(74229,'litespeed.conf.cdn','','yes'),(74230,'litespeed.conf.cdn-ori','[]','yes'),(74231,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','yes'),(74232,'litespeed.conf.cdn-exc','[]','yes'),(74233,'litespeed.conf.cdn-quic','','yes'),(74234,'litespeed.conf.cdn-cloudflare','','yes'),(74235,'litespeed.conf.cdn-cloudflare_email','','yes'),(74236,'litespeed.conf.cdn-cloudflare_key','','yes'),(74237,'litespeed.conf.cdn-cloudflare_name','','yes'),(74238,'litespeed.conf.cdn-cloudflare_zone','','yes'),(74239,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','yes'),(74240,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','yes'),(74241,'litespeed.conf.qc-token','','yes'),(74242,'litespeed.conf.qc-nameservers','','yes'),(74331,'backuply_version','1.4.3','yes'),(74335,'jetpack_active_modules','a:0:{}','yes'),(74334,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(74341,'akismet_strictness','0','yes'),(74342,'akismet_show_user_comments_approved','0','yes'),(74343,'akismet_comment_form_privacy_notice','display','yes'),(74344,'wordpress_api_key','133979d9261f','yes'),(74346,'akismet_spam_count','0','yes'),(74306,'litespeed.data.upgrading','-1','yes'),(74307,'litespeed.admin_display.messages','-1','yes'),(89164,'betterlinks_activation_flag','a:2:{s:25:\"last_activation_timestamp\";i:1734617866;s:53:\"last_activation_background_processes_firing_timestamp\";i:1734617867;}','no'),(83960,'presto_player_webhooks_database_version','1','yes'),(85731,'litespeed.conf.optm-ucss_file_exc_inline','[]','yes'),(80582,'loginizer_csrf_promo_time','1655493619','yes'),(122713,'wp_attachment_pages_enabled','1','yes'),(81086,'betterlinks_notices','a:9:{s:12:\"lifetime_pro\";a:4:{s:5:\"start\";i:1702562226;s:7:\"refresh\";s:5:\"1.6.2\";s:10:\"recurrence\";i:7;s:6:\"expire\";i:1666310399;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"opt_in\";a:2:{s:5:\"start\";i:1736777867;s:7:\"refresh\";s:5:\"2.2.2\";}s:6:\"review\";a:3:{s:5:\"start\";i:1736346504;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:5:\"2.2.2\";}s:19:\"black_friday_notice\";a:4:{s:5:\"start\";i:1729691897;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"2.1.9\";s:6:\"expire\";i:1701561599;}s:20:\"betterlinks_4th_year\";a:4:{s:5:\"start\";i:1729691797;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"2.1.9\";s:6:\"expire\";i:1726790399;}s:21:\"betterlinks_halloween\";a:4:{s:5:\"start\";i:1731247353;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"2.1.10\";s:6:\"expire\";i:1730678399;}s:25:\"betterlinks_blackfriday24\";a:4:{s:5:\"start\";i:1732713982;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"2.2.1\";s:6:\"expire\";i:1733443199;}s:25:\"betterlinks_holiday_24_25\";a:4:{s:5:\"start\";i:1734617866;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"2.2.2\";s:6:\"expire\";i:1736553599;}}','off'),(90145,'backuply_hide_holiday','1740392438','off'),(115949,'elementor_pro_remote_info_api_data_3.14.1','a:2:{s:7:\"timeout\";i:1692881396;s:5:\"value\";s:100:\"{\"stable_version\":\"3.15.1\",\"last_updated\":\"2022-05-10 14:03:37\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:186109:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.3 - 2023-04-23<\\/h4>\\n<ul>\\n<li>Fix: Document is not loading after assigning a CSS ID value to a menu item in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21934\\\">#21934<\\/a>)<\\/li>\\n<li>Fix: Elementor CLI causes conflicts with other CLI commands when using PHP 8+ (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21582\\\">#21582<\\/a>)<\\/li>\\n<li>Fix: Dropdown content area is not working as expected with Space Between and Margins in Menu widget<\\/li>\\n<li>Fix: Reverted the option to set a custom icon to Remove Item in Menu Cart widget<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle from the Loop Carousel becomes inaccessible in some cases ([#21316]<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-21<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-07<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated ([#19553] (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553<\\/a>))<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes characher is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629]\\\">#18629<\\/a><\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"#11475\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475<\\/a><\\/a>, <a href=\\\"#10690\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690<\\/a><\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.15.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.3\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9zdW5mbG9yaXMuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY5MjgzODE5NSwiZXhwIjoxNjkyOTI0NTk1fQ.qZdc-Bxt3I2ZKbYwFIgs9OOPs60vbDK1CVjfH8IEtcc\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9zdW5mbG9yaXMuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY5MjgzODE5NSwiZXhwIjoxNjkyOTI0NTk1fQ.qZdc-Bxt3I2ZKbYwFIgs9OOPs60vbDK1CVjfH8IEtcc\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.3\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9zdW5mbG9yaXMuY29tIiwiaWF0IjoxNjkyODM4MTk1LCJleHAiOjE2OTI5MjQ1OTV9.1FU3qa8uq6CuwdlmoNmvnAZQOlkCORN8XyPVRBXh0ko\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9zdW5mbG9yaXMuY29tIiwiaWF0IjoxNjkyODM4MTk1LCJleHAiOjE2OTI5MjQ1OTV9.1FU3qa8uq6CuwdlmoNmvnAZQOlkCORN8XyPVRBXh0ko\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','no'),(111881,'unlimited_elements_notices','a:2:{s:7:\"options\";a:1:{s:12:\"install_time\";i:1688903021;}s:7:\"notices\";a:1:{s:24:\"birthday-sale-23-banner3\";a:2:{s:11:\"finish_time\";i:1691495022;s:9:\"dismissed\";b:1;}}}','yes'),(76530,'elementor_connect_site_key','eb62fa581595383daf97d3d6908e2665','yes'),(107705,'litespeed.admin_display._summary','{\"new_version.last_check\":1692872572,\"new_version.v\":\"5.6\"}','yes'),(107694,'chaty_hide_review_box','1','yes'),(96316,'backuply_backup_nag','1740392487','yes'),(96317,'chaty_hide_affiliate_box','1','yes'),(75774,'backuply_promo_time','-1660948140','yes'),(95705,'jetpack_waf_needs_update','','yes');
INSERT INTO `wpjn_options` VALUES (112152,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:1269:{s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"28\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"28\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:203;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-content-layout]\";a:4:{s:7:\"default\";s:15:\"boxed-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:3:{s:6:\"labels\";a:9:{i:0;s:11:\"Theme Color\";i:1;s:16:\"Link Hover Color\";i:2;s:13:\"Heading Color\";i:3;s:10:\"Text Color\";i:4;s:16:\"Background Color\";i:5;s:13:\"Extra Color 1\";i:6;s:13:\"Extra Color 2\";i:7;s:13:\"Extra Color 3\";i:8;s:13:\"Extra Color 4\";}s:7:\"palette\";a:9:{i:0;s:7:\"#5a2209\";i:1;s:7:\"#833c0c\";i:2;s:7:\"#1E1810\";i:3;s:7:\"#ffffff\";i:4;s:7:\"#ffffff\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#000000\";i:7;s:7:\"#4B4F58\";i:8;s:7:\"#ffffff\";}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#5a2209\";i:1;s:7:\"#833c0c\";i:2;s:7:\"#1E1810\";i:3;s:7:\"#ffffff\";i:4;s:7:\"#ffffff\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#000000\";i:7;s:7:\"#4B4F58\";i:8;s:7:\"#ffffff\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0274be\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#393939\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0274be\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#484848\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:7:\"#dddddd\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:23:\"\'Work Sans\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";i:15;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";d:1.6;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:25:\"\'DM Serif Display\', serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";d:1.2;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:6:\"legacy\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"64\";s:6:\"tablet\";s:2:\"34\";s:6:\"mobile\";s:2:\"30\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:2:\"30\";s:6:\"mobile\";s:2:\"26\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"36\";s:6:\"tablet\";s:2:\"26\";s:6:\"mobile\";s:2:\"22\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"28\";s:6:\"tablet\";s:2:\"20\";s:6:\"mobile\";s:2:\"18\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"22\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:2:\"25\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-elementskit_content-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-elementskit_content-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-single-elementskit_content-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-single-elementskit_content-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementskit_content-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_content-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementskit_content-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-single-elementskit_content-title\";i:1;s:43:\"ast-dynamic-single-elementskit_content-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_content-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_content-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_content-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-elementskit_content-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementskit_content-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_content-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_content-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_content-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_content-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-extras]\";a:4:{s:7:\"default\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_content-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[single-elementskit_template-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-elementskit_template-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"ast-dynamic-single-elementskit_template-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-single-elementskit_template-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementskit_template-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_template-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementskit_template-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:45:\"ast-dynamic-single-elementskit_template-title\";i:1;s:44:\"ast-dynamic-single-elementskit_template-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_template-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_template-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_template-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementskit_template-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_template-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_template-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_template-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-single-elementskit_template-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_template-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-extras]\";a:4:{s:7:\"default\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_template-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[single-elementskit_widget-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-elementskit_widget-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-elementskit_widget-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-elementskit_widget-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-elementskit_widget-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-elementskit_widget-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-elementskit_widget-title\";i:1;s:42:\"ast-dynamic-single-elementskit_widget-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_widget-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_widget-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_widget-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementskit_widget-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementskit_widget-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_widget-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_widget-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementskit_widget-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-elementskit_widget-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_widget-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_widget-title-font-extras]\";a:4:{s:7:\"default\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_widget-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-elementskit_widget-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[single-tcb_symbol-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[single-tcb_symbol-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"ast-dynamic-single-tcb_symbol-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-single-tcb_symbol-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-tcb_symbol-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-single-tcb_symbol-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:35:\"ast-dynamic-single-tcb_symbol-title\";i:1;s:34:\"ast-dynamic-single-tcb_symbol-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-tcb_symbol-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-tcb_symbol-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-tcb_symbol-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-tcb_symbol-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-tcb_symbol-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-tcb_symbol-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-tcb_symbol-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tcb_symbol-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-tcb_symbol-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-tcb_symbol-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:62:\"astra-settings[ast-dynamic-single-tcb_symbol-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:60:\"astra-settings[ast-dynamic-single-tcb_symbol-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-tcb_symbol-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-tcb_symbol-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:63:\"astra-settings[ast-dynamic-single-tcb_symbol-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:61:\"astra-settings[ast-dynamic-single-tcb_symbol-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-tcb_symbol-title-font-extras]\";a:4:{s:7:\"default\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-tcb_symbol-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:62:\"astra-settings[ast-dynamic-single-tcb_symbol-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:60:\"astra-settings[ast-dynamic-single-tcb_symbol-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-tcb_symbol-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[ast-dynamic-single-tcb_symbol-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-tcb_symbol-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-tcb_symbol-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-tcb_symbol-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-tcb_lightbox-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-tcb_lightbox-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"ast-dynamic-single-tcb_lightbox-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[ast-single-tcb_lightbox-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-tcb_lightbox-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-tcb_lightbox-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:37:\"ast-dynamic-single-tcb_lightbox-title\";i:1;s:36:\"ast-dynamic-single-tcb_lightbox-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-tcb_lightbox-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-tcb_lightbox-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-tcb_lightbox-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-tcb_lightbox-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-tcb_lightbox-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-tcb_lightbox-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-tcb_lightbox-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-tcb_lightbox-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-tcb_lightbox-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tcb_lightbox-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-tcb_lightbox-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-tcb_lightbox-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tcb_lightbox-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tcb_lightbox-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-single-tcb_lightbox-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-single-tcb_lightbox-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tcb_lightbox-title-font-extras]\";a:4:{s:7:\"default\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tcb_lightbox-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-tcb_lightbox-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-tcb_lightbox-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tcb_lightbox-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-tcb_lightbox-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[single-nx_bar-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-nx_bar-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"ast-dynamic-single-nx_bar-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-single-nx_bar-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-nx_bar-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-nx_bar-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-nx_bar-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-nx_bar-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:31:\"ast-dynamic-single-nx_bar-title\";i:1;s:30:\"ast-dynamic-single-nx_bar-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-nx_bar-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-nx_bar-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-nx_bar-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-nx_bar-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-nx_bar-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-nx_bar-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-nx_bar-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-nx_bar-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-nx_bar-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-single-nx_bar-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-nx_bar-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-nx_bar-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-nx_bar-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-nx_bar-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-nx_bar-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-nx_bar-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-nx_bar-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-nx_bar-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-nx_bar-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-single-nx_bar-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-single-nx_bar-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-nx_bar-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-nx_bar-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[ast-dynamic-single-nx_bar-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[ast-dynamic-single-nx_bar-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-nx_bar-title-font-extras]\";a:4:{s:7:\"default\";a:1:{s:14:\"text-transform\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-nx_bar-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-nx_bar-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-single-nx_bar-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-single-nx_bar-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-nx_bar-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-single-nx_bar-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[ast-dynamic-single-nx_bar-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:8:\"category\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[archive-elementskit_content-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[archive-elementskit_content-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"ast-dynamic-archive-elementskit_content-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-archive-elementskit_content-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementskit_content-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementskit_content-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:45:\"ast-dynamic-archive-elementskit_content-title\";i:1;s:51:\"ast-dynamic-archive-elementskit_content-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_content-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_content-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[archive-elementskit_template-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[archive-elementskit_template-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"ast-dynamic-archive-elementskit_template-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-archive-elementskit_template-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-elementskit_template-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementskit_template-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:46:\"ast-dynamic-archive-elementskit_template-title\";i:1;s:52:\"ast-dynamic-archive-elementskit_template-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementskit_template-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_template-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:72:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[archive-elementskit_widget-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-elementskit_widget-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-elementskit_widget-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-elementskit_widget-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-elementskit_widget-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-elementskit_widget-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-elementskit_widget-title\";i:1;s:50:\"ast-dynamic-archive-elementskit_widget-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementskit_widget-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_widget-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_widget-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-elementskit_widget-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_widget-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_widget-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementskit_widget-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-elementskit_widget-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-elementskit_widget-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-elementskit_widget-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-elementskit_widget-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_widget-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_widget-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-elementskit_widget-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[archive-tcb_symbol-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[archive-tcb_symbol-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-archive-tcb_symbol-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[ast-archive-tcb_symbol-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-tcb_symbol-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-tcb_symbol-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:36:\"ast-dynamic-archive-tcb_symbol-title\";i:1;s:42:\"ast-dynamic-archive-tcb_symbol-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-tcb_symbol-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-tcb_symbol-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tcb_symbol-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-tcb_symbol-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-tcb_symbol-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tcb_symbol-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-tcb_symbol-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-tcb_symbol-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:63:\"astra-settings[ast-dynamic-archive-tcb_symbol-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:61:\"astra-settings[ast-dynamic-archive-tcb_symbol-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-tcb_symbol-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-tcb_symbol-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-archive-tcb_symbol-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-archive-tcb_symbol-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-tcb_symbol-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[ast-dynamic-archive-tcb_symbol-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[archive-tcb_lightbox-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[archive-tcb_lightbox-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"ast-dynamic-archive-tcb_lightbox-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-archive-tcb_lightbox-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-archive-tcb_lightbox-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-tcb_lightbox-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:38:\"ast-dynamic-archive-tcb_lightbox-title\";i:1;s:44:\"ast-dynamic-archive-tcb_lightbox-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-tcb_lightbox-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-tcb_lightbox-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-tcb_lightbox-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-tcb_lightbox-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-tcb_lightbox-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-tcb_lightbox-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-tcb_lightbox-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tcb_lightbox-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-archive-tcb_lightbox-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-archive-tcb_lightbox-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tcb_lightbox-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tcb_lightbox-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:66:\"astra-settings[ast-dynamic-archive-tcb_lightbox-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:64:\"astra-settings[ast-dynamic-archive-tcb_lightbox-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tcb_lightbox-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[ast-dynamic-archive-tcb_lightbox-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[archive-nx_bar-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[archive-nx_bar-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"ast-dynamic-archive-nx_bar-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-archive-nx_bar-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-archive-nx_bar-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-nx_bar-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-nx_bar-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-archive-nx_bar-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:32:\"ast-dynamic-archive-nx_bar-title\";i:1;s:38:\"ast-dynamic-archive-nx_bar-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-archive-nx_bar-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-nx_bar-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-nx_bar-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-nx_bar-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-nx_bar-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-nx_bar-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-nx_bar-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-archive-nx_bar-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-nx_bar-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-nx_bar-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-nx_bar-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-nx_bar-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-nx_bar-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-nx_bar-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-nx_bar-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-nx_bar-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-nx_bar-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[ast-dynamic-archive-nx_bar-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[ast-dynamic-archive-nx_bar-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-nx_bar-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-nx_bar-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:60:\"astra-settings[ast-dynamic-archive-nx_bar-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[ast-dynamic-archive-nx_bar-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-nx_bar-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-nx_bar-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[ast-dynamic-archive-nx_bar-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[archive-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:10:\"capitalize\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-design-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:1:\"1\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-widget-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-widget-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[transparent-header-widget-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-widget-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-widget-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:7:\"unicode\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";i:1;s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:9:\"uppercase\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:1:{i:0;s:6:\"menu-1\";}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:2:{i:0;s:11:\"mobile-menu\";i:1;s:8:\"button-1\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:4:\"full\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}s:7:\"below_2\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:7:\"2-equal\";}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:7:\"2-equal\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:1;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:4:\"fill\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:7:\"#2d2d39\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";i:2;s:6:\"bottom\";i:2;s:4:\"left\";i:2;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:10:\"off-canvas\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:4:\"none\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:110;s:6:\"tablet\";i:90;s:6:\"mobile\";i:80;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:15:\"ONLINE COURSES \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:39:\"https://selar.co/smartphoneonlinecourse\";s:7:\"new_tab\";s:1:\"1\";s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"22\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"22\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#000000\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:9:\"uppercase\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"25\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:62:\"https://websitedemos.net/professional-services-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:19:\"rgba(45,45,57,0.66)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:7:\"#2d2d38\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:7:\"#2d2d38\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:2:\"15\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:9:\"uppercase\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:4:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:84:\"<p style=\"text-align: center;\">Copyright [copyright] [current_year] [site_title]</p>\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:10:\"horizontal\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"flex-start\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"80\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:4:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#e6e6e6\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:18:\"rgba(45,45,57,0.7)\";s:16:\"background-image\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/cta-bg.jpg\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:5:\"fixed\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";i:30;s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";a:2:{s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"100\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"25\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:1:\"0\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:373:\"<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24162.594709213252!2d-73.96352877334618!3d40.79886601364924!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2f6246837073b%3A0xc9dcfc4023c86664!2sHI%20New%20York%20City%20Hostel!5e0!3m2!1sen!2sin!4v1621248281026!5m2!1sen!2sin\" width=\"100%\" height=\"400\" allowfullscreen=\"\"></iframe>\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"45\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"15\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"#ffffff\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"42\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"25\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:35:{s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:10710;i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;r:10710;i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:10710;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:10710;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:10710;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:10710;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10710;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10710;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:10731;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','no'),(75775,'loginizer_backuply_promo_time','1655493619','yes'),(74431,'_elementor_pro_api_requests_lock','a:1:{s:11:\"get_version\";i:1692838195;}','yes'),(74686,'litespeed-excludes_uri','tve=true','yes'),(98714,'backuply_backup_stopped','1','yes'),(107844,'eael_show_reset_password_on_form_submit_1','1','off'),(107866,'eael_resetpassword_error_1','Invalid user name found!','no'),(107868,'eael_show_reset_password_on_form_submit_0','1','no'),(111990,'elementor_experiment-e_optimized_css_loading','default','yes'),(111991,'elementor_experiment-a11y_improvements','default','yes'),(92167,'astra_admin_settings','a:3:{s:18:\"self_hosted_gfonts\";b:0;s:19:\"preload_local_fonts\";b:0;s:26:\"theme-setup-admin-migrated\";b:1;}','yes'),(128777,'wpforms_process_domain_auto_registration_status','in_progress','yes'),(130702,'_wpforms_transient_timeout_templates.json','1741012548','no'),(130703,'_wpforms_transient_templates.json','1740407748','no'),(130706,'_wpforms_transient_timeout_docs.json','1740468076','no'),(130707,'_wpforms_transient_docs.json','1739863276','no'),(130708,'_wpforms_transient_timeout_addons.json','1740468076','no'),(130709,'_wpforms_transient_addons.json','1739863276','no'),(115233,'wpforms_process_font_awesome_upgrade_status','in_progress','yes'),(103219,'loginizer_login_attempt_stats','a:4036:{i:1680890400;a:1:{i:0;i:1;}i:1680897600;a:1:{i:0;i:1;}i:1680901200;a:1:{i:0;i:1;}i:1680908400;a:1:{i:0;i:1;}i:1680912000;a:1:{i:0;i:2;}i:1680919200;a:1:{i:0;i:1;}i:1680933600;a:1:{i:0;i:2;}i:1680940800;a:1:{i:0;i:2;}i:1680944400;a:1:{i:0;i:1;}i:1680948000;a:1:{i:0;i:3;}i:1680969600;a:1:{i:0;i:3;}i:1680980400;a:1:{i:0;i:1;}i:1680984000;a:1:{i:0;i:1;}i:1680998400;a:1:{i:0;i:1;}i:1681002000;a:1:{i:0;i:1;}i:1681005600;a:1:{i:0;i:1;}i:1681009200;a:1:{i:0;i:1;}i:1681023600;a:1:{i:0;i:3;}i:1681030800;a:1:{i:0;i:2;}i:1681038000;a:1:{i:0;i:4;}i:1681045200;a:1:{i:0;i:3;}i:1681048800;a:1:{i:0;i:3;}i:1681052400;a:1:{i:0;i:1;}i:1681063200;a:1:{i:0;i:1;}i:1681066800;a:1:{i:0;i:1;}i:1681074000;a:1:{i:0;i:1;}i:1681077600;a:1:{i:0;i:2;}i:1681088400;a:1:{i:0;i:1;}i:1681095600;a:1:{i:0;i:1;}i:1681102800;a:1:{i:0;i:2;}i:1681106400;a:1:{i:0;i:4;}i:1681110000;a:1:{i:0;i:6;}i:1681113600;a:1:{i:0;i:6;}i:1681117200;a:1:{i:0;i:5;}i:1681120800;a:1:{i:0;i:9;}i:1681124400;a:1:{i:0;i:2;}i:1681131600;a:1:{i:0;i:1;}i:1681138800;a:1:{i:0;i:1;}i:1681146000;a:1:{i:0;i:2;}i:1681153200;a:1:{i:0;i:1;}i:1681156800;a:1:{i:0;i:1;}i:1681178400;a:1:{i:0;i:3;}i:1681182000;a:1:{i:0;i:4;}i:1681185600;a:1:{i:0;i:2;}i:1681189200;a:1:{i:0;i:1;}i:1681192800;a:1:{i:0;i:4;}i:1681196400;a:1:{i:0;i:3;}i:1681200000;a:1:{i:0;i:5;}i:1681203600;a:1:{i:0;i:3;}i:1681207200;a:1:{i:0;i:1;}i:1681210800;a:1:{i:0;i:3;}i:1681214400;a:1:{i:0;i:4;}i:1681218000;a:1:{i:0;i:6;}i:1681221600;a:1:{i:0;i:3;}i:1681225200;a:1:{i:0;i:6;}i:1681228800;a:1:{i:0;i:5;}i:1681232400;a:1:{i:0;i:4;}i:1681236000;a:1:{i:0;i:7;}i:1681239600;a:1:{i:0;i:4;}i:1681243200;a:1:{i:0;i:3;}i:1681246800;a:1:{i:0;i:13;}i:1681250400;a:1:{i:0;i:3;}i:1681254000;a:1:{i:0;i:9;}i:1681257600;a:1:{i:0;i:7;}i:1681261200;a:1:{i:0;i:6;}i:1681264800;a:1:{i:0;i:8;}i:1681268400;a:1:{i:0;i:5;}i:1681272000;a:1:{i:0;i:4;}i:1681275600;a:1:{i:0;i:3;}i:1681282800;a:1:{i:0;i:3;}i:1681286400;a:1:{i:0;i:8;}i:1681290000;a:1:{i:0;i:8;}i:1681293600;a:1:{i:0;i:3;}i:1681297200;a:1:{i:0;i:10;}i:1681300800;a:1:{i:0;i:2;}i:1681304400;a:1:{i:0;i:5;}i:1681308000;a:1:{i:0;i:4;}i:1681311600;a:1:{i:0;i:3;}i:1681315200;a:1:{i:0;i:6;}i:1681318800;a:1:{i:0;i:9;}i:1681322400;a:1:{i:0;i:2;}i:1681326000;a:1:{i:0;i:6;}i:1681329600;a:1:{i:0;i:7;}i:1681333200;a:1:{i:0;i:8;}i:1681336800;a:1:{i:0;i:3;}i:1681340400;a:1:{i:0;i:7;}i:1681344000;a:1:{i:0;i:4;}i:1681347600;a:1:{i:0;i:8;}i:1681351200;a:1:{i:0;i:3;}i:1681354800;a:1:{i:0;i:4;}i:1681358400;a:1:{i:0;i:9;}i:1681365600;a:1:{i:0;i:3;}i:1681369200;a:1:{i:0;i:3;}i:1681372800;a:1:{i:0;i:1;}i:1681376400;a:1:{i:0;i:4;}i:1681380000;a:1:{i:0;i:4;}i:1681383600;a:1:{i:0;i:3;}i:1681387200;a:1:{i:0;i:1;}i:1681390800;a:1:{i:0;i:4;}i:1681394400;a:1:{i:0;i:5;}i:1681398000;a:1:{i:0;i:4;}i:1681401600;a:1:{i:0;i:5;}i:1681405200;a:1:{i:0;i:3;}i:1681408800;a:1:{i:0;i:3;}i:1681412400;a:1:{i:0;i:4;}i:1681416000;a:1:{i:0;i:7;}i:1681419600;a:1:{i:0;i:5;}i:1681423200;a:1:{i:0;i:2;}i:1681426800;a:1:{i:0;i:3;}i:1681430400;a:1:{i:0;i:4;}i:1681434000;a:1:{i:0;i:5;}i:1681437600;a:1:{i:0;i:4;}i:1681441200;a:1:{i:0;i:3;}i:1681444800;a:1:{i:0;i:1;}i:1681448400;a:1:{i:0;i:4;}i:1681452000;a:1:{i:0;i:3;}i:1681455600;a:1:{i:0;i:4;}i:1681459200;a:1:{i:0;i:1;}i:1681462800;a:1:{i:0;i:2;}i:1681466400;a:1:{i:0;i:3;}i:1681470000;a:1:{i:0;i:2;}i:1681473600;a:1:{i:0;i:3;}i:1681477200;a:1:{i:0;i:5;}i:1681480800;a:1:{i:0;i:6;}i:1681484400;a:1:{i:0;i:4;}i:1681488000;a:1:{i:0;i:7;}i:1681491600;a:1:{i:0;i:4;}i:1681495200;a:1:{i:0;i:1;}i:1681498800;a:1:{i:0;i:3;}i:1681502400;a:1:{i:0;i:2;}i:1681506000;a:1:{i:0;i:4;}i:1681509600;a:1:{i:0;i:2;}i:1681513200;a:1:{i:0;i:4;}i:1681516800;a:1:{i:0;i:4;}i:1681520400;a:1:{i:0;i:4;}i:1681524000;a:1:{i:0;i:3;}i:1681531200;a:1:{i:0;i:5;}i:1681534800;a:1:{i:0;i:3;}i:1681538400;a:1:{i:0;i:3;}i:1681542000;a:1:{i:0;i:4;}i:1681545600;a:1:{i:0;i:4;}i:1681549200;a:1:{i:0;i:6;}i:1681552800;a:1:{i:0;i:4;}i:1681556400;a:1:{i:0;i:5;}i:1681560000;a:1:{i:0;i:3;}i:1681563600;a:1:{i:0;i:4;}i:1681567200;a:1:{i:0;i:2;}i:1681570800;a:1:{i:0;i:3;}i:1681574400;a:1:{i:0;i:4;}i:1681578000;a:1:{i:0;i:3;}i:1681581600;a:1:{i:0;i:2;}i:1681585200;a:1:{i:0;i:6;}i:1681588800;a:1:{i:0;i:4;}i:1681592400;a:1:{i:0;i:4;}i:1681599600;a:1:{i:0;i:2;}i:1681603200;a:1:{i:0;i:4;}i:1681606800;a:1:{i:0;i:1;}i:1681610400;a:1:{i:0;i:5;}i:1681614000;a:1:{i:0;i:5;}i:1681617600;a:1:{i:0;i:3;}i:1681621200;a:1:{i:0;i:3;}i:1681624800;a:1:{i:0;i:4;}i:1681632000;a:1:{i:0;i:1;}i:1681639200;a:1:{i:0;i:3;}i:1681642800;a:1:{i:0;i:2;}i:1681646400;a:1:{i:0;i:4;}i:1681650000;a:1:{i:0;i:1;}i:1681653600;a:1:{i:0;i:4;}i:1681660800;a:1:{i:0;i:1;}i:1681664400;a:1:{i:0;i:2;}i:1681671600;a:1:{i:0;i:2;}i:1681675200;a:1:{i:0;i:3;}i:1681678800;a:1:{i:0;i:3;}i:1681682400;a:1:{i:0;i:3;}i:1681686000;a:1:{i:0;i:2;}i:1681689600;a:1:{i:0;i:3;}i:1681693200;a:1:{i:0;i:2;}i:1681700400;a:1:{i:0;i:2;}i:1681704000;a:1:{i:0;i:2;}i:1681707600;a:1:{i:0;i:1;}i:1681711200;a:1:{i:0;i:4;}i:1681714800;a:1:{i:0;i:3;}i:1681718400;a:1:{i:0;i:3;}i:1681729200;a:1:{i:0;i:3;}i:1681732800;a:1:{i:0;i:4;}i:1681736400;a:1:{i:0;i:3;}i:1681740000;a:1:{i:0;i:2;}i:1681743600;a:1:{i:0;i:2;}i:1681747200;a:1:{i:0;i:5;}i:1681750800;a:1:{i:0;i:4;}i:1681754400;a:1:{i:0;i:3;}i:1681758000;a:1:{i:0;i:1;}i:1681761600;a:1:{i:0;i:10;}i:1681765200;a:1:{i:0;i:10;}i:1681768800;a:1:{i:0;i:7;}i:1681772400;a:1:{i:0;i:5;}i:1681776000;a:1:{i:0;i:6;}i:1681779600;a:1:{i:0;i:6;}i:1681783200;a:1:{i:0;i:9;}i:1681786800;a:1:{i:0;i:7;}i:1681790400;a:1:{i:0;i:9;}i:1681794000;a:1:{i:0;i:7;}i:1681797600;a:1:{i:0;i:7;}i:1681801200;a:1:{i:0;i:6;}i:1681804800;a:1:{i:0;i:10;}i:1681808400;a:1:{i:0;i:5;}i:1681812000;a:1:{i:0;i:3;}i:1681815600;a:1:{i:0;i:5;}i:1681822800;a:1:{i:0;i:2;}i:1681826400;a:1:{i:0;i:4;}i:1681830000;a:1:{i:0;i:2;}i:1681833600;a:1:{i:0;i:1;}i:1681837200;a:1:{i:0;i:1;}i:1681840800;a:1:{i:0;i:2;}i:1681848000;a:1:{i:0;i:4;}i:1681851600;a:1:{i:0;i:2;}i:1681855200;a:1:{i:0;i:2;}i:1681862400;a:1:{i:0;i:1;}i:1681866000;a:1:{i:0;i:2;}i:1681869600;a:1:{i:0;i:2;}i:1681873200;a:1:{i:0;i:1;}i:1681876800;a:1:{i:0;i:2;}i:1681884000;a:1:{i:0;i:1;}i:1681898400;a:1:{i:0;i:1;}i:1681905600;a:1:{i:0;i:1;}i:1681920000;a:1:{i:0;i:1;}i:1682031600;a:1:{i:0;i:4;}i:1682035200;a:1:{i:0;i:5;}i:1682038800;a:1:{i:0;i:8;}i:1682042400;a:1:{i:0;i:8;}i:1682046000;a:1:{i:0;i:5;}i:1682049600;a:1:{i:0;i:8;}i:1682053200;a:1:{i:0;i:2;}i:1682056800;a:1:{i:0;i:2;}i:1682060400;a:1:{i:0;i:7;}i:1682064000;a:1:{i:0;i:5;}i:1682067600;a:1:{i:0;i:7;}i:1682071200;a:1:{i:0;i:6;}i:1682074800;a:1:{i:0;i:4;}i:1682078400;a:1:{i:0;i:4;}i:1682082000;a:1:{i:0;i:3;}i:1682089200;a:1:{i:0;i:1;}i:1682092800;a:1:{i:0;i:1;}i:1682107200;a:1:{i:0;i:1;}i:1682118000;a:1:{i:0;i:1;}i:1682121600;a:1:{i:0;i:1;}i:1682125200;a:1:{i:0;i:1;}i:1682136000;a:1:{i:0;i:1;}i:1682139600;a:1:{i:0;i:1;}i:1682146800;a:1:{i:0;i:1;}i:1682150400;a:1:{i:0;i:1;}i:1682157600;a:1:{i:0;i:1;}i:1682161200;a:1:{i:0;i:1;}i:1682164800;a:1:{i:0;i:1;}i:1682172000;a:1:{i:0;i:1;}i:1682301600;a:1:{i:0;i:1;}i:1682305200;a:1:{i:0;i:3;}i:1682312400;a:1:{i:0;i:4;}i:1682316000;a:1:{i:0;i:4;}i:1682319600;a:1:{i:0;i:4;}i:1682323200;a:1:{i:0;i:3;}i:1682326800;a:1:{i:0;i:3;}i:1682330400;a:1:{i:0;i:3;}i:1682334000;a:1:{i:0;i:3;}i:1682337600;a:1:{i:0;i:3;}i:1682344800;a:1:{i:0;i:3;}i:1682348400;a:1:{i:0;i:1;}i:1682352000;a:1:{i:0;i:2;}i:1682355600;a:1:{i:0;i:4;}i:1682359200;a:1:{i:0;i:3;}i:1682362800;a:1:{i:0;i:5;}i:1682366400;a:1:{i:0;i:3;}i:1682370000;a:1:{i:0;i:1;}i:1682373600;a:1:{i:0;i:2;}i:1682377200;a:1:{i:0;i:3;}i:1682380800;a:1:{i:0;i:4;}i:1682384400;a:1:{i:0;i:3;}i:1682388000;a:1:{i:0;i:5;}i:1682391600;a:1:{i:0;i:4;}i:1682395200;a:1:{i:0;i:2;}i:1682398800;a:1:{i:0;i:1;}i:1682402400;a:1:{i:0;i:2;}i:1682409600;a:1:{i:0;i:4;}i:1682413200;a:1:{i:0;i:1;}i:1682420400;a:1:{i:0;i:4;}i:1682424000;a:1:{i:0;i:1;}i:1682427600;a:1:{i:0;i:5;}i:1682431200;a:1:{i:0;i:1;}i:1682434800;a:1:{i:0;i:3;}i:1682438400;a:1:{i:0;i:2;}i:1682442000;a:1:{i:0;i:2;}i:1682445600;a:1:{i:0;i:4;}i:1682449200;a:1:{i:0;i:4;}i:1682452800;a:1:{i:0;i:3;}i:1682460000;a:1:{i:0;i:5;}i:1682463600;a:1:{i:0;i:5;}i:1682467200;a:1:{i:0;i:3;}i:1682470800;a:1:{i:0;i:2;}i:1682474400;a:1:{i:0;i:7;}i:1682478000;a:1:{i:0;i:5;}i:1682481600;a:1:{i:0;i:2;}i:1682485200;a:1:{i:0;i:4;}i:1682488800;a:1:{i:0;i:1;}i:1682492400;a:1:{i:0;i:2;}i:1682496000;a:1:{i:0;i:4;}i:1682499600;a:1:{i:0;i:1;}i:1682503200;a:1:{i:0;i:2;}i:1682506800;a:1:{i:0;i:1;}i:1682514000;a:1:{i:0;i:1;}i:1682517600;a:1:{i:0;i:1;}i:1682521200;a:1:{i:0;i:1;}i:1682524800;a:1:{i:0;i:2;}i:1682542800;a:1:{i:0;i:1;}i:1682625600;a:1:{i:0;i:1;}i:1682668800;a:1:{i:0;i:1;}i:1682672400;a:1:{i:0;i:1;}i:1682704800;a:1:{i:0;i:8;}i:1682708400;a:1:{i:0;i:8;}i:1682712000;a:1:{i:0;i:7;}i:1682715600;a:1:{i:0;i:6;}i:1682719200;a:1:{i:0;i:6;}i:1682722800;a:1:{i:0;i:5;}i:1682726400;a:1:{i:0;i:6;}i:1682730000;a:1:{i:0;i:3;}i:1682733600;a:1:{i:0;i:2;}i:1682737200;a:1:{i:0;i:3;}i:1682740800;a:1:{i:0;i:1;}i:1682744400;a:1:{i:0;i:2;}i:1682748000;a:1:{i:0;i:3;}i:1682751600;a:1:{i:0;i:9;}i:1682755200;a:1:{i:0;i:7;}i:1682758800;a:1:{i:0;i:7;}i:1682762400;a:1:{i:0;i:2;}i:1682766000;a:1:{i:0;i:4;}i:1682769600;a:1:{i:0;i:4;}i:1682773200;a:1:{i:0;i:1;}i:1682776800;a:1:{i:0;i:5;}i:1682784000;a:1:{i:0;i:4;}i:1682787600;a:1:{i:0;i:5;}i:1682791200;a:1:{i:0;i:8;}i:1682794800;a:1:{i:0;i:8;}i:1682798400;a:1:{i:0;i:5;}i:1682802000;a:1:{i:0;i:1;}i:1682805600;a:1:{i:0;i:3;}i:1682809200;a:1:{i:0;i:4;}i:1682812800;a:1:{i:0;i:5;}i:1682816400;a:1:{i:0;i:3;}i:1682820000;a:1:{i:0;i:13;}i:1682823600;a:1:{i:0;i:8;}i:1682827200;a:1:{i:0;i:5;}i:1682830800;a:1:{i:0;i:5;}i:1682834400;a:1:{i:0;i:2;}i:1682838000;a:1:{i:0;i:4;}i:1682841600;a:1:{i:0;i:3;}i:1682845200;a:1:{i:0;i:2;}i:1682848800;a:1:{i:0;i:2;}i:1682856000;a:1:{i:0;i:5;}i:1682863200;a:1:{i:0;i:1;}i:1682866800;a:1:{i:0;i:5;}i:1682870400;a:1:{i:0;i:1;}i:1682881200;a:1:{i:0;i:9;}i:1682884800;a:1:{i:0;i:1;}i:1682888400;a:1:{i:0;i:3;}i:1682892000;a:1:{i:0;i:1;}i:1682895600;a:1:{i:0;i:3;}i:1682913600;a:1:{i:0;i:2;}i:1682917200;a:1:{i:0;i:5;}i:1682920800;a:1:{i:0;i:1;}i:1682924400;a:1:{i:0;i:4;}i:1682928000;a:1:{i:0;i:3;}i:1682931600;a:1:{i:0;i:4;}i:1682935200;a:1:{i:0;i:4;}i:1682938800;a:1:{i:0;i:4;}i:1682946000;a:1:{i:0;i:4;}i:1682949600;a:1:{i:0;i:3;}i:1682953200;a:1:{i:0;i:1;}i:1682956800;a:1:{i:0;i:3;}i:1682960400;a:1:{i:0;i:3;}i:1682964000;a:1:{i:0;i:8;}i:1682967600;a:1:{i:0;i:1;}i:1682971200;a:1:{i:0;i:3;}i:1682974800;a:1:{i:0;i:7;}i:1682978400;a:1:{i:0;i:3;}i:1682982000;a:1:{i:0;i:1;}i:1682985600;a:1:{i:0;i:8;}i:1682989200;a:1:{i:0;i:3;}i:1682992800;a:1:{i:0;i:5;}i:1682996400;a:1:{i:0;i:9;}i:1683000000;a:1:{i:0;i:3;}i:1683082800;a:1:{i:0;i:1;}i:1683273600;a:1:{i:0;i:1;}i:1683385200;a:1:{i:0;i:1;}i:1683540000;a:1:{i:0;i:1;}i:1683666000;a:1:{i:0;i:1;}i:1683802800;a:1:{i:0;i:1;}i:1683831600;a:1:{i:0;i:3;}i:1683914400;a:1:{i:0;i:4;}i:1684069200;a:1:{i:0;i:3;}i:1684227600;a:1:{i:0;i:1;}i:1684310400;a:1:{i:0;i:1;}i:1684314000;a:1:{i:0;i:3;}i:1684317600;a:1:{i:0;i:1;}i:1684321200;a:1:{i:0;i:1;}i:1684332000;a:1:{i:0;i:4;}i:1684342800;a:1:{i:0;i:5;}i:1684350000;a:1:{i:0;i:1;}i:1684357200;a:1:{i:0;i:3;}i:1684360800;a:1:{i:0;i:3;}i:1684364400;a:1:{i:0;i:1;}i:1684368000;a:1:{i:0;i:1;}i:1684375200;a:1:{i:0;i:2;}i:1684378800;a:1:{i:0;i:1;}i:1684382400;a:1:{i:0;i:2;}i:1684386000;a:1:{i:0;i:3;}i:1684389600;a:1:{i:0;i:3;}i:1684396800;a:1:{i:0;i:2;}i:1684400400;a:1:{i:0;i:5;}i:1684404000;a:1:{i:0;i:1;}i:1684414800;a:1:{i:0;i:2;}i:1684418400;a:1:{i:0;i:2;}i:1684422000;a:1:{i:0;i:1;}i:1684425600;a:1:{i:0;i:2;}i:1684429200;a:1:{i:0;i:3;}i:1684432800;a:1:{i:0;i:1;}i:1684436400;a:1:{i:0;i:5;}i:1684440000;a:1:{i:0;i:2;}i:1684443600;a:1:{i:0;i:2;}i:1684447200;a:1:{i:0;i:1;}i:1684450800;a:1:{i:0;i:1;}i:1684454400;a:1:{i:0;i:4;}i:1684461600;a:1:{i:0;i:5;}i:1684465200;a:1:{i:0;i:1;}i:1684468800;a:1:{i:0;i:3;}i:1684472400;a:1:{i:0;i:1;}i:1684483200;a:1:{i:0;i:3;}i:1684486800;a:1:{i:0;i:1;}i:1684490400;a:1:{i:0;i:2;}i:1684497600;a:1:{i:0;i:3;}i:1684501200;a:1:{i:0;i:1;}i:1684504800;a:1:{i:0;i:2;}i:1684512000;a:1:{i:0;i:3;}i:1684515600;a:1:{i:0;i:2;}i:1684519200;a:1:{i:0;i:1;}i:1684526400;a:1:{i:0;i:1;}i:1684537200;a:1:{i:0;i:3;}i:1684540800;a:1:{i:0;i:2;}i:1684548000;a:1:{i:0;i:3;}i:1684551600;a:1:{i:0;i:4;}i:1684555200;a:1:{i:0;i:1;}i:1684605600;a:1:{i:0;i:2;}i:1684609200;a:1:{i:0;i:3;}i:1684612800;a:1:{i:0;i:4;}i:1684616400;a:1:{i:0;i:5;}i:1684620000;a:1:{i:0;i:3;}i:1684623600;a:1:{i:0;i:1;}i:1684627200;a:1:{i:0;i:6;}i:1684630800;a:1:{i:0;i:3;}i:1684634400;a:1:{i:0;i:5;}i:1684641600;a:1:{i:0;i:7;}i:1684645200;a:1:{i:0;i:3;}i:1684695600;a:1:{i:0;i:3;}i:1684702800;a:1:{i:0;i:3;}i:1684864800;a:1:{i:0;i:4;}i:1684972800;a:1:{i:0;i:8;}i:1684983600;a:1:{i:0;i:2;}i:1685250000;a:1:{i:0;i:1;}i:1685307600;a:1:{i:0;i:2;}i:1685311200;a:1:{i:0;i:1;}i:1685530800;a:1:{i:0;i:3;}i:1685538000;a:1:{i:0;i:3;}i:1685545200;a:1:{i:0;i:3;}i:1685552400;a:1:{i:0;i:3;}i:1685559600;a:1:{i:0;i:3;}i:1685570400;a:1:{i:0;i:3;}i:1685577600;a:1:{i:0;i:3;}i:1685592000;a:1:{i:0;i:3;}i:1685649600;a:1:{i:0;i:3;}i:1685682000;a:1:{i:0;i:1;}i:1685768400;a:1:{i:0;i:2;}i:1685862000;a:1:{i:0;i:1;}i:1685872800;a:1:{i:0;i:2;}i:1685883600;a:1:{i:0;i:5;}i:1685890800;a:1:{i:0;i:5;}i:1685898000;a:1:{i:0;i:1;}i:1685901600;a:1:{i:0;i:2;}i:1685905200;a:1:{i:0;i:1;}i:1685908800;a:1:{i:0;i:6;}i:1685919600;a:1:{i:0;i:1;}i:1685959200;a:1:{i:0;i:1;}i:1685991600;a:1:{i:0;i:3;}i:1685995200;a:1:{i:0;i:1;}i:1685998800;a:1:{i:0;i:4;}i:1686013200;a:1:{i:0;i:1;}i:1686016800;a:1:{i:0;i:4;}i:1686042000;a:1:{i:0;i:2;}i:1686049200;a:1:{i:0;i:1;}i:1686060000;a:1:{i:0;i:1;}i:1686067200;a:1:{i:0;i:3;}i:1686085200;a:1:{i:0;i:1;}i:1686088800;a:1:{i:0;i:3;}i:1686096000;a:1:{i:0;i:1;}i:1686106800;a:1:{i:0;i:1;}i:1686110400;a:1:{i:0;i:3;}i:1686121200;a:1:{i:0;i:5;}i:1686128400;a:1:{i:0;i:2;}i:1686139200;a:1:{i:0;i:3;}i:1686150000;a:1:{i:0;i:4;}i:1686157200;a:1:{i:0;i:4;}i:1686164400;a:1:{i:0;i:1;}i:1686175200;a:1:{i:0;i:4;}i:1686178800;a:1:{i:0;i:2;}i:1686189600;a:1:{i:0;i:3;}i:1686196800;a:1:{i:0;i:1;}i:1686200400;a:1:{i:0;i:2;}i:1686211200;a:1:{i:0;i:3;}i:1686222000;a:1:{i:0;i:1;}i:1686236400;a:1:{i:0;i:1;}i:1686243600;a:1:{i:0;i:2;}i:1686290400;a:1:{i:0;i:3;}i:1686301200;a:1:{i:0;i:2;}i:1686315600;a:1:{i:0;i:5;}i:1686322800;a:1:{i:0;i:1;}i:1686376800;a:1:{i:0;i:1;}i:1686387600;a:1:{i:0;i:4;}i:1686398400;a:1:{i:0;i:1;}i:1686412800;a:1:{i:0;i:1;}i:1686430800;a:1:{i:0;i:2;}i:1686441600;a:1:{i:0;i:2;}i:1686452400;a:1:{i:0;i:4;}i:1686470400;a:1:{i:0;i:3;}i:1686481200;a:1:{i:0;i:1;}i:1686488400;a:1:{i:0;i:1;}i:1686499200;a:1:{i:0;i:2;}i:1686506400;a:1:{i:0;i:5;}i:1686517200;a:1:{i:0;i:1;}i:1686520800;a:1:{i:0;i:8;}i:1686524400;a:1:{i:0;i:4;}i:1686535200;a:1:{i:0;i:2;}i:1686538800;a:1:{i:0;i:1;}i:1686546000;a:1:{i:0;i:3;}i:1686553200;a:1:{i:0;i:1;}i:1686560400;a:1:{i:0;i:3;}i:1686571200;a:1:{i:0;i:6;}i:1686574800;a:1:{i:0;i:3;}i:1686585600;a:1:{i:0;i:3;}i:1686589200;a:1:{i:0;i:2;}i:1686596400;a:1:{i:0;i:2;}i:1686600000;a:1:{i:0;i:3;}i:1686610800;a:1:{i:0;i:2;}i:1686614400;a:1:{i:0;i:6;}i:1686618000;a:1:{i:0;i:10;}i:1686621600;a:1:{i:0;i:5;}i:1686625200;a:1:{i:0;i:4;}i:1686632400;a:1:{i:0;i:4;}i:1686679200;a:1:{i:0;i:3;}i:1686682800;a:1:{i:0;i:2;}i:1686693600;a:1:{i:0;i:3;}i:1686700800;a:1:{i:0;i:4;}i:1686704400;a:1:{i:0;i:3;}i:1686711600;a:1:{i:0;i:3;}i:1686729600;a:1:{i:0;i:1;}i:1686769200;a:1:{i:0;i:3;}i:1686776400;a:1:{i:0;i:1;}i:1686794400;a:1:{i:0;i:7;}i:1686798000;a:1:{i:0;i:3;}i:1686801600;a:1:{i:0;i:5;}i:1686805200;a:1:{i:0;i:3;}i:1686808800;a:1:{i:0;i:8;}i:1686812400;a:1:{i:0;i:1;}i:1686816000;a:1:{i:0;i:3;}i:1686819600;a:1:{i:0;i:3;}i:1686823200;a:1:{i:0;i:3;}i:1686826800;a:1:{i:0;i:1;}i:1686830400;a:1:{i:0;i:1;}i:1686834000;a:1:{i:0;i:2;}i:1686837600;a:1:{i:0;i:3;}i:1686841200;a:1:{i:0;i:1;}i:1686852000;a:1:{i:0;i:2;}i:1686859200;a:1:{i:0;i:2;}i:1686862800;a:1:{i:0;i:2;}i:1686866400;a:1:{i:0;i:2;}i:1686870000;a:1:{i:0;i:1;}i:1686873600;a:1:{i:0;i:1;}i:1686877200;a:1:{i:0;i:2;}i:1686880800;a:1:{i:0;i:2;}i:1686884400;a:1:{i:0;i:1;}i:1686888000;a:1:{i:0;i:3;}i:1686891600;a:1:{i:0;i:8;}i:1686895200;a:1:{i:0;i:7;}i:1686898800;a:1:{i:0;i:7;}i:1686902400;a:1:{i:0;i:10;}i:1686906000;a:1:{i:0;i:5;}i:1686909600;a:1:{i:0;i:4;}i:1686913200;a:1:{i:0;i:2;}i:1686916800;a:1:{i:0;i:8;}i:1686920400;a:1:{i:0;i:8;}i:1686924000;a:1:{i:0;i:6;}i:1686927600;a:1:{i:0;i:5;}i:1686931200;a:1:{i:0;i:1;}i:1686934800;a:1:{i:0;i:1;}i:1686938400;a:1:{i:0;i:1;}i:1686942000;a:1:{i:0;i:2;}i:1686945600;a:1:{i:0;i:1;}i:1686949200;a:1:{i:0;i:2;}i:1686952800;a:1:{i:0;i:1;}i:1686956400;a:1:{i:0;i:2;}i:1686960000;a:1:{i:0;i:2;}i:1686963600;a:1:{i:0;i:1;}i:1686967200;a:1:{i:0;i:2;}i:1686974400;a:1:{i:0;i:2;}i:1686978000;a:1:{i:0;i:1;}i:1686981600;a:1:{i:0;i:2;}i:1686985200;a:1:{i:0;i:1;}i:1686992400;a:1:{i:0;i:2;}i:1686996000;a:1:{i:0;i:1;}i:1686999600;a:1:{i:0;i:2;}i:1687003200;a:1:{i:0;i:1;}i:1687010400;a:1:{i:0;i:2;}i:1687014000;a:1:{i:0;i:1;}i:1687017600;a:1:{i:0;i:2;}i:1687021200;a:1:{i:0;i:1;}i:1687024800;a:1:{i:0;i:2;}i:1687032000;a:1:{i:0;i:1;}i:1687035600;a:1:{i:0;i:1;}i:1687039200;a:1:{i:0;i:1;}i:1687042800;a:1:{i:0;i:1;}i:1687046400;a:1:{i:0;i:1;}i:1687050000;a:1:{i:0;i:1;}i:1687053600;a:1:{i:0;i:2;}i:1687258800;a:1:{i:0;i:6;}i:1687370400;a:1:{i:0;i:1;}i:1687500000;a:1:{i:0;i:4;}i:1687564800;a:1:{i:0;i:3;}i:1687582800;a:1:{i:0;i:1;}i:1687597200;a:1:{i:0;i:5;}i:1687780800;a:1:{i:0;i:1;}i:1687784400;a:1:{i:0;i:1;}i:1687802400;a:1:{i:0;i:8;}i:1687806000;a:1:{i:0;i:6;}i:1687809600;a:1:{i:0;i:4;}i:1687813200;a:1:{i:0;i:5;}i:1687816800;a:1:{i:0;i:4;}i:1687820400;a:1:{i:0;i:4;}i:1687824000;a:1:{i:0;i:3;}i:1687827600;a:1:{i:0;i:8;}i:1687831200;a:1:{i:0;i:3;}i:1687834800;a:1:{i:0;i:2;}i:1687838400;a:1:{i:0;i:3;}i:1687842000;a:1:{i:0;i:6;}i:1687845600;a:1:{i:0;i:7;}i:1687849200;a:1:{i:0;i:7;}i:1687852800;a:1:{i:0;i:9;}i:1687856400;a:1:{i:0;i:5;}i:1687860000;a:1:{i:0;i:6;}i:1687863600;a:1:{i:0;i:5;}i:1687867200;a:1:{i:0;i:3;}i:1687870800;a:1:{i:0;i:1;}i:1687878000;a:1:{i:0;i:1;}i:1687881600;a:1:{i:0;i:1;}i:1687885200;a:1:{i:0;i:1;}i:1687892400;a:1:{i:0;i:1;}i:1687896000;a:1:{i:0;i:1;}i:1687921200;a:1:{i:0;i:1;}i:1687928400;a:1:{i:0;i:1;}i:1687942800;a:1:{i:0;i:1;}i:1687946400;a:1:{i:0;i:4;}i:1687957200;a:1:{i:0;i:1;}i:1688014800;a:1:{i:0;i:5;}i:1688065200;a:1:{i:0;i:3;}i:1688202000;a:1:{i:0;i:3;}i:1688364000;a:1:{i:0;i:2;}i:1688371200;a:1:{i:0;i:3;}i:1688378400;a:1:{i:0;i:2;}i:1688576400;a:1:{i:0;i:2;}i:1688594400;a:1:{i:0;i:2;}i:1688619600;a:1:{i:0;i:1;}i:1688684400;a:1:{i:0;i:1;}i:1688695200;a:1:{i:0;i:2;}i:1688767200;a:1:{i:0;i:1;}i:1688792400;a:1:{i:0;i:5;}i:1688817600;a:1:{i:0;i:1;}i:1688824800;a:1:{i:0;i:1;}i:1688940000;a:1:{i:0;i:3;}i:1688961600;a:1:{i:0;i:3;}i:1688979600;a:1:{i:0;i:3;}i:1688994000;a:1:{i:0;i:3;}i:1689004800;a:1:{i:0;i:6;}i:1689019200;a:1:{i:0;i:4;}i:1689026400;a:1:{i:0;i:6;}i:1689037200;a:1:{i:0;i:2;}i:1689044400;a:1:{i:0;i:3;}i:1689051600;a:1:{i:0;i:1;}i:1689055200;a:1:{i:0;i:3;}i:1689058800;a:1:{i:0;i:2;}i:1689069600;a:1:{i:0;i:3;}i:1689080400;a:1:{i:0;i:1;}i:1689084000;a:1:{i:0;i:6;}i:1689091200;a:1:{i:0;i:3;}i:1689094800;a:1:{i:0;i:1;}i:1689102000;a:1:{i:0;i:3;}i:1689105600;a:1:{i:0;i:3;}i:1689109200;a:1:{i:0;i:6;}i:1689112800;a:1:{i:0;i:1;}i:1689116400;a:1:{i:0;i:3;}i:1689120000;a:1:{i:0;i:2;}i:1689123600;a:1:{i:0;i:3;}i:1689127200;a:1:{i:0;i:6;}i:1689134400;a:1:{i:0;i:3;}i:1689138000;a:1:{i:0;i:4;}i:1689141600;a:1:{i:0;i:6;}i:1689145200;a:1:{i:0;i:2;}i:1689148800;a:1:{i:0;i:6;}i:1689152400;a:1:{i:0;i:1;}i:1689159600;a:1:{i:0;i:6;}i:1689166800;a:1:{i:0;i:4;}i:1689170400;a:1:{i:0;i:3;}i:1689174000;a:1:{i:0;i:3;}i:1689181200;a:1:{i:0;i:6;}i:1689188400;a:1:{i:0;i:7;}i:1689199200;a:1:{i:0;i:3;}i:1689202800;a:1:{i:0;i:4;}i:1689210000;a:1:{i:0;i:4;}i:1689213600;a:1:{i:0;i:3;}i:1689224400;a:1:{i:0;i:7;}i:1689231600;a:1:{i:0;i:3;}i:1689235200;a:1:{i:0;i:2;}i:1689238800;a:1:{i:0;i:1;}i:1689242400;a:1:{i:0;i:2;}i:1689246000;a:1:{i:0;i:3;}i:1689253200;a:1:{i:0;i:1;}i:1689256800;a:1:{i:0;i:3;}i:1689336000;a:1:{i:0;i:2;}i:1689343200;a:1:{i:0;i:2;}i:1689354000;a:1:{i:0;i:1;}i:1689404400;a:1:{i:0;i:4;}i:1689411600;a:1:{i:0;i:4;}i:1689422400;a:1:{i:0;i:3;}i:1689433200;a:1:{i:0;i:2;}i:1689487200;a:1:{i:0;i:1;}i:1689494400;a:1:{i:0;i:3;}i:1689498000;a:1:{i:0;i:2;}i:1689501600;a:1:{i:0;i:1;}i:1689505200;a:1:{i:0;i:1;}i:1689508800;a:1:{i:0;i:1;}i:1689624000;a:1:{i:0;i:1;}i:1689645600;a:1:{i:0;i:2;}i:1689649200;a:1:{i:0;i:1;}i:1689652800;a:1:{i:0;i:6;}i:1689656400;a:1:{i:0;i:7;}i:1689660000;a:1:{i:0;i:7;}i:1689663600;a:1:{i:0;i:7;}i:1689667200;a:1:{i:0;i:4;}i:1689670800;a:1:{i:0;i:4;}i:1689674400;a:1:{i:0;i:4;}i:1689678000;a:1:{i:0;i:4;}i:1689681600;a:1:{i:0;i:4;}i:1689685200;a:1:{i:0;i:1;}i:1689688800;a:1:{i:0;i:2;}i:1689692400;a:1:{i:0;i:1;}i:1689696000;a:1:{i:0;i:1;}i:1689703200;a:1:{i:0;i:2;}i:1689706800;a:1:{i:0;i:2;}i:1689710400;a:1:{i:0;i:1;}i:1689714000;a:1:{i:0;i:2;}i:1689717600;a:1:{i:0;i:1;}i:1689724800;a:1:{i:0;i:1;}i:1689728400;a:1:{i:0;i:1;}i:1689732000;a:1:{i:0;i:2;}i:1689735600;a:1:{i:0;i:1;}i:1689739200;a:1:{i:0;i:2;}i:1689742800;a:1:{i:0;i:1;}i:1689746400;a:1:{i:0;i:2;}i:1689750000;a:1:{i:0;i:1;}i:1689753600;a:1:{i:0;i:1;}i:1689760800;a:1:{i:0;i:2;}i:1689764400;a:1:{i:0;i:1;}i:1689768000;a:1:{i:0;i:1;}i:1689771600;a:1:{i:0;i:1;}i:1689778800;a:1:{i:0;i:1;}i:1689876000;a:1:{i:0;i:1;}i:1689969600;a:1:{i:0;i:1;}i:1689980400;a:1:{i:0;i:1;}i:1689991200;a:1:{i:0;i:1;}i:1690005600;a:1:{i:0;i:1;}i:1690016400;a:1:{i:0;i:1;}i:1690038000;a:1:{i:0;i:1;}i:1690048800;a:1:{i:0;i:1;}i:1690059600;a:1:{i:0;i:1;}i:1690092000;a:1:{i:0;i:1;}i:1690110000;a:1:{i:0;i:1;}i:1690113600;a:1:{i:0;i:1;}i:1690120800;a:1:{i:0;i:5;}i:1690124400;a:1:{i:0;i:7;}i:1690128000;a:1:{i:0;i:4;}i:1690131600;a:1:{i:0;i:9;}i:1690135200;a:1:{i:0;i:11;}i:1690138800;a:1:{i:0;i:12;}i:1690142400;a:1:{i:0;i:4;}i:1690146000;a:1:{i:0;i:2;}i:1690149600;a:1:{i:0;i:12;}i:1690153200;a:1:{i:0;i:11;}i:1690156800;a:1:{i:0;i:13;}i:1690160400;a:1:{i:0;i:6;}i:1690164000;a:1:{i:0;i:12;}i:1690167600;a:1:{i:0;i:18;}i:1690171200;a:1:{i:0;i:11;}i:1690174800;a:1:{i:0;i:12;}i:1690178400;a:1:{i:0;i:7;}i:1690182000;a:1:{i:0;i:14;}i:1690185600;a:1:{i:0;i:13;}i:1690189200;a:1:{i:0;i:9;}i:1690192800;a:1:{i:0;i:8;}i:1690196400;a:1:{i:0;i:3;}i:1690200000;a:1:{i:0;i:3;}i:1690203600;a:1:{i:0;i:2;}i:1690207200;a:1:{i:0;i:3;}i:1690210800;a:1:{i:0;i:2;}i:1690218000;a:1:{i:0;i:6;}i:1690232400;a:1:{i:0;i:9;}i:1690236000;a:1:{i:0;i:10;}i:1690239600;a:1:{i:0;i:13;}i:1690243200;a:1:{i:0;i:5;}i:1690254000;a:1:{i:0;i:9;}i:1690257600;a:1:{i:0;i:5;}i:1690261200;a:1:{i:0;i:1;}i:1690264800;a:1:{i:0;i:11;}i:1690268400;a:1:{i:0;i:11;}i:1690272000;a:1:{i:0;i:15;}i:1690275600;a:1:{i:0;i:3;}i:1690279200;a:1:{i:0;i:12;}i:1690282800;a:1:{i:0;i:17;}i:1690286400;a:1:{i:0;i:13;}i:1690290000;a:1:{i:0;i:9;}i:1690293600;a:1:{i:0;i:6;}i:1690297200;a:1:{i:0;i:6;}i:1690300800;a:1:{i:0;i:10;}i:1690304400;a:1:{i:0;i:11;}i:1690308000;a:1:{i:0;i:9;}i:1690311600;a:1:{i:0;i:7;}i:1690315200;a:1:{i:0;i:14;}i:1690318800;a:1:{i:0;i:13;}i:1690322400;a:1:{i:0;i:10;}i:1690326000;a:1:{i:0;i:9;}i:1690329600;a:1:{i:0;i:10;}i:1690333200;a:1:{i:0;i:12;}i:1690336800;a:1:{i:0;i:4;}i:1690340400;a:1:{i:0;i:2;}i:1690347600;a:1:{i:0;i:1;}i:1690358400;a:1:{i:0;i:1;}i:1690376400;a:1:{i:0;i:1;}i:1690380000;a:1:{i:0;i:1;}i:1690387200;a:1:{i:0;i:1;}i:1690394400;a:1:{i:0;i:1;}i:1690398000;a:1:{i:0;i:1;}i:1690405200;a:1:{i:0;i:1;}i:1690412400;a:1:{i:0;i:1;}i:1690430400;a:1:{i:0;i:1;}i:1690434000;a:1:{i:0;i:1;}i:1690441200;a:1:{i:0;i:1;}i:1690444800;a:1:{i:0;i:1;}i:1690459200;a:1:{i:0;i:3;}i:1690462800;a:1:{i:0;i:3;}i:1690470000;a:1:{i:0;i:1;}i:1690477200;a:1:{i:0;i:2;}i:1690480800;a:1:{i:0;i:1;}i:1690484400;a:1:{i:0;i:1;}i:1690491600;a:1:{i:0;i:1;}i:1690498800;a:1:{i:0;i:1;}i:1690506000;a:1:{i:0;i:1;}i:1690509600;a:1:{i:0;i:1;}i:1690524000;a:1:{i:0;i:3;}i:1690570800;a:1:{i:0;i:1;}i:1690574400;a:1:{i:0;i:1;}i:1690588800;a:1:{i:0;i:1;}i:1690610400;a:1:{i:0;i:1;}i:1690617600;a:1:{i:0;i:1;}i:1690628400;a:1:{i:0;i:1;}i:1690639200;a:1:{i:0;i:2;}i:1690642800;a:1:{i:0;i:1;}i:1690650000;a:1:{i:0;i:1;}i:1690653600;a:1:{i:0;i:4;}i:1690668000;a:1:{i:0;i:1;}i:1690675200;a:1:{i:0;i:4;}i:1690682400;a:1:{i:0;i:1;}i:1690686000;a:1:{i:0;i:1;}i:1690689600;a:1:{i:0;i:3;}i:1690700400;a:1:{i:0;i:3;}i:1690707600;a:1:{i:0;i:1;}i:1690714800;a:1:{i:0;i:1;}i:1690722000;a:1:{i:0;i:3;}i:1690729200;a:1:{i:0;i:1;}i:1690758000;a:1:{i:0;i:3;}i:1690768800;a:1:{i:0;i:3;}i:1690790400;a:1:{i:0;i:3;}i:1690815600;a:1:{i:0;i:3;}i:1690826400;a:1:{i:0;i:3;}i:1690837200;a:1:{i:0;i:3;}i:1690858800;a:1:{i:0;i:3;}i:1690869600;a:1:{i:0;i:2;}i:1690966800;a:1:{i:0;i:3;}i:1691118000;a:1:{i:0;i:2;}i:1691121600;a:1:{i:0;i:1;}i:1691125200;a:1:{i:0;i:3;}i:1691128800;a:1:{i:0;i:8;}i:1691132400;a:1:{i:0;i:11;}i:1691136000;a:1:{i:0;i:9;}i:1691139600;a:1:{i:0;i:9;}i:1691143200;a:1:{i:0;i:4;}i:1691146800;a:1:{i:0;i:6;}i:1691150400;a:1:{i:0;i:2;}i:1691154000;a:1:{i:0;i:5;}i:1691157600;a:1:{i:0;i:1;}i:1691161200;a:1:{i:0;i:1;}i:1691164800;a:1:{i:0;i:1;}i:1691168400;a:1:{i:0;i:2;}i:1691172000;a:1:{i:0;i:1;}i:1691175600;a:1:{i:0;i:1;}i:1691179200;a:1:{i:0;i:2;}i:1691182800;a:1:{i:0;i:1;}i:1691186400;a:1:{i:0;i:1;}i:1691193600;a:1:{i:0;i:1;}i:1691197200;a:1:{i:0;i:2;}i:1691200800;a:1:{i:0;i:1;}i:1691208000;a:1:{i:0;i:2;}i:1691211600;a:1:{i:0;i:1;}i:1691215200;a:1:{i:0;i:50;}i:1691218800;a:1:{i:0;i:3;}i:1691222400;a:1:{i:0;i:1;}i:1691226000;a:1:{i:0;i:2;}i:1691233200;a:1:{i:0;i:4;}i:1691236800;a:1:{i:0;i:1;}i:1691240400;a:1:{i:0;i:2;}i:1691244000;a:1:{i:0;i:2;}i:1691247600;a:1:{i:0;i:1;}i:1691251200;a:1:{i:0;i:2;}i:1691254800;a:1:{i:0;i:1;}i:1691258400;a:1:{i:0;i:1;}i:1691262000;a:1:{i:0;i:1;}i:1691265600;a:1:{i:0;i:2;}i:1691269200;a:1:{i:0;i:1;}i:1691272800;a:1:{i:0;i:1;}i:1691276400;a:1:{i:0;i:1;}i:1691280000;a:1:{i:0;i:1;}i:1691283600;a:1:{i:0;i:1;}i:1691287200;a:1:{i:0;i:4;}i:1691290800;a:1:{i:0;i:8;}i:1691294400;a:1:{i:0;i:8;}i:1691298000;a:1:{i:0;i:11;}i:1691301600;a:1:{i:0;i:8;}i:1691305200;a:1:{i:0;i:12;}i:1691308800;a:1:{i:0;i:12;}i:1691312400;a:1:{i:0;i:9;}i:1691316000;a:1:{i:0;i:8;}i:1691319600;a:1:{i:0;i:5;}i:1691323200;a:1:{i:0;i:2;}i:1691326800;a:1:{i:0;i:3;}i:1691330400;a:1:{i:0;i:4;}i:1691334000;a:1:{i:0;i:3;}i:1691337600;a:1:{i:0;i:1;}i:1691341200;a:1:{i:0;i:2;}i:1691344800;a:1:{i:0;i:2;}i:1691348400;a:1:{i:0;i:1;}i:1691352000;a:1:{i:0;i:1;}i:1691355600;a:1:{i:0;i:1;}i:1691359200;a:1:{i:0;i:2;}i:1691362800;a:1:{i:0;i:1;}i:1691366400;a:1:{i:0;i:2;}i:1691370000;a:1:{i:0;i:1;}i:1691373600;a:1:{i:0;i:2;}i:1691377200;a:1:{i:0;i:1;}i:1691380800;a:1:{i:0;i:1;}i:1691384400;a:1:{i:0;i:2;}i:1691388000;a:1:{i:0;i:1;}i:1691391600;a:1:{i:0;i:2;}i:1691395200;a:1:{i:0;i:1;}i:1691398800;a:1:{i:0;i:1;}i:1691402400;a:1:{i:0;i:1;}i:1691406000;a:1:{i:0;i:1;}i:1691409600;a:1:{i:0;i:2;}i:1691413200;a:1:{i:0;i:2;}i:1691427600;a:1:{i:0;i:4;}i:1691503200;a:1:{i:0;i:3;}i:1691514000;a:1:{i:0;i:3;}i:1691532000;a:1:{i:0;i:3;}i:1691542800;a:1:{i:0;i:4;}i:1691560800;a:1:{i:0;i:3;}i:1691578800;a:1:{i:0;i:3;}i:1691600400;a:1:{i:0;i:1;}i:1691607600;a:1:{i:0;i:3;}i:1691611200;a:1:{i:0;i:2;}i:1691618400;a:1:{i:0;i:3;}i:1691629200;a:1:{i:0;i:3;}i:1691636400;a:1:{i:0;i:3;}i:1691647200;a:1:{i:0;i:3;}i:1691665200;a:1:{i:0;i:3;}i:1691676000;a:1:{i:0;i:2;}i:1691686800;a:1:{i:0;i:3;}i:1691697600;a:1:{i:0;i:3;}i:1691701200;a:1:{i:0;i:1;}i:1691726400;a:1:{i:0;i:3;}i:1691733600;a:1:{i:0;i:3;}i:1691744400;a:1:{i:0;i:3;}i:1691748000;a:1:{i:0;i:4;}i:1691928000;a:1:{i:0;i:1;}i:1691989200;a:1:{i:0;i:3;}i:1691992800;a:1:{i:0;i:6;}i:1691996400;a:1:{i:0;i:6;}i:1692000000;a:1:{i:0;i:9;}i:1692003600;a:1:{i:0;i:3;}i:1692007200;a:1:{i:0;i:2;}i:1692010800;a:1:{i:0;i:6;}i:1692014400;a:1:{i:0;i:7;}i:1692018000;a:1:{i:0;i:4;}i:1692021600;a:1:{i:0;i:6;}i:1692025200;a:1:{i:0;i:5;}i:1692028800;a:1:{i:0;i:1;}i:1692036000;a:1:{i:0;i:2;}i:1692039600;a:1:{i:0;i:1;}i:1692046800;a:1:{i:0;i:1;}i:1692050400;a:1:{i:0;i:1;}i:1692054000;a:1:{i:0;i:1;}i:1692057600;a:1:{i:0;i:1;}i:1692061200;a:1:{i:0;i:1;}i:1692064800;a:1:{i:0;i:2;}i:1692068400;a:1:{i:0;i:1;}i:1692072000;a:1:{i:0;i:1;}i:1692075600;a:1:{i:0;i:1;}i:1692079200;a:1:{i:0;i:1;}i:1692082800;a:1:{i:0;i:1;}i:1692090000;a:1:{i:0;i:1;}i:1692097200;a:1:{i:0;i:2;}i:1692100800;a:1:{i:0;i:1;}i:1692104400;a:1:{i:0;i:1;}i:1692291600;a:1:{i:0;i:1;}i:1692302400;a:1:{i:0;i:1;}i:1692309600;a:1:{i:0;i:2;}i:1692367200;a:1:{i:0;i:1;}i:1692385200;a:1:{i:0;i:1;}i:1692388800;a:1:{i:0;i:1;}i:1692399600;a:1:{i:0;i:1;}i:1692406800;a:1:{i:0;i:1;}i:1692414000;a:1:{i:0;i:1;}i:1692424800;a:1:{i:0;i:1;}i:1692450000;a:1:{i:0;i:2;}i:1692464400;a:1:{i:0;i:1;}i:1692482400;a:1:{i:0;i:1;}i:1692496800;a:1:{i:0;i:1;}i:1692511200;a:1:{i:0;i:1;}i:1692525600;a:1:{i:0;i:2;}i:1692529200;a:1:{i:0;i:1;}i:1692622800;a:1:{i:0;i:1;}i:1692626400;a:1:{i:0;i:1;}i:1692637200;a:1:{i:0;i:1;}i:1692644400;a:1:{i:0;i:1;}i:1692684000;a:1:{i:0;i:1;}i:1692687600;a:1:{i:0;i:1;}i:1692716400;a:1:{i:0;i:1;}i:1692727200;a:1:{i:0;i:1;}i:1692756000;a:1:{i:0;i:1;}i:1692784800;a:1:{i:0;i:1;}i:1692810000;a:1:{i:0;i:1;}i:1692849600;a:1:{i:0;i:1;}i:1692914400;a:1:{i:0;i:1;}i:1692928800;a:1:{i:0;i:1;}i:1692986400;a:1:{i:0;i:2;}i:1692993600;a:1:{i:0;i:1;}i:1692997200;a:1:{i:0;i:3;}i:1693008000;a:1:{i:0;i:1;}i:1693018800;a:1:{i:0;i:1;}i:1693029600;a:1:{i:0;i:1;}i:1693040400;a:1:{i:0;i:1;}i:1693047600;a:1:{i:0;i:1;}i:1693058400;a:1:{i:0;i:1;}i:1693069200;a:1:{i:0;i:1;}i:1693080000;a:1:{i:0;i:2;}i:1693090800;a:1:{i:0;i:1;}i:1693098000;a:1:{i:0;i:1;}i:1693108800;a:1:{i:0;i:1;}i:1693119600;a:1:{i:0;i:2;}i:1693130400;a:1:{i:0;i:2;}i:1693141200;a:1:{i:0;i:2;}i:1693152000;a:1:{i:0;i:1;}i:1693162800;a:1:{i:0;i:1;}i:1693170000;a:1:{i:0;i:1;}i:1693188000;a:1:{i:0;i:1;}i:1693206000;a:1:{i:0;i:1;}i:1693216800;a:1:{i:0;i:1;}i:1693227600;a:1:{i:0;i:1;}i:1693234800;a:1:{i:0;i:1;}i:1693252800;a:1:{i:0;i:8;}i:1693270800;a:1:{i:0;i:1;}i:1693281600;a:1:{i:0;i:1;}i:1693324800;a:1:{i:0;i:1;}i:1693328400;a:1:{i:0;i:1;}i:1693332000;a:1:{i:0;i:1;}i:1693350000;a:1:{i:0;i:1;}i:1693364400;a:1:{i:0;i:1;}i:1693371600;a:1:{i:0;i:1;}i:1693378800;a:1:{i:0;i:1;}i:1693386000;a:1:{i:0;i:1;}i:1693393200;a:1:{i:0;i:1;}i:1693400400;a:1:{i:0;i:1;}i:1693407600;a:1:{i:0;i:1;}i:1693414800;a:1:{i:0;i:1;}i:1693422000;a:1:{i:0;i:1;}i:1694041200;a:1:{i:0;i:3;}i:1694048400;a:1:{i:0;i:1;}i:1694052000;a:1:{i:0;i:7;}i:1694055600;a:1:{i:0;i:3;}i:1694059200;a:1:{i:0;i:2;}i:1694062800;a:1:{i:0;i:8;}i:1694066400;a:1:{i:0;i:6;}i:1694088000;a:1:{i:0;i:2;}i:1694098800;a:1:{i:0;i:1;}i:1694102400;a:1:{i:0;i:1;}i:1694109600;a:1:{i:0;i:1;}i:1694116800;a:1:{i:0;i:4;}i:1694127600;a:1:{i:0;i:3;}i:1694131200;a:1:{i:0;i:1;}i:1694138400;a:1:{i:0;i:4;}i:1694145600;a:1:{i:0;i:1;}i:1694149200;a:1:{i:0;i:3;}i:1694152800;a:1:{i:0;i:1;}i:1694160000;a:1:{i:0;i:3;}i:1694167200;a:1:{i:0;i:1;}i:1694170800;a:1:{i:0;i:3;}i:1694174400;a:1:{i:0;i:1;}i:1694178000;a:1:{i:0;i:1;}i:1694192400;a:1:{i:0;i:3;}i:1694214000;a:1:{i:0;i:3;}i:1694224800;a:1:{i:0;i:3;}i:1694271600;a:1:{i:0;i:3;}i:1694282400;a:1:{i:0;i:3;}i:1694293200;a:1:{i:0;i:3;}i:1694325600;a:1:{i:0;i:3;}i:1694336400;a:1:{i:0;i:3;}i:1694404800;a:1:{i:0;i:1;}i:1694455200;a:1:{i:0;i:1;}i:1694458800;a:1:{i:0;i:1;}i:1694462400;a:1:{i:0;i:2;}i:1694466000;a:1:{i:0;i:2;}i:1694469600;a:1:{i:0;i:2;}i:1694476800;a:1:{i:0;i:2;}i:1694480400;a:1:{i:0;i:3;}i:1694487600;a:1:{i:0;i:2;}i:1694491200;a:1:{i:0;i:2;}i:1694494800;a:1:{i:0;i:3;}i:1694502000;a:1:{i:0;i:1;}i:1694505600;a:1:{i:0;i:2;}i:1694512800;a:1:{i:0;i:2;}i:1694516400;a:1:{i:0;i:3;}i:1694523600;a:1:{i:0;i:1;}i:1694530800;a:1:{i:0;i:1;}i:1694534400;a:1:{i:0;i:1;}i:1694538000;a:1:{i:0;i:1;}i:1694541600;a:1:{i:0;i:1;}i:1694545200;a:1:{i:0;i:1;}i:1694548800;a:1:{i:0;i:3;}i:1694552400;a:1:{i:0;i:2;}i:1694556000;a:1:{i:0;i:1;}i:1694563200;a:1:{i:0;i:2;}i:1694570400;a:1:{i:0;i:2;}i:1694574000;a:1:{i:0;i:2;}i:1694577600;a:1:{i:0;i:4;}i:1694581200;a:1:{i:0;i:2;}i:1694584800;a:1:{i:0;i:3;}i:1694588400;a:1:{i:0;i:4;}i:1694592000;a:1:{i:0;i:8;}i:1694595600;a:1:{i:0;i:5;}i:1694599200;a:1:{i:0;i:7;}i:1694602800;a:1:{i:0;i:5;}i:1694606400;a:1:{i:0;i:4;}i:1694610000;a:1:{i:0;i:3;}i:1694613600;a:1:{i:0;i:1;}i:1694617200;a:1:{i:0;i:2;}i:1694678400;a:1:{i:0;i:5;}i:1694682000;a:1:{i:0;i:6;}i:1694685600;a:1:{i:0;i:5;}i:1694689200;a:1:{i:0;i:7;}i:1694692800;a:1:{i:0;i:4;}i:1694696400;a:1:{i:0;i:3;}i:1694700000;a:1:{i:0;i:3;}i:1694703600;a:1:{i:0;i:2;}i:1694804400;a:1:{i:0;i:2;}i:1694808000;a:1:{i:0;i:2;}i:1694811600;a:1:{i:0;i:2;}i:1694815200;a:1:{i:0;i:2;}i:1694818800;a:1:{i:0;i:1;}i:1694822400;a:1:{i:0;i:2;}i:1694826000;a:1:{i:0;i:3;}i:1694829600;a:1:{i:0;i:3;}i:1694833200;a:1:{i:0;i:2;}i:1694836800;a:1:{i:0;i:3;}i:1694840400;a:1:{i:0;i:1;}i:1694844000;a:1:{i:0;i:3;}i:1694854800;a:1:{i:0;i:1;}i:1694858400;a:1:{i:0;i:3;}i:1694862000;a:1:{i:0;i:2;}i:1694880000;a:1:{i:0;i:2;}i:1694887200;a:1:{i:0;i:1;}i:1694890800;a:1:{i:0;i:1;}i:1694894400;a:1:{i:0;i:2;}i:1694898000;a:1:{i:0;i:1;}i:1694901600;a:1:{i:0;i:1;}i:1694905200;a:1:{i:0;i:1;}i:1694908800;a:1:{i:0;i:3;}i:1694912400;a:1:{i:0;i:1;}i:1694923200;a:1:{i:0;i:2;}i:1694934000;a:1:{i:0;i:3;}i:1694937600;a:1:{i:0;i:1;}i:1694941200;a:1:{i:0;i:2;}i:1694944800;a:1:{i:0;i:1;}i:1694948400;a:1:{i:0;i:1;}i:1694952000;a:1:{i:0;i:1;}i:1694955600;a:1:{i:0;i:1;}i:1694959200;a:1:{i:0;i:1;}i:1694962800;a:1:{i:0;i:2;}i:1694966400;a:1:{i:0;i:1;}i:1694970000;a:1:{i:0;i:1;}i:1694973600;a:1:{i:0;i:2;}i:1694977200;a:1:{i:0;i:2;}i:1694980800;a:1:{i:0;i:2;}i:1694984400;a:1:{i:0;i:1;}i:1694988000;a:1:{i:0;i:2;}i:1694991600;a:1:{i:0;i:2;}i:1694998800;a:1:{i:0;i:3;}i:1695006000;a:1:{i:0;i:1;}i:1695009600;a:1:{i:0;i:1;}i:1695013200;a:1:{i:0;i:2;}i:1695016800;a:1:{i:0;i:1;}i:1695020400;a:1:{i:0;i:2;}i:1695024000;a:1:{i:0;i:1;}i:1695038400;a:1:{i:0;i:2;}i:1695042000;a:1:{i:0;i:3;}i:1695045600;a:1:{i:0;i:1;}i:1695049200;a:1:{i:0;i:3;}i:1695052800;a:1:{i:0;i:4;}i:1695056400;a:1:{i:0;i:1;}i:1695060000;a:1:{i:0;i:3;}i:1695063600;a:1:{i:0;i:2;}i:1695067200;a:1:{i:0;i:1;}i:1695074400;a:1:{i:0;i:1;}i:1695081600;a:1:{i:0;i:2;}i:1695085200;a:1:{i:0;i:2;}i:1695088800;a:1:{i:0;i:2;}i:1695096000;a:1:{i:0;i:1;}i:1695099600;a:1:{i:0;i:1;}i:1695106800;a:1:{i:0;i:3;}i:1695110400;a:1:{i:0;i:1;}i:1695117600;a:1:{i:0;i:1;}i:1695121200;a:1:{i:0;i:1;}i:1695124800;a:1:{i:0;i:2;}i:1695128400;a:1:{i:0;i:1;}i:1695135600;a:1:{i:0;i:2;}i:1695139200;a:1:{i:0;i:1;}i:1695142800;a:1:{i:0;i:1;}i:1695150000;a:1:{i:0;i:1;}i:1695153600;a:1:{i:0;i:1;}i:1695157200;a:1:{i:0;i:1;}i:1695171600;a:1:{i:0;i:1;}i:1695175200;a:1:{i:0;i:3;}i:1695178800;a:1:{i:0;i:1;}i:1695182400;a:1:{i:0;i:1;}i:1695186000;a:1:{i:0;i:1;}i:1695200400;a:1:{i:0;i:2;}i:1695207600;a:1:{i:0;i:1;}i:1695211200;a:1:{i:0;i:2;}i:1695214800;a:1:{i:0;i:2;}i:1695218400;a:1:{i:0;i:1;}i:1695222000;a:1:{i:0;i:2;}i:1695232800;a:1:{i:0;i:3;}i:1695236400;a:1:{i:0;i:1;}i:1695240000;a:1:{i:0;i:1;}i:1695247200;a:1:{i:0;i:2;}i:1695250800;a:1:{i:0;i:1;}i:1695254400;a:1:{i:0;i:1;}i:1695258000;a:1:{i:0;i:2;}i:1695261600;a:1:{i:0;i:1;}i:1695265200;a:1:{i:0;i:3;}i:1695268800;a:1:{i:0;i:2;}i:1695283200;a:1:{i:0;i:2;}i:1695286800;a:1:{i:0;i:1;}i:1695290400;a:1:{i:0;i:1;}i:1695294000;a:1:{i:0;i:1;}i:1695319200;a:1:{i:0;i:2;}i:1695427200;a:1:{i:0;i:1;}i:1695474000;a:1:{i:0;i:1;}i:1695549600;a:1:{i:0;i:1;}i:1695571200;a:1:{i:0;i:1;}i:1695618000;a:1:{i:0;i:1;}i:1695628800;a:1:{i:0;i:1;}i:1695664800;a:1:{i:0;i:1;}i:1695697200;a:1:{i:0;i:1;}i:1695708000;a:1:{i:0;i:1;}i:1695733200;a:1:{i:0;i:2;}i:1695747600;a:1:{i:0;i:1;}i:1695776400;a:1:{i:0;i:1;}i:1695783600;a:1:{i:0;i:2;}i:1695790800;a:1:{i:0;i:4;}i:1695798000;a:1:{i:0;i:1;}i:1695816000;a:1:{i:0;i:1;}i:1695819600;a:1:{i:0;i:1;}i:1695823200;a:1:{i:0;i:1;}i:1695826800;a:1:{i:0;i:2;}i:1695830400;a:1:{i:0;i:1;}i:1695841200;a:1:{i:0;i:1;}i:1695852000;a:1:{i:0;i:1;}i:1695855600;a:1:{i:0;i:1;}i:1696003200;a:1:{i:0;i:1;}i:1696024800;a:1:{i:0;i:1;}i:1696050000;a:1:{i:0;i:1;}i:1696273200;a:1:{i:0;i:1;}i:1696298400;a:1:{i:0;i:1;}i:1696305600;a:1:{i:0;i:1;}i:1696323600;a:1:{i:0;i:1;}i:1696327200;a:1:{i:0;i:1;}i:1696356000;a:1:{i:0;i:1;}i:1696384800;a:1:{i:0;i:4;}i:1696410000;a:1:{i:0;i:1;}i:1696413600;a:1:{i:0;i:1;}i:1696442400;a:1:{i:0;i:1;}i:1696471200;a:1:{i:0;i:1;}i:1696492800;a:1:{i:0;i:2;}i:1696500000;a:1:{i:0;i:2;}i:1696528800;a:1:{i:0;i:1;}i:1696532400;a:1:{i:0;i:1;}i:1696536000;a:1:{i:0;i:1;}i:1696543200;a:1:{i:0;i:3;}i:1696550400;a:1:{i:0;i:2;}i:1696557600;a:1:{i:0;i:1;}i:1696561200;a:1:{i:0;i:1;}i:1696579200;a:1:{i:0;i:1;}i:1696586400;a:1:{i:0;i:2;}i:1696615200;a:1:{i:0;i:1;}i:1696633200;a:1:{i:0;i:1;}i:1696644000;a:1:{i:0;i:3;}i:1696654800;a:1:{i:0;i:1;}i:1696662000;a:1:{i:0;i:2;}i:1696672800;a:1:{i:0;i:1;}i:1696680000;a:1:{i:0;i:2;}i:1696701600;a:1:{i:0;i:1;}i:1696712400;a:1:{i:0;i:2;}i:1696730400;a:1:{i:0;i:1;}i:1696755600;a:1:{i:0;i:3;}i:1696759200;a:1:{i:0;i:1;}i:1696788000;a:1:{i:0;i:1;}i:1696809600;a:1:{i:0;i:3;}i:1696816800;a:1:{i:0;i:1;}i:1696824000;a:1:{i:0;i:1;}i:1696834800;a:1:{i:0;i:3;}i:1696845600;a:1:{i:0;i:2;}i:1696849200;a:1:{i:0;i:3;}i:1696863600;a:1:{i:0;i:4;}i:1696874400;a:1:{i:0;i:1;}i:1696878000;a:1:{i:0;i:3;}i:1696896000;a:1:{i:0;i:1;}i:1696899600;a:1:{i:0;i:3;}i:1696903200;a:1:{i:0;i:1;}i:1696906800;a:1:{i:0;i:3;}i:1696917600;a:1:{i:0;i:6;}i:1696928400;a:1:{i:0;i:1;}i:1696932000;a:1:{i:0;i:3;}i:1696939200;a:1:{i:0;i:1;}i:1696946400;a:1:{i:0;i:3;}i:1696957200;a:1:{i:0;i:1;}i:1696971600;a:1:{i:0;i:3;}i:1696975200;a:1:{i:0;i:3;}i:1697040000;a:1:{i:0;i:1;}i:1697086800;a:1:{i:0;i:1;}i:1697122800;a:1:{i:0;i:1;}i:1697133600;a:1:{i:0;i:3;}i:1697151600;a:1:{i:0;i:4;}i:1697158800;a:1:{i:0;i:1;}i:1697162400;a:1:{i:0;i:3;}i:1697169600;a:1:{i:0;i:3;}i:1697173200;a:1:{i:0;i:2;}i:1697180400;a:1:{i:0;i:1;}i:1697205600;a:1:{i:0;i:1;}i:1697209200;a:1:{i:0;i:1;}i:1697223600;a:1:{i:0;i:3;}i:1697227200;a:1:{i:0;i:1;}i:1697238000;a:1:{i:0;i:1;}i:1697241600;a:1:{i:0;i:3;}i:1697259600;a:1:{i:0;i:3;}i:1697263200;a:1:{i:0;i:1;}i:1697266800;a:1:{i:0;i:1;}i:1697274000;a:1:{i:0;i:3;}i:1697292000;a:1:{i:0;i:4;}i:1697295600;a:1:{i:0;i:1;}i:1697310000;a:1:{i:0;i:3;}i:1697317200;a:1:{i:0;i:2;}i:1697324400;a:1:{i:0;i:1;}i:1697328000;a:1:{i:0;i:3;}i:1697331600;a:1:{i:0;i:2;}i:1697364000;a:1:{i:0;i:3;}i:1697367600;a:1:{i:0;i:2;}i:1697382000;a:1:{i:0;i:3;}i:1697385600;a:1:{i:0;i:1;}i:1698170400;a:1:{i:0;i:1;}i:1698177600;a:1:{i:0;i:1;}i:1698231600;a:1:{i:0;i:2;}i:1698354000;a:1:{i:0;i:1;}i:1698379200;a:1:{i:0;i:3;}i:1698408000;a:1:{i:0;i:3;}i:1698544800;a:1:{i:0;i:1;}i:1698732000;a:1:{i:0;i:1;}i:1698836400;a:1:{i:0;i:1;}i:1699059600;a:1:{i:0;i:1;}i:1699160400;a:1:{i:0;i:1;}i:1699185600;a:1:{i:0;i:1;}i:1699243200;a:1:{i:0;i:2;}i:1699308000;a:1:{i:0;i:1;}i:1699387200;a:1:{i:0;i:1;}i:1699916400;a:1:{i:0;i:3;}i:1700164800;a:1:{i:0;i:3;}i:1700190000;a:1:{i:0;i:3;}i:1700413200;a:1:{i:0;i:2;}i:1700492400;a:1:{i:0;i:1;}i:1700557200;a:1:{i:0;i:1;}i:1700658000;a:1:{i:0;i:1;}i:1700751600;a:1:{i:0;i:2;}i:1700845200;a:1:{i:0;i:1;}i:1701021600;a:1:{i:0;i:1;}i:1701072000;a:1:{i:0;i:1;}i:1701115200;a:1:{i:0;i:1;}i:1701144000;a:1:{i:0;i:1;}i:1701198000;a:1:{i:0;i:3;}i:1701212400;a:1:{i:0;i:3;}i:1701226800;a:1:{i:0;i:2;}i:1701237600;a:1:{i:0;i:3;}i:1701266400;a:1:{i:0;i:1;}i:1701288000;a:1:{i:0;i:3;}i:1701309600;a:1:{i:0;i:2;}i:1701313200;a:1:{i:0;i:3;}i:1701352800;a:1:{i:0;i:1;}i:1701378000;a:1:{i:0;i:3;}i:1701388800;a:1:{i:0;i:3;}i:1701392400;a:1:{i:0;i:1;}i:1701396000;a:1:{i:0;i:1;}i:1701439200;a:1:{i:0;i:4;}i:1701464400;a:1:{i:0;i:3;}i:1701478800;a:1:{i:0;i:3;}i:1701486000;a:1:{i:0;i:1;}i:1701489600;a:1:{i:0;i:2;}i:1701504000;a:1:{i:0;i:3;}i:1701514800;a:1:{i:0;i:3;}i:1701518400;a:1:{i:0;i:1;}i:1701525600;a:1:{i:0;i:1;}i:1701529200;a:1:{i:0;i:3;}i:1701547200;a:1:{i:0;i:1;}i:1701554400;a:1:{i:0;i:3;}i:1701565200;a:1:{i:0;i:3;}i:1701568800;a:1:{i:0;i:1;}i:1701572400;a:1:{i:0;i:1;}i:1701579600;a:1:{i:0;i:3;}i:1701583200;a:1:{i:0;i:1;}i:1701604800;a:1:{i:0;i:3;}i:1701612000;a:1:{i:0;i:1;}i:1701630000;a:1:{i:0;i:3;}i:1701658800;a:1:{i:0;i:1;}i:1701702000;a:1:{i:0;i:1;}i:1701748800;a:1:{i:0;i:1;}i:1701777600;a:1:{i:0;i:2;}i:1701781200;a:1:{i:0;i:32;}i:1701849600;a:1:{i:0;i:1;}i:1701972000;a:1:{i:0;i:1;}i:1702159200;a:1:{i:0;i:3;}i:1702346400;a:1:{i:0;i:1;}i:1702382400;a:1:{i:0;i:1;}i:1702422000;a:1:{i:0;i:1;}i:1702591200;a:1:{i:0;i:3;}i:1702605600;a:1:{i:0;i:3;}i:1702620000;a:1:{i:0;i:3;}i:1702645200;a:1:{i:0;i:3;}i:1702753200;a:1:{i:0;i:3;}i:1702767600;a:1:{i:0;i:3;}i:1702821600;a:1:{i:0;i:3;}i:1702850400;a:1:{i:0;i:3;}i:1702864800;a:1:{i:0;i:3;}i:1702875600;a:1:{i:0;i:3;}i:1702890000;a:1:{i:0;i:3;}i:1702904400;a:1:{i:0;i:3;}i:1702918800;a:1:{i:0;i:3;}i:1703196000;a:1:{i:0;i:1;}i:1703206800;a:1:{i:0;i:1;}i:1703224800;a:1:{i:0;i:1;}i:1703271600;a:1:{i:0;i:2;}i:1703282400;a:1:{i:0;i:1;}i:1703289600;a:1:{i:0;i:1;}i:1703419200;a:1:{i:0;i:1;}i:1703440800;a:1:{i:0;i:1;}i:1703462400;a:1:{i:0;i:1;}i:1703602800;a:1:{i:0;i:1;}i:1703610000;a:1:{i:0;i:3;}i:1703678400;a:1:{i:0;i:1;}i:1703703600;a:1:{i:0;i:3;}i:1703714400;a:1:{i:0;i:6;}i:1703718000;a:1:{i:0;i:1;}i:1703721600;a:1:{i:0;i:1;}i:1703732400;a:1:{i:0;i:3;}i:1703750400;a:1:{i:0;i:1;}i:1703757600;a:1:{i:0;i:1;}i:1703775600;a:1:{i:0;i:1;}i:1703793600;a:1:{i:0;i:3;}i:1703815200;a:1:{i:0;i:3;}i:1703836800;a:1:{i:0;i:3;}i:1703847600;a:1:{i:0;i:1;}i:1703872800;a:1:{i:0;i:1;}i:1703880000;a:1:{i:0;i:2;}i:1703883600;a:1:{i:0;i:1;}i:1703894400;a:1:{i:0;i:3;}i:1703901600;a:1:{i:0;i:1;}i:1703908800;a:1:{i:0;i:1;}i:1703916000;a:1:{i:0;i:3;}i:1703919600;a:1:{i:0;i:1;}i:1703930400;a:1:{i:0;i:2;}i:1703934000;a:1:{i:0;i:3;}i:1703955600;a:1:{i:0;i:3;}i:1704016800;a:1:{i:0;i:3;}i:1704024000;a:1:{i:0;i:1;}i:1704038400;a:1:{i:0;i:3;}i:1704056400;a:1:{i:0;i:3;}i:1704060000;a:1:{i:0;i:1;}i:1704067200;a:1:{i:0;i:2;}i:1704070800;a:1:{i:0;i:1;}i:1704078000;a:1:{i:0;i:3;}i:1704085200;a:1:{i:0;i:1;}i:1704096000;a:1:{i:0;i:3;}i:1704103200;a:1:{i:0;i:1;}i:1704114000;a:1:{i:0;i:3;}i:1704124800;a:1:{i:0;i:1;}i:1704135600;a:1:{i:0;i:4;}i:1704150000;a:1:{i:0;i:4;}i:1704153600;a:1:{i:0;i:3;}i:1704254400;a:1:{i:0;i:3;}i:1704272400;a:1:{i:0;i:3;}i:1704290400;a:1:{i:0;i:1;}i:1704312000;a:1:{i:0;i:3;}i:1704384000;a:1:{i:0;i:3;}i:1704391200;a:1:{i:0;i:2;}i:1704416400;a:1:{i:0;i:3;}i:1704549600;a:1:{i:0;i:3;}i:1704556800;a:1:{i:0;i:3;}i:1704582000;a:1:{i:0;i:3;}i:1704618000;a:1:{i:0;i:3;}i:1704654000;a:1:{i:0;i:3;}i:1704708000;a:1:{i:0;i:6;}i:1704747600;a:1:{i:0;i:4;}i:1704762000;a:1:{i:0;i:1;}i:1704772800;a:1:{i:0;i:2;}i:1704787200;a:1:{i:0;i:1;}i:1704812400;a:1:{i:0;i:1;}i:1704816000;a:1:{i:0;i:15;}i:1704819600;a:1:{i:0;i:1;}i:1704826800;a:1:{i:0;i:2;}i:1704830400;a:1:{i:0;i:3;}i:1704841200;a:1:{i:0;i:1;}i:1704848400;a:1:{i:0;i:2;}i:1704855600;a:1:{i:0;i:1;}i:1704859200;a:1:{i:0;i:1;}i:1704862800;a:1:{i:0;i:2;}i:1704866400;a:1:{i:0;i:1;}i:1704870000;a:1:{i:0;i:2;}i:1704884400;a:1:{i:0;i:1;}i:1704888000;a:1:{i:0;i:1;}i:1704891600;a:1:{i:0;i:1;}i:1704895200;a:1:{i:0;i:2;}i:1704898800;a:1:{i:0;i:1;}i:1704934800;a:1:{i:0;i:1;}i:1704938400;a:1:{i:0;i:1;}i:1704949200;a:1:{i:0;i:2;}i:1704952800;a:1:{i:0;i:4;}i:1704956400;a:1:{i:0;i:3;}i:1704960000;a:1:{i:0;i:3;}i:1704963600;a:1:{i:0;i:1;}i:1704967200;a:1:{i:0;i:1;}i:1704970800;a:1:{i:0;i:5;}i:1704974400;a:1:{i:0;i:1;}i:1704978000;a:1:{i:0;i:2;}i:1704981600;a:1:{i:0;i:1;}i:1704985200;a:1:{i:0;i:1;}i:1704988800;a:1:{i:0;i:1;}i:1704992400;a:1:{i:0;i:1;}i:1704999600;a:1:{i:0;i:1;}i:1705003200;a:1:{i:0;i:1;}i:1705010400;a:1:{i:0;i:3;}i:1705014000;a:1:{i:0;i:1;}i:1705017600;a:1:{i:0;i:1;}i:1705021200;a:1:{i:0;i:2;}i:1705024800;a:1:{i:0;i:1;}i:1705028400;a:1:{i:0;i:1;}i:1705032000;a:1:{i:0;i:1;}i:1705035600;a:1:{i:0;i:1;}i:1705042800;a:1:{i:0;i:1;}i:1705046400;a:1:{i:0;i:1;}i:1705057200;a:1:{i:0;i:1;}i:1705068000;a:1:{i:0;i:1;}i:1705071600;a:1:{i:0;i:1;}i:1705075200;a:1:{i:0;i:1;}i:1705078800;a:1:{i:0;i:7;}i:1705086000;a:1:{i:0;i:1;}i:1705089600;a:1:{i:0;i:3;}i:1705093200;a:1:{i:0;i:1;}i:1705107600;a:1:{i:0;i:2;}i:1705111200;a:1:{i:0;i:1;}i:1705114800;a:1:{i:0;i:1;}i:1705118400;a:1:{i:0;i:2;}i:1705122000;a:1:{i:0;i:1;}i:1705125600;a:1:{i:0;i:1;}i:1705129200;a:1:{i:0;i:1;}i:1705132800;a:1:{i:0;i:2;}i:1705154400;a:1:{i:0;i:1;}i:1705161600;a:1:{i:0;i:3;}i:1705176000;a:1:{i:0;i:1;}i:1705186800;a:1:{i:0;i:7;}i:1705194000;a:1:{i:0;i:2;}i:1705204800;a:1:{i:0;i:2;}i:1705212000;a:1:{i:0;i:1;}i:1705219200;a:1:{i:0;i:1;}i:1705222800;a:1:{i:0;i:1;}i:1705226400;a:1:{i:0;i:1;}i:1705230000;a:1:{i:0;i:1;}i:1705237200;a:1:{i:0;i:2;}i:1705240800;a:1:{i:0;i:2;}i:1705244400;a:1:{i:0;i:1;}i:1705248000;a:1:{i:0;i:2;}i:1705251600;a:1:{i:0;i:1;}i:1705255200;a:1:{i:0;i:2;}i:1705258800;a:1:{i:0;i:1;}i:1705262400;a:1:{i:0;i:2;}i:1705276800;a:1:{i:0;i:1;}i:1705280400;a:1:{i:0;i:2;}i:1705291200;a:1:{i:0;i:1;}i:1705302000;a:1:{i:0;i:1;}i:1705309200;a:1:{i:0;i:1;}i:1705323600;a:1:{i:0;i:1;}i:1705330800;a:1:{i:0;i:2;}i:1705338000;a:1:{i:0;i:1;}i:1705366800;a:1:{i:0;i:1;}i:1705370400;a:1:{i:0;i:1;}i:1705377600;a:1:{i:0;i:1;}i:1705402800;a:1:{i:0;i:1;}i:1705413600;a:1:{i:0;i:1;}i:1705420800;a:1:{i:0;i:1;}i:1705428000;a:1:{i:0;i:1;}i:1705431600;a:1:{i:0;i:1;}i:1705438800;a:1:{i:0;i:1;}i:1705453200;a:1:{i:0;i:1;}i:1705456800;a:1:{i:0;i:1;}i:1705460400;a:1:{i:0;i:1;}i:1705467600;a:1:{i:0;i:1;}i:1705471200;a:1:{i:0;i:1;}i:1705478400;a:1:{i:0;i:1;}i:1705500000;a:1:{i:0;i:2;}i:1705503600;a:1:{i:0;i:1;}i:1705507200;a:1:{i:0;i:1;}i:1705510800;a:1:{i:0;i:1;}i:1705514400;a:1:{i:0;i:1;}i:1705521600;a:1:{i:0;i:1;}i:1705550400;a:1:{i:0;i:2;}i:1705554000;a:1:{i:0;i:1;}i:1705572000;a:1:{i:0;i:1;}i:1705611600;a:1:{i:0;i:22;}i:1705615200;a:1:{i:0;i:4;}i:1705629600;a:1:{i:0;i:1;}i:1705633200;a:1:{i:0;i:1;}i:1705640400;a:1:{i:0;i:2;}i:1705662000;a:1:{i:0;i:2;}i:1705669200;a:1:{i:0;i:1;}i:1705676400;a:1:{i:0;i:5;}i:1705694400;a:1:{i:0;i:1;}i:1705698000;a:1:{i:0;i:1;}i:1705705200;a:1:{i:0;i:1;}i:1705708800;a:1:{i:0;i:2;}i:1705723200;a:1:{i:0;i:1;}i:1705726800;a:1:{i:0;i:1;}i:1705734000;a:1:{i:0;i:1;}i:1705741200;a:1:{i:0;i:2;}i:1705748400;a:1:{i:0;i:1;}i:1705752000;a:1:{i:0;i:1;}i:1705759200;a:1:{i:0;i:3;}i:1705766400;a:1:{i:0;i:1;}i:1705773600;a:1:{i:0;i:1;}i:1705777200;a:1:{i:0;i:2;}i:1705795200;a:1:{i:0;i:1;}i:1705813200;a:1:{i:0;i:1;}i:1705824000;a:1:{i:0;i:1;}i:1705831200;a:1:{i:0;i:1;}i:1705838400;a:1:{i:0;i:1;}i:1705849200;a:1:{i:0;i:1;}i:1705860000;a:1:{i:0;i:1;}i:1705881600;a:1:{i:0;i:1;}i:1705885200;a:1:{i:0;i:1;}i:1705910400;a:1:{i:0;i:1;}i:1705914000;a:1:{i:0;i:1;}i:1705917600;a:1:{i:0;i:1;}i:1705924800;a:1:{i:0;i:1;}i:1705935600;a:1:{i:0;i:1;}i:1705942800;a:1:{i:0;i:1;}i:1705946400;a:1:{i:0;i:2;}i:1705953600;a:1:{i:0;i:1;}i:1705957200;a:1:{i:0;i:1;}i:1705960800;a:1:{i:0;i:1;}i:1705982400;a:1:{i:0;i:2;}i:1706000400;a:1:{i:0;i:1;}i:1706014800;a:1:{i:0;i:2;}i:1706022000;a:1:{i:0;i:2;}i:1706058000;a:1:{i:0;i:1;}i:1706086800;a:1:{i:0;i:2;}i:1706090400;a:1:{i:0;i:1;}i:1706101200;a:1:{i:0;i:1;}i:1706104800;a:1:{i:0;i:1;}i:1706108400;a:1:{i:0;i:1;}i:1706115600;a:1:{i:0;i:2;}i:1706119200;a:1:{i:0;i:2;}i:1706130000;a:1:{i:0;i:1;}i:1706133600;a:1:{i:0;i:1;}i:1706148000;a:1:{i:0;i:1;}i:1706155200;a:1:{i:0;i:1;}i:1706166000;a:1:{i:0;i:1;}i:1706169600;a:1:{i:0;i:1;}i:1706173200;a:1:{i:0;i:1;}i:1706259600;a:1:{i:0;i:1;}i:1706317200;a:1:{i:0;i:1;}i:1706324400;a:1:{i:0;i:2;}i:1706328000;a:1:{i:0;i:2;}i:1706331600;a:1:{i:0;i:2;}i:1706335200;a:1:{i:0;i:2;}i:1706338800;a:1:{i:0;i:1;}i:1706342400;a:1:{i:0;i:2;}i:1706346000;a:1:{i:0;i:1;}i:1706349600;a:1:{i:0;i:2;}i:1706353200;a:1:{i:0;i:1;}i:1706356800;a:1:{i:0;i:2;}i:1706360400;a:1:{i:0;i:2;}i:1706364000;a:1:{i:0;i:1;}i:1706367600;a:1:{i:0;i:1;}i:1706371200;a:1:{i:0;i:2;}i:1706374800;a:1:{i:0;i:2;}i:1706378400;a:1:{i:0;i:2;}i:1706382000;a:1:{i:0;i:1;}i:1706385600;a:1:{i:0;i:2;}i:1706389200;a:1:{i:0;i:2;}i:1706392800;a:1:{i:0;i:1;}i:1706396400;a:1:{i:0;i:1;}i:1706400000;a:1:{i:0;i:2;}i:1706403600;a:1:{i:0;i:1;}i:1706407200;a:1:{i:0;i:1;}i:1706410800;a:1:{i:0;i:2;}i:1706414400;a:1:{i:0;i:1;}i:1706418000;a:1:{i:0;i:2;}i:1706421600;a:1:{i:0;i:2;}i:1706425200;a:1:{i:0;i:1;}i:1706428800;a:1:{i:0;i:2;}i:1706432400;a:1:{i:0;i:2;}i:1706436000;a:1:{i:0;i:2;}i:1706439600;a:1:{i:0;i:1;}i:1706443200;a:1:{i:0;i:1;}i:1706446800;a:1:{i:0;i:2;}i:1706450400;a:1:{i:0;i:1;}i:1706454000;a:1:{i:0;i:3;}i:1706457600;a:1:{i:0;i:1;}i:1706461200;a:1:{i:0;i:1;}i:1706464800;a:1:{i:0;i:2;}i:1706468400;a:1:{i:0;i:1;}i:1706472000;a:1:{i:0;i:1;}i:1706479200;a:1:{i:0;i:3;}i:1706482800;a:1:{i:0;i:1;}i:1706486400;a:1:{i:0;i:2;}i:1706490000;a:1:{i:0;i:1;}i:1706493600;a:1:{i:0;i:2;}i:1706497200;a:1:{i:0;i:1;}i:1706500800;a:1:{i:0;i:2;}i:1706504400;a:1:{i:0;i:1;}i:1706508000;a:1:{i:0;i:3;}i:1706511600;a:1:{i:0;i:1;}i:1706515200;a:1:{i:0;i:2;}i:1706518800;a:1:{i:0;i:1;}i:1706522400;a:1:{i:0;i:2;}i:1706526000;a:1:{i:0;i:1;}i:1706529600;a:1:{i:0;i:1;}i:1706533200;a:1:{i:0;i:1;}i:1706536800;a:1:{i:0;i:2;}i:1706540400;a:1:{i:0;i:1;}i:1706544000;a:1:{i:0;i:2;}i:1706562000;a:1:{i:0;i:1;}i:1706569200;a:1:{i:0;i:1;}i:1706598000;a:1:{i:0;i:1;}i:1706608800;a:1:{i:0;i:1;}i:1706612400;a:1:{i:0;i:30;}i:1706630400;a:1:{i:0;i:3;}i:1706634000;a:1:{i:0;i:1;}i:1706662800;a:1:{i:0;i:1;}i:1706670000;a:1:{i:0;i:1;}i:1706677200;a:1:{i:0;i:1;}i:1706684400;a:1:{i:0;i:1;}i:1706695200;a:1:{i:0;i:1;}i:1706727600;a:1:{i:0;i:1;}i:1706742000;a:1:{i:0;i:1;}i:1706745600;a:1:{i:0;i:1;}i:1706756400;a:1:{i:0;i:1;}i:1706774400;a:1:{i:0;i:1;}i:1706785200;a:1:{i:0;i:1;}i:1706832000;a:1:{i:0;i:1;}i:1706835600;a:1:{i:0;i:1;}i:1706889600;a:1:{i:0;i:1;}i:1706896800;a:1:{i:0;i:1;}i:1707022800;a:1:{i:0;i:2;}i:1707037200;a:1:{i:0;i:1;}i:1707130800;a:1:{i:0;i:1;}i:1707145200;a:1:{i:0;i:3;}i:1707156000;a:1:{i:0;i:1;}i:1707192000;a:1:{i:0;i:1;}i:1707195600;a:1:{i:0;i:5;}i:1707199200;a:1:{i:0;i:7;}i:1707202800;a:1:{i:0;i:7;}i:1707206400;a:1:{i:0;i:7;}i:1707210000;a:1:{i:0;i:7;}i:1707213600;a:1:{i:0;i:6;}i:1707217200;a:1:{i:0;i:7;}i:1707220800;a:1:{i:0;i:6;}i:1707224400;a:1:{i:0;i:7;}i:1707228000;a:1:{i:0;i:3;}i:1707231600;a:1:{i:0;i:2;}i:1707238800;a:1:{i:0;i:1;}i:1707242400;a:1:{i:0;i:2;}i:1707246000;a:1:{i:0;i:2;}i:1707267600;a:1:{i:0;i:1;}i:1707278400;a:1:{i:0;i:1;}i:1707285600;a:1:{i:0;i:1;}i:1707292800;a:1:{i:0;i:1;}i:1707296400;a:1:{i:0;i:9;}i:1707300000;a:1:{i:0;i:7;}i:1707303600;a:1:{i:0;i:6;}i:1707307200;a:1:{i:0;i:8;}i:1707310800;a:1:{i:0;i:5;}i:1707314400;a:1:{i:0;i:5;}i:1707318000;a:1:{i:0;i:4;}i:1707321600;a:1:{i:0;i:4;}i:1707325200;a:1:{i:0;i:7;}i:1707328800;a:1:{i:0;i:2;}i:1707350400;a:1:{i:0;i:1;}i:1707357600;a:1:{i:0;i:1;}i:1707408000;a:1:{i:0;i:7;}i:1707411600;a:1:{i:0;i:7;}i:1707415200;a:1:{i:0;i:7;}i:1707418800;a:1:{i:0;i:6;}i:1707422400;a:1:{i:0;i:6;}i:1707426000;a:1:{i:0;i:6;}i:1707429600;a:1:{i:0;i:6;}i:1707433200;a:1:{i:0;i:6;}i:1707436800;a:1:{i:0;i:3;}i:1707440400;a:1:{i:0;i:6;}i:1707444000;a:1:{i:0;i:2;}i:1707451200;a:1:{i:0;i:1;}i:1707692400;a:1:{i:0;i:1;}i:1707706800;a:1:{i:0;i:1;}i:1707742800;a:1:{i:0;i:1;}i:1707771600;a:1:{i:0;i:1;}i:1707775200;a:1:{i:0;i:4;}i:1707804000;a:1:{i:0;i:4;}i:1707818400;a:1:{i:0;i:1;}i:1707829200;a:1:{i:0;i:1;}i:1707854400;a:1:{i:0;i:1;}i:1707879600;a:1:{i:0;i:1;}i:1707912000;a:1:{i:0;i:3;}i:1707919200;a:1:{i:0;i:1;}i:1708030800;a:1:{i:0;i:1;}i:1708102800;a:1:{i:0;i:1;}i:1708653600;a:1:{i:0;i:1;}i:1709107200;a:1:{i:0;i:1;}i:1709128800;a:1:{i:0;i:1;}i:1709132400;a:1:{i:0;i:1;}i:1709136000;a:1:{i:0;i:4;}i:1709139600;a:1:{i:0;i:1;}i:1709154000;a:1:{i:0;i:1;}i:1709157600;a:1:{i:0;i:1;}i:1709161200;a:1:{i:0;i:1;}i:1709168400;a:1:{i:0;i:1;}i:1709172000;a:1:{i:0;i:1;}i:1709182800;a:1:{i:0;i:1;}i:1709193600;a:1:{i:0;i:2;}i:1709204400;a:1:{i:0;i:1;}i:1709215200;a:1:{i:0;i:2;}i:1709218800;a:1:{i:0;i:10;}i:1709222400;a:1:{i:0;i:6;}i:1709229600;a:1:{i:0;i:3;}i:1709233200;a:1:{i:0;i:1;}i:1709236800;a:1:{i:0;i:1;}i:1709240400;a:1:{i:0;i:3;}i:1709247600;a:1:{i:0;i:1;}i:1709251200;a:1:{i:0;i:1;}i:1709254800;a:1:{i:0;i:3;}i:1709262000;a:1:{i:0;i:1;}i:1709269200;a:1:{i:0;i:8;}i:1709276400;a:1:{i:0;i:1;}i:1709280000;a:1:{i:0;i:2;}i:1709287200;a:1:{i:0;i:1;}i:1709290800;a:1:{i:0;i:1;}i:1709308800;a:1:{i:0;i:1;}i:1709312400;a:1:{i:0;i:1;}i:1709319600;a:1:{i:0;i:3;}i:1709323200;a:1:{i:0;i:5;}i:1709337600;a:1:{i:0;i:1;}i:1709344800;a:1:{i:0;i:1;}i:1709348400;a:1:{i:0;i:1;}i:1709352000;a:1:{i:0;i:3;}i:1709355600;a:1:{i:0;i:1;}i:1709359200;a:1:{i:0;i:3;}i:1709362800;a:1:{i:0;i:1;}i:1709366400;a:1:{i:0;i:1;}i:1709377200;a:1:{i:0;i:1;}i:1709391600;a:1:{i:0;i:1;}i:1709395200;a:1:{i:0;i:2;}i:1709402400;a:1:{i:0;i:2;}i:1709409600;a:1:{i:0;i:1;}i:1709445600;a:1:{i:0;i:1;}i:1709449200;a:1:{i:0;i:1;}i:1709456400;a:1:{i:0;i:2;}i:1709460000;a:1:{i:0;i:2;}i:1709463600;a:1:{i:0;i:4;}i:1709467200;a:1:{i:0;i:1;}i:1709470800;a:1:{i:0;i:1;}i:1709474400;a:1:{i:0;i:2;}i:1709478000;a:1:{i:0;i:1;}i:1709481600;a:1:{i:0;i:1;}i:1709488800;a:1:{i:0;i:1;}i:1709492400;a:1:{i:0;i:1;}i:1709496000;a:1:{i:0;i:1;}i:1709499600;a:1:{i:0;i:2;}i:1709503200;a:1:{i:0;i:1;}i:1709506800;a:1:{i:0;i:3;}i:1709514000;a:1:{i:0;i:1;}i:1709517600;a:1:{i:0;i:1;}i:1709532000;a:1:{i:0;i:4;}i:1709553600;a:1:{i:0;i:2;}i:1709557200;a:1:{i:0;i:1;}i:1709560800;a:1:{i:0;i:2;}i:1709564400;a:1:{i:0;i:1;}i:1709568000;a:1:{i:0;i:2;}i:1709578800;a:1:{i:0;i:1;}i:1709589600;a:1:{i:0;i:2;}i:1709593200;a:1:{i:0;i:1;}i:1709596800;a:1:{i:0;i:1;}i:1709618400;a:1:{i:0;i:1;}i:1709625600;a:1:{i:0;i:2;}i:1709632800;a:1:{i:0;i:1;}i:1709636400;a:1:{i:0;i:1;}i:1709643600;a:1:{i:0;i:3;}i:1709650800;a:1:{i:0;i:2;}i:1709658000;a:1:{i:0;i:2;}i:1709672400;a:1:{i:0;i:1;}i:1709683200;a:1:{i:0;i:1;}i:1709686800;a:1:{i:0;i:1;}i:1709694000;a:1:{i:0;i:2;}i:1709697600;a:1:{i:0;i:2;}i:1709701200;a:1:{i:0;i:2;}i:1709704800;a:1:{i:0;i:1;}i:1709708400;a:1:{i:0;i:3;}i:1709712000;a:1:{i:0;i:2;}i:1709722800;a:1:{i:0;i:1;}i:1709726400;a:1:{i:0;i:2;}i:1709730000;a:1:{i:0;i:4;}i:1709740800;a:1:{i:0;i:1;}i:1709744400;a:1:{i:0;i:4;}i:1709748000;a:1:{i:0;i:3;}i:1709751600;a:1:{i:0;i:2;}i:1709755200;a:1:{i:0;i:5;}i:1709758800;a:1:{i:0;i:1;}i:1709762400;a:1:{i:0;i:2;}i:1709769600;a:1:{i:0;i:3;}i:1709773200;a:1:{i:0;i:3;}i:1709776800;a:1:{i:0;i:4;}i:1709780400;a:1:{i:0;i:2;}i:1709784000;a:1:{i:0;i:1;}i:1709787600;a:1:{i:0;i:2;}i:1709791200;a:1:{i:0;i:1;}i:1709798400;a:1:{i:0;i:2;}i:1709809200;a:1:{i:0;i:2;}i:1709812800;a:1:{i:0;i:2;}i:1709816400;a:1:{i:0;i:6;}i:1709820000;a:1:{i:0;i:2;}i:1709830800;a:1:{i:0;i:1;}i:1709834400;a:1:{i:0;i:2;}i:1709841600;a:1:{i:0;i:1;}i:1709845200;a:1:{i:0;i:2;}i:1709852400;a:1:{i:0;i:1;}i:1709856000;a:1:{i:0;i:3;}i:1709859600;a:1:{i:0;i:2;}i:1709863200;a:1:{i:0;i:3;}i:1709866800;a:1:{i:0;i:3;}i:1709870400;a:1:{i:0;i:3;}i:1709874000;a:1:{i:0;i:1;}i:1709877600;a:1:{i:0;i:2;}i:1709881200;a:1:{i:0;i:3;}i:1709884800;a:1:{i:0;i:2;}i:1709888400;a:1:{i:0;i:2;}i:1709892000;a:1:{i:0;i:2;}i:1709895600;a:1:{i:0;i:1;}i:1709902800;a:1:{i:0;i:1;}i:1709906400;a:1:{i:0;i:1;}i:1709917200;a:1:{i:0;i:1;}i:1709920800;a:1:{i:0;i:1;}i:1709924400;a:1:{i:0;i:4;}i:1709935200;a:1:{i:0;i:1;}i:1709942400;a:1:{i:0;i:2;}i:1709946000;a:1:{i:0;i:1;}i:1709949600;a:1:{i:0;i:1;}i:1709953200;a:1:{i:0;i:2;}i:1709956800;a:1:{i:0;i:2;}i:1709960400;a:1:{i:0;i:3;}i:1709964000;a:1:{i:0;i:2;}i:1709967600;a:1:{i:0;i:3;}i:1709971200;a:1:{i:0;i:1;}i:1709974800;a:1:{i:0;i:1;}i:1709978400;a:1:{i:0;i:3;}i:1709982000;a:1:{i:0;i:1;}i:1709985600;a:1:{i:0;i:1;}i:1709989200;a:1:{i:0;i:2;}i:1709992800;a:1:{i:0;i:1;}i:1710000000;a:1:{i:0;i:4;}i:1710007200;a:1:{i:0;i:2;}i:1710010800;a:1:{i:0;i:2;}i:1710014400;a:1:{i:0;i:1;}i:1710021600;a:1:{i:0;i:1;}i:1710036000;a:1:{i:0;i:1;}i:1710039600;a:1:{i:0;i:1;}i:1710046800;a:1:{i:0;i:1;}i:1710054000;a:1:{i:0;i:6;}i:1710057600;a:1:{i:0;i:1;}i:1710061200;a:1:{i:0;i:2;}i:1710064800;a:1:{i:0;i:4;}i:1710068400;a:1:{i:0;i:3;}i:1710072000;a:1:{i:0;i:2;}i:1710075600;a:1:{i:0;i:2;}i:1710079200;a:1:{i:0;i:2;}i:1710082800;a:1:{i:0;i:3;}i:1710086400;a:1:{i:0;i:1;}i:1710090000;a:1:{i:0;i:3;}i:1710093600;a:1:{i:0;i:1;}i:1710097200;a:1:{i:0;i:1;}i:1710100800;a:1:{i:0;i:2;}i:1710104400;a:1:{i:0;i:2;}i:1710118800;a:1:{i:0;i:1;}i:1710122400;a:1:{i:0;i:1;}i:1710126000;a:1:{i:0;i:2;}i:1710129600;a:1:{i:0;i:2;}i:1710144000;a:1:{i:0;i:2;}i:1710151200;a:1:{i:0;i:1;}i:1710154800;a:1:{i:0;i:1;}i:1710158400;a:1:{i:0;i:1;}i:1710169200;a:1:{i:0;i:1;}i:1710180000;a:1:{i:0;i:1;}i:1710183600;a:1:{i:0;i:5;}i:1710187200;a:1:{i:0;i:1;}i:1710190800;a:1:{i:0;i:1;}i:1710194400;a:1:{i:0;i:1;}i:1710201600;a:1:{i:0;i:1;}i:1710212400;a:1:{i:0;i:1;}i:1710216000;a:1:{i:0;i:3;}i:1710219600;a:1:{i:0;i:1;}i:1710223200;a:1:{i:0;i:2;}i:1710230400;a:1:{i:0;i:2;}i:1710237600;a:1:{i:0;i:3;}i:1710241200;a:1:{i:0;i:1;}i:1710255600;a:1:{i:0;i:1;}i:1710291600;a:1:{i:0;i:1;}i:1710298800;a:1:{i:0;i:1;}i:1710302400;a:1:{i:0;i:2;}i:1710313200;a:1:{i:0;i:2;}i:1710316800;a:1:{i:0;i:1;}i:1710320400;a:1:{i:0;i:2;}i:1710327600;a:1:{i:0;i:4;}i:1710331200;a:1:{i:0;i:1;}i:1710334800;a:1:{i:0;i:1;}i:1710338400;a:1:{i:0;i:2;}i:1710345600;a:1:{i:0;i:3;}i:1710349200;a:1:{i:0;i:1;}i:1710378000;a:1:{i:0;i:5;}i:1710421200;a:1:{i:0;i:3;}i:1710424800;a:1:{i:0;i:4;}i:1710428400;a:1:{i:0;i:3;}i:1710432000;a:1:{i:0;i:4;}i:1710435600;a:1:{i:0;i:3;}i:1710439200;a:1:{i:0;i:6;}i:1710442800;a:1:{i:0;i:3;}i:1710446400;a:1:{i:0;i:4;}i:1710450000;a:1:{i:0;i:5;}i:1710453600;a:1:{i:0;i:5;}i:1710457200;a:1:{i:0;i:4;}i:1710460800;a:1:{i:0;i:7;}i:1710464400;a:1:{i:0;i:5;}i:1710468000;a:1:{i:0;i:3;}i:1710471600;a:1:{i:0;i:4;}i:1710475200;a:1:{i:0;i:3;}i:1710478800;a:1:{i:0;i:3;}i:1710482400;a:1:{i:0;i:3;}i:1710529200;a:1:{i:0;i:1;}i:1710532800;a:1:{i:0;i:1;}i:1710536400;a:1:{i:0;i:2;}i:1710540000;a:1:{i:0;i:4;}i:1710543600;a:1:{i:0;i:2;}i:1710547200;a:1:{i:0;i:3;}i:1710550800;a:1:{i:0;i:8;}i:1710554400;a:1:{i:0;i:1;}i:1710558000;a:1:{i:0;i:4;}i:1710561600;a:1:{i:0;i:8;}i:1710565200;a:1:{i:0;i:3;}i:1710568800;a:1:{i:0;i:2;}i:1710572400;a:1:{i:0;i:5;}i:1710576000;a:1:{i:0;i:5;}i:1710579600;a:1:{i:0;i:3;}i:1710583200;a:1:{i:0;i:6;}i:1710586800;a:1:{i:0;i:12;}i:1710590400;a:1:{i:0;i:2;}i:1710594000;a:1:{i:0;i:1;}i:1710597600;a:1:{i:0;i:4;}i:1710601200;a:1:{i:0;i:3;}i:1710612000;a:1:{i:0;i:2;}i:1710615600;a:1:{i:0;i:5;}i:1710630000;a:1:{i:0;i:1;}i:1710633600;a:1:{i:0;i:1;}i:1710640800;a:1:{i:0;i:2;}i:1710644400;a:1:{i:0;i:7;}i:1710648000;a:1:{i:0;i:1;}i:1710651600;a:1:{i:0;i:2;}i:1710655200;a:1:{i:0;i:2;}i:1710658800;a:1:{i:0;i:3;}i:1710709200;a:1:{i:0;i:1;}i:1710770400;a:1:{i:0;i:1;}i:1710781200;a:1:{i:0;i:5;}i:1710788400;a:1:{i:0;i:1;}i:1710806400;a:1:{i:0;i:3;}i:1710849600;a:1:{i:0;i:1;}i:1710856800;a:1:{i:0;i:4;}i:1710885600;a:1:{i:0;i:2;}i:1710910800;a:1:{i:0;i:6;}i:1710939600;a:1:{i:0;i:3;}i:1710957600;a:1:{i:0;i:3;}i:1710986400;a:1:{i:0;i:4;}i:1711026000;a:1:{i:0;i:1;}i:1711033200;a:1:{i:0;i:4;}i:1711072800;a:1:{i:0;i:1;}i:1711080000;a:1:{i:0;i:1;}i:1711094400;a:1:{i:0;i:1;}i:1711108800;a:1:{i:0;i:2;}i:1711116000;a:1:{i:0;i:1;}i:1711134000;a:1:{i:0;i:3;}i:1711159200;a:1:{i:0;i:7;}i:1711166400;a:1:{i:0;i:1;}i:1711177200;a:1:{i:0;i:1;}i:1711195200;a:1:{i:0;i:3;}i:1711220400;a:1:{i:0;i:4;}i:1711252800;a:1:{i:0;i:1;}i:1711270800;a:1:{i:0;i:1;}i:1711288800;a:1:{i:0;i:1;}i:1711299600;a:1:{i:0;i:2;}i:1711314000;a:1:{i:0;i:1;}i:1711317600;a:1:{i:0;i:2;}i:1711321200;a:1:{i:0;i:1;}i:1711382400;a:1:{i:0;i:4;}i:1711400400;a:1:{i:0;i:4;}i:1711407600;a:1:{i:0;i:1;}i:1711422000;a:1:{i:0;i:3;}i:1711432800;a:1:{i:0;i:1;}i:1711440000;a:1:{i:0;i:3;}i:1711454400;a:1:{i:0;i:1;}i:1711476000;a:1:{i:0;i:3;}i:1711494000;a:1:{i:0;i:1;}i:1711497600;a:1:{i:0;i:1;}i:1711569600;a:1:{i:0;i:1;}i:1711580400;a:1:{i:0;i:2;}i:1711587600;a:1:{i:0;i:1;}i:1711594800;a:1:{i:0;i:1;}i:1711630800;a:1:{i:0;i:1;}i:1711634400;a:1:{i:0;i:1;}i:1711648800;a:1:{i:0;i:4;}i:1711670400;a:1:{i:0;i:2;}i:1711688400;a:1:{i:0;i:2;}i:1711738800;a:1:{i:0;i:1;}i:1711742400;a:1:{i:0;i:1;}i:1711753200;a:1:{i:0;i:1;}i:1711756800;a:1:{i:0;i:1;}i:1711774800;a:1:{i:0;i:3;}i:1711778400;a:1:{i:0;i:1;}i:1711789200;a:1:{i:0;i:2;}i:1711803600;a:1:{i:0;i:1;}i:1711807200;a:1:{i:0;i:1;}i:1711821600;a:1:{i:0;i:3;}i:1711832400;a:1:{i:0;i:2;}i:1711836000;a:1:{i:0;i:3;}i:1711839600;a:1:{i:0;i:1;}i:1711843200;a:1:{i:0;i:1;}i:1711857600;a:1:{i:0;i:1;}i:1711868400;a:1:{i:0;i:2;}i:1711886400;a:1:{i:0;i:1;}i:1711915200;a:1:{i:0;i:1;}i:1711929600;a:1:{i:0;i:1;}i:1711933200;a:1:{i:0;i:1;}i:1711962000;a:1:{i:0;i:1;}i:1711965600;a:1:{i:0;i:4;}i:1711972800;a:1:{i:0;i:1;}i:1711983600;a:1:{i:0;i:1;}i:1711987200;a:1:{i:0;i:1;}i:1711998000;a:1:{i:0;i:4;}i:1712008800;a:1:{i:0;i:1;}i:1712012400;a:1:{i:0;i:3;}i:1712016000;a:1:{i:0;i:1;}i:1712041200;a:1:{i:0;i:3;}i:1712059200;a:1:{i:0;i:2;}i:1712077200;a:1:{i:0;i:1;}i:1712091600;a:1:{i:0;i:2;}i:1712109600;a:1:{i:0;i:4;}i:1712124000;a:1:{i:0;i:4;}i:1712160000;a:1:{i:0;i:1;}i:1712181600;a:1:{i:0;i:1;}i:1712196000;a:1:{i:0;i:2;}i:1712214000;a:1:{i:0;i:2;}i:1712239200;a:1:{i:0;i:1;}i:1712250000;a:1:{i:0;i:2;}i:1712275200;a:1:{i:0;i:1;}i:1712296800;a:1:{i:0;i:1;}i:1712307600;a:1:{i:0;i:2;}i:1712563200;a:1:{i:0;i:3;}i:1712682000;a:1:{i:0;i:3;}i:1712736000;a:1:{i:0;i:1;}i:1712750400;a:1:{i:0;i:1;}i:1712804400;a:1:{i:0;i:2;}i:1712905200;a:1:{i:0;i:3;}i:1713060000;a:1:{i:0;i:4;}i:1713067200;a:1:{i:0;i:1;}i:1713074400;a:1:{i:0;i:1;}i:1713081600;a:1:{i:0;i:1;}i:1713096000;a:1:{i:0;i:1;}i:1713099600;a:1:{i:0;i:2;}i:1713200400;a:1:{i:0;i:1;}i:1713214800;a:1:{i:0;i:1;}i:1713261600;a:1:{i:0;i:1;}i:1713290400;a:1:{i:0;i:1;}i:1713340800;a:1:{i:0;i:1;}i:1713362400;a:1:{i:0;i:1;}i:1713380400;a:1:{i:0;i:3;}i:1713488400;a:1:{i:0;i:1;}i:1713506400;a:1:{i:0;i:1;}i:1713531600;a:1:{i:0;i:3;}i:1713621600;a:1:{i:0;i:1;}i:1713682800;a:1:{i:0;i:2;}i:1713700800;a:1:{i:0;i:1;}i:1713704400;a:1:{i:0;i:1;}i:1713769200;a:1:{i:0;i:3;}i:1714140000;a:1:{i:0;i:3;}i:1714158000;a:1:{i:0;i:1;}i:1714161600;a:1:{i:0;i:1;}i:1714179600;a:1:{i:0;i:1;}i:1714186800;a:1:{i:0;i:1;}i:1714204800;a:1:{i:0;i:1;}i:1714222800;a:1:{i:0;i:1;}i:1714230000;a:1:{i:0;i:1;}i:1714237200;a:1:{i:0;i:1;}i:1714244400;a:1:{i:0;i:1;}i:1714258800;a:1:{i:0;i:1;}i:1714287600;a:1:{i:0;i:1;}i:1714312800;a:1:{i:0;i:1;}i:1714334400;a:1:{i:0;i:1;}i:1714356000;a:1:{i:0;i:1;}i:1714370400;a:1:{i:0;i:1;}i:1714381200;a:1:{i:0;i:2;}i:1714388400;a:1:{i:0;i:1;}i:1714392000;a:1:{i:0;i:1;}i:1714453200;a:1:{i:0;i:1;}i:1714460400;a:1:{i:0;i:2;}i:1714474800;a:1:{i:0;i:3;}i:1714507200;a:1:{i:0;i:2;}i:1714561200;a:1:{i:0;i:1;}i:1714582800;a:1:{i:0;i:3;}i:1714608000;a:1:{i:0;i:1;}i:1714629600;a:1:{i:0;i:1;}i:1714723200;a:1:{i:0;i:1;}i:1714752000;a:1:{i:0;i:1;}i:1714766400;a:1:{i:0;i:1;}i:1714788000;a:1:{i:0;i:1;}i:1714795200;a:1:{i:0;i:2;}i:1714831200;a:1:{i:0;i:1;}i:1714838400;a:1:{i:0;i:1;}i:1714856400;a:1:{i:0;i:1;}i:1714878000;a:1:{i:0;i:1;}i:1714896000;a:1:{i:0;i:1;}i:1714914000;a:1:{i:0;i:1;}i:1714928400;a:1:{i:0;i:1;}i:1715018400;a:1:{i:0;i:1;}i:1715040000;a:1:{i:0;i:1;}i:1715047200;a:1:{i:0;i:2;}i:1715061600;a:1:{i:0;i:1;}i:1715122800;a:1:{i:0;i:3;}i:1715137200;a:1:{i:0;i:1;}i:1715166000;a:1:{i:0;i:1;}i:1715173200;a:1:{i:0;i:1;}i:1715180400;a:1:{i:0;i:1;}i:1715234400;a:1:{i:0;i:1;}i:1715238000;a:1:{i:0;i:1;}i:1715274000;a:1:{i:0;i:1;}i:1715277600;a:1:{i:0;i:1;}i:1715302800;a:1:{i:0;i:1;}i:1715306400;a:1:{i:0;i:3;}i:1715317200;a:1:{i:0;i:1;}i:1715360400;a:1:{i:0;i:2;}i:1715374800;a:1:{i:0;i:1;}i:1715389200;a:1:{i:0;i:1;}i:1715403600;a:1:{i:0;i:1;}i:1715410800;a:1:{i:0;i:1;}i:1715421600;a:1:{i:0;i:1;}i:1715428800;a:1:{i:0;i:1;}i:1715443200;a:1:{i:0;i:1;}i:1715446800;a:1:{i:0;i:1;}i:1715461200;a:1:{i:0;i:1;}i:1715464800;a:1:{i:0;i:1;}i:1715497200;a:1:{i:0;i:2;}i:1715522400;a:1:{i:0;i:1;}i:1715529600;a:1:{i:0;i:2;}i:1715558400;a:1:{i:0;i:3;}i:1715572800;a:1:{i:0;i:1;}i:1715587200;a:1:{i:0;i:1;}i:1715590800;a:1:{i:0;i:1;}i:1715598000;a:1:{i:0;i:1;}i:1715662800;a:1:{i:0;i:1;}i:1715670000;a:1:{i:0;i:3;}i:1715745600;a:1:{i:0;i:1;}i:1715756400;a:1:{i:0;i:1;}i:1715788800;a:1:{i:0;i:1;}i:1715853600;a:1:{i:0;i:1;}i:1715860800;a:1:{i:0;i:1;}i:1715878800;a:1:{i:0;i:1;}i:1715911200;a:1:{i:0;i:1;}i:1715914800;a:1:{i:0;i:1;}i:1715979600;a:1:{i:0;i:3;}i:1716015600;a:1:{i:0;i:1;}i:1716069600;a:1:{i:0;i:1;}i:1716163200;a:1:{i:0;i:3;}i:1716220800;a:1:{i:0;i:1;}i:1716267600;a:1:{i:0;i:1;}i:1716422400;a:1:{i:0;i:3;}i:1716483600;a:1:{i:0;i:1;}i:1716490800;a:1:{i:0;i:1;}i:1716519600;a:1:{i:0;i:1;}i:1716566400;a:1:{i:0;i:1;}i:1716570000;a:1:{i:0;i:1;}i:1716591600;a:1:{i:0;i:1;}i:1716602400;a:1:{i:0;i:2;}i:1716624000;a:1:{i:0;i:1;}i:1716631200;a:1:{i:0;i:1;}i:1716645600;a:1:{i:0;i:1;}i:1716724800;a:1:{i:0;i:1;}i:1716742800;a:1:{i:0;i:1;}i:1716768000;a:1:{i:0;i:3;}i:1716771600;a:1:{i:0;i:3;}i:1716897600;a:1:{i:0;i:33;}i:1716919200;a:1:{i:0;i:2;}i:1716944400;a:1:{i:0;i:2;}i:1716984000;a:1:{i:0;i:1;}i:1716987600;a:1:{i:0;i:2;}i:1716991200;a:1:{i:0;i:2;}i:1716994800;a:1:{i:0;i:1;}i:1716998400;a:1:{i:0;i:1;}i:1717009200;a:1:{i:0;i:1;}i:1717030800;a:1:{i:0;i:1;}i:1717034400;a:1:{i:0;i:2;}i:1717038000;a:1:{i:0;i:3;}i:1717041600;a:1:{i:0;i:4;}i:1717045200;a:1:{i:0;i:4;}i:1717048800;a:1:{i:0;i:7;}i:1717052400;a:1:{i:0;i:6;}i:1717056000;a:1:{i:0;i:3;}i:1717059600;a:1:{i:0;i:5;}i:1717063200;a:1:{i:0;i:4;}i:1717066800;a:1:{i:0;i:1;}i:1717077600;a:1:{i:0;i:4;}i:1717088400;a:1:{i:0;i:1;}i:1717092000;a:1:{i:0;i:2;}i:1717095600;a:1:{i:0;i:1;}i:1717110000;a:1:{i:0;i:2;}i:1717117200;a:1:{i:0;i:1;}i:1717120800;a:1:{i:0;i:2;}i:1717135200;a:1:{i:0;i:1;}i:1717138800;a:1:{i:0;i:1;}i:1717142400;a:1:{i:0;i:1;}i:1717153200;a:1:{i:0;i:2;}i:1717160400;a:1:{i:0;i:1;}i:1717171200;a:1:{i:0;i:2;}i:1717174800;a:1:{i:0;i:1;}i:1717178400;a:1:{i:0;i:1;}i:1717207200;a:1:{i:0;i:3;}i:1717221600;a:1:{i:0;i:1;}i:1717225200;a:1:{i:0;i:2;}i:1717228800;a:1:{i:0;i:1;}i:1717232400;a:1:{i:0;i:1;}i:1717236000;a:1:{i:0;i:2;}i:1717239600;a:1:{i:0;i:2;}i:1717254000;a:1:{i:0;i:2;}i:1717261200;a:1:{i:0;i:3;}i:1717264800;a:1:{i:0;i:1;}i:1717268400;a:1:{i:0;i:1;}i:1717297200;a:1:{i:0;i:1;}i:1717300800;a:1:{i:0;i:1;}i:1717304400;a:1:{i:0;i:2;}i:1717308000;a:1:{i:0;i:1;}i:1717311600;a:1:{i:0;i:1;}i:1717326000;a:1:{i:0;i:1;}i:1717351200;a:1:{i:0;i:2;}i:1717362000;a:1:{i:0;i:1;}i:1717380000;a:1:{i:0;i:2;}i:1717383600;a:1:{i:0;i:1;}i:1717390800;a:1:{i:0;i:1;}i:1717405200;a:1:{i:0;i:3;}i:1717412400;a:1:{i:0;i:3;}i:1717416000;a:1:{i:0;i:1;}i:1717423200;a:1:{i:0;i:3;}i:1717437600;a:1:{i:0;i:1;}i:1717441200;a:1:{i:0;i:1;}i:1717444800;a:1:{i:0;i:2;}i:1717455600;a:1:{i:0;i:1;}i:1717477200;a:1:{i:0;i:1;}i:1717480800;a:1:{i:0;i:2;}i:1717484400;a:1:{i:0;i:36;}i:1717495200;a:1:{i:0;i:1;}i:1717498800;a:1:{i:0;i:1;}i:1717502400;a:1:{i:0;i:2;}i:1717509600;a:1:{i:0;i:1;}i:1717516800;a:1:{i:0;i:1;}i:1717520400;a:1:{i:0;i:1;}i:1717542000;a:1:{i:0;i:1;}i:1717560000;a:1:{i:0;i:2;}i:1717567200;a:1:{i:0;i:2;}i:1717570800;a:1:{i:0;i:1;}i:1717578000;a:1:{i:0;i:1;}i:1717581600;a:1:{i:0;i:1;}i:1717592400;a:1:{i:0;i:1;}i:1717596000;a:1:{i:0;i:2;}i:1717599600;a:1:{i:0;i:2;}i:1717628400;a:1:{i:0;i:1;}i:1717632000;a:1:{i:0;i:2;}i:1717639200;a:1:{i:0;i:1;}i:1717642800;a:1:{i:0;i:1;}i:1717653600;a:1:{i:0;i:1;}i:1717660800;a:1:{i:0;i:1;}i:1717664400;a:1:{i:0;i:2;}i:1717905600;a:1:{i:0;i:2;}i:1717927200;a:1:{i:0;i:1;}i:1717945200;a:1:{i:0;i:1;}i:1717952400;a:1:{i:0;i:1;}i:1717974000;a:1:{i:0;i:1;}i:1717984800;a:1:{i:0;i:1;}i:1717988400;a:1:{i:0;i:1;}i:1718035200;a:1:{i:0;i:1;}i:1718168400;a:1:{i:0;i:1;}i:1718190000;a:1:{i:0;i:1;}i:1718197200;a:1:{i:0;i:20;}i:1718200800;a:1:{i:0;i:20;}i:1718276400;a:1:{i:0;i:1;}i:1718319600;a:1:{i:0;i:1;}i:1718370000;a:1:{i:0;i:1;}i:1718456400;a:1:{i:0;i:1;}i:1718478000;a:1:{i:0;i:4;}i:1718542800;a:1:{i:0;i:1;}i:1718550000;a:1:{i:0;i:1;}i:1718553600;a:1:{i:0;i:2;}i:1718557200;a:1:{i:0;i:1;}i:1718560800;a:1:{i:0;i:1;}i:1718564400;a:1:{i:0;i:2;}i:1718568000;a:1:{i:0;i:1;}i:1718578800;a:1:{i:0;i:2;}i:1718582400;a:1:{i:0;i:1;}i:1718589600;a:1:{i:0;i:1;}i:1718593200;a:1:{i:0;i:1;}i:1718596800;a:1:{i:0;i:1;}i:1718600400;a:1:{i:0;i:2;}i:1718607600;a:1:{i:0;i:2;}i:1718622000;a:1:{i:0;i:1;}i:1718625600;a:1:{i:0;i:2;}i:1718650800;a:1:{i:0;i:1;}i:1718658000;a:1:{i:0;i:1;}i:1718665200;a:1:{i:0;i:1;}i:1718672400;a:1:{i:0;i:1;}i:1718679600;a:1:{i:0;i:1;}i:1718686800;a:1:{i:0;i:1;}i:1718694000;a:1:{i:0;i:1;}i:1718701200;a:1:{i:0;i:1;}i:1718704800;a:1:{i:0;i:1;}i:1718708400;a:1:{i:0;i:1;}i:1718740800;a:1:{i:0;i:2;}i:1718751600;a:1:{i:0;i:1;}i:1718766000;a:1:{i:0;i:2;}i:1718834400;a:1:{i:0;i:1;}i:1718838000;a:1:{i:0;i:1;}i:1718852400;a:1:{i:0;i:1;}i:1718863200;a:1:{i:0;i:1;}i:1718892000;a:1:{i:0;i:1;}i:1718931600;a:1:{i:0;i:1;}i:1718946000;a:1:{i:0;i:1;}i:1718949600;a:1:{i:0;i:1;}i:1718953200;a:1:{i:0;i:1;}i:1718964000;a:1:{i:0;i:1;}i:1718989200;a:1:{i:0;i:1;}i:1719014400;a:1:{i:0;i:1;}i:1719021600;a:1:{i:0;i:1;}i:1719039600;a:1:{i:0;i:1;}i:1719057600;a:1:{i:0;i:1;}i:1719061200;a:1:{i:0;i:1;}i:1719079200;a:1:{i:0;i:1;}i:1719104400;a:1:{i:0;i:1;}i:1719162000;a:1:{i:0;i:1;}i:1719198000;a:1:{i:0;i:1;}i:1719205200;a:1:{i:0;i:1;}i:1719219600;a:1:{i:0;i:1;}i:1719237600;a:1:{i:0;i:1;}i:1719385200;a:1:{i:0;i:1;}i:1719388800;a:1:{i:0;i:1;}i:1719399600;a:1:{i:0;i:1;}i:1719410400;a:1:{i:0;i:1;}i:1719435600;a:1:{i:0;i:1;}i:1719453600;a:1:{i:0;i:1;}i:1719464400;a:1:{i:0;i:1;}i:1719540000;a:1:{i:0;i:1;}i:1719558000;a:1:{i:0;i:1;}i:1719572400;a:1:{i:0;i:1;}i:1719586800;a:1:{i:0;i:1;}i:1719630000;a:1:{i:0;i:1;}i:1719651600;a:1:{i:0;i:1;}i:1719658800;a:1:{i:0;i:1;}i:1719702000;a:1:{i:0;i:1;}i:1719723600;a:1:{i:0;i:1;}i:1719770400;a:1:{i:0;i:1;}i:1719824400;a:1:{i:0;i:1;}i:1719842400;a:1:{i:0;i:1;}i:1719849600;a:1:{i:0;i:1;}i:1719885600;a:1:{i:0;i:2;}i:1719900000;a:1:{i:0;i:1;}i:1719903600;a:1:{i:0;i:2;}i:1719910800;a:1:{i:0;i:1;}i:1719918000;a:1:{i:0;i:1;}i:1719932400;a:1:{i:0;i:2;}i:1719936000;a:1:{i:0;i:1;}i:1719943200;a:1:{i:0;i:1;}i:1719961200;a:1:{i:0;i:1;}i:1719972000;a:1:{i:0;i:1;}i:1719986400;a:1:{i:0;i:1;}i:1720022400;a:1:{i:0;i:1;}i:1720029600;a:1:{i:0;i:37;}i:1720072800;a:1:{i:0;i:1;}i:1720090800;a:1:{i:0;i:3;}i:1720105200;a:1:{i:0;i:1;}i:1720119600;a:1:{i:0;i:2;}i:1720123200;a:1:{i:0;i:1;}i:1720126800;a:1:{i:0;i:1;}i:1720155600;a:1:{i:0;i:1;}i:1720227600;a:1:{i:0;i:1;}i:1720231200;a:1:{i:0;i:1;}i:1720242000;a:1:{i:0;i:1;}i:1720252800;a:1:{i:0;i:1;}i:1720263600;a:1:{i:0;i:1;}i:1720274400;a:1:{i:0;i:1;}i:1720303200;a:1:{i:0;i:1;}i:1720306800;a:1:{i:0;i:1;}i:1720317600;a:1:{i:0;i:3;}i:1720324800;a:1:{i:0;i:1;}i:1720328400;a:1:{i:0;i:1;}i:1720364400;a:1:{i:0;i:1;}i:1720368000;a:1:{i:0;i:1;}i:1720389600;a:1:{i:0;i:1;}i:1720411200;a:1:{i:0;i:1;}i:1720414800;a:1:{i:0;i:1;}i:1720418400;a:1:{i:0;i:1;}i:1720425600;a:1:{i:0;i:1;}i:1720443600;a:1:{i:0;i:2;}i:1720447200;a:1:{i:0;i:11;}i:1720450800;a:1:{i:0;i:9;}i:1720454400;a:1:{i:0;i:6;}i:1720458000;a:1:{i:0;i:7;}i:1720461600;a:1:{i:0;i:6;}i:1720476000;a:1:{i:0;i:1;}i:1720479600;a:1:{i:0;i:1;}i:1720483200;a:1:{i:0;i:1;}i:1720486800;a:1:{i:0;i:2;}i:1720490400;a:1:{i:0;i:3;}i:1720494000;a:1:{i:0;i:3;}i:1720497600;a:1:{i:0;i:4;}i:1720501200;a:1:{i:0;i:5;}i:1720504800;a:1:{i:0;i:8;}i:1720508400;a:1:{i:0;i:3;}i:1720512000;a:1:{i:0;i:2;}i:1720515600;a:1:{i:0;i:4;}i:1720519200;a:1:{i:0;i:4;}i:1720522800;a:1:{i:0;i:4;}i:1720526400;a:1:{i:0;i:12;}i:1720530000;a:1:{i:0;i:9;}i:1720533600;a:1:{i:0;i:3;}i:1720537200;a:1:{i:0;i:19;}i:1720540800;a:1:{i:0;i:5;}i:1720544400;a:1:{i:0;i:7;}i:1720548000;a:1:{i:0;i:10;}i:1720551600;a:1:{i:0;i:12;}i:1720555200;a:1:{i:0;i:11;}i:1720558800;a:1:{i:0;i:12;}i:1720562400;a:1:{i:0;i:6;}i:1720566000;a:1:{i:0;i:9;}i:1720569600;a:1:{i:0;i:7;}i:1720573200;a:1:{i:0;i:2;}i:1720576800;a:1:{i:0;i:13;}i:1720580400;a:1:{i:0;i:8;}i:1720584000;a:1:{i:0;i:4;}i:1720587600;a:1:{i:0;i:8;}i:1720591200;a:1:{i:0;i:11;}i:1720594800;a:1:{i:0;i:4;}i:1720598400;a:1:{i:0;i:8;}i:1720602000;a:1:{i:0;i:10;}i:1720605600;a:1:{i:0;i:10;}i:1720609200;a:1:{i:0;i:6;}i:1720616400;a:1:{i:0;i:5;}i:1720623600;a:1:{i:0;i:3;}i:1720634400;a:1:{i:0;i:2;}i:1720638000;a:1:{i:0;i:3;}i:1720645200;a:1:{i:0;i:2;}i:1720652400;a:1:{i:0;i:1;}i:1720659600;a:1:{i:0;i:7;}i:1720666800;a:1:{i:0;i:1;}i:1720670400;a:1:{i:0;i:2;}i:1720674000;a:1:{i:0;i:4;}i:1720677600;a:1:{i:0;i:6;}i:1720681200;a:1:{i:0;i:8;}i:1720684800;a:1:{i:0;i:1;}i:1720688400;a:1:{i:0;i:3;}i:1720695600;a:1:{i:0;i:2;}i:1720706400;a:1:{i:0;i:2;}i:1720713600;a:1:{i:0;i:1;}i:1720717200;a:1:{i:0;i:3;}i:1720720800;a:1:{i:0;i:1;}i:1720724400;a:1:{i:0;i:3;}i:1720731600;a:1:{i:0;i:2;}i:1720735200;a:1:{i:0;i:1;}i:1720994400;a:1:{i:0;i:3;}i:1721088000;a:1:{i:0;i:1;}i:1721095200;a:1:{i:0;i:1;}i:1721246400;a:1:{i:0;i:1;}i:1721329200;a:1:{i:0;i:1;}i:1721376000;a:1:{i:0;i:1;}i:1721383200;a:1:{i:0;i:1;}i:1721394000;a:1:{i:0;i:1;}i:1721397600;a:1:{i:0;i:3;}i:1721404800;a:1:{i:0;i:1;}i:1721415600;a:1:{i:0;i:1;}i:1721426400;a:1:{i:0;i:1;}i:1721433600;a:1:{i:0;i:2;}i:1721440800;a:1:{i:0;i:1;}i:1721458800;a:1:{i:0;i:1;}i:1721469600;a:1:{i:0;i:1;}i:1721473200;a:1:{i:0;i:10;}i:1721671200;a:1:{i:0;i:1;}i:1721689200;a:1:{i:0;i:1;}i:1721761200;a:1:{i:0;i:1;}i:1721815200;a:1:{i:0;i:1;}i:1721887200;a:1:{i:0;i:1;}i:1721977200;a:1:{i:0;i:1;}i:1722135600;a:1:{i:0;i:1;}i:1722139200;a:1:{i:0;i:1;}i:1722142800;a:1:{i:0;i:1;}i:1722160800;a:1:{i:0;i:2;}i:1722164400;a:1:{i:0;i:1;}i:1722178800;a:1:{i:0;i:1;}i:1722189600;a:1:{i:0;i:1;}i:1722193200;a:1:{i:0;i:1;}i:1722200400;a:1:{i:0;i:1;}i:1722204000;a:1:{i:0;i:1;}i:1722214800;a:1:{i:0;i:1;}i:1722222000;a:1:{i:0;i:1;}i:1722225600;a:1:{i:0;i:1;}i:1722229200;a:1:{i:0;i:1;}i:1722232800;a:1:{i:0;i:1;}i:1722236400;a:1:{i:0;i:2;}i:1722240000;a:1:{i:0;i:1;}i:1722243600;a:1:{i:0;i:1;}i:1722250800;a:1:{i:0;i:1;}i:1722265200;a:1:{i:0;i:2;}i:1722268800;a:1:{i:0;i:1;}i:1722272400;a:1:{i:0;i:2;}i:1722279600;a:1:{i:0;i:1;}i:1722337200;a:1:{i:0;i:2;}i:1722344400;a:1:{i:0;i:1;}i:1722351600;a:1:{i:0;i:1;}i:1722355200;a:1:{i:0;i:3;}i:1722366000;a:1:{i:0;i:2;}i:1722373200;a:1:{i:0;i:1;}i:1722376800;a:1:{i:0;i:1;}i:1722380400;a:1:{i:0;i:1;}i:1722384000;a:1:{i:0;i:1;}i:1722387600;a:1:{i:0;i:1;}i:1722391200;a:1:{i:0;i:1;}i:1722402000;a:1:{i:0;i:1;}i:1722409200;a:1:{i:0;i:3;}i:1722420000;a:1:{i:0;i:1;}i:1722438000;a:1:{i:0;i:1;}i:1722452400;a:1:{i:0;i:1;}i:1722456000;a:1:{i:0;i:1;}i:1722463200;a:1:{i:0;i:1;}i:1722474000;a:1:{i:0;i:1;}i:1722481200;a:1:{i:0;i:1;}i:1722484800;a:1:{i:0;i:1;}i:1722495600;a:1:{i:0;i:1;}i:1722513600;a:1:{i:0;i:1;}i:1722524400;a:1:{i:0;i:1;}i:1722528000;a:1:{i:0;i:1;}i:1722535200;a:1:{i:0;i:1;}i:1722542400;a:1:{i:0;i:1;}i:1722589200;a:1:{i:0;i:3;}i:1722592800;a:1:{i:0;i:1;}i:1722596400;a:1:{i:0;i:3;}i:1722607200;a:1:{i:0;i:1;}i:1722610800;a:1:{i:0;i:1;}i:1722621600;a:1:{i:0;i:1;}i:1722639600;a:1:{i:0;i:1;}i:1722643200;a:1:{i:0;i:1;}i:1722646800;a:1:{i:0;i:1;}i:1722650400;a:1:{i:0;i:2;}i:1722654000;a:1:{i:0;i:4;}i:1722657600;a:1:{i:0;i:2;}i:1722661200;a:1:{i:0;i:1;}i:1722664800;a:1:{i:0;i:1;}i:1722668400;a:1:{i:0;i:5;}i:1722675600;a:1:{i:0;i:1;}i:1722682800;a:1:{i:0;i:3;}i:1722693600;a:1:{i:0;i:3;}i:1722697200;a:1:{i:0;i:2;}i:1722700800;a:1:{i:0;i:3;}i:1722729600;a:1:{i:0;i:3;}i:1722754800;a:1:{i:0;i:1;}i:1722765600;a:1:{i:0;i:3;}i:1722780000;a:1:{i:0;i:3;}i:1722787200;a:1:{i:0;i:1;}i:1722790800;a:1:{i:0;i:1;}i:1722808800;a:1:{i:0;i:3;}i:1722823200;a:1:{i:0;i:1;}i:1722826800;a:1:{i:0;i:1;}i:1722830400;a:1:{i:0;i:1;}i:1722841200;a:1:{i:0;i:1;}i:1722844800;a:1:{i:0;i:4;}i:1722852000;a:1:{i:0;i:1;}i:1722859200;a:1:{i:0;i:4;}i:1722866400;a:1:{i:0;i:1;}i:1722870000;a:1:{i:0;i:4;}i:1722873600;a:1:{i:0;i:1;}i:1722877200;a:1:{i:0;i:1;}i:1722884400;a:1:{i:0;i:4;}i:1722888000;a:1:{i:0;i:2;}i:1722895200;a:1:{i:0;i:1;}i:1722898800;a:1:{i:0;i:3;}i:1722902400;a:1:{i:0;i:1;}i:1722906000;a:1:{i:0;i:1;}i:1722931200;a:1:{i:0;i:1;}i:1722934800;a:1:{i:0;i:1;}i:1722938400;a:1:{i:0;i:3;}i:1722942000;a:1:{i:0;i:2;}i:1722949200;a:1:{i:0;i:2;}i:1722963600;a:1:{i:0;i:3;}i:1722967200;a:1:{i:0;i:1;}i:1722974400;a:1:{i:0;i:1;}i:1722978000;a:1:{i:0;i:4;}i:1722981600;a:1:{i:0;i:1;}i:1722988800;a:1:{i:0;i:3;}i:1722992400;a:1:{i:0;i:2;}i:1722999600;a:1:{i:0;i:1;}i:1723003200;a:1:{i:0;i:1;}i:1723021200;a:1:{i:0;i:1;}i:1723064400;a:1:{i:0;i:1;}i:1723075200;a:1:{i:0;i:1;}i:1723086000;a:1:{i:0;i:2;}i:1723089600;a:1:{i:0;i:2;}i:1723100400;a:1:{i:0;i:1;}i:1723104000;a:1:{i:0;i:1;}i:1723111200;a:1:{i:0;i:92;}i:1723114800;a:1:{i:0;i:106;}i:1723122000;a:1:{i:0;i:1;}i:1723125600;a:1:{i:0;i:2;}i:1723129200;a:1:{i:0;i:1;}i:1723132800;a:1:{i:0;i:1;}i:1723136400;a:1:{i:0;i:1;}i:1723140000;a:1:{i:0;i:2;}i:1723143600;a:1:{i:0;i:2;}i:1723147200;a:1:{i:0;i:2;}i:1723154400;a:1:{i:0;i:1;}i:1723161600;a:1:{i:0;i:1;}i:1723168800;a:1:{i:0;i:1;}i:1723183200;a:1:{i:0;i:1;}i:1723194000;a:1:{i:0;i:1;}i:1723197600;a:1:{i:0;i:1;}i:1723204800;a:1:{i:0;i:1;}i:1723212000;a:1:{i:0;i:1;}i:1723222800;a:1:{i:0;i:2;}i:1723226400;a:1:{i:0;i:1;}i:1723237200;a:1:{i:0;i:1;}i:1723244400;a:1:{i:0;i:1;}i:1723251600;a:1:{i:0;i:1;}i:1723255200;a:1:{i:0;i:1;}i:1723262400;a:1:{i:0;i:1;}i:1723284000;a:1:{i:0;i:1;}i:1723291200;a:1:{i:0;i:2;}i:1723305600;a:1:{i:0;i:2;}i:1723312800;a:1:{i:0;i:1;}i:1723316400;a:1:{i:0;i:1;}i:1723320000;a:1:{i:0;i:1;}i:1723334400;a:1:{i:0;i:1;}i:1723338000;a:1:{i:0;i:1;}i:1723341600;a:1:{i:0;i:1;}i:1723356000;a:1:{i:0;i:1;}i:1723363200;a:1:{i:0;i:1;}i:1723374000;a:1:{i:0;i:1;}i:1723377600;a:1:{i:0;i:1;}i:1723384800;a:1:{i:0;i:2;}i:1723388400;a:1:{i:0;i:2;}i:1723402800;a:1:{i:0;i:1;}i:1723406400;a:1:{i:0;i:2;}i:1723410000;a:1:{i:0;i:1;}i:1723442400;a:1:{i:0;i:1;}i:1723464000;a:1:{i:0;i:1;}i:1723478400;a:1:{i:0;i:1;}i:1723489200;a:1:{i:0;i:1;}i:1723496400;a:1:{i:0;i:1;}i:1723503600;a:1:{i:0;i:1;}i:1723507200;a:1:{i:0;i:1;}i:1723550400;a:1:{i:0;i:2;}i:1723708800;a:1:{i:0;i:1;}i:1723712400;a:1:{i:0;i:1;}i:1723870800;a:1:{i:0;i:3;}i:1723874400;a:1:{i:0;i:10;}i:1723878000;a:1:{i:0;i:5;}i:1723881600;a:1:{i:0;i:4;}i:1723885200;a:1:{i:0;i:6;}i:1723888800;a:1:{i:0;i:4;}i:1723892400;a:1:{i:0;i:7;}i:1723896000;a:1:{i:0;i:6;}i:1723899600;a:1:{i:0;i:9;}i:1723903200;a:1:{i:0;i:6;}i:1723906800;a:1:{i:0;i:1;}i:1723921200;a:1:{i:0;i:5;}i:1723924800;a:1:{i:0;i:6;}i:1723928400;a:1:{i:0;i:4;}i:1723932000;a:1:{i:0;i:5;}i:1723935600;a:1:{i:0;i:3;}i:1723939200;a:1:{i:0;i:4;}i:1723942800;a:1:{i:0;i:6;}i:1723946400;a:1:{i:0;i:5;}i:1723950000;a:1:{i:0;i:5;}i:1723953600;a:1:{i:0;i:6;}i:1723957200;a:1:{i:0;i:5;}i:1723982400;a:1:{i:0;i:4;}i:1723986000;a:1:{i:0;i:7;}i:1723989600;a:1:{i:0;i:2;}i:1723993200;a:1:{i:0;i:7;}i:1723996800;a:1:{i:0;i:5;}i:1724000400;a:1:{i:0;i:5;}i:1724004000;a:1:{i:0;i:3;}i:1724007600;a:1:{i:0;i:3;}i:1724011200;a:1:{i:0;i:7;}i:1724014800;a:1:{i:0;i:6;}i:1724018400;a:1:{i:0;i:2;}i:1724068800;a:1:{i:0;i:1;}i:1724076000;a:1:{i:0;i:1;}i:1724101200;a:1:{i:0;i:1;}i:1724104800;a:1:{i:0;i:1;}i:1724158800;a:1:{i:0;i:1;}i:1724184000;a:1:{i:0;i:1;}i:1724220000;a:1:{i:0;i:1;}i:1724266800;a:1:{i:0;i:1;}i:1724331600;a:1:{i:0;i:1;}i:1724338800;a:1:{i:0;i:1;}i:1724360400;a:1:{i:0;i:1;}i:1724364000;a:1:{i:0;i:2;}i:1724403600;a:1:{i:0;i:1;}i:1724443200;a:1:{i:0;i:1;}i:1724461200;a:1:{i:0;i:1;}i:1724475600;a:1:{i:0;i:1;}i:1724508000;a:1:{i:0;i:1;}i:1724569200;a:1:{i:0;i:1;}i:1724616000;a:1:{i:0;i:1;}i:1724673600;a:1:{i:0;i:1;}i:1724702400;a:1:{i:0;i:1;}i:1724713200;a:1:{i:0;i:1;}i:1724716800;a:1:{i:0;i:2;}i:1724738400;a:1:{i:0;i:1;}i:1724745600;a:1:{i:0;i:1;}i:1724752800;a:1:{i:0;i:1;}i:1724781600;a:1:{i:0;i:1;}i:1724803200;a:1:{i:0;i:1;}i:1724806800;a:1:{i:0;i:1;}i:1724810400;a:1:{i:0;i:1;}i:1724821200;a:1:{i:0;i:1;}i:1724860800;a:1:{i:0;i:2;}i:1724864400;a:1:{i:0;i:1;}i:1724882400;a:1:{i:0;i:1;}i:1724893200;a:1:{i:0;i:1;}i:1724911200;a:1:{i:0;i:1;}i:1724922000;a:1:{i:0;i:1;}i:1724936400;a:1:{i:0;i:2;}i:1724979600;a:1:{i:0;i:1;}i:1724986800;a:1:{i:0;i:1;}i:1725015600;a:1:{i:0;i:2;}i:1725019200;a:1:{i:0;i:1;}i:1725022800;a:1:{i:0;i:1;}i:1725026400;a:1:{i:0;i:1;}i:1725037200;a:1:{i:0;i:1;}i:1725044400;a:1:{i:0;i:1;}i:1725048000;a:1:{i:0;i:1;}i:1725073200;a:1:{i:0;i:1;}i:1725080400;a:1:{i:0;i:1;}i:1725084000;a:1:{i:0;i:1;}i:1725091200;a:1:{i:0;i:1;}i:1725094800;a:1:{i:0;i:1;}i:1725102000;a:1:{i:0;i:1;}i:1725123600;a:1:{i:0;i:1;}i:1725130800;a:1:{i:0;i:1;}i:1725141600;a:1:{i:0;i:1;}i:1725170400;a:1:{i:0;i:1;}i:1725174000;a:1:{i:0;i:1;}i:1725192000;a:1:{i:0;i:1;}i:1725202800;a:1:{i:0;i:1;}i:1725217200;a:1:{i:0;i:1;}i:1725242400;a:1:{i:0;i:2;}i:1725246000;a:1:{i:0;i:2;}i:1725267600;a:1:{i:0;i:1;}i:1725271200;a:1:{i:0;i:1;}i:1725282000;a:1:{i:0;i:1;}i:1725285600;a:1:{i:0;i:1;}i:1725289200;a:1:{i:0;i:2;}i:1725310800;a:1:{i:0;i:1;}i:1725318000;a:1:{i:0;i:1;}i:1725339600;a:1:{i:0;i:1;}i:1725343200;a:1:{i:0;i:1;}i:1725346800;a:1:{i:0;i:1;}i:1725390000;a:1:{i:0;i:1;}i:1725400800;a:1:{i:0;i:1;}i:1725404400;a:1:{i:0;i:1;}i:1725408000;a:1:{i:0;i:3;}i:1725415200;a:1:{i:0;i:2;}i:1725426000;a:1:{i:0;i:5;}i:1725433200;a:1:{i:0;i:3;}i:1725436800;a:1:{i:0;i:3;}i:1725444000;a:1:{i:0;i:7;}i:1725447600;a:1:{i:0;i:1;}i:1725451200;a:1:{i:0;i:9;}i:1725454800;a:1:{i:0;i:1;}i:1725462000;a:1:{i:0;i:1;}i:1725472800;a:1:{i:0;i:79;}i:1725480000;a:1:{i:0;i:2;}i:1725490800;a:1:{i:0;i:1;}i:1725494400;a:1:{i:0;i:1;}i:1725498000;a:1:{i:0;i:2;}i:1725501600;a:1:{i:0;i:1;}i:1725523200;a:1:{i:0;i:1;}i:1725530400;a:1:{i:0;i:3;}i:1725537600;a:1:{i:0;i:5;}i:1725541200;a:1:{i:0;i:4;}i:1725548400;a:1:{i:0;i:6;}i:1725552000;a:1:{i:0;i:5;}i:1725559200;a:1:{i:0;i:4;}i:1725566400;a:1:{i:0;i:3;}i:1725570000;a:1:{i:0;i:6;}i:1725577200;a:1:{i:0;i:7;}i:1725580800;a:1:{i:0;i:7;}i:1725588000;a:1:{i:0;i:8;}i:1725591600;a:1:{i:0;i:6;}i:1725598800;a:1:{i:0;i:4;}i:1725602400;a:1:{i:0;i:1;}i:1725606000;a:1:{i:0;i:2;}i:1725609600;a:1:{i:0;i:1;}i:1725613200;a:1:{i:0;i:1;}i:1725649200;a:1:{i:0;i:1;}i:1725652800;a:1:{i:0;i:1;}i:1725678000;a:1:{i:0;i:1;}i:1725688800;a:1:{i:0;i:1;}i:1725724800;a:1:{i:0;i:1;}i:1725732000;a:1:{i:0;i:1;}i:1725735600;a:1:{i:0;i:1;}i:1725742800;a:1:{i:0;i:1;}i:1725764400;a:1:{i:0;i:1;}i:1725771600;a:1:{i:0;i:1;}i:1725796800;a:1:{i:0;i:1;}i:1725973200;a:1:{i:0;i:1;}i:1725984000;a:1:{i:0;i:1;}i:1726009200;a:1:{i:0;i:1;}i:1726059600;a:1:{i:0;i:1;}i:1726092000;a:1:{i:0;i:1;}i:1726135200;a:1:{i:0;i:1;}i:1726189200;a:1:{i:0;i:1;}i:1726232400;a:1:{i:0;i:1;}i:1726272000;a:1:{i:0;i:1;}i:1726308000;a:1:{i:0;i:1;}i:1726326000;a:1:{i:0;i:1;}i:1726362000;a:1:{i:0;i:1;}i:1726394400;a:1:{i:0;i:1;}i:1726412400;a:1:{i:0;i:1;}i:1726477200;a:1:{i:0;i:1;}i:1726509600;a:1:{i:0;i:28;}i:1726513200;a:1:{i:0;i:14;}i:1726516800;a:1:{i:0;i:13;}i:1726520400;a:1:{i:0;i:23;}i:1726524000;a:1:{i:0;i:15;}i:1726527600;a:1:{i:0;i:5;}i:1726531200;a:1:{i:0;i:2;}i:1726538400;a:1:{i:0;i:13;}i:1726542000;a:1:{i:0;i:17;}i:1726545600;a:1:{i:0;i:8;}i:1726552800;a:1:{i:0;i:8;}i:1726560000;a:1:{i:0;i:7;}i:1726567200;a:1:{i:0;i:12;}i:1726574400;a:1:{i:0;i:14;}i:1726581600;a:1:{i:0;i:10;}i:1726588800;a:1:{i:0;i:11;}i:1726596000;a:1:{i:0;i:12;}i:1726603200;a:1:{i:0;i:10;}i:1726614000;a:1:{i:0;i:7;}i:1726617600;a:1:{i:0;i:10;}i:1726624800;a:1:{i:0;i:8;}i:1726632000;a:1:{i:0;i:7;}i:1726639200;a:1:{i:0;i:12;}i:1726642800;a:1:{i:0;i:9;}i:1726657200;a:1:{i:0;i:12;}i:1726660800;a:1:{i:0;i:1;}i:1726664400;a:1:{i:0;i:7;}i:1726668000;a:1:{i:0;i:7;}i:1726675200;a:1:{i:0;i:7;}i:1726678800;a:1:{i:0;i:1;}i:1726682400;a:1:{i:0;i:12;}i:1726686000;a:1:{i:0;i:10;}i:1726693200;a:1:{i:0;i:7;}i:1726696800;a:1:{i:0;i:3;}i:1726700400;a:1:{i:0;i:5;}i:1726704000;a:1:{i:0;i:8;}i:1726707600;a:1:{i:0;i:8;}i:1726714800;a:1:{i:0;i:14;}i:1726722000;a:1:{i:0;i:11;}i:1726729200;a:1:{i:0;i:8;}i:1726736400;a:1:{i:0;i:14;}i:1726743600;a:1:{i:0;i:8;}i:1726758000;a:1:{i:0;i:7;}i:1726761600;a:1:{i:0;i:10;}i:1726765200;a:1:{i:0;i:11;}i:1726768800;a:1:{i:0;i:2;}i:1726772400;a:1:{i:0;i:7;}i:1726779600;a:1:{i:0;i:7;}i:1726783200;a:1:{i:0;i:11;}i:1726790400;a:1:{i:0;i:1;}i:1726794000;a:1:{i:0;i:1;}i:1726866000;a:1:{i:0;i:1;}i:1726894800;a:1:{i:0;i:1;}i:1726916400;a:1:{i:0;i:1;}i:1726930800;a:1:{i:0;i:1;}i:1726956000;a:1:{i:0;i:1;}i:1726974000;a:1:{i:0;i:1;}i:1726981200;a:1:{i:0;i:1;}i:1727002800;a:1:{i:0;i:1;}i:1727010000;a:1:{i:0;i:1;}i:1727024400;a:1:{i:0;i:1;}i:1727042400;a:1:{i:0;i:1;}i:1727053200;a:1:{i:0;i:1;}i:1727074800;a:1:{i:0;i:1;}i:1727082000;a:1:{i:0;i:1;}i:1727089200;a:1:{i:0;i:1;}i:1727107200;a:1:{i:0;i:1;}i:1727110800;a:1:{i:0;i:1;}i:1727121600;a:1:{i:0;i:1;}i:1727164800;a:1:{i:0;i:1;}i:1727190000;a:1:{i:0;i:1;}i:1727265600;a:1:{i:0;i:1;}i:1727334000;a:1:{i:0;i:12;}i:1727337600;a:1:{i:0;i:10;}i:1727341200;a:1:{i:0;i:7;}i:1727348400;a:1:{i:0;i:4;}i:1727352000;a:1:{i:0;i:1;}i:1727355600;a:1:{i:0;i:1;}i:1727359200;a:1:{i:0;i:7;}i:1727362800;a:1:{i:0;i:12;}i:1727366400;a:1:{i:0;i:6;}i:1727370000;a:1:{i:0;i:5;}i:1727373600;a:1:{i:0;i:10;}i:1727377200;a:1:{i:0;i:3;}i:1727380800;a:1:{i:0;i:4;}i:1727384400;a:1:{i:0;i:5;}i:1727388000;a:1:{i:0;i:7;}i:1727391600;a:1:{i:0;i:7;}i:1727395200;a:1:{i:0;i:6;}i:1727398800;a:1:{i:0;i:6;}i:1727402400;a:1:{i:0;i:10;}i:1727409600;a:1:{i:0;i:7;}i:1727413200;a:1:{i:0;i:13;}i:1727416800;a:1:{i:0;i:8;}i:1727424000;a:1:{i:0;i:9;}i:1727427600;a:1:{i:0;i:9;}i:1727431200;a:1:{i:0;i:8;}i:1727434800;a:1:{i:0;i:9;}i:1727438400;a:1:{i:0;i:8;}i:1727445600;a:1:{i:0;i:8;}i:1727449200;a:1:{i:0;i:11;}i:1727452800;a:1:{i:0;i:11;}i:1727460000;a:1:{i:0;i:11;}i:1727463600;a:1:{i:0;i:8;}i:1727467200;a:1:{i:0;i:7;}i:1727470800;a:1:{i:0;i:9;}i:1727474400;a:1:{i:0;i:8;}i:1727478000;a:1:{i:0;i:7;}i:1727485200;a:1:{i:0;i:1;}i:1727499600;a:1:{i:0;i:1;}i:1727521200;a:1:{i:0;i:1;}i:1727524800;a:1:{i:0;i:1;}i:1727535600;a:1:{i:0;i:1;}i:1727553600;a:1:{i:0;i:1;}i:1727557200;a:1:{i:0;i:163;}i:1727560800;a:1:{i:0;i:347;}i:1727586000;a:1:{i:0;i:1;}i:1727607600;a:1:{i:0;i:1;}i:1727622000;a:1:{i:0;i:5;}i:1727643600;a:1:{i:0;i:1;}i:1727654400;a:1:{i:0;i:1;}i:1727658000;a:1:{i:0;i:3;}i:1727679600;a:1:{i:0;i:2;}i:1727704800;a:1:{i:0;i:1;}i:1727719200;a:1:{i:0;i:1;}i:1728003600;a:1:{i:0;i:3;}i:1728039600;a:1:{i:0;i:2;}i:1728050400;a:1:{i:0;i:2;}i:1728061200;a:1:{i:0;i:1;}i:1728082800;a:1:{i:0;i:1;}i:1728093600;a:1:{i:0;i:1;}i:1728104400;a:1:{i:0;i:1;}i:1728115200;a:1:{i:0;i:2;}i:1728126000;a:1:{i:0;i:1;}i:1728136800;a:1:{i:0;i:3;}i:1728147600;a:1:{i:0;i:1;}i:1728169200;a:1:{i:0;i:3;}i:1728180000;a:1:{i:0;i:3;}i:1728190800;a:1:{i:0;i:3;}i:1728237600;a:1:{i:0;i:5;}i:1728248400;a:1:{i:0;i:64;}i:1728252000;a:1:{i:0;i:63;}i:1728262800;a:1:{i:0;i:1;}i:1728273600;a:1:{i:0;i:3;}i:1728331200;a:1:{i:0;i:3;}i:1728342000;a:1:{i:0;i:1;}i:1728352800;a:1:{i:0;i:3;}i:1728363600;a:1:{i:0;i:1;}i:1728374400;a:1:{i:0;i:2;}i:1728385200;a:1:{i:0;i:2;}i:1728396000;a:1:{i:0;i:1;}i:1728406800;a:1:{i:0;i:3;}i:1728417600;a:1:{i:0;i:3;}i:1728428400;a:1:{i:0;i:2;}i:1728439200;a:1:{i:0;i:2;}i:1728446400;a:1:{i:0;i:1;}i:1728518400;a:1:{i:0;i:1;}i:1728921600;a:1:{i:0;i:3;}i:1729490400;a:1:{i:0;i:10;}i:1729494000;a:1:{i:0;i:9;}i:1729501200;a:1:{i:0;i:7;}i:1729508400;a:1:{i:0;i:8;}i:1729512000;a:1:{i:0;i:7;}i:1729515600;a:1:{i:0;i:1;}i:1729519200;a:1:{i:0;i:4;}i:1729526400;a:1:{i:0;i:7;}i:1729533600;a:1:{i:0;i:7;}i:1729540800;a:1:{i:0;i:12;}i:1729548000;a:1:{i:0;i:11;}i:1729551600;a:1:{i:0;i:6;}i:1729558800;a:1:{i:0;i:9;}i:1729566000;a:1:{i:0;i:6;}i:1729569600;a:1:{i:0;i:11;}i:1729576800;a:1:{i:0;i:11;}i:1729584000;a:1:{i:0;i:10;}i:1729587600;a:1:{i:0;i:8;}i:1729594800;a:1:{i:0;i:11;}i:1729605600;a:1:{i:0;i:8;}i:1729612800;a:1:{i:0;i:11;}i:1729620000;a:1:{i:0;i:8;}i:1729627200;a:1:{i:0;i:12;}i:1729634400;a:1:{i:0;i:7;}i:1729641600;a:1:{i:0;i:9;}i:1729645200;a:1:{i:0;i:8;}i:1729652400;a:1:{i:0;i:10;}i:1729659600;a:1:{i:0;i:11;}i:1729670400;a:1:{i:0;i:11;}i:1729677600;a:1:{i:0;i:12;}i:1729681200;a:1:{i:0;i:11;}i:1729688400;a:1:{i:0;i:1;}i:1729692000;a:1:{i:0;i:10;}i:1729695600;a:1:{i:0;i:14;}i:1729702800;a:1:{i:0;i:10;}i:1729749600;a:1:{i:0;i:1;}i:1729753200;a:1:{i:0;i:9;}i:1729756800;a:1:{i:0;i:15;}i:1729760400;a:1:{i:0;i:13;}i:1729764000;a:1:{i:0;i:7;}i:1729767600;a:1:{i:0;i:6;}i:1729774800;a:1:{i:0;i:1;}i:1729789200;a:1:{i:0;i:2;}i:1729792800;a:1:{i:0;i:1;}i:1729800000;a:1:{i:0;i:1;}i:1729807200;a:1:{i:0;i:1;}i:1729814400;a:1:{i:0;i:1;}i:1729828800;a:1:{i:0;i:1;}i:1729832400;a:1:{i:0;i:3;}i:1729836000;a:1:{i:0;i:5;}i:1729839600;a:1:{i:0;i:4;}i:1729843200;a:1:{i:0;i:5;}i:1729846800;a:1:{i:0;i:6;}i:1729850400;a:1:{i:0;i:61;}i:1729854000;a:1:{i:0;i:445;}i:1729857600;a:1:{i:0;i:180;}i:1729861200;a:1:{i:0;i:6;}i:1729864800;a:1:{i:0;i:6;}i:1729868400;a:1:{i:0;i:5;}i:1729872000;a:1:{i:0;i:5;}i:1729875600;a:1:{i:0;i:5;}i:1729879200;a:1:{i:0;i:6;}i:1729882800;a:1:{i:0;i:4;}i:1729886400;a:1:{i:0;i:5;}i:1729890000;a:1:{i:0;i:6;}i:1729893600;a:1:{i:0;i:2;}i:1729897200;a:1:{i:0;i:6;}i:1729900800;a:1:{i:0;i:4;}i:1729904400;a:1:{i:0;i:2;}i:1729911600;a:1:{i:0;i:1;}i:1729918800;a:1:{i:0;i:1;}i:1729922400;a:1:{i:0;i:1;}i:1729926000;a:1:{i:0;i:1;}i:1729929600;a:1:{i:0;i:1;}i:1729933200;a:1:{i:0;i:1;}i:1729936800;a:1:{i:0;i:3;}i:1729940400;a:1:{i:0;i:4;}i:1729944000;a:1:{i:0;i:2;}i:1729947600;a:1:{i:0;i:1;}i:1729965600;a:1:{i:0;i:1;}i:1729976400;a:1:{i:0;i:1;}i:1730001600;a:1:{i:0;i:1;}i:1730005200;a:1:{i:0;i:1;}i:1730066400;a:1:{i:0;i:189;}i:1730070000;a:1:{i:0;i:439;}i:1730073600;a:1:{i:0;i:47;}i:1730091600;a:1:{i:0;i:1;}i:1730098800;a:1:{i:0;i:1;}i:1730106000;a:1:{i:0;i:1;}i:1730138400;a:1:{i:0;i:1;}i:1730149200;a:1:{i:0;i:1;}i:1730152800;a:1:{i:0;i:2;}i:1730163600;a:1:{i:0;i:1;}i:1730178000;a:1:{i:0;i:2;}i:1730185200;a:1:{i:0;i:10;}i:1730192400;a:1:{i:0;i:9;}i:1730199600;a:1:{i:0;i:10;}i:1730206800;a:1:{i:0;i:13;}i:1730210400;a:1:{i:0;i:12;}i:1730217600;a:1:{i:0;i:174;}i:1730221200;a:1:{i:0;i:292;}i:1730224800;a:1:{i:0;i:10;}i:1730228400;a:1:{i:0;i:10;}i:1730235600;a:1:{i:0;i:11;}i:1730242800;a:1:{i:0;i:11;}i:1730246400;a:1:{i:0;i:9;}i:1730250000;a:1:{i:0;i:10;}i:1730253600;a:1:{i:0;i:1;}i:1730257200;a:1:{i:0;i:12;}i:1730260800;a:1:{i:0;i:1;}i:1730264400;a:1:{i:0;i:15;}i:1730268000;a:1:{i:0;i:10;}i:1730271600;a:1:{i:0;i:4;}i:1730275200;a:1:{i:0;i:7;}i:1730282400;a:1:{i:0;i:13;}i:1730286000;a:1:{i:0;i:9;}i:1730293200;a:1:{i:0;i:9;}i:1730296800;a:1:{i:0;i:1;}i:1730300400;a:1:{i:0;i:11;}i:1730307600;a:1:{i:0;i:11;}i:1730314800;a:1:{i:0;i:11;}i:1730322000;a:1:{i:0;i:11;}i:1730329200;a:1:{i:0;i:9;}i:1730336400;a:1:{i:0;i:9;}i:1730340000;a:1:{i:0;i:9;}i:1730347200;a:1:{i:0;i:11;}i:1730354400;a:1:{i:0;i:9;}i:1730361600;a:1:{i:0;i:11;}i:1730368800;a:1:{i:0;i:7;}i:1730372400;a:1:{i:0;i:9;}i:1730376000;a:1:{i:0;i:1;}i:1730383200;a:1:{i:0;i:13;}i:1730386800;a:1:{i:0;i:11;}i:1730394000;a:1:{i:0;i:1;}i:1730440800;a:1:{i:0;i:1;}i:1730444400;a:1:{i:0;i:1;}i:1730469600;a:1:{i:0;i:1;}i:1730487600;a:1:{i:0;i:589;}i:1730491200;a:1:{i:0;i:136;}i:1730530800;a:1:{i:0;i:1;}i:1730538000;a:1:{i:0;i:2;}i:1730541600;a:1:{i:0;i:1;}i:1730592000;a:1:{i:0;i:1;}i:1730631600;a:1:{i:0;i:1;}i:1730646000;a:1:{i:0;i:1;}i:1730649600;a:1:{i:0;i:1;}i:1730664000;a:1:{i:0;i:2;}i:1730678400;a:1:{i:0;i:1;}i:1730685600;a:1:{i:0;i:2;}i:1730689200;a:1:{i:0;i:1;}i:1730696400;a:1:{i:0;i:1;}i:1730700000;a:1:{i:0;i:1;}i:1730710800;a:1:{i:0;i:1;}i:1730743200;a:1:{i:0;i:1;}i:1730754000;a:1:{i:0;i:1;}i:1730804400;a:1:{i:0;i:1;}i:1730808000;a:1:{i:0;i:1;}i:1730811600;a:1:{i:0;i:1;}i:1730822400;a:1:{i:0;i:1;}i:1730826000;a:1:{i:0;i:2;}i:1730833200;a:1:{i:0;i:1;}i:1730844000;a:1:{i:0;i:1;}i:1730847600;a:1:{i:0;i:1;}i:1730851200;a:1:{i:0;i:1;}i:1730858400;a:1:{i:0;i:1;}i:1730865600;a:1:{i:0;i:2;}i:1730869200;a:1:{i:0;i:1;}i:1730880000;a:1:{i:0;i:1;}i:1730894400;a:1:{i:0;i:1;}i:1730898000;a:1:{i:0;i:1;}i:1730901600;a:1:{i:0;i:1;}i:1730905200;a:1:{i:0;i:2;}i:1730908800;a:1:{i:0;i:1;}i:1730912400;a:1:{i:0;i:1;}i:1730916000;a:1:{i:0;i:1;}i:1730919600;a:1:{i:0;i:1;}i:1730934000;a:1:{i:0;i:1;}i:1730944800;a:1:{i:0;i:2;}i:1730948400;a:1:{i:0;i:1;}i:1730952000;a:1:{i:0;i:1;}i:1730955600;a:1:{i:0;i:1;}i:1730962800;a:1:{i:0;i:2;}i:1730970000;a:1:{i:0;i:1;}i:1730973600;a:1:{i:0;i:3;}i:1730984400;a:1:{i:0;i:1;}i:1730991600;a:1:{i:0;i:1;}i:1731002400;a:1:{i:0;i:2;}i:1731006000;a:1:{i:0;i:1;}i:1731009600;a:1:{i:0;i:1;}i:1731024000;a:1:{i:0;i:1;}i:1731027600;a:1:{i:0;i:2;}i:1731056400;a:1:{i:0;i:1;}i:1731063600;a:1:{i:0;i:1;}i:1731067200;a:1:{i:0;i:1;}i:1731070800;a:1:{i:0;i:1;}i:1731078000;a:1:{i:0;i:1;}i:1731085200;a:1:{i:0;i:2;}i:1731088800;a:1:{i:0;i:1;}i:1731096000;a:1:{i:0;i:1;}i:1731114000;a:1:{i:0;i:1;}i:1731117600;a:1:{i:0;i:1;}i:1731124800;a:1:{i:0;i:1;}i:1731128400;a:1:{i:0;i:1;}i:1731146400;a:1:{i:0;i:1;}i:1731150000;a:1:{i:0;i:1;}i:1731168000;a:1:{i:0;i:3;}i:1731175200;a:1:{i:0;i:1;}i:1731186000;a:1:{i:0;i:1;}i:1731189600;a:1:{i:0;i:2;}i:1731196800;a:1:{i:0;i:1;}i:1731207600;a:1:{i:0;i:1;}i:1731240000;a:1:{i:0;i:2;}i:1731258000;a:1:{i:0;i:1;}i:1731265200;a:1:{i:0;i:3;}i:1731304800;a:1:{i:0;i:1;}i:1731312000;a:1:{i:0;i:1;}i:1731319200;a:1:{i:0;i:1;}i:1731322800;a:1:{i:0;i:1;}i:1731340800;a:1:{i:0;i:1;}i:1731344400;a:1:{i:0;i:1;}i:1731351600;a:1:{i:0;i:1;}i:1731355200;a:1:{i:0;i:1;}i:1731369600;a:1:{i:0;i:1;}i:1731373200;a:1:{i:0;i:2;}i:1731376800;a:1:{i:0;i:2;}i:1731384000;a:1:{i:0;i:2;}i:1731402000;a:1:{i:0;i:1;}i:1731416400;a:1:{i:0;i:1;}i:1731420000;a:1:{i:0;i:1;}i:1731427200;a:1:{i:0;i:3;}i:1731441600;a:1:{i:0;i:1;}i:1731445200;a:1:{i:0;i:1;}i:1731456000;a:1:{i:0;i:1;}i:1731466800;a:1:{i:0;i:1;}i:1731470400;a:1:{i:0;i:1;}i:1731474000;a:1:{i:0;i:3;}i:1731477600;a:1:{i:0;i:1;}i:1731481200;a:1:{i:0;i:1;}i:1731484800;a:1:{i:0;i:1;}i:1731495600;a:1:{i:0;i:1;}i:1731510000;a:1:{i:0;i:1;}i:1731513600;a:1:{i:0;i:2;}i:1731520800;a:1:{i:0;i:1;}i:1731524400;a:1:{i:0;i:1;}i:1731531600;a:1:{i:0;i:1;}i:1731542400;a:1:{i:0;i:1;}i:1731546000;a:1:{i:0;i:1;}i:1731556800;a:1:{i:0;i:1;}i:1731567600;a:1:{i:0;i:1;}i:1731571200;a:1:{i:0;i:1;}i:1731574800;a:1:{i:0;i:1;}i:1731596400;a:1:{i:0;i:1;}i:1731618000;a:1:{i:0;i:1;}i:1731621600;a:1:{i:0;i:1;}i:1731628800;a:1:{i:0;i:2;}i:1731636000;a:1:{i:0;i:1;}i:1731643200;a:1:{i:0;i:1;}i:1731646800;a:1:{i:0;i:1;}i:1731650400;a:1:{i:0;i:1;}i:1731654000;a:1:{i:0;i:1;}i:1731657600;a:1:{i:0;i:1;}i:1731664800;a:1:{i:0;i:1;}i:1731668400;a:1:{i:0;i:1;}i:1731682800;a:1:{i:0;i:1;}i:1731690000;a:1:{i:0;i:2;}i:1731693600;a:1:{i:0;i:1;}i:1731700800;a:1:{i:0;i:3;}i:1731708000;a:1:{i:0;i:1;}i:1731711600;a:1:{i:0;i:1;}i:1731718800;a:1:{i:0;i:1;}i:1731722400;a:1:{i:0;i:1;}i:1731726000;a:1:{i:0;i:1;}i:1731729600;a:1:{i:0;i:1;}i:1731733200;a:1:{i:0;i:1;}i:1731740400;a:1:{i:0;i:1;}i:1731744000;a:1:{i:0;i:2;}i:1731754800;a:1:{i:0;i:1;}i:1731758400;a:1:{i:0;i:1;}i:1731765600;a:1:{i:0;i:1;}i:1731776400;a:1:{i:0;i:2;}i:1731780000;a:1:{i:0;i:1;}i:1731787200;a:1:{i:0;i:1;}i:1731790800;a:1:{i:0;i:1;}i:1731798000;a:1:{i:0;i:1;}i:1731801600;a:1:{i:0;i:1;}i:1731805200;a:1:{i:0;i:1;}i:1731812400;a:1:{i:0;i:2;}i:1731816000;a:1:{i:0;i:1;}i:1731819600;a:1:{i:0;i:2;}i:1731830400;a:1:{i:0;i:1;}i:1731834000;a:1:{i:0;i:1;}i:1731837600;a:1:{i:0;i:2;}i:1731841200;a:1:{i:0;i:1;}i:1731844800;a:1:{i:0;i:2;}i:1731852000;a:1:{i:0;i:1;}i:1731859200;a:1:{i:0;i:1;}i:1731866400;a:1:{i:0;i:1;}i:1731873600;a:1:{i:0;i:1;}i:1731913200;a:1:{i:0;i:4;}i:1731924000;a:1:{i:0;i:1;}i:1731931200;a:1:{i:0;i:3;}i:1731934800;a:1:{i:0;i:1;}i:1731938400;a:1:{i:0;i:1;}i:1731942000;a:1:{i:0;i:1;}i:1731952800;a:1:{i:0;i:2;}i:1731963600;a:1:{i:0;i:1;}i:1731967200;a:1:{i:0;i:1;}i:1731970800;a:1:{i:0;i:1;}i:1731974400;a:1:{i:0;i:2;}i:1731978000;a:1:{i:0;i:1;}i:1731988800;a:1:{i:0;i:1;}i:1731992400;a:1:{i:0;i:1;}i:1732006800;a:1:{i:0;i:2;}i:1732014000;a:1:{i:0;i:2;}i:1732017600;a:1:{i:0;i:1;}i:1732028400;a:1:{i:0;i:1;}i:1732035600;a:1:{i:0;i:1;}i:1732050000;a:1:{i:0;i:2;}i:1732053600;a:1:{i:0;i:1;}i:1732060800;a:1:{i:0;i:1;}i:1732075200;a:1:{i:0;i:1;}i:1732078800;a:1:{i:0;i:1;}i:1732086000;a:1:{i:0;i:1;}i:1732089600;a:1:{i:0;i:1;}i:1732100400;a:1:{i:0;i:1;}i:1732107600;a:1:{i:0;i:1;}i:1732111200;a:1:{i:0;i:2;}i:1732114800;a:1:{i:0;i:1;}i:1732132800;a:1:{i:0;i:2;}i:1732140000;a:1:{i:0;i:1;}i:1732172400;a:1:{i:0;i:1;}i:1732215600;a:1:{i:0;i:1;}i:1732219200;a:1:{i:0;i:1;}i:1732233600;a:1:{i:0;i:2;}i:1732237200;a:1:{i:0;i:1;}i:1732276800;a:1:{i:0;i:1;}i:1732284000;a:1:{i:0;i:1;}i:1732291200;a:1:{i:0;i:1;}i:1732309200;a:1:{i:0;i:1;}i:1732320000;a:1:{i:0;i:5;}i:1732327200;a:1:{i:0;i:1;}i:1732345200;a:1:{i:0;i:1;}i:1732356000;a:1:{i:0;i:1;}i:1732359600;a:1:{i:0;i:1;}i:1732370400;a:1:{i:0;i:1;}i:1732374000;a:1:{i:0;i:1;}i:1732377600;a:1:{i:0;i:1;}i:1732384800;a:1:{i:0;i:1;}i:1732399200;a:1:{i:0;i:1;}i:1732413600;a:1:{i:0;i:1;}i:1732424400;a:1:{i:0;i:2;}i:1732431600;a:1:{i:0;i:1;}i:1732435200;a:1:{i:0;i:1;}i:1732446000;a:1:{i:0;i:2;}i:1732449600;a:1:{i:0;i:1;}i:1732453200;a:1:{i:0;i:1;}i:1732460400;a:1:{i:0;i:1;}i:1732464000;a:1:{i:0;i:1;}i:1732474800;a:1:{i:0;i:2;}i:1732478400;a:1:{i:0;i:1;}i:1732485600;a:1:{i:0;i:1;}i:1732496400;a:1:{i:0;i:1;}i:1732507200;a:1:{i:0;i:1;}i:1732510800;a:1:{i:0;i:1;}i:1732514400;a:1:{i:0;i:1;}i:1732518000;a:1:{i:0;i:1;}i:1732525200;a:1:{i:0;i:2;}i:1732532400;a:1:{i:0;i:1;}i:1732546800;a:1:{i:0;i:1;}i:1732550400;a:1:{i:0;i:1;}i:1732557600;a:1:{i:0;i:1;}i:1732564800;a:1:{i:0;i:1;}i:1732575600;a:1:{i:0;i:1;}i:1732600800;a:1:{i:0;i:1;}i:1732608000;a:1:{i:0;i:1;}i:1732615200;a:1:{i:0;i:1;}i:1732618800;a:1:{i:0;i:2;}i:1732622400;a:1:{i:0;i:1;}i:1732626000;a:1:{i:0;i:1;}i:1732633200;a:1:{i:0;i:2;}i:1732636800;a:1:{i:0;i:1;}i:1732640400;a:1:{i:0;i:6;}i:1732647600;a:1:{i:0;i:2;}i:1732651200;a:1:{i:0;i:1;}i:1732654800;a:1:{i:0;i:5;}i:1732662000;a:1:{i:0;i:4;}i:1732669200;a:1:{i:0;i:3;}i:1732672800;a:1:{i:0;i:1;}i:1732680000;a:1:{i:0;i:5;}i:1732683600;a:1:{i:0;i:2;}i:1732698000;a:1:{i:0;i:1;}i:1732701600;a:1:{i:0;i:1;}i:1732705200;a:1:{i:0;i:2;}i:1732712400;a:1:{i:0;i:1;}i:1732719600;a:1:{i:0;i:1;}i:1732726800;a:1:{i:0;i:1;}i:1732730400;a:1:{i:0;i:2;}i:1732734000;a:1:{i:0;i:1;}i:1732737600;a:1:{i:0;i:3;}i:1732744800;a:1:{i:0;i:3;}i:1732748400;a:1:{i:0;i:1;}i:1732752000;a:1:{i:0;i:4;}i:1732759200;a:1:{i:0;i:2;}i:1732770000;a:1:{i:0;i:1;}i:1732777200;a:1:{i:0;i:1;}i:1732784400;a:1:{i:0;i:1;}i:1732788000;a:1:{i:0;i:1;}i:1732791600;a:1:{i:0;i:2;}i:1732795200;a:1:{i:0;i:1;}i:1732802400;a:1:{i:0;i:2;}i:1732806000;a:1:{i:0;i:1;}i:1732809600;a:1:{i:0;i:5;}i:1732816800;a:1:{i:0;i:2;}i:1732820400;a:1:{i:0;i:1;}i:1732838400;a:1:{i:0;i:1;}i:1732845600;a:1:{i:0;i:1;}i:1732849200;a:1:{i:0;i:2;}i:1732867200;a:1:{i:0;i:2;}i:1732881600;a:1:{i:0;i:2;}i:1732885200;a:1:{i:0;i:1;}i:1732888800;a:1:{i:0;i:1;}i:1732892400;a:1:{i:0;i:1;}i:1732896000;a:1:{i:0;i:1;}i:1732899600;a:1:{i:0;i:1;}i:1732906800;a:1:{i:0;i:2;}i:1732914000;a:1:{i:0;i:2;}i:1732921200;a:1:{i:0;i:1;}i:1732928400;a:1:{i:0;i:3;}i:1732939200;a:1:{i:0;i:2;}i:1732942800;a:1:{i:0;i:1;}i:1732946400;a:1:{i:0;i:1;}i:1732950000;a:1:{i:0;i:4;}i:1732957200;a:1:{i:0;i:2;}i:1732964400;a:1:{i:0;i:2;}i:1732971600;a:1:{i:0;i:3;}i:1732982400;a:1:{i:0;i:3;}i:1732986000;a:1:{i:0;i:1;}i:1732989600;a:1:{i:0;i:2;}i:1732996800;a:1:{i:0;i:1;}i:1733022000;a:1:{i:0;i:3;}i:1733029200;a:1:{i:0;i:1;}i:1733040000;a:1:{i:0;i:1;}i:1733050800;a:1:{i:0;i:2;}i:1733058000;a:1:{i:0;i:1;}i:1733065200;a:1:{i:0;i:1;}i:1733072400;a:1:{i:0;i:1;}i:1733090400;a:1:{i:0;i:2;}i:1733101200;a:1:{i:0;i:4;}i:1733108400;a:1:{i:0;i:1;}i:1733119200;a:1:{i:0;i:1;}i:1733137200;a:1:{i:0;i:1;}i:1733140800;a:1:{i:0;i:3;}i:1733148000;a:1:{i:0;i:1;}i:1733151600;a:1:{i:0;i:2;}i:1733162400;a:1:{i:0;i:3;}i:1733169600;a:1:{i:0;i:2;}i:1733173200;a:1:{i:0;i:2;}i:1733180400;a:1:{i:0;i:3;}i:1733184000;a:1:{i:0;i:4;}i:1733191200;a:1:{i:0;i:1;}i:1733194800;a:1:{i:0;i:2;}i:1733198400;a:1:{i:0;i:4;}i:1733202000;a:1:{i:0;i:10;}i:1733205600;a:1:{i:0;i:2;}i:1733209200;a:1:{i:0;i:2;}i:1733212800;a:1:{i:0;i:4;}i:1733216400;a:1:{i:0;i:4;}i:1733220000;a:1:{i:0;i:1;}i:1733223600;a:1:{i:0;i:1;}i:1733227200;a:1:{i:0;i:5;}i:1733230800;a:1:{i:0;i:9;}i:1733234400;a:1:{i:0;i:7;}i:1733238000;a:1:{i:0;i:12;}i:1733241600;a:1:{i:0;i:11;}i:1733245200;a:1:{i:0;i:10;}i:1733248800;a:1:{i:0;i:10;}i:1733252400;a:1:{i:0;i:5;}i:1733256000;a:1:{i:0;i:9;}i:1733259600;a:1:{i:0;i:7;}i:1733266800;a:1:{i:0;i:2;}i:1733270400;a:1:{i:0;i:2;}i:1733274000;a:1:{i:0;i:2;}i:1733277600;a:1:{i:0;i:2;}i:1733281200;a:1:{i:0;i:1;}i:1733284800;a:1:{i:0;i:6;}i:1733288400;a:1:{i:0;i:6;}i:1733292000;a:1:{i:0;i:5;}i:1733295600;a:1:{i:0;i:5;}i:1733299200;a:1:{i:0;i:4;}i:1733302800;a:1:{i:0;i:5;}i:1733306400;a:1:{i:0;i:5;}i:1733310000;a:1:{i:0;i:4;}i:1733313600;a:1:{i:0;i:4;}i:1733317200;a:1:{i:0;i:3;}i:1733342400;a:1:{i:0;i:10;}i:1733346000;a:1:{i:0;i:9;}i:1733349600;a:1:{i:0;i:7;}i:1733353200;a:1:{i:0;i:6;}i:1733356800;a:1:{i:0;i:5;}i:1733360400;a:1:{i:0;i:6;}i:1733364000;a:1:{i:0;i:5;}i:1733367600;a:1:{i:0;i:6;}i:1733371200;a:1:{i:0;i:5;}i:1733374800;a:1:{i:0;i:7;}i:1733378400;a:1:{i:0;i:13;}i:1733382000;a:1:{i:0;i:3;}i:1733385600;a:1:{i:0;i:3;}i:1733389200;a:1:{i:0;i:3;}i:1733392800;a:1:{i:0;i:212;}i:1733396400;a:1:{i:0;i:598;}i:1733400000;a:1:{i:0;i:4;}i:1733403600;a:1:{i:0;i:3;}i:1733407200;a:1:{i:0;i:3;}i:1733410800;a:1:{i:0;i:4;}i:1733414400;a:1:{i:0;i:2;}i:1733418000;a:1:{i:0;i:3;}i:1733421600;a:1:{i:0;i:2;}i:1733425200;a:1:{i:0;i:4;}i:1733428800;a:1:{i:0;i:3;}i:1733432400;a:1:{i:0;i:3;}i:1733436000;a:1:{i:0;i:2;}i:1733439600;a:1:{i:0;i:3;}i:1733443200;a:1:{i:0;i:5;}i:1733446800;a:1:{i:0;i:4;}i:1733450400;a:1:{i:0;i:2;}i:1733454000;a:1:{i:0;i:3;}i:1733457600;a:1:{i:0;i:1;}i:1733461200;a:1:{i:0;i:3;}i:1733464800;a:1:{i:0;i:2;}i:1733468400;a:1:{i:0;i:5;}i:1733472000;a:1:{i:0;i:6;}i:1733475600;a:1:{i:0;i:5;}i:1733479200;a:1:{i:0;i:6;}i:1733482800;a:1:{i:0;i:4;}i:1733486400;a:1:{i:0;i:6;}i:1733490000;a:1:{i:0;i:7;}i:1733493600;a:1:{i:0;i:1;}i:1733504400;a:1:{i:0;i:1;}i:1733518800;a:1:{i:0;i:1;}i:1733526000;a:1:{i:0;i:2;}i:1733576400;a:1:{i:0;i:3;}i:1733583600;a:1:{i:0;i:4;}i:1733594400;a:1:{i:0;i:4;}i:1733605200;a:1:{i:0;i:5;}i:1733616000;a:1:{i:0;i:1;}i:1733630400;a:1:{i:0;i:1;}i:1733634000;a:1:{i:0;i:1;}i:1733637600;a:1:{i:0;i:5;}i:1733641200;a:1:{i:0;i:6;}i:1733644800;a:1:{i:0;i:5;}i:1733648400;a:1:{i:0;i:6;}i:1733652000;a:1:{i:0;i:4;}i:1733655600;a:1:{i:0;i:5;}i:1733659200;a:1:{i:0;i:3;}i:1733662800;a:1:{i:0;i:2;}i:1733666400;a:1:{i:0;i:1;}i:1733670000;a:1:{i:0;i:4;}i:1733673600;a:1:{i:0;i:3;}i:1733677200;a:1:{i:0;i:2;}i:1733680800;a:1:{i:0;i:3;}i:1733684400;a:1:{i:0;i:2;}i:1733688000;a:1:{i:0;i:3;}i:1733691600;a:1:{i:0;i:5;}i:1733695200;a:1:{i:0;i:1;}i:1733698800;a:1:{i:0;i:4;}i:1733702400;a:1:{i:0;i:5;}i:1733706000;a:1:{i:0;i:2;}i:1733709600;a:1:{i:0;i:5;}i:1733713200;a:1:{i:0;i:4;}i:1733716800;a:1:{i:0;i:3;}i:1733720400;a:1:{i:0;i:1;}i:1733724000;a:1:{i:0;i:6;}i:1733727600;a:1:{i:0;i:2;}i:1733731200;a:1:{i:0;i:2;}i:1733734800;a:1:{i:0;i:4;}i:1733738400;a:1:{i:0;i:2;}i:1733742000;a:1:{i:0;i:5;}i:1733745600;a:1:{i:0;i:2;}i:1733749200;a:1:{i:0;i:6;}i:1733752800;a:1:{i:0;i:3;}i:1733756400;a:1:{i:0;i:3;}i:1733760000;a:1:{i:0;i:2;}i:1733763600;a:1:{i:0;i:5;}i:1733770800;a:1:{i:0;i:3;}i:1733778000;a:1:{i:0;i:3;}i:1733785200;a:1:{i:0;i:5;}i:1733788800;a:1:{i:0;i:1;}i:1733792400;a:1:{i:0;i:4;}i:1733796000;a:1:{i:0;i:2;}i:1733799600;a:1:{i:0;i:1;}i:1733803200;a:1:{i:0;i:3;}i:1733806800;a:1:{i:0;i:4;}i:1733810400;a:1:{i:0;i:8;}i:1733814000;a:1:{i:0;i:1;}i:1733817600;a:1:{i:0;i:5;}i:1733821200;a:1:{i:0;i:1;}i:1733824800;a:1:{i:0;i:8;}i:1733828400;a:1:{i:0;i:1;}i:1733832000;a:1:{i:0;i:4;}i:1733839200;a:1:{i:0;i:3;}i:1733842800;a:1:{i:0;i:3;}i:1733853600;a:1:{i:0;i:1;}i:1733976000;a:1:{i:0;i:1;}i:1733986800;a:1:{i:0;i:1;}i:1733994000;a:1:{i:0;i:1;}i:1734098400;a:1:{i:0;i:1;}i:1734145200;a:1:{i:0;i:1;}i:1734174000;a:1:{i:0;i:1;}i:1734210000;a:1:{i:0;i:1;}i:1734249600;a:1:{i:0;i:1;}i:1734274800;a:1:{i:0;i:1;}i:1734382800;a:1:{i:0;i:1;}i:1734411600;a:1:{i:0;i:1;}i:1734465600;a:1:{i:0;i:1;}i:1734588000;a:1:{i:0;i:1;}i:1734613200;a:1:{i:0;i:1;}i:1734638400;a:1:{i:0;i:1;}i:1734660000;a:1:{i:0;i:1;}i:1734706800;a:1:{i:0;i:1;}i:1734739200;a:1:{i:0;i:79;}i:1734742800;a:1:{i:0;i:61;}i:1734750000;a:1:{i:0;i:1;}i:1734768000;a:1:{i:0;i:1;}i:1734786000;a:1:{i:0;i:1;}i:1734793200;a:1:{i:0;i:1;}i:1734836400;a:1:{i:0;i:1;}i:1734850800;a:1:{i:0;i:1;}i:1734890400;a:1:{i:0;i:1;}i:1734973200;a:1:{i:0;i:1;}i:1735041600;a:1:{i:0;i:1;}i:1735052400;a:1:{i:0;i:1;}i:1735117200;a:1:{i:0;i:1;}i:1735120800;a:1:{i:0;i:1;}i:1735124400;a:1:{i:0;i:1;}i:1735128000;a:1:{i:0;i:1;}i:1735146000;a:1:{i:0;i:47;}i:1735149600;a:1:{i:0;i:68;}i:1735153200;a:1:{i:0;i:72;}i:1735156800;a:1:{i:0;i:19;}i:1735200000;a:1:{i:0;i:2;}i:1735203600;a:1:{i:0;i:5;}i:1735210800;a:1:{i:0;i:6;}i:1735214400;a:1:{i:0;i:1;}i:1735218000;a:1:{i:0;i:4;}i:1735228800;a:1:{i:0;i:6;}i:1735232400;a:1:{i:0;i:3;}i:1735239600;a:1:{i:0;i:1;}i:1735243200;a:1:{i:0;i:4;}i:1735246800;a:1:{i:0;i:4;}i:1735254000;a:1:{i:0;i:4;}i:1735257600;a:1:{i:0;i:4;}i:1735261200;a:1:{i:0;i:4;}i:1735268400;a:1:{i:0;i:3;}i:1735272000;a:1:{i:0;i:3;}i:1735275600;a:1:{i:0;i:3;}i:1735282800;a:1:{i:0;i:2;}i:1735286400;a:1:{i:0;i:1;}i:1735290000;a:1:{i:0;i:4;}i:1735297200;a:1:{i:0;i:70;}i:1735300800;a:1:{i:0;i:98;}i:1735304400;a:1:{i:0;i:27;}i:1735308000;a:1:{i:0;i:4;}i:1735311600;a:1:{i:0;i:3;}i:1735318800;a:1:{i:0;i:2;}i:1735322400;a:1:{i:0;i:5;}i:1735329600;a:1:{i:0;i:1;}i:1735333200;a:1:{i:0;i:4;}i:1735336800;a:1:{i:0;i:2;}i:1735340400;a:1:{i:0;i:3;}i:1735344000;a:1:{i:0;i:5;}i:1735351200;a:1:{i:0;i:6;}i:1735354800;a:1:{i:0;i:2;}i:1735362000;a:1:{i:0;i:2;}i:1735365600;a:1:{i:0;i:1;}i:1735369200;a:1:{i:0;i:3;}i:1735376400;a:1:{i:0;i:3;}i:1735387200;a:1:{i:0;i:5;}i:1735394400;a:1:{i:0;i:6;}i:1735398000;a:1:{i:0;i:4;}i:1735405200;a:1:{i:0;i:4;}i:1735408800;a:1:{i:0;i:4;}i:1735412400;a:1:{i:0;i:7;}i:1735416000;a:1:{i:0;i:5;}i:1735441200;a:1:{i:0;i:1;}i:1735509600;a:1:{i:0;i:1;}i:1735520400;a:1:{i:0;i:1;}i:1735610400;a:1:{i:0;i:1;}i:1735621200;a:1:{i:0;i:1;}i:1735660800;a:1:{i:0;i:1;}i:1735682400;a:1:{i:0;i:129;}i:1735686000;a:1:{i:0;i:11;}i:1735768800;a:1:{i:0;i:1;}i:1735786800;a:1:{i:0;i:1;}i:1735797600;a:1:{i:0;i:1;}i:1735927200;a:1:{i:0;i:1;}i:1736006400;a:1:{i:0;i:7;}i:1736254800;a:1:{i:0;i:3;}i:1736301600;a:1:{i:0;i:1;}i:1736539200;a:1:{i:0;i:3;}i:1736546400;a:1:{i:0;i:3;}i:1736560800;a:1:{i:0;i:4;}i:1736604000;a:1:{i:0;i:3;}i:1736618400;a:1:{i:0;i:6;}i:1736636400;a:1:{i:0;i:1;}i:1736650800;a:1:{i:0;i:2;}i:1736668800;a:1:{i:0;i:1;}i:1736683200;a:1:{i:0;i:2;}i:1736701200;a:1:{i:0;i:3;}i:1736722800;a:1:{i:0;i:3;}i:1736787600;a:1:{i:0;i:6;}i:1736794800;a:1:{i:0;i:3;}i:1736812800;a:1:{i:0;i:2;}i:1736870400;a:1:{i:0;i:1;}i:1736874000;a:1:{i:0;i:3;}i:1736881200;a:1:{i:0;i:1;}i:1736899200;a:1:{i:0;i:1;}i:1736906400;a:1:{i:0;i:2;}i:1736917200;a:1:{i:0;i:1;}i:1736946000;a:1:{i:0;i:2;}i:1736964000;a:1:{i:0;i:3;}i:1737450000;a:1:{i:0;i:10;}i:1737457200;a:1:{i:0;i:10;}i:1737460800;a:1:{i:0;i:11;}i:1737468000;a:1:{i:0;i:13;}i:1737475200;a:1:{i:0;i:4;}i:1737482400;a:1:{i:0;i:7;}i:1737489600;a:1:{i:0;i:4;}i:1737493200;a:1:{i:0;i:8;}i:1737500400;a:1:{i:0;i:3;}i:1737504000;a:1:{i:0;i:5;}i:1737511200;a:1:{i:0;i:7;}i:1737514800;a:1:{i:0;i:6;}i:1737522000;a:1:{i:0;i:6;}i:1737572400;a:1:{i:0;i:6;}i:1737576000;a:1:{i:0;i:5;}i:1737579600;a:1:{i:0;i:5;}i:1737586800;a:1:{i:0;i:3;}i:1737590400;a:1:{i:0;i:8;}i:1737594000;a:1:{i:0;i:3;}i:1737597600;a:1:{i:0;i:6;}i:1737601200;a:1:{i:0;i:1;}i:1737604800;a:1:{i:0;i:6;}i:1737608400;a:1:{i:0;i:7;}i:1737612000;a:1:{i:0;i:1;}i:1737615600;a:1:{i:0;i:5;}i:1737619200;a:1:{i:0;i:8;}i:1737622800;a:1:{i:0;i:1;}i:1737626400;a:1:{i:0;i:8;}i:1737630000;a:1:{i:0;i:5;}i:1737637200;a:1:{i:0;i:6;}i:1737644400;a:1:{i:0;i:1;}i:1737651600;a:1:{i:0;i:1;}i:1737658800;a:1:{i:0;i:1;}i:1737691200;a:1:{i:0;i:1;}i:1737694800;a:1:{i:0;i:1;}i:1737698400;a:1:{i:0;i:2;}i:1737709200;a:1:{i:0;i:1;}i:1737716400;a:1:{i:0;i:1;}i:1737748800;a:1:{i:0;i:1;}i:1737770400;a:1:{i:0;i:1;}i:1737774000;a:1:{i:0;i:1;}i:1737784800;a:1:{i:0;i:1;}i:1737813600;a:1:{i:0;i:1;}i:1737835200;a:1:{i:0;i:1;}i:1737896400;a:1:{i:0;i:1;}i:1737910800;a:1:{i:0;i:1;}i:1737921600;a:1:{i:0;i:1;}i:1737925200;a:1:{i:0;i:1;}i:1737928800;a:1:{i:0;i:1;}i:1737943200;a:1:{i:0;i:1;}i:1737954000;a:1:{i:0;i:1;}i:1737961200;a:1:{i:0;i:1;}i:1737964800;a:1:{i:0;i:1;}i:1737968400;a:1:{i:0;i:1;}i:1737993600;a:1:{i:0;i:3;}i:1737997200;a:1:{i:0;i:2;}i:1738000800;a:1:{i:0;i:1;}i:1738047600;a:1:{i:0;i:2;}i:1738051200;a:1:{i:0;i:2;}i:1738054800;a:1:{i:0;i:2;}i:1738058400;a:1:{i:0;i:2;}i:1738062000;a:1:{i:0;i:2;}i:1738065600;a:1:{i:0;i:1;}i:1738069200;a:1:{i:0;i:2;}i:1738072800;a:1:{i:0;i:2;}i:1738076400;a:1:{i:0;i:1;}i:1738080000;a:1:{i:0;i:2;}i:1738087200;a:1:{i:0;i:1;}i:1738134000;a:1:{i:0;i:1;}i:1738137600;a:1:{i:0;i:2;}i:1738141200;a:1:{i:0;i:2;}i:1738144800;a:1:{i:0;i:1;}i:1738148400;a:1:{i:0;i:1;}i:1738152000;a:1:{i:0;i:2;}i:1738155600;a:1:{i:0;i:2;}i:1738159200;a:1:{i:0;i:1;}i:1738162800;a:1:{i:0;i:2;}i:1738166400;a:1:{i:0;i:5;}i:1738170000;a:1:{i:0;i:2;}i:1738173600;a:1:{i:0;i:1;}i:1738220400;a:1:{i:0;i:2;}i:1738224000;a:1:{i:0;i:1;}i:1738227600;a:1:{i:0;i:6;}i:1738231200;a:1:{i:0;i:2;}i:1738234800;a:1:{i:0;i:1;}i:1738249200;a:1:{i:0;i:1;}i:1738252800;a:1:{i:0;i:2;}i:1738256400;a:1:{i:0;i:2;}i:1738260000;a:1:{i:0;i:1;}i:1738263600;a:1:{i:0;i:2;}i:1738267200;a:1:{i:0;i:11;}i:1738270800;a:1:{i:0;i:2;}i:1738274400;a:1:{i:0;i:2;}i:1738278000;a:1:{i:0;i:1;}i:1738281600;a:1:{i:0;i:1;}i:1738285200;a:1:{i:0;i:2;}i:1738288800;a:1:{i:0;i:2;}i:1738292400;a:1:{i:0;i:1;}i:1738299600;a:1:{i:0;i:1;}i:1738303200;a:1:{i:0;i:6;}i:1738306800;a:1:{i:0;i:1;}i:1738310400;a:1:{i:0;i:2;}i:1738314000;a:1:{i:0;i:2;}i:1738317600;a:1:{i:0;i:1;}i:1738321200;a:1:{i:0;i:2;}i:1738324800;a:1:{i:0;i:2;}i:1738328400;a:1:{i:0;i:2;}i:1738332000;a:1:{i:0;i:2;}i:1738335600;a:1:{i:0;i:2;}i:1738339200;a:1:{i:0;i:1;}i:1738443600;a:1:{i:0;i:1;}i:1738526400;a:1:{i:0;i:2;}i:1739253600;a:1:{i:0;i:1;}i:1739923200;a:1:{i:0;i:1;}i:1739930400;a:1:{i:0;i:1;}i:1739937600;a:1:{i:0;i:1;}i:1739955600;a:1:{i:0;i:1;}i:1739959200;a:1:{i:0;i:15;}i:1739966400;a:1:{i:0;i:15;}i:1739970000;a:1:{i:0;i:12;}i:1739973600;a:1:{i:0;i:15;}i:1739977200;a:1:{i:0;i:7;}i:1739980800;a:1:{i:0;i:17;}i:1739984400;a:1:{i:0;i:22;}i:1739988000;a:1:{i:0;i:22;}i:1739991600;a:1:{i:0;i:18;}i:1739995200;a:1:{i:0;i:25;}i:1739998800;a:1:{i:0;i:22;}i:1740002400;a:1:{i:0;i:21;}i:1740006000;a:1:{i:0;i:15;}i:1740009600;a:1:{i:0;i:21;}i:1740013200;a:1:{i:0;i:14;}i:1740016800;a:1:{i:0;i:19;}i:1740020400;a:1:{i:0;i:18;}i:1740024000;a:1:{i:0;i:14;}i:1740027600;a:1:{i:0;i:11;}i:1740031200;a:1:{i:0;i:7;}i:1740034800;a:1:{i:0;i:6;}i:1740038400;a:1:{i:0;i:10;}i:1740042000;a:1:{i:0;i:3;}i:1740045600;a:1:{i:0;i:1;}i:1740060000;a:1:{i:0;i:7;}i:1740063600;a:1:{i:0;i:24;}i:1740067200;a:1:{i:0;i:13;}i:1740070800;a:1:{i:0;i:15;}i:1740074400;a:1:{i:0;i:24;}i:1740103200;a:1:{i:0;i:1;}i:1740110400;a:1:{i:0;i:1;}i:1740121200;a:1:{i:0;i:16;}i:1740124800;a:1:{i:0;i:25;}i:1740128400;a:1:{i:0;i:22;}i:1740132000;a:1:{i:0;i:17;}i:1740135600;a:1:{i:0;i:14;}i:1740139200;a:1:{i:0;i:20;}i:1740142800;a:1:{i:0;i:26;}i:1740146400;a:1:{i:0;i:11;}i:1740150000;a:1:{i:0;i:23;}i:1740211200;a:1:{i:0;i:1;}i:1740276000;a:1:{i:0;i:1;}i:1740405600;a:2:{i:0;i:2;i:1;i:1;}}','off'),(108444,'eael_show_reset_password_on_form_submit_224','1','no'),(111992,'elementor_experiment-additional_custom_breakpoints','default','yes'),(111993,'elementor_experiment-e_swiper_latest','default','yes'),(111994,'elementor_experiment-theme_builder_v2','default','yes'),(111995,'elementor_experiment-landing-pages','default','yes'),(111996,'elementor_experiment-page-transitions','default','yes'),(111997,'elementor_experiment-notes','default','yes'),(111998,'elementor_experiment-loop','default','yes'),(111999,'elementor_experiment-form-submissions','default','yes'),(112000,'elementor_experiment-e_scroll_snap','default','yes'),(112076,'elementor_source_data','[]','yes'),(111972,'elementor_validate_stripe_api_test_secret_key_button','','yes'),(111973,'elementor_pro_stripe_live_secret_key','','yes'),(111974,'elementor_validate_stripe_api_live_secret_key_button','','yes'),(111975,'elementor_stripe_legal_disclaimer','','yes'),(111976,'elementor_unfiltered_files_upload','1','yes'),(111977,'elementor_google_font','1','yes'),(111978,'elementor_font_display','auto','yes'),(111979,'elementor_meta_generator_tag','','yes'),(111980,'elementor_experiment-e_font_icon_svg','default','yes'),(111981,'elementor_experiment-container','active','yes'),(111982,'elementor_experiment-container_grid','default','yes'),(111983,'elementor_experiment-editor_v2','default','yes'),(111984,'elementor_experiment-nested-elements','default','yes'),(111985,'elementor_experiment-e_lazyload','default','yes'),(111986,'elementor_experiment-e_global_styleguide','default','yes'),(111987,'elementor_experiment-mega-menu','default','yes'),(111988,'elementor_experiment-e_dom_optimization','default','yes'),(111989,'elementor_experiment-e_optimized_assets_loading','default','yes'),(111903,'backuply_hide_trial','-1688903224','yes'),(111953,'_elementor_settings_update_time','1688906280','yes'),(111954,'elementor_google_maps_api_key','','yes'),(111955,'elementor_pro_recaptcha_site_key','','yes'),(111956,'elementor_pro_recaptcha_secret_key','','yes'),(111957,'elementor_pro_recaptcha_v3_site_key','','yes'),(111958,'elementor_pro_recaptcha_v3_secret_key','','yes'),(111959,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(111960,'elementor_pro_facebook_app_id','','yes'),(111961,'elementor_pro_mailchimp_api_key','','yes'),(111962,'elementor_validate_api_data','','yes'),(111963,'elementor_pro_drip_api_token','','yes'),(111964,'elementor_pro_activecampaign_api_key','','yes'),(111965,'elementor_pro_activecampaign_api_url','','yes'),(111966,'elementor_pro_getresponse_api_key','','yes'),(111967,'elementor_pro_convertkit_api_key','','yes'),(111968,'elementor_pro_mailerlite_api_key','','yes'),(111969,'elementor_typekit-kit-id','','yes'),(111970,'elementor_font_awesome_pro_kit_id','','yes'),(111971,'elementor_pro_stripe_test_secret_key','','yes'),(119175,'wpforms_process_webhooks_auto_configuration_status','in_progress','yes'),(115648,'litespeed.conf.optm-js_delay_inc','[]','yes'),(118909,'chaty_views','1','yes'),(119829,'backuply_offer_time','1696626257','yes'),(120241,'litespeed.conf.optm-dns_preconnect','[]','yes'),(125290,'litespeed.conf.cache-vary_cookies','[]','yes'),(125291,'litespeed.conf.media-preload_featured','','yes'),(124878,'ast-templates-business-details','a:1:{s:5:\"token\";s:0:\"\";}','yes'),(122685,'backuply_config_keys','a:2:{s:12:\"BACKUPLY_KEY\";s:64:\"c8fd1ef3cc5ff976f2d901ab34376d8fbb3734aa9aa4ea963d7442e9874dcf75\";s:11:\"RESTORE_KEY\";s:64:\"d342e02ef73544e687219c01dbd6fe9c6d97cff5b2fdfdd3f1a0769e5a94a51c\";}','yes'),(123796,'essential-addons-for-elementor_notices','a:4:{s:19:\"black_friday_notice\";a:4:{s:5:\"start\";i:1730905214;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"6.0.9\";s:6:\"expire\";i:1701561599;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1733665297;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:6:\"6.0.11\";}s:22:\"black_friday_24_notice\";a:4:{s:5:\"start\";i:1733059245;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"6.0.11\";s:6:\"expire\";i:1733443199;}}','off'),(124876,'ast_blocks_sync_in_progress','no','no'),(172489,'betterlinks_custom_domain_menu','1','yes'),(236632,'litespeed.conf._version','6.5.4','auto'),(177545,'litespeed.conf.cache-ajax_ttl','[]','auto'),(177546,'litespeed.conf.debug-collapse_qs','','auto'),(177547,'litespeed.conf.optm-html_skip_comment','[]','auto'),(124894,'ast_block_templates_fresh_site','no','yes'),(124886,'ast-block-templates-blocks-8','a:0:{}','no'),(140949,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1727702201;s:5:\"value\";s:11012:\"[{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"New in Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"New in Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-24-variable-fonts\\/\"},{\"id\":\"floating-bars-3.24\",\"title\":\"Increase conversion with Floating Bars\",\"description\":\"Place your most important messages and promotions at the top or bottom of your page seamlessly with over 30 pre-made templates.\",\"topic\":\"New in Elementor 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-floating-bar.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/\"},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"elementor-add-ons\",\"title\":\"Exciting Add-Ons & Plugins to Enhance Elementor Websites\",\"description\":\"Uncover a treasure trove of tools from Elementor and others, put together to boost your website\'s capabilities and enhance its overall appeal.\",\"topic\":\"Elementor Add-Ons\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png\",\"cta\":\"Check it out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/\"}]\";}','off'),(124888,'ast-block-templates-last-export-checksums-time','1712589162','no'),(131962,'ast-block-templates-sites-9','a:30:{s:8:\"id-74726\";a:24:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:74726;s:12:\"publish-date\";i:1688641796;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-600x3578.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-400x2385.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-07\";s:20:\"astra-site-parent-id\";i:3315;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-74730\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-pricing.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-pricing-600x1668.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1507\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-07/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74731\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-support.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-support-600x1903.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-07/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74732\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-websites.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-websites-600x2065.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1505\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-07/websites/\";s:15:\"astra-sites-tag\";a:1:{i:3316;s:8:\"websites\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74728\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-contact-600x1270.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74729\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-600x3578.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1503\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74727\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-about-600x1833.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1504\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74706\";a:24:{s:5:\"title\";s:18:\"Advertising Agency\";s:2:\"id\";i:74706;s:12:\"publish-date\";i:1688641119;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-600x3241.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-400x2160.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/public-relations-agency-07\";s:20:\"astra-site-parent-id\";i:3314;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-74712\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-works.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-works-600x1960.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1346\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/public-relations-agency-07/work/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74707\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-about-600x1531.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1349\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/public-relations-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74708\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-case-studies-600x1435.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1348\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/public-relations-agency-07/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74709\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-contact-600x898.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/public-relations-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74710\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-600x3241.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1361\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/public-relations-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74711\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-services-600x2202.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1347\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/public-relations-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74695\";a:24:{s:5:\"title\";s:16:\"Electric Scooter\";s:2:\"id\";i:74695;s:12:\"publish-date\";i:1688640690;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-600x2882.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-400x1921.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/electric-scooter-07\";s:20:\"astra-site-parent-id\";i:3313;s:15:\"astra-sites-tag\";a:8:{i:2851;s:7:\"bicycle\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2848;s:16:\"electric-scooter\";i:2850;s:14:\"electric-store\";i:383;s:12:\"online-store\";i:2849;s:7:\"scooter\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:3:{i:2495;s:9:\"ecommerce\";i:2499;s:10:\"technology\";i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:20:\"woocommerce-payments\";s:4:\"init\";s:45:\"woocommerce-payments/woocommerce-payments.php\";s:4:\"name\";s:11:\"WooPayments\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-74697\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-contact-600x958.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/electric-scooter-07/wp-json/wp/v2/pages/1140\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/electric-scooter-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74698\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-600x2882.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/electric-scooter-07/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/electric-scooter-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:20:\"woocommerce-payments\";s:4:\"init\";s:45:\"woocommerce-payments/woocommerce-payments.php\";s:4:\"name\";s:11:\"WooPayments\";}}}s:8:\"id-74696\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-about-600x1365.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/electric-scooter-07/wp-json/wp/v2/pages/1139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/electric-scooter-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74320\";a:24:{s:5:\"title\";s:14:\"Furniture Shop\";s:2:\"id\";i:74320;s:12:\"publish-date\";i:1686043445;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-600x2131.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-400x1421.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/furniture-shop-07\";s:20:\"astra-site-parent-id\";i:3210;s:15:\"astra-sites-tag\";a:9:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2359;s:20:\"home-furniture-store\";i:2358;s:22:\"office-furniture-store\";i:2357;s:22:\"online-furniture-store\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2879;s:9:\"furniture\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74321\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-contact-600x982.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-07/wp-json/wp/v2/pages/848\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/furniture-shop-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74322\";a:12:{s:5:\"title\";s:4:\"Help\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-help.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-help-600x1093.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-07/wp-json/wp/v2/pages/850\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/furniture-shop-07/help/\";s:15:\"astra-sites-tag\";a:1:{i:2909;s:4:\"help\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-600x2131.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-07/wp-json/wp/v2/pages/845\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/furniture-shop-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74324\";a:12:{s:5:\"title\";s:5:\"Story\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-story.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-story-600x1809.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-07/wp-json/wp/v2/pages/852\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/furniture-shop-07/story/\";s:15:\"astra-sites-tag\";a:1:{i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74294\";a:24:{s:5:\"title\";s:24:\"Digital Marketing Agency\";s:2:\"id\";i:74294;s:12:\"publish-date\";i:1686040466;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-600x2395.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-400x1597.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/digital-marketing-agency-07\";s:20:\"astra-site-parent-id\";i:3209;s:15:\"astra-sites-tag\";a:14:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:2235;s:24:\"digital-marketing-agency\";i:2036;s:22:\"digital-marketing-firm\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2794;s:10:\"consulting\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:8:{s:8:\"id-74302\";a:12:{s:5:\"title\";s:12:\"Social Media\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-social-media.jpg\";s:19:\"thumbnail-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-social-media-600x2314.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/digital-marketing-agency-07/social-media-2/\";s:15:\"astra-sites-tag\";a:1:{i:2212;s:12:\"social-media\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74296\";a:12:{s:5:\"title\";s:8:\"Branding\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-branding.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-branding-600x2291.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-07/branding/\";s:15:\"astra-sites-tag\";a:1:{i:2213;s:8:\"branding\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-contact-600x945.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/digital-marketing-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74298\";a:12:{s:5:\"title\";s:17:\"Digital Marketing\";s:18:\"featured-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-digital-marketing.jpg\";s:19:\"thumbnail-image-url\";s:110:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-digital-marketing-600x2314.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1115\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:65:\"//websitedemos.net/digital-marketing-agency-07/digital-marketing/\";s:15:\"astra-sites-tag\";a:1:{i:1855;s:17:\"digital-marketing\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74299\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-600x2395.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/digital-marketing-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74300\";a:12:{s:5:\"title\";s:12:\"SEO Services\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-seo-services.jpg\";s:19:\"thumbnail-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-seo-services-600x2291.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1274\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/digital-marketing-agency-07/seo-services-2/\";s:15:\"astra-sites-tag\";a:1:{i:2214;s:12:\"seo-services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74301\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-services-600x1805.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74295\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-about-600x2017.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1118\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/digital-marketing-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74277\";a:24:{s:5:\"title\";s:22:\"Office Furniture Store\";s:2:\"id\";i:74277;s:12:\"publish-date\";i:1686039898;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-600x3687.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-400x2458.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/office-furniture-store-07\";s:20:\"astra-site-parent-id\";i:3206;s:15:\"astra-sites-tag\";a:19:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2359;s:20:\"home-furniture-store\";i:2358;s:22:\"office-furniture-store\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";i:2356;s:14:\"work-from-home\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2879;s:9:\"furniture\";i:2793;s:15:\"interior-design\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74279\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-contact-600x1133.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/office-furniture-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74280\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-600x3687.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1275\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/office-furniture-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74281\";a:12:{s:5:\"title\";s:11:\"Home Office\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-home-office-setup.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-home-office-setup-600x2680.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1221\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/office-furniture-store-07/home-office/\";s:15:\"astra-sites-tag\";a:1:{i:3207;s:11:\"home-office\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74282\";a:12:{s:5:\"title\";s:13:\"Office Setups\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-office-setup.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-office-setup-600x2371.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1346\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/office-furniture-store-07/office-setups/\";s:15:\"astra-sites-tag\";a:1:{i:3208;s:13:\"office-setups\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74278\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-stores-07-about-600x1817.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/office-furniture-store-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74264\";a:24:{s:5:\"title\";s:14:\"T-Shirts Store\";s:2:\"id\";i:74264;s:12:\"publish-date\";i:1686038920;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-600x2636.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-400x1757.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/t-shirts-store-07\";s:20:\"astra-site-parent-id\";i:3205;s:15:\"astra-sites-tag\";a:10:{i:2697;s:7:\"clothes\";i:2907;s:12:\"design-store\";i:2350;s:21:\"designer-cloths-store\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:749;s:5:\"store\";i:2906;s:6:\"tshirt\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-74266\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-contact-600x985.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/t-shirts-store-07/wp-json/wp/v2/pages/100\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/t-shirts-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74267\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-600x2636.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/t-shirts-store-07/wp-json/wp/v2/pages/102\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/t-shirts-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74265\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-about-600x1207.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/t-shirts-store-07/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/t-shirts-store-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74195\";a:24:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:74195;s:12:\"publish-date\";i:1685385562;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-600x2563.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-400x1709.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/certified-life-coach-07\";s:20:\"astra-site-parent-id\";i:3202;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:610;s:8:\"coaching\";i:1123;s:11:\"councelling\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2874;s:10:\"life-coach\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74196\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-about-us-600x1789.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/certified-life-coach-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-74197\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-contact-600x1237.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/189\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/certified-life-coach-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-74199\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-600x2563.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/certified-life-coach-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-74200\";a:12:{s:5:\"title\";s:20:\"Live Online Sessions\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-live-online-sessions.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-live-online-sessions-600x2518.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/certified-life-coach-07/live-online-sessions/\";s:15:\"astra-sites-tag\";a:1:{i:3204;s:20:\"live-online-sessions\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74201\";a:24:{s:5:\"title\";s:25:\"Business Consultancy Firm\";s:2:\"id\";i:74201;s:12:\"publish-date\";i:1685384818;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-600x2458.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-400x1639.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/business-consultancy-firm-07\";s:20:\"astra-site-parent-id\";i:3203;s:15:\"astra-sites-tag\";a:11:{i:663;s:6:\"agency\";i:2285;s:20:\"business-consultancy\";i:2286;s:25:\"business-consultancy-firm\";i:2288;s:19:\"business-consulting\";i:2050;s:27:\"business-consulting-company\";i:979;s:7:\"company\";i:2287;s:20:\"consultancy-services\";i:2289;s:20:\"financial-consulting\";i:2292;s:13:\"hr-consulting\";i:2290;s:15:\"sales-marketing\";i:2291;s:21:\"technology-consulting\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:11:{s:8:\"id-74203\";a:12:{s:5:\"title\";s:19:\"Business Consulting\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-business-consulting.jpg\";s:19:\"thumbnail-image-url\";s:113:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-business-consulting-600x1782.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:68:\"//websitedemos.net/business-consultancy-firm-07/business-consulting/\";s:15:\"astra-sites-tag\";a:1:{i:2288;s:19:\"business-consulting\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74204\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-contact-600x1250.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/972\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/business-consultancy-firm-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74205\";a:12:{s:5:\"title\";s:20:\"Financial Consulting\";s:18:\"featured-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-financial-consulting.jpg\";s:19:\"thumbnail-image-url\";s:114:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-financial-consulting-600x1782.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/963\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:69:\"//websitedemos.net/business-consultancy-firm-07/financial-consulting/\";s:15:\"astra-sites-tag\";a:1:{i:2289;s:20:\"financial-consulting\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74206\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-600x2458.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/927\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consultancy-firm-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74207\";a:12:{s:5:\"title\";s:13:\"HR Consulting\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-hr-consulting.jpg\";s:19:\"thumbnail-image-url\";s:107:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-hr-consulting-600x1782.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/967\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/business-consultancy-firm-07/hr-consulting/\";s:15:\"astra-sites-tag\";a:1:{i:2292;s:13:\"hr-consulting\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74208\";a:12:{s:5:\"title\";s:24:\"Productivity Improvement\";s:18:\"featured-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-productivity-improvement.jpg\";s:19:\"thumbnail-image-url\";s:118:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-productivity-improvement-600x1792.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/965\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:73:\"//websitedemos.net/business-consultancy-firm-07/productivity-improvement/\";s:15:\"astra-sites-tag\";a:1:{i:2303;s:24:\"productivity-improvement\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74209\";a:12:{s:5:\"title\";s:22:\"Sales &#038; Marketing\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-sales-and-marketing.jpg\";s:19:\"thumbnail-image-url\";s:113:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-sales-and-marketing-600x1670.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-07/sales-marketing/\";s:15:\"astra-sites-tag\";a:1:{i:2290;s:15:\"sales-marketing\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74210\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-success-stories-600x1723.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/970\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-07/success-stories/\";s:15:\"astra-sites-tag\";a:1:{i:990;s:15:\"success-stories\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74211\";a:12:{s:5:\"title\";s:21:\"Technology Consulting\";s:18:\"featured-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-technology-consulting.jpg\";s:19:\"thumbnail-image-url\";s:115:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-technology-consulting-600x1792.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:70:\"//websitedemos.net/business-consultancy-firm-07/technology-consulting/\";s:15:\"astra-sites-tag\";a:1:{i:2291;s:21:\"technology-consulting\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74212\";a:12:{s:5:\"title\";s:8:\"Training\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-training.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-training-600x1805.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-consultancy-firm-07/training/\";s:15:\"astra-sites-tag\";a:1:{i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74202\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-about.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-about-600x1919.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/971\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/business-consultancy-firm-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74113\";a:24:{s:5:\"title\";s:9:\"Gift Shop\";s:2:\"id\";i:74113;s:12:\"publish-date\";i:1685383602;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-600x3310.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-400x2206.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/gift-shop-07\";s:20:\"astra-site-parent-id\";i:3197;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:2348;s:20:\"corporate-gift-store\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:404;s:9:\"gift-shop\";i:401;s:10:\"gift-store\";i:2347;s:17:\"online-gift-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2346;s:18:\"personalised-gifts\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-74116\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-600x3310.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/gift-shop-07/wp-json/wp/v2/pages/703\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/gift-shop-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74114\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-about-us-600x1160.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/gift-shop-07/wp-json/wp/v2/pages/705\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/gift-shop-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74115\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-contact-us-600x823.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/gift-shop-07/wp-json/wp/v2/pages/706\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/gift-shop-07/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74173\";a:24:{s:5:\"title\";s:19:\"Recycled Shoe Store\";s:2:\"id\";i:74173;s:12:\"publish-date\";i:1685381978;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-600x4173.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-400x2782.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/recycled-shoe-store-07\";s:20:\"astra-site-parent-id\";i:3201;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2427;s:12:\"sports-shoes\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";i:2878;s:5:\"shoes\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74174\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-contact-600x1286.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1316\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/recycled-shoe-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74175\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-600x4173.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1332\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recycled-shoe-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74176\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-lookbook-600x2304.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1308\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/recycled-shoe-store-07/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74177\";a:12:{s:5:\"title\";s:4:\"Sale\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-sale.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-sale-600x1858.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/recycled-shoe-store-07/sale/\";s:15:\"astra-sites-tag\";a:1:{i:2743;s:4:\"sale\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74178\";a:12:{s:5:\"title\";s:5:\"Story\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-story.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-story-600x1949.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1334\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/recycled-shoe-store-07/story/\";s:15:\"astra-sites-tag\";a:1:{i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74156\";a:24:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:74156;s:12:\"publish-date\";i:1685381141;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-600x2494.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-400x1662.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/building-construction-07\";s:20:\"astra-site-parent-id\";i:3200;s:15:\"astra-sites-tag\";a:11:{i:435;s:12:\"architecture\";i:2543;s:8:\"building\";i:2545;s:19:\"building-foundation\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:2546;s:21:\"construction-services\";i:2544;s:11:\"fabricating\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2836;s:12:\"construction\";i:2793;s:15:\"interior-design\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74157\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-about.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-about-600x2079.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/85\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74158\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-contact-600x1169.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/building-construction-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74159\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-600x2494.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/82\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/building-construction-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74160\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-projects.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-projects-600x1611.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/90\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-07/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74161\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-services.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-services-600x1742.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/88\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74126\";a:24:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:2:\"id\";i:74126;s:12:\"publish-date\";i:1685380359;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-600x2466.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-400x1644.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-07\";s:20:\"astra-site-parent-id\";i:3199;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2173;s:11:\"food-drinks\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:6:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74129\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-600x2466.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1055\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74127\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-about-600x1687.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1058\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74128\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-contact-600x1057.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1064\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74130\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-reviews.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-reviews-600x1560.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1060\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-07/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:1615;s:7:\"reviews\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74131\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-videos.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-videos-600x1608.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1062\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-07/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74122\";a:24:{s:5:\"title\";s:13:\"Eyewear Store\";s:2:\"id\";i:74122;s:12:\"publish-date\";i:1685379799;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-600x2917.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-400x1945.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/eyewear-store-07\";s:20:\"astra-site-parent-id\";i:3198;s:15:\"astra-sites-tag\";a:14:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2918;s:4:\"eyes\";i:2915;s:7:\"eyewear\";i:2916;s:13:\"eyewear-store\";i:2919;s:6:\"glears\";i:2922;s:8:\"lenskart\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2921;s:5:\"specs\";i:2920;s:10:\"spectacles\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-74125\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-600x2917.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/eyewear-store-07/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/eyewear-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74123\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-about-us-600x1770.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/eyewear-store-07/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/eyewear-store-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74124\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-contact-600x1050.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/eyewear-store-07/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/eyewear-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-84958\";a:24:{s:5:\"title\";s:12:\"Black Friday\";s:2:\"id\";i:84958;s:12:\"publish-date\";i:1701782287;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07-600x2789.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07-400x1859.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/black-friday-07\";s:20:\"astra-site-parent-id\";i:3400;s:15:\"astra-sites-tag\";a:9:{i:2991;s:12:\"black-friday\";i:2992;s:11:\"blackfriday\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2689;s:7:\"gadgets\";i:383;s:12:\"online-store\";i:2993;s:13:\"sales-landing\";i:749;s:5:\"store\";i:3129;s:10:\"technology\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-84959\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07-about-600x1835.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/black-friday-07/wp-json/wp/v2/pages/1319\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/black-friday-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84960\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07-contact-600x826.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/black-friday-07/wp-json/wp/v2/pages/1320\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/black-friday-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-84961\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/12/black-friday-07-600x2789.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/black-friday-07/wp-json/wp/v2/pages/1317\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/black-friday-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73697\";a:24:{s:5:\"title\";s:7:\"Be Bold\";s:2:\"id\";i:73697;s:12:\"publish-date\";i:1683566320;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-600x2434.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-400x1622.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/be-bold-beauty-store-07\";s:20:\"astra-site-parent-id\";i:3196;s:15:\"astra-sites-tag\";a:11:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:2384;s:21:\"beauty-products-store\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2769;s:9:\"ecommerce\";i:2890;s:15:\"makeup-cosmetic\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2479;s:6:\"beauty\";i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-73698\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-about-us-600x1517.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/be-bold-beauty-store-07/wp-json/wp/v2/pages/871\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/be-bold-beauty-store-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73699\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-contact-600x1071.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/be-bold-beauty-store-07/wp-json/wp/v2/pages/872\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/be-bold-beauty-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73700\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-600x2434.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/be-bold-beauty-store-07/wp-json/wp/v2/pages/886\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/be-bold-beauty-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73686\";a:24:{s:5:\"title\";s:14:\"Blingg Jewelry\";s:2:\"id\";i:73686;s:12:\"publish-date\";i:1683565586;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-600x2000.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-400x1333.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/blingg-jewelry-store-07\";s:20:\"astra-site-parent-id\";i:3195;s:15:\"astra-sites-tag\";a:12:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2912;s:9:\"jewellery\";i:2382;s:15:\"jewellery-store\";i:731;s:7:\"jewelry\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2913;s:4:\"ring\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2838;s:9:\"jewellery\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-73687\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-about-600x1473.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/blingg-jewelry-store-07/wp-json/wp/v2/pages/469\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/blingg-jewelry-store-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73688\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-contact-600x902.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/blingg-jewelry-store-07/wp-json/wp/v2/pages/470\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/blingg-jewelry-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73689\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-600x2000.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/blingg-jewelry-store-07/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/blingg-jewelry-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73637\";a:24:{s:5:\"title\";s:15:\"Game Dev Studio\";s:2:\"id\";i:73637;s:12:\"publish-date\";i:1683560696;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-600x2839.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-400x1892.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/game-dev-studio-07\";s:20:\"astra-site-parent-id\";i:3192;s:15:\"astra-sites-tag\";a:8:{i:652;s:4:\"game\";i:3073;s:16:\"game-development\";i:3077;s:10:\"gamedesign\";i:3074;s:7:\"gamedev\";i:3075;s:13:\"gamedeveloper\";i:3072;s:6:\"gaming\";i:1510;s:6:\"studio\";i:3076;s:10:\"videogames\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2791;s:8:\"creative\";i:2768;s:9:\"portfolio\";i:2779;s:16:\"software-company\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-73641\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-projects.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-projects-600x1421.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/game-dev-studio-07/wp-json/wp/v2/pages/647\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/game-dev-studio-07/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73638\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-about-600x2598.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/game-dev-studio-07/wp-json/wp/v2/pages/645\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/game-dev-studio-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73639\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-contact-600x905.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/game-dev-studio-07/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/game-dev-studio-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73640\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-600x2839.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/game-dev-studio-07/wp-json/wp/v2/pages/642\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/game-dev-studio-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73669\";a:24:{s:5:\"title\";s:12:\"The Pizzeria\";s:2:\"id\";i:73669;s:12:\"publish-date\";i:1683564886;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-600x3273.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-400x2182.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pizzeria-07\";s:20:\"astra-site-parent-id\";i:3194;s:15:\"astra-sites-tag\";a:10:{i:2011;s:15:\"fast-food-chain\";i:2013;s:20:\"fast-food-restaurant\";i:2018;s:17:\"fast-food-service\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:1975;s:5:\"pasta\";i:1971;s:5:\"pizza\";i:2012;s:11:\"pizza-house\";i:1977;s:8:\"pizzeria\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-73670\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-about-600x1915.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pizzeria-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73671\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-contact-600x1580.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pizzeria-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73672\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-600x3273.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1294\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pizzeria-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73673\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-offers.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-offers-600x1934.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/pizzeria-07/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73674\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-our-menu-600x2784.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pizzeria-07/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73390\";a:24:{s:5:\"title\";s:25:\"Food &amp; Drinks Blogger\";s:2:\"id\";i:73390;s:12:\"publish-date\";i:1704285762;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07-600x2577.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07-400x1718.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/food-drinks-blog-07\";s:20:\"astra-site-parent-id\";i:3139;s:15:\"astra-sites-tag\";a:10:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2263;s:19:\"food-drinks-blogger\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-73391\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07-about-600x1774.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/food-drinks-blog-07/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/food-drinks-blog-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73392\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07-600x2577.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/food-drinks-blog-07/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/food-drinks-blog-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73393\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2024/01/food-drinks-blog-07-work-with-me-600x668.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/food-drinks-blog-07/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/food-drinks-blog-07/work-with-me/\";s:15:\"astra-sites-tag\";a:1:{i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73652\";a:24:{s:5:\"title\";s:12:\"Media Agency\";s:2:\"id\";i:73652;s:12:\"publish-date\";i:1683561623;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-600x2450.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-400x1633.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/media-agency-07\";s:20:\"astra-site-parent-id\";i:3193;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-73655\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-600x2450.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/469\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/media-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73656\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-portfolio-600x1194.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/472\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/media-agency-07/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73657\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-services-600x1962.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/471\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/media-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73653\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-about-600x1750.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/470\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/media-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73654\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-contact-600x1213.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/473\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/media-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48703\";a:24:{s:5:\"title\";s:15:\"Growth Marketer\";s:2:\"id\";i:48703;s:12:\"publish-date\";i:1605205567;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2-600x2199.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2-400x1466.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-08\";s:20:\"astra-site-parent-id\";i:1764;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2-600x2199.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48704\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about-1-600x1131.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48707\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials-1-600x902.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48705\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me-1-600x582.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-08/hire-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:773;s:7:\"hire-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48530\";a:24:{s:5:\"title\";s:11:\"Barber Shop\";s:2:\"id\";i:48530;s:12:\"publish-date\";i:1603984624;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-600x2737.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-400x1825.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-08\";s:20:\"astra-site-parent-id\";i:1745;s:15:\"astra-sites-tag\";a:6:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48535\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-600x2737.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48531\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-about-600x1302.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48532\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-barbers.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-barbers-600x1247.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/barbers/\";s:15:\"astra-sites-tag\";a:2:{i:478;s:6:\"barber\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48534\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-gallery-600x1791.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48533\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-contact-600x1076.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48132\";a:24:{s:5:\"title\";s:15:\"Sierra Industry\";s:2:\"id\";i:48132;s:12:\"publish-date\";i:1603893474;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-600x2066.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-400x1377.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-08\";s:20:\"astra-site-parent-id\";i:1703;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48135\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-600x2066.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48133\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about-1-600x1341.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48134\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact-1-600x1076.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48136\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products-1-600x1348.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48137\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects-1-600x1322.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48103\";a:24:{s:5:\"title\";s:13:\"Sierra Nature\";s:2:\"id\";i:48103;s:12:\"publish-date\";i:1603893479;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-600x1860.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-400x1240.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-08\";s:20:\"astra-site-parent-id\";i:1701;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48104\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-2-600x1235.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48105\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-2-600x930.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-600x1860.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/960\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48107\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-2.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-2-600x1203.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48108\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-2.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-2-600x1140.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54442\";a:24:{s:5:\"title\";s:11:\"Coffee Shop\";s:2:\"id\";i:54442;s:12:\"publish-date\";i:1621459375;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1-600x2849.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1-400x1899.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-08\";s:20:\"astra-site-parent-id\";i:2033;s:15:\"astra-sites-tag\";a:10:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:399;s:8:\"one-page\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-54443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1-600x2849.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-08/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48496\";a:24:{s:5:\"title\";s:20:\"Interior Design Firm\";s:2:\"id\";i:48496;s:12:\"publish-date\";i:1603984630;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-600x2293.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-400x1528.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-08\";s:20:\"astra-site-parent-id\";i:1742;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48499\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-600x2293.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48500\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-projects-600x1792.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1182\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48497\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-1-600x1592.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1184\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48501\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonial-600x1090.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48498\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-1-600x1316.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47957\";a:24:{s:5:\"title\";s:18:\"Italian Restaurant\";s:2:\"id\";i:47957;s:12:\"publish-date\";i:1603828772;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-600x2375.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-400x1583.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-08\";s:20:\"astra-site-parent-id\";i:1689;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47960\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-600x2375.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/56\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47961\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-2-600x2011.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47958\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-us-600x1754.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/italian-restaurant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47959\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-2-600x1278.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48342\";a:24:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:48342;s:12:\"publish-date\";i:1603908987;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-600x1970.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-400x1313.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-08\";s:20:\"astra-site-parent-id\";i:1723;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48347\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-600x1970.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48343\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-1-600x1638.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/391\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48346\";a:12:{s:5:\"title\";s:6:\"e-Book\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-ebook.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-ebook-600x1161.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coach-08/e-book/\";s:15:\"astra-sites-tag\";a:1:{i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48345\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-1-600x1018.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-1-600x855.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48231\";a:24:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:48231;s:12:\"publish-date\";i:1603901316;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-600x1831.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-400x1220.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-08\";s:20:\"astra-site-parent-id\";i:1708;s:15:\"astra-sites-tag\";a:3:{i:1545;s:21:\"inspirational-speaker\";i:855;s:20:\"motivational-speaker\";i:1709;s:7:\"speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48235\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-600x1831.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/624\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48232\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-2-600x1154.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/626\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48233\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-2.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-2-600x1063.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/628\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/motivational-speaker-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48234\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/630\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(201855,'nps-survay-form-dismiss-status','a:4:{s:13:\"dismiss_count\";i:2;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:10:\"nps-rating\";s:12:\"dismiss_time\";i:1727698560;}','auto'),(132801,'ast-block-templates-sites-10','a:9:{s:8:\"id-55358\";a:24:{s:5:\"title\";s:17:\"Web Design Agency\";s:2:\"id\";i:55358;s:12:\"publish-date\";i:1621624720;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot-600x1886.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot-400x1257.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/web-design-agency-08\";s:20:\"astra-site-parent-id\";i:2095;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:2159;s:17:\"web-design-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:0:{}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-55567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/web-design-agency-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/web-design-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48225\";a:24:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:48225;s:12:\"publish-date\";i:1603905869;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-600x3030.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-400x2020.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-08\";s:20:\"astra-site-parent-id\";i:1707;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2836;s:12:\"construction\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48228\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-600x3030.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1815\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48226\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-about-600x1830.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48230\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-services-600x1372.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1817\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48229\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-projects-600x1712.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1818\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48227\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/construction-08-contact-us-600x1078.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/construction-08/wp-json/wp/v2/pages/1819\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48374\";a:24:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:48374;s:12:\"publish-date\";i:1603963845;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-600x2179.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-400x1453.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-08\";s:20:\"astra-site-parent-id\";i:1729;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48375\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-about-us-600x1618.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48376\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-amenities.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-amenities-600x1915.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-08/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48377\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-contact-us-600x1305.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1133\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-600x2179.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48379\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-pricing-plans.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-pricing-plans-600x2176.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48297\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:48297;s:12:\"publish-date\";i:1603905879;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-600x2270.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-400x1513.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-08\";s:20:\"astra-site-parent-id\";i:1716;s:15:\"astra-sites-tag\";a:5:{i:699;s:10:\"invitation\";i:746;s:13:\"one-page-site\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48298\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-600x2270.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:1457;s:18:\"wedding-invitation\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56731\";a:24:{s:5:\"title\";s:13:\"Prime Lawyers\";s:2:\"id\";i:56731;s:12:\"publish-date\";i:1626107534;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-600x2347.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-400x1565.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-08\";s:20:\"astra-site-parent-id\";i:2255;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56732\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-1-600x1425.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56733\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-1-600x875.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56734\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-1-600x1042.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56735\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-600x2347.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56736\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-1-600x1813.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-08/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:707;s:13:\"practice-area\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48263\";a:24:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:48263;s:12:\"publish-date\";i:1603908979;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-600x2017.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-400x1344.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-08\";s:20:\"astra-site-parent-id\";i:1713;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1728;s:13:\"makeup-studio\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48266\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-600x2017.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48264\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-1-600x1155.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48268\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-1-600x1450.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48267\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-1-600x1205.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1302\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-1-600x866.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48269\";a:24:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:48269;s:12:\"publish-date\";i:1603905875;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-600x2372.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-400x1581.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-08\";s:20:\"astra-site-parent-id\";i:1714;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48273\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-600x2372.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1696\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48270\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-1-600x2045.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1352\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48274\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-1-600x1338.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1348\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-08/residential/\";s:15:\"astra-sites-tag\";a:1:{i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48271\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-1-600x1498.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-08/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48272\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-1-600x1054.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54447\";a:24:{s:5:\"title\";s:22:\"Health &#038; Wellness\";s:2:\"id\";i:54447;s:12:\"publish-date\";i:1621454260;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-600x2273.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-400x1515.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-08\";s:20:\"astra-site-parent-id\";i:2034;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-contact-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-contact-08-600x852.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-600x2273.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-about-08.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-about-08-600x1484.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/87\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54451\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-services-08.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-services-08-600x1214.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48093\";a:24:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:48093;s:12:\"publish-date\";i:1603893483;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-600x2604.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-400x1736.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-08\";s:20:\"astra-site-parent-id\";i:1700;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48094\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-600x2604.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(133431,'_wpforms_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1740406827;s:5:\"ctime\";i:1740406827;}','yes'),(133428,'wpforms_process_stripe_link_subscriptions_status','in_progress','yes'),(133432,'_wpforms_transient_wpforms_/home/n087a85/public_html/wordpress/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1740406827;s:5:\"ctime\";i:1740406827;}','yes'),(167772,'presto_flush_rewrite_rules','3.0.8','off'),(201860,'wpforms_pointers','a:2:{s:10:\"engagement\";a:0:{}s:7:\"dismiss\";a:1:{i:0;s:19:\"admin_menu_payments\";}}','auto'),(201800,'backuply_license_notice','1727698518','auto'),(201814,'wpforms_splash_data_version','1.9.3','auto'),(201811,'ai_builder_recent_import_log_file','/home/n087a85/public_html/wordpress/wp-content/uploads/ai-builder/import-30-Sep-2024-12-15-21-fe423f3ac626415b54e62aa267f22f25.log','off'),(201967,'_elementor_editor_upgrade_notice_dismissed','1727699006','auto'),(213887,'elementor_checklist','{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"editor_visit_count\":0,\"steps\":[]}','auto'),(235105,'essential-addons-for-elementor-lite_notices','a:4:{s:22:\"black_friday_24_notice\";a:4:{s:5:\"start\";i:1734270211;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"6.0.13\";s:6:\"expire\";i:1733443199;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1740409743;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:5:\"6.1.4\";}s:17:\"holiday_24_notice\";a:4:{s:5:\"start\";i:1739804808;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"6.1.4\";s:6:\"expire\";i:1736553599;}}','off'),(237478,'onesignal_plugin_migrated','1','auto'),(226040,'astra_nps_show','1','auto'),(242405,'loginizer_softwp_upgrade','1735351496','auto'),(263794,'betterlinks_analytics_data','[]','off'),(263963,'_wpforms_transient_timeout_existing_tables','1741012548','off'),(263964,'_wpforms_transient_existing_tables','a:2:{s:14:\"wpjn_wpforms_%\";a:5:{i:0;s:17:\"wpjn_wpforms_lite\";i:1;s:17:\"wpjn_wpforms_logs\";i:2;s:25:\"wpjn_wpforms_payment_meta\";i:3;s:21:\"wpjn_wpforms_payments\";i:4;s:23:\"wpjn_wpforms_tasks_meta\";}s:17:\"wpjn_wpforms_logs\";a:1:{i:0;s:17:\"wpjn_wpforms_logs\";}}','off'),(249699,'wpforms_constant_contact_version','3','auto'),(263551,'_wpforms_transient_timeout_splash.json','1740997265','off'),(263552,'_wpforms_transient_splash.json','1740392465','off'),(263553,'wpforms_splash_version','1.8.6','auto'),(263654,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:325:\"<a href=\"https://sunfloris.com/wordpress/wp-content/ai1wm-backups/sunfloris-com-20250224-102418-pa9fq1qqk0q9.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"sunfloris.com\" download=\"sunfloris-com-20250224-102418-pa9fq1qqk0q9.wpress\"><span>Download sunfloris.com</span><em>Size: 817 MB</em></a>\";}','auto'),(263600,'can_compress_scripts','1','on'),(263642,'ai1wm_secret_key','z5RZf4rg4SdV','auto'),(263725,'jetpack_private_options','a:0:{}','auto'),(263777,'ai1wm_updater','a:0:{}','auto'),(263838,'_site_transient_timeout_wp_theme_files_patterns-fab40a3d62cc23bc5ed5556acc0ce5cf','1740408626','off'),(263839,'_site_transient_wp_theme_files_patterns-fab40a3d62cc23bc5ed5556acc0ce5cf','a:2:{s:7:\"version\";s:6:\"4.8.12\";s:8:\"patterns\";a:0:{}}','off'),(263840,'_transient_timeout_as-post-store-dependencies-met','1740493226','off'),(263841,'_transient_as-post-store-dependencies-met','yes','off'),(263842,'_site_transient_timeout_bsf_analytics_track','1740579626','off'),(263843,'_site_transient_bsf_analytics_track','1','off'),(263860,'_site_transient_fs_garbage_collection','1','off'),(263845,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";}','on'),(263859,'_site_transient_timeout_fs_garbage_collection','1740493227','off'),(263849,'_transient_timeout_jetpack_file_data_14.3','1742912426','off'),(263850,'_transient_jetpack_file_data_14.3','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','off'),(263853,'_transient_timeout_astra-theme-cron-test-ok','1740410427','off'),(263854,'_transient_astra-theme-cron-test-ok','1','off'),(263855,'_transient_timeout_my-jetpack-red-bubble-transient','1740410427','off'),(263856,'_transient_my-jetpack-red-bubble-transient','a:0:{}','off'),(263869,'_transient_googlesitekit_verification_meta_tags','a:0:{}','on'),(263871,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"1727c65ee0a5912cad27a6f0cb67cf05\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(263872,'_transient_is_multi_author','0','on'),(263902,'_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.7.2.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.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.2\";s:7:\"version\";s:5:\"6.7.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1740407184;s:15:\"version_checked\";s:5:\"6.7.2\";s:12:\"translations\";a:0:{}}','off'),(263878,'_transient_timeout_elementor_remote_info_api_data_3.27.6','1740450232','off'),(263879,'_transient_elementor_remote_info_api_data_3.27.6','a:4:{s:9:\"timestamp\";s:10:\"1740403519\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(263903,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1740407184;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:25:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.7.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:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.89\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.89.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3209691\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3209691\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:21:\"backuply/backuply.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/backuply\";s:4:\"slug\";s:8:\"backuply\";s:6:\"plugin\";s:21:\"backuply/backuply.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/backuply/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/backuply.1.4.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/backuply/assets/icon-128x128.png?rev=2760139\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/backuply/assets/banner-1544x500.png?rev=2760332\";s:2:\"1x\";s:63:\"https://ps.w.org/backuply/assets/banner-772x250.png?rev=2760332\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:27:\"betterlinks/betterlinks.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/betterlinks\";s:4:\"slug\";s:11:\"betterlinks\";s:6:\"plugin\";s:27:\"betterlinks/betterlinks.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/betterlinks/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/betterlinks.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/betterlinks/assets/icon-256x256.gif?rev=2787401\";s:2:\"1x\";s:64:\"https://ps.w.org/betterlinks/assets/icon-128x128.gif?rev=2787401\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/betterlinks/assets/banner-1544x500.gif?rev=3107962\";s:2:\"1x\";s:66:\"https://ps.w.org/betterlinks/assets/banner-772x250.gif?rev=3107962\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:19:\"chaty/cht-icons.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:19:\"w.org/plugins/chaty\";s:4:\"slug\";s:5:\"chaty\";s:6:\"plugin\";s:19:\"chaty/cht-icons.php\";s:11:\"new_version\";s:5:\"3.3.5\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/chaty/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/chaty.3.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/chaty/assets/icon-256x256.gif?rev=2938062\";s:2:\"1x\";s:58:\"https://ps.w.org/chaty/assets/icon-128x128.gif?rev=2938062\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/chaty/assets/banner-1544x500.png?rev=2938062\";s:2:\"1x\";s:60:\"https://ps.w.org/chaty/assets/banner-772x250.png?rev=2938062\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.27.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.4.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.4.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:25:\"embedpress/embedpress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/embedpress\";s:4:\"slug\";s:10:\"embedpress\";s:6:\"plugin\";s:25:\"embedpress/embedpress.php\";s:11:\"new_version\";s:6:\"4.1.10\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/embedpress/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/embedpress.4.1.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/embedpress/assets/icon-256x256.gif?rev=2775365\";s:2:\"1x\";s:63:\"https://ps.w.org/embedpress/assets/icon-128x128.gif?rev=2775365\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/embedpress/assets/banner-1544x500.gif?rev=3149183\";s:2:\"1x\";s:65:\"https://ps.w.org/embedpress/assets/banner-772x250.gif?rev=3149183\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"6.1.4\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.6.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.gif?rev=3182943\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.gif?rev=3182943\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=3225952\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=3225952\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/header-footer-code-manager\";s:4:\"slug\";s:26:\"header-footer-code-manager\";s:6:\"plugin\";s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";s:11:\"new_version\";s:6:\"1.1.39\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/header-footer-code-manager/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/header-footer-code-manager.1.1.39.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-256x256.png?rev=2681303\";s:2:\"1x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-128x128.png?rev=2681303\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/header-footer-code-manager/assets/banner-1544x500.png?rev=2681303\";s:2:\"1x\";s:81:\"https://ps.w.org/header-footer-code-manager/assets/banner-772x250.png?rev=2681303\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}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.3.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:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:4:\"14.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.14.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"6.5.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.6.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.9.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.9.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.png?rev=3131676\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.png?rev=3131676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:28:\"migrate-guru/migrateguru.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/migrate-guru\";s:4:\"slug\";s:12:\"migrate-guru\";s:6:\"plugin\";s:28:\"migrate-guru/migrateguru.php\";s:11:\"new_version\";s:4:\"5.88\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/migrate-guru/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/migrate-guru.5.88.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/migrate-guru/assets/icon-256x256.png?rev=1721728\";s:2:\"1x\";s:65:\"https://ps.w.org/migrate-guru/assets/icon-128x128.png?rev=1721728\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/migrate-guru/assets/banner-1544x500.png?rev=1710812\";s:2:\"1x\";s:67:\"https://ps.w.org/migrate-guru/assets/banner-772x250.png?rev=2161189\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:31:\"notificationx/notificationx.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/notificationx\";s:4:\"slug\";s:13:\"notificationx\";s:6:\"plugin\";s:31:\"notificationx/notificationx.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/notificationx/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/notificationx.3.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/notificationx/assets/icon-256x256.gif?rev=2783824\";s:2:\"1x\";s:66:\"https://ps.w.org/notificationx/assets/icon-128x128.gif?rev=2783824\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/notificationx/assets/banner-1544x500.gif?rev=3211804\";s:2:\"1x\";s:68:\"https://ps.w.org/notificationx/assets/banner-772x250.gif?rev=3211804\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:51:\"onesignal-free-web-push-notifications/onesignal.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:51:\"w.org/plugins/onesignal-free-web-push-notifications\";s:4:\"slug\";s:37:\"onesignal-free-web-push-notifications\";s:6:\"plugin\";s:51:\"onesignal-free-web-push-notifications/onesignal.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:68:\"https://wordpress.org/plugins/onesignal-free-web-push-notifications/\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/plugin/onesignal-free-web-push-notifications.3.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:82:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/icon.svg?rev=3003897\";s:3:\"svg\";s:82:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/icon.svg?rev=3003897\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:93:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/banner-1544x500.png?rev=2992434\";s:2:\"1x\";s:92:\"https://ps.w.org/onesignal-free-web-push-notifications/assets/banner-772x250.png?rev=2992434\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.8\";}s:31:\"presto-player/presto-player.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/presto-player\";s:4:\"slug\";s:13:\"presto-player\";s:6:\"plugin\";s:31:\"presto-player/presto-player.php\";s:11:\"new_version\";s:5:\"3.0.8\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/presto-player/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/presto-player.3.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/presto-player/assets/icon-256x256.png?rev=2831276\";s:2:\"1x\";s:66:\"https://ps.w.org/presto-player/assets/icon-128x128.png?rev=2831276\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/presto-player/assets/banner-1544x500.jpg?rev=2831276\";s:2:\"1x\";s:68:\"https://ps.w.org/presto-player/assets/banner-772x250.jpg?rev=2831276\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/presto-player/assets/banner-1544x500-rtl.png?rev=2831276\";s:2:\"1x\";s:72:\"https://ps.w.org/presto-player/assets/banner-772x250-rtl.png?rev=2831276\";}s:8:\"requires\";s:3:\"6.3\";}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.146.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-site-kit.1.146.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=3141863\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=3141863\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=3141863\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=3141863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:27:\"astra-sites/astra-sites.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/astra-sites\";s:4:\"slug\";s:11:\"astra-sites\";s:6:\"plugin\";s:27:\"astra-sites/astra-sites.php\";s:11:\"new_version\";s:6:\"4.4.14\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/astra-sites/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/astra-sites.4.4.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/astra-sites/assets/icon-256x256.gif?rev=3060571\";s:2:\"1x\";s:64:\"https://ps.w.org/astra-sites/assets/icon-256x256.gif?rev=3060571\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/astra-sites/assets/banner-1544x500.jpg?rev=3055258\";s:2:\"1x\";s:66:\"https://ps.w.org/astra-sites/assets/banner-772x250.jpg?rev=3055258\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:46:\"w.org/plugins/unlimited-elements-for-elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:6:\"plugin\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:11:\"new_version\";s:7:\"1.5.141\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/unlimited-elements-for-elementor/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/unlimited-elements-for-elementor.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/unlimited-elements-for-elementor/assets/icon-256x256.gif?rev=3206933\";s:2:\"1x\";s:85:\"https://ps.w.org/unlimited-elements-for-elementor/assets/icon-128x128.gif?rev=3206933\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/unlimited-elements-for-elementor/assets/banner-1544x500.jpg?rev=3206933\";s:2:\"1x\";s:87:\"https://ps.w.org/unlimited-elements-for-elementor/assets/banner-772x250.jpg?rev=3206933\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:19:\"weforms/weforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/weforms\";s:4:\"slug\";s:7:\"weforms\";s:6:\"plugin\";s:19:\"weforms/weforms.php\";s:11:\"new_version\";s:6:\"1.6.25\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/weforms/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/weforms.1.6.25.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/weforms/assets/icon-256x256.png?rev=1978687\";s:2:\"1x\";s:60:\"https://ps.w.org/weforms/assets/icon-128x128.png?rev=1978687\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/weforms/assets/banner-1544x500.png?rev=2243402\";s:2:\"1x\";s:62:\"https://ps.w.org/weforms/assets/banner-772x250.png?rev=2243402\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.8.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.3.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3091364\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3091364\";}s:8:\"requires\";s:3:\"5.5\";}}}','off'),(263904,'_site_transient_timeout_theme_roots','1740408985','off'),(263905,'_site_transient_theme_roots','a:7:{s:5:\"astra\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(263906,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1740407185;s:7:\"checked\";a:7:{s:5:\"astra\";s:6:\"4.8.12\";s:12:\"twentytwenty\";s:3:\"2.8\";s:16:\"twentytwentyfive\";s:3:\"1.1\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:15:\"twentytwentyone\";s:3:\"2.4\";s:17:\"twentytwentythree\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"1.9\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:7:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.8.12\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.8.12.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.1.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";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.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.9.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(263907,'_transient_timeout_jetpack_https_test','1740493585','off'),(263908,'_transient_jetpack_https_test','1','off'),(263909,'_transient_timeout_jetpack_https_test_message','1740493585','off'),(263910,'_transient_jetpack_https_test_message','','off'),(263911,'_site_transient_timeout_browser_6dbb10952a38c11d19e2648023d5055b','1741011986','off'),(263912,'_site_transient_browser_6dbb10952a38c11d19e2648023d5055b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"133.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(263913,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1741011986','off'),(263914,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(263915,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1740428786','off'),(263916,'_transient_action_scheduler_last_pastdue_actions_check','1740407186','off'),(263917,'_transient_timeout_wpforms_dash_widget_lite_entries_by_form','1740441601','off'),(263918,'_transient_wpforms_dash_widget_lite_entries_by_form','a:1:{i:21;a:3:{s:7:\"form_id\";i:21;s:5:\"count\";i:2456;s:5:\"title\";s:17:\"Send us a Message\";}}','off'),(263931,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1740450402','off'),(263932,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 15:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.8-alpha-59827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Shaping Tomorrow at WordCamp Asia 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 15:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18515\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:394:\"Over 1,400 attendees from 71 countries gathered at the Philippine International Convention Center in Manila, and nearly 15,000 more joined online, for WordCamp Asia 2025. It&#8217;s the people. It&#8217;s the friendships and the stories. Matt Mullenweg, WordPress Cofounder The flagship WordPress event started with a dedicated Contributor Day, followed by two days of engaging talks, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:53681:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1.jpg?resize=1024%2C512&#038;ssl=1\" alt=\"WordCamp Asia 2025 attendees gathered for a group photo\" class=\"wp-image-18521\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1-scaled.jpg?resize=2048%2C1024&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Over 1,400 attendees from 71 countries gathered at the Philippine International Convention Center in Manila, and nearly 15,000 more joined online, for WordCamp Asia 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote alignwide has-text-align-center\"><blockquote><p>It&#8217;s the people. It&#8217;s the friendships and the stories.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The flagship WordPress event started with a dedicated Contributor Day, followed by two days of engaging talks, panels, hands-on workshops, and networking. Notable guests included WordPress Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Gutenberg Lead Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who were joined by a diverse lineup of speakers and panelists.</p>\n\n\n\n<p>Throughout the event, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest products, engaged with attendees, and offered live demos and giveaways.&nbsp;Each day, attendees refueled with diverse food offerings featuring Filipino favorites, turning meals into a prime networking opportunity where new connections were made and ideas were exchanged.</p>\n\n\n\n<h2 class=\"wp-block-heading\">New Ways to Engage</h2>\n\n\n\n<p>This year’s event introduced several new programs to the schedule:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solutions Spotlight</strong>—a series of dynamic 10-minute lightning talks that gave an inside look at innovative products, cutting-edge strategies, and real-world solutions from top-tier sponsors, all designed to help attendees succeed in the WordPress ecosystem. These fast-paced sessions offered a unique opportunity to discover how leading brands are solving challenges, empowering users, and shaping the future of WordPress.</li>\n\n\n\n<li><strong>YouthCamp</strong>, a dedicated event for kids and teens ages 8-17, offered a full day of free, hands-on sessions designed to spark creativity and introduce the world of WordPress and open source. Through interactive workshops covering web basics, design, and development, participants gained practical skills while exploring the power of building online.&nbsp;</li>\n\n\n\n<li>The new <strong>Career and Social Corners</strong> enhanced networking, fostered meaningful connections, and created new opportunities for those within the WordPress community. Career Corner was the go-to space for attendees exploring career opportunities, connecting with sponsors, and discovering exciting new roles. Meanwhile, Social Corner offered a relaxed, lounge-style environment where attendees could engage in informal discussions over refreshments.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Asia kicked off with an incredible Contributor Day, bringing together almost 800 contributors, many of them new, to collaborate, share knowledge, and give back to WordPress. With 37 dedicated table leads and 16 experts from the Human Library guiding the way, participants of all experience levels engaged in meaningful discussions, tackled important tasks, and made a lasting impact on the WordPress project.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-border-color has-darker-grey-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-color:#1c2024;border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c677cb&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18526\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18526\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c67c9d&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18537\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18537\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6810e&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18527\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18527\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c68545&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18524\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18524\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c689a3&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18530\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18530\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c68e00&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18525\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18525\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c69242&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18528\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18528\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c696c2&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18534\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18534\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c69b0a&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18531\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18531\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c69f31&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18536\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18536\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>Key contributions included resolving a critical media bug, advancing vertical text editing in Gutenberg, and refining the editing experience with dozens of issue closures. Performance optimizations and accessibility improvements abounded, joined by seven fresh patterns, and over 4,000 newly translated strings.</p>\n\n\n\n<p>New tools and workflows were explored to enhance testing and development. The day also saw meaningful conversations between hosting providers and users, improvements to event organizing processes, and hands-on training.</p>\n\n\n\n<p>With innovative ideas, new faces, and significant progress across multiple areas, Contributor Day reinforced the spirit of open source collaboration that drives WordPress forward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Future is WordPress</h2>\n\n\n\n<p>On the first full conference day, attendees gathered to celebrate the power of open source collaboration and innovation. Opening remarks from global and local event leads reflected on the incredible journey of WordCamp Asia, tracing its roots back to the first Southeast Asian WordCamp in Manila in 2008. This full-circle moment underscored how the WordPress community has flourished over the years, driven by shared knowledge and a commitment to an open web. The excitement continued with a highly anticipated opening keynote from Matías Ventura, who shared insights into the future of Gutenberg and WordPress, inspiring attendees to embrace the next wave of innovation and creativity in content publishing.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"There and Back Again\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/-Zgv2q5NHBA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>The day then began in earnest. Talks highlighted new ways to integrate WordPress with external applications, opening possibilities for more interactive and scalable digital experiences. Simultaneously, content strategists and marketers explored evolving best practices in SEO, learning how to optimize their sites for visibility, engagement, and long-term growth. These sessions emphasized the importance of adaptability in a constantly evolving digital landscape, ensuring that WordPress users stay ahead of industry trends.</p>\n\n\n\n<p>Workshops throughout the day provided hands-on learning experiences tailored to a wide range of skill levels. Developers refined their expertise, gaining practical knowledge they could apply to their own projects. Accessibility advocates led discussions on designing for inclusivity, showcasing strategies to make WordPress-powered websites more navigable and user-friendly for people of all abilities.</p>\n\n\n\n<p>As the conference continued into the afternoon, conversations expanded to performance optimization and emerging technologies shaping the future of WordPress. A dedicated session explored AI-driven workflows, demonstrating how artificial intelligence can enhance site performance, automate repetitive tasks, and create more personalized user experiences. These discussions showcased the evolving role of WordPress as a versatile platform that extends beyond traditional publishing.</p>\n\n\n\n<p>The first day culminated in a thought-provoking keynote panel, WordPress in 2030, where industry leaders explored the future of the platform. The discussion covered the expanding open source community, emerging technologies, and the role of education and mentorship. Panelists shared their perspectives on the opportunities and challenges ahead, encouraging attendees to actively shape the future of WordPress by contributing, innovating, and advocating for an open web.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"442\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x.jpg?resize=1024%2C442&#038;ssl=1\" alt=\"Panelists Noel Tock, Hong Phuc Dang, Jon Ang, Courtney Robertson, and Raquel Manriquez discuss WordPress in 2030\" class=\"wp-image-18561\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=1024%2C442&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=300%2C129&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=768%2C331&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=1536%2C663&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x-scaled.jpg?resize=2048%2C883&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Returning for the final day of WordCamp Asia 2025, attendees explored a new set of sessions designed to push the boundaries of web development and strategy. Technical discussions on advanced Gutenberg block development highlighted innovative ways to build more dynamic and interactive content experiences, while another session examined performance optimization strategies to enhance site speed, accessibility, and overall user engagement. Content creators and marketers gained valuable insights into audience growth, effective storytelling, and data-driven content strategies to maximize impact.</p>\n\n\n\n<p>The final sessions of the conference reinforced WordPress’s adaptability and innovation, equipping attendees with new skills and strategies.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>As the final day drew to a close, Matt shared historic photos from WordCamp Davao 2008 in the Philippines, and then answered questions from the audience.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/LEm2NXwbZKc?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span>\n</div></figure>\n\n\n\n<p>Questions covered a variety of topics, incluiding: publishing on the open web, AI, headless WordPress, education, and Matt’s personal motivations. It was clear throughout the Q&amp;A that the future of WordPress is as bright as the island-themed attire at the event’s after-party.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>Thank you to all the hard-working organizers who made this event possible, the speakers who took the stage, the visitors who ventured to Manila, and everyone who tuned in from around the world. Our hope is that every WordCamp attendee leaves with new knowledge, new friends, and new inspiration to build a better web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-border-color has-darker-grey-background-color has-background wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-color:#1c2024;border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6ad26&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18533\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18533\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6b18c&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18547\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"\" class=\"wp-image-18547\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388-scaled.jpg?resize=2048%2C1367&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6b5de&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18535\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18535\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6ba3d&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18523\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18523\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6be8a&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18532\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18532\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6c2ea&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18529\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18529\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6c743&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18545\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18545\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6ca51&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18543\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18543\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6cd4c&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18546\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"\" class=\"wp-image-18546\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709-scaled.jpg?resize=2048%2C1367&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c6d04d&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18540\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-18540\" style=\"border-radius:2px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for other major WordPress events in 2025: <a href=\"https://europe.wordcamp.org/2025/\">WordCamp Europe</a> (Basel, Switzerland) and<a href=\"https://us.wordcamp.org/2025/\"> WordCamp US</a> (Portland, Oregon, USA). Then join us in Mumbai, India for WordCamp Asia 2026!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Report: WordPress in 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2025/02/wordpress-in-2025-report/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Feb 2025 03:19:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18475\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"This year is set to be transformative for WordPress, yet many decision-makers risk overlooking the immense opportunities ahead. Our new “WordPress in 2025” report highlights why WordPress should be a cornerstone of your long-term strategy. Stay ahead of the curve—read the report now to see how WordPress can drive growth and innovation for your business in the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Noel Tock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3721:\"\n<p>This year is set to be transformative for WordPress, yet many decision-makers risk overlooking the immense opportunities ahead. Our new <strong>“WordPress in 2025”</strong> report highlights why WordPress should be a cornerstone of your long-term strategy. Stay ahead of the curve—read the report now to see how WordPress can drive growth and innovation for your business in the years to come.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"647\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=1024%2C647&#038;ssl=1\" alt=\"\" class=\"wp-image-18476\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=1024%2C647&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=300%2C189&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=768%2C485&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=1536%2C970&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=2048%2C1293&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Some of the key points we explore:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>As proprietary &#8220;next-gen&#8221; CMS hype fizzles out and enterprise budgets shift priorities, open-source CMSs like WordPress are primed to gain ground in the commoditized CMS space. WordPress&#8217; maturity and extensibility provide a high starting point for innovation.</li>\n\n\n\n<li>WordPress&#8217; Block Editor has seen tremendous investment, amassing over 34,000 commits &#8211; more than entire competing CMS projects. New capabilities like Full Site Editing (FSE) give enterprises unprecedented ability to enable no-code site building.</li>\n\n\n\n<li>Just as being the first user-friendly publishing tool propelled WordPress&#8217; initial growth, AI presents a similar opportunity. WordPress&#8217; contributor community can build not just AI features, but an exciting multi-agent, LLM-agnostic ecosystem representing an intelligent content operating system.</li>\n\n\n\n<li>Pure-play headless vendors are working backwards to add no-code editing, while WordPress has long supported robust headless capabilities alongside its mature editor. For complex sites, hybrid architectures leveraging both are the pragmatic path forward.</li>\n</ul>\n\n\n\n<p><a href=\"https://wordpress.org/news/files/2025/02/WordPress-in-2025-Report-Noel-Tock.pdf\">Download the full WordPress in 2025 (PDF)</a> report directly to learn more.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Don’t miss WP:25, the virtual event.</h3>\n\n\n\n<p><a href=\"https://humanmade.com/wordpress-in-2025-event/?utm_campaign=41192678-WordPress%20in%202025&amp;utm_source=event&amp;utm_medium=Noel%20sales%20outreach&amp;utm_content=event%20landing%20page\">Save your spot at our free event, WP:25</a>, exploring the future of WordPress and featuring key people working with many of the ideas discussed in the report. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>About the report&#8217;s author, <a href=\"https://profiles.wordpress.org/noel_tock/\">Noel Tock</a></strong> — Having built his first website back in 1995, Noel has long been watching the evolution of the CMS space. As a co-owner at one of the leading enterprise WordPress agencies, Human Made, his belief in the power of open source is as great as ever. Human Made is a WordPress VIP Gold Partner specializing in DXP, headless, AI and more.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordCamp Asia 2025: Manila Magic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2025/02/wordcamp-asia-2025-manila-magic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2025 16:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18482\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:409:\"The first major WordCamp of the year is here! WordCamp Asia 2025 lands in Manila, Philippines, from February 20-22, bringing together open source enthusiasts, developers, and WordPress professionals from across the region—and the world. With three packed days of learning, networking, and collaboration, this year’s event promises fresh insights, dynamic discussions, and plenty of opportunities [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Bernard Meyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4837:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"536\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=1024%2C536&#038;ssl=1\" alt=\"WordCamp Asia 2025\" class=\"wp-image-18491\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=1024%2C536&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=768%2C402&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>The first major WordCamp of the year is here! <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia 2025</a> lands in Manila, Philippines, from February 20-22, bringing together open source enthusiasts, developers, and WordPress professionals from across the region—and the world.</p>\n\n\n\n<p>With three packed days of learning, networking, and collaboration, this year’s event promises fresh insights, dynamic discussions, and plenty of opportunities to connect.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Solutions spotlight</h3>\n\n\n\n<p>Throughout the conference days, multiple presentations will focus on the solutions provided by our amazing sponsors. This is a great opportunity to learn more about their initiatives and solutions.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://asia.wordcamp.org/2025/solutions-spotlight/\">Explore the solutions spotlight</a></div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Keynotes, panels, and deep dives</h3>\n\n\n\n<p>The main conference, which will be held on February 21-22, will feature <a href=\"https://asia.wordcamp.org/2025/schedule/#day-2\">a lineup of notable keynote speakers</a>, including digital innovation leaders and open-source advocates. Attendees can expect diverse sessions on business strategy, development of best practices, and technical advancements.</p>\n\n\n\n<p>For those looking to sharpen their skills, presentations will dive deep into topics like SEO for WordPress, performance optimization, and AI-powered content creation. Plus, don’t miss the electrifying WordPress Speed Build Battle, where developers race to create stunning sites in record time.</p>\n\n\n\n<h3 class=\"wp-block-heading\">YouthCamp</h3>\n\n\n\n<p>On February 22, WordCamp Asia 2025 will host <a href=\"https://asia.wordcamp.org/2025/youthcamp/\">YouthCamp</a>, a pre-registered event designed to introduce young minds to WordPress and its endless possibilities. This initiative aims to engage the next generation of WordPress users, developers, and contributors through hands-on activities and interactive sessions</p>\n\n\n\n<h3 class=\"wp-block-heading\">Closing Q&amp;A with Matt Mullenweg</h3>\n\n\n\n<p>WordPress Cofounder Matt Mullenweg will wrap up the event with a live Q&amp;A session on February 22. Whether attending in person or tuning in online, you can catch his insights live on the <a href=\"https://www.youtube.com/@WordPress\">WordPress YouTube channel</a> at 4:00 p.m. Philippine Time (08:00 UTC).</p>\n\n\n\n<h3 class=\"wp-block-heading\">After party</h3>\n\n\n\n<p>As the sun sets on WordCamp Asia 2025, the excitement continues with the After Party (theme: Island Vibe)! Get ready to experience the vibrant spirit of the Philippines with a lively gathering at <a href=\"https://www.picc.gov.ph/\">The Forum at PICC</a>. Expect a night filled with great conversations, music, and a celebration of the WordPress community.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get WordCamp-ready</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Secure your <a href=\"https://asia.wordcamp.org/2025/tickets/\">WordCamp Asia 2025 tickets</a> (if you haven’t already!)</li>\n\n\n\n<li>Browse the <a href=\"https://asia.wordcamp.org/2025/schedule/\">full schedule of sessions</a> to plan your experience</li>\n\n\n\n<li>Follow WordCamp Asia on<strong> </strong><a href=\"https://x.com/WordCampAsia\">X</a>, <a href=\"https://www.linkedin.com/company/wordcampasia/\">LinkedIn</a>, and <a href=\"https://www.instagram.com/wordcampasia/\">Instagram</a> for real-time updates</li>\n</ul>\n\n\n\n<p>As always, be part of the conversation! Whether you’re attending in Manila or following along online, share your experiences using <strong>#WCAsia</strong> and <strong>#WordPress</strong>.</p>\n\n\n\n<p>Manila is calling—see you at WordCamp Asia 2025!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.7.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2025/02/wordpress-6-7-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2025 16:52:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18445\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"WordPress 6.7.2 is now available! This minor release includes 35 bug fixes, addressing issues affecting multiple components including the block editor, HTML API, and Customize. WordPress 6.7.2 is a short-cycle release. The next major release will be version 6.8 planned for April 15, 2025. If you have sites that support automatic background updates, the update [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8487:\"\n<h2 class=\"wp-block-heading\">WordPress 6.7.2 is now available!</h2>\n\n\n\n<p>This minor release includes <a href=\"https://make.wordpress.org/core/tag/6-7-2/\">35 bug fixes</a>, addressing issues affecting multiple components including the block editor, HTML API, and Customize.</p>\n\n\n\n<p>WordPress 6.7.2 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-8/\">version 6.8</a> planned for April 15, 2025.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.7.2.zip\">download WordPress 6.7.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-7-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.7.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/ajlende\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexandrebuffet\">Alexandre Buffet</a>, <a href=\"https://profiles.wordpress.org/bowedk\">Andreas Pedersen</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitkumarshah\">Ankit Kumar Shah</a>, <a href=\"https://profiles.wordpress.org/apermo\">apermo</a>, <a href=\"https://profiles.wordpress.org/benniledl\">Benedikt Ledl</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">Brian Alexander</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/coquardcyr\">Cyrille</a>, <a href=\"https://profiles.wordpress.org/danielpost\">Daniel Post</a>, <a href=\"https://profiles.wordpress.org/darerodz\">darerodz</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/get_dave\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhewercorus\">dhewercorus</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella</a>, <a href=\"https://profiles.wordpress.org/im3dabasia1\">Eshaan Dabasiya</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ffffelix\">Felix Renicks</a>, <a href=\"https://profiles.wordpress.org/franciscabusas22\">Francis Cabusas</a>, <a href=\"https://profiles.wordpress.org/frankbiganski\">Frank B.</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ghinamt\">ghinamt</a>, <a href=\"https://profiles.wordpress.org/glynnquelch\">Glynn Quelch</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/jameskoster\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jdnd\">jdnd</a>, <a href=\"https://profiles.wordpress.org/jeryj\">jeryj</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanwp22\">juanwp22</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/karthickmurugan\">Karthick</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">Kazuto Takeshita</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/ketanniruke\">Ketan Niruke</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/levskipg\">levskipg</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak\">Maciej Ma?kowiak</a>, <a href=\"https://profiles.wordpress.org/santosguillamot\">Mario Santos</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mayanktripathi32\">Mayank Tripathi</a>, <a href=\"https://profiles.wordpress.org/czapla\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/presstoke\">Mitchell Austin</a>, <a href=\"https://profiles.wordpress.org/mreishus\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur\">Nadir Seghir a11n</a>, <a href=\"https://profiles.wordpress.org/narenin\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/nareshbheda\">Naresh Bheda</a>, <a href=\"https://profiles.wordpress.org/neotrope\">neotrope</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/oglekler\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/parthvataliya\">Parth vataliya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/paullb\">paullb</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pitamdey\">Pitam Dey</a>, <a href=\"https://profiles.wordpress.org/redkite\">redkite</a>, <a href=\"https://profiles.wordpress.org/rishavdutta\">Rishav Dutta</a>, <a href=\"https://profiles.wordpress.org/robertstaddon\">robertstaddon</a>, <a href=\"https://profiles.wordpress.org/rvoigt\">rvoigt</a>, <a href=\"https://profiles.wordpress.org/mi5t4n\">Sagar Tamang</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/seanlanglands\">seanlanglands</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/shyamkariya\">Shyam Kariya</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sukhendu2002\">Sukhendu Sekhar Guria</a>, <a href=\"https://profiles.wordpress.org/TobiasBg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vishy-moghan\">Vishy Moghan</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wongjn\">wongjn</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/zaoyao\">zaoyao</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\"https://profiles.wordpress.org/joedolson/\">@joedolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a> and <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Joost/Karim Fork\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2025/01/jkpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jan 2025 02:06:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18394\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:319:\"Making great software, great product that stands the test of time and not just survives but thrives through monumental technological shifts is incredibly hard. That challenge is part of the reason I love doing it. There is never a dull day, and the reward of seeing the code you wrote used by the most amazing [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9904:\"\n<p>Making great software, great product that stands the test of time and not just survives but thrives through monumental technological shifts is <em>incredibly hard</em>. That challenge is part of the reason I love doing it. There is never a dull day, and the reward of seeing the code you wrote used by the most amazing creators in the world is an indescribable pleasure. <strong>When I see what people create with WordPress, some days I feel like I’m grinding pigment for Leonardo da Vinci or slitting a quill for Beethoven.</strong></p>\n\n\n\n<p>In open source, one thing that makes it even harder to ship great software is bringing together disparate groups of contributors who may have entirely different incentives or missions or philosophies about how to make great work. Working together on a team is such a delicate balance, and even one person rowing in the wrong direction can throw everyone else off.</p>\n\n\n\n<p>That’s why periodically I think it is very healthy for open source projects to fork, it allows for people to try out and experiment with different forms of governance, leadership, decision-making, and technical approaches. As I&#8217;ve said, forking is beautiful, and <a href=\"https://wordpress.org/news/2024/10/spoon/\">forks have my full support and we&#8217;ll even link and promote them</a>.</p>\n\n\n\n<p><a href=\"https://joost.blog/\">Joost</a> is a self-proclaimed leader in the SEO space, an industry known for making the web better. He asked for and <a href=\"https://joost.blog/leading-marketing-communication-for-wordpress/\">I gave him WordPress marketing leadership responsibility</a> in January 2019 and <a href=\"https://joost.blog/why-im-stepping-down-from-my-wordpress-marketing-role/\">he stepped down in June of 2019</a>, I think we would both agree in those 5 months he was not effective at leading the marketing team or doing the work himself.</p>\n\n\n\n<p><a href=\"https://marucchi.com/\">Karim</a> leads a small WordPress agency called <a href=\"https://crowdfavorite.com/\">Crowd Favorite</a> which counts clients such as Lexus and ABC and employs ~50 people.</p>\n\n\n\n<p>Both are men I have shared meals with and consider of the highest integrity. I would trust them to watch any of my 15 godchildren for a day. These are good humans. Now go do the work. It probably won&#8217;t happen on day one, but Joost and Karim&#8217;s fork, which I&#8217;ll call JKPress until they come up with a better name, has a number of ideas they want to try out around governance and architecture. While Joost and Karim will be unilaterally in charge in the beginning, it sounds <a href=\"https://joost.blog/wordpress-leadership/\">like they want to set up</a>:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A non-profit foundation, with a broad board to control their new project.</li>\n\n\n\n<li>A website owned by that foundation which hosts community resources like a plugin directory, forums, etc.</li>\n\n\n\n<li>No more centralized and moderated plugin and theme directories with security guidelines or restrictions are what plugins are allowed to do like putting banners in your admin or gathering data, everything done in a federated/distributed manner.</li>\n\n\n\n<li>The trademarks for their new project will either be public domain or held by their foundation.</li>\n\n\n\n<li>&#8220;Modernization&#8221; of the technology stack, perhaps going a Laravel-like approach or changing how WordPress&#8217; architecture works.</li>\n\n\n\n<li>Teams and committees to make decisions for everything, so no single person has too much power or authority.</li>\n</ol>\n\n\n\n<p><a href=\"https://marucchi.com/wordpress-leadership-continued/\">Karim has a similar post</a>. Joost says he has the time and energy to lead:</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">So <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> &#8211; I saw the post by <a href=\"https://twitter.com/automattic?ref_src=twsrc%5Etfw\">@automattic</a>.<br><br>I&#39;m ready to lead the next releases. I am sure plenty of people and companies are willing to help me and we&#39;ve got plenty of ideas on what we should be doing.<a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a></p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1877731220135538728?ref_src=twsrc%5Etfw\">January 10, 2025</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>Now, as core committer Jb Audras (not employed by me or Automattic) points out, within WordPress we have a process in which people earn the right to lead a release:</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Before leading any major release of WordPress, please start with leading a minor one <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a>. Then, apply to be Triage Lead or Coordination Lead Deputy for a major release. These are the steps everyone in our community should follow before claiming to run « the next releases ».</p>&mdash; Jb Audras (@AudrasJb) <a href=\"https://twitter.com/AudrasJb/status/1877833087473565785?ref_src=twsrc%5Etfw\">January 10, 2025</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>However in Joost and Karim&#8217;s new project, they don&#8217;t need to follow our process or put in the hours to prove their worth within the WordPress.org ecosystem, they can just lead by example by shipping code and product to people that they can use, evaluate, and test out for themselves. If they need financial or hosting support is sounds like WP Engine wants to support their fork:</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">We appreciate <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> and <a href=\"https://twitter.com/karimmarucchi?ref_src=twsrc%5Etfw\">@karimmarucchi</a> thoughtful call for constructive conversation, change and evolved leadership within the WordPress community. Moments of disruption challenge all of us to reflect and to act.<br><br>WordPress’s success as the most widely used CMS is not the…</p>&mdash; WP Engine (@wpengine) <a href=\"https://twitter.com/wpengine/status/1870242287218790849?ref_src=twsrc%5Etfw\">December 20, 2024</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>Awesome! (Maybe it&#8217;s so successful they rebrand as JK Engine in the future.) WP Engine, with its half a billion in revenue and 1,000+ employees, has more than enough resources to support and maintain a legitimate fork of WordPress. And they are welcome to use all the GPL code myself and others have created to do so, including many parts of WordPress.org that are open source released under the GPL, and Gutenberg which is GPL + MPL. </p>\n\n\n\n<p>Joost also is a major investor (owner?) in <a href=\"https://poststatus.com/\">Post Status</a> (which he tried to sell to me a few months ago, and I declined to buy, perhaps kicking off his consternation with me), so they have a news media site and Slack instance already ready to go. He also is an investor in <a href=\"https://patchstack.com/\">PatchStack</a> and appears to be trying to create a new business around something called <a href=\"https://progressplanner.com/\">Progress Planner</a>, both of which could be incorporated into the new non-profit project to give them some competitive distinctions from WordPress.</p>\n\n\n\n<p>To make this easy and hopefully give this project the push it needs to get off the ground, I&#8217;m deactivating the .org accounts of <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost</a>, <a href=\"https://profiles.wordpress.org/pirazo/\">Karim</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Se Reed</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, and <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>. I strongly encourage anyone who wants to try different leadership models or align with WP Engine to join up with their new effort.</p>\n\n\n\n<p>In the meantime, on top of my <a href=\"https://automattic.com/\">day job running a 1,700+ person company with 25+ products</a>, which I typically work 60-80 hours a week on, I&#8217;ll find time on nights and weekends to work on WordPress 6.8 and beyond. Myself and other &#8220;non-sponsored&#8221; contributors have been doing this a long time and while we may need to reduce scope a bit I think we can put out a solid release in March.</p>\n\n\n\n<p>Joost and Karim have a number of bold and interesting ideas, and I&#8217;m genuinely curious to see how they work out. The beauty of open source is they can take all of the GPL code in WordPress and ship their vision. You don&#8217;t need permission, you can just do things. If they create something that&#8217;s awesome, we may even merge it back into WordPress, that ability for code and ideas to freely flow between projects is part of what makes open source such an engine for innovation. I propose that in a year we do a WordPress + JKPress summit, look at what we&#8217;ve shipped and learned in the process, which I&#8217;d be happy to host and sponsor in NYC next January 2026. The broader community will benefit greatly from this effort, as it&#8217;s giving us a true chance to try something different and see how it goes.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress Themes Need More Weird: A Call for Creative Digital Homes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wordpress.org/news/2025/01/wordpress-themes-need-more-weird-a-call-for-creative-digital-homes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jan 2025 18:53:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18358\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:409:\"The modern web has gradually shifted from a vibrant tapestry of personal expression to a landscape of identical designs, where millions of websites share not just similar structures, but identical visual language, spacing, and interaction patterns. As we collectively gravitate toward the same “proven” layouts and “conversion-optimized” designs, we’re not just losing visual diversity – [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Nick Hamze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7673:\"\n<p>The modern web has gradually shifted from a vibrant tapestry of personal expression to a landscape of identical designs, where millions of websites share not just similar structures, but identical visual language, spacing, and interaction patterns. As we collectively gravitate toward the same “proven” layouts and “conversion-optimized” designs, we’re not just losing visual diversity – we’re ceding control over how we present ourselves to the world. This matters because genuine self-expression online isn’t just about aesthetics – it’s about maintaining spaces where authentic voices can flourish.&nbsp;</p>\n\n\n\n<p>When every blog has the same hero section, when every portfolio follows the same grid, when every restaurant site looks interchangeable, we create an echo chamber of sameness. The cost isn’t just visual monotony – it’s the slow erosion of the web’s ability to surprise, delight, and showcase truly individual perspectives. WordPress, with its emphasis on complete ownership and control, offers an opportunity to break free from this convergence of design, allowing creators to build digital spaces that truly reflect their unique voice and vision.</p>\n\n\n\n<p>Think of WordPress themes like album covers. They should have personality and create an immediate visual impact. The web has become too sanitized, with everyone chasing the same minimal, “professional” look.</p>\n\n\n\n<p>Great themes should:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Have a strong point of view – like how Kubrick (the classic WordPress theme) defined an era with its distinctive header gradient. Don&#8217;t try to be everything to everyone.</li>\n\n\n\n<li>Embrace specific aesthetics boldly – whether that’s brutalist design, pixel art, hand-drawn elements, or distinctive typography. Create themes that excite people rather than just working for everyone.</li>\n\n\n\n<li>Design for specific use cases – like a theme for photographers that’s all about full-bleed images or a theme for writers that treats typography as art or a theme for musicians that feels like an album cover.</li>\n\n\n\n<li>Break some rules thoughtfully – because not every theme needs a hamburger menu. Not every theme needs to be mobile-first. Sometimes constraints create character.</li>\n</ul>\n\n\n\n<p>We need more themes that make people say “Wow!” or “That’s different!” rather than “That’s clean and professional.” The web needs more personality, more risk-taking, more fun.</p>\n\n\n\n<p>After spending countless hours digging through the WordPress theme repository, searching for designs that break the mold and spark excitement, I came up nearly empty-handed. Don’t get me wrong – there are plenty of well-built themes out there. But where’s the daring? The personality? The unexpected?</p>\n\n\n\n<p>If you&#8217;ve got a wild theme idea burning in your mind – that portfolio theme that looks like a vintage trading card collection, that blog theme inspired by zine culture, that restaurant theme that feels like a hand-drawn menu – now&#8217;s the time to build it. WordPress desperately needs your creativity, your weird ideas, your willingness to break the visual rules. The future of the web shouldn&#8217;t be a monochrome landscape of identical layouts. Let&#8217;s make WordPress themes exciting again. Let&#8217;s make the web weird again.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-2 wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/psychedeli\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18360\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=1024%2C768&#038;ssl=1\" alt=\"Psychedeli theme\" class=\"wp-image-18360\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/psychedeli.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/kawaii-chan\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18362\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=1024%2C768&#038;ssl=1\" alt=\"Kawaii-Chan theme\" class=\"wp-image-18362\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/kawaii.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/lowfi\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18361\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=1024%2C768&#038;ssl=1\" alt=\"LowFi theme\" class=\"wp-image-18361\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/lofi.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/bedrock\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18364\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=1024%2C768&#038;ssl=1\" alt=\"Bedrock theme\" class=\"wp-image-18364\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/bedrock.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/themes/feelingood\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"18363\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=1024%2C768&#038;ssl=1\" alt=\"Feelin’Good theme\" class=\"wp-image-18363\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/feeling.webp?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n</figure>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18358\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Holiday Break\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/news/2024/12/holiday-break/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Dec 2024 00:36:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18328\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"In order to give myself and the many tired volunteers around WordPress.org a break for the holidays, we&#8217;re going to be pausing a few of the free services currently offered: We&#8217;re going to leave things like localization and the forums open because these don&#8217;t require much moderation. As you may have heard, I&#8217;m legally compelled [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2315:\"\n<p>In order to give myself and the many tired volunteers around WordPress.org a break for the holidays, we&#8217;re going to be pausing a few of the free services currently offered:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>New account registrations on WordPress.org (clarifying so press doesn&#8217;t confuse this: people can still make their own WordPress installs and accounts)</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/plugins/\">plugin directory</a> submissions</li>\n\n\n\n<li>New plugin reviews</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/themes/\">theme directory</a> submissions</li>\n\n\n\n<li>New <a href=\"https://wordpress.org/photos/\">photo directory</a> submissions</li>\n</ul>\n\n\n\n<p>We&#8217;re going to leave things like localization and the forums open because these don&#8217;t require much moderation.</p>\n\n\n\n<p>As you may have heard, <a href=\"https://www.theverge.com/2024/12/10/24318350/automattic-restore-wp-engine-access-wordpress\">I&#8217;m legally compelled to provide free labor and services to WP Engine thanks to the success of their expensive lawyers</a>, so in order to avoid bothering the court I will say that none of the above applies to WP Engine, so if they need to bypass any of the above please just have your high-priced attorneys talk to my high-priced attorneys and we&#8217;ll arrange access, or just reach out directly to me on Slack and I&#8217;ll fix things for you.</p>\n\n\n\n<p>I hope to find the time, energy, and money to reopen all of this sometime in the new year. Right now much of the time I would spend making WordPress better is being taken up defending against WP Engine&#8217;s legal attacks. Their attacks are against Automattic, but also me individually as the owner of WordPress.org, which means if they win I can be personally liable for millions of dollars of damages.</p>\n\n\n\n<p>If you would like to fund legal attacks against me, I would encourage you to sign up for WP Engine services, <a href=\"https://wpengine.com/plans/\">they have great plans and pricing starting at $50/mo and scaling all the way up to $2,000/mo</a>. If not, you can use <a href=\"https://wordpress.org/news/2024/10/wp-engine-promotions/\">literally any other web host in the world that isn&#8217;t suing me and is offering promotions and discounts for switching away from WP Engine</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18328\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"State of the Word 2024: Legacy, Innovation, and Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wordpress.org/news/2024/12/state-of-the-word-2024-legacy-innovation-and-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Dec 2024 21:28:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"state of the word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18205\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:282:\"On a memorable evening in Tokyo, State of the Word 2024 brought together WordPress enthusiasts from around the world—hundreds in person and millions more online. This event marked the first time State of the Word was hosted in Asia, reflecting the platform\'s growing global reach.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:88259:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"State of the Word 2024\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/KLybH5YvIPQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>On a memorable evening in Tokyo, State of the Word 2024 brought together WordPress enthusiasts from around the world—hundreds in person and millions more online. This event marked the first time State of the Word was hosted in Asia, reflecting the platform&#8217;s growing global reach. The setting couldn’t have been more fitting: a city where tradition and technology coexist in seamless harmony. Tokyo, much like WordPress itself, reflects a powerful blend of legacy and innovation, craftsmanship and technology, and moments of vast scale balanced by serene stillness.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-2 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote alignwide has-text-align-center\"><blockquote><p>Tokyo is a city you feel.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>During the event, the concept of <em>kansei</em> engineering emerged as a central theme. This Japanese design philosophy seeks to create experiences that go beyond function and aesthetics, focusing on how something feels. As highlighted during the keynote, this principle has quietly influenced WordPress’s development, shaping its design and user experience in ways that resonate on an instinctive level.</p>\n\n\n\n<p>The evening also celebrated Japan’s deep-rooted connection to WordPress. Nearly 21 years ago, Japan became the first country to localize WordPress, long before a formal translation framework existed. It all started with<a href=\"https://wordpress.org/support/topic/localization-help-needed/\"> a single forum post from a user named Otsukare</a>, launching a translation project that helped WordPress become a truly global platform. Seeing how far the Japanese WordPress community has come—both in market share and cultural influence—was a powerful reminder of what shared purpose can achieve.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c88010&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Photo of Matt exhibiting some of the community\'s wapuu creations\" class=\"wp-image-18208\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-182521-8400-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<p>Wapuu, WordPress’s beloved mascot, was also born in Japan. What began as a simple idea for a fun and friendly representation of WordPress evolved into a global phenomenon. Thanks to Kazuko Kaneuchi’s generous open-source contribution, Wapuu has been reimagined by WordPress communities worldwide, each version infused with local character. This uniquely Japanese creation has helped make WordPress more welcoming, approachable, and fun wherever it appears.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress Growth in 2024</h2>\n\n\n\n<p>WordPress cofounder Matt Mullenweg highlighted significant achievements that underscored WordPress’s growth, resilience, and expanding global presence in 2024. He shared that WordPress now powers 43.6% of all websites globally. In Japan, WordPress’s influence is even more pronounced, powering 58.5% of all websites. This remarkable statistic reinforces the platform’s enduring role as a cornerstone of the open web and accentuates Japan’s deep-rooted commitment to the WordPress ecosystem and its developers’ significant contributions.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"260\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1024%2C260&#038;ssl=1\" alt=\"\" class=\"wp-image-18339\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1024%2C260&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=768%2C195&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=1536%2C390&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/marklet-share-world-japan.jpg?resize=2048%2C520&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>WordPress sites using languages other than English are expected to surpass English-language sites by 2025. German recently overtook Japanese as the third-most-used language, though Japanese remained close behind. Meanwhile, emerging languages like Farsi experienced rapid adoption, reflecting the platform’s expanding multilingual ecosystem. In Southeast Asia, languages such as Indonesian, Vietnamese, and Thai saw substantial year-over-year growth, signaling broader adoption across diverse regions.</p>\n\n\n\n<p>Core downloads surged to nearly half a billion annually, with the notable releases of WordPress <a href=\"https://wordpress.org/download/releases/6-5/\">6.5</a>, <a href=\"https://wordpress.org/download/releases/6-6/\">6.6</a>, and <a href=\"https://wordpress.org/download/releases/6-7/\">6.7</a>.</p>\n\n\n\n<p>WordPress’s design and development ecosystem flourished as well. Over 1,700 new themes were uploaded in 2024, bringing more than 1,000 block themes to the official repository and reflecting increased interest in modern, flexible site design.</p>\n\n\n\n<p>The plugin ecosystem also saw record-breaking activity this year. Plugin downloads surged toward 2.35 billion, representing a 20% year-over-year increase. Plugin updates exceeded 3 billion and are on track to surpass 3.5 billion by year’s end. Notably, the Plugin Review Team made transformative improvements, drastically reducing the average review wait time. Their efficiency gains were complemented by the launch of the <a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check</a> tool, which reduced submission issues by 41% while enabling the team to approve 138% more plugins each week.</p>\n\n\n\n<p>These accomplishments showcase WordPress’s resilience, adaptability, and ever-expanding influence. As the platform continues to evolve, its global community remains at the heart of its success, driving innovation and ensuring that WordPress thrives as the leading tool for building the open web.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\">\n<p class=\"has-text-align-center\">Help shape the future of WordPress: Join a contributor team today!</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://make.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Make WordPress</a></div>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Advancing the Platform</h2>\n\n\n\n<p>WordPress lead architect, Matías Ventura, highlighted WordPress’s evolution through the lenses of writing, design, building, and development, demoing various pieces of new and forthcoming enhancements.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c888c8&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"Write, Build, Design, Develop\" class=\"wp-image-18219\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.059.jpeg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Writing</h3>\n\n\n\n<p>The writing experience in WordPress saw notable advancements this year, with an improved distraction-free mode that helps users to focus on content creation without interface distractions. Now you can directly select the image itself to drag and drop it where you want, even enabling on-the-fly gallery creation when you drop images next to each other.</p>\n\n\n\n<p>Additionally, the introduction of block-level comments in the editor, currently an experimental feature, promises to reshape collaborative workflows by enabling teams to leave notes directly on blocks.</p>\n\n\n\n<p>These enhancements all work together to make writing, composing, and editing in WordPress feel more fluid, personal, and pleasant than ever.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Design</h3>\n\n\n\n<p>Along with new default theme Twenty Twenty-Five, more than 1,000 block themes offer tailored starting points for different site types, including portfolios, blogs, and business sites. Designers can also utilize the improved Style Book for a comprehensive view of their site’s appearance, ensuring a smooth design process.</p>\n\n\n\n<p>Design work isn’t just about aesthetics—it’s also about creating the right environment and guardrails. It’s important that users can interact with their site, add content, replace media, and choose sections without needing to know the layout details. We’re implementing better default experiences to help you focus exclusively on the content or on the design, depending on your needs at the moment.&nbsp;</p>\n\n\n\n<p>This all works seamlessly with the zoom-out view, where users can compose content using patterns without having to set up every individual block. Having a bird’s-eye view of your site can really help you gain a different perspective.</p>\n\n\n\n<p>These design capabilities scale with you as your WordPress projects grow. WordPress&#8217;s approach to design is systematic: blocks combine to form patterns, patterns form templates, and templates help separate content from presentation.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c88e2d&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18302\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/sotw-2024_keynote_vFINALFINAL-english.037.jpeg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Building</h3>\n\n\n\n<p>WordPress’s content management capabilities allow working at scale and across teams. Central to this is the introduction of Block Bindings, which merge the flexibility of blocks with the structured power of meta fields. This feature allows block attributes to be directly linked to data sources like post meta, reducing the need for custom blocks while creating deeper, more dynamic content relationships. The familiar block interface remains intact, making complex data management feel seamless. This connects naturally with our broader work on Data Views for post types and meta fields.&nbsp;</p>\n\n\n\n<p>These updates reinforce WordPress’s role as a powerful content management system by connecting its core primitives—blocks, post types, taxonomies, and meta fields—more intuitively.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Development</h3>\n\n\n\n<p>Lastly, Matías showcased a range of groundbreaking tools that empower WordPress developers and streamline their workflows. One of the highlights was the new Templates API, which has simplified the process of registering and managing custom templates. Future updates to the API will allow users to register and activate templates seamlessly, enabling dynamic site customizations such as scheduling different homepage templates for special events or swapping category archives during campaigns. This flexible approach offers developers greater creative control in a standardized way.&nbsp;</p>\n\n\n\n<p>The session also explored the Interactivity API, designed to deliver fast, seamless website experiences by enabling server-rendered interactivity within WordPress. Unlike JavaScript-heavy frameworks, this technology keeps everything within WordPress’s existing ecosystem, bridging the gap between developers and content creators. Attendees saw live demos showcasing instant search, pagination, and commenting—all without page reloads—while maintaining a perfect performance score of 100 on Lighthouse. In addition, it was announced that responsive controls will receive significant attention, with new features being explored, like block visibility by breakpoint and adding min/max controls to the columns block.</p>\n\n\n\n<p>The WordPress Playground also emerged as a game-changer, allowing users to spin up WordPress sites directly in their browsers, experiment with Blueprints, and manage projects offline. With improved GitHub integration and expanded documentation, WordPress developers now have a more accessible and powerful toolkit than ever before.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An AI Future</h2>\n\n\n\n<p>Returning to the stage, Matt noted that Gutenberg’s evolution is paving the way for AI-powered site building while keeping creative control in users’ hands. A recent speed building challenge on WordPress’s YouTube channel showcased this potential, with <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> using AI-assisted tools and <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> building manually. While the AI-assisted approach won, the key takeaway was that AI isn’t here to replace developers but to enhance creativity and efficiency.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"AI Takes On HUMAN in WordPress Speed Build Showdown &#x1f525;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/vjw6KWahFlk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Community Impact and Global Reach</h2>\n\n\n\n<p>When WordPress Executive Director Mary Hubbard took the stage, she emphasized WordPress’s commitment to its open-source mission and the power of its global community. Mary shared her passion for defending WordPress’s principles, reaffirming that when users choose WordPress, they should receive the authentic, community-driven experience that the platform stands for. This commitment to clarity, trust, and open-source integrity is central to ensuring WordPress’s long-term sustainability and success.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c89460&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Photo of Mary Hubbard, WordPress Executive Director\" class=\"wp-image-18227\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193636-0177_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Mary Hubbard, WordPress Executive Director</figcaption></figure>\n\n\n\n<p>In 2024, WordPress’s global influence surged through expanded educational programs, developer contributions, and grassroots initiatives. The platform’s social media following grew to 2.3 million, while major events like WordCamps and live-streamed gatherings attracted millions of attendees and viewers, connecting people worldwide.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> introduced Structured Learning Pathways, offering tailored tracks for beginners and developers, fostering a growing network of creators eager to learn and contribute. Grassroots programs flourished, with WP Campus Connect bringing WordPress education to Indian colleges and innovation competitions in Uganda empowering young creators. In Latin America, the Community Reactivation Project reignited meetups across nine cities, fostering a network of over 150 active members and setting the stage for three new WordCamps in 2025.</p>\n\n\n\n<p>WordPress’s efforts also advanced through <a href=\"https://openverse.org/\">Openverse</a>, which expanded its free content library to 884 million images and 4.2 million audio files, serving millions of creators worldwide and supporting WordPress’s broader mission of democratizing publishing.</p>\n\n\n\n<p>Whether through educational platforms, developer-driven innovation, or community-led projects, WordPress’s ecosystem continues to nurture shared learning, creativity, and collaboration, ensuring its growth and relevance for future generations.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Japanese Community Highlights</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/nukaga/\">Junko Fukui Nukaga</a>—Community Team rep, program manager, and WordCamp organizer—noted that WordPress&#8217;s prominence in Japan contributes to an economy now estimated to exceed 100 billion yen.</p>\n\n\n\n<p>In October of 2024, the Japanese WordPress community celebrated DigitalCube’s IPO on the Tokyo PRO Market, marking a milestone for the local WordPress ecosystem. Major contributors like Takayuki Miyoshi’s <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a> plugin surpassed 10 million active users, while companies like Sakura Internet and XServer built specialized WordPress infrastructure.</p>\n\n\n\n<p>Community events in Japan have also flourished, with 189 local meetups held throughout the year, fueled by dedicated volunteers and organizers. Translation Night gatherings have ensured WordPress remains accessible to Japanese users, reflecting a thriving collaborative spirit.</p>\n\n\n\n<p>Matt gave special recognition to Japan’s standout contributor, <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, a Core Committer whose exceptional efforts elevated WordPress development over the past year. Hamano-san made an impressive 774 contributions to WordPress core, earning 162 props for WordPress 6.5, rising to 274 props for 6.6 as the second-highest contributor, and securing the top spot with 338 props for 6.7.Other notable Japanese contributors included <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, an active Docs Team member, and Nukaga, recognized for her exceptional community organizing efforts. Additionally, 13 Japanese contributors supported 5.4% of WordPress 6.6 development, showcasing the country’s growing influence in the WordPress ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Data Liberation</h2>\n\n\n\n<p>Reflecting on the progress since the initiative&#8217;s launch last year, the focus remained on ensuring that WordPress not only becomes more powerful but also embodies freedom in its deepest sense—the freedom to move content anywhere, collaborate without limits, and create without constraints. This vision extends beyond individual sites to a broader web where content flows seamlessly across platforms, enabling unrestricted creativity and innovation.</p>\n\n\n\n<p>One compelling example demonstrated how easily ePub files could be imported into a WordPress site, integrating seamlessly with existing designs. This represents the initiative’s broader goal: making content migration and integration effortless. WordPress Playground plays a critical role in this vision by enabling easy site migration through a simple browser extension. With Playground as a staging area, migrating and adapting sites becomes intuitive and accessible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>The floor was opened to questions in both Japanese and English.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"State of the Word 2024 Q&amp;A\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XPhQFSAvKVw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>Questions from the audience, including <a href=\"https://en.wikipedia.org/wiki/Tokyo_Vice\"><em>Tokyo Vice</em></a> author Jake Adelstein, covered the future of blogging, WordPress performance, the impact of AI search, and what democratizing publishing means today. Matt shared his excitement for more open platforms such as Mastodon and Bluesky, as well as his recommendations for optimizing your site for both humans and AI. A common thread throughout was that a personal website is an important part of your digital identity, and WordPress allows you to<a href=\"https://playground.wordpress.net/?plugin=piano-block&amp;blueprint-url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fwp-json%2Fplugins%2Fv1%2Fplugin%2Fpiano-block%2Fblueprint.json%3Frev%3D3166994%26lang%3D\"> express yourself in fun and unique ways</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Panels</h2>\n\n\n\n<p>After attendees enjoyed a special performance by the pianist, Takai-san, industry leaders, creators, and innovators took the stage for panel discussions about the present and future of WordPress, moderated by Mary Hubbard.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"State of the Word 2024 Panel Discussions\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/Qt5FOQYX1nE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Publishing in the Open</h3>\n\n\n\n<p>Featuring:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mieko Kawakami, Japanese Author and Poet&nbsp;</li>\n\n\n\n<li>Craig Mod, Author of Things Become Other Things&nbsp;</li>\n\n\n\n<li>Matt Mullenweg, WordPress Cofounder and Automattic CEO</li>\n</ul>\n\n\n\n<p>This first panel explored the transformative power of open-source publishing. Panelists shared insights into how open publishing has influenced their creative journeys, expanded audience engagement, and shaped storytelling across cultural boundaries.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Publishing in the open has defined what I’ve done. All the best connections I’ve made in live have been the result of publishing in the open. &#8211; Craig Mod</p>\n</blockquote>\n\n\n\n<p>Publishing in the open, like WordPress, is about building community, mutual connections, and putting power back into the hands of creators.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Future of WordPress in Japan and Beyond</h3>\n\n\n\n<p>Featuring:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Hajime Ogushi, mgn CEO</li>\n\n\n\n<li>Genki Taniguchi, SAKURA internet Inc. Senior Director</li>\n\n\n\n<li>Matt Mullenweg, WordPress Cofounder and Automattic CEO</li>\n</ul>\n\n\n\n<p>The second discussion highlighted WordPress&#8217;s remarkable growth in Japan and its broader global impact. The discussion covered the drivers behind Japan&#8217;s adoption of WordPress, its thriving ecosystem of WordPress-based businesses, and emerging trends in web development.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Compared to other CMSs the WordPress Japanese is much easier to use. &#8211; Hajime Ogushi</p>\n</blockquote>\n\n\n\n<p>The group discussed plugins such as <a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a>, the affordability of hosting WordPress, and local meetups and events</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>Thank you to all the guests who joined us on stage, those who ventured to Tokyo, and everyone who tuned in from around the world. Today’s event showcased how a free and infinitely flexible platform, an active global community, open innovation, and a commitment to a fully democratized web make us better at being who we are.</p>\n\n\n\n<p>From Tokyo, Arigatou Gozaimashita!</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-0 is-cropped is-style-rectangular wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8a651&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18249\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18249\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-202835-8841-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8a976&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18262\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18262\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-164917-7983-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8acac&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18274\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18274\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-163201-7815-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8aff0&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18252\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18252\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-140851-0095-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8b321&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18258\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18258\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-135950-0093-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8b654&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18240\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18240\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-142237-0135-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8b989&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18260\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18260\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-181648-7911-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8bcc3&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18251\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18251\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-203524-8925-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8c01a&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18229\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=683%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18229\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=768%2C1151&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?resize=1025%2C1536&amp;ssl=1 1025w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-190404-0124_web2k.jpg?w=1334&amp;ssl=1 1334w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8c361&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18230\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18230\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-193131-0170_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8c6a9&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18233\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18233\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194151-8562-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8c9ea&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18236\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-194444-0195_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8cd27&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18231\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=683%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18231\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=768%2C1151&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?resize=1025%2C1536&amp;ssl=1 1025w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200909-0238_web2k.jpg?w=1334&amp;ssl=1 1334w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8d0fa&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18228\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18228\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-200404-0226_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8d521&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18272\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18272\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210737-9358-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8d946&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18305\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18305\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-211905-9455-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8dd8a&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18269\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18269\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204404-9012-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8e1d5&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18257\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18257\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204317-8995-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8e51b&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18271\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18271\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210835-9366-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8e854&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18279\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18279\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-212042-9462-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8ebd3&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18275\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18275\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-210855-9369-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8ef15&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18265\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18265\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-204253-8984-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8f235&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18282\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18282\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213938-9563-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8f585&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18280\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18280\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213231-9494-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8f8fd&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18268\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18268\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213105-9483-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c8fc5d&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18266\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18266\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213722-60568-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;67bc7e8c9002c&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18281\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18281\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/20241216-Automattic-213349-60543-_web2k.jpg?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>For those interested in exploring past State of the Word keynotes, WordPress has curated a comprehensive YouTube playlist featuring keynotes from previous years. Watch them all here:<a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ES1piZxljCvMTJCYpVBnwYU\" target=\"_blank\" rel=\"noreferrer noopener\"> State of the Word YouTube Playlist</a>. Be sure to mark your calendars for major WordPress events in 2025: <a href=\"https://asia.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Asia</a> (Manila, Philippines), <a href=\"https://europe.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Europe</a> (Basel, Switzerland), and <a href=\"https://us.wordcamp.org/2025/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US</a> (Portland, Oregon, USA).</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18205\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Write Books With the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2024/12/write-books-with-the-block-editor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Dec 2024 08:36:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18176\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:327:\"If you need a little push to start writing this winter, in the comfort of your familiar editor, here it is! You can now use the Block Editor to create electronic books and other documents—all completely offline. What a full circle moment for Gutenberg! The Block Editor contains so many features I miss when writing [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Ella\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6919:\"\n<p>If you need a little push to start writing this winter, in the comfort of your familiar editor, here it is! You can now use the Block Editor to create electronic books and other documents—all completely offline. What a full circle moment for Gutenberg!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"711\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1024%2C711&#038;ssl=1\" alt=\"\" class=\"wp-image-18179\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1024%2C711&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=300%2C208&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=768%2C533&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=1536%2C1067&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-10-at-09.35.01.png?resize=2048%2C1422&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>The Block Editor contains so many features I miss when writing in other editors. It produces clean, semantic markup. You can paste in content from anywhere and the editor will clean it up for you, or paste a link onto selected text to auto-link. The List View and Outline panels allow you to easily navigate and inspect the content. And we’re constantly iterating on the Block Editor: more features and improvements are on the way, such as refined drag and drop interactions coming in early 2025.</p>\n\n\n\n<p>All this inspired me to wrap our editor in an app that can read and write local files—just as other document editors do. It turns out that EPUB is the best file format to store the content, because EPUB is an open standard for e-books that is essentially a ZIP file containing HTML and media—HTML like your WordPress posts!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1024%2C560&#038;ssl=1\" alt=\"\" class=\"wp-image-18180\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1024%2C560&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=300%2C164&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=768%2C420&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=1536%2C839&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.34.36.png?resize=2048%2C1119&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>And just like that, the WordPress Block Editor can also be used to write books! The cool thing about EPUB files is that any e-book app, such as Kindle and Apple Books, can open it. So even if someone doesn’t have this editor, they can still easily read the content, which makes the files it produces portable.</p>\n\n\n\n<p>The editor allows you to create a cover, so you can easily distinguish between the books or documents you write. It will also treat each heading as a chapter so you can easily navigate content when opened in an e-book reader.</p>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"793\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1024%2C793&#038;ssl=1\" alt=\"\" class=\"wp-image-18181\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1024%2C793&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=300%2C232&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=768%2C595&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=1536%2C1190&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Screenshot-2024-12-03-at-23.27.56.png?resize=2048%2C1586&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<figure class=\"wp-block-image aligncenter size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=768%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-18178\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/wordpress.org/news/files/2024/12/screenshot_2024_12_11T12_00_190100.png?w=1236&amp;ssl=1 1236w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" /></figure>\n</div>\n</div>\n\n\n\n<p>The term “book” should be taken broadly. While the file that the Block Editor produces is primarily used for e-books, you can create any document with it. It’s possible to export your document to a DOCX file in case you need it, though the more complex blocks are not supported yet.</p>\n\n\n\n<p>It is still very much a nascent project. There’s many features left to be added, such as revisions and the ability to open any externally created EPUB files, or even DOCX files, so keep an eye out for these in the coming weeks and months! If you’re interested in this editor, it’s all <a href=\"https://github.com/block-editors/blockdocs\">open source</a>, and I welcome any kind of help.</p>\n\n\n\n<p>For now, the <a href=\"https://block-editors.github.io/blockdocs/\">demo editor</a> is installable as a Progressive Web App (PWA) in Chrome. While it’s totally usable without installation, it does give you some nice benefits such as allowing you to open the EPUB files directly from your OS. In the future we might wrap it in proper native apps. Your feedback is welcome on <a href=\"https://github.com/block-editors/blockdocs\">GitHub</a>!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Openverse.org: A Sight for Sore Eyes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2024/12/openverse-org-a-sight-for-sore-eyes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Dec 2024 17:45:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18168\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Openverse.org, the vibrant platform for openly licensed media, has introduced a sleek and modern Dark Mode feature. This new site theme is designed to enhance users&#8217; comfort and style as they explore the extensive library of creative resources. Whether for late-night browsing or simply a preference for darker aesthetics, Dark Mode makes engaging with Openverse [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7308:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18196\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Dark-home-with-yellow-background.png?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p><a href=\"https://openverse.org/\">Openverse.org</a>, the vibrant platform for openly licensed media, has introduced a sleek and modern Dark Mode feature. This new site theme is designed to enhance users&#8217; comfort and style as they explore the extensive library of creative resources. Whether for late-night browsing or simply a preference for darker aesthetics, Dark Mode makes engaging with Openverse easier on the eyes and more personalized than ever.</p>\n\n\n\n<p>By reducing screen brightness in low-light settings, Dark Mode offers a more relaxed viewing experience, helping to minimize eye strain. It also caters to users with light sensitivity, creating a more inclusive browsing environment. This thoughtful addition underscores Openverse’s commitment to delivering tools that are as functional as they are visually appealing.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"573\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18188\" data-id=\"18188\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1024%2C573&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1024%2C573&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=768%2C430&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=1536%2C860&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-results-and-player-2.png?resize=2048%2C1147&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18189\" data-id=\"18189\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1024%2C545&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1024%2C545&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=300%2C160&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=768%2C409&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=1536%2C817&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Search-results-switcher-2.png?resize=2048%2C1090&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"553\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-18195\" data-id=\"18195\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1024%2C553&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1024%2C553&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=300%2C162&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=768%2C415&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=1536%2C829&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/12/Audio-single-page.png?resize=2048%2C1106&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<p>The release of Dark Mode is part of Openverse’s broader effort to innovate and adapt to the needs of its growing community. From the thoughtful interface design to the careful attention to accessibility, every detail was crafted to reflect Openverse’s mission of empowering creativity. By embracing modern frontend implementations like Dark Mode without compromising usability or accessibility, Openverse continues to grow while honoring the brand’s essence. In addition, this update lays the groundwork for future developments aimed at providing even more customization options and improved user experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>“Dark Mode marks an exciting step forward for Openverse. We designed and implemented a new user interface that keeps the brand&#8217;s essence while providing the same search experience. We’re thrilled to see how this feature fits within users&#8217; preferences and enhances the creative journey.”&nbsp; – Francisco Vera. Designer</em></p>\n</blockquote>\n\n\n\n<p></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18174\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/12/Theme-switcher-flow.gif?resize=768%2C432&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Ready to explore Openverse in a whole new light? Head to <a href=\"https://openverse.org/\">Openverse.org</a> today and look for the Dark Mode toggle in the site footer.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18168\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 24 Feb 2025 14:26:42 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Sat, 22 Feb 2025 15:04:04 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";i:1740406541;s:21:\"cache_expiration_time\";i:1740450402;s:23:\"__cache_expiration_time\";i:1740450402;}','off'),(263927,'_site_transient_timeout_community-events-c923158445233f1244b2d0f869f4513f','1740450402','off'),(263928,'_site_transient_community-events-c923158445233f1244b2d0f869f4513f','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"156.146.59.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:17:\"Refresh & Connect\";s:3:\"url\";s:52:\"https://www.meetup.com/wordpressnyc/events/306130356\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2025-02-27 19:00:00\";s:8:\"end_date\";s:19:\"2025-02-27 20:00:00\";s:20:\"start_unix_timestamp\";i:1740700800;s:18:\"end_unix_timestamp\";i:1740704400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.74000000000000198951966012828052043914794921875;s:9:\"longitude\";d:-73.9899999999999948840923025272786617279052734375;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"WordPress Hangout & Networking\";s:3:\"url\";s:66:\"https://www.meetup.com/wordpress-montclair-meetup/events/303908319\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2025-03-03 18:30:00\";s:8:\"end_date\";s:19:\"2025-03-03 21:30:00\";s:20:\"start_unix_timestamp\";i:1741044600;s:18:\"end_unix_timestamp\";i:1741055400;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clifton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.86843499999999806959749548695981502532958984375;s:9:\"longitude\";d:-74.190709999999995716279954649507999420166015625;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:16:\"TBA Presentation\";s:3:\"url\";s:66:\"https://www.meetup.com/wordpress-montclair-meetup/events/304324439\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2025-03-19 18:00:00\";s:8:\"end_date\";s:19:\"2025-03-19 20:00:00\";s:20:\"start_unix_timestamp\";i:1742421600;s:18:\"end_unix_timestamp\";i:1742428800;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.81157300000000276440914603881537914276123046875;s:9:\"longitude\";d:-74.21863600000000360523699782788753509521484375;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"WordPress Hangout & Networking\";s:3:\"url\";s:66:\"https://www.meetup.com/wordpress-montclair-meetup/events/304324470\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2025-03-31 18:30:00\";s:8:\"end_date\";s:19:\"2025-03-31 21:30:00\";s:20:\"start_unix_timestamp\";i:1743460200;s:18:\"end_unix_timestamp\";i:1743471000;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Clifton, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.86843499999999806959749548695981502532958984375;s:9:\"longitude\";d:-74.190709999999995716279954649507999420166015625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:68:\"Help Desk - Bring Your Laptop, Yourself, and Your WordPress Problems\";s:3:\"url\";s:66:\"https://www.meetup.com/wordpress-montclair-meetup/events/304897904\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2025-04-16 18:00:00\";s:8:\"end_date\";s:19:\"2025-04-16 20:00:00\";s:20:\"start_unix_timestamp\";i:1744840800;s:18:\"end_unix_timestamp\";i:1744848000;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.81157300000000276440914603881537914276123046875;s:9:\"longitude\";d:-74.21863600000000360523699782788753509521484375;}}}}','off'),(263933,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1740450402','off'),(263934,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1740407202','off'),(263935,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1740450403','off');
INSERT INTO `wpjn_options` VALUES (263936,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress.org blog: Shaping Tomorrow at WordCamp Asia 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14237:\"<img width=\"1024\" height=\"512\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-WCAsia-02-21-PM_1280x640-1-scaled-1.jpg?resize=1024%2C512&ssl=1\" alt=\"WordCamp Asia 2025 attendees gathered for a group photo\" class=\"wp-image-18521\" />\n\n\n\n<p>Over 1,400 attendees from 71 countries gathered at the Philippine International Convention Center in Manila, and nearly 15,000 more joined online, for WordCamp Asia 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\">\n<blockquote><p>It&#8217;s the people. It&#8217;s the friendships and the stories.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n</div>\n\n\n\n<p>The flagship WordPress event started with a dedicated Contributor Day, followed by two days of engaging talks, panels, hands-on workshops, and networking. Notable guests included WordPress Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Gutenberg Lead Architect <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, who were joined by a diverse lineup of speakers and panelists.</p>\n\n\n\n<p>Throughout the event, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest products, engaged with attendees, and offered live demos and giveaways.&nbsp;Each day, attendees refueled with diverse food offerings featuring Filipino favorites, turning meals into a prime networking opportunity where new connections were made and ideas were exchanged.</p>\n\n\n\n<h2 class=\"wp-block-heading\">New Ways to Engage</h2>\n\n\n\n<p>This year’s event introduced several new programs to the schedule:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solutions Spotlight</strong>—a series of dynamic 10-minute lightning talks that gave an inside look at innovative products, cutting-edge strategies, and real-world solutions from top-tier sponsors, all designed to help attendees succeed in the WordPress ecosystem. These fast-paced sessions offered a unique opportunity to discover how leading brands are solving challenges, empowering users, and shaping the future of WordPress.</li>\n\n\n\n<li><strong>YouthCamp</strong>, a dedicated event for kids and teens ages 8-17, offered a full day of free, hands-on sessions designed to spark creativity and introduce the world of WordPress and open source. Through interactive workshops covering web basics, design, and development, participants gained practical skills while exploring the power of building online.&nbsp;</li>\n\n\n\n<li>The new <strong>Career and Social Corners</strong> enhanced networking, fostered meaningful connections, and created new opportunities for those within the WordPress community. Career Corner was the go-to space for attendees exploring career opportunities, connecting with sponsors, and discovering exciting new roles. Meanwhile, Social Corner offered a relaxed, lounge-style environment where attendees could engage in informal discussions over refreshments.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Asia kicked off with an incredible Contributor Day, bringing together almost 800 contributors, many of them new, to collaborate, share knowledge, and give back to WordPress. With 37 dedicated table leads and 16 experts from the Human Library guiding the way, participants of all experience levels engaged in meaningful discussions, tackled important tasks, and made a lasting impact on the WordPress project.</p>\n\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1834.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18526\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1914.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18537\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1989.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18527\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1926.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18524\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1920.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18530\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1963.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18525\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1902.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18528\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1886.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18534\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1885.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18531\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC07465.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18536\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n\n<p>Key contributions included resolving a critical media bug, advancing vertical text editing in Gutenberg, and refining the editing experience with dozens of issue closures. Performance optimizations and accessibility improvements abounded, joined by seven fresh patterns, and over 4,000 newly translated strings.</p>\n\n\n\n<p>New tools and workflows were explored to enhance testing and development. The day also saw meaningful conversations between hosting providers and users, improvements to event organizing processes, and hands-on training.</p>\n\n\n\n<p>With innovative ideas, new faces, and significant progress across multiple areas, Contributor Day reinforced the spirit of open source collaboration that drives WordPress forward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Future is WordPress</h2>\n\n\n\n<p>On the first full conference day, attendees gathered to celebrate the power of open source collaboration and innovation. Opening remarks from global and local event leads reflected on the incredible journey of WordCamp Asia, tracing its roots back to the first Southeast Asian WordCamp in Manila in 2008. This full-circle moment underscored how the WordPress community has flourished over the years, driven by shared knowledge and a commitment to an open web. The excitement continued with a highly anticipated opening keynote from Matías Ventura, who shared insights into the future of Gutenberg and WordPress, inspiring attendees to embrace the next wave of innovation and creativity in content publishing.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The day then began in earnest. Talks highlighted new ways to integrate WordPress with external applications, opening possibilities for more interactive and scalable digital experiences. Simultaneously, content strategists and marketers explored evolving best practices in SEO, learning how to optimize their sites for visibility, engagement, and long-term growth. These sessions emphasized the importance of adaptability in a constantly evolving digital landscape, ensuring that WordPress users stay ahead of industry trends.</p>\n\n\n\n<p>Workshops throughout the day provided hands-on learning experiences tailored to a wide range of skill levels. Developers refined their expertise, gaining practical knowledge they could apply to their own projects. Accessibility advocates led discussions on designing for inclusivity, showcasing strategies to make WordPress-powered websites more navigable and user-friendly for people of all abilities.</p>\n\n\n\n<p>As the conference continued into the afternoon, conversations expanded to performance optimization and emerging technologies shaping the future of WordPress. A dedicated session explored AI-driven workflows, demonstrating how artificial intelligence can enhance site performance, automate repetitive tasks, and create more personalized user experiences. These discussions showcased the evolving role of WordPress as a versatile platform that extends beyond traditional publishing.</p>\n\n\n\n<p>The first day culminated in a thought-provoking keynote panel, WordPress in 2030, where industry leaders explored the future of the platform. The discussion covered the expanding open source community, emerging technologies, and the role of education and mentorship. Panelists shared their perspectives on the opportunities and challenges ahead, encouraging attendees to actively shape the future of WordPress by contributing, innovating, and advocating for an open web.</p>\n\n\n\n<img width=\"1024\" height=\"442\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-CleanShot-2025-02-22-at-07.42.19%402x.jpg?resize=1024%2C442&ssl=1\" alt=\"Panelists Noel Tock, Hong Phuc Dang, Jon Ang, Courtney Robertson, and Raquel Manriquez discuss WordPress in 2030\" class=\"wp-image-18561\" />\n\n\n\n<p>Returning for the final day of WordCamp Asia 2025, attendees explored a new set of sessions designed to push the boundaries of web development and strategy. Technical discussions on advanced Gutenberg block development highlighted innovative ways to build more dynamic and interactive content experiences, while another session examined performance optimization strategies to enhance site speed, accessibility, and overall user engagement. Content creators and marketers gained valuable insights into audience growth, effective storytelling, and data-driven content strategies to maximize impact.</p>\n\n\n\n<p>The final sessions of the conference reinforced WordPress’s adaptability and innovation, equipping attendees with new skills and strategies.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>As the final day drew to a close, Matt shared historic photos from WordCamp Davao 2008 in the Philippines, and then answered questions from the audience.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\"></span>\n</div>\n\n\n\n<p>Questions covered a variety of topics, incluiding: publishing on the open web, AI, headless WordPress, education, and Matt’s personal motivations. It was clear throughout the Q&amp;A that the future of WordPress is as bright as the island-themed attire at the event’s after-party.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>Thank you to all the hard-working organizers who made this event possible, the speakers who took the stage, the visitors who ventured to Manila, and everyone who tuned in from around the world. Our hope is that every WordCamp attendee leaves with new knowledge, new friends, and new inspiration to build a better web.</p>\n\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1853.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18533\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-T2S_5388.jpg?resize=1024%2C684&ssl=1\" alt=\"\" class=\"wp-image-18547\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1877.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18535\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1800.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18523\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1861.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18532\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250220-DSC_1860.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18529\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-250221_12-35-12_N7A00461_NExT.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18545\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-DSC_2549.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-18543\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250221-IMG_3709.jpg?resize=1024%2C684&ssl=1\" alt=\"\" class=\"wp-image-18546\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/20250222-b9848a28-a181-47dc-80af-4d2eb6a72756.jpg?resize=1024%2C768&ssl=1\" alt=\"\" class=\"wp-image-18540\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>\n\n\n\n\n<p>Be sure to mark your calendars for other major WordPress events in 2025: <a href=\"https://europe.wordcamp.org/2025/\">WordCamp Europe</a> (Basel, Switzerland) and<a href=\"https://us.wordcamp.org/2025/\"> WordCamp US</a> (Portland, Oregon, USA). Then join us in Mumbai, India for WordCamp Asia 2026!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 15:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Matt: WordCamp Asia and Maha Kumbh Mela\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=138006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2025/02/wcasia-kumbh/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1434:\"<p>It&#8217;s been fantastic being in the Philippines for <a href=\"https://asia.wordcamp.org/2025/\">this year&#8217;s WordCamp Asia</a>. We have attendees from 71 countries, over 1,800 tickets sold, and contributor day had over 700 people! It&#8217;s an interesting contrast to US and EU WordCamps as well in that the audience is definitely a lot younger, and there&#8217;s very little interest in &#8220;wpdrama&#8221; du jour, in fact I&#8217;ve had tons of amazing conversations of support and talking about the strength and growth of the community.</p>\n\n\n\n<p>Some of the earliest international WordCamps I went to were in Manila and Davao, back in 2008. (I&#8217;m going to share some pictures at the start of my talk.) Between that and spending lots of time in Daly City when I moved to San Francisco when I was 20 I have developed a fondness for the cuisine, creativity, family orientation, and warmth of the culture here.</p>\n\n\n\n<p>After this I&#8217;ll be taking a bit of time off for a trip to the big Hindu religious pilgrimage in India, the <a href=\"https://en.wikipedia.org/wiki/Kumbh_Mela\">Maha Kumbh Mela</a>, which is currently on a 144 cycle. It&#8217;s the largest human gathering in the world, with some days measured with tens of millions of people visiting. I&#8217;ll be returning to my Photomatt roots as well and bringing my big camera rig, right now a Nikon Z 7II, and two lenses: 24-70 2.8 and 70-200 2.8.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2025 06:01:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Do The Woo Community: Do the Woo v5.0 Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=91258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://dothewoo.io/blog/do-the-woo-v5-0-changelog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Version 5.0 2025-02-20 You can see our entire changelog here.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2025 11:46:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Do The Woo Community: Do the Woo v5.0 is in the Wild at WordCamp Asia 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=91204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://dothewoo.io/do-the-woo-v5-0-is-in-the-wild-at-wordcamp-asia-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"Thanks to our sponsor&#8230; Avalara: Integrate Avalara AvaTax with WooCommerce for more accurate sales tax calculations based on rates and rules using geolocation mapping. In this episode of Do The Woo, BobWP announces the release of version 5.0, coinciding with WordCamp Asia. He highlights the new homepage redesign aimed at better presenting their multimedia content. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Feb 2025 00:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Gravatar: New! Initials Avatars, Email Signatures, and More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://blog.gravatar.com/2025/02/19/initials-avatars-email-signatures/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3769:\"<p>Your Gravatar is your globally recognized avatar, showing up on millions of sites across the web. In fact, we&#8217;re serving up <strong><em>30,000 avatar requests every second</em></strong> &#8211; that&#8217;s <strong><em>billions of avatars every week</em></strong>, helping put faces to names all over the internet.</p>\n\n\n\n<p>And today, we&#8217;re making Gravatar even better. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Initials Avatars: You Asked, We Delivered</h2>\n\n\n\n<img width=\"719\" height=\"404\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/image-edited.png\" alt=\"\" class=\"wp-image-2921\" />\n\n\n\n<p>Developers, this one&#8217;s for you. After years of requests (we heard you, we promise!), initials avatars are here. Now available through our <a href=\"https://docs.gravatar.com/api/avatars/images/\">free Avatars service</a> and the Gravatar Enhanced plugin for WordPress, you can automatically generate professional-looking avatars using your users&#8217; initials. Even if they don&#8217;t have a Gravatar account.</p>\n\n\n\n<p>These new avatars automatically pull from the profile display name, creating initials with beautifully generated background and foreground colors. No display name? No problem &#8211; we&#8217;ll show a friendly emoji instead.</p>\n\n\n\n<p>And while we were at it, we gave our default avatars a fresh wardrobe. The classic silhouette and logo avatars got a modern makeover that feels right at home in 2025.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Email Signatures That Pop</h2>\n\n\n\n<img width=\"2086\" height=\"970\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/cleanshot-2025-02-18-at-12.24.39402x.png\" alt=\"\" class=\"has-border-color has-contrast-border-color wp-image-2932\" />\n\n\n\n<p>Want to share your Gravatar profile in your emails? We&#8217;ve made it ridiculously easy. </p>\n\n\n\n<p><strong>Here&#8217;s how:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Head to <a href=\"http://gravatar.com/profile\">gravatar.com/profile</a></li>\n\n\n\n<li>click on <strong><em>Email signature</em></strong> in the bottom left</li>\n\n\n\n<li>grab the code and paste it into Gmail or your email client </li>\n</ul>\n\n\n\n<p>Check out our <a href=\"https://support.gravatar.com/your-profile/email-signature/\">quick setup guides</a> for Gmail, Apple Mail, and other popular email tools.</p>\n\n\n\n<p>Clean, professional, and just a bit fun.</p>\n\n\n\n<h2 class=\"wp-block-heading\">New Block Pattern for WordPress</h2>\n\n\n\n<img width=\"2880\" height=\"2136\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/image-2.png\" alt=\"\" class=\"has-border-color has-contrast-border-color wp-image-2930\" />\n\n\n\n<p>For WordPress users, we&#8217;ve added a slick new block pattern in the Gravatar Enhanced plugin. </p>\n\n\n\n<p>Build beautiful about pages for your company or team in seconds. Each team member&#8217;s Gravatar profile automatically populates their bio section &#8211; no copy-pasting required.</p>\n\n\n\n<p>And profiles automatically update when changes are made on Gravatar.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s Next?</h2>\n\n\n\n<p>Keep an eye out for more updates as we continue making Gravatar the best way to represent yourself across the web.</p>\n\n\n\n<p>And in case you missed last week&#8217;s update: <a href=\"https://blog.gravatar.com/2025/02/12/simplify-link-sharing-with-smart-redirects/\">custom domain smart redirects are now live</a>!</p>\n\n\n\n<p>Want to try these features? Log in to your <a href=\"https://gravatar.com/profile\">Gravatar dashboard</a> or grab the <a href=\"https://wordpress.org/plugins/gravatar-enhanced/\">Gravatar Enhanced</a> plugin for WordPress. </p>\n\n\n\n<p>PS: Developers, check out our updated <a href=\"https://docs.gravatar.com/api/avatars/images/\">Avatar docs</a> for implementation details on initials avatars.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2025 17:29:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: #157 – Katie Keith on the Move From Agency Owner to WordPress Theme Development to Plugin Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=187360\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/podcast/157-katie-keith-on-the-move-from-agency-owner-to-wordpress-theme-development-to-plugin-success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49017:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast</p>\n\n\n\n<p>which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the move from agency owner to WordPress theme development company, and finally to plugin success.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Katie Keith.</p>\n\n\n\n<p>Katie is a founder and CEO of Barn2 plugins. With a background deeply rooted in WordPress, Katie&#8217;s journey presents an interesting narrative of transformation, from the early days of running a WordPress agency, to now managing a flourishing plugin business Barn2 plugins has a portfolio of 19 premium plugins, many of which extend functionalities inside WooCommerce</p>\n\n\n\n<p>Today, Katie previews her upcoming lightning talk, which she&#8217;ll be giving at WordCamp Asia. She talks about the transition from agency work to plugin development, highlighting early challenges and choices that shaped the business&#8217; path.</p>\n\n\n\n<p>We get into the initial allure of client projects, and their subsequent realization of the benefits offered by productizing their skills for global reach. Katie describes the decisions that led them to WordPress plugins with products like WooCommerce Protected Categories and Document Library Pro, and explores how customer feedback and market needs drove their product diversification.</p>\n\n\n\n<p>As Katie explains, the plugin world wasn&#8217;t without its hurdles. There was trial and error involved in launching new products. This underscores the importance of market research. Additionally, she touches on Barn2&#8217;s current pivot into Shopify apps, aiming for diversification to help ensure that the business has stability by being available across multiple platforms.</p>\n\n\n\n<p>Katie investigates the current WordPress and WooCommerce landscape, discussing how she perceives the industry will change, potential growth areas, and the necessity of staying agile.</p>\n\n\n\n<p>If you&#8217;re curious about the intricacies of building a plugin business, or are seeking inspiration from someone who has already navigated the WordPress ecosystem, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well. And so, without further delay, I bring you Katie Keith.</p>\n\n\n\n<p>I am joined on the podcast by Katie Keith.</p>\n\n\n\n<p>[00:03:29] <strong>Katie Keith:</strong> Hey, Nathan.</p>\n\n\n\n<p>[00:03:30] <strong>Nathan Wrigley:</strong> Very nice to have you on the podcast. Katie and I have met, actually many times in person over at a variety of different WordCamps. This conversation that we&#8217;re going to have today is inspired by a WordCamp, but a WordCamp which hasn&#8217;t taken place yet. Because Katie is heading off to Manila in a few days time to give a lightning talk at WordCamp Asia. Do you just want to, before we get a bio properly, do you want to tell us what you&#8217;re going to talk about and then we&#8217;ll learn more about you?</p>\n\n\n\n<p>[00:03:52] <strong>Katie Keith:</strong> Yep. So my talk is going to be a lightning talk about my story, specifically the transition from being a WordPress agency into a WordPress plugin company.</p>\n\n\n\n<p>[00:04:03] <strong>Nathan Wrigley:</strong> Now that&#8217;s the perfect opportunity to give us your little bio. So don&#8217;t reveal all the detail of everything that you want to talk about, but just tell us the one minute potted history of you, WordPress, technology, wherever you want to land with that.</p>\n\n\n\n<p>[00:04:16] <strong>Katie Keith:</strong> Yeah, so I&#8217;m Katie Keith, founder and CEO at Barn2 plugins. We are a, as you probably guessed, a plugin shop. We currently have 19 premium plugins, a few free ones, and that&#8217;s about it.</p>\n\n\n\n<p>But as we&#8217;ll talk about this more later, we started life as an agency building WordPress sites for clients, and then over the years we&#8217;ve switched into plugins.</p>\n\n\n\n<p>We mostly specialise in WooCommerce plugins. So about 14 of our 19 are building extra functionality for WooCommerce. And we&#8217;ve also got a really popular document library plugin, which is not for WooCommerce.</p>\n\n\n\n<p>[00:04:54] <strong>Nathan Wrigley:</strong> Haven&#8217;t you pivoted a little bit in the direction of Shopify as well?</p>\n\n\n\n<p>[00:04:57] <strong>Katie Keith:</strong> Yeah, that is in progress. So the current growth strategy is to continue what we&#8217;re doing with the WordPress side of things, and also to diversify into selling Shopify apps so that we are across multiple platforms, and largely as a sort of stability thing, so that we spread any risks. Because we&#8217;re all dependent on WordPress at the moment, which is obviously a good horse to back and always has been. But it feels like it&#8217;s a good idea to be on multiple platforms as well.</p>\n\n\n\n<p>[00:05:26] <strong>Nathan Wrigley:</strong> So I don&#8217;t know a single person, personally, who began their journey into web development intentionally. That is to say anybody of my era, anybody that wandered into web development when I did, the industry wasn&#8217;t really an industry. It was kind of just beginning. People just did it as a hobby. You know, some friend came along and said, I&#8217;d like a website, well, I can dabble with that. I&#8217;ve heard about websites and I know how to code a little bit of HTML and things like that.</p>\n\n\n\n<p>But I&#8217;m wondering if you were more intentional when you began looking around post school, post college, whatever you did. Did you and your husband, I know he was a big part of the business. Did you jump into web development, and you said you were an agency for a while? Did you do that intentionally or was it more, oh, let&#8217;s try our hand at this for a bit?</p>\n\n\n\n<p>[00:06:11] <strong>Katie Keith:</strong> It actually was intentional. So, Andy and I spent our twenties with normal jobs, both government type jobs, talking about how we wanted to start a business together, and how much more flexible that would be. How much more our finances could scale if we worked for ourselves. But we just didn&#8217;t have any ideas.</p>\n\n\n\n<p>And we talked for years about different ideas and never really saw anything through or had a killer idea. Andy particularly got quite fed up with his job in the civil service in England and we thought, we need to do something. And thought, okay, well, what would combine our skills, and he was a software developer, not really web but software, and I was a project management and marketing person. And so we thought, well, building websites for people actually combines those skills.</p>\n\n\n\n<p>He didn&#8217;t want to go into like software consultancy or something because we are from the southwest of England, which is quite rural, and we would probably have had to move to a big city. Remote work wasn&#8217;t such a thing back then, and so we didn&#8217;t really want that lifestyle change.</p>\n\n\n\n<p>So he thought, well, maybe he could scale down a bit and learn web development instead of enterprise level software. And then that allows us to run a kind of more small business that we can live where we want to work. And websites need marketing, SEO, copywriting, project management, communication with clients. So that fitted in my skills as well. So, yes, it was intentional having analysed our respective skills and what we could realistically get into.</p>\n\n\n\n<p>[00:07:45] <strong>Nathan Wrigley:</strong> That&#8217;s really great actually. Looking back, you had the perfect blend of different things there. Maybe a bit of serendipity, but your marketing side, and Andy&#8217;s coding side, that is really the basis of a successful agency business, growing agency business. You need to have the capacity to code, but also to sell it into the marketplace. I mean, how many stories have you heard of people who can code but they can&#8217;t launch a business, because they don&#8217;t have the wherewithal to sell it and drum up business and things like that. So that&#8217;s fascinating.</p>\n\n\n\n<p>In the show notes that we shared, one of the things that you said was that you didn&#8217;t quite go in the right direction at the beginning. Well, it turned out that you didn&#8217;t go in the right direction. You went with client websites, building one site, shipping it, launching another, and so on. But that didn&#8217;t turn out to be something that you wanted to maintain. Why was that?</p>\n\n\n\n<p>[00:08:30] <strong>Katie Keith:</strong> Yeah, so we thought client websites are a really good way to get started because you don&#8217;t need to invest lots of money, and you just get paid by the project. So if you can get one client that brings in, back then it was like £500 or something, not very much. And then you just keep going and grow slowly. I&#8217;d never really been attracted to the kind of business that you need to put a lot of money into upfront.</p>\n\n\n\n<p>I love the program Dragons Den, which is Shark Tank in the US. But I&#8217;ve never wanted that kind of business where you need a lot of investment. So web design, just stick out a few flyers or something in your local, actually, fish and chip shop got us one client. We just put some flyers on the counter and we actually got a website for a local cycling club. Things like that. So you could start small.</p>\n\n\n\n<p>So it was a good way to get started. And it was really good because it got us into WordPress. So we didn&#8217;t initially think, let&#8217;s be WordPress specialists. We thought, let&#8217;s build websites. And then Andy started researching the right tools and discovered WordPress and told me about it. I thought it sounded like an awful idea, because he made it sound like a kind of a blogging thing and like, oh, you choose a template for your blog. And I was like, no, we want to build business websites for people. Why are you using this blogging software?</p>\n\n\n\n<p>But that was about a year after custom post types came in, and it was becoming a proper platform. It was about 2010 back then. We started specialising in WordPress. And then, to answer your question, at this point, the client work was better than having jobs, but it wasn&#8217;t quite the lifestyle you wanted, in that we wanted more flexibility where we&#8217;re not like on call to clients all the time.</p>\n\n\n\n<p>If someone&#8217;s website goes down when you&#8217;re on holiday, you&#8217;ve got to fix it. And we did try to get help, project managers and things. And we did do well getting freelance designers and developers, but we just couldn&#8217;t find anybody that we could trust to communicate with the clients for us. And that really put a limitation on the lifestyle benefits because we were on, mainly me, we&#8217;re on call to clients all the time. So we thought, actually maybe that&#8217;s not the right business model.</p>\n\n\n\n<p>[00:10:38] <strong>Nathan Wrigley:</strong> You&#8217;re also selling your time for money, and going through that feast famine life cycle where one project is ongoing. And then at what point do you sort of cut that off and say, okay, we need to start looking for the next one, even though we haven&#8217;t quite finished this one. There&#8217;s inevitably going to be some overlap where that all just works out well. And obviously the agencies which grow and scale and become enterprise, they just have that figured somehow.</p>\n\n\n\n<p>My experience with that was always that there was a period where you were quite uncertain as to where the next website was going to come from. And you were, like I said, just trading your time for money. And WordPress offers so much more than that. You&#8217;ve got yourself into a kind of global marketplace where you could build a thing and then sell that thing 1,000 times, 10,000 times over, which I guess, where we&#8217;re going next. But you didn&#8217;t go to plugins first. You actually went into themes, which was a bit of a, well, a bit of a dead end it turns out. But tell us about the theme building enterprise.</p>\n\n\n\n<p>[00:11:35] <strong>Katie Keith:</strong> Yeah, so because of all those things you&#8217;ve mentioned, selling time for money and the lifestyle thing, we thought selling WordPress products would be a much better business model because it could scale more. You can build one product and then sell it an unlimited number of times in theory, instead of selling one hour for a certain amount of money.</p>\n\n\n\n<p>So we thought products are good. And we looked at the products and thought, ah, themes are the way to go. Themes seemed to be a big growth area, well, they were a big growth area. This is 2013.</p>\n\n\n\n<p>And when we started work in about 2012 on our first, our only theme, ThemeForest was just growing loads. Plugins existed, but you didn&#8217;t hear about super successful plugin companies particularly. Whereas you could go on ThemeForest and you could see the sales that the big themes were getting, and it was very tempting to be part of that. So we thought, let&#8217;s build a theme. So we did. And it took like a year because of all the demands of client work. So it was just a sideline, building this theme. And then in that year ThemeForest changed, which we didn&#8217;t see coming. ThemeForest changed in the year we were building our theme.</p>\n\n\n\n<p>So we&#8217;d analysed the themes that were successful at the time, and they were quite simple. They were nice, designed, often quite bold, clear designs, a bit minimal, and didn&#8217;t have that many features. And then between 2012 and 2013, themes such as uDesign and Avada and that kind of thing became popular. And they were massive multipurpose themes with so many features. And that wasn&#8217;t what we wanted to do. We wanted a product that we could maintain and develop ourselves easily, and it wouldn&#8217;t be this massive headache or anything like that.</p>\n\n\n\n<p>So it just wasn&#8217;t what we wanted. And of course, that meant they rejected our theme because it wasn&#8217;t the sort of theme they were looking for. I think they would&#8217;ve accepted it a year before, but they didn&#8217;t when we got actually ready to submit it. So we were like, ah, do we rewrite the theme and make it loads more complicated? Do we sell it independently? And I wasn&#8217;t confident in my ability to market a theme independently, because you&#8217;re competing with the giants. And I didn&#8217;t have experience of that. I wanted to be on a marketplace.</p>\n\n\n\n<p>[00:13:51] <strong>Nathan Wrigley:</strong> I think back in the day, 2013, like you mentioned, ThemeForest was the place to go for things like that, wasn&#8217;t it? And although I wasn&#8217;t really in the WordPress space, I jumped in after that endeavor. When I got there, ThemeForest was already, basically saturated with themes that could, well, themes that claimed to do more or less everything. You just buy this one theme and it can do everything. Or there was also a dearth of themes which offered a specific kind of functionality, like a real estate, or you might say, realtor theme, or a portfolio theme or, I don&#8217;t know, I&#8217;m a gym owner, I need a theme for my gym.</p>\n\n\n\n<p>Kind of felt like it went in that direction, but it seems like you were trying to build something which was more agnostic of industry. It was just a, here&#8217;s the bare bones of a theme, you now go and do the artistic work. But yeah, like you say, ThemeForest was going off in a different direction.</p>\n\n\n\n<p>So what happened there? Was it a case of staring at each other and saying, okay, what do we do? Do we try to pivot this theme? Or did you just at some point say, no, abandon it.</p>\n\n\n\n<p>[00:14:51] <strong>Katie Keith:</strong> We were fairly depressed and disappointed and just gave up for a few years. So we carried on with the client work, which was going fine. We had a successful business that was keeping us both going. We didn&#8217;t need to do products. So we just continued with the client work.</p>\n\n\n\n<p>[00:15:08] <strong>Nathan Wrigley:</strong> Okay, so steady away. And then what was the moment where you, kind of had the revelation about plugins? Because, again, coming into the WordPress space, 2015, something like that, plugins and themes were already selling like hotcakes. I don&#8217;t really know about the period in which plugins was a bit new, a bit maybe dangerous, a bit, putting your business on the line with plugins. Maybe that was a tough one back then, I don&#8217;t know.</p>\n\n\n\n<p>[00:15:30] <strong>Katie Keith:</strong> By the time it got to 2016, I supppose frustrations accumulate over time. So we were again like, oh, the client works just kind of annoying. It&#8217;s not quite flexible enough, and it&#8217;s not scaling enough, it&#8217;s just going up a little bit. So we need to do products. What shall we do again?</p>\n\n\n\n<p>And this time we thought, well, plugins could work because unlike these massive multipurpose themes, a plugin can be really tiny or it can be incredibly complex. A plugin can just be a line of code, you know, as an extreme minimum. So we thought, well, that way we can choose products that fit with the scale that we want to offer technically. I hated the idea of a big theme or a massive plugin because you kind of end up being responsible for basically the user&#8217;s whole website.</p>\n\n\n\n<p>So imagine if somebody&#8217;s using a theme which takes over their whole site, and it affects every aspect of the visuals. They&#8217;re going to send you a support ticket for everything, even if it&#8217;s not the theme&#8217;s fault. And then you are going to have to prove it&#8217;s not the theme&#8217;s fault. And we just thought that&#8217;s not sustainable.</p>\n\n\n\n<p>And I think the same would happen with really large plugins like, I don&#8217;t know, a membership plugin or an e-commerce plugin or something thing like that. So we thought, well, we are just the two of us, plus our freelancers, so let&#8217;s choose a more realistic plugin idea and build it and see what happens.</p>\n\n\n\n<p>[00:16:54] <strong>Nathan Wrigley:</strong> So you always had the agency, the client based websites. That was the backup plan. Always something to fall back on if the plugin business didn&#8217;t work out. You took the plunge. What was the first plugin that you came up with?</p>\n\n\n\n<p>[00:17:07] <strong>Katie Keith:</strong> So the first plugin, we found by going on a website, which used to exist, which was the WooCommerce Ideas Forum. They used to have a whole website where people just gave ideas and, basically feature request board. But they have that now if people want to look, but I think it&#8217;s per extension instead of a whole thing for WooCommerce. So you access it differently and it&#8217;s hard to find. But there was this whole website.</p>\n\n\n\n<p>So we went on this and you can sort it by the number of votes for each suggestion. And we chose an idea which had the highest number of votes that wasn&#8217;t that complex to build, which was WooCommerce password protected categories, which is very specific.</p>\n\n\n\n<p>[00:17:47] <strong>Nathan Wrigley:</strong> That&#8217;s a great title, I like that.</p>\n\n\n\n<p>[00:17:48] <strong>Katie Keith:</strong> Yeah, nice and snappy. WordPress itself already has password protection for its posts and pages, but not categories, and therefore WooCommerce doesn&#8217;t have it for its categories either. And people were saying that they wanted it for things like building a wholesale site, or selling different products to different clients.</p>\n\n\n\n<p>If you imagine that you sell products to sports teams and they each have a logo, so the product&#8217;s different for each team, you might create a protected category for that team to log in and order their branded sportswear. Those sorts of use cases. And we thought, well, that&#8217;s quite simple. You just add a category field to the page and a few other features like login and things.</p>\n\n\n\n<p>So we built the plugin. It wasn&#8217;t that difficult, and we launched it. And because it was unique and I was a marketer, I wrote a few blog posts about it, like how to password protect categories in WooCommerce, really niche posts. They went right to the top of Google because you could then, and there was nobody else offering that. And we actually started getting sales after about three days. And we were like, we are getting sales for our plugin and we couldn&#8217;t believe it.</p>\n\n\n\n<p>[00:18:57] <strong>Nathan Wrigley:</strong> That is quite remarkable because I know the story is harder now than ever. That story is very hard to replicate because, you know, the market is saturated.</p>\n\n\n\n<p>But just going back to your actual plugin, realistically, when you built that and you saw that idea, okay, we&#8217;re going to password protect a category, and it will impact WooCommerce, so I don&#8217;t know, we could send it to company A and the category will be A, and they can access it with a password, and we&#8217;ll send it to company B, and the category will be B and they can access it and so on.</p>\n\n\n\n<p>Honestly, what was your expectation at that point? Because coming into the community, it&#8217;s hard to understand, how big is WordPress? And then the layer underneath that, how big is the plugin which sits inside of WordPress, WooCommerce, how big is that? And then we&#8217;ve got this niche little one, just does one tiny thing. Honestly, what were your expectations?</p>\n\n\n\n<p>[00:19:44] <strong>Katie Keith:</strong> Very low. It was an experiment. It wasn&#8217;t a huge amount of work. Basically, Andy stopped doing some agency work for a while, and I relied on the freelance developers a bit more while he coded it. It wasn&#8217;t a big sacrifice for us to build it, and we didn&#8217;t have any kind of a business plan or projections or anything. It was just, let&#8217;s launch a small plugin and see what happens.</p>\n\n\n\n<p>And we were amazed. And it still exists now. It&#8217;s now called WooCommerce Protected Categories because it has different ways of protecting the category, not just passwords, like user role and that kind of thing. And it actually, a few months ago it met half a million dollars in revenue lifetime. So that tiny idea has done half a million dollars in 8 years.</p>\n\n\n\n<p>[00:20:30] <strong>Nathan Wrigley:</strong> So how quickly did that money start to roll in? And so it doesn&#8217;t have to be about money, the amount of, I don&#8217;t know, plugin licenses that you sold or whatever it may be. But how quickly did your intuition turn to, oh, there is really something in this? Like you mentioned you got a sale or two within two or three days, which is exciting. But obviously if it then just sort of trickled along one or two a week, it is exciting, but it&#8217;s not that exciting.</p>\n\n\n\n<p>And what was the point where you and Andy started to look at each other and think, woah, we could potentially forget all the agency work if we now pivot into this? How long did it take you to make those decisions?</p>\n\n\n\n<p>[00:21:03] <strong>Katie Keith:</strong> Yeah, because that was just pocket money, the first sales. It was just nice because it&#8217;s an indication that it could work. So that kept growing. And we also launched other plugins as well. Like our second one came from a client project.</p>\n\n\n\n<p>The client paid us to build a custom plugin, which was a searchable, sortable table of blog posts for their blog. So they had hundreds of blog posts and they wanted a more easy way for people to find them. So we built this table plugin, and we launched it on wordpress.org as a free plugin called Post Table with Search and Sort. So that&#8217;s just as good a name as WooCommerce Password Protected Category.</p>\n\n\n\n<p>[00:21:40] <strong>Nathan Wrigley:</strong> Got the SEO juice going there, definitely.</p>\n\n\n\n<p>[00:21:43] <strong>Katie Keith:</strong> Oh yeah, it does what it says. So that was a free plugin, but that led to a lot of sales because people started sending us feature requests once it was on wordpress.org.</p>\n\n\n\n<p>So the first ones wanted custom fields, custom taxonomies, and custom post types, rather than just blog posts in their table. So they might want to create like a table of documents or members for a directory of consultants or something like that, like custom post types and data. So we built Post Table Pro, which was the premium version, and that&#8217;s done really well.</p>\n\n\n\n<p>And then people started asking for even more features, which we used to develop different plugins. So we built WooCommerce Product Table, which is a WooCommerce version of that table, which has things like add to cart buttons and variation dropdowns.</p>\n\n\n\n<p>And so that cluster of plugins that came from this free table plugin is what really kind of catapulted the success. So that within about six months of launching our first plugin we were making, I don&#8217;t know, several thousand dollars a month. And we thought, given that we have some revenue from clients like maintenance and hosting, so our existing clients were paying us for certain things, we can afford to stop taking new projects, and therefore put more resources into building more plugins, and improving our existing ones, and marketing them, of course. So it was about six months that we decided, let&#8217;s stop accepting new client projects.</p>\n\n\n\n<p>[00:23:13] <strong>Nathan Wrigley:</strong> So the plugin that you just mentioned there, the sorting of the tables, it sounds like you got that out of a client project. So it was actually a client that came to you. We need this idea and, okay, we&#8217;ll build that. But then the back of that is, can we then take that code and run with it? Which you did. And then you&#8217;ve got the pro version, which adds in a bunch of different features. And now you&#8217;ve got two plugins and a third one came on quite quickly. We&#8217;re six months in, and the dollar signs are starting to make sense.</p>\n\n\n\n<p>You can see that, okay, there&#8217;s a living in this. We&#8217;ll take our foot off the client websites, but we&#8217;ll keep it going just in case something goes wrong. So I&#8217;m presuming though, at this point you are all guns aimed at, we need more plugins, more and more and more plugins. And so when did it become, okay, let&#8217;s just go in on Woo? How did you end up as Woo as opposed to just WordPress?</p>\n\n\n\n<p>[00:23:59] <strong>Katie Keith:</strong> We never did. Our biggest plugin now is Document Library Pro, which is not Woo, and that came from Post Table Pro as well. The biggest use case of Post Table Pro ended up being documents. So we built a document plugin that had download buttons and previews and stuff that&#8217;s specific to documents. Again, it&#8217;s just a table plugin, and that has been our biggest seller for the last three or four years since we launched it.</p>\n\n\n\n<p>So because of the success of that and Post Table Pro, we never could actually just be WooCommerce. So we are not like, say Iconic, who specialise in WooCommerce, that&#8217;s all they do.</p>\n\n\n\n<p>So we have this reputation of being WooCommerce. And I wish we were actually. Obviously I like having a successful plugin, but I wish that we had that clear identity because it&#8217;s, like I explained the business at the beginning in the introduction, I&#8217;m like, oh, we have these plugins, they&#8217;re mostly WooCommerce. It is not as clean as it could be.</p>\n\n\n\n<p>[00:24:56] <strong>Nathan Wrigley:</strong> Sitting where you are now, and we can get into the numbers of how many plugins and all of that that you&#8217;ve got. Have you made any missteps with, like has any plugin that you&#8217;ve built misfired completely? You thought this would be a great idea, let&#8217;s build it, let&#8217;s market it. But then you build it and the customers do not come. Or has every single one had a fair degree of, they don&#8217;t all have to be super successful, but has everything stood on its own two feet and been worth doing?</p>\n\n\n\n<p>[00:25:20] <strong>Katie Keith:</strong> It depends how you define success. But it&#8217;s largely relative. So if you&#8217;re doing one plugin that&#8217;s doing X a month, then if you have one that&#8217;s much smaller, that&#8217;s not necessarily worth it.</p>\n\n\n\n<p>I would say my biggest mistake, repeatedly, has been thinking too small. So I have a very bad track record of building plugins that are too small and too niche to be worth bothering with. Lots of examples.</p>\n\n\n\n<p>One example was WooCommerce Discontinued Products. So that adds a discontinued stock status to your store. We built it because we were hiring some new senior developers and we were doing a project for these developers. Before we hired them, we were paying them to build a small plugin to check how good they were. And we thought, well, the ones we hired, we may as well release their plugin. So we did.</p>\n\n\n\n<p>We did WooCommerce Variation Prices, Discontinued Products. We had multiple plugins that were just trial projects for the developer, but they were good. And their first project after they joined properly was to complete the plugin, and make it sellable. But that&#8217;s a lot of work. You&#8217;ve got to create all the marketing images, the marketing content, the sales page, market it.</p>\n\n\n\n<p>Each plugin has an overhead as well as maintaining it. And so with hindsight, I shouldn&#8217;t have released all of those small plugins. And we actually sold five of our plugins last year to a WooCommerce company called Kestrel, because we had 24 at the time, and it was just too many. And I did an 80 20 rule analysis of the business and how much revenue was coming from each plugin. And that cluster of five were all doing, they were all doing at least several hundreds a month, but generally less than a thousand a month.</p>\n\n\n\n<p>And compared to our other plugins, that was a small proportion. So I thought, let&#8217;s group these plugins and sell them to a company who would appreciate and grow them more, where that fits better with their business plan.</p>\n\n\n\n<p>[00:27:17] <strong>Nathan Wrigley:</strong> Are you still on the lookout for new ideas? Or do you want to just hunker down on the ones that you&#8217;ve got? In other words, do you constantly ideate and think, let&#8217;s find a new thing or is it more serendipity? You accidentally stumble across an idea, we should build that, and so we do. Or do you deliberately try, in the same way that you did previously going to the WooCommerce forum, do you try to find new products to build and see how they work?</p>\n\n\n\n<p>[00:27:41] <strong>Katie Keith:</strong> I suppose a bit of both depending on our current priorities. So for example, in 2024 last year, that&#8217;s when we sold the five plugins. And I thought, we&#8217;ve got a handful of really successful plugins, we need to put our resources into making them as good as they can be to maximise their potential sales.</p>\n\n\n\n<p>So for example, instead we did launch one plugin last year, our WooCommerce Discount Plugin, but we were already building that when I made this decision. So once I made that decision, I put all our developers on adding features to our existing plugins, including some really big features.</p>\n\n\n\n<p>For example, we have a WooCommerce Product Options plugin, which adds extra options to your product pages. And dozens and dozens and dozens of people were saying to us, we want live image previews. So when you use our plugin to upload an image to the product page, we want that to appear superimposed on a picture of the T-shirt, for example. So if you upload your picture of your child, that will appear on the T-shirt.</p>\n\n\n\n<p>And that was a big project. So we could have built a completely different plugin, but instead we added live preview. We actually did it as an add-on, so it&#8217;s sort of an extra plugin, but it&#8217;s dependent on the main plugin, and things like that. So we thought, what&#8217;s working and how could we make what&#8217;s working even more successful? But I do have a list of plugin ideas for the future.</p>\n\n\n\n<p>[00:29:06] <strong>Nathan Wrigley:</strong> So there&#8217;s a laundry list of things that you might build, but the priorities are not to build them all right away? Just see how the market goes. Speaking of that, speaking of the market, you&#8217;re obviously heavily embedded in WordPress, heavily embedded in WooCommerce. What do you make of the landscape at the moment?</p>\n\n\n\n<p>You&#8217;re obviously beginning to pitch into Shopify a little bit as well, and I imagine you&#8217;re at pains to say we&#8217;re not taking our foot off the WordPress pedal. How do you feel the landscape is shaping up in 2025? It does seem like things are plateauing a little bit in terms of market share for WordPress, whether or not they&#8217;ll go up or down. How confident are you in the future? Is it still WordPress all the way down?</p>\n\n\n\n<p>[00:29:42] <strong>Katie Keith:</strong> I certainly don&#8217;t think WordPress is going anywhere, and it probably won&#8217;t shrink a lot, if at all. But I also don&#8217;t feel that we are having a rising tide that we can all ride the journey upwards like we used to. For example, in 2020 when everybody was locked down, there was huge growth for nearly all WordPress companies, because the world was going online so rapidly and we had a huge, huge growth very quickly.</p>\n\n\n\n<p>And then since then it has slowed down. The growth has slowed down and now seems fairly stable. Stable is a good word, but it&#8217;s not really growing in a particularly measurable way. And you could argue that that is just a correction because it went up so much, so quickly during the pandemic that maybe it just took a few years to get back to where it would&#8217;ve done if there was no pandemic.</p>\n\n\n\n<p>So if you imagine a steep line rather than a big bump followed by a plateau. So you could argue that. But it feels like we have to work harder than we used to to see growth, and make that happen through our own efforts, rather than just relying on a growing market.</p>\n\n\n\n<p>[00:30:48] <strong>Nathan Wrigley:</strong> So obviously that would be nice if WordPress could keep going in that same way. What about Woo? Obviously we were just talking about WordPress. I don&#8217;t really involve myself with Woo so much, so I don&#8217;t really know what the statistics are. I know that in terms of e-commerce platforms, it&#8217;s the leader, but I don&#8217;t know if that&#8217;s sort of going up or going down. You got any insight in that?</p>\n\n\n\n<p>[00:31:07] <strong>Katie Keith:</strong> It is very confusing because it depends where you look. So there&#8217;s two main websites that publish data about e-commerce usage, and one of them says WooCommerce is the leader and the other says Shopify is. And they use slightly different data sets. For example, the top X websites in the world, versus the whole internet, versus a sample of a million, which they use to extrapolate upwards.</p>\n\n\n\n<p>So there are different ways of looking at the data. So I genuinely don&#8217;t know, there probably is no correct answer, which is the biggest e-commerce platform, but they&#8217;re both doing really well and neither are going anywhere. So that&#8217;s why it felt that it made sense for us to be building products for both.</p>\n\n\n\n<p>I think WooCommerce is really interesting because it has a good reputation. It has, I think the best leadership team around it that I&#8217;ve seen in the 8 years I&#8217;ve been building plugins on top of it right now. But I wish they would do more marketing. They&#8217;re not promoting their platform in the way that say Shopify is, and that scares me. I would like to see them doing more centralised marketing.</p>\n\n\n\n<p>They&#8217;re a company, they make money from WooCommerce, even though it&#8217;s free. They have extensions, they have revenue sharing from their Stripe and they have lots of ways of making money, which they&#8217;ve recently talked about publicly. And so I&#8217;d like them to be doing some proper marketing like Shopify does.</p>\n\n\n\n<p>[00:32:29] <strong>Nathan Wrigley:</strong> It is interesting, I know you no longer live in the UK. I do, and it doesn&#8217;t take many trips down high streets to realise that the high street is really in decline. You only have to walk down one street in more or less any town to realise that the shutters are going up, the wood is going over the doors, bricks and mortar shops are really struggling.</p>\n\n\n\n<p>And it&#8217;s this inexorable rise. I can only imagine that, well, people are still buying things, but they&#8217;re buying things increasingly on the internet. My age group, I imagine has been fairly straightforward, because we grew up when the internet was coming around. Children that are growing up now, I think they&#8217;re really just not interested in doing things like going into town in a sort of social way like I did. So I imagine that eCommerce&#8217;s future, just generally e-commerce, platform agnostic, you&#8217;ve got to imagine its got everything going for it, I would&#8217;ve thought.</p>\n\n\n\n<p>[00:33:24] <strong>Katie Keith:</strong> Yeah, that makes sense. And we often look at things like market share data, but that&#8217;s just a percentage. So even if WordPress&#8217; market, or let&#8217;s say WooCommerce&#8217;s market share did go down at some point, if the whole of e-commerce was growing, then WooCommerce could still be growing. And it doesn&#8217;t really matter so much if it&#8217;s smaller percentage, if the whole cake is bigger.</p>\n\n\n\n<p>So I think that&#8217;s the case. And you do see quite regularly published e-commerce data about, particularly after Black Friday, like the most revenue ever went through e-commerce sites this Black Friday. And it does seem to be constantly growing. And I think that is primarily through websites. A lot of people are buying through apps, of course, instead of websites, particularly something like Amazon or even Temu or something these days. But I think e-commerce websites are still huge and I can&#8217;t see that changing.</p>\n\n\n\n<p>[00:34:15] <strong>Nathan Wrigley:</strong> No, because in most of the towns that I&#8217;ve visited where I can see this, the big, we call them department stores in the UK. An example might be something like Marks &amp; Spencer. They&#8217;ve got a branch in more or less every town. You kind of feel that they&#8217;re immune. They&#8217;ve got their online bit as well, so they&#8217;ve probably inoculated themselves in that way. They&#8217;ve just got so much kudos, and so much loyalty built in that you feel they might be immune for a period of time.</p>\n\n\n\n<p>But all of the little shops, the little jeweler, the little corner shop selling a thing that they build, whatever it may be, you kind of feel they are going to struggle because the footfall is less. They really do fit into what you sell. I&#8217;m reasonably technical, but I can&#8217;t build, I can&#8217;t code, I can&#8217;t do any of that, so I need a solution.</p>\n\n\n\n<p>I think the future for WooCommerce and the kind of things that you create and sell, I think the future&#8217;s really bright because I see that market just going up and up. The younger people are going to be wanting to use their devices because they&#8217;re all really fascinated by them, everybody&#8217;s got a mobile phone nowadays. The footfall is sort of falling away, and it all seems like a perfect storm for e-commerce to grow. I could be being overly optimistic there, but it feels like it&#8217;s fair weather for the next decade or so.</p>\n\n\n\n<p>[00:35:26] <strong>Katie Keith:</strong> Yeah, I know what you mean. And it&#8217;s a good example to use those small shops because even if they keep their storefront, which probably isn&#8217;t profitable, they should be selling online. And small shops, they&#8217;ve got a few choices, that could be WooCommerce. That might be harder to set up in the first place, they might need to hire someone. But then their costs are super, super low compared to most platforms.</p>\n\n\n\n<p>They could go for Shopify, which is slightly reversed in that sense. Or they could use something like Etsy if they&#8217;re a jeweller, to use your example. So there&#8217;s lots of ways for them to sell online, but they do need to be thinking of it for their survival because of the decline of things like the high street, as you say.</p>\n\n\n\n<p>[00:36:03] <strong>Nathan Wrigley:</strong> Yeah, I think so. Looking back, again, just casting your mind back to 2013 when you began all of this. Do you think that you were lucky when you decided to pivot into making plugins? What I&#8217;m really saying is, if you were beginning now in 2025, everything was the same, it was just 12 years later, 2013 to 2025. Do you think you&#8217;d have the same degree of success with the exact same kind of approach to it?</p>\n\n\n\n<p>Basically, has the market got harder, more saturated, more difficult to sell into, more savvy? Anything around there. Do you feel, basically, you were lucky in terms of timing?</p>\n\n\n\n<p>[00:36:38] <strong>Katie Keith:</strong> I think to an extent. I don&#8217;t believe it&#8217;s fully saturated yet, but it is more full than it was when we started. So when we started, there were no WooCommerce protected category plugins, there were no WordPress dynamic table plugins, there were no document library plugins, there were no product table plugins for WooCommerce.</p>\n\n\n\n<p>So we managed to do that because those were gaps. Now they&#8217;re not. And now we&#8217;ve done successful plugins in those categories people have copied. So we have competition now, which came along after we launched. So those are no longer gaps. But I do firmly believe that there are still gaps that you can fill.</p>\n\n\n\n<p>And the way to find them is through already being in WordPress in some way, which most typically is through building sites for clients, or doing some kind of client work. Because they will always find a gap and ask you to fill it through a custom plugin or something like that. So if you concentrate hard enough on the client work that you&#8217;re getting, you probably will find gaps.</p>\n\n\n\n<p>And if you find something that doesn&#8217;t already exist, then yes, you could get to the top of Google quickly for a very specific keyword. Of course, WordPress and WooCommerce are much bigger now than they were in 2016 when we launched our first plugin. So even if it&#8217;s slightly more diluted with competition, the market is bigger. So there is potential now you&#8217;re a part of a bigger market.</p>\n\n\n\n<p>[00:38:03] <strong>Nathan Wrigley:</strong> So last question really, Katie. Do you see WordPress being the thing for you and your husband, the business you are going to pursue for the next decade or so, or do you think you will be scrambling around for more opportunities in the Shopify space? I don&#8217;t know, other CMSs, pivot completely, who knows? What does the future hold? What&#8217;s the next decade looking like from where you sit right now?</p>\n\n\n\n<p>[00:38:24] <strong>Katie Keith:</strong> I must admit, I&#8217;m not very good at long-term planning. I just do what feels right for the short and medium term.</p>\n\n\n\n<p>[00:38:31] <strong>Nathan Wrigley:</strong> It&#8217;s worked.</p>\n\n\n\n<p>[00:38:32] <strong>Katie Keith:</strong> Well, yeah, exactly. Does it matter? You do something and then you focus on what works and learn and keep iterating. I think that&#8217;s why I haven&#8217;t created, I don&#8217;t know, hundreds of million dollar worth business because I&#8217;m not a visionary that has this long-term view that I&#8217;ll do anything to make it happen.</p>\n\n\n\n<p>Instead, I try something and keep learning, which has created a successful business, but in a more steady growth kind of way. So I&#8217;d rather be that visionary, but I&#8217;m not. It&#8217;s hard to know personally. I think you wanted to talk about the fact that my husband left the business about 8 months ago now. He&#8217;d lost his passion for it and wanted to reflect on other things he could do for the rest of his career, which he&#8217;s still doing.</p>\n\n\n\n<p>So I&#8217;m now running it on my own and he owns half of it, so that might affect the future. We talked about whether he should sell his share, for example, at the time, and he decided, oh, WordPress is growing so nicely, it&#8217;s so stable, he&#8217;ll leave his money in the business.</p>\n\n\n\n<p>Well, since then there&#8217;s been all this drama, so we are thinking, was that the right call? Should we get some money out?</p>\n\n\n\n<p>But I love what I do and want to stay doing what I&#8217;m doing for the foreseeable future. But we could do something like take on a partner or investment or something if Andy wants to, say, invest his half elsewhere. So there&#8217;s that, which might affect our future.</p>\n\n\n\n<p>[00:39:54] <strong>Nathan Wrigley:</strong> Oh gosh, that&#8217;s interesting. So, you heard here first. If people wanted to get in touch with you, Katie, not necessarily about taking on half the business or anything like that, but they&#8217;re just curious about what we&#8217;ve talked about today, or anything else related to WooCommerce plugins, et cetera, where would you be hanging out online? Is that a social network or an email? What&#8217;s the best thing?</p>\n\n\n\n<p>[00:40:15] <strong>Katie Keith:</strong> So for company stuff, it&#8217;s Barn2.com to check out our plugins and so on. And for me, the most active place that I am would be Twitter, which is katiekeithbarn2.</p>\n\n\n\n<p>[00:40:27] <strong>Nathan Wrigley:</strong> So Katie Keith, I appreciate you chatting to me today. Thank you so much and every success for 2025 and beyond. Thank you.</p>\n\n\n\n<p>[00:40:34] <strong>Katie Keith:</strong> Thanks for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/katiekeithbarn2\">Katie Keith</a>.</p>\n\n\n\n<p>Katie is a founder and CEO of <a href=\"https://barn2.com/\">Barn2 Plugins</a>. With a background deeply rooted in WordPress, Katie&#8217;s journey presents an interesting narrative of transformation, from the early days of running a WordPress agency, to now managing a flourishing plugin business. Barn2 plugins has a portfolio of 19 premium plugins, many of which extend functionalities in WooCommerce.</p>\n\n\n\n<p>Today, Katie previews her upcoming lightning talk which she’ll be giving at WordCamp Asia. She talks about the transition from agency work to plugin development, highlighting early challenges and choices that shaped the business’ path.</p>\n\n\n\n<p>We get into the initial allure of client projects and their subsequent realisation of the benefits offered by productising their skills for global reach. Katie describes the decisions that led them to WordPress plugins, with products like WooCommerce Protected Categories and Document Library Pro, and explores how customer feedback and market needs drove their product diversification.</p>\n\n\n\n<p>As Katie explains, the plugin world wasn’t without its hurdles. There was trial and error involved in launching new products. This underscored the importance of market research. Additionally, she touches on Barn2&#8217;s current pivot into Shopify apps, aiming for diversification to help ensure that the business has stability by being available across multiple platforms.</p>\n\n\n\n<p>Katie investigates the current WordPress and WooCommerce landscape, discussing how she perceives the industry will change, potential growth areas, and the necessity of staying agile.</p>\n\n\n\n<p>If you’re curious about the intricacies of building a plugin business, or are seeking inspiration from someone who has already navigated the WordPress ecosystem, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://barn2.com/\">Barn2 website</a></p>\n\n\n\n<p><a href=\"https://www.shopify.com/\">Shopify</a></p>\n\n\n\n<p><a href=\"https://themeforest.net/\">Themeforest</a></p>\n\n\n\n<p><a href=\"https://iconicwp.com/\">Iconic website</a></p>\n\n\n\n<p><a href=\"https://x.com/katiekeithbarn2\">Katie&#8217;s X profile</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Do The Woo Community: Why You Shouldn’t Miss WP:25: A Virtual Deep Dive into Enterprise WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=91213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://dothewoo.io/blog/why-you-shouldnt-miss-wp25-a-virtual-deep-dive-into-enterprise-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"WP:25 is a virtual event by Human Made discussing the future of WordPress in the enterprise sector, featuring keynotes, panel discussions, and insights for developers, freelancers, and agencies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2025 13:29:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Do The Woo Community: Enterprise WordPress 2025: AI Tools, CMS Strategies, and Roadmap Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90729\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://dothewoo.io/enterprise-wordpress-2025-ai-tools-cms-strategies-and-roadmap-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"In this episode, the hosts discuss the future of enterprise WordPress in 2025, focusing on AI advancements, multi-CMS strategies, security concerns, and upcoming features like full-site editing and multilingual support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2025 10:07:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Do The Woo Community: Do the Woo Hooks, Tips You Can Take Action On\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=91193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://dothewoo.io/blog/do-the-woo-hooks-tips-you-can-take-action-on/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"It\'s official. Introducing Do the Woo Hooks with tips from our community of builders and creators.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2025 21:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: Decisions, Partners, and Pricing. A Chat with Nathan Tyler.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/decisions-partners-and-pricing-a-chat-with-nathan-tyler/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"In this episode of Woo BizChat, Nathan Tyler discusses crucial business decisions for plugin and SaaS owners, covering pricing strategies, customer support, partnerships, and transitioning from services to product development for sustained growth.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2025 10:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Sun and shadows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2025/02/sun-and-shadows/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2025/02/sun-and-shadows/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"<img width=\"604\" height=\"702\" src=\"https://i0.wp.com/ma.tt/files/2025/02/image.jpg?resize=604%2C702&ssl=1\" class=\"wp-image-137931\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Feb 2025 01:06:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Gravatar: How to Be Better at Networking: Leverage Existing Contacts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://blog.gravatar.com/2025/02/17/how-to-be-better-at-networking/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11047:\"<p>Did you know that <a href=\"https://images.forbes.com/forbesinsights/StudyPDFs/Business_Meetings_FaceToFace.pdf\">85% of people build stronger business relationships</a> through in-person networking compared to online? That sounds promising, but the reality is that many professionals still struggle to turn brief connections into meaningful career opportunities. Networking can feel overwhelming, especially for those who face social anxiety or find traditional approaches too transactional.</p>\n\n\n\n<p>The good news? <strong>Building genuine relationships doesn’t have to feel like a chore.</strong> By focusing on leveraging the contacts you already have and combining practical strategies with powerful digital tools, networking can become both effective and enjoyable.</p>\n\n\n\n<p>This guide will walk you through actionable tips to help you maximize your current network, rekindle dormant connections, and stand out with tools like Gravatar, a <a href=\"https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/\">digital business card</a> that keeps your professional presence consistent and memorable.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Turn connections into lasting professional relationships</strong></h2>\n\n\n\n<p>Here&#8217;s a counterintuitive truth about networking: <strong>your most valuable professional connections might be people you haven&#8217;t spoken to in years. </strong>While most of us focus on maintaining active relationships or making new ones, <a href=\"https://www.researchgate.net/publication/220520957_Dormant_Ties_The_Value_Of_Reconnecting\">research from Organization Science</a> reveals that reconnecting with dormant contacts often yields greater benefits than relying on current ties. These forgotten connections – rich with untapped potential and fresh perspectives – could be the key to your next career breakthrough.</p>\n\n\n\n<p>So, what can you do to take advantage of those?&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Start by conducting a </strong><a href=\"https://blog.gravatar.com/2024/06/16/how-to-network-at-a-conference/\"><strong>network audit</strong></a><strong>.</strong> List your contacts and assess which connections may have gone inactive but still hold relevance. Using tools like Gravatar, you can revitalize your professional presence by ensuring your contact details and digital profiles are updated. This unified presence boosts credibility and simplifies re-engagement.</li>\n\n\n\n<li><strong>When reaching out, avoid generic follow-ups.</strong> Instead, build on shared professional interests or reference past collaborations to create meaningful touchpoints. For example, share an article or idea relevant to their industry. Crafting a strong elevator pitch is essential here – it’s your opportunity to leave a lasting impression when reconnecting.</li>\n\n\n\n<li><strong>Finally, don’t let </strong><a href=\"https://hbr.org/2022/05/if-networking-makes-you-anxious-try-this\"><strong>networking anxiety</strong></a><strong> hold you back.</strong> It’s normal to feel nervous, but simple techniques like visualization and scripting your conversations in advance can ease those worries​. With practice and intentionality, reconnecting with dormant ties can transform them into enduring professional relationships.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Making authentic follow-ups that get responses</strong></h3>\n\n\n\n<p>Imagine reconnecting with an old colleague. During your initial call, you discuss a mutual interest in emerging industry trends, such as AI-powered customer insights. A week later, you follow up by sharing a report on the topic, along with a thoughtful note: “Our chat inspired me to dive deeper into this – thought you’d find it interesting too.” This kind of personalized follow-up shows genuine interest and keeps the conversation alive.</p>\n\n\n\n<p>Sharing relevant industry insights or opportunities is a simple but powerful way to create value. It positions you as someone who contributes rather than merely seeks help. For example, sending an article that aligns with their current projects or highlighting a conference they might enjoy can make you memorable.</p>\n\n\n\n<p><strong>If starting these conversations feels daunting, practice a few </strong><a href=\"https://www.themuse.com/advice/30-brilliant-networking-conversation-starters\"><strong>go-to openers</strong></a><strong>. </strong>Questions like, “What inspired you to attend this event?” or “What’s been the most exciting project you’ve worked on recently?” are engaging and natural​. You can also keep it light and personal with openers like, “Have you been to this venue before?” or “What’s your favorite part about working in this industry?”</p>\n\n\n\n<p><strong>When reconnecting via email or LinkedIn, make your opener personal and specific. </strong>A great example could be referencing a shared memory: “I was just thinking about the project we worked on together back in 2018 – still one of the most innovative teams I’ve been a part of!” These thoughtful touches can make the difference between a generic interaction and one that leads to a meaningful, lasting connection.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Using Gravatar to stay memorable after meetings</strong></h3>\n\n\n\n<img width=\"1397\" height=\"716\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-new-homepage-1.png\" alt=\"The Gravatar homepage\" class=\"wp-image-2867\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> offers an easy way to leave a lasting impression after professional meetings. By creating a unified digital profile, Gravatar ensures that your contact information and portfolio remain accessible and automatically updated across platforms like <a href=\"https://wordpress.com/\">WordPress</a>, <a href=\"https://github.com/\">GitHub</a>, and <a href=\"https://slack.com/\">Slack</a>.&nbsp;</p>\n\n\n\n<img width=\"1421\" height=\"985\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/ronnie-gravatar-profile-3.png\" alt=\"Example of a Gravatar profile\" class=\"wp-image-2868\" />\n\n\n\n<p>But the standout feature for networking? <strong>QR codes.</strong></p>\n\n\n\n<p>Gravatar enables users to generate personalized QR codes linked directly to their profiles. Imagine this: You’re wrapping up a productive meeting, and instead of fumbling for a physical business card, you share your Gravatar QR code. Scanning it instantly provides your connection with access to your contact details, social links, and a dynamic calendar link for easy follow-ups​.</p>\n\n\n\n<p>The code itself is hidden behind your Gravatar profile picture and to see it, you just need to click the little icon on the top right corner.&nbsp;</p>\n\n\n\n<img width=\"1474\" height=\"974\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-qr-code.png\" alt=\"Example of profile QR code\" class=\"wp-image-2869\" />\n\n\n\n<p>However, if you’re a developer, you could even <a href=\"https://docs.gravatar.com/api/profiles/qr-codes/\">customize the QR code</a> by adjusting its size and style, and even include your avatar or logo at its center. The codes can be embedded on name tags, event lanyards, or even digital signatures, making them a versatile tool for any networking scenario that includes <a href=\"https://blog.gravatar.com/2024/08/02/organizational-benefits-of-efficient-contact-sharing/\">contact sharing​</a>.</p>\n\n\n\n<p>This not only saves time but also positions you as tech-savvy and organized – qualities that help you stand out. With a Gravatar profile and QR code, staying memorable is as easy as a quick scan.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Stand out at conferences: Strategies and digital tools for real-world networking</strong></h2>\n\n\n\n<p>Industry conferences often bring together professionals from all stages of your career – making them perfect opportunities to reconnect with dormant contacts and forge new relationships. Here&#8217;s how to maximize these moments:</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Before the conference</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Review the attendee list for former colleagues and new people you’d like to connect with.</li>\n\n\n\n<li>Use LinkedIn to identify which of these people (old and new contacts) will be speaking or attending.</li>\n\n\n\n<li>Plan your schedule around sessions where you&#8217;re likely to encounter these contacts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>During the conference</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use Gravatar&#8217;s QR code on your name tag with a note like &#8220;Worked at [Previous Company] 2018-2020&#8221; to help former colleagues recognize you.</li>\n\n\n\n<li>After reconnecting, use <a href=\"https://www.linkedin.com/help/linkedin/answer/a554240\">LinkedIn Live</a> to host quick session recaps, tagging relevant colleagues and attendees to maintain engagement.</li>\n\n\n\n<li>Log reconnections in CRM tools like <a href=\"https://www.hubspot.com/products/crm\">HubSpot</a> or <a href=\"https://www.zoho.com/\">Zoho</a>, noting shared history and current interests. Then, you can set reminders to follow up with a personalized email a week later.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Post-conference follow-up</strong></h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <a href=\"https://zapier.com/\">Zapier</a> to automate personalized follow-ups that reference your shared history.</li>\n\n\n\n<li>Share conference insights relevant to your reconnected contacts&#8217; current roles.</li>\n\n\n\n<li>Schedule virtual coffee chats to continue conversations started at the event.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Set up your professional digital hub in five minutes</strong></h2>\n\n\n\n<p>With Gravatar, setting up a professional digital hub is quick and simple. Here’s how to get started:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"http://gravatar.com\">Register on Gravatar.com</a> and upload a professional photo to ensure a consistent, recognizable online presence.</li>\n\n\n\n<li>Include LinkedIn, GitHub, or other platforms where your professional work is showcased.</li>\n\n\n\n<li>Highlight your expertise and current role to make a great first impression.</li>\n\n\n\n<li>Use Gravatar’s QR code feature to share your profile at conferences or in follow-up emails​.</li>\n</ol>\n\n\n\n<p>In minutes, you’ll have a centralized, dynamic digital business card that keeps your contact details and portfolio accessible across platforms. Whether you’re connecting online or in person, Gravatar ensures you stay memorable and organized with minimal effort.</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Feb 2025 16:23:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Do The Woo Community: Do the Woo v4.2 Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://dothewoo.io/blog/do-the-woo-v4-2-changelog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"Version 4.2 introduces new shows including WooCommerce Accessibility Insights and WP Agency Tracks, hosts Marcus Burnette, Mark Westguard, and Matthias Pfefferle, while deleting All Things WordPress and Woo Show.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Feb 2025 09:30:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress.org blog: Report: WordPress in 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2025/02/wordpress-in-2025-report/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2965:\"<p>This year is set to be transformative for WordPress, yet many decision-makers risk overlooking the immense opportunities ahead. Our new <strong>“WordPress in 2025”</strong> report highlights why WordPress should be a cornerstone of your long-term strategy. Stay ahead of the curve—read the report now to see how WordPress can drive growth and innovation for your business in the years to come.</p>\n\n\n\n<img width=\"1024\" height=\"647\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/WordPress-in-2025-WPORG-2.jpg?resize=1024%2C647&ssl=1\" alt=\"\" class=\"wp-image-18476\" />\n\n\n\n<p>Some of the key points we explore:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>As proprietary &#8220;next-gen&#8221; CMS hype fizzles out and enterprise budgets shift priorities, open-source CMSs like WordPress are primed to gain ground in the commoditized CMS space. WordPress&#8217; maturity and extensibility provide a high starting point for innovation.</li>\n\n\n\n<li>WordPress&#8217; Block Editor has seen tremendous investment, amassing over 34,000 commits &#8211; more than entire competing CMS projects. New capabilities like Full Site Editing (FSE) give enterprises unprecedented ability to enable no-code site building.</li>\n\n\n\n<li>Just as being the first user-friendly publishing tool propelled WordPress&#8217; initial growth, AI presents a similar opportunity. WordPress&#8217; contributor community can build not just AI features, but an exciting multi-agent, LLM-agnostic ecosystem representing an intelligent content operating system.</li>\n\n\n\n<li>Pure-play headless vendors are working backwards to add no-code editing, while WordPress has long supported robust headless capabilities alongside its mature editor. For complex sites, hybrid architectures leveraging both are the pragmatic path forward.</li>\n</ul>\n\n\n\n<p><a href=\"https://wordpress.org/news/files/2025/02/WordPress-in-2025-Report-Noel-Tock.pdf\">Download the full WordPress in 2025 (PDF)</a> report directly to learn more.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Don’t miss WP:25, the virtual event.</h3>\n\n\n\n<p><a href=\"https://humanmade.com/wordpress-in-2025-event/?utm_campaign=41192678-WordPress%20in%202025&utm_source=event&utm_medium=Noel%20sales%20outreach&utm_content=event%20landing%20page\">Save your spot at our free event, WP:25</a>, exploring the future of WordPress and featuring key people working with many of the ideas discussed in the report. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>About the report&#8217;s author, <a href=\"https://profiles.wordpress.org/noel_tock/\">Noel Tock</a></strong> — Having built his first website back in 1995, Noel has long been watching the evolution of the CMS space. As a co-owner at one of the leading enterprise WordPress agencies, Human Made, his belief in the power of open source is as great as ever. Human Made is a WordPress VIP Gold Partner specializing in DXP, headless, AI and more.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Feb 2025 03:19:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Noel Tock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: WordCamp Asia 2025: Manila Magic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2025/02/wordcamp-asia-2025-manila-magic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4133:\"<img width=\"1024\" height=\"536\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/02/444990627_474578655140578_2659126618470753960_n.jpg?resize=1024%2C536&ssl=1\" alt=\"WordCamp Asia 2025\" class=\"wp-image-18491\" />\n\n\n\n<p>The first major WordCamp of the year is here! <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia 2025</a> lands in Manila, Philippines, from February 20-22, bringing together open source enthusiasts, developers, and WordPress professionals from across the region—and the world.</p>\n\n\n\n<p>With three packed days of learning, networking, and collaboration, this year’s event promises fresh insights, dynamic discussions, and plenty of opportunities to connect.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Solutions spotlight</h3>\n\n\n\n<p>Throughout the conference days, multiple presentations will focus on the solutions provided by our amazing sponsors. This is a great opportunity to learn more about their initiatives and solutions.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://asia.wordcamp.org/2025/solutions-spotlight/\">Explore the solutions spotlight</a></div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Keynotes, panels, and deep dives</h3>\n\n\n\n<p>The main conference, which will be held on February 21-22, will feature <a href=\"https://asia.wordcamp.org/2025/schedule/#day-2\">a lineup of notable keynote speakers</a>, including digital innovation leaders and open-source advocates. Attendees can expect diverse sessions on business strategy, development of best practices, and technical advancements.</p>\n\n\n\n<p>For those looking to sharpen their skills, presentations will dive deep into topics like SEO for WordPress, performance optimization, and AI-powered content creation. Plus, don’t miss the electrifying WordPress Speed Build Battle, where developers race to create stunning sites in record time.</p>\n\n\n\n<h3 class=\"wp-block-heading\">YouthCamp</h3>\n\n\n\n<p>On February 22, WordCamp Asia 2025 will host <a href=\"https://asia.wordcamp.org/2025/youthcamp/\">YouthCamp</a>, a pre-registered event designed to introduce young minds to WordPress and its endless possibilities. This initiative aims to engage the next generation of WordPress users, developers, and contributors through hands-on activities and interactive sessions</p>\n\n\n\n<h3 class=\"wp-block-heading\">Closing Q&amp;A with Matt Mullenweg</h3>\n\n\n\n<p>WordPress Cofounder Matt Mullenweg will wrap up the event with a live Q&amp;A session on February 22. Whether attending in person or tuning in online, you can catch his insights live on the <a href=\"https://www.youtube.com/@WordPress\">WordPress YouTube channel</a> at 4:00 p.m. Philippine Time (08:00 UTC).</p>\n\n\n\n<h3 class=\"wp-block-heading\">After party</h3>\n\n\n\n<p>As the sun sets on WordCamp Asia 2025, the excitement continues with the After Party (theme: Island Vibe)! Get ready to experience the vibrant spirit of the Philippines with a lively gathering at <a href=\"https://www.picc.gov.ph/\">The Forum at PICC</a>. Expect a night filled with great conversations, music, and a celebration of the WordPress community.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get WordCamp-ready</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Secure your <a href=\"https://asia.wordcamp.org/2025/tickets/\">WordCamp Asia 2025 tickets</a> (if you haven’t already!)</li>\n\n\n\n<li>Browse the <a href=\"https://asia.wordcamp.org/2025/schedule/\">full schedule of sessions</a> to plan your experience</li>\n\n\n\n<li>Follow WordCamp Asia on<strong> </strong><a href=\"https://x.com/WordCampAsia\">X</a>, <a href=\"https://www.linkedin.com/company/wordcampasia/\">LinkedIn</a>, and <a href=\"https://www.instagram.com/wordcampasia/\">Instagram</a> for real-time updates</li>\n</ul>\n\n\n\n<p>As always, be part of the conversation! Whether you’re attending in Manila or following along online, share your experiences using <strong>#WCAsia</strong> and <strong>#WordPress</strong>.</p>\n\n\n\n<p>Manila is calling—see you at WordCamp Asia 2025!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2025 16:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Bernard Meyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Do The Woo Community: Friday Shares: Back in 2025 v9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=90887\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/blog/friday-shares-back-in-2025-v9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"A bit ago I announced the end of Friday Shares but, due to community feedback, will continue them alongside a new newsletter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2025 11:41:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: Scale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=137506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://ma.tt/2025/02/scale/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"<p>In high school when 5% of your class doesn&#8217;t like you it&#8217;s like 3-5 people. </p>\n\n\n\n<p>Running a company of 1,700+ when 5% doesn&#8217;t like you, that&#8217;s 85 people! That fills a room. </p>\n\n\n\n<p>150k followers and 5% don&#8217;t like you now you have a small stadium of 7,500 people. </p>\n\n\n\n<p>It&#8217;s still 5%.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Feb 2025 00:40:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: Woo Marketplace Hits 1000 Extensions—What’s Next?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/woo-marketplace-hits-1000-extensions-whats-next/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:263:\"BobWP announces the WooCommerce Marketplace hitting 1,000 extensions and shares updates on streamlined workflows and quicker approvals within 1-4 days. WooCommerce is accepting both free and freemium products, encouraging builders to submit their extensions here.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Feb 2025 12:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Do The Woo Community: Building WordPress Agency Habits with Cami MacNamara\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90590\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://dothewoo.io/building-wordpress-agency-habits/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"In this first episode of WP Agency Tracks, hosts Marcus Burnette and Cami McNamara discuss effective habits for agency owners, focusing on time management, mental health, and community engagement to enhance productivity and success.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Feb 2025 09:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WordCamp Central: WordCamp Mukono 2025: A Celebration of WordPress and Women in Tech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=9547410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://central.wordcamp.org/news/2025/02/wordcamp-mukono-2025-a-celebration-of-wordpress-and-women-in-tech/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11035:\"<h2 class=\"wp-block-heading has-text-align-center\">Welcome to the Pearl of Africa’s first WordCamp 2025!</h2>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/02/Home-scaled.jpg\" alt=\"\" />\n\n\n\n<p>Uganda, known as the Pearl of Africa, is a land of breathtaking landscapes, diverse cultures, and warm hospitality. Within this vibrant country lies <strong>Mukono</strong>, a fast-growing town known for its dynamic community, top-tier educational institutions, and entrepreneurial spirit. Mukono is not just a town—it is a hub of ideas, innovation, and collaboration.</p>\n\n\n\n<p>This Year, Mukono will host one of the most anticipated WordPress events in East Africa: <a href=\"https://mukono.wordcamp.org/2025/\">WordCamp Mukono 2025</a>. This gathering of WordPress enthusiasts, developers, designers, marketers, and content creators will take place on <strong>March 8, 2025</strong>, at the <a href=\"https://www.google.com/search?client=firefox-b-d&q=mukono+synod+hall&sei=nfuqZ53JM4ewhbIP6MmCqQc\">Synod Hall Mukono</a>, near <a href=\"https://www.bishopss.com/\">Bishop’s Senior School</a>.<br /><br />The Venue has been specifically selected to accommodate everyone. This is the easiest venue to get to Ever.  It is in the CBD and in a serene and quiet environment. You will not be suffering from Noise Pollution. Whether you&#8217;re a seasoned WordPress professional, an aspiring entrepreneur, a curious beginner, or someone passionate about technology and community building, this event is designed for you.</p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-medium-font-size\">A Theme That Matters: WP HERoes – Women Powering the WordPress Universe</h2>\n\n\n\n<p>For WordCamp Mukono 2025, we are embracing a powerful and transformative theme: “<strong>WP HERoes: Women Powering the WordPress Universe</strong>”. This year’s event is dedicated to celebrating, empowering, and amplifying the voices of women in the WordPress community. Women have played a pivotal role in shaping WordPress, from coding and design to content creation and community leadership. However, their contributions often go unnoticed.</p>\n\n\n\n<p>At WordCamp Mukono 2025, we will shine a spotlight on these incredible women—the <strong>HER</strong>oes—who are making WordPress a more inclusive, innovative, and vibrant ecosystem. Just as Mukono is a center for education and opportunity, this event aims to foster growth, learning, and collaboration among WordPress users of all backgrounds. We believe that when diverse voices are heard and empowered, the entire community thrives.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why Attend WordCamp Mukono 2025?</strong></h3>\n\n\n\n<p>This is more than just another tech conference. <a href=\"https://mukono.wordcamp.org/2025/\">WordCamp Mukono 2025</a> is a place where ideas spark, collaborations begin, and knowledge is shared. Here’s what you can expect:</p>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center\"><strong>World-Class Speakers and Engaging Sessions</strong></h3>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/02/Speakerlst.jpg\" alt=\"\" />\n\n\n\n<p><strong>Prepare to be inspired!</strong> We are bringing together an incredible lineup of local and international speakers who will share their expertise on various aspects of WordPress. Whether you&#8217;re new to WordPress or an advanced user, there&#8217;s something for everyone:<br /><br /><strong>Design &amp; User Experience (UX)</strong> – Master the art of crafting visually stunning and user-friendly websites.<br /><strong>Business &amp; Digital Marketing</strong> – Explore strategies for freelancers, bloggers, and entrepreneurs looking to monetize their WordPress skills.<br /><strong>Women in Tech</strong> – Hear firsthand stories of empowerment, success, and resilience from female leaders in the WordPress community.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Unmatched Networking Opportunities</h4>\n\n\n\n<p>WordCamp Mukono 2025 is not just an event—it’s an experience. It’s a rare opportunity to meet like-minded individuals, expand your professional network, and forge lasting collaborations. Whether you’re looking for a mentor, business partner, or simply want to connect with fellow WordPress enthusiasts, this is the place to be.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Hands-On Learning &amp; Workshops</h4>\n\n\n\n<p>Our workshops are designed to be interactive and practical, giving you hands-on experience with WordPress tools and technologies. Learn from seasoned experts and walk away with real-world skills you can apply immediately.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Showcasing Mukono: A City of Growth and Culture</h4>\n\n\n\n<p>Mukono is a blend of urban convenience and natural beauty. From its bustling markets to its serene landscapes, Mukono offers a unique experience for visitors. If you’re traveling from outside the town, you’ll find comfortable accommodations ranging from budget-friendly guesthouses to upscale hotels.<br />We encourage attendees to arrive early and explore Mukono—its culture, food, and hospitality will make your visit even more memorable!</p>\n\n\n\n<h2 class=\"wp-block-heading\">Event Details: When and Where?</h2>\n\n\n\n<p><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4cd.png\" alt=\"📍\" class=\"wp-smiley\" /> Location:</strong> <a href=\"https://maps.app.goo.gl/rir2trT2GUuGb2kK8\">Synod Hall Mukono</a>, near Bishop’s Senior School<br /><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4c5.png\" alt=\"📅\" class=\"wp-smiley\" /> Date:</strong> March 8, 2025<br /><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f465.png\" alt=\"👥\" class=\"wp-smiley\" /> Capacity: </strong>Over 400 attendees<br /><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Tickets:</strong> <a href=\"https://mukono.wordcamp.org/2025/tickets/\">Buy Tickets Here</a> (Limited slots available—get yours now!)</p>\n\n\n\n<p><br /><a href=\"https://mukono.wordcamp.org/2025/location/\">Our venue</a>, Synod Hall Mukono, is a spacious and well-equipped location with excellent lighting, ventilation, and accessibility. Its proximity to Mukono’s central business district makes it the perfect setting for an event of this magnitude.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Be a Part of Something Bigger: Sponsorship Opportunities</h2>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/01/Sponsors.jpg\" alt=\"\" />\n\n\n\n<p>WordCamp Mukono 2025 is made possible through the generosity of <a href=\"https://mukono.wordcamp.org/2025/sponsors/\">sponsors</a> who believe in empowering the WordPress community. If your company or organization wants to gain exposure while supporting a great cause, we invite you to <a href=\"https://mukono.wordcamp.org/2025/call-for-sponsors/\">become a sponsor!</a></p>\n\n\n\n<h4 class=\"wp-block-heading\">Sponsorship offers unique benefits, including: </h4>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /> <strong>Brand Visibility </strong>– Reach a targeted audience of WordPress professionals and enthusiasts. <br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /> <strong>Community Engagement</strong> – Connect with potential customers, partners, and talent. <br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /> <strong>Networking &amp; Recruitment </strong>– Identify and engage with skilled WordPress developers, designers, and marketers.</p>\n\n\n\n<p><strong>Interested in sponsoring? Learn more here: <a href=\"https://mukono.wordcamp.org/2025/call-for-sponsors/\">https://mukono.wordcamp.org/2025/call-for-sponsors/</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Accommodation &amp; Travel Tips</h2>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/02/Accomodation-2.jpg\" alt=\"\" />\n\n\n\n<p>Mukono offers a variety of accommodation options, from budget guesthouses to high-end hotels. If you’re traveling from outside Mukono, we recommend booking early to secure the best options near the venue. For more details, visit: <a href=\"https://mukono.wordcamp.org/2025/accommodation-guide-for-visitors-to-mukono-town/\">Location Post</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Secure Your Spot – Get Your Ticket Today!</h2>\n\n\n\n<img src=\"https://mukono.wordcamp.org/2025/files/2025/02/Tickets-scaled.jpg\" alt=\"\" />\n\n\n\n<p><a href=\"https://mukono.wordcamp.org/2025/tickets-now-available/\">Tickets for WordCamp</a> Mukono 2025 are now available! We offer different ticket categories, including:<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Regular Ticket – <strong>UGX 15,000. </strong>Each ticket includes access to all sessions, networking opportunities, swag, refreshments, and a truly unforgettable experience!<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Actual Cost Ticket – <strong>UGX 100,000. </strong>Each ticket includes access to all sessions, networking opportunities, swag, refreshments, and a truly unforgettable experience! A ticket for people who love and Support wordPress and want to ensure that the Event moves super smoothly.<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> Reserve your spot today: <a href=\"https://mukono.wordcamp.org/2025/tickets/\">Click Here</a></p>\n\n\n\n<p><strong>Join the WordCamp Mukono 2025 Movement!</strong><br />WordCamp Mukono 2025 is more than just an event—it’s a movement that celebrates WordPress, women in tech, and the power of community. Whether you&#8217;re a beginner, expert, entrepreneur, or enthusiast, there is something for you.</p>\n\n\n\n<p><strong><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4ac.png\" alt=\"💬\" class=\"wp-smiley\" /> Let’s start the conversation! Use the official hashtags:</strong><br />#WCMukono25 #WordPressMukono #WPHeroes #WomenInWordPress</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f4e7.png\" alt=\"📧\" class=\"wp-smiley\" /> Contact Us: mukono@wordcamp.org<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f310.png\" alt=\"🌐\" class=\"wp-smiley\" /> Official Website: <a href=\"https://mukono.wordcamp.org/2025\">https://mukono.wordcamp.org/2025/</a><br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" /> Tickets Info: <a href=\"https://mukono.wordcamp.org/2025/tickets/\">Buy Tickets Here</a> (Limited slots available—get yours now!)<br /><img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f91d.png\" alt=\"🤝\" class=\"wp-smiley\" /> Sponsorship: <a href=\"https://mukono.wordcamp.org/2025/call-for-sponsors-wordcamp-mukono/\">https://mukono.wordcamp.org/2025/call-for-sponsors-wordcamp-mukono/</a><br /><strong>See you in Mukono for an unforgettable WordPress celebration!</strong></p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Feb 2025 08:53:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Moses Cursor Ssebunya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Matt: Hash tables\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=137372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2025/02/hash-tables/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"<p>“You didn’t just come up with a cool hash table,” he remembers telling Krapivin. “You’ve actually completely wiped out a 40-year-old conjecture!” <a href=\"https://www.quantamagazine.org/undergraduate-upends-a-40-year-old-data-science-conjecture-20250210/\">There&#8217;s a delightful article on an undergraduate discovering an optimization in a very basic computer science principle</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 22:03:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Gravatar: Simplify Link Sharing With Smart Redirects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2877\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://blog.gravatar.com/2025/02/12/simplify-link-sharing-with-smart-redirects/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4108:\"<p>You know what&#8217;s better than easy-to-share links? Easy-to-share links on your own custom domain. </p>\n\n\n\n<p>We just rolled out Smart Redirects for all Gravatar custom domains. Zero setup required.</p>\n\n\n\n<p><em>And right now, we&#8217;re offering free custom domains for your first year.</em> </p>\n\n\n\n<h2 class=\"wp-block-heading\">What Are Smart Redirects?</h2>\n\n\n\n<p>They&#8217;re simple shortcuts that make sharing your online presence a breeze. Add the name of any of your verified services to the end your domain:</p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>your-name.link/bluesky<br />your-name.link/linkedin<br />your-name.link/calendar</code></pre>\n\n\n\n<p>That&#8217;s it. Your domain automatically redirects to your connected accounts. No configuration. No DNS wizardry. Just connect your accounts to Gravatar and the redirects work instantly.</p>\n\n\n\n<p>These are perfect for email signatures, business cards, social media profiles, and more.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Simplified Payments With /pay</h2>\n\n\n\n<p>Here&#8217;s something cool: Smart Redirects make sharing payment links much nicer. Instead of dropping a long payment URL in your messages or emails, just use:</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<pre class=\"wp-block-preformatted\"><code>your-name.link/pay</code></pre>\n\n\n\n<p>This currently works with:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PayPal</li>\n\n\n\n<li>Venmo</li>\n\n\n\n<li>Crypto currencies</li>\n\n\n\n<li>Custom (any link you want)</li>\n</ul>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"490\" height=\"374\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/02/cleanshot-2025-02-12-at-12.55.50402x.png\" alt=\"\" class=\"wp-image-2885\" />\n</div>\n</div>\n\n\n\n<p>Just add your payment details to your Gravatar profile, and your /pay link automatically directs people to all of your preferred payment methods. Perfect for freelancers, creators, splitting the bill among friends, or anyone who needs to receive payments.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Free Domain? Tell Me More</h2>\n\n\n\n<p>For a limited time, claim your .link, .bio, or .social domain (or choose from other popular TLDs) through Gravatar. Just log in to your dashboard and look for the domain claim option at the top of your profile. Free for the first year. </p>\n\n\n\n<p>Once you have your domain, Smart Redirects are automatically enabled. No extra steps needed.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Available Now</h2>\n\n\n\n<p>Smart Redirects work with most major platforms including GitHub, LinkedIn, Bluesky, Mastodon, Tumblr, and many more. We&#8217;ve also added handy shortcuts for your calendar (/calendar), contact (/contact), and payment info (/pay).<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting Started</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Claim your free domain (if you haven&#8217;t already)</li>\n\n\n\n<li>Connect your accounts in your Gravatar profile</li>\n\n\n\n<li>Start sharing your shorter, sweeter links</li>\n</ol>\n\n\n\n<p>And fun fact: both <code><em>/twitter</em></code> and <code><em>/x</em></code> work for your X profile. We&#8217;ve got you covered either way.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Your Own Domain Matters</h2>\n\n\n\n<p>Your domain is your identity on the open web. It&#8217;s not just for your Gravatar profile – use it everywhere to build your presence and own your digital footprint. And with Smart Redirects, it&#8217;s now even more useful.</p>\n\n\n\n<p>Want to see all the available redirects and learn more? Check out our <a href=\"https://support.gravatar.com/smart-redirects\">Smart Redirects guide</a>.</p>\n\n\n\n<p>Smart Redirects are live for all <a href=\"https://gravatar.com/custom-domains\">Gravatar custom domains</a>. And remember, domains are free for your first year. Go ahead, claim yours and give Smart Redirects a try!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 19:52:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: #156 – Derek Ashauer on Analytics Options and Privacy Challenges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=187359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/podcast/156-derek-ashauer-on-analytics-options-and-privacy-challenges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57075:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, analytics options and privacy challenges for WordPress site owners.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Derek Ashauer.</p>\n\n\n\n<p>Having spent over 15 years in the WordPress arena, Derek has transitioned from building client sites to creating specialized WordPress plugins. Today we get to hear about his journey creating Conversion Bridge, a tools specifically designed to streamline the process of implementing analytics platforms and conversion tracking on WordPress websites.</p>\n\n\n\n<p>We start with an overview of analytics, tracing its evolution from the simple server logs of the early internet days, to the sophisticated data gathering mechanisms provided by Google Analytics and others.</p>\n\n\n\n<p>We explore how the introduction of European privacy laws has significantly impacted the data landscape, challenging marketers and businesses to adapt to a new era where data privacy is regarded differently in different locales.</p>\n\n\n\n<p>Derek offers his perspectives on this rapidly changing field, discussing the rise of modern privacy focused analytics platforms like Fathom, Plausible and others. He explains how these technologies employ cookieless tracking techniques to respect user privacy, while still providing valuable insights for website owners.</p>\n\n\n\n<p>We also address the problem of data accessibility and user privacy. Derek, sharing his personal views as a marketer, acknowledges the complexity of balancing effective marketing strategies with ethical data use. He explains his thoughts on why modern solutions might strike a better balance, ensuring that user data remains private, while allowing businesses to glean just the insights they need.</p>\n\n\n\n<p>Whether you are managing a WooCommerce store, or building sites for clients, Derek&#8217;s insights into conversion tracking will be of interest. He talks about some of the hurdles site builders face with traditional systems and how Conversion Bridge simplifies conversion tracking across various platforms and plugins without the need for extensive coding.</p>\n\n\n\n<p>If you&#8217;re an agency, developer, or digital marketer, this discussion will help equip you with the knowledge and strategies to navigate the ever evolving landscape of web analytics.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Derek Ashauer.</p>\n\n\n\n<p>I am joined on the podcast by Derek Ashauer. How you doing, Derek?</p>\n\n\n\n<p>[00:03:40] <strong>Derek Ashauer:</strong> I am doing well, thank you so much.</p>\n\n\n\n<p>[00:03:41] <strong>Nathan Wrigley:</strong> Thank you very much for joining me. We&#8217;ve had various chats over the years, but this is going to be a chat that we&#8217;ve never had before. This is going to be all about analytics.</p>\n\n\n\n<p>We&#8217;ll talk about all of the different bits and pieces, perhaps get into the future of analytics, the past of analytics, who knows? But stay with us, dear listener. It&#8217;s going to be a really interesting conversation. I feel like things are at a bit of an inflection point, and people definitely have strong opinions on this, and I think that can often lie on geographical grounds, where you live in the world and things like that.</p>\n\n\n\n<p>So before we get into that conversation, Derek, do you just want to give us a little potted bio? Tell us who you are.</p>\n\n\n\n<p>[00:04:15] <strong>Derek Ashauer:</strong> Yeah, my name&#8217;s Derek Ashauer, I&#8217;m in Colorado US. I&#8217;ve been in the WordPress community for, well, I guess I&#8217;ve been working with WordPress for about 15 years, I think. Doing client sites and things like that. So I&#8217;ve done the independent freelancer agency, but now I&#8217;ve moved to making WordPress plugins. So I have one for photographers called Sunshine Photo Cart.</p>\n\n\n\n<p>But my big one that I&#8217;m working on lately is called Conversion Bridge, which really makes it easy to add analytics platforms to your WordPress website, and also make it really easy to do conversion tracking, which is something that a lot of agencies and people are building sites for clients just neglect to do. And one reason why is because it&#8217;s kind of a pain in the butt.</p>\n\n\n\n<p>So the goal is to make it a lot easier so that I can do it for myself, and my client sites that I&#8217;ve worked on, but also then to make it easier for everyone else. So that&#8217;s how I got the idea for that.</p>\n\n\n\n<p>[00:05:02] <strong>Nathan Wrigley:</strong> Prior to hitting the record button, Derek and I were saying that, you are on a journey with this, you know, you&#8217;re not putting yourself up here as the definitive authority. I think you were basically saying that a little while ago your knowledge was not that deep in this arena and you&#8217;ve really had to educate yourself. And I think it&#8217;s fair to say that you were trying to summarise it as you&#8217;re still learning.</p>\n\n\n\n<p>So let&#8217;s have a conversation about this and see where we end up. The thought occurs to me that if we were to go back, oh gosh, I mean the internet, every time I say this sentence the internet does obviously get a little bit older, but let&#8217;s go for 20 years, something like that. I feel that if you went to a website, there wasn&#8217;t even the thought that there was any kind of analytics. Maybe there was some server log somewhere that was recording that, okay, we served up a page, but that was about it.</p>\n\n\n\n<p>And then at some point analytics software came along and very quickly started to leverage all of the existing technologies and became really, really sophisticated ever so quickly. You would copy and paste a code, and it was typically Google, I think that dominated the arena right from the outset. They offered a free service, Google Analytics. You could copy and paste one line of code. There was no barrier to entry to that technology. And it would give you all sorts of fascinating information really quickly.</p>\n\n\n\n<p>I think everybody was happy with that status quo, but in the more recent past, let&#8217;s say decade or so, but definitely it seems to be ramping up at the moment. There seems to be concerns about who gets the data, why is this data necessary? Is this data consumable by, I don&#8217;t know, an American company looking at a European who&#8217;s browsing on a particular website and things like that?</p>\n\n\n\n<p>With all of this, just give us your overarching opinion on it, and then we can go from there. What&#8217;s the state of play at the moment with analytics? Where are we? The year 2025 at the moment. Do you have any sort of overarching insight into where analytics, in air quotes, is at the moment?</p>\n\n\n\n<p>[00:06:55] <strong>Derek Ashauer:</strong> Yeah, it&#8217;s a lot harder because of the European privacy laws for the analytics platforms to get the data that marketers and other people have been used to for a long time. Where people came from, you used to be able to get like exactly what search terms people were looking at and landed on your site and what they did. You know, if someone searched Fort Collins landscaper, local landscape company could see that that&#8217;s exactly what they searched, and then what that user did on their website from that search term. And that&#8217;s just kind of gone. That deep level of data is unfortunately not possible anymore to follow those type of European laws, and privacy restrictions and things like that. So there&#8217;s a lot of people who are struggling to get the data that they were used to. That&#8217;s kind of the short of it, I guess.</p>\n\n\n\n<p>[00:07:40] <strong>Nathan Wrigley:</strong> Do you think that we kind of let the horse escape from the barn a little bit, and we&#8217;re now just trying to get the horse back into the barn and get it under control again? And what I mean by that is, do you think that these technologies, the analytics and what have you, do you think it kind of just crept up upon us? There was this slow but inexorable extension of what analytics software could do. And all the while it felt like completely benign, you know, there&#8217;s no problem with it. How could anybody possibly make use of this in a way which might be harmful or, I don&#8217;t know, intrusive or what have you?</p>\n\n\n\n<p>So the software became more and more clever. But then I think people, especially like you said on the European side of things, started to take a look at it and thought, hmm, it&#8217;s interesting, a lot of this data is going to, in many cases, big North American companies. Google, I suppose would be a perfect example, but you&#8217;ve obviously got other things like Facebook and what have you.</p>\n\n\n\n<p>Just try to maybe restore something a bit more where the user is in control, as opposed to these giant corporations being in control. So just trying to bring it back to the starting line, if you like, to the moment before the horse got out so that we can reestablish some rules.</p>\n\n\n\n<p>So, I don&#8217;t know. It sounds from what you were saying as if you&#8217;re kind of regretful that the analytics solutions can&#8217;t do what they once could. I suppose the European argument would be, well, that&#8217;s because it never really, with hindsight, we should never have let it get that far in the first place. What&#8217;s your thoughts on that?</p>\n\n\n\n<p>[00:09:07] <strong>Derek Ashauer:</strong> I mean, I kind of see it. The way I often describe a lot of things is like a pendulum swing. In the beginning it went really far in one direction, we got all kinds of data, and then the laws popped up and now it feels like, we can&#8217;t get nearly enough data for advanced marketing, for large corporations that are really doing massive campaigns.</p>\n\n\n\n<p>And then there&#8217;s the alternatives, Fathom, Plausible, Pirsch, you know, lots of great, Usermaven. There&#8217;s a lot of new alternative analytics platforms now that are out there, and now finding clever ways to claw back some of that.</p>\n\n\n\n<p>It&#8217;s never going to be nearly as detailed as it was a decade ago, that was kind of like the heyday of marketing where you could get so much great data on stuff. But you know, so we had too much maybe in some people&#8217;s opinions, and then maybe there&#8217;s a bit of not enough, and now those companies are finding some ways to move maybe towards a middle ground of what works for everyone.</p>\n\n\n\n<p>And as an American, I&#8217;m like, yeah, whatever. You saw that I visited these several websites in a row, I really don&#8217;t care. That never really bothered me, I haven&#8217;t understood the massive problem with it.</p>\n\n\n\n<p>Going through all this, I have learned, you know, maybe there&#8217;s a few spots where it would be good to protect that and maybe they don&#8217;t know that but, yeah, I&#8217;m the person that does accept all on every single website that I got to as a marketer, because I&#8217;m just like, yeah, great, I&#8217;ll give this website some data on me, I don&#8217;t mind.</p>\n\n\n\n<p>[00:10:20] <strong>Nathan Wrigley:</strong> Yeah, you&#8217;ve got a very open mind to all of that, haven&#8217;t you? And obviously, you are digging into this and your business is kind of largely tied up to that, so very understandable position to have.</p>\n\n\n\n<p>You mentioned there several platforms, and you rattled them off one after another, Fathom and others. So a lot of these will be unfamiliar, I think, to this audience. What is the proposition?</p>\n\n\n\n<p>So it sounds like many of them are quite new. What is it that they bring to the table, and are these SaaS based products, or are in some cases a WordPress plugin? Or something that can install on your own hardware? What&#8217;s going on there? Just rattle off those names again and maybe just give us the low down on what they do, and how they&#8217;re getting into the market, and competing against giants like Google.</p>\n\n\n\n<p>[00:11:01] <strong>Derek Ashauer:</strong> Yeah, so there&#8217;s definitely some great new options and a lot of the initial ones were SaaS based. So there&#8217;s ones, like I said, Plausible, Fathom, Usermaven, Pirsch is another great one that I really enjoy. My plugin Conversion Bridging integrates with like 12 different analytics platforms, so there&#8217;s tons of them, and there&#8217;s still many more that I have on my list to do. So there&#8217;s lots of alternatives, which there weren&#8217;t any before, until Google Analytics 4 kind of came out and people were like, we don&#8217;t like GA4, and that opened the door for a lot of platforms.</p>\n\n\n\n<p>But to get back to your question, yeah, one of the differences that they offer is they do what&#8217;s called cookieless tracking. So that&#8217;s one of the big things that the privacy laws in Europe were like, it was around cookies and tracking the cross websites. So that the user, they go to landscaper website, then they go, no, I&#8217;m going to go to Home Depot and I&#8217;m going to look for my own lawnmower, and now I&#8217;m going to price check against Lowe&#8217;s and all these different things. And Google Analytics could see where they were going, and all these different places. Or Facebook ads could track all these different websites that they went to and gauge this type of person and who they are and what they&#8217;re shopping for and things like that. So trying to crack down on that.</p>\n\n\n\n<p>Well, these alternative platforms do it without cookies. They have a way, a method, without getting too technical of just basically fingerprinting the user, and know for that one session when they&#8217;re on your website, what they&#8217;re doing. But then it stops there. It doesn&#8217;t go to all the other websites and give your entire four hours you were online, and all the different websites that you&#8217;re browsing to a company to let them know what you&#8217;re doing everywhere.</p>\n\n\n\n<p>So that&#8217;s kind of their main offering. And they are SaaS, you know, they&#8217;re just like Google Analytics, but they do cost. So that&#8217;s, they can be affordable. They&#8217;re anywhere, I think there&#8217;s some that are like $6, $7 a month for what a basic blog would ever need, up to $50 to, or even $100 a month depending on the amount of traffic, which is hard to reconcile for a lot of people who were used to free Google Analytics.</p>\n\n\n\n<p>So it&#8217;s hard to make that leap when you&#8217;re going, wait, I could do Google Analytics for free and there&#8217;s some countries, and even like a state or two in the US that have some laws where it&#8217;s like, erm, what&#8217;s the setup involved in that? There might be law violations, simply by using Google Analytics you could be violating some of those things in a couple countries.</p>\n\n\n\n<p>But there are some setups you can do to try and make it work with European privacy laws and stuff. Takes some extra work. But it&#8217;s a challenge. Is it worth it? We&#8217;ve been so used to, for 20 years, for having free analytics to then now suddenly switch and pay for analytics can be hard for some site owners.</p>\n\n\n\n<p>Or as if you&#8217;re an agency doing that to convince your client&#8217;s like, well, we should actually start paying for this. And because you get 200,000 visits a month, it&#8217;s going to cost you $100 a month. They go, or I could use the free version. Yeah, well, I&#8217;ll just stick to the free version. So it is, it&#8217;s a hard conversation to have. When is it worthwhile? It just really depends on, I mean, you&#8217;ve got to really try it out.</p>\n\n\n\n<p>[00:13:44] <strong>Nathan Wrigley:</strong> I suppose no matter how wonderful the staff at Google are, they&#8217;re not in the business of losing money. And so I&#8217;m guessing that at some point the pendulum does swing in Google&#8217;s favor. So what might be free at the point of use, so in other words, you download a snippet from Google, and you put it into the back end of your website, or you pay, let&#8217;s say $20 a month, or $50 a month, or whatever. I&#8217;m guessing that Google are doing quite well, let&#8217;s say, in terms of the data that they gather, and the way that they can use that themselves. Or, I don&#8217;t know if they sell that data onto any other brokers or what have you. But presumably there&#8217;s that concern.</p>\n\n\n\n<p>Just going back to what you said about these other, and I&#8217;m going to use modern platforms, let&#8217;s go for that, the ones that you mentioned. You said fingerprinting, and I&#8217;ve heard this phrase before, and I have the merest idea of what that means. So Google Analytics traditionally came about with a cookie, and we get what that is. But what are the ways around that, that fingerprinting, well, essentially, what is fingerprinting? What are some examples of how that works?</p>\n\n\n\n<p>[00:14:40] <strong>Derek Ashauer:</strong> Yeah, it&#8217;s a term that I just use in this moment. It&#8217;s not necessarily a term that you&#8217;ll see as you go around, it&#8217;s just the word that came out. But it&#8217;s just a way to uniquely identify somebody through various different points. You check these five different things about a person, and because of exactly what they are, those five elements, then we can say, that&#8217;s this person. So that&#8217;s kind of, each platform, I call them alternative platforms, you said modern platforms, they have their slightly different way of doing it, but they have their way of identifying without using cookies.</p>\n\n\n\n<p>So the traditional way is like Google Analytics, you set a cookie, random value in the browser, and then every time they go to a new page, you just check for that cookie and that value. That&#8217;s how we know they are, because that&#8217;s how we know who they are. Again, the modern platforms are doing it every time the page loads, it&#8217;s saying, who is this again? Let&#8217;s check these five points. I think sometimes it&#8217;s browser, it&#8217;s various different elements that they&#8217;ll check to then determine who that person is, and then know who you are as you go down the path on the website, but it&#8217;s not setting cookies to do that.</p>\n\n\n\n<p>[00:15:38] <strong>Nathan Wrigley:</strong> So what kind of information might it be? I mean, I can imagine an obvious one would be things like, okay, what browser are you using, for example? That might be one indicator, and then if you match that with another indicator, and then a third one, and a fourth one, over four or five different indicators, you are going to be, well, what are the chances that that&#8217;s a different person?</p>\n\n\n\n<p>[00:15:58] <strong>Derek Ashauer:</strong> General location, stuff like that, yeah. Using this specific browser, this version of their browser. In my stuff, I haven&#8217;t fully identified what those platforms are actually using. I&#8217;ve just kind of, at this point left it. They do cookieless tracking, they have a way of doing it, okay great.</p>\n\n\n\n<p>Some are better than others. To be honest, there are, Fathom has improved this. I know it was a struggle when I started Conversion Bridge about a year ago. For example, when someone landed on your page and then they did a conversion, say they fill out a form or made a purchase 10 pages later, those two weren&#8217;t associated with, because it was just one page view at a time, wholly independent things. They couldn&#8217;t tell that you are that person on that page view, and that person on that page view. I actually did this, I think last week just to check in on them, and it actually did finally say, okay, yeah, that was the same person. That came in and did that. So yeah, they&#8217;re finding ways to make it work and better identify those across one website.</p>\n\n\n\n<p>[00:16:50] <strong>Nathan Wrigley:</strong> Yeah, is the promise of these platforms though that they are different, or are they trying without cookies to get back to the point where cookies were? In other words, a cookie, until it was cleared out, could literally follow you everywhere. You know, it would know which website you&#8217;d been to, and could last for a long, long time and all of those concerns.</p>\n\n\n\n<p>Is the intention of these other analytics platforms to sort of step away from that and say, okay, we&#8217;re going to track you on this one domain. So if you&#8217;ve got example.com as your domain, and it&#8217;s an e-commerce store, whilst you&#8217;re there, our platform will keep an eye on you, and we&#8217;ll learn if you have gone through a bunch of pages, and whether you&#8217;ve converted and bought a thing or not. But once you step away from that domain, that&#8217;s it, we are done with you.</p>\n\n\n\n<p>Or do you get the intention that they are somehow just, humans always figure out a way, right? If we give them enough time, they&#8217;ll figure out a way. Is the intention for these other platforms, do you perceive that they would like to get to the point where cookies were?</p>\n\n\n\n<p>[00:17:45] <strong>Derek Ashauer:</strong> No. They&#8217;re number one selling point, I think if you went to the homepage of every single one of them is they do privacy first analytics, is like the banner thing. That&#8217;s what they&#8217;re offering. And that&#8217;s why it&#8217;s so much bigger in Europe than it is here in the US and North America and stuff like that.</p>\n\n\n\n<p>But, yeah, that&#8217;s their main thing, their privacy focused analytics. Google Analytics alternatives that are privacy focused is their main draw. I think someone reminded me of, Katie Keith from Barn2, she reminded me of the story from Fathom. They specifically sent Google Analytics a cake to thank them for being so bad at what they do that they allowed them to create a whole industry as an alternative to them. Stuff like that. So, I think they&#8217;re trying to do the privacy focused stuff, and then backfill in the features to give people as much data as they possibly can that they were used to in Google Analytics.</p>\n\n\n\n<p>[00:18:39] <strong>Nathan Wrigley:</strong> You said earlier, and we&#8217;ll just touch on this briefly, you said earlier that, the implication of what you said, and you may not have meant this, but I&#8217;ll say it as if you are saying it, and then you can criticise whatever I say. It sounds like, if you could rewind the clock and get rid of the European legislation and what have you, you would do that, and you&#8217;d be happy with that position. You are okay with being tracked and all bets are off. So firstly, let&#8217;s address that. Would you be okay with all of that?</p>\n\n\n\n<p>[00:19:03] <strong>Derek Ashauer:</strong> I think there&#8217;s got to be a balance between the two. I get that there&#8217;s, you know, for me it&#8217;s a thing. I don&#8217;t care if you know all the different things of where I went. You know, you see those futuristic movies where it&#8217;s individualised ads on video screens, and I&#8217;m like, that&#8217;s actually kind of cool. It helps give me gift ideas for my wife, stuff like that, because I&#8217;m a terrible gift giver. So, yeah, recommend me some products. I wouldn&#8217;t have thought to do that. I&#8217;ve bought things off of ads I&#8217;ve seen on Facebook or Twitter, things like that. Because I was like, that was a great gift for my dad. I never would&#8217;ve purposely found that if I hadn&#8217;t been shown that ad because for whatever reason, so I&#8217;m not against that personally.</p>\n\n\n\n<p>[00:19:37] <strong>Nathan Wrigley:</strong> My guess though is that it&#8217;s not really that that&#8217;s the problem in most people&#8217;s minds. It&#8217;s like, who&#8217;s holding that data, and where does that data get moved to? Just the idea that, as an example, there might be a data broker firm who may purchase that data. And in some cases, let&#8217;s imagine that you ended up on a website which you regret going to. You can read into that, dear listener, whatever you like. But you end up somewhere and all of a sudden connections are made between you as a person. And you can also imagine scenarios in which, I don&#8217;t know, data gets linked from various data brokers and they start to create an impression of who you are.</p>\n\n\n\n<p>I can imagine scenarios where that could get out of hand, and potentially come back to bite you as an individual. So I suppose there&#8217;s a little bit of that muddled up in it. It&#8217;s not that the business, the WooCommerce store or whatever, is going to have any nefarious reason to have that data. Or wish to know where you&#8217;ve come from, where you&#8217;re going to, what ad you might have clicked on, what were the previous page that you came from, and so on and so forth.</p>\n\n\n\n<p>It&#8217;s more that there just seems to be this fairly bizarre industry of data brokers who managed to get their hands on this data, and at that moment, you don&#8217;t know what&#8217;s going to happen with it. And we&#8217;ve all made mistakes in life, but we can erase them just with the passage of time. But with the advent of the internet, some of those mistakes might stick with us for a long time. Does that make any sense?</p>\n\n\n\n<p>[00:21:04] <strong>Derek Ashauer:</strong> No, it makes sense. I mean, I could see how someone would visit, again, visit the landscaper website, and all of a sudden they did not know that the fact that they went to a landscaper website was sent to Meta. They&#8217;re like, well, I didn&#8217;t know that was, I was going to a landscaper website. Why does Meta need to know that I was checking out who was going to cut my grass?</p>\n\n\n\n<p>I get that in some regards, that there&#8217;s just not a knowledge of where things are going. I think it&#8217;s a pretty safe thing to say that cookie popups, that was just not the right way to go about it. That&#8217;s just made things, made the internet significantly worse. What are the solutions to give website owners the data they need to make good marketing decisions?</p>\n\n\n\n<p>Because otherwise, I mean, I think of it even on a bigger macro level that that landscaper, if they don&#8217;t know any of the ads are working or what&#8217;s going on or what people are doing, then they don&#8217;t know what ads, where to spend their money that works best. Now they have to increase their costs to cover the blanket marketing that they have to do because they don&#8217;t know exactly what attribution, what marketing channel is actually working for them. So to pay for the 50 different marketing channels they have to do, they have to increase the cost for everybody.</p>\n\n\n\n<p>So if they were able to narrow it down and say, well, we know that mailers and these Google ads are actually our best ways to make money, we don&#8217;t need to spend on email newsletter, or all these different things, our marketing spends only 5% of what it would be otherwise, that means we don&#8217;t have to charge as much.</p>\n\n\n\n<p>So it goes to bigger macro level discussions of economics of, in some ways for the consumer, it could be better for these companies to have some data about you.</p>\n\n\n\n<p>But I understand what you&#8217;re saying though. It is like, again, I don&#8217;t want Meta to have it, I want the landscaper company to have it. That&#8217;s okay. And that&#8217;s the line that I think a lot of people, I think would agree that, yeah, I don&#8217;t want Meta to have that data but, yeah, I&#8217;m okay with my local landscaper having the data so they knew what ads worked and things like that.</p>\n\n\n\n<p>And those privacy or the modern analytics platforms do at least get you a good amount of that data. So they are some good alternatives to that. But it&#8217;s not going to get you, those mega corporations are not going to get the, okay, well they clicked on our ad, they went to these other places, then came back to our site, and then did this and they came back to site, and then did this and came back to our site. And to get those really deep analytics. They&#8217;re not going to and that&#8217;s the challenge. But I would say, the WordPress space, that&#8217;s 90% of people are going to do fantastic with modern analytics platforms and get the data that they need.</p>\n\n\n\n<p>[00:23:29] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s really interesting because you are owning the domain, you&#8217;re running the domain, you probably don&#8217;t have any interest in brokering the data out to Facebook anyway. So what you can get out of that is probably useful. We&#8217;ll dig into that in a moment.</p>\n\n\n\n<p>I&#8217;m just curious, being a resident in the USA, and I&#8217;m obviously, you can tell by my accent, I&#8217;m based in the UK, we may have, and I don&#8217;t know if we do, we may have a very different experience of browsing the internet.</p>\n\n\n\n<p>I, for my part, if I was to open up a brand new browser, clean out everything that&#8217;s ever happened in that browser and start again, and browse around a whole variety of websites, I am inundated with cookie banners. Go to any large property, I am going to see cookie banners a lot, a very significant amount of the time because that&#8217;s how it goes over here.</p>\n\n\n\n<p>They can be confusing. They can be deliberately confusing. And in some cases they can be eye wateringly difficult to understand. The language is inverted so that you are kind of clicking on something you didn&#8217;t intend to click on. There can be so many options. I mean, it is really remarkable how many options there can be. You open up this little popup and you scroll, and you scroll, and you scroll, and you scroll, and you could do that whole scroll thing for like a whole minute and you still haven&#8217;t run out of options. And so we are living through this, and I don&#8217;t know if it&#8217;s the same where you are, I don&#8217;t know if you encounter any of this stuff.</p>\n\n\n\n<p>[00:24:51] <strong>Derek Ashauer:</strong> I definitely see them, but it&#8217;s not on every single website because those cookie banners can be configured so that they can be region specific. So if someone is located in a space where there are no laws around that, then just don&#8217;t show on the banner. And I happen to be in that one. So there&#8217;s some that aren&#8217;t as complex that have that feature, and so I still will see those. But I mean, yeah, it&#8217;s not every single website. Honestly not sure how many, but I would say maybe 50%.</p>\n\n\n\n<p>[00:25:16] <strong>Nathan Wrigley:</strong> Yeah, I mean, if I was going to a website which is just purely, I don&#8217;t know, informational in content, it&#8217;s like a blog basically, then I&#8217;m sure I won&#8217;t see those kind of things because, what possible thing could they be doing? But if it&#8217;s a website where there&#8217;s some sort of login option or an option where they clearly are using analytics and they&#8217;re intending to sell that on, you do get bombarded with, there&#8217;s so many things that you can opt into and opt out of. It&#8217;s bizarre.</p>\n\n\n\n<p>[00:25:40] <strong>Derek Ashauer:</strong> Yeah, it&#8217;s a challenge. And it&#8217;s definitely an area that I am working on with my plugin and stuff, and trying to wrap my head around and understand to help guide people on it. But that&#8217;s one great thing about like the modern ones. For example, if you use Plausible, you do not need a cookie banner because of Plausible. You don&#8217;t need one. It doesn&#8217;t set cookies. It doesn&#8217;t use cookies. So just because you have analytics doesn&#8217;t mean you have to have a cookie banner.</p>\n\n\n\n<p>And that&#8217;s one thing I think is something that some people may not understand. You may need it for other reasons, depending on what you have going on your site. But there are sites where you just, I think there&#8217;s a lot of sites that have cookie banners that don&#8217;t actually need them because they&#8217;re so terrified of the EU cookie laws or those privacy laws that they&#8217;re like, it&#8217;s better to be safe than sorry. Lets just throw it up there and put it on there, CYA type stuff, cover your ass. Let&#8217;s just put it on there so that we don&#8217;t have to worry about it.</p>\n\n\n\n<p>But Google Analytics is a little like, probably should but, you know, if you are using one of those alternatives, that analytics platform, just that itself does not mean you have to have a cookie banner. And so it&#8217;s worth investigating to see if you could switch to alternatives. Some of them have free plans that you could stay within for a website, have your clients set up their own account. And if they have very small usage then use their free plan, and stick under that limit. And then you don&#8217;t even need a cookie banner on their site. And that can help annoy their visitors less. It&#8217;s something definitely worth investigating.</p>\n\n\n\n<p>[00:27:04] <strong>Nathan Wrigley:</strong> I think what I&#8217;ve noticed is that, and I could be wrong about this, my intuition though, because I see the same UI often. The cookie banner is clearly provided by the same company. Everything is the same apart from the choices that you can make, but obviously at some point they&#8217;ve ticked boxes and what have you. And it does feel a little bit like that. We don&#8217;t have the capacity to figure out what we really need to do, so what we&#8217;ll do is just enable every single option. Here&#8217;s all the choices that we could possibly provide.</p>\n\n\n\n<p>And of course that itself, that feels very self-defeating. Looking at it from the end user perspective, no matter what you think about the legislation and the merits of it, the fact that every single one of us is being caught up in this sort of dragnet of clicking away, rejecting cookies and what have you. That does seem like something which is not a good experience. I mean, I don&#8217;t know how many hours humanity wastes every day rejecting cookie banners.</p>\n\n\n\n<p>[00:27:57] <strong>Derek Ashauer:</strong> I mean, yeah, the cookie banners is a whole other thing. In my opinion it should be, if you&#8217;re going to do it, it should be in the browser. There should be a setting in the browser and the analytics code snippet that you have obeys the browser setting so that there&#8217;s not, there should be no need for independent, every single website owner to do their own remediation of, you know, through cookie banners of doing all this kind of stuff.</p>\n\n\n\n<p>It&#8217;s bonkers to me when every single website, if every single website needs to follow this, then put it at the browser level. You can just configure in your browser, in Chrome, say, I want to accept marketing cookies and I want to not accept these types of cookies or whatever, and then call it done. And every website you go to then just includes Google Analytics, includes whatever thing. It just can look at the browser settings and follow that, and you&#8217;re done. And it saves everyone thousands of dollars, hours of headache and all this kind of stuff, and it is what it is.</p>\n\n\n\n<p>[00:28:47] <strong>Nathan Wrigley:</strong> It sounds like a very sensible position. I&#8217;m just wondering, is that a clarion call that is in the industries that you are following, the analytics and the marketing side of things, is that something that&#8217;s gaining momentum or no?</p>\n\n\n\n<p>[00:28:59] <strong>Derek Ashauer:</strong> I haven&#8217;t heard of any movement to actually make that happen. I don&#8217;t know why I haven&#8217;t looked into it too much, but I haven&#8217;t read in the stuff that I&#8217;ve come across and reading and learning about it on my journey through this and educating myself about it. To me it seems like a pretty simple approach.</p>\n\n\n\n<p>[00:29:12] <strong>Nathan Wrigley:</strong> Let&#8217;s imagine a scenario in which cookies across the board are just outlawed universally for this kind of thing in the future. And obviously that&#8217;s not something that you would desire, but let&#8217;s just imagine a scenario where that was the case.</p>\n\n\n\n<p>As you call them, these modern solutions, if we were to bind that, let&#8217;s say into WooCommerce website, and obviously with Conversion Bridge, you&#8217;re all about the conversion. Does somebody arriving at the website end up doing a particular action? Do they purchase something? Do they end up at a landing page after a particular transaction has occurred, or something along those lines?</p>\n\n\n\n<p>How credible do those things feel to you now? And it said that a year ago you couldn&#8217;t do it with this particular platform, and now you can. Does it feel like that whole conversion industry, you know, conversion tracking in particular, does it feel like it&#8217;s fighting a losing battle? Or does it feel like with those modern analytics companies that you&#8217;re still in the game. You can still get the data that you probably need all be it, it&#8217;s not going off to some giant third party?</p>\n\n\n\n<p>[00:30:11] <strong>Derek Ashauer:</strong> So the first answer that came to mind when you&#8217;re asking that is, for example, in my testing of some of the various modern platforms, even on those, you&#8217;re getting 70% of the conversions actually getting tracked. And that could be for various reasons of JavaScript blockers, ad blockers, or things like that. And that&#8217;s one of the reasons why I&#8217;m really focusing on doing API based tracking, so that it&#8217;s server to server, not aligned to JavaScript. Because server to server, behind like, through PHP and APIs and stuff like that. If you can track what people are doing, then it&#8217;s going to be a lot more accurate actually.</p>\n\n\n\n<p>That&#8217;s one thing that I&#8217;m working on for my plugin is so that whatever analytics platform you&#8217;re using, it can be as accurate as possible. But yeah, I think you&#8217;re trying to hint at it, are these other modern platforms going to go the way of Google and try and sell data? Is that kind of what you mean?</p>\n\n\n\n<p>[00:30:58] <strong>Nathan Wrigley:</strong> No, what I was meaning was, do you feel that they are credible in that, okay, so let&#8217;s imagine that I own a WooCommerce store, I&#8217;ve been using Google forever and it&#8217;s been giving me this incredibly valuable data, and I really don&#8217;t want to let go of that. But I feel, for one reason or another, maybe that&#8217;s legislation, or just a moral compulsion that I feel I have, I want to move over to these platforms. Am I throwing away a ton of useful data that I&#8217;ll never get back? Or are these modern platforms slowly but surely offering a solution, which gives me more or less what I need.</p>\n\n\n\n<p>[00:31:31] <strong>Derek Ashauer:</strong> Yeah. From my perspective, what I&#8217;m seeing is when Google Analytics 4 came out, they haven&#8217;t been able to get the same level of data they used to 10 years ago with UA, Universal Analytics. Which was what we were, most of us were used to when we said Google Analytics, that&#8217;s what we had for a very, very long time, and then Google Analytics 4 came out.</p>\n\n\n\n<p>I would say the platforms, some are better than others. There&#8217;s definitely some that have a lot more advanced features than others. Fathom, for example, is pretty straightforward. I wouldn&#8217;t say it&#8217;s very well geared towards detailed conversion tracking and getting good, detailed, in-depth insights. It&#8217;s good at getting page views, where they came from, what country they&#8217;re at. Something you would hand to a client so they could look at a nice little dashboard.</p>\n\n\n\n<p>And Universal Analytics, it used to be great. I used to say, hey, here&#8217;s Universal Analytics, go check it out. Didn&#8217;t even have to walk them through any of it. They could look at the screen, understand the data, it made sense. Now, Google Analytics 4 is a cluster. It is for professional level marketers, and that is it at this point. You have to really know the software. There&#8217;s week long classes on how to use Google Analytics 4 these days, because it is so overwhelmingly complex. And I think it went almost too far in that regard.</p>\n\n\n\n<p>But anyway, I think these modern platforms can get most site owners the data they need to make good decisions about, are my ads working if I&#8217;m doing Facebook ads? Or am I doing Google ads? Are they working for me? You know, if I&#8217;m doing link building from another site and you can tag those same UTM codes, that might be something, if you&#8217;re familiar. There are codes that you can add to the URL, with the little query and the query variables, to kind of identify that this link came from this source.</p>\n\n\n\n<p>And then that can track that user throughout the process. You know, the add to cart, checkout and complete the purchase. And then know that that user came from that UTM tracking code from either somewhere on your own website or from an external website. So it can do all those great things.</p>\n\n\n\n<p>So for a lot of mom and pop, WooCommerce stores I think can get a lot of great, useful data. It&#8217;s really when you are more an enterprise company, and maybe you&#8217;re doing like a million dollars a week in ad spend, you&#8217;re going to want something that is really, these crazy reports that you can run. And it&#8217;s more about the reporting than anything that you can do in GA 4 that maybe these modern platforms can&#8217;t quite do yet.</p>\n\n\n\n<p>And so, like I said, for my clients, any of the clients that I&#8217;ve built sites for over the last 20 years, they don&#8217;t need any of that stuff. They would be very happy with the reports from, say, Plausible. Many of them would be happy with even Fathom, which I said, which isn&#8217;t the most conversion oriented platform. Even they would be great with those ones.</p>\n\n\n\n<p>[00:34:14] <strong>Nathan Wrigley:</strong> So your plugin, which is called Conversion Bridge, what does it do? It feels from the outside as if it&#8217;s almost like a Zapier for analytics meets website, if you know what I mean. You bind your website to the analytics platform, and then you can give it, I don&#8217;t know, if this, then that kind of functionality to figure out, okay, what are the conversions?</p>\n\n\n\n<p>And also it just feels like you are stripping out the technical burden of learning those platforms. Is that basically what it&#8217;s doing or have I missed the target?</p>\n\n\n\n<p>[00:34:46] <strong>Derek Ashauer:</strong> That&#8217;s very close. The idea is, when I was building sites for clients, I didn&#8217;t set up any conversion tracking for a lot of them. One, because it&#8217;s just the cost, because you go buy Gravity Forms well, this site we&#8217;re going to use WS Form. Well, this site we&#8217;re going to use Ninja Forms, or this site we&#8217;re using WooCommerce, this other one we&#8217;re going to use this other, you know.</p>\n\n\n\n<p>There&#8217;s so many different ways that you could do a form, do a purchase. Page builders, what button? How do I add a click tracking? Like, every time someone clicks on the buy now button on my homepage and goes to that. So we want to really track all this kind of stuff. It was a challenge of, how did you add that to your WordPress site? And so oftentimes it just didn&#8217;t happen because it was such a pain in the butt to do it.</p>\n\n\n\n<p>So what Conversion Bridge tries to do is makes it easy to add the analytics tracking codes. A lot of people just cut and paste it into the header, footer, code snippets, type plugins and all this kind of stuff. That is a way to do it. It&#8217;s not really the ideal way. But it does allow you to quickly and easily add one of, I think I have 12 different analytics platforms, whether it&#8217;s Google Analytics, Fathom, all that kind of stuff. Toggle, copy and paste your just like little ID number. And then the analytics code has been added to the site where it needs to. Make sure it does it for the right users. Like, I don&#8217;t want to track admin users, let&#8217;s make sure we don&#8217;t track admin users. Stuff like that.</p>\n\n\n\n<p>But the real benefit is, is that conversion tracking. So say you have a form that you&#8217;re using, and it&#8217;s just a simple, yes, add conversion tracking, done. That&#8217;s all I had to do. Click a toggle. I didn&#8217;t have to think about code snippets. How do I do it? Researching the form plugin, where does it need to get output? When does it need to get output? All this kinda stuff, it just was a pain in the butt.</p>\n\n\n\n<p>And then the real benefit for agencies is that, regardless of what site they&#8217;re doing, whether they&#8217;re using Bricks Builder or Beaver Builder, using WS Form, Gravity Forms, it&#8217;s all one plugin that works for any site that you would need, because it integrates with 50 plus different WordPress plugins to just have one click toggle conversion tracking.</p>\n\n\n\n<p>And websites really need conversion tracking. They need to know what users are doing on their site. And I think it&#8217;s a huge value that especially professional site builders could add to their plugin stack that they put on every client site to just, oh, all I have to do is copy, paste the little ID number from Fathom, and then I just need to check one little box in WS Form, and suddenly I have, not only analytics on the site, but I&#8217;m also tracking every single form submission.</p>\n\n\n\n<p>And we can see where they&#8217;re coming from and which ones generate the most contact form leads on this website that is for a landscaper to fill out forms and get lead quotes. And now I can tell my client, these resources, whether it&#8217;s this external blog that linked to us, oh my God, we got mentioned in this blog, and all of a sudden they&#8217;re generating 50 leads a month from us. We need to do more outreach to all these blogs. And to really understand where your leads are coming from. It&#8217;s a huge value to add to client sites.</p>\n\n\n\n<p>[00:37:28] <strong>Nathan Wrigley:</strong> I have a couple of questions following on from that. The first one is, have you got any examples, like curious examples, maybe unexpected examples? Because everybody gets the, okay, I want to convert, I want to track that a person arrived at the website, looked at this product and then ended up buying it, you know? Brilliant.</p>\n\n\n\n<p>But are there any quirky ones that people have reached out to you that they&#8217;ve used and you thought, oh gosh, I never imagined people would want to track that conversion?</p>\n\n\n\n<p>[00:37:52] <strong>Derek Ashauer:</strong> Not yet. It is pretty straightforward, you know, the things that you need to track. Form submissions, email newsletter signups are a good one. I mean purchases, stuff like that. What buttons on your page? You know, maybe you have a homepage and you want to know which button on that page actually got them to go to the buy now?</p>\n\n\n\n<p>So maybe you have one in the main banner. Maybe you have one near the FAQ section. Maybe you have one near the testimonials. Which one actually got people to actually go to that page. So button tracking, link tracking is good ones. Yeah, there&#8217;s not too many surprises on that regard.</p>\n\n\n\n<p>[00:38:23] <strong>Nathan Wrigley:</strong> And then the other one is about the plugins that you work with. So, and again, it sounds like your UVP really is that, look, we&#8217;ve looked at how their plugin works, how the code works, and you just tick the button. You say, I&#8217;ve got WS Form, I&#8217;ve got Gravity Forms, or whatever it may be, and now it&#8217;s just done. That&#8217;s part of the deal. You&#8217;re buying it so that you don&#8217;t have to do any coding.</p>\n\n\n\n<p>[00:38:45] <strong>Derek Ashauer:</strong> Yeah, because that&#8217;s, you know, what everyone wants these days. There&#8217;s no code. And they don&#8217;t even want to, even cutting and pasting code snippets. Before it was, a lot of plugins were like, add this, you had to use this hook, and then add this code. I mean, they provided this snippet, and then you had to kind of customise it and all this kinda stuff. It&#8217;s no. Just toggle and it&#8217;s done.</p>\n\n\n\n<p>You know, like for WooCommerce, it&#8217;ll send all the detailed data about the purchase. What product they purchased. How much it cost. What the order total was. So you can get all that good data in there so you can do some advanced reporting in Google Analytics or even Plausible and some other, Pirsch, and stuff like that. So these alternatives you can do as well.</p>\n\n\n\n<p>[00:39:18] <strong>Nathan Wrigley:</strong> No code solution. Yeah, that&#8217;s nice. And the other one I suppose would be, where do you feel your audience is? Is it kind of agencies, or do you have customers who are, I don&#8217;t know, just building their own website and really don&#8217;t have any technical background? Or is it more, like I said, is it more kind of agencies who are deploying this for their clients and they have an understanding of how to set these things up?</p>\n\n\n\n<p>[00:39:39] <strong>Derek Ashauer:</strong> You know, I&#8217;m doing my own market research and learning that as a business owner of how to do your, what is ICP? Ideal Customer Profile. And I&#8217;m kind of identifying that it, I think agencies would, so far, I think are the top of the list.</p>\n\n\n\n<p>I know there&#8217;s some people that have bought it that are single site owners, but then I&#8217;ve learned, you know, they bought a one site license, but then I learned that they were just trying it on one site to see how it worked.</p>\n\n\n\n<p>And they&#8217;re like, okay, yeah, this makes sense, and then they&#8217;re going to upgrade to, you know, a 20 site license because then they&#8217;re like, now I&#8217;m going to use this on all my client sites. This is what I&#8217;ve noticed those one site license purchases have been so far. So yeah, I think agencies do get the best of it.</p>\n\n\n\n<p>But it&#8217;s also a great tool to try out because I can actually, and I have it on my development test site, but I can enable 12 different analytics platforms at once. It&#8217;s obviously not something that you would do, but you technically could. And it&#8217;s great because you can actually test different things.</p>\n\n\n\n<p>Say, if you&#8217;re using Google Analytics, I want to test out Plausible. Let me try it out. Well, let me just add Google Analytics and Plausible, and everywhere you&#8217;ve checked that box on WS Form to do conversion tracking, it&#8217;ll send it to every single platform for you. You don&#8217;t have to then do a different snippet or code for, okay, now let me cut, do this snippet for WS Form in Plausible. Do this snippet for WooCommerce and Plausible. This snippet for Google Analytics and WooCommerce. It just takes care of all that for you.</p>\n\n\n\n<p>So you could try, do the free trial for a week for three or four different analytics platforms. Look at the data. Okay, we ran it for a week, let&#8217;s see which one I actually do like. So it&#8217;s one little side benefit. I allowed multiple analytics platforms to make it easy for me to develop, but then I quickly realised, this is actually an advantage to test out these different platforms and see if I can get good data, and data that is usable without losing Google Analytics data while you keep maintaining that.</p>\n\n\n\n<p>[00:41:13] <strong>Nathan Wrigley:</strong> It feels like there&#8217;s very few parts of our industry where politics gets in. There&#8217;s just no politics in the kind of things that I deal with. You know, what I mean by that, international politics. Not the kind of politics within the kind of baseball of WordPress, but the international politics.</p>\n\n\n\n<p>It feels like this is a bit of a moving target at the moment. And it&#8217;d be curious to see if we were to do this episode again in a year&#8217;s time, whether or not the sand has shifted, and you&#8217;ve had to pivot your product because it&#8217;s moved in one direction or another. Yeah, just absolutely fascinating.</p>\n\n\n\n<p>I wish you all the best. Just before we wrap it up, where do people find you? What&#8217;s the URL or the social network or both? Where can we find you? And of course, Conversion Bridge.</p>\n\n\n\n<p>[00:41:55] <strong>Derek Ashauer:</strong> Yeah, conversionbridgewp.com is the Conversion Bridge plugin, and then I am pretty active on Twitter. You can find me @derekashauer on Twitter or X, I guess, sorry.</p>\n\n\n\n<p>[00:42:05] <strong>Nathan Wrigley:</strong> Yeah. As is always the case, I will drop all of the links for anything that we discuss today, including the host of analytics platforms and what have you that we mentioned. I&#8217;ll put all of those into the show notes. If you head to wptavern.com, search for the episode with Derek in, all of the links will be right there.</p>\n\n\n\n<p>So, Derek, it just remains for me to say thank you very much for chatting to me today. I really appreciate it. It.</p>\n\n\n\n<p>[00:42:24] <strong>Derek Ashauer:</strong> It&#8217;s been a pleasure. Thanks for having me on.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/derekashauer\">Derek Ashauer</a>.</p>\n\n\n\n<p>Having spent over 15 years in the WordPress arena, Derek has transitioned from building client sites to creating specialised WordPress plugins. Today, we get to hear about his journey creating <a href=\"https://conversionbridgewp.com/\">Conversion Bridge</a>, a tool specifically designed to streamline the process of implementing analytics platforms and conversion tracking on WordPress websites.</p>\n\n\n\n<p>We start with an overview of analytics, tracing its evolution from the simple server logs of the early internet days, to the sophisticated data gathering mechanisms provided by Google Analytics and others.</p>\n\n\n\n<p>We explore how the introduction of European privacy laws has significantly impacted the data landscape, challenging marketers and businesses to adapt to a new era, where data privacy is regarded differently in different locales.</p>\n\n\n\n<p>Derek offers his perspectives on this rapidly changing field, discussing the rise of modern, privacy-focused analytics platforms like Fathom, Plausible, and others. He explains how these technologies employ cookieless tracking techniques to respect user privacy, while still providing valuable insights for website owners.</p>\n\n\n\n<p>We also address the problem of data accessibility and user privacy. Derek, sharing his personal views as a marketer, acknowledges the complexity of balancing effective marketing strategies with ethical data use. He explains his thoughts on why modern solutions might strike a better balance, ensuring that user data remains private while allowing businesses to glean just the insights they need.</p>\n\n\n\n<p>Whether you&#8217;re managing a WooCommerce store or building sites for clients, Derek’s insights into conversion tracking will be of interest. He talks about some of the hurdles site builders face with traditional systems and how Conversion Bridge simplifies conversion tracking across various platforms and plugins without the need for extensive coding.</p>\n\n\n\n<p>If you&#8217;re an agency, developer, or digital marketer, this discussion will help equip you with knowledge and strategies to navigate the ever-evolving landscape of web analytics.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://x.com/derekashauer\">Derek on X</a></p>\n\n\n\n<p><a href=\"https://www.sunshinephotocart.com/\"> Sunshine Photo Cart</a></p>\n\n\n\n<p><a href=\"https://conversionbridgewp.com/\">Conversion Bridge</a></p>\n\n\n\n<p><a href=\"https://usefathom.com/\">Fathom Analytics</a></p>\n\n\n\n<p><a href=\"https://plausible.io/\">Plausible Analytics</a></p>\n\n\n\n<p><a href=\"https://pirsch.io/\">Pirsch Analytics</a></p>\n\n\n\n<p><a href=\"https://usermaven.com/\">Usermaven</a></p>\n\n\n\n<p><a href=\"https://support.google.com/analytics/answer/10089681?hl=en\">Introducing the next generation of Analytics, Google Analytics 4</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Do The Woo Community: Cami MacNamara Joins the Do the Woo Hosting Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=90706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/blog/cami-macnamara-joins-the-do-the-woo-hosting-team/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"Here at Do the Woo we are thrilled to announce that Cami McNamara is joining WP Agency Tracks as a co-host with Marcus. Cami, a long-time WordPress professional and the founder of WebCami Agency, brings years of experience in running a successful solo agency. As the creator of the Web Designer Habits newsletter and the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Feb 2025 13:24:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 6.7.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2025/02/wordpress-6-7-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8485:\"<h2 class=\"wp-block-heading\">WordPress 6.7.2 is now available!</h2>\n\n\n\n<p>This minor release includes <a href=\"https://make.wordpress.org/core/tag/6-7-2/\">35 bug fixes</a>, addressing issues affecting multiple components including the block editor, HTML API, and Customize.</p>\n\n\n\n<p>WordPress 6.7.2 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-8/\">version 6.8</a> planned for April 15, 2025.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.7.2.zip\">download WordPress 6.7.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-7-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.7.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/ajlende\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexandrebuffet\">Alexandre Buffet</a>, <a href=\"https://profiles.wordpress.org/bowedk\">Andreas Pedersen</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitkumarshah\">Ankit Kumar Shah</a>, <a href=\"https://profiles.wordpress.org/apermo\">apermo</a>, <a href=\"https://profiles.wordpress.org/benniledl\">Benedikt Ledl</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">Brian Alexander</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/coquardcyr\">Cyrille</a>, <a href=\"https://profiles.wordpress.org/danielpost\">Daniel Post</a>, <a href=\"https://profiles.wordpress.org/darerodz\">darerodz</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/get_dave\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhewercorus\">dhewercorus</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella</a>, <a href=\"https://profiles.wordpress.org/im3dabasia1\">Eshaan Dabasiya</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ffffelix\">Felix Renicks</a>, <a href=\"https://profiles.wordpress.org/franciscabusas22\">Francis Cabusas</a>, <a href=\"https://profiles.wordpress.org/frankbiganski\">Frank B.</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ghinamt\">ghinamt</a>, <a href=\"https://profiles.wordpress.org/glynnquelch\">Glynn Quelch</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/jameskoster\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jdnd\">jdnd</a>, <a href=\"https://profiles.wordpress.org/jeryj\">jeryj</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanwp22\">juanwp22</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/karthickmurugan\">Karthick</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">Kazuto Takeshita</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/ketanniruke\">Ketan Niruke</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/levskipg\">levskipg</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak\">Maciej Ma?kowiak</a>, <a href=\"https://profiles.wordpress.org/santosguillamot\">Mario Santos</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mayanktripathi32\">Mayank Tripathi</a>, <a href=\"https://profiles.wordpress.org/czapla\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/presstoke\">Mitchell Austin</a>, <a href=\"https://profiles.wordpress.org/mreishus\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur\">Nadir Seghir a11n</a>, <a href=\"https://profiles.wordpress.org/narenin\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/nareshbheda\">Naresh Bheda</a>, <a href=\"https://profiles.wordpress.org/neotrope\">neotrope</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/oglekler\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/parthvataliya\">Parth vataliya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/paullb\">paullb</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pitamdey\">Pitam Dey</a>, <a href=\"https://profiles.wordpress.org/redkite\">redkite</a>, <a href=\"https://profiles.wordpress.org/rishavdutta\">Rishav Dutta</a>, <a href=\"https://profiles.wordpress.org/robertstaddon\">robertstaddon</a>, <a href=\"https://profiles.wordpress.org/rvoigt\">rvoigt</a>, <a href=\"https://profiles.wordpress.org/mi5t4n\">Sagar Tamang</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/seanlanglands\">seanlanglands</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/shyamkariya\">Shyam Kariya</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sukhendu2002\">Sukhendu Sekhar Guria</a>, <a href=\"https://profiles.wordpress.org/TobiasBg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vishy-moghan\">Vishy Moghan</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wongjn\">wongjn</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/zaoyao\">zaoyao</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\"https://profiles.wordpress.org/joedolson/\">@joedolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">@joemcgill</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for proofreading.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2025 16:52:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: Inside the WooCommerce Release Process with Julia Amosova\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/inside-the-woocommerce-release-process-with-julia-amosova/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"In this episode, James and Julia discuss WooCommerce\'s enhanced release process, focusing on improved testing, community involvement, and future goals like faster fix releases and compatibility tools for merchants.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Feb 2025 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Ed Catmull on Change\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=137101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2025/02/ed-catmull-on-change/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1839:\"<p>I&#8217;ve been really enjoying the book <a href=\"https://www.amazon.com/Creativity-Inc-Overcoming-Unseen-Inspiration/dp/0812993012\">Creativity Inc by Ed Catmull of Pixar</a>, it was recommended to me by my colleague <a href=\"https://davemart.in/\">Dave Martin</a> a while back and I finally got around to it. There&#8217;s an interesting story in it where George Lucas had asked him to develop a film editing system that was digital.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>While George wanted this new video-editing system in place, the film editors at Lucasfilm did not. They were perfectly happy with the system they had already mastered, which involved actually cutting film into snippets with razor blades and then pasting them back together. They couldn&#8217;t have been less interested in making changes that would slow them down in the short term. They took comfort in their familiar ways, and change meant being uncomfortable. [&#8230;] If left up to the editors, no new tool would ever be designed and no improvements would be possible.</p>\n</blockquote>\n\n\n\n<p>This made me think a lot about the early days of <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> and the huge resistance it had in the community, including causing the fork of ClassicPress. Now that we&#8217;re much further along there&#8217;s a pretty widespread acceptance of Gutenberg, and it&#8217;s responsible for the vast majority of all WP posts and pages made, however if we had taken a vote for whether it should happen or not, it probably wouldn&#8217;t have ever gotten off the ground.</p>\n\n\n\n<p>What’s funny is if you go back even further, using a visual WYSIWYG editor in the first place was very controversial, and many people didn’t want the classic editor brought into WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Feb 2025 05:38:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Gutenberg Times: WordPress 6.8 Roadmap, Advanced Debugging Course,  Invoker Commands —   Weekend Edition 319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21606:\"<p>Hi there, </p>\n\n\n\n<p>So I&#8217;ll be off next week to Manila, Philippines. After a 15 hrs flight to a  seven-hour time difference, I need a couple of days to acclimate, and I also want to get some sightseeing in before immersing into WordCamp Asia. The next weekend edition will be published after my return to Munich.</p>\n\n\n\n<p>I will be sharing <a href=\"https://bsky.app/profile/bph.social\">photos on Bluesky</a> if you would like to follow along my adventures.  I&#8217;m excited about an infinite  amount of 3D interactions with my fellow WordPressers. Sending virtual hugs to you. 🤗</p>\n\n\n\n<p> Have a wonderful weekend, and if you are coming to Manila, too, have a safe journey! </p>\n\n\n\n<p>Yours, 💕</p>\n\n\n\n<p><em>Birgit</em></p>\n\n\n\n<p>PS: <a href=\"https://gutenbergtimes.com/getting-ready-for-wordcamp-asia-2025-in-manila-philippines/\">Getting ready for WordCamp Asia 2025 in Manila, Philippines</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#five-newest-block-themes-in-the-wordpress-repository-are\">Six newest block themes </a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-8-roadmap-advanced-debugging-course-invoker-commands-weekend-edition-319/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\n\n\n\n<p>In the 407th episode of WP Build, titled <a href=\"https://wpbuilds.com/2025/02/03/407-at-the-core-with-birgit-pauli-haack-and-anne-mccarthy-episode-2/\"><strong>“At The Core” with Birgit Pauli-Haack and Anne McCarthy</strong></a>, we had a fun chat with <strong>Nathan Wrigley</strong> about all the cool updates and features from the last three months. We dove into the neat experimental features aimed at making collaborative editing in WordPress a reality, which feels a lot like using Google Docs! Plus, we covered some handy tools and resources spotlighted on the Developer Blog, from nailing light and dark modes in block themes to figuring out data views and form components. And let’s not forget about &#8220;WordPress Playground,&#8221; an awesome tool that lets you whip up a site right in your browser without any hassle!</p>\n\n\n\n<a href=\"https://wpbuilds.com/2025/02/03/407-at-the-core-with-birgit-pauli-haack-and-anne-mccarthy-episode-2/\"><img width=\"652\" height=\"343\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/WP-Builds-Podcast-Episode-407.jpg?resize=652%2C343&ssl=1\" alt=\"\" class=\"wp-image-37668\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Aaron Jorbin </strong>announced<strong> <a href=\"https://make.wordpress.org/core/2025/02/04/wordpress-6-7-2-rc1-is-now-available/\">WordPress&nbsp;6.7.2&nbsp;RC1 is now available</a></strong>&nbsp;for testing. Final release is expected next week on February 11, 2025. The post has the list of all the bug fixes from trac tickets and GitHub pull requests. With the minor release, we will also see a new version of the default theme, Twenty-Twenty-Five.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>George Mamadashvili</strong> worked on this week&#8217;s Gutenberg plugin release. Here is the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.2.0\">changelog of Gutenberg 20.2</a>. At first glance, two enhancements stood out for me:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Details block: Add name attribute for exclusive accordion. (<a href=\"https://github.com/WordPress/gutenberg/pull/56971\">56971</a>)</li>\n\n\n\n<li>Post-content block header color support. (<a href=\"https://github.com/WordPress/gutenberg/pull/67783\">67783</a>)</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Krupal Lakhia</strong> published the <a href=\"https://make.wordpress.org/core/2025/02/06/roadmap-to-6-8/\">Roadmap to WordPress 6.8</a>. WordPress 6.8 is dropping on April 15, 2025, and it&#8217;s all about making site building smoother and faster. Expect an improved editing flow with an enhanced “Zoom Out” mode, better style controls, and more typography options. The update also introduces “Write” and “Design” modes, so you can focus on content or layout separately. Under the hood, new tools like Block Hooks and Block Bindings make it easier to customize, while performance boosts—like speculative loading—help sites run faster. Plus, accessibility upgrades and continued PHP 8.x support keep WordPress user-friendly and future-proof. Lakhia goes into much more detail in his post and shares corresponding PRs from the tracking systems.</p>\n\n\n\n<a href=\"https://make.wordpress.org/core/2025/02/06/roadmap-to-6-8/\"><img width=\"652\" height=\"326\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/image-3.png?resize=652%2C326&ssl=1\" alt=\"Change section design from style variations\" class=\"wp-image-37666\" /></a>\n\n\n\n<p><em>Did you know that you can use Playground to test single Gutenberg PRs? </em></p>\n\n\n\n<img width=\"652\" height=\"124\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-07-at-18.50.20.png?resize=652%2C124&ssl=1\" alt=\"\" class=\"wp-image-37682\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-114-reflections-on-gutenberg-times-and-do-the-woo/\">Gutenberg Changelog #114 – Reflections on Gutenberg Times and Do the Woo</a> with Bob Dunn aka BobWP as host and guest Birgit Pauli-Haack, each publication started 7 years ago. </p>\n\n\n\n<img width=\"652\" height=\"328\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Gutenberg-Changelog-114-Bob-Dunn-Birgit-pauli-Haack-edited.png?resize=652%2C328&ssl=1\" alt=\"\" class=\"wp-image-37614\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>After building multiple extensions for Gravity Forms, <a href=\"https://x.com/johnofhousejohn\"><strong>Johnathon Williams</strong>,</a> owner of Odd Jar, has released his first plugin for the Block Editor – <a href=\"https://oddjar.com/wordpress-plugins/quicklink-pro/\"><strong>QuickLink Pro</strong></a>, a link management solution designed specifically for the block editor. It adds external links to the standard link dialog in the block editor for easy linking after you manage your link library on a settings page. This is a great tool to manage your affiliate links, subscription links, or documentation pages you keep referencing in your tutorials. It&#8217;s not free, and hopefully, there are a few more features added later this year. Williams also has some <a href=\"https://oddjar.com/five-tips-for-making-wordpress-plugins-with-ai/\">helpful tips on coding with AI</a>. <em>Hat tip to Davinder Singh Kainth from the WP Weekly for finding the plugin.</em></p>\n\n\n\n<a href=\"https://oddjar.com/wordpress-plugins/quicklink-pro/\"><img width=\"652\" height=\"346\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-08-at-12.06.01.png?resize=652%2C346&ssl=1\" alt=\"\" class=\"wp-image-37686\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Eric Karkovack</strong>, The WP Minute, dives into <a href=\"https://thewpminute.com/how-wordpress-block-patterns-improve-your-workflow/\"><strong>How WordPress Block Patterns Improve Your Workflow</strong></a>. WordPress block patterns are pre-designed sections that enhance your workflow by offering a quick way to build websites. Karkovack explains the value of patterns because they save time and offer ready-made reusable designs for common content. Multiple patterns can be combined to create landing pages and shorten their production time.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"five-newest-block-themes-in-the-wordpress-repository-are\">Six newest block themes </h3>\n\n\n\n<p>in the WordPress repository are: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/themes/hr-management/\"><strong>HR Management</strong></a> by Peter Williams &#8211; helps you showcase HR services with eleven patterns and five Style variations</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/gutenify-bold/\"><strong>Gutenify Bold</strong></a> by Code Yatri, a child theme of Gutenify Starter, comes with 10 Style variations and 16 patterns.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/edugrove/\"><strong>EduGrove</strong></a> by Theme Grove &#8211; designed to meet the needs for educational institutions of all kinds. It entails 30 (!) patterns and 7 style variations.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/wens-food-palette/\"><strong>WENS Food Palette</strong></a> by WEN Solutions, a child theme of WENS Haelo, for food related business with 20 patterns.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/healthy-food-blogger/\"><strong>Healthy Food Blogger</strong></a> by Creta Themes &#8211; for passionate food bloggers, recipe creators, and culinary enthusiasts, with 10 patterns and a slider.</li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/nas-construction-build/\"><strong>NAS Construction Build</strong></a> by Template House a theme for a construction company with 9 style variations and 16 patterns.</li>\n</ul>\n\n\n\n<p>The total number of Block themes in the repository is <strong>1,130 as of today</strong>.</p>\n\n\n\n<img width=\"652\" height=\"385\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-08-at-15.35.55.png?resize=652%2C385&ssl=1\" alt=\" Six newest block themes\" class=\"wp-image-37691\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In his post <a href=\"https://haurand.com/circles-wp-developing-a-block-theme/\"><strong>Block Theme Circles WP – Developing and Customization</strong></a>, Hans-Gerd Gerhards takes you along his development journey of the block theme <em>Circles WP</em>, which is available in the WordPress repository. Gerhards characterizes his theme as &#8220;lightweight and therefore extremely fast.&#8221; <em>Circles WP</em> is already prepared for an accessibility-ready website. The font used is <a href=\"https://fonts.google.com/specimen/Lexend\">Lexend</a> – an accessible font – as standard. Alternatively, the <a href=\"https://fonts.google.com/specimen/Atkinson+Hyperlegible\">Atkinson Hyperlegible Font</a> – Braille Institute (also accessibility-ready) or “System Font” are available. <em>Circles WP</em> was deliberately developed without any additional CSS, i.e., he only uses the settings of the block editor.</p>\n\n\n\n<a href=\"https://haurand.com/circles-wp-developing-a-block-theme/\"><img width=\"652\" height=\"285\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/circles_height-1024x448-1.jpg?resize=652%2C285&ssl=1\" alt=\"Screenshot CirclesWP in the block editor\" class=\"wp-image-37670\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The co-founder of <em>simplenet</em>, a hosting and web development agency from Romania, <em>Andrei Chira</em>, announced that their first theme, a block theme called <strong><a href=\"https://wordpress.org/themes/simplenet/\">Simplenet</a></strong>, was accepted into the WordPress repository. Chira also shared the genesis of the theme and its features. It&#8217;s meant to be used as a base theme to get started building a website with WordPress. &#8220;The <strong>Simplenet</strong> theme is the result of this learning process. I was inspired by other existing themes and tried to understand how the structure of a block theme works,&#8221; he wrote. The theme is also <a href=\"https://github.com/andreik6v/simplenet\">available on GitHub</a>.</p>\n\n\n\n<a href=\"https://simplenet.io/introducing-simplenet-wordpress-block-theme/\"><img width=\"650\" height=\"427\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/style-variations-simplenet-650x427-1.webp?resize=650%2C427&ssl=1\" alt=\"\" class=\"wp-image-37679\" /></a>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Geoff Graham</strong> created a <a href=\"https://css-tricks.com/baseline-status-in-a-wordpress-block/\"><strong>WordPress block Baseline Status</strong></a> of a web feature base, meaning its browser compatibility. It&#8217;s the baseline status component formatted as a WordPress block. Graham then takes you along the journey of how he built it and what design decisions he made along the way. The <a href=\"https://wordpress.org/plugins/baseline-status/\">plugin is available in the WordPress repository</a></p>\n\n\n\n<img width=\"582\" height=\"150\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-08-at-15.14.20.png?resize=582%2C150&ssl=1\" alt=\"Baseline Status block \" class=\"wp-image-37687\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A new course for WordPress developers is now available: <a href=\"https://learn.wpvip.com/course/advanced-wordpress-debugging/\"><strong>Advanced WordPress Debugging Course</strong></a>. Although published by Learn VIP, the learning site of WordPress VIP, the course is open and free to the public. &#8220;Debugging is a critical skill for any software developer. We understand how important it is to quickly find and resolve issues, reducing downtime and ensuring users have a seamless experience on your site. For your organization, this means saving time, avoiding unnecessary costs, and having the flexibility to grow and adapt without worrying about technical hiccups,&#8221; Rick Hurst wrote on <a href=\"https://lobby.vip.wordpress.com/2025/01/21/new-advanced-wordpress-debugging-course-for-vip-learn/\">the announcement post</a>. And the course is a &#8220;comprehensive exploration of advanced WordPress debugging techniques, equipping learners with the skills and tools needed to troubleshoot and resolve complex issues in WordPress applications.&#8221; The estimated course completion time is 5 to 8 hours. Other courses from the same team are:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://learn.wpvip.com/course/enterprise-wordpress-security/\">Enterprise WordPress Security</a></li>\n\n\n\n<li><a href=\"https://learn.wpvip.com/course/enterprise-performance/\">Enterprise WordPress Performance</a></li>\n\n\n\n<li><a href=\"https://learn.wpvip.com/course/wordpress-vip-architecture-and-tooling/\">WordPress VIP Architecture and Tooling</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <a href=\"https://www.briancoords.com/getting-the-block-editor-ready-for-ai/\"><strong>Getting the Block Editor Ready for AI</strong></a>, Brian Coords discusses his conversation with Matt Medeiros about the shortcomings of AI and then offers a few strategies on how to help AI become smarter about WordPress.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>So there is a new thing called <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API\"><em>Invoker Commands API</em></a> coming to browsers. It&#8217;s so new, it&#8217;s only available in pre-release browsers like Chrome Canary, Firefox Nightly, or Safari TP (Technical Preview) behind a feature flag that you need to enable. So if you are not interested in these new experimental browser features, you can skip this paragraph. <strong>Pascal Birchler</strong>, WordPress core committer sponsored by Google, explored what <a href=\"https://pascalbirchler.com/invoker-commands-api-wordpress/\"><strong>Invoker Commands in WordPress</strong></a> would look like. He explains what the Invoker Commands API tries to accomplish and how, and then he switches to what this would mean for Blocks and how it relates to the Interactivity API. Then Birchler introduces the Block Invokers plugin and how you can provide Invoker commands to a custom block in WordPress.</p>\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: Photo by <a href=\"https://unsplash.com/de/@mbcaptures?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash\">Michael Buillerey</a> on <a href=\"https://unsplash.com/de/fotos/stadtbildfotografie-von-gebauden-und-booten-KwgEwVEsao8?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash\">Unsplash</a></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Feb 2025 23:42:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: On Logan Bartlett Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=136823\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2025/02/logan-bartlett/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:551:\"<p>You may not have heard of <a href=\"https://x.com/loganbartlett\">Logan Bartlett</a>, but he&#8217;s one of the most hilarious people on Twitter and does a really interesting podcast. (<a href=\"https://pca.st/9p91u5lv\">He had a cool episode with Marc Benioff recently</a>.) We sat down for a discussion on managing through crisis, open source and AI, employee liquidity, future of WordPress, and more. You can watch on YouTube below or <a href=\"https://pca.st/j368ze4b\">listen on Pocket Casts</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Feb 2025 20:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Gravatar: How to Set Up a Custom Domain Handle on Bluesky\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://blog.gravatar.com/2025/02/06/bluesky-handle/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13865:\"<p>&#8220;<em>Why does everyone on Bluesky have cooler handles than me?</em>&#8220;</p>\n\n\n\n<p>If you&#8217;ve joined <a href=\"https://bsky.app/\">Bluesky</a> recently, you might have noticed something different about the usernames. While you&#8217;re stuck with @yourname.bsky.social, others are rocking handles like @sarah.cool or @team.company. These custom domain handles are one of Bluesky&#8217;s standout features – but until recently, getting one meant diving into the complex world of domain registration and DNS configuration.</p>\n\n\n\n<p>With <a href=\"https://edition.cnn.com/2024/11/13/tech/x-musk-bluesky-users-post-election/index.html\">Bluesky&#8217;s user base doubling in just 90 days</a>, standing out matters more than ever. But who has time to become a DNS expert just to get a better username?</p>\n\n\n\n<p>Here&#8217;s some good news: <a href=\"https://gravatar.com/\">Gravatar</a> now offers free domains that connect directly to Bluesky. No complex setup required. These domains come pre-configured, so you can skip the technical hurdles and start using your custom handle right away.</p>\n\n\n\n<p>Let&#8217;s explore how to <a href=\"https://blog.gravatar.com/2024/06/26/link-your-gravatar-profile-with-a-free-custom-domain/\">claim your free domain from Gravatar</a>, connect it to Bluesky, and get a verified custom handle in minutes.</p>\n\n\n\n<a href=\"https://wordpress.org/plugins/gravatar-enhanced/\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_enhanced_cta.png\" alt=\"\" class=\"wp-image-2634\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why custom domain handles make your Bluesky profile stand out</strong></h2>\n\n\n\n<p>A custom domain handle on Bluesky (@yourname.cool instead of @yourname.bsky.social) signals that you&#8217;ve taken an extra step to establish your presence on the platform. This verification proves you own the domain – something that adds credibility to your profile, no matter your title or type of profile.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Creators and professionals: </strong>Writers like @sarah.ink and artists like @studio.art are using custom handles to build recognizable personal brands.</li>\n\n\n\n<li><strong>Small businesses:</strong> Local shops are claiming handles like @cafe.place to stand out in their communities.</li>\n\n\n\n<li><strong>Teams and organizations:</strong> Companies use handles like @news.company for announcements and @support.company for customer service.</li>\n\n\n\n<li><strong>Early adopters: </strong>Tech-savvy users are grabbing memorable handles like @me.cool before they&#8217;re gone.</li>\n</ul>\n\n\n\n<p>The best part? While others are still struggling with complex DNS setups, you can claim your free domain from Gravatar and have your custom handle running in minutes.</p>\n\n\n\n<p>Until now, getting a custom handle meant:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Finding a domain registrar.</li>\n\n\n\n<li>Paying yearly fees (usually $10-30).</li>\n\n\n\n<li>Figuring out DNS records.</li>\n\n\n\n<li>Adding TXT entries.</li>\n\n\n\n<li>Waiting for verification.</li>\n\n\n\n<li>Hoping you didn&#8217;t mess anything up.</li>\n</ul>\n\n\n\n<p>Gravatar&#8217;s solution? Skip all that. Our domains come pre-configured for Bluesky, and your first year is free. Here&#8217;s everything you need to know:</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The simplest way to get a custom Bluesky handle: Gravatar domains</strong></h2>\n\n\n\n<p>Getting a custom Bluesky handle just got much easier. Gravatar now <a href=\"https://support.gravatar.com/profiles/custom-domains/\">offers free domains</a> that come pre-configured, removing all the technical setup typically needed for custom handles.</p>\n\n\n\n<p>These free domains work with Bluesky right out of the box – no DNS configuration required. When you sign up for a Gravatar profile, you can choose from fifteen different domain extensions:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Classic options like .info, .pro, and .link</li>\n\n\n\n<li>Personal branding choices like .guru, .ninja, and .bio</li>\n\n\n\n<li>Social media-focused extensions like .social and .cool</li>\n\n\n\n<li>Professional options like .contact and .place</li>\n</ul>\n\n\n\n<p>The best part? <strong>These domains are free for the first year.</strong> After claiming your domain through Gravatar, you&#8217;ll get full details about renewal pricing during checkout. This makes Gravatar&#8217;s solution perfect for anyone who wants a custom Bluesky handle without dealing with domain registrars or DNS configuration.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-step: Connect your free Gravatar domain to Bluesky</strong></h2>\n\n\n\n<p>Ready to set up your custom Bluesky handle? Follow these simple steps to claim your free Gravatar domain and connect it to Bluesky in minutes:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Head to <a href=\"https://gravatar.com\">Gravatar</a> and click the <em>Get Started Now</em> button in the top right corner. Fill in your details and complete your profile setup.</li>\n</ol>\n\n\n\n<img width=\"1350\" height=\"998\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/get-started-now-button-gravatar.png\" alt=\"Button to create a new Gravatar profile\" class=\"wp-image-2818\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>From your Gravatar dashboard, find the <em>Claim Domain</em> option in the top left menu. If you can’t find it, go to <em>Settings &gt; Profile URL </em>tab.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"1351\" height=\"957\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/gravatar-claiming-custom-domain.png\" alt=\"Profile URL settings in Gravatar\" class=\"wp-image-2820\" />\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Choose a domain extension that fits your style from the available options (e.g., .cool, .bio, .social). In this section, you can see how much the renewal would cost for each domain option.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"1363\" height=\"1254\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/custom-domain-options.png\" alt=\"Choosing a custom domain through WordPress.com\" class=\"wp-image-2821\" />\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Want a more personalized touch? Click the <em>Change</em> button next to your profile URL to adjust your domain before finalizing.</li>\n\n\n\n<li>You’ll be redirected to a <a href=\"http://wordpress.com\">WordPress.com</a> checkout page to register the domain, but don’t worry – your first year is free.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"294\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/domain-purchase-checkout-page.png?w=660\" alt=\"WordPress checkout page for a custom domain\" class=\"wp-image-2822\" />\n\n\n\n<ol start=\"6\" class=\"wp-block-list\">\n<li>Complete the checkout, and you’ll receive an email confirming that your domain is active.</li>\n</ol>\n\n\n\n<img width=\"1218\" height=\"925\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/domain-confirmation-email.png\" alt=\"Confirmation email for an activated custom domain by WordPress.com\" class=\"wp-image-2823\" />\n\n\n\n<ol start=\"7\" class=\"wp-block-list\">\n<li>Open the Bluesky app or website, navigate to <em>Settings &gt; Account &gt; Handle</em>, and select <em>Change Handle</em>.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"871\" height=\"573\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/settings-handle.png\" alt=\"Handle settings in Bluesky app\" class=\"wp-image-2825\" />\n\n\n\n<ol start=\"8\" class=\"wp-block-list\">\n<li>Click <em>I Have My Own Domain</em>.</li>\n</ol>\n\n\n\n<img width=\"660\" height=\"357\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/choosing-personal-domain-for-bluesky.png?w=660\" alt=\"Changing the Bluesky handle with a custom domain\" class=\"wp-image-2826\" />\n\n\n\n<ol start=\"9\" class=\"wp-block-list\">\n<li>Enter your Gravatar domain (make sure it’s activated), and when you get the <em>Domain verified! </em>message, click on <em>Update to [domain name]</em>.&nbsp;</li>\n</ol>\n\n\n\n<img width=\"1219\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/domain-updated-confirmation.png\" alt=\"Confirmation for the changing of the Bluesky domain\" class=\"wp-image-2828\" />\n\n\n\n<ol start=\"10\" class=\"wp-block-list\">\n<li>You’re done! Enjoy your sleek, verified custom handle on Bluesky!</li>\n</ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Common questions on Gravatar’s custom Bluesky handles with Gravatar&nbsp;</strong></h3>\n\n\n\n<p><strong>Q: How long does it take to verify my custom domain handle on Bluesky?</strong><strong><br /></strong>A: Verification is quick and usually completes within a few minutes. However, if the system is busy, you might experience a short delay. Don’t worry – your handle will be ready shortly.</p>\n\n\n\n<p><strong>Q: Will I lose my original .bsky.social handle?</strong><strong><br /></strong>A: No. As of December 12, 2024, your previous .bsky.social handle is reserved for you. You won’t need to create a new account to keep it, and you can switch back to it anytime if you decide to stop using your custom domain.</p>\n\n\n\n<p><strong>Q: What happens to tags and mentions associated with my old handle?</strong><strong><br /></strong>A: All tags and mentions linked to your old .bsky.social handle will automatically point to your new Gravatar-powered handle. There’s no risk of losing connections or conversations.</p>\n\n\n\n<p><strong>Q: Is the handle change permanent?</strong><strong><br /></strong>A: Not at all. You can change your handle again or revert to your original .bsky.social handle anytime. Your Gravatar domain will still belong to you, even if you stop using it on Bluesky.</p>\n\n\n\n<p><strong>Q: What else can I do with my Gravatar domain?</strong><strong><br /></strong>A: Your Gravatar domain links directly to your Gravatar profile, which acts as a universal online identity. You can use it to <a href=\"https://blog.gravatar.com/2024/11/11/how-to-list-social-media-handles/\">showcase your other social media profiles</a> and build a cohesive online presence.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Using your existing domain? Here&#8217;s how to verify it&nbsp;</strong></h2>\n\n\n\n<p>If you already own a domain and want to use it as your Bluesky handle, you’ll need to verify it by adding a <strong>DNS TXT record</strong>. Here’s how:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>When you initiate the handle change on Bluesky, the platform will provide the specific TXT record you need. This record includes three key fields: <strong>host</strong>, <strong>type</strong>, and <strong>value</strong>.</li>\n</ol>\n\n\n\n<img width=\"1091\" height=\"767\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/dnx-records-for-custom-domain.png\" alt=\"DNS record for changing the Bluesky handle with a custom domain\" class=\"wp-image-2827\" />\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Log in to your domain provider’s DNS management panel (or a third-party service like <a href=\"https://www.cloudflare.com/\">Cloudflare</a>). Locate the section for adding DNS records.</li>\n\n\n\n<li>Input the host, type, and value provided by Bluesky into the appropriate fields. Save the changes.</li>\n\n\n\n<li>Wait for propagation. While DNS propagation can take up to 24 hours, it usually completes within a few minutes if everything is configured correctly.</li>\n\n\n\n<li>Return to Bluesky and click <em>Verify DNS Record</em>. Once verified, your profile will automatically update to use your domain as the handle.</li>\n</ol>\n\n\n\n<p>This process adds a layer of credibility to your handle and ensures it’s uniquely tied to your domain ownership.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Managing multiple handles and subdomains</strong></h3>\n\n\n\n<p>Organizations often benefit from managing multiple handles under a single domain. For example, a company could use <em>@news.gravatar.com</em> for announcements and <em>@support.gravatar.com</em> for customer service. This creates a cohesive, professional identity across departments or teams.</p>\n\n\n\n<p>To set up multiple handles efficiently, it’s recommended to use HTTP verification instead of DNS TXT records. This involves creating a file in the <code>/.well-known/</code><strong> </strong>directory on your web server, which Bluesky checks to verify ownership of the subdomains.</p>\n\n\n\n<p>Bluesky provides a detailed guide on <a href=\"https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial\">verifying multiple handles under a single domain</a>. Since the process requires some technical know-how, it’s best suited for developers or IT teams.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get started with your custom Bluesky handle</strong></h2>\n\n\n\n<p>Using a free Gravatar domain for your Bluesky handle offers plenty of advantages:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose from a variety of TLD extensions, like .bio, .social, and .link.</li>\n\n\n\n<li>Enjoy your domain free for the first year, with no need for complex DNS configuration.</li>\n\n\n\n<li>Manage your online identity from a centralized Gravatar profile, making it easy to stay consistent across platforms.</li>\n</ul>\n\n\n\n<p>Gravatar domains also help <strong>future-proof your digital identity</strong>. As more platforms adopt domain-based verification, having your own domain now ensures you’re ready for the next phase of social media.</p>\n\n\n\n<p>To get started, visit <a href=\"https://gravatar.com\">Gravatar</a> and claim your free domain from the available options. While Gravatar simplifies the setup process, remember to complete Bluesky’s handle change steps to activate your custom domain handle.</p>\n\n\n\n<p>With just a few clicks, you’ll have a unique, verified handle on Bluesky – and a free domain for the next year!</p>\n\n\n\n<a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img width=\"3243\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" alt=\"\" class=\"wp-image-2616\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2025 20:24:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: Developer Takes, From Code to Connections with Tess Kriesel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=90490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/developer-takes-from-code-to-connections-with-tess-kriesel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"In this episode of DevPulse’s \"Expanding the Stack,\" hosts Carl and Zach explore diverse developer backgrounds, emphasize networking and soft skills, and discuss challenges in today\'s job market with guest Tessa Kriesel.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2025 10:02:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: #155 – Anthony Jackson on Trying to Figure Out His Way in the Tech World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=187096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/podcast/155-anthony-jackson-on-trying-to-figure-out-his-way-in-the-tech-world\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:53794:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, trying to figure out a way through the tech world.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wp tavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Anthony Jackson.</p>\n\n\n\n<p>Anthony is a true technophile whose journey has been shaped by a constant pursuit of understanding new technologies.</p>\n\n\n\n<p>From a young age, Anthony&#8217;s curiosity about technology laid the foundation for a lifetime of exploration. Starting from modest beginnings in computer repair, he steadily transitioned into the world of WordPress, and the complexities of server management.</p>\n\n\n\n<p>This episode really is a story, the story of trying new things, being creative, and always following curiosity wherever it may lead.</p>\n\n\n\n<p>Anthony talks about his early experiences describing the moment computers first sparked his interest, and the subsequent path he charted in the technology space. Despite hurdles and frustrations, particularly with initial web development and WordPress hosting, his story is a testament to determination and resilience.</p>\n\n\n\n<p>As you&#8217;ll hear, Anthony learned the ropes of many technologies from grappling with CSS for website customization, to exploring cloud computing, and the command line in Linux.</p>\n\n\n\n<p>His journey took a big turn when he discovered automated Bash scripts that facilitate the deployment of open source applications like WordPress. This is what Anthony is doing right now, but you&#8217;re going to hear many stories of different pathways that led to this situation.</p>\n\n\n\n<p>Throughout the episode, Anthony sheds light on his philosophy of embracing technology. He speaks about the numerous technologies he&#8217;s explored, the trials he faced along the way, and the value of cultivating his technical skills. With his Bash scripts ready to streamline server setups and deployments, Anthony envisions a future where technology is not just a tool, but a powerful ally for businesses and personal projects alike.</p>\n\n\n\n<p>If you&#8217;re keen to hear some inspirational stories about overcoming tech challenges, resilience and learning, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wp tavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Anthony Jackson.</p>\n\n\n\n<p>I am joined on the podcast today by Anthony Jackson. Hello.</p>\n\n\n\n<p>[00:03:32] <strong>Anthony Jackson:</strong> Hello, Nathan. How are you?</p>\n\n\n\n<p>[00:03:33] <strong>Nathan Wrigley:</strong> Yeah, great. I&#8217;m very, very pleased to chat with you today, not only because you&#8217;ve got some really nice audio equipment, which makes you sound amazing, but also it&#8217;s very nice to meet new faces, new people for the first time ever. That&#8217;s what&#8217;s happening here. I&#8217;ve never met Anthony before.</p>\n\n\n\n<p>But in order that both you, dear listener and I, the interviewer, get to know a bit about Anthony, would you mind giving us your little potted bio. I guess it would be best to keep that in the sphere of technology, perhaps WordPress. But just tell us a little bit about yourself, but not too many spoilers about the episode to come.</p>\n\n\n\n<p>[00:04:03] <strong>Anthony Jackson:</strong> Yeah, so my name is Anthony Jackson. I&#8217;m a technical person by nature. I&#8217;ve always loved technology, always had a thing for it. Went to school for computer technology. I have my own computer repair business. So I do that on the side, part-time, while I work a full-time job, as well as grow the business that you&#8217;re going to learn about here in a little bit.</p>\n\n\n\n<p>So I stay pretty busy, obviously. I love technology, I feel that it can help a lot of people. I don&#8217;t think you should ever be afraid of it. I think you should always embrace it. It&#8217;s one of those things, if you don&#8217;t get on the bandwagon now, you kind of get punished for it later.</p>\n\n\n\n<p>So I&#8217;m just really excited to share with your audience my journey because it hasn&#8217;t been easy, and I&#8217;m really glad I took the leap of faith because if I didn&#8217;t I certainly wouldn&#8217;t be where I am now. So I&#8217;m just really excited to get started and talk about it and share it with you guys.</p>\n\n\n\n<p>[00:04:47] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s great. Thank you so much. Can I just ask, I don&#8217;t know your age, but when I was at school, so I&#8217;m now in my very, very early fifties, but when I was at school, a child at school, computers were just starting to be something that was in the market, it wasn&#8217;t the domain of universities occupying an entire room. It was something which you could hold in both arms, but they weren&#8217;t ubiquitous.</p>\n\n\n\n<p>You know, maybe the school had one. It was very rare for an individual to own a computer. And so it wasn&#8217;t really until I was much older and had left school that computers became a bit of a thing which people could tinker with.</p>\n\n\n\n<p>What was the experience for you? Again, I&#8217;m not trying to wrangle your age out of you, but just give us an insight into how much computing had progressed by the time you were sort of at school?</p>\n\n\n\n<p>[00:05:28] <strong>Anthony Jackson:</strong> Oh my gosh, Nathan, I&#8217;ll tell you a little backstory. So my mom left me when I was younger. My dad had passed away. It was kind of just me and I lived with my aunt. She had given me a computer to go live with my mom. She had found my mom is what happened.</p>\n\n\n\n<p>I turned it on and it was just an old compact, it booted up so slowly. I had no idea what it was, how it worked, what the purpose of it was. All I knew was I wanted to be on the internet. At that time it was AOL, that was the place to be.</p>\n\n\n\n<p>I remember turning it on and I pressed the button on the DVD player and the tray opened, and I was like, wait, what is the sorcery? Like, and I&#8217;m like, oh, that&#8217;s cool. Okay, we&#8217;ll go with that. And the neighbor knocked on the door and said, hey, you&#8217;ve got some mail, and she gave me this disk, remember the AOL 3.0 Running Man disk? And I was like, what is this? Like, 30 minutes of the free internet. I&#8217;m like, what is the internet, right?</p>\n\n\n\n<p>And I put it in this tray and I ended up setting up my account and the first words I heard were, welcome, you&#8217;ve got mail. And I&#8217;m like, no I don&#8217;t, I just checked it. And I got totally hooked immediately on this whole email thing. And I just, it blossomed, man, and I&#8217;ve been doing computers for, God, 20 years now.</p>\n\n\n\n<p>So I love the backstory on it because it really changed my life. Like, I discovered the internet, email. I spent five years homeless without the internet. I never would&#8217;ve known like who to ask for help, how to get help. It truly changed my life, Nathan. It really did.</p>\n\n\n\n<p>[00:06:40] <strong>Nathan Wrigley:</strong> I think there&#8217;s something quite addictive about it, but also I think, and this is from personal experience, I have no reference to psychology of the human race in general, but it would seem that some people really from a very, very early age are drawn to it on a level which is indescribable. You just have this desire to be in close proximity to a computer that&#8217;s switched on, and to be tinkering with it.</p>\n\n\n\n<p>I have that, but I know people who are very dear to me that if you put them near a computer, the first thing they want to do is get out the chair and walk away. You know, there&#8217;s just no interest in it whatsoever. But I think it is something that you can be passionate about in a heartbeat.</p>\n\n\n\n<p>So in your case, you know, you press the DVD button, something happened, you did it on a keyboard and something happened elsewhere over there. It&#8217;s like, ooh, these two things are connected. There&#8217;s something clever going on there.</p>\n\n\n\n<p>And all of a sudden alarm bells are ringing. Like, wow, I&#8217;ve got to dig deeper into this. I know already though that you are younger than I am because you joined the computer world at a time when the internet existed. When I was playing with the first computers, basically, you switched it on and a cursor blinked, and that was it. That was the fun that you had, you had to type things in.</p>\n\n\n\n<p>[00:07:45] <strong>Anthony Jackson:</strong> My first experience was Windows 3.1, back when the briefcase was around.</p>\n\n\n\n<p>[00:07:49] <strong>Nathan Wrigley:</strong> Okay, so as a child leaving school, you&#8217;ve got this interest in computers and what have you. So where did the journey go from there? What were the next steps from Windows 3.1? What are some of the things that began early on? What were the dominoes that fell?</p>\n\n\n\n<p>[00:08:00] <strong>Anthony Jackson:</strong> Well, I discovered Windows XP, it was the hottest thing since sliced bread. I loved XP. Vista was a hot mess. Fast forward, seven was good, eight was terrible. And then Windows 10, and now Windows 11. I figured if I learned Windows 3.1, I kind of had to follow the journey. So I started Googling the different features of Windows, realised quickly that an operating system is an operating system, it&#8217;s just where you find stuff, right?</p>\n\n\n\n<p>I love the fact that I could see it progress, that I could be a part of that and help people. And that&#8217;s what really turned me onto it. So the technology thing is what really kind of gets me. I love technology. I love the fact that we can use it to have a good time, to leverage it, to grow our businesses, to do a lot of things, like podcasting and other things.</p>\n\n\n\n<p>[00:08:40] <strong>Nathan Wrigley:</strong> Are you the kind of person that upon receiving a computer, desktop computer, do you like to take it apart and see what the bits are inside there, or assemble your own? Or are you purchase it from the store and let the dust gather on the inside and then dispose of it at some point, 5, 10 years later whatever it may be?</p>\n\n\n\n<p>[00:08:55] <strong>Anthony Jackson:</strong> The thing that I love the most, Nathan, this is going to sound so crazy, I don&#8217;t enjoy building them. I actually don&#8217;t know how to build them. I tried once and failed miserably. But what I love nothing more in my computer repair business is when somebody comes to me and says, Tony, I need to buy a new one, I don&#8217;t know what to do, where do I start?</p>\n\n\n\n<p>I love that conversation because it&#8217;s so overwhelming for a lot of people, and I have a unique way. I took a Tony Robbins class a long time ago for personal development, and they did this whole assessment on me and the results yielded that I had a way of breaking down technical information into a manner that someone can understand.</p>\n\n\n\n<p>So when someone comes to me and says, I need a new computer, I&#8217;m like, okay, I got you, it&#8217;s okay. What do you need? What are you looking for? What are your concerns? And I can have a nice conversation and ease them into making a confident purchase instead of buyer&#8217;s remorse. It makes such a difference.</p>\n\n\n\n<p>[00:09:43] <strong>Nathan Wrigley:</strong> I&#8217;m firmly on the Mac side of things, and when you purchase a Mac, you really only have three or four decisions to make, one of which is color. What color do you want the computer to be? But beyond that, it&#8217;s things like how much memory, how much ram, there&#8217;s very few components that you really get to choose about that.</p>\n\n\n\n<p>But on the Windows side of things, for a family member, I have recently built a computer and I was actually fairly alarmed at how many choices there were for every single thing. And it really did make me realise that there&#8217;s a whole career in just being able to understand what range of graphics cards there are, what range of CPUs there are, what kind of panel could you have as a display, what the keyboards are, what the mouse are.</p>\n\n\n\n<p>And that was really interesting to me. Is that something that you nerd out on then? Do you know all of the kind of serial numbers of the different graphics cards which are available?</p>\n\n\n\n<p>[00:10:32] <strong>Anthony Jackson:</strong> I&#8217;m not that big of a nerd. My nerd comes out when I started Learn WordPress, that&#8217;s when the nerd came out.</p>\n\n\n\n<p>[00:10:38] <strong>Nathan Wrigley:</strong> Okay. Well, we&#8217;ve established your nerd credentials. That&#8217;s lovely. Let&#8217;s move on to WordPress then. When did you, firstly, when was the first time you came across WordPress, and in what context? What did you need it for?</p>\n\n\n\n<p>[00:10:48] <strong>Anthony Jackson:</strong> So a long time ago I started my computer repair business, probably about eight or nine years ago. And the first thing that came to mind was a website. I was like, I have to have a website. I have a business, it&#8217;s a known fact you have to have a website, right?</p>\n\n\n\n<p>Well, I didn&#8217;t know WordPress had never heard of WordPress, so I went where any other person would go, and that was to the internet to find web hosting, and I found godaddy.com. And I was like, GoDaddy it is.</p>\n\n\n\n<p>I had a budget of around $3,000, and what happened was they ended up coding me a really nice HTML, CSS, web development website. But I realised quickly that I&#8217;m a picky person. I wanted things changed. I didn&#8217;t like how things aligned. OCD, like the CSS and stuff wasn&#8217;t aligning. And I wanted more control. I wanted to be able to control that.</p>\n\n\n\n<p>And I remember Googling how to control your website and it said WordPress, the number one platform. I&#8217;m like, what the hell is WordPress? Okay. And I clicked, best decision of my life. I ended up going back to GoDaddy to get hosting, WordPress hosting. I didn&#8217;t know what it was, I had to kind of figure it out. And I realised quickly about shared hosting, and what it was, and how it acted, and I didn&#8217;t like the fact that I was being shared with people, it made me very angry.</p>\n\n\n\n<p>I went through seven different hosting providers, 15 different WordPress for Dummies books, trying to figure things out. Was very, very hard. One day I ended up going to like, I think it was Namecheap or something, and getting a little bit better WordPress hosting with more resources because I thought that would help. And I was sitting there so frustrated because I saw a template but had no idea what to do.</p>\n\n\n\n<p>And all of a sudden after tinkering with WordPress in the back end, I put the word home in what we call the primary menu. And at that point it clicked. I was like, oh my God, I can build a fully fledged website with content that&#8217;s branded to me without having to pay extra to add revisions and stuff like that.</p>\n\n\n\n<p>And so for like two weeks straight, I learned how to install WordPress. I learned the art of the primary menu. I had so much fun just adding the same buttons every time, home, about, services, contact. And then I discovered page builders. That&#8217;s when things really turned. Divi was my first love, and always will be.</p>\n\n\n\n<p>[00:12:50] <strong>Nathan Wrigley:</strong> Did you have to really persevere then, because it sounds like you&#8217;ve got all of the equipment in your head for dealing with technical problems. You&#8217;ve got that sort of passion to see it through to the end. I think I get quite frustrated with certain tasks and give up fairly quickly, but it sounds like you&#8217;ve got all of the bits and pieces.</p>\n\n\n\n<p>10 years ago when you installed WordPress, I&#8217;m guessing it was a much more difficult enterprise than it is now. You know, you&#8217;ve got these hosting companies that you basically click one button and not only will they set your WordPress website up, they&#8217;ll send you the login links, you can probably just click a button to log in on the backend and what have you. Was it fairly frustrating, and do you think that, if you&#8217;d had a different personality type, you would&#8217;ve just thrown the baby out the bathwater and gone, nope?</p>\n\n\n\n<p>[00:13:29] <strong>Anthony Jackson:</strong> A hundred percent. If I did not have my technical background, I would&#8217;ve gave up years ago. I called GoDaddy so many times for support. I can&#8217;t even begin to tell you how many times I called them. And I enjoyed calling them because when I did call them, I got to give them some great feedback because they understood completely what I was trying to do. So it was really cool. I got to see them improve and I got to see myself improve. But it was also nice to be able to call them and get it fixed because I didn&#8217;t have to explain what I was trying to do. I knew what I was trying to do.</p>\n\n\n\n<p>And the design element stuff did not come until later. I spent so much time tinkering with WordPress, buying plugins. Nathan, I&#8217;ve got a repository on themeforest.net of plugins and themes that I haven&#8217;t even touched. I bought anything from caching plugins, to improve performance, to membership plugins, not knowing any idea what they&#8217;ve been. I just went on as spending spree and just bought everything. And now I&#8217;m like, what do I do with it all? Like, I don&#8217;t even know what I want to build.</p>\n\n\n\n<p>[00:14:27] <strong>Nathan Wrigley:</strong> There&#8217;s a definite learning curve there. Just dealing with the nature of the internet. I don&#8217;t know quite how to put this. When I talk to people about how interesting I think the internet is, I can very often sense that people&#8217;s eyes are glazing over. You know, oh Nathan, dear Nathan, what&#8217;s the matter with you?</p>\n\n\n\n<p>But I think on a very profound level that it is amazing that we live in a time where you can download free software, and with a few dollars invested in hosting, and it doesn&#8217;t have to be a lot, you can have something that the entire world, well, by that I mean people who have access to the internet, the entire world can see.</p>\n\n\n\n<p>And conceptually, I just think that&#8217;s utterly remarkable. And I don&#8217;t know if it ever sort of hits you in the same way that it hits me. But you said, you know, you put the word home on your webpage, or you put something for your home screen and you have that moment of, I can do the internet. I can be on the internet.</p>\n\n\n\n<p>I think that is something which gets lost so quick. But occasionally I stare at what I&#8217;m doing and think, I just click publish and there it is, and everybody can see it. And I think that&#8217;s phenomenal.</p>\n\n\n\n<p>[00:15:35] <strong>Anthony Jackson:</strong> That hit me when I discovered the actual blog portion of WordPress. When I discovered that my content could go out to anybody and everybody with a click of a button. I was a little blown away. I was a little overwhelmed because I was like, this is really cool. I&#8217;ve created a piece of content for somebody that might need my help. They can just click a button and within a few seconds potentially see it. Like that is, you&#8217;re right, it&#8217;s remarkable. But it&#8217;s also really overwhelming for somebody who&#8217;s never experienced it.</p>\n\n\n\n<p>[00:16:00] <strong>Nathan Wrigley:</strong> Yeah, and I guess, you&#8217;ve got to be a little bit careful about what you publish and what have you. But I still think we are in an age where I think it&#8217;s easy to forget how privileged we are that we have access. Well, you and I, for example, we&#8217;ve never met. We&#8217;ve only communicated on the internet via a social network. I messaged to say would anybody enjoy coming on this podcast? You contacted me. Here we are. We&#8217;re using a browser based application to communicate with each other. And this is just totally normal now. And yet my 14-year-old self staring at the computer in the school, what we&#8217;re doing now was the realm of Star Trek.</p>\n\n\n\n<p>This was the kind of thing that people in spaceships did, and yet now it&#8217;s totally normal. And sometimes I try to sort of impress upon my children how remarkable it is, but for them it&#8217;s just, no, no, no, this is what all humans have had for all time. And it just gets lost.</p>\n\n\n\n<p>[00:16:49] <strong>Anthony Jackson:</strong> It is remarkable.</p>\n\n\n\n<p>[00:16:50] <strong>Nathan Wrigley:</strong> Where from there then? So we&#8217;ve reached the point where you&#8217;ve discovered WordPress. What&#8217;s happened subsequently since then? It sounds like you&#8217;ve got your business all pivoted around WordPress as well. What&#8217;s the next step in the story?</p>\n\n\n\n<p>[00:17:01] <strong>Anthony Jackson:</strong> Well, I went through multiple page builders, never really learned another one because I got so comfortable with Divi. I tried Elementor, didn&#8217;t really like it all that much. Tried every block builder. Discovered Gutenberg was the worst thing known to mankind. Tried buying Astra, some other, I forget the other company that has the block builder.</p>\n\n\n\n<p>[00:17:20] <strong>Nathan Wrigley:</strong> Kadence maybe.</p>\n\n\n\n<p>[00:17:21] <strong>Anthony Jackson:</strong> Kadence, yes, I tried them. But the thing that I didn&#8217;t like about WordPress, I loved the page builders, they made things easy, but the one thing that I hated the most is I never really had control of where to put stuff. It always was just like, this is your block, this is where it goes. I didn&#8217;t know CSS. I didn&#8217;t know HTML. I did not know how to move things, and I hated that.</p>\n\n\n\n<p>Because the whole point of me going to WordPress was to have control. And when I lost control, it turned me off. I was the person who built the entire website and canceled my hosting because I wanted more control. That&#8217;s how I learned. I canceled, and bought, and canceled, and bought and thought it would get better and it didn&#8217;t, and I just pushed, and pushed, and pushed and learned.</p>\n\n\n\n<p>So I started to just Google how to move things with CSS. I taught myself the basics of CSS and HTML, and a little bit of JavaScript. Not a lot, just enough to be dangerous. But I wanted control, Nathan. I wanted to be able to do things, and when I discovered that I could do that, that put me in another whole new rabbit hole. Then I discovered plugins that control CSS, selectors and all of that, so it gave me an opportunity.</p>\n\n\n\n<p>[00:18:20] <strong>Nathan Wrigley:</strong> Yeah, I always think that WordPress kind of has been pitched at me by other human beings as this kind of catchall, easy to use solution. I think maybe you&#8217;ll get lucky and you&#8217;ll be satisfied in a way that you clearly are not, you know, if you want every pixel to be mapped perfectly from your head onto the screen, that&#8217;s not going to be the case. But maybe for many people it&#8217;s enough.</p>\n\n\n\n<p>Okay, I&#8217;ve got this templated layout, it&#8217;s fine, I&#8217;m happy with that. I&#8217;ll click publish and whatever&#8217;s there is fine. But if you do want to move things around, and you do want to have a particular layout, and you want to show only these posts here and these posts here, but you want it to look entirely different from the theme that you&#8217;re using, I think it&#8217;s still very confusing.</p>\n\n\n\n<p>And I think the underlying languages of HTML, CSS and JavaScript, which really these days are the underpinnings of certainly the front end of web development, they&#8217;re fairly difficult to acquire if it&#8217;s not your job. If you&#8217;re just doing this evening, weekend, it&#8217;s a bit of a hobby, I still think those things are really difficult to acquire and they&#8217;re not slowing down. You know, in the year 2025 when we&#8217;re recording this, CSS is really on a clip, it&#8217;s really modifying itself quickly. All these different sort of layout systems, flex, grid to learn and what have you.</p>\n\n\n\n<p>So I think the promise of the page builders in WordPress is probably why it&#8217;s as successful as it is. If you rewind the clock 10 years, when they just started to come about, you mentioned Divi and there was Beaver Builder and, oh, all sorts of other ones. I would imagine that if you could chart the growth of WordPress, it would&#8217;ve been the novice user wanting a sort of what you see as what you get, point, click, drag, save solution that meant that WordPress grew. And it sounds like you fitted into that niche quite nicely.</p>\n\n\n\n<p>[00:19:56] <strong>Anthony Jackson:</strong> Yeah, I wanted to know why. Why it wasn&#8217;t working. Why the block couldn&#8217;t move. I was very irritated by that because I had certain expectations for my logo to be correct. And what really got me into WordPress was the fact that it was drag and drop. And I love the word drag and drop, because if you don&#8217;t know how to code, well, drag and drop is the alternative, and it&#8217;s your best friend. But it&#8217;s not a true, genuine, drag and drop experience.</p>\n\n\n\n<p>Because to me, drag and drop genuine experience means to put things where I want to put them. I don&#8217;t want to be limited by the block builder, you know, the blocks that you&#8217;re provided. I want to be able to move it, control it, customise it. Because at the end of the day, people buy into you and not your products and services. But at the same time, your website never gets built because you spend way too much time customising, Googling the 20 best page builders of 2025, and buying a whole bunch of stuff you never needed in the first place, right?</p>\n\n\n\n<p>[00:20:45] <strong>Nathan Wrigley:</strong> So have you doubled down on your page builder of choice and your website building experience is based upon the UI, and becoming an expert and having the perfect muscle memory for doing things in that? Is that how you build your pages, and themes, and structures for web pages now?</p>\n\n\n\n<p>[00:21:00] <strong>Anthony Jackson:</strong> So, ironically enough, Nathan, I&#8217;ve actually got away from doing WordPress. I transitioned into something different, which we&#8217;re going to get to here in a minute. I learned everything about WordPress. I wanted to learn. The only thing I didn&#8217;t learn was WooCommerce. I understand what it is, I just didn&#8217;t want to learn it. I didn&#8217;t have a need for, my business didn&#8217;t sell digital products.</p>\n\n\n\n<p>I got out of it because it just became frustrating because I just couldn&#8217;t do what I wanted to do, and I didn&#8217;t have the budget to pay someone to fix it. I knew if I did, I would probably just cancel anyways because I wanted it to look even better. So I just stopped because I didn&#8217;t want to do it. I discovered that I wanted to learn how to actually deploy WordPress for myself instead of using a hosting provider because that&#8217;s the easy way.</p>\n\n\n\n<p>So one day I was Googling and I came across the word Linux. I was like, Linux, okay, that sounds like a fun rabbit hole. Let&#8217;s check it out. I discovered my first cloud computing company, which was Linode. I called them up and, you know, I got to be honest with you, I wasn&#8217;t super impressed with them, because the one thing that I realised quickly is that there&#8217;s no support at all. It is all community driven. If you think about WordPress, the open source, there&#8217;s no support. It&#8217;s all just learning community based forums, podcast episodes, wherever you can get content. Thank God WordPress, the audience is so big that you can get help. But to this day, there&#8217;s still things that I still want to know the answers to about WordPress, but I just can&#8217;t find anymore.</p>\n\n\n\n<p>But I discovered Linux and I had a very, very difficult time of spinning up a server. I struggled so badly with the command line, so badly. And then I discovered that Linode had one click apps and one of them was WordPress. I was like, here we go again. I installed WordPress. I grew a little bit of a fascination with trying to find my credentials inside the terminal, realised quickly that shared hosting was not the only option to deploy WordPress.</p>\n\n\n\n<p>My biggest problem with the server stuff was there was no support. I struggled very badly. Everything I Googled said, copy this, copy that. I&#8217;d copy and paste, I wouldn&#8217;t get the result. I was throwing things around, spinning up servers left and right, getting so frustrated. I&#8217;m like, what do I need to do?</p>\n\n\n\n<p>So I ended up buying a course on Udemy, and went through this very, very great course for absolute beginners and discovered quickly what I was doing wrong. Completely stopped the course and started learning again, because I&#8217;m not that type of person who takes the course. I find my fix, and then I go back to like tinkering with things. I spun up, I don&#8217;t know, probably 300 little VPSs trying to figure things out. Needless to say, I&#8217;m a master of installing WordPress with Linode now.</p>\n\n\n\n<p>[00:23:24] <strong>Nathan Wrigley:</strong> Have you got into Linux server admin, sort of sys admin as a way, well, that was just the fun that you were having at the time, and then discovered that, okay, WordPress can bolt on top of that. And so now the two things have combined and you are back to WordPress, or have you entirely stopped with WordPress?</p>\n\n\n\n<p>[00:23:40] <strong>Anthony Jackson:</strong> I never got into the sys admin stuff, but the next journey for me was, I Googled Linux and I had WordPress. I hated the command line, Nathan. The commands, the black and white was so overwhelming. As it turns out now it&#8217;s like my best friend. I can&#8217;t live without it because it&#8217;s so much easier if you know what you&#8217;re doing.</p>\n\n\n\n<p>But I discovered something called cPanel, and when I got into cPanel I was like, okay, this is cool. I got a GUI, I can look at something, and lo and behold, guess what I found first? Install WordPress. I&#8217;m like, it&#8217;s back again, right? Everywhere I turn, WordPress kept coming back.</p>\n\n\n\n<p>So I learned how to install cPanel on my own server, trials galore, WordPress. Ended up getting super frustrated with cPanel, because cPanel is extremely technical, if you are not in a shared hosting environment where it&#8217;s managed. It&#8217;s extremely technical. They started giving me questions, I started asking for commands. I started taking notes of those commands, so when I broke something, I would know what to do.</p>\n\n\n\n<p>And I learned cPanel pretty proficiently, but got overwhelmed with it just because the technical. There&#8217;s a difference between documentation and technical documentation. Documentation is, click here, do this. Technical documentation is, before you get started, make sure that cPanel&#8217;s installed properly on your server. It&#8217;s like, okay, first of all, what is cPanel and how do you install it properly? Is there such a thing?</p>\n\n\n\n<p>Like it feels so overwhelming and you couldn&#8217;t contact Linode, you had no support. The only thing you had was cPanel. So I went through hundreds of cPanel trials trying to figure things out. Grew a fascination with the command line and installing cPanel. And I discovered pretty quickly that, even though I didn&#8217;t want to learn WordPress anymore, I wanted to provide hosting for WordPress.</p>\n\n\n\n<p>I wanted my own hosting provider. I wanted to be the guy who said, you know what you need, WordPress hosting, I got you. But as it turns out, hosting WordPress on your own server is difficult because you don&#8217;t have that system admin background to fix things. Makes it extremely challenging and it, your confidence goes way, way, way down, because you cannot provide that quality of hosting that you want to provide.</p>\n\n\n\n<p>So upon Googling more, I discovered something called WHMCS, Web Host Master Complete Solution. Loved this concept. This was a dark rabbit hole. I went down this rabbit hole, and discovered quickly that I would have to install it on my own server, which I lacked knowledge of. Biggest problem was the file manager, figuring out the file structure, how to navigate to the path, trying to figure all that out.</p>\n\n\n\n<p>And I finally got that installed and I learned about WHMCS. And through some Googling and YouTube, I hooked up my first server and I click install and it provisioned an instance of WordPress inside of WHMCS. I saw a button that said, log into WordPress. And I was like, oh my God. There&#8217;s a button.</p>\n\n\n\n<p>And I clicked this button and I was like, oh my God, it just launched WordPress. I was blown away, so I was like, let&#8217;s get a business going. So I started writing documentation and yeah, it wasn&#8217;t that easy.</p>\n\n\n\n<p>[00:26:26] <strong>Nathan Wrigley:</strong> Boy, I mean, you get the prize for commitment though. I mean, I don&#8217;t know if you&#8217;ve got just bucket loads of time on your hand, or if you are just the kind of person that, once you&#8217;ve set yourself a task, it&#8217;s going to annoy you until you finally cross that Rubicon. But you&#8217;ve got a lot stickability.</p>\n\n\n\n<p>[00:26:42] <strong>Anthony Jackson:</strong> I&#8217;m a determined individual. I went through multiple attempts at WordPress hosting, but I discovered that I was going to need help. I was going to have to find a way to provide this because I didn&#8217;t have the system admin background. So I discovered reseller hosting. And this is kind of where things blossomed.</p>\n\n\n\n<p>Reseller hosting was great, because they not only provided the WHMCS license free, they provided a cPanel license and I didn&#8217;t have to manage it. It was the perfect setup. I was like, oh my God, this is perfect. So I really started to dig into my business then. But then I discovered really quickly that without customers, this is going to be really difficult.</p>\n\n\n\n<p>[00:27:14] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s the crucial bit that you have to have somebody to resell it to.</p>\n\n\n\n<p>[00:27:17] <strong>Anthony Jackson:</strong> So after three, four months of messing with tech and mastering the art of cPanel, WHM and WHMCS, I stopped because I didn&#8217;t have any customers. Why pay 40 bucks a month if you&#8217;re not making any money, right? Didn&#8217;t make sense. So I was like, well, I need to figure out a different way to provide hosting. I came across something in Linode called Bash. Bash scripting.</p>\n\n\n\n<p>I did a little Googling, looked at some images, and I&#8217;m like, okay, it&#8217;s coded. I&#8217;m not a coder. How am I going to do this? And I went back and looked at cPanel, because I had installed it one day and I noticed that the word Bash was in their installation command. And I was like, what the hell is Bash? And what is it doing in this command?</p>\n\n\n\n<p>So Google, Google, Google. I discovered some commands, curl, Wget in Linux, all the stuff, and realised that I could pull a file down from the internet and run it as Bash. I was like, this is wicked cool. And I wanted to be able to deploy WordPress, but I wanted to be able to provide it to somebody else so that I didn&#8217;t have to deal with the server side. I wanted to be able to give them a script and say, you can download this script, click a button, add your domain, make sure your DNS is set up and you&#8217;re golden. And I was like, this is cool.</p>\n\n\n\n<p>But then I realised like, I need a way to deploy WordPress because I can&#8217;t use Linode because then I&#8217;m doing it. I don&#8217;t want to help them get to where they need to be because I don&#8217;t know how. So how do I offer WordPress hosting in a manner that they can do it in a session that they can understand? So what I ended up doing was I discovered Docker.</p>\n\n\n\n<p>[00:28:35] <strong>Nathan Wrigley:</strong> You have been everywhere.</p>\n\n\n\n<p>[00:28:36] <strong>Anthony Jackson:</strong> I discovered Docker, and I was like, okay, this is overwhelming, right? Docker Hub, command line. I installed my first WordPress image and I saw the welcome screen. So what we know as WordPress, when we log in, we just log in with our credentials and we&#8217;re good. This brought me to the actual installation screen of WordPress. Pick your language. And I was like, oh, this is where it really begins, right?</p>\n\n\n\n<p>So when I discovered Docker, I found the first image and I launched my first instance of WordPress using Docker, and it was local. And I went to go do everything and it said, error, database not found. I was like, this isn&#8217;t good, because I knew that the database was the core, right?</p>\n\n\n\n<p>So I learned in Docker how to set up a database with my SQL. And after some serious frustration around coding YAML files, I got with a guy on Fiverr and I said, listen, I said, I need you to make me a script.</p>\n\n\n\n<p>I need a Docker install that can install WordPress, have a database, and also be able to get an SSL on the domain, because adding SSLs in Linux is a pain in the butt. I don&#8217;t know if you&#8217;ve ever been down this road. One of the biggest things about cPanel and the shared hosting is the automatic SSL feature is flipping amazing. It&#8217;s one of the things you&#8217;ll fall in love with, because your site has to be secure for multiple reasons.</p>\n\n\n\n<p>But regardless, he ended up using something called Caddy server. Reverse proxies, all that stuff. He ended up just creating the script. And he goes, just run it. I&#8217;m like, how do I run it? I have no idea. He&#8217;s like, just make a file, do this. And I put the code in and all of a sudden I hit enter and this thing started running. It started updating packages, and servers, installing Docker, Docker Engine, Docker Compose, running and running and running and running. And I&#8217;m just watching it running. My eyes are just lighting up the whole time. I&#8217;m like, oh my God, what is doing?</p>\n\n\n\n<p>[00:30:14] <strong>Nathan Wrigley:</strong> It&#8217;s like watching the Matrix or something, isn&#8217;t it?</p>\n\n\n\n<p>[00:30:17] <strong>Anthony Jackson:</strong> It would pause, it would extract, it would unzip files. I thought it was broke. I restarted like seven times. And all of a sudden it stopped, Nathan, and said, your WordPress instance is ready, go here. And I was like, no way. No way. And I&#8217;ll be damned, man. I clicked the link and there it was on my own domain secure, and I was blown away.</p>\n\n\n\n<p>I didn&#8217;t even log in because I knew it right then and there that I could deploy WordPress and everything would be fine, right? And so I saw this WordPress and I was like, oh my God, I just deployed WordPress in minutes, not hours, on my own server with nearly no technical knowledge.</p>\n\n\n\n<p>[00:30:51] <strong>Nathan Wrigley:</strong> I don&#8217;t know, I think you&#8217;ve acquired quite a lot of technical knowledge on the way.</p>\n\n\n\n<p>[00:30:55] <strong>Anthony Jackson:</strong> Well, thank God, right? Because running that script was extremely challenging, but I was just, you know that moment when you discover something and you&#8217;re clapping and you&#8217;re smiling and you&#8217;re putting your hands over the air? I was clapping away. That&#8217;s where my mind was at. And when I did that, that&#8217;s when the business really started, because I wanted to be able to offer WordPress hosting without having to worry about the sys admin stuff. So I figured if I just provided a script.</p>\n\n\n\n<p>So now I have a script that&#8217;s made in Bash that you just copy and paste a command and the script runs and does what it needs to do. All you need to do is just add your A record for the DNS and your SSL and you&#8217;re good to go.</p>\n\n\n\n<p>[00:31:28] <strong>Nathan Wrigley:</strong> So is that, dare I ask, is that where you&#8217;re at now? Or is there another sort of, I don&#8217;t know, you just sort of, quick, pivot left? Is there something else coming?</p>\n\n\n\n<p>[00:31:36] <strong>Anthony Jackson:</strong> No, there&#8217;s more. So Bash is kind of where I stopped. I didn&#8217;t really learn Bash, but as you know there&#8217;s a lot of drama in the WordPress community, and it seems to shine on X. And I made a decision that it&#8217;s going to be really hard to market because of all the competition with WordPress. And I kind of stopped.</p>\n\n\n\n<p>And so the business now, this is where I&#8217;m at, I&#8217;m creating Bash scripts for popular open source applications. Because if there&#8217;s one thing that I&#8217;ve learned through my journey with WordPress and learning servers and Linux, it&#8217;s that the open source community is so powerful. Your privacy, your focus, your respect, your content, your everything is so important. So I&#8217;m actually creating Bash scripts that automate the process of those popular open source applications like WordPress, Plausible Analytics, Nextcloud, all those popular ones.</p>\n\n\n\n<p>I&#8217;m in the process of making scripts for all those, and it makes the process easy because when I first started deploying open source applications, my biggest challenge was the documentation. Trying to understand it, trying to read it, trying to make sense of it. And when I saw that WordPress script run, man, I was like, oh my God, I can make anything run, and now I&#8217;ve got five scripts.</p>\n\n\n\n<p>[00:32:46] <strong>Nathan Wrigley:</strong> And so is that going to be the business in the future there? Where you come along and you, I don&#8217;t know, you want Moodle or something, or you want Joomla or WordPress or whatever it may be, and you&#8217;ve got a script which you basically just put it on your server, run it, find the path to it, run it, and you&#8217;re off to the races.</p>\n\n\n\n<p>That&#8217;s an interesting business model and not one, well, I mean, obviously, that business model is encapsulated in many, many, many hosting companies and hosting solutions like cPanel and what have you, but yours is going to be just, buy the script, off me, run the script, and then you&#8217;re on your own.</p>\n\n\n\n<p>[00:33:16] <strong>Anthony Jackson:</strong> Because the biggest issue that I&#8217;m finding with people, it&#8217;s not so much the command line, it&#8217;s tying the SSL into it. And a lot of people are hosting these open source applications locally, but there&#8217;s a problem with that. There&#8217;s a big problem. We talked about at the very beginning of this podcast episode, it&#8217;s not on the internet. It&#8217;s local to your computer, nobody can see it.</p>\n\n\n\n<p>What Caddy does is creates that reverse proxy and puts it on your own domain so that the world can see it. It solves a big problem. Because Linux is so big, you not only have to learn the operating system. You not only have to learn the command line. You&#8217;ve got to learn the commands itself. You&#8217;ve got to have serious patience. You&#8217;ve got to be able to do a lot of things to get to where you need to be with Linux to be comfortable.</p>\n\n\n\n<p>These scripts make it super easy. Literally, like you point your A record, you let it propagate, you press a button and it goes. And I went as so far to this, this is really cool, I had someone else create a script that secures your server as well. So when you run this WordPress script it disables root login, it does all the security best practices, uses public key authentication, the whole nine yards. Then it installs Docker, Docker Compose, Docker Engine, runs the file, runs Caddy, installs WordPress, and you have a secure server set up in 10 minutes with your own WordPress instance on the internet ready to go.</p>\n\n\n\n<p>[00:34:27] <strong>Nathan Wrigley:</strong> Yeah, I remember the famous five minute install for WordPress, but this is more like five minute install for all the stack. Click the button, go off, make yourself a coffee, and by the time you&#8217;ve come back everything is done. That&#8217;s so interesting.</p>\n\n\n\n<p>[00:34:40] <strong>Anthony Jackson:</strong> There&#8217;s a couple of manual processes because of the way the script is built. But if you have a technical background, you&#8217;re good to go. And one of the reasons I did this, Nathan, was because I realised there was no support as we discussed, right? Well, I didn&#8217;t know everything about Linux. There&#8217;s no way I could be a system admin, no way in hell.</p>\n\n\n\n<p>So I wanted to make a way to where I could give it to someone and say, hey, here it is. Heads up, we&#8217;re not responsible. This is your server. You break it, you fix it. I&#8217;m here to give you the script, I&#8217;m here to troubleshoot why it&#8217;s not working and that&#8217;s it.</p>\n\n\n\n<p>[00:35:10] <strong>Nathan Wrigley:</strong> Yeah, you&#8217;re just the beginning. You are the first step on the journey, and then it&#8217;s hands off from your perspective, and then it&#8217;s over to you. I&#8217;ve got it.</p>\n\n\n\n<p>[00:35:17] <strong>Anthony Jackson:</strong> The scripts are all one-time fees. So you own it, do whatever you want with it. Remodify it, I don&#8217;t care. Make it better, improve it.</p>\n\n\n\n<p>[00:35:22] <strong>Nathan Wrigley:</strong> Where do you sell them then? How has that as a business idea gone down? Have you managed to find customers for that?</p>\n\n\n\n<p>[00:35:28] <strong>Anthony Jackson:</strong> I have not found customers yet. That&#8217;s part of the reason I&#8217;m on here, to help get exposure. I&#8217;m still trying to kind of validate the business idea. Anybody that knows anything about Bash scripts knows that they&#8217;re not sold. They&#8217;re free. I&#8217;ve put a lot of money into having these things created for me, so I want to get a little bit of return on them.</p>\n\n\n\n<p>And they&#8217;re not, I mean, the WordPress one is 27. It&#8217;s nothing crazy. You can deploy WordPress as many times as you want, SSLs, et cetera. It&#8217;s a slow process. I&#8217;m very much, my business in a phase where I&#8217;m building my audience. I&#8217;m trying to find out who that audience is, what their pain points are, what their problems are. And things will probably progress from there. So right now my biggest challenge is just trying not to learn anything else because I&#8217;ve learnt so much.</p>\n\n\n\n<p>[00:36:11] <strong>Nathan Wrigley:</strong> Yeah, it would seem that your history is littered with, well, not dead ends, but kind of temporary dead ends where it leads you to the next thing, and it leads you to the next thing. But actually the thread running through your story that I&#8217;m picking up is that each time you drop a piece of technology and move on to another one, it&#8217;s kind of elevating you towards something a bit more difficult.</p>\n\n\n\n<p>The technologies that we&#8217;re using at the beginning, the next one was a little bit more difficult to manage, and the next one, and the next one, and the next one. And it was that inexorable kind of rise to now where you are doing the full nine yards in this one script. That&#8217;s really interesting. What a fascinating story.</p>\n\n\n\n<p>I tell you what, you have more patience than I have. And I don&#8217;t know how many times you&#8217;ve thrown things at walls, but I suspect if it was me, it would&#8217;ve been quite a few. When those moments of clarity that I don&#8217;t really know what&#8217;s going on here, but I&#8217;m going to persevere. Remarkable.</p>\n\n\n\n<p>We kind of hit the sweet spot in terms of time. So we&#8217;ll sort of wrap it up. What a fascinating journey. I love that story. Tell me, Anthony, where would people find what it is that you are mentioning here, these Bash scripts? Where would we find those? And then another question, very much the same really is, where would we find you? Where do you hang out online, and where could people discover you?</p>\n\n\n\n<p>[00:37:19] <strong>Anthony Jackson:</strong> So my primary home is x.com. I really like X. You can visit my bio, there is a link to the website. Please note the website is being updated from what it is to something else. I was going to do the whole WordPress thing, but things changed a little bit. So I&#8217;ll leave you a link, Nathan, with a link to the shop and you can take a look at the scripts and decide if you want to purchase one. If you do, just know that I truly appreciate your support. Running a small business is extremely challenging on a very tight budget.</p>\n\n\n\n<p>I really feel that this is something that can help a lot of people get where they need to be because there&#8217;s a lot of digital scams in the world. And the one script that I love that I have is the Nextcloud script. And I love the fact that I can store my data securely and not have to worry about privacy and my data being sold. So if you&#8217;re looking for an alternative to keep your stuff safe, definitely a robust option.</p>\n\n\n\n<p>So I&#8217;ll send you a link, Nathan, to the scripts. I&#8217;m still in the middle of updating links and things like that. I&#8217;m just excited to finally have it off the ground and finally have a business after learning nine different technologies in a matter of two years.</p>\n\n\n\n<p>[00:38:17] <strong>Nathan Wrigley:</strong> It sounds like a lot. So what I&#8217;ll say is, when Anthony sends me the link, I will embed it into the show notes. So if you head to wptavern.com/podcast, if you search for Anthony Jackson, then you&#8217;ll be able to find that episode and I will make sure that all of the links that he sends me finally end up on the show notes over there.</p>\n\n\n\n<p>What a fantastic and interesting story. Anthony Jackson, I really hope that your endeavor, all of that hard work pays off. Good luck for the future. Thanks for joining me on the podcast today.</p>\n\n\n\n<p>[00:38:46] <strong>Anthony Jackson:</strong> It was great to meet you, Nathan. Thank you everyone for listening. I hope you enjoyed this story. I hope that it inspires somebody. Technology is an amazing thing. Remember, never fear it, always, always embrace it. It can take you places you&#8217;ve never imagined.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/wphasslefree\">Anthony Jackson</a>.</p>\n\n\n\n<p>Anthony is a true technophile whose journey has been shaped by a constant pursuit of understanding new technologies. From a young age, Anthony&#8217;s curiosity about technology laid the foundation for a lifetime of exploration. Starting from modest beginnings in computer repair, he steadily transitioned into the world of WordPress, and the complexities of server management.</p>\n\n\n\n<p>This episode really is a story, the story of trying new things, being creative and always following curiosity, wherever it may lead.</p>\n\n\n\n<p>Anthony talks about his early experiences, describing the moment computers first sparked his interest, and the subsequent path he charted in the technology space. Despite hurdles and frustrations, particularly with initial web development and WordPress hosting, his story is a testament to determination and resilience. As you’ll hear Anthony learned the ropes of many technologies, from grappling with CSS for website customisation, to exploring cloud computing and the command line in Linux.</p>\n\n\n\n<p>His journey took a big turn when he discovered automated Bash scripts that facilitate the deployment of open-source applications like WordPress. This is what Anthony is doing right now, but you’re going to hear many stories of different pathways that led to this situation.</p>\n\n\n\n<p>Throughout the episode, Anthony sheds light on his philosophy of embracing technology. He speaks about the numerous technologies he&#8217;s explored, the trials he faced along the way, and the value of cultivating his technical skills. With his Bash scripts ready to streamline server setups and deployments, Anthony envisions a future where technology is not just a tool, but a powerful ally for businesses and personal projects alike.</p>\n\n\n\n<p>If you’re keen to hear some inspirational stories about overcoming tech challenges, resilience and learning, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wphasslefree.com/\">Anthony&#8217;s website</a></p>\n\n\n\n<p><a href=\"https://www.elegantthemes.com/gallery/divi/\">Divi</a></p>\n\n\n\n<p><a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a></p>\n\n\n\n<p><a href=\"https://elementor.com/\">Elementor</a></p>\n\n\n\n<p><a href=\"https://www.cpanel.net/\">cPanel</a></p>\n\n\n\n<p><a href=\"https://www.linode.com/\">Linode</a></p>\n\n\n\n<p><a href=\"https://www.whmcs.com/\">WHMCS</a></p>\n\n\n\n<p><a href=\"https://www.docker.com/\">Docker</a></p>\n\n\n\n<p><a href=\"https://hub.docker.com/\">Docker Hub</a></p>\n\n\n\n<p><a href=\"https://yaml.org/\">YAML</a></p>\n\n\n\n<p><a href=\"https://caddyserver.com/\">Caddy Server</a></p>\n\n\n\n<p><a href=\"https://plausible.io/\">Plausible Analytics</a></p>\n\n\n\n<p><a href=\"https://nextcloud.com/\">Nextcloud</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Gutenberg Times: Getting ready for WordCamp Asia 2025 in Manila, Philippines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://gutenbergtimes.com/getting-ready-for-wordcamp-asia-2025-in-manila-philippines/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15919:\"<p>Promoted as the <em>premier open-source summit of Asia</em>, <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia 2025</a> will take place from February 20 to 22nd, 2025 in the great capital of the Philippines, Manila. The organizing team has published a ton of information over the last four months. If you, like me, are more a just-in-time preparer it might be overwhelming to get through all the posts and see the forest for the trees.</p>\n\n\n\n<p>First things first: If you haven&#8217;t purchased your ticket, it&#8217;s high time. You need to <a href=\"https://login.wordpress.org/register?locale=en_US&redirect_to=https%3A%2F%2Flogin.wordpress.org%2F%3Ffrom%3Dasia.wordcamp.org%26redirect_to%3Dhttps%253A%252F%252Fasia.wordcamp.org%252F2025%252Flp%252F%26locale%3Den_US\">register for a WordPress.org account</a> and login, before you can buy a ticket.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://asia.wordcamp.org/2025/tickets/\">Get your ticket now! </a></div>\n</div>\n\n\n\n<p>The <em>WordCamp Asia 2025</em> is not one event but three: <a href=\"https://asia.wordcamp.org/2025/contributor-day/\">Contributor Day</a>, a<a href=\"https://asia.wordcamp.org/2025/schedule/\"> conference with talks, and workshops</a>, and <a href=\"https://asia.wordcamp.org/2025/youthcamp/\">YouthCamp</a>, with a schedule for kids 8 &#8211; 17 years old. It will happen at the Philippines International Convention Center (PICC). That&#8217;s also where the <strong>After Party </strong>will take place on Saturday night that concludes this marvelous event. </p>\n\n\n\n<p>I like to get at least a few days of sightseeing in before I enter the convention center for all the fantastic WordCamp activities. The two posts from the local organizing team about <a href=\"https://asia.wordcamp.org/2025/ultimate-guide-philippine-culture-travel-etiquette-phrases/\"><strong>Philippine Culture</strong></a> and <a href=\"https://asia.wordcamp.org/2025/guide-to-filipino-food/\"><strong>Filipino Food</strong></a> gave me a great insight into what I can expect and how I can blend in. Or at least don&#8217;t make a fool out of myself and others. <a href=\"https://bsky.app/profile/bph.social\">I&#8217;ll share photos on Bluesky</a>.</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Hey friends! 🌴✨ Get ready for an epic adventure at&nbsp;<strong>WordCamp Asia 2025</strong>&nbsp;in vibrant Manila!</p>\n\n\n\n<p>I’ll be diving deep into the WordPress universe – hanging out at Contributor Day (February 20th) and rocking both conference days (February 21-22nd). Want to connect? I’m totally open to grabbing&nbsp;<strong>coffee, lunch, or catching up</strong>&nbsp;between sessions at the Philippine International Convention Center.</p>\n\n\n\n<p><a href=\"https://bit.ly/bph-wcasia\">Check out my public calendar</a>&nbsp;and snag a slot – let’s turn this tech gathering into an unforgettable networking experience! Can’t wait to swap stories, share insights, and soak up the incredible WordPress community energy in the Philippines. Who’s in? 🚀🇵🇭 #WordCampAsia2025</p>\n</div></div>\n\n\n\n<p>It&#8217;s not all about grinding away! Alongside the <strong><a href=\"https://asia.wordcamp.org/2025/after-party/\">After Party</a></strong>, sponsors have got some cool <a href=\"https://asia.wordcamp.org/2025/side-events/\"><strong>Side events</strong></a> lined up. Check out the list to see how you can join others for a fun run, a chill sunset hangout, Google&#8217;s Site Kit plugin workshop, or Omnisend&#8217;s agency meetup.</p>\n\n\n\n<p>Just today, WooCommerce announced its <a href=\"https://www.eventbrite.com/e/woo-community-meetup-wcasia-2025-registration-1226560478409?aff=oddtdtcreator\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Woo Community Meetup @ WCAsia 2025</strong></a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<img width=\"652\" height=\"434\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Contributor-Day-WordCamp-Asia-2024.jpg?resize=652%2C434&ssl=1\" alt=\"Contributor Day at WordCamp Asia\" class=\"wp-image-37621\" />NATIONAL THEKTE PIRAUR\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2025/contributor-day/\"><strong>Contributor Day</strong></a> is always such a fun kickoff for me at a regional WordCamp. I finally get to hang out with the folks I&#8217;ve been teaming up with on Slack and GitHub for years, and now we can actually chill face-to-face. Some of them are old pals, while others are fresh faces who are already making waves in the open-source scene. Plus, it’s a lot easier to catch up with friends before we’re all swamped by 2,000 more people flooding into the conference center—otherwise, it’s just a nod, a smile, and a quick wave as we pass by each other!</p>\n\n\n\n<p>Make sure you check out the chance to connect with a <a href=\"https://asia.wordcamp.org/2025/human-library-books/\"><strong>Book in the Human Library</strong></a>! This awesome event lets you chat face-to-face with “<strong>Human Books</strong>,” folks who have some pretty amazing stories, unique viewpoints, and cool skills to share. You can ask me anything about Site Editor, Playground, Block development and contributing. My time slot is from 10:30 am to noon (12).</p>\n\n\n\n<p>If you have a hard time selecting one of the 20 team tables, check out our&nbsp;<a href=\"https://make.wordpress.org/contribute/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Contributor Wizard</strong></a>&nbsp;. It is a step-by-step wizard to help you decide which team might be a good fit for you!&nbsp;</p>\n\n\n\n<p>On Contributor Day, you will find me at the <strong>Test Team table</strong>, and I will enjoy working with the table leads <strong>Krupa Nanda</strong> and <strong>Olga Gleckler</strong>.</p>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-f1b325b7cd203bbfaf0660781c26212b\">🚨 <strong><em>Note:</em></strong><em> Appropriate attire is required for entry to PICC. Guests wearing shorts, undershirts (sando),or slippers/flip-flops will not be allowed to enter. PICC reserves the right to refuse entry to any person who is not appropriately </em>dressed.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Selected talks from the presentation schedule</h2>\n\n\n\n<p>The WordPress community totally crushed it with over 250 proposals for talks and workshops! We’ve got three tracks lined up, and if you can’t swing by, no worries—everything will be livestreamed on YouTube. Since everyone’s got their own interests, it’s tough to pick just a few talks to mention in one go, so I&#8217;m sticking with my own favorites. All in all, the program team has put together a <a href=\"https://asia.wordcamp.org/2025/schedule/\">fabulous schedule</a> featuring <a href=\"https://asia.wordcamp.org/2025/speakers/\">awesome speakers</a> and cool topics. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Friday, February 21, 2025</h3>\n\n\n\n<p><strong>Matias Ventura</strong> kicks off the talks with his <a href=\"https://asia.wordcamp.org/2025/session/keynote/\"><strong>Keynote about the future of WordPress and Gutenberg.</strong></a>Ventura has been the lead architect of the Gutenberg project.  <em>TIL<a href=\"https://gutenbergtimes.com/feed/#79eea268-d46c-461a-8637-58e2a4c62d19\">1</a> that Ventura was one of the co-designers of the <a href=\"https://wordpress.org/themes/twentyeleven/\">Twenty Eleven default theme</a>.</em></p>\n\n\n\n<p>The rest for Friday morning I will spend at <a href=\"https://asia.wordcamp.org/2025/session/the-block-developer-cookbook-wc-asia-2025-edition/\"><strong>Ryan Welcher&#8217;s Workshop: The Block Developer Cookbook</strong></a>. Welcher collected a few more real life examples on how to tackle topics like block transforms, adding editorial notes, creating a custom format and more. This year, I hope the keynote won&#8217;t go over, so everyone interested in the workshop has the opportunity to start it at the beginning.</p>\n\n\n\n<p><strong>Christy Nyiri</strong>, design lead at Special Project&#8217;s at Automattic, talk is next on my list. <a href=\"https://asia.wordcamp.org/2025/session/redefining-wordpress-design-innovating-block-themes-on-automattics-special-projects-team/\"><strong>Redefining WordPress Design: Innovating Block Themes</strong></a>. Nyiri will showcase front and back end of a range of websites, highlighting how the team uses the latest WordPress feature to push the boundaries of block theme design. </p>\n\n\n\n<p>On the re-run, I will watch <strong>Abhishek Rijal</strong>&#8216;s lightning talk on <a href=\"https://asia.wordcamp.org/2025/session/getting-started-with-wp-interactivity-api/\"><strong>Getting started with the Interactivity API.</strong></a> The senior software developer from Awesome Motive, explores the new possibilities this API brings to your Gutenberg blocks. I heard from quite a few developers who have a hard time finding a use case for the new API. </p>\n\n\n\n<a href=\"https://asia.wordcamp.org/2025/session/wordpress-speed-build-challenge/\"><img width=\"652\" height=\"368\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Speed-build-challenge-WordCamp-Asia-2025.jpg?resize=652%2C368&ssl=1\" alt=\"\" class=\"wp-image-37631\" /></a>\n\n\n\n<p>The <a href=\"https://asia.wordcamp.org/2025/session/wordpress-speed-build-challenge/\"><strong>WordPress Speed Build Challenge</strong></a> between <strong>Nick Diego </strong>and <strong>Jessica Lyschik,</strong> hosted by <strong>Jamie Marsland</strong>, starts us into the afternoon of the first day. If you are in Manila, I highly recommend being in the room for this spectacle! <a href=\"https://asia.wordcamp.org/2025/open-your-possibilities-by-learning-from-the-experts-wordpress-speed-build/\">See also the article in the news</a> </p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-image\">\n<img width=\"652\" height=\"652\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Do-the-woo-icon.jpg?resize=652%2C652&ssl=1\" alt=\"\" class=\"wp-image-37630\" /></div>\n\n\n<p class=\"has-light-background-background-color has-background\">I’m wrapping up my first day by hanging out with <strong>BobWP</strong> and some other cool hosts from the <strong><a href=\"https://dothewoo.io/\">Do The Woo Network</a></strong> at their sponsor booth. I’d totally love to see you there between 2 and 3 pm. Swing by and say hi! Can’t wait to meet you!</p>\n</div></div>\n\n\n\n<p>The rest of the afternoon, I’m planning to wander around the <a href=\"https://asia.wordcamp.org/2025/sponsors/\">Sponsor hall</a> and chat with everyone at the booths. I’m truly interested to see which AI tools have popped up in the WordPress scene and what cool new products the plugin developers have come up with.</p>\n\n\n\n<img width=\"652\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Sponsor-hall-2024.jpg?resize=652%2C435&ssl=1\" alt=\"Sponsor hall WordCamp Asia \" class=\"wp-image-37629\" />Photo by Ryonosuke Kaneko\n\n\n\n<h3 class=\"wp-block-heading\">Solutions Spotlight</h3>\n\n\n\n<p>Another kind of presentation is listed under <a href=\"https://asia.wordcamp.org/2025/solutions-spotlight/\"><strong>Solutions Spotlight</strong></a>;  short presentation from selected sponsors. Here is the schedule as of today. It might fill up more as we get closer to the event. </p>\n\n\n\n<img width=\"652\" height=\"236\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Screenshot-2025-02-05-at-13.55.41.png?resize=652%2C236&ssl=1\" alt=\"\" class=\"wp-image-37620\" />\n\n\n\n<h3 class=\"wp-block-heading\">Saturday, February 22, 2025</h3>\n\n\n\n<p>After breakfast, I&#8217;m kicking off my Saturday with <strong>Riad Benguella</strong>&#8216;s talk on the <a href=\"https://asia.wordcamp.org/2025/session/dataviews-and-dataforms-the-future-of-structured-content-in-wordpress/\"><strong>new DataViews and DataForms and the future of structured content in WordPress</strong></a>. Benguella&#8217;s gonna share the story of how these two cool APIs came to be and give us the scoop on how they’ll fit into the wp-admin redesign project, plus what we can look forward to down the line.</p>\n\n\n\n<p><strong>Autumn Fjeld and Candy Tsai</strong> are going to take the audience on a fun ride into <strong><a href=\"https://asia.wordcamp.org/2025/session/content-modeling-custom-post-types-and-custom-fields-in-the-block-editor/\">Content Modeling, Custom Post Types, and Custom Fields.</a></strong> Both of them have been playing around with block bindings and patterns. They’re aiming for a totally Editor-based way to manage custom data, and they even thought about creating a “take it to go” data model plugin. I mean, who else is wondering: is there life after the Advanced Custom Fields plugin?</p>\n\n\n\n<p>Alongside the Data Model talk, <strong>Isotta Peira</strong> and <strong>Hari Shanker</strong> will chat about <a href=\"https://asia.wordcamp.org/2025/session/wordpress-contributions-building-a-transparent-system-for-a-stronger-community/\"><strong>WordPress Contributions: Building a Transparent System for a Stronger Community</strong></a>. It’s a topic I really care about, so I might just head over there instead and catch the other talk later on YouTube.</p>\n\n\n\n<p>After the lunch break I will get ready for my presentation to <a href=\"https://asia.wordcamp.org/2025/session/create-a-demo-with-playground/\"><strong>Create a demo with Playground</strong></a>. I chatted the other day with <strong>Roger Williams</strong> of Kinsta about the talk. </p>\n\n\n\n\n\n\n\n<p>The last speaker slot goes to <strong>Matt Mullenweg</strong> who might again hold an AMA. So prepare your questions. </p>\n\n\n\n<div class=\"wp-block-cover alignwide is-light has-parallax is-repeated\"><div class=\"wp-block-cover__image-background wp-image-37639 size-large has-parallax is-repeated\"></div><span class=\"wp-block-cover__background has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size\"></p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<img width=\"652\" height=\"490\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Matt-Mullenweg-WordCamp-Asia-2024.jpg?resize=652%2C490&ssl=1\" alt=\"Matt Mullenweg at WordCamp Asia\" class=\"wp-image-37634\" />Photo by chiharu nagatomi\n</div></div>\n</div></div>\n\n\n\n<p>The <strong><a href=\"https://asia.wordcamp.org/2025/after-party/\">After Party</a></strong> will be a great place to unwind from three days of the WordCamp and to make more new friends at a true Filipino fiesta.</p>\n\n\n\n<p>On Sunday, the folks from WordCamp Asia will head out all over the globe, bringing along all the good vibes, tons of community energy, fresh ideas, and new pals to team up with, united in the purpose of democratizing publishing with WordPress. As they take their experiences and inspiration back home, you can bet they&#8217;ll be sharing stories about the incredible sessions they attended, the amazing connections they made, and the innovative projects they’re excited to launch. Together, they’ll work on spreading knowledge and fostering a collaborative spirit, ensuring that the power of WordPress continues to thrive in communities everywhere.</p>\n\n\n\n<img width=\"652\" height=\"92\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/horizontal-long-rgb.png?resize=652%2C92&ssl=1\" alt=\"\" class=\"wp-image-37639\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2025 14:39:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: Woo Gets a Fresh New Look and a Bold Product Direction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/blog/woo-gets-a-fresh-new-look-and-a-bold-product-direction/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"Woo has unveiled a new branding identity, featuring a modern logo and colors, enhancing its support for over 4 million online stores while prioritizing customization and ownership.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2025 09:26:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 5.3.6 of the Akismet WordPress plugin is available now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284301\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://akismet.com/blog/version-5-3-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:751:\"<p>Version 5.3.6 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following&nbsp;improvements:</p>\n\n\n<ul class=\"wp-block-list\"><li>We&#8217;ve improved how the &#8220;Mark as Spam&#8221; and &#8220;Not Spam&#8221; API requests work, making them more useful for improving&nbsp;accuracy.</li>\n\n<li>The styles for the much&#8209;beloved Akismet widget have been&nbsp;modernized.</li></ul>\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins&nbsp;directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2025 21:11:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Do The Woo Community: Balancing Features and Focus: Avoiding Feature Creep with Bryce Adams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://dothewoo.io/balancing-features-and-focus-avoiding-feature-creep-with-bryce-adams/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"In this episode, Katie and Adam discuss feature creep in product development with guest Bryce Adams. They address balancing new features with core integrity and engaging customer support effectively.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2025 16:28:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Do The Woo Community: Marketing Across the Stages of Your Woo Biz with Emma Young and Adam Weeks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/marketing-across-the-stages-of-your-woo-biz-with-emma-young-and-adam-weeks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"In this episode, Emma and Adam discuss marketing strategies across business stages, emphasizing the importance of owned, earned, and paid media, audience understanding, and confident branding.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2025 13:54:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Gutenberg Times: Gutenberg Changelog #114 – Reflections on Gutenberg Times and Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=37567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-114-reflections-on-gutenberg-times-and-do-the-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48976:\"<p>As Gutenberg Times celebrates its 7th anniversary, we discovered an amazing coincidence: Bob Dunn, better known as BobWP, launched the DoTheWoo network in the exact same week back in 2018. Today, Bob and I take you behind the scenes to share the origin stories of our WordPress journeys, explore how key ideas took shape, and reveal the unexpected lessons we learned along the way.Today, Bob Dunn is the host, and I am Bob’s guest.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://dothewoo.io/\">Do The Woo</a></li>\n\n\n\n<li><a href=\"https://dothewoo.io/reflections-on-gutenberg-times-and-do-the-woo-with-birgit-and-bobwp/\">Reflections on Gutenberg Times and Do the Woo with Birgit and BobWP</a></li>\n\n\n\n<li><a href=\"https://bobwp.com/\">Bobwp.com</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/about-us/#why-gutenberg-times\">About us > Why Gutenberg Times</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, I&#8217;m here with one of my favorite people in the WordPress world. Well, actually outside WordPress. You may know her from Gutenberg Times. How are you doing today?</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, hey, Bob. Oh, that&#8217;s so sweet. Yeah, well, I remember that we did some luncheon in Torino, and there was outside the workroom, we were talking about so many other things. Yeah, well, I&#8217;m really glad that we can do the show together.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. So I happen to see, and I don&#8217;t know if you had mentioned it somewhere or something, and I saw that you were coming up on seven years or something like that. And I thought, well, I wonder when that is. And it was in January, the same as what we&#8217;ve just celebrated. So I thought, wow. Then we can say 14 years combined. It sounds even more impressive.</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, and if you do it times three, seven times three, it&#8217;s 21. That&#8217;s WordPress celebration. Yes, it&#8217;s the 21st.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>So I just thought we&#8217;d get on here and talk a little bit about, I don&#8217;t want to go into the whole journey, but some of the things maybe we&#8217;ve learned or whatever along the way. And I always wonder when somebody comes up with something, is it more or less a name that comes across in your brain, you think, oh, you just think of this and you wonder what I could do with that? Or is it a concept you have? I want to start this. I want to know which way you did it, and if it was what you wanted to do first—the concept of the idea—and then how did you come up with the name? Was it easy to come up with?</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, yeah. So I started at the end of June 2017 to curate news about this new thing that everybody hated—kind of the block editor. And I said, it can&#8217;t be that everybody hates it, but it&#8217;s really amazing and it&#8217;s going to be changing WordPress so much. And I saw it at WordCamp Europe in Paris, and it was kind of a really great—it wasn&#8217;t a live demonstration; it was just kind of a video showing how you do blocks and how you can add &#8217;em to a post and all that. It was very early on. I think the first Gutenberg commit on GitHub was just in February, four months earlier. So it wasn’t really, but it was absolutely fascinating to me. And I wanted to learn what other people do with it, what the plugin developers—if they are interested in it—what they&#8217;re talking about, what the developers are talking about, and where this is going and what the new features are. And I was really trying it out and seeing what’s coming up, and I wanted other people to know about it.&nbsp;&nbsp;</p>\n\n\n\n<p>So I put a Storyfy out. I dunno if some of you might remember Storyfy. That’s kind of a curation tool where you can embed things like posts and pictures and have just a running list of things. And that was very easy to do. And just when they published a blog post or showed off one of the little things that they found cool about the block editor or where a new feature was showcased, I just put it into the Storyfy. And there was up until probably October of 2017, and then I heard the news: Adobe had bought Storyfy and announced that they would end its life in May of 2018.&nbsp;&nbsp;</p>\n\n\n\n<p>I said, well, I&#8217;m not going to wait that long. I need to put it on a website. Well, I’m a web developer. There was this fun thing, WordPress; I should use that. It&#8217;s kind of the first one of many lessons I learned: that you have to put it on your own grounds and not do it on rented land.&nbsp;&nbsp;</p>\n\n\n\n<p>So I thought about it, and then I also had some requests from users in the space that they would like to have a newsletter—like an email newsletter that comes every week or something like that—because they cannot always go to a page. It’s just something new, typical publishing problems that people are not coming to your website to see what&#8217;s new. You need to pull &#8217;em over there. And so that was kind of the thing that came together.&nbsp;&nbsp;</p>\n\n\n\n<p>Because it was all about Gutenberg, I kind of just thought about, okay, what are names of things? And Gutenberg Times came up. Somebody else at the same time had a Gutenberg Hub—that was Munir Kamal—and then there were other people out there. But I really liked the Gutenberg Times kind of name, and it was available. So I registered it in January of 2018, and that&#8217;s how it came about. Then I migrated all the Storyfy updates into the site, and it took a while and I had some people to help me with that. And then I started the newsletter. It was actually pretty easy to kind of follow along because it was kind of that vision that I had.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, for sure. Mine was kind of erratic when I started focusing. I think I actually dabbled in WooCommerce when it first came out—2011 or something like that. I think it was 2011, I’m pretty sure. Anyway, so I was writing a lot of stuff about it. I actually found on my blog, when I was more into affiliates, people were more willing to buy and spend for their e-commerce site on the plugin. So I just started writing about it, and I did a podcast in 2014 for a little over a year called *The WordPress Breakdown*.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>What?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>*The WordPress Breakdown.* And I did it with kind of a twist on words. I was breaking down stuff, but then some of them had a WordPress breakdown.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, it’s troubleshooting.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>And what I did basically was I was just doing 15-20 minute podcasts with just myself. I was talking about plugins or themes and stuff like that—some of the stuff I came across. I did it for, like I said, about 13 or 14 months. And it was just becoming&#8230; I just felt like this is boring. I&#8217;m on there by myself. I&#8217;m talking about this stuff, and it’s really stuff I’m already writing about, and I’m just kind of regurgitating it now through a microphone. And I thought, okay, I’m just going to quit it. I stopped it and I told myself that I wouldn’t start something until I had a really good idea.&nbsp;&nbsp;</p>\n\n\n\n<p>So in 2016, I thought of *Do the Woo*. I thought, okay, what’s out there in the landscape? What would be good to talk about? And I thought, well, there’s really nothing that focused on WooCommerce. And I knew the team there. I knew a lot about it. And so I thought, well, why don’t I go ahead? I got the name. It was one of those things—I wanted something a little bit fun.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, definitely it is. But it’s also that creation in there—*Do the Woo.* I really love it.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>And so the name just came to me. So I contacted WooCommerce and I said, “I want to do this. Is it cool to have Woo in the name?” And so we kind of verbally agreed on it. And so I started that. And about three or four episodes into it, I thought, well, is there enough to talk about with just WooCommerce right now? So I actually changed it to *The WP eCommerce Show* and ran that for two to three years, did quite a bit with that. So I was talking about a lot of stuff, and it was a lot of Woo in it.&nbsp;&nbsp;</p>\n\n\n\n<p>Then in 2018, I decided to kick *Do the Woo* back up in January, and I was actually doing both podcasts at the same time. And it just was becoming too much. So I said, I’ve got to drop one of these. And the WP eCommerce seemed like the one to drop. And so I just took off with *Do the Woo* again. And by episode—I was just saying on the episode before we started doing this one—I think it was episode five, I had Brad Williams come in as co-host because I realized I needed a co-host. It was more fun, whether we have a guest or not. And then it just kind of went from there.&nbsp;&nbsp;</p>\n\n\n\n<p>And the interesting thing is, when I actually came up with the site itself, what, two, three years ago? Whenever. Because it was all done under BobWP.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>There&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>At that point, I wanted to get the domain, and *Do the Woo.io* was available. So I went back to Woo and I said, I wanted to buy this domain, but I’m stepping into another space here as far as having that in a domain. And so they said, “What was the agreement before?” And I can’t remember who it was at Woo, but we made an agreement—basically a verbal agreement—and they were cool with it and everything. But then when, like I said, I got the domain, it became a little bit more of a legal thing. So I negotiated with their attorney. They came up with a contract and something that was an agreement of what I could or couldn’t do, or should or shouldn’t do, or something like that. And it was perfectly fine. It was great. So I signed that, and then I was able to use that for the domain.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>It’s quite the journey.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah. Well, you know me too well. My journeys are never nice, straight, narrow journeys with nothing happening.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Nice, quiet, but that’s perfectly okay. You need to stay in the moment, and then all of a sudden creativity strikes.&nbsp;&nbsp;</p>\n\n\n\n<p>It was, so in April of 2019, I started thinking&#8230; I had a podcast in the nonprofit space. So all my life before that was nonprofit space. I had just founded three years earlier a nonprofit technology company—a 501(c)(3)—to help nonprofits with technology because the social justice people are not equipped in doing technology. It’s all self-taught, and they needed a little bit more strategic approach to it. And I was really helping, trying to help with that. And I had a show called *What’s New in NP Tech*, with Ruth, a co-host, and Jim O’Reilly. And he had this wonderful radio voice as well, and he was very polished.&nbsp;&nbsp;</p>\n\n\n\n<p>I’m more about talking off the cuff, starting sentences and never finishing them. And he was very polished. So it was a very good contrast. And I said, okay. And in 2018, he had to stop doing the podcast. And by 2019, I was missing that energy—that you have somebody to talk through things and what’s new and what you want to kind of try out and what’s the purpose of it, then why that and not that?&nbsp;&nbsp;</p>\n\n\n\n<p>So I thought, okay, Gutenberg has a two-week release cycle, and every time there’s so much in it beyond what’s in the release post. In the release post, the release lead—whoever leads it—highlights six, four, or five things, but there’s so much other stuff in there that might be good for developers or theme builders. So I talked with a design director from Automattic at that point, and asked if he would spend every two weeks, two and a half hours or something like that, on our changelog. We’d go through the changelog, highlight things that we want to talk about that are very important, and talk about more than the six things that are highlighted in the release post.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>And that was really fantastic to put it together. We had a certain rhythm to it; we had a certain outline. We also talked about what other people do in the space—if there was a great plugin coming along or a question from listeners. So that was really a great start. We started—I think the first, the zero episode—was in June 2019.&nbsp;&nbsp;</p>\n\n\n\n<p>Since then, I&#8217;ve had a most regular biweekly kind of rhythm. Mark Re did about 40 episodes with me, and then he left Automattic—that was, I think, December 2020 or something like that, after a year of the pandemic kind of thing, or January. And then Greg Ziolkowski from Poland, who was also a Gutenberg developer, kind of came on for another 25 shows or 20 shows.&nbsp;&nbsp;</p>\n\n\n\n<p>And then I started to rotate co-hosts, and that made it much more fun to think about what other people are doing in this space. Can I bring that into the show and still talk about the changelogs? Yeah. We had Tammie Lister and Fabian Kägy, Ryan Welcher, Nick Diego, or Peter Tasker. One show was actually also with Mathias Ventura when he had this new phase of the site editor to announce.&nbsp;&nbsp;</p>\n\n\n\n<p>And with all the phases in Gutenberg, we always had something to talk about. And it was funny—this friend with whom I did the previous podcast, he&#8217;s still a very good friend of mine—and he kind of had the question for me: “So you call it the Gutenberg Times, so when Gutenberg is done, what do you do then?”&nbsp;&nbsp;</p>\n\n\n\n<p>And I said, well, once Gutenberg is merged to Core, wouldn’t your site be completely obsolete? I said, no, I don’t think so. There are a lot of other things that are going to come along. But it was really interesting to see how that, in other people&#8217;s minds, kind of made it, okay, it’s done now. But we all know it’s not done.&nbsp;&nbsp;</p>\n\n\n\n<p>In December 2018, it came into Core. And what are we now, 2025? And we are still working on phase three of the Gutenberg project. So it was kind of interesting to see.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, I think a lot of people, they think of not an end in sight, but they don’t think of how to now twist it to this way or twist it to that way. Some people are very, I’m going to go to this point, and then this is the point I feel like there’s nothing else to be said, at least from my perspective.&nbsp;&nbsp;</p>\n\n\n\n<p>But you’re like me. I mean, when I had Brad come on—I don’t know how long it was just Brad and me—and then I had Jonathan Wold and Mendel Kurland from GoDaddy back then. They came on. So we started rotating because, again, like you said, it was fun. And then we were bringing in guests too.&nbsp;&nbsp;</p>\n\n\n\n<p>And then just after a while, I started thinking, well, could I build on this? And the more I got into it, the less I wanted to be on the podcast. I just thought—because it started coming to the point where it was, yeah, we’re talking about this and that and all these different things—but also I was seeing people that come on a podcast for the first time as a guest and, after, I mean, they were freaking out at the beginning. But then at the end, or later on, they said, “Wow, that was so much fun and stuff.” And I thought, well, I’d like to get more other voices and have other people talk about stuff, and pick out hosts to have their own specialty and their own knowledge and stuff.&nbsp;&nbsp;</p>\n\n\n\n<p>So it’s been kind of crazy. Some people look at me like&#8230;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. When did you start with the network of shows? Was that two years ago? Three years?</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Brad came on. Then, on January 9th, 2020, I brought Jonathan in, and Mendel came in. And then, I think it was January 30th, 2021, I brought Zach in, and Ronald joined. Then after that, I just kept thinking, how far can I take this?&nbsp;&nbsp;</p>\n\n\n\n<p>And then, I think it was when I actually launched it as its own site. I had somebody design it. And then after about two years of that, I started doing some other stuff, and I thought, I want to make this more of a—I want to call it, I don’t really know—a network, but a collection of shows with all these different people. So then I had to look at redesigning everything.&nbsp;&nbsp;</p>\n\n\n\n<p>But yeah, it was just&#8230; for me, I mean, I’m at a point where I’ve got to kind of just deal with what I have here now. And all the hosts are volunteers, so they always know. We’ve had a few that have had to leave for one reason or another. They’re getting busy with their business, and they just said, I don’t have the bandwidth anymore. And I say&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Thank you for what you’ve done. And I have a hall of fame on my post page and stuff for those that were on before and moved on. So it’s been very flexible with them, scheduling everything. Everybody’s busy and stuff, so we just kind of deal with stuff. We get things all scheduled in for a year, but then we move things around and people have times they can’t show up. Sometimes it’s a little crazy, but they all seem to enjoy doing it, and I’m lucky for that.</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, I have started rotating through. Well, I started to see, okay, the WordPress space is still a little bit more male-oriented, and I see it also in my audiences. Yeah, it’s all 65% male, between 35 and older, or it’s 80% on the podcast. I said, well, I guess I’m in a situation where I can actually also bring some more female voices, especially female engineer voices, to the space.&nbsp;&nbsp;</p>\n\n\n\n<p>And it’s a real joy for me to work with the engineers at Automattic, or other agencies, or other hosting companies. And I kind of want the person who comes on to not only be a one-time guest—if they want to, that’s okay—but if they are on multiple times, they get their own routine for that. And it’s much easier for them to say yes now than for the first time when they don’t really know what to expect.&nbsp;&nbsp;</p>\n\n\n\n<p>So I am really happy to have about 10 to 12 women engineers that kind of rotate through. Most of them are actually in the community. They’re all very knowledgeable about the subject anyway, but then they’ve also put in the grind in theme development or plugin development.&nbsp;&nbsp;</p>\n\n\n\n<p>So it’s really interesting to see what they do, and they bring a different perspective to the whole thing. When I was having a conversation with Greg, who is on the development team, I said, well, I could bring the user questions. What were you thinking? And then he would explain it quite nicely, and I learned a lot when talking with the volunteers—what software development is actually about. It’s&#8230; you have the architecture, but there’s so much behind the scenes that you can’t bring to the forefront. And if somebody says to content creators, it’s just, “What? Just change?” If I hear somebody say, “Well, it’s just an easy fix&#8230;” Yeah, that was kind of&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>What?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>&#8230;what I had when I was running my agency. It was never just an easy fix.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Never.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>It’s always more. Yeah. So it’s interesting to see and bring other voices in there.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. Yeah, definitely. I know for me, the hosting has always been&#8230; I try to keep some kind of balance in some way, but I’m also asking—the person has to be willing to commit. Somebody. I’ve approached a lot of different people, and a lot of people just don’t have the time to commit or they just don’t. And also, it does take a certain comfort level to be a host. I mean, you want to be able to do it.&nbsp;&nbsp;</p>\n\n\n\n<p>And if you’re almost on the edge just going in as a guest—I mean, I give them the benefit of the doubt. Some of them have come in a little bit reluctant, and they ended up just loving doing it after a bit. So it’s kind of&#8230; And yeah, it’s good. All the different voices. I mean, I’ve had a lot of guests on. I swear that probably 65%, 70%, or maybe it’s higher—I don’t know—are first-time podcast guests. They’ve never been on. And sometimes I have to talk them into it a little bit, and often they’re surprised how much they can talk when they don’t think they can, and they get going.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, it really depends on the questions.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, for sure.&nbsp;&nbsp;</p>\n\n\n\n<p>Want to be a hero when it comes to your clients? You’ve built a site, and now you want to make sure that with your client’s Woo shop, they are ensured that they have accurate sales tax rates in place, especially in case of an audit. Avalara is a leader in automating sales tax and compliance for businesses selling online, both big and small.&nbsp;&nbsp;</p>\n\n\n\n<p>If you’re setting up a new WooCommerce site, get your client set for sales. If you currently manage several client sites, it may be time to make that recommendation. Either way, get their WooCommerce extension and let your clients take advantage of a 60-day free trial. There are also great resources for either you or your clients on their site, where you can learn more about sales tax calculation, among other services like returns and exemptions. So for peace of mind, Avalara.com has you covered.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>I have found that everybody brings something to it, and even if they’re missing knowledge, you can fill that in a conversation. It fills knowledge gaps for other people who are listening. And so I always have appreciation for things that don’t go well because those are the most important moments when you learn things.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Exactly. And I never really had anything that didn’t go well. Sometimes it was just&#8230; yeah, we had one the other day where we had 20&#8230; that’s a horror story. If you have a rundown that’s 29 pages because you have a changelog from three plugin releases because you had a holiday break.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Oh, geez.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. That is kind of the horror story where you say, okay, you need a special guest for that, who deals with that. And even then, you sometimes get lost. Am I on page 15 or 25? Where am I? Because you scroll so fast. Yeah, we cut that out and regrouped and then came back to it. So it’s great.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I had somebody&#8230; a couple of times this happened. One of the guests didn’t get recorded in the track. It just wasn’t there. It looked like it was recording and everything. So when I went to play it back, they were out.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>It looked like it was recording and everything. So when I went to play it back, they were out. And I believe one time, one of the hosts actually said, “Well, send me the episode, and I’ll fill in those spots. I’ll listen to it, and then I’ll reply, and then I’ll see what I asked next.” And they did it, and it worked fine, but it was a nightmare for them. Then I had to go in and put everything in.&nbsp;&nbsp;</p>\n\n\n\n<p>But I did have a guest once, and I felt so sorry for them. We don’t do a lot of upfront questions on ours, and sometimes people will request it. And this plugin developer was really pretty nervous about being on. So I said, “Well, let me send you a few questions about what I’ll talk about.” Well, I could tell even when we started, it wasn’t for them.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>So brilliant.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>And I always tell my guests, if you need to start over on something, it’s recorded. So I’m not live. I can go in and edit. And this poor person actually had created the answers for all the questions and was reading them. But he was so nervous that when he was reading them, he kept stopping and saying, “Oh, I got to start over.” And I could just feel his tenseness. And I wanted to say, if this isn’t comfortable, but then I didn’t want to. So we did it. I went in and did some editing, and it turned out fine, but I felt for him.&nbsp;&nbsp;</p>\n\n\n\n<p>I thought, oh, I know that feeling when you think something might be easier for you or something, and you get in there and you just don’t have it in you or something. And I don’t blame them. There are a lot of people that just refuse to come on the podcast. They’ll just say, “Ah, no, I can’t do it.” And I’m like, “Yeah, cool.”&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, I take that no very seriously because you don’t want to&#8230; yeah. But the other part was the horror stories only start when I screw up.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, that’s when I did.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>So at the beginning, I think I missed the record button with my mouse, and we had to do the show again.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I had one of those.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>I think everybody has. But I have a very good editor who goes through that. She’s been a radio producer all her life, and she helps me with that. So now I just kind of record and record on QuickTime as a backup. So even if I screw up the Zoom recording&#8230; but now with Zoom, you actually get two tracks. And that’s really helpful because sometimes we just talk over each other. It happens when you’re in the moment and you want to—it’s something you’re excited about—then you talk over each other, and it’s hard.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I have a few people that have been that stuck almost. And I’ll shift tracks, then I shift them and stuff. And I did have the one that I forgot to record—it was when I was doing my other e-commerce podcast. And she ran this company that sold cosmetics, and she was in Ghana. And it was just—she had a Woo online store. That’s why I brought her on. But she would give jobs to local women to go out because they would have to get the ingredients for it. So she provided jobs for a lot of the women there.&nbsp;&nbsp;</p>\n\n\n\n<p>It was a fascinating story, and I finally was able to get her on. And the most embarrassing thing is when you find out in the middle—I looked down, I thought, wow, that record button isn’t going. And I thought, now I have to tell her this right in the middle. Which is&#8230; I don’t know what’s worse: going through the whole thing and then saying, “Oh, sorry, it didn’t record.” So I kind of paused. I said, “Well, I have an interesting situation here. Obviously, I didn’t push the record button.” And she actually laughed, and she said, “Well, go ahead. We can do it again. Just send me your calendar again.” And she was real cool about it, but my heart just sunk.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, imagine no recording, especially when it was a good show and there was a good groove, and then all of a sudden I destroyed it. Oh, man.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>It’s interesting too because some people, when you were talking about somebody asking, “Well, what about when it goes into Core and the goal’s over?” It sounds like you’ve been through a lot. I have been over the seven years. You flex with whatever works. It’s like, okay, is this going to continue? Yeah, well, I can continue it.&nbsp;&nbsp;</p>\n\n\n\n<p>And you’ve tried different hosts and you’ve found that sweet spot. So I think both of us—I was going to ask about, did they ever change for our sites during the seven years? And they probably did in the sense that, yeah, we shifted to this a bit and nothing real maybe. I know that when I moved it to its own domain and kind of focused more on the bigger group of hosts, that was probably a big shift. But it was in my brain for nine months. I was working on stuff.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, there wasn’t really a big shift. So I think I changed the theme once, and it’s definitely overdue for a new one because I’m still on a classic theme and I should go on a block theme because then you can do a lot more. But I just didn’t have the time yet to migrate over.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>But I think I’m also&#8230; up until 2021, in summer 2021, it was all a hobby kind of thing. I did it alongside my agency work, and it was up and down in terms of how much time I could spend there. During the pandemic, I had about six—well, four—months of burnout because I had so much work to do, and I didn’t have a break. I had to take my break.&nbsp;&nbsp;</p>\n\n\n\n<p>And the only thing that I did during that break was keeping up with Gutenberg, keeping the Weekend Edition going, and keeping the podcast going. But I wasn’t doing any agency work. The developers and freelancers that I worked with—they were so good at taking over. I said, “I can’t deal with it, and if I have to step in, I’ll step in. But you know how we work.” And they were all many years with me.&nbsp;&nbsp;</p>\n\n\n\n<p>So it was between November 2020 and February 2021. I was only doing the Gutenberg Times, and I was really amazed to see how that always kept my excitement going. And there’s a lot of personal stuff that got in the way afterward. So we moved to Sarasota; we sold the house in Naples, renovated the house. There was a lot of non-work and non-publishing kind of stuff getting in the way.&nbsp;&nbsp;</p>\n\n\n\n<p>Then we organized our house in Sarasota, and after two years of not seeing our parents, we traveled to Europe in 2022. We met in Porto, and you were also moving. So I think we did this pretty much at the same time—moving back to Europe.&nbsp;&nbsp;</p>\n\n\n\n<p>And I was really happy that I got a job at Automattic. And part of that job is keeping Gutenberg Times and the Gutenberg Changelog going as a Developer Advocate. So having that was a real blessing for myself and for me because I couldn’t migrate my agency. I closed the agency when I knew I was going to Europe. And so keeping that going was really good. I’m very grateful for working with Automattic on that.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. Yeah, I didn’t know that part of it. I mean, how that just seamlessly all worked, and you were able to bring that right into it. Yeah, that’s cool. And I think the big change for me probably was when I went to the bigger network of shows and everything, and started bringing more people in.&nbsp;&nbsp;</p>\n\n\n\n<p>And then at the same time, I was given the gift of a redesign of the site from the Special Projects team at Automattic. Matt gave that to me, which was phenomenal. For a few days, I was just thinking, is this really happening?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Is this real?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I mean, it took us quite a few months to put it together and stuff. And I have one funny story about the launch. We had kind of a soft launch because&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>And?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I was at CloudFest, and I got a message that said, “Your site is live.” And I’m like, oh, really? I had not planned for that.&nbsp;&nbsp;</p>\n\n\n\n<p>And the ironic part of it—we got such a kick out of it—was my site prior to that had Beaver Builder on it. And I was hanging out with Robbie from Beaver Builder when I got the message, and I told him. And we took this picture. We were having a beer, celebrating and everything. But it was so funny—he just got a kick out of that. I basically removed Beaver Builder, and here he was celebrating with me and stuff. But Robbie’s great.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>The new websites&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>But yeah, it still is amazing—the support and everything I get with that side of stuff. A couple of times I’ve really messed it up. I keep saying, maybe I should just let you do more things. I shouldn’t be touching stuff.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>You don’t know where the boundaries are unless you kind of push past them. So yeah, what’s your own knowledge—you want to kind of kick it a little bit.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah. I poke around a bit to kind of understand. Some of the stuff is custom work, so I don’t want to mess that up. But some of it’s adding stuff. I’ve probably learned more about the block editor and everything than I ever thought I would be—just getting in to try to figure out, okay, this has to be a small change. And it’s like, okay, an hour later&#8230; now what happened there?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, I was doing that actually on WordPress.org. I am part of the editor of the Developer Blog that launched in late 2022. And then I got the note from the Meta team that the Developer Blog now has a block theme, and I have access to it.&nbsp;&nbsp;</p>\n\n\n\n<p>And then I said, “Oh, I can change the navigation.” And I went in there, changed the navigation, and it kind of dropped the whole navigation and added all the navigation to the top-level navigation too. One is the overall WordPress.org, and then on the subsites, you have the own navigation. All of a sudden, my UI was jammed. So it took about two days to fix it. But I said, okay, I’m not going to touch that anymore.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah. I’ve kind of learned now that I did screw something up recently again, and having them look at it&#8230; I even tried revisions, and it seemed like the more revisions I went back to, the worse it got. So it was like, okay, this is hopeless. I don’t know where this stuff went, but it’s not here anymore.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>And here goes a half a day of your life.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>But that’s web development. I think it has&#8230; yeah, it’s always happened. Since when are you doing web pages? How far back is that going?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Oh, so actually I started doing&#8230; let’s see, when did I first do? We still had our previous marketing and design business around in 2000—I dunno—2005, 2006, somewhere around there.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>&#8230;somewhere around there. I started doing—well, actually, it might’ve been even earlier than that—doing little HTML sites. We were doing print design. We started in 1993, the business. And so I had to kind of kick and scream and be pushed into it. And I made these godawful HTML sites with&#8230; oh, was it Adobe—what was it called? It was one of the&#8230;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Was it Dreamweaver or was it FrontPage?</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Dreamweaver, yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Dreamweaver, yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>And I remember I made one of our first sites, and I had Flash on there. Oh, it was just horrifying—bouncing letters, dancing around, or some crazy thing. And then, 2008 or 2009—I think 2008 or 2009—I got into WordPress, started dabbling in playing around with the blogging stuff. And I went to iThemes and got one of their themes there, and we did our business site.&nbsp;&nbsp;</p>\n\n\n\n<p>And it was like, wow, that took me one-hundredth of the time it took me to do any other site because it was&#8230; I mean, it actually looked good, and it would function well and stuff. So yeah, I did that till about 2014 or 2015, I think, when I finally quit designing. I was into content, and I knew what I wanted to focus on. I was tired of the design client side of things.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>So what was your first?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Oh, yeah. Well, I don’t want to say&#8230; this was 1996. Yeah, I did a German site. It was all HTML tables—kind of horrible. Well, it’s still out there because it’s a reference site for books and all kinds of things in Germany. But yeah, so that was in 1996. I started—that was as a citizen in Munich—and I learned about it, and I learned about HTML.&nbsp;&nbsp;</p>\n\n\n\n<p>I found it so fascinating that you can put it up on the web and everybody can see it almost immediately. And that’s such a different experience from printing, where you have to wait till it comes from the printer and then you need to distribute it. That was instant distribution, and I really loved it.&nbsp;&nbsp;</p>\n\n\n\n<p>But then what I found was that all the neo-Nazis and Holocaust deniers were all on the German part—they were all in America on servers—and there was nothing in Germany that holds against it, what really happened. And we were a group of two people, each one of us had our site and started a site about the Holocaust and all that information.&nbsp;&nbsp;</p>\n\n\n\n<p>And mine was called *Shoah Project Internet.* And we collected information about the concentration camp in Dachau, before the concentration camp had their own website in 2000 or something like that. I connected with authors who had published poems and also some nonfiction about the wealth of Jews that was taken away by the government, and about the resistance in Germany.&nbsp;&nbsp;</p>\n\n\n\n<p>It was all in German, but there was no equivalent otherwise from private citizens to actually put this out. That really made me&#8230; and then there was this big discussion—there was an exhibition, a traveling exhibition. There was this myth that the German army had nothing to do with the concentration camps, but that was a myth, and it wasn’t true. And there was an exhibition that actually showed all the facts, and there was a big brouhaha and uproar.&nbsp;&nbsp;</p>\n\n\n\n<p>And it was traveling, so everywhere I was kind of picking up the snippets from the online sites, from websites. So it was kind of an interesting&#8230;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>I think I started using computers in the early 80s—or probably mid-80s. And I actually went to community college in the States in, I think, maybe the mid to late 80s. I took a year of computer programming, and I did learn—what was it?—BASIC, COBOL, Assembly&#8230;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Wow, yeah.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>There was one other thing. And after a year, I remember we had this great guy from&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Fortran?&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah. Oh no, that was another one. Yeah, we had to dabble in all those in 12 months. And at the end of the 12 months, the instructor—he was great—he was a Brit, and he just had the craziest sense of humor. He said, “Well, now you’ve learned all this. It’s all going to be obsolete by the time you step out this door.”&nbsp;&nbsp;</p>\n\n\n\n<p>And we were like, “What?” And I discovered after a year of that, that was not what I was going to become—a computer programmer, I thought. But it gave me the comfort level to use computers. I was really comfortable with that. So that was good. But yeah, crazy times.&nbsp;&nbsp;</p>\n\n\n\n<p>So what’s going to happen in the next year for you, do you think?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, the Weekend Edition is going to be quite interesting every time. And I see that in the community—that the block editor is more in the forefront more and more. And there’s some great stuff coming out with Playground and with Studio to do staging sites and to just play around with WordPress.&nbsp;&nbsp;</p>\n\n\n\n<p>So I know that Gutenberg—the Core contributors of Gutenberg—are still going to do the biweekly releases. So we are going to do maybe a monthly release podcast. And we’ll invite a few more people from the space that work with Gutenberg. There is now also&#8230; quite a few people have adopted the block theme space quite a bit on multiple levels.&nbsp;&nbsp;</p>\n\n\n\n<p>It’s for enterprise levels, which started very early. But on the agency level, WebDevStudios, for instance—Jesse Palm was on the show recently, who had the starter theme that’s a block theme for WebDevStudios—and they start every project with it.&nbsp;&nbsp;</p>\n\n\n\n<p>So these kinds of things show me that there’s quite another level of adoption happening about the Gutenberg project. And of course, I’m still hoping for a Google Docs-like real-time collaboration or async communication with comments.&nbsp;&nbsp;</p>\n\n\n\n<p>There are some great experiments in the Gutenberg plugin that I want to dive into quite a bit as well. So we’ll see what happens.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>So we’ll see what happens. Yeah, WordCamp Asia is going to be more of a research trip for me—to talk with the plugin developers and talk with some of the engineers and kind of see what’s next for them. And I’m sure I’ll find a few interview partners that I can make a show with in the space, because I already have. Some of them have left the space; some of them are coming back. So it’s really interesting to see.</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Very cool. Yeah, it’s interesting because I think of&#8230; there was a point where I started adding some shows that were more WordPress-based. What I’ve found with some of these shows is, everything always comes back to WordPress or WooCommerce. And a lot of it—the similarities kind of weave in and out of all this stuff. It’s good to be knowledgeable of other things, no matter what you’re doing.&nbsp;&nbsp;</p>\n\n\n\n<p>So I’m hoping we’re going to be stepping more into videos. I’ve been talking about it—we’re going to be doing more video with some of the shows, and we might do a little bit of live stuff here and there. I’ve kind of kicked and screamed into that, so that’s another piece that’s going to hopefully grow. I’ll be trying to focus a little bit on that part of it—what I do with that and how I present it and all that stuff.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>I have heard from quite a few people that there’s a generation out there that doesn’t read anymore.&nbsp; I know. They want to go on YouTube and be entertained or at least shown things. And of course, with software, if you want to teach somebody, you need to show it. That’s very hard to do on the podcast.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, it is. Yeah. So who knows what? Maybe we should make this a tradition now—every January.&nbsp; We come in and catch up and see what we did, what we blew, everything—what broke and what didn’t work.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>I would love to do that. Yeah, sure. Absolutely.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>We’ll make it a January tradition. So anyway, we have WordCamp Asia coming up. Like you said, you and I will both be there. In fact, you’re going to be joining—you’ll be coming and co-hosting the table, doing the little booth, I believe, for an hour.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yes, absolutely. Yeah. Friday, I think.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>If you haven’t caught up with her, you haven’t caught up with me. I’ll post when she’s going to be at the table, and that way you can tie her down because sometimes chasing people around&#8230; you know how that goes.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, no, no, absolutely. Yeah, no, I’m looking forward to WordCamp Asia. Also, I’ll be at CloudFest this year for the first time, so I’m not going to be at the hackathon. But there are too many people from Automattic going already that actually have a project. And then WordCamp Constance—that’s a camp with German speakers. So it’s really going to be interesting.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>So you’ll be at the regular CloudFest event and stuff? Yeah, I know there’s going to be a little bit more WordPress stuff going on, and that’ll be fun. So yeah, we’ll be seeing each other next month and the month after.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, yeah, yeah. I appreciate it. I’m really loving it.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Okay, well, we’ve said it enough times, but Gutenberg Times—and probably the URL is very easy and stuff—but do check that out. Is it *gutenbergtimes.com*?&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Dot com. And yeah, you can also find me on the Twitters and on the Bluesky and the&#8230; I still call it Twitter.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Sorry.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>&#8230;on the Bluesky and also on Mastodon. And of course on the WordPress Slack and WooCommerce Slack. So I’m everywhere.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, everywhere.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, thank you so much. It was wonderful chatting with you.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, well, thank you. Yeah, this was definitely a must-do show for January, so I appreciate everybody listening and&#8230;&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Happy anniversary.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Yeah, happy anniversary. And come back next January for our second Nova. I’m sure you’ll see Birgit more than—or sooner than—next January, for sure.&nbsp;&nbsp;</p>\n\n\n\n<p>**Birgit:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, thank you.&nbsp;&nbsp;</p>\n\n\n\n<p>**BobWP:**&nbsp;&nbsp;</p>\n\n\n\n<p>Well, take care. Bye-bye.&nbsp;&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 02 Feb 2025 14:50:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: My First Million\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=136139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2025/02/my-first-million/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"<p>I had a great chat with <a href=\"https://linktr.ee/thesamparr\">Sam Parr</a> and <a href=\"https://www.shaanpuri.com/\">Shaan Puri</a> on their podcast, My First Million.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 02 Feb 2025 01:18:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Gutenberg Times: The anatomy of a CMS, the state of block themes and WordPress 6.7.2 — Weekend Edition 318\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=37524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17358:\"<p>Howdy, </p>\n\n\n\n<p>It&#8217;s already February. 8.33% of 2025 is done. Phew. 91.67% to go. Most of my week I spent testing things. Maybe I jinxed it with  my mind set, I didn&#8217;t come across something really cool.  I am excited about WordCamp Asia where I can browse this huge sponsor hall and go exploring all the cools things there. </p>\n\n\n\n<p>What saved me a ton of time, this week, was using Claude AI. I used it to audit Playground blueprints in the Gallery. I pasted the description of the merged PR of modification on how blueprints work,  then fed it code to rewrite using the new way. Doing this a few times, I created a tracking issue with the necessary changes to implement next week. I felt really lazy. </p>\n\n\n\n<p>That was all off-set by trying to have Cursor AI write a block with some user input sections. It made great progress, but for some reason, it still doesn&#8217;t work. Sometimes debugging the AI is even more tedious than looking at your own code. </p>\n\n\n\n<p>This week, we have a few strategic posts and practical tips for you in this newsletter. Enjoy! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#upcoming-events-beyond-wordcamps\">Upcoming events beyond WordCamps</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/the-anatomy-of-a-cms-the-state-of-block-themes-and-wordpress-6-7-2-weekend-edition-318/#what-s-new-in-playground\">What&#8217;s new in Playground</a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>George Mamadashvili</strong> made <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.2.0-rc.1\"><strong>Gutenberg 20.2 RC1</strong></a> is available now for testing. Final release will be on February 5, 2025. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Aaron Jorbin</strong> announced that <a href=\"https://make.wordpress.org/core/2025/01/22/wordpress-6-7-2-release-planning/\"><strong>WordPress 6.7.2 </strong>will be released soon</a>. RC will be released on February 4 and final release will hit the WordPress site near you on February 11. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-114-reflections-on-gutenberg-times-and-do-the-woo/\">Gutenberg Changelog #114 – Reflections on Gutenberg Times and Do the Woo</a> with Bob Dunn aka BobWP as host and guest Birgit Pauli-Haack, each publication started 7 years ago. </p>\n\n\n\n<img width=\"652\" height=\"328\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/Gutenberg-Changelog-114-Bob-Dunn-Birgit-pauli-Haack-edited.png?resize=652%2C328&ssl=1\" alt=\"\" class=\"wp-image-37614\" />\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Darren Ethier </strong>and <strong>James Kemp</strong> from WooCommerce talk about <a href=\"https://www.youtube.com/watch?v=q2CXOsMwBF4&t=5s\"><strong>Building WooCommerce in Public</strong></a> in the latest episode of <em>DoThe Woo</em> Network They explore WooCommerce&#8217;s current state and future direction, with Darren highlighting his connection between Gutenberg and WooCommerce. They stress the importance of community and communication in development, discuss the significance of WordCamps, the need for key features, and WooCommerce&#8217;s evolution for better experiences. They also mention how changes in WordPress affect WooCommerce’s plans and the need for flexible, no-code solutions for developers. This conversation provides insights into WooCommerce’s development approach and plans.</p>\n\n\n<div width=\"100%\" class=\"wp-block-newsletterglue-showhide ng-block\">\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On <em>Learn.WordPress.org</em>, <strong>Wes Theron</strong> published the lesson: <a href=\"https://learn.wordpress.org/lesson/explore-synced-pattern-overrides/\"><strong>Explore synced pattern overrides</strong></a>. It&#8217;s part of the Intermediate WordPress User course and covers what&#8217;s patterns are, and how you can maintain stylistic control while the  content of a pattern. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <a href=\"https://blog.gravatar.com/2025/01/26/wordpress-author-page/\"><strong>Create a Custom Author Page</strong></a> Ronnie Burt introduces you to multiple ways how you can make use of the Gravatar profile for your website. He also explains why spending a moment on  the design of an author page is very important for a company blog. Then he walks you through the various method how you can use the user information stored on a self-hosted site can be used to expand on the normally neglected and thinly populated author information. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upcoming-events-beyond-wordcamps\">Upcoming events beyond WordCamps</h3>\n\n\n\n<p>Apart from <a href=\"https://central.wordcamp.org/schedule/\"><strong>WordCamps,</strong></a>  additional conferences are on the schedule for this year. </p>\n\n\n\n<p><strong>February 24 &#8211; 28 2025</strong> The 2nd Annual <a href=\"https://www.stateofdigitalpublishing.com/wp-week/\"><strong>WP Publisher Success Week</strong></a>&nbsp;will take place. You can learn best practices from leading experts in the field of WordPress for publishers.</p>\n\n\n\n<p><strong>March 17 &#8211; 20, 2025 <a href=\"https://www.cloudfest.com/\">CloudFest</a>,</strong> Europa Park, Rust, Germany. As Bob Dunn, DoTheWoo <a href=\"https://dothewoo.io/blog/do-the-woo-is-a-media-partner-for-cloudfest-2025-and-the-hackathon/\">reports</a>, there will be a <a href=\"https://www.cloudfest.com/wp-zone\">WPZone</a> and a WPDay. </p>\n\n\n\n<p><strong>April 23 &#8211; 26, 2025</strong> <a href=\"https://pressconf.events/\"><strong>PressConf</strong></a> a conference for WordPress professionals will take place in Tempe, Arizona, USA. Speakers are among others Mary Hubbard, Matias Ventura, Rich Tabor, and Tammie Lister. </p>\n\n\n\n<p><strong>September 25, 2025</strong> <a href=\"https://loopconf.com/\"><strong>LoopConf</strong></a> returns to London, UK as a conference for WordPress developers. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In his latest blog post, <strong>Nick Diego</strong> wants theme developers to <a href=\"https://nickdiego.com/stop-struggling-with-cumbersome-theme-json-files/\"><strong>stop struggling with cumbersome theme.json files</strong></a>. He shares how he and his new buddy, <em><a href=\"https://www.cursor.com/\">Cursor AI</a></em> succeeded in building a compiler/bundler to combine separate json file into an overall theme.json for a theme. Diego shares a video of the process and the final script, you can adopt for your workflow. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Hendrik Lührsen</strong> found that <a href=\"https://kraut.press/2025/crisis-of-themes/\"><strong>WordPress themes are facing a crisis.</strong></a> &nbsp;The introduction of Full Site Editing (FSE) has brought about complexities that are causing challenges in the WordPress theme ecosystem.&nbsp;This situation appears to be related to the rapid evolution of WordPress technology, particularly the implementation of the site editor, which is impacting how themes are developed and used. </p>\n\n\n\n<p>While calling it a crisis makes the post viable for the successful spread via outrage advertising economies, Lührsen is not wrong, lamenting about all the short-comings of block themes. His suggested paths to improve the situation can be walked by every theme developer building sites for clients on top of WordPress, except the discoverability of themes on the repository. A standardized onboarding process, was discussed among Themes team members. Turns out that the many, many use cases are not easily pulled into a cookie-cutter closed system. It&#8217;s the nature of the 21-year legacy of WordPress. It also means, any developer can fill the gaps for their clients, and if they want to go the extra mile, share it all back to the community. WordPress is not a one-size fits all system. Flexibility and extensibility is a feature, not a bug.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his YouTube video, <strong>David McCan</strong> looks into<a href=\"https://www.youtube.com/watch?v=WtZ3yZ7HPvE\"><strong> the current state of block themes</strong></a>, reviewing popular themes available in the WordPress repository, Then he looked under the hood to understand block themes. &#8220;I have a better understanding of block themes after going through this process.&#8221; McCan wrote in the description. If you rather read a blog post reader than watch a video, <a href=\"https://www.webtng.com/the-current-state-of-block-themes-and-a-reassessment/\">got here to read McCan&#8217;s thoughts</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://humanmade.com/wordpress-for-enterprise/transitioning-to-fse-a-low-risk-high-reward-move-for-enterprises/\"><strong>Transitioning to FSE: A low-risk, high-reward move for enterprises</strong></a> HumanMade&#8217;s account director, <strong>Adam Jones</strong>, tells the story of how Human Made, &#8220;guided enterprise organizations through this process and seen the transformative benefits firsthand.&#8221; Adapting to the site editor and block themes allows businesses to enhance digital capabilities with minimized risk through careful planning and testing. Key benefits include improved scalability, workflow, and reduced reliance on developers, making full-site editing a valuable investment in digital infrastructure. Also on that topic: <a href=\"https://humanmade.com/wordpress-for-enterprise/enterprise-wordpress-the-3-competitive-advantages-of-fse/\">The three competitive advantages of full-site-editing</a> by senior account manage, <strong>Lorna Lim. </strong></p>\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2024&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a>&nbsp;|&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong>&nbsp;|&nbsp;<strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Riad Benguella</strong>, architect on the Gutenberg projects, explains in his latest post <a href=\"https://riad.blog/2025/01/31/the-anatomy-of-a-cms/\"><strong>The anatomy of a CMS</strong></a> and why any web developer should attempt to build a CMS just once. The magic happens through four key parts: how content is stored, how it looks, how you edit it, and how it gets shown to the world. Whether you want to create a personal blog, an online store, or a company website, a good CMS adapts to your needs. Benguella took a detailed view into the various parts of the WordPress CMS: block rendering, style engine and the fields system. If you wish to know how it all fits together, grab your favorite beverage and start reading.  </p>\n\n\n\n<img width=\"652\" height=\"392\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/02/CMS-1-by-Riad-Benguella.webp?resize=652%2C392&ssl=1\" alt=\"\" class=\"wp-image-37531\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-s-new-in-playground\">What&#8217;s new in Playground</h2>\n\n\n\n<p>Check out this article by Ján Mikláš, <a href=\"https://developer.woocommerce.com/2025/01/24/demo-your-woo-extension-with-wordpress-playground/\"><strong>Demo your Woo extension with WordPress Playground</strong></a>, where he breaks down how to set up WordPress Playground just for your needs. You’ll find out how to tweak your blueprint.json file with settings and steps, plus how to create a custom landing page and hide those pesky WooCommerce onboarding screens.</p>\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: AI generated. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Feb 2025 01:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Do The Woo Community: Friday Shares Fadeout. Sign Up for Our New Newsletter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/friday-shares-fade-out-sign-up-for-our-new-newsletter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:339:\"In this episode of On WPCommunity, BobWP announces the conclusion of his regular Friday share posts on the blog due to time constraints and his new plans. He explains that after WordCamp Asia in February, a new newsletter will be launched alongside the release of version 5.0 of their site. The newsletter will feature actionable [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jan 2025 13:30:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Do The Woo Community: State of Enterprise WordPress 2024 Report with Brad Williams and Tom Willmot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://dothewoo.io/state-of-enterprise-wordpress-2024-report-with-brad-williams-and-tom-willmot/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"In the latest Scaling Enterprise podcast episode, Tom and Brad discuss the 2024 State of Enterprise WordPress Report, highlighting trends in adoption, usage, and decision-making dynamics within organizations.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jan 2025 13:12:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: #154 – Anna Hurko on Managing a Growing Plugin Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=185997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/podcast/154-anna-hurko-on-managing-a-growing-plugin-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39823:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case managing a growing plugin business.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Anna Hurko.</p>\n\n\n\n<p>Anna is the CEO of Crocoblock, a company with a suite of dynamic plugins designed to help developers build complex websites. With a background in computer science, Anna transitioned from support roles to leading Crocoblock, and has been with the company for over 11 years.</p>\n\n\n\n<p>Anna quickly rose through the ranks due to her technical knowledge and effective communication skills. Crocoblock, which started with just a handful of team members, has now grown to 85 employees. They offer a wide range of specialized plugins, such as JetEngine, JetSmartFilters, JetBooking, and more, primarily aimed at agency and freelance developers.</p>\n\n\n\n<p>Anna shares her journey and discusses the growth of Crocoblock. She highlights the company&#8217;s flexibility and commitment to meeting developers&#8217; needs, adapting to both the rapid changes within WordPress and the increasing demand for dynamic site capabilities.</p>\n\n\n\n<p>Anna also talks about the company&#8217;s marketing strategies and their active, and growing, participation in the WordPress community through WordCamps and Meetups.</p>\n\n\n\n<p>If you&#8217;re interested in how a company evolves within the WordPress ecosystem, and the challenges and successes that come with it. This episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you, Anne Hurko.</p>\n\n\n\n<p>I am joined on the podcast today by Anna Hurko. Hello Anna.</p>\n\n\n\n<p>[00:02:53] <strong>Anna Hurko:</strong> Hi Nathan.</p>\n\n\n\n<p>[00:02:54] <strong>Nathan Wrigley:</strong> Very nice to connect with you. I should probably say at the outset, Anna has several names. So if you know Anna better as Vanessa, or any combination thereof, it&#8217;s the same person. So do you just want to clear that up? How is it that you&#8217;ve got two different names?</p>\n\n\n\n<p>[00:03:09] <strong>Anna Hurko:</strong> So it&#8217;s from the beginning. I have started to work as a supporter, and it was like tradition to choose a nickname for support agent. And I decided like okay, I&#8217;m already Anna, I want something other, but which will suit me. And I decided to be Vanessa.</p>\n\n\n\n<p>And for a few years I was Vanessa, but somehow all my colleagues remembered me as Vanessa, and we used it till now, even if I don&#8217;t need it anymore. And that&#8217;s how it works. But now I feel more Vanessa than Anna because in whole work, so even financial departments, they say Vanessa, not Anna. Even the ex coworkers who are not anymore working with me, but they&#8217;re my friends, even their children say I&#8217;m Auntie Vanessa.</p>\n\n\n\n<p>[00:03:46] <strong>Nathan Wrigley:</strong> So several names, but hopefully by the time this podcast is finished, you&#8217;ll have figured out, dear listener, who it is that we&#8217;re talking to. But I&#8217;m going to go with Anna because that&#8217;s probably the easiest thing for me to say.</p>\n\n\n\n<p>So Anna, we are a WordPress podcast, so I guess it would be a good idea right at the outset to give you an opportunity to just tell us who you are, where you come from in terms of the geography and maybe the company that you work for, things like that. So really it&#8217;s a short bio moment. So could you just tell us a little bit about yourself?</p>\n\n\n\n<p>[00:04:13] <strong>Anna Hurko:</strong> Yes, sure. So I&#8217;m from Ukraine, from south of Ukraine, and the company is the Crocoblock is project I&#8217;m working with now, and it&#8217;s located in Ukraine as well. All our team members are in Ukraine, in one city actually. So now a little bit different. So I&#8217;m CEO of Crocoblock and I work for the holding company about 11 years for now.</p>\n\n\n\n<p>[00:04:32] <strong>Nathan Wrigley:</strong> So, what is Crocoblock? And I hope I&#8217;ve pronounced that correctly. By the way, everything that we mention will be linked in the show notes. So if you head to wptavern.com/podcast and look for the episode with Anna in it, then you&#8217;ll be able to find all the show notes. But, what is Crocoblock and what does it do?</p>\n\n\n\n<p>[00:04:49] <strong>Anna Hurko:</strong> So Crocoblock, I have always a long and short answers. Crocoblock is project who is making plugins for developers to build dynamic complex websites. And the idea was to have ecosystem which has all tools for developers needs.</p>\n\n\n\n<p>But for me as a CEO, Crocoblock is a team. So it doesn&#8217;t matter which technology will come tomorrow and what happened to WordPress, we are a team who can build products. So that&#8217;s why I have two answers.</p>\n\n\n\n<p>[00:05:14] <strong>Nathan Wrigley:</strong> Now, you mentioned at the outset that you are from the Ukraine originally, but just before we hit record, you talked about the fact that you are no longer in the Ukraine. But maybe that would be an interesting way to begin this podcast properly.</p>\n\n\n\n<p>I&#8217;m guessing that from the description, living in the south of Ukraine, that you moved against your will, possibly. You&#8217;ve had to move because of the situation over there.</p>\n\n\n\n<p>[00:05:36] <strong>Anna Hurko:</strong> So the are three years of the situation. I was in Ukraine, I just moved in September after WordCamp US. I just didn&#8217;t come home and then stayed in Europe because I am trying to visit more WordCamps and WordPress meetups. And if you&#8217;re in Ukraine, it takes too long time to get out, because you don&#8217;t have planes and you need to go with a bus to Europe and to take plane, and every country in Europe takes me two days to move.</p>\n\n\n\n<p>So I decided to stay in Romania because it&#8217;s kind of in the center and then can visit more events. So last year I visited about seven WordCamps, because I want to go closer to community, to customers, to speak offline with them, and we have results. So we have already ran a little bit growing in comparison.</p>\n\n\n\n<p>[00:06:20] <strong>Nathan Wrigley:</strong> The situation in Ukraine in terms of web development and tech, it always seems like Ukraine punches above its weight. I don&#8217;t know if there&#8217;s a particular kind of, I don&#8217;t know, like drive in school or anything like that to head towards technology and software development. But it seems, when I look at the about page of a lot of products, especially in the WordPress space, but technology more generally, it always feels like Ukraine is overrepresented with the amount of companies. I don&#8217;t know if that&#8217;s something that you think is true or if that is true.</p>\n\n\n\n<p>[00:06:53] <strong>Anna Hurko:</strong> It is true, but I think it&#8217;s not because of good reasons. Somehow we didn&#8217;t have good factories and job places, and web was very easy for people to just find a job and to have good salary because a lot of companies working as outsource, or they have customers from US and Europe. For example, like Crocoblock, we don&#8217;t work with Ukrainian market actually, we work with Europe and US.</p>\n\n\n\n<p>And it&#8217;s not something, we have good studying in school and university. Unfortunately it should&#8217;ve developed better. For example, I have studied computer science, but it was like old technologies in university. Just because we don&#8217;t have normal working places, people starting to self-educate and they work in IT. And somehow it&#8217;s very good now. So even government programs, they&#8217;re all digitalised.</p>\n\n\n\n<p>So from my phone, I can pay taxes, I can marry now from phone, but only with Ukrainians, of course. I can get any document I need, I don&#8217;t need to go anywhere. So now, for example, I&#8217;m outside of Ukraine, but I can have any document, new driver license. I can sell car with one application. So it&#8217;s somehow built in us.</p>\n\n\n\n<p>[00:07:59] <strong>Nathan Wrigley:</strong> So the propensity of Ukrainian web developers is as a result of people looking to improve their own lives and finding that distributed work was something that they could do, and they could earn a good, in air quotes, good salary if they took the initiative and did, what? Self-taught learning, that kind of thing.</p>\n\n\n\n<p>[00:08:17] <strong>Anna Hurko:</strong> Yes, yes. Because in university, school, it&#8217;s really bad now, I&#8217;ll say. It&#8217;s not practical. But, for example, as I have studied computer science, it was all technologies. It was like Pascal Delphi, if you even know, C++. Something very difficult and not attached to WordPress, for example. But it gives me understanding how database works, for example. And it helps me a lot, even now, I don&#8217;t work with WordPress itself, so I don&#8217;t build product, I mean. I work with a team. It helps me to understand my developers and how it works.</p>\n\n\n\n<p>[00:08:46] <strong>Nathan Wrigley:</strong> Okay. Yeah, well, it&#8217;s a nice idea that the CEO of the company actually has a background in technology. I think that&#8217;s interesting to be able to speak to the developers on their level.</p>\n\n\n\n<p>How did you start in the WordPress space then? I think you said that you started working with the support side of things over at Crocoblock. And if that&#8217;s the case, going from support to where you are now, CEO, that&#8217;s a pretty big move. How did it all begin?</p>\n\n\n\n<p>[00:09:09] <strong>Anna Hurko:</strong> First I need to say that I didn&#8217;t realise it&#8217;s a big move before attending WordCamps. Because it&#8217;s for me everyday life and it was kind of 10, 11 years. So when I have studied computer science, by side I was in NGO and Youth Politic. And I told, I will never have anything with programming languages, or with IT, or even with websites because we had website building in university as well, but it was, you know, when it was on the tables and HTML and so on. And the teacher was so awful. So I told, I will never do it, and now I&#8217;m here.</p>\n\n\n\n<p>So after I finished with Youth Politic, I have started to just looking for a job which need English language. So because I didn&#8217;t want IT and I sent a CV for everyone with English knowledge, and they picked up me in the holding company as a support member because I knew English. But somehow as I knew computer science, it was very easy for me to deal with WordPress. And in three months I was already a night shift team leader and I have started to mentor people and so on. So I have started with support, but my background with computer science helped me to be very good, very fast.</p>\n\n\n\n<p>So until now, I think it was the best thing I can do in my life is to be a supporter. Even now I think so. And because I have done Youth Politic, I had soft skills which helped me to communicate with customers in a nice way. And we have started to rebuild the support team as well, and there are rules in support and so on.</p>\n\n\n\n<p>[00:10:31] <strong>Nathan Wrigley:</strong> So you started out in support, and fairly quickly you rose through the ranks. And you mentioned just there that, you called it the, what did you call it?</p>\n\n\n\n<p>[00:10:38] <strong>Anna Hurko:</strong> Holding company.</p>\n\n\n\n<p>[00:10:39] <strong>Nathan Wrigley:</strong> The holding company, that&#8217;s it.</p>\n\n\n\n<p>[00:10:40] <strong>Anna Hurko:</strong> Yeah, we have holding company, it has several projects on side. And now Crocoblock is totally separated project.</p>\n\n\n\n<p>[00:10:45] <strong>Nathan Wrigley:</strong> So what&#8217;s the holding company, and is it a sort of WordPress thing, or is it just technology in general?</p>\n\n\n\n<p>[00:10:50] <strong>Anna Hurko:</strong> It&#8217;s a recent WordPress thing. So we have started as a team in Template Monster. And, yeah, I was a support member in Template Monster first. Our developers started as well with templates before the templates were starting to die.</p>\n\n\n\n<p>[00:11:04] <strong>Nathan Wrigley:</strong> And do you have a background in using WordPress, or has your experience with WordPress been on the journey in Crocoblock?</p>\n\n\n\n<p>[00:11:12] <strong>Anna Hurko:</strong> I don&#8217;t have my private experience, so I never worked for an agency. But what I need to say is that in support, when I have started support, it was not like just us answering general questions. I was very technical support member, very quick. And customers in Crocoblock even now, but even before when I was working, they come with the real projects. And they just come and say, I don&#8217;t know what is wrong, just do something. And you log in on the website and you start building it.</p>\n\n\n\n<p>And that time, to start working in support, we had training for one month. About four hours theoretical training, and then five hours of homework. And this first month, I never went out of my house, only for my grandmother&#8217;s birthday. And what we have done, we haven&#8217;t learned WordPress, we have learned CSS, JavaScript and HTML. We have built websites, and working with database was as well. So somehow I started to work with the websites first, but just I don&#8217;t have commercial experience, I think.</p>\n\n\n\n<p>[00:12:07] <strong>Nathan Wrigley:</strong> And what&#8217;s the structure of Crocoblock then? How many people do you have deployed into that project? If you are the CEO, I guess you&#8217;re at the top of that pyramid, how many people are working with you, for you? However you want to describe it.</p>\n\n\n\n<p>[00:12:18] <strong>Anna Hurko:</strong> We have started six years ago with five people, five, seven people. We don&#8217;t know exact number. All of us have different story of it. Now it&#8217;s 85.</p>\n\n\n\n<p>The story begins when we were in Template Monster and we have built templates. In some point we had new people for it and we needed more amount of it and so on. And we have started to build frameworks to speed up the process, and to have less errors because if every quarter developer makes it in own style, we have too much issues with it.</p>\n\n\n\n<p>And then we started to sell it. So because it was product for ourself, but it was too good and we have started to like, okay, can we just start to sell plugins? And then we have started it, it was enough, seven people. It was developers, one support member, and guy who was before me, the CEO.</p>\n\n\n\n<p>[00:13:00] <strong>Nathan Wrigley:</strong> So if I go to the Crocoblock website, which is crocoblock.com, and I look at the products that you&#8217;ve got. It opens up a fairly giant mega menu, and there&#8217;s literally dozens of things in there.</p>\n\n\n\n<p>When I first heard the word Crocoblock, firstly I assumed that it was plural, that it was Crocoblocks, and my assumption was that, okay, that&#8217;ll be a suite of WordPress blocks. So you&#8217;ll download a plugin, and then you&#8217;ll have a bunch of blocks that you can put into the block editor.</p>\n\n\n\n<p>And you go to the website and you realise, no, that&#8217;s really not what it is. That&#8217;s not even close to what it is. So what is it that you are offering into the market? What are the different products that I can find in your product section? I mean, there&#8217;s too many to talk about, but maybe just pick your favorites or a few that are particularly popular.</p>\n\n\n\n<p>[00:13:47] <strong>Anna Hurko:</strong> Yeah, so short answer is, well, it will be JetEngine and JetSmartFilters. But the issue is that we have invented the Crocoblock name before Gutenberg. There were no blocks, it was Crocoblock, and we have it because it was an old project that we had already some traffic and we left it.</p>\n\n\n\n<p>Now we have actually two names, Crocoblock and JetPlugins because all of our plugins are JetPlugins.</p>\n\n\n\n<p>And the issue is that the project was started with supporters and developers. We didn&#8217;t have marketer for a few years. So I have a head of marketing only last one year. That means we didn&#8217;t thought about the things like name, and now we have a lot of difficulties with it.</p>\n\n\n\n<p>And when I had started Crocoblock we have the first document with idea about what Crocoblock is, and it was one sentence that will make us laugh for even now. Crocoblock is not about dynamic, it&#8217;s only about static and nice design. And what is fun about it? Because it&#8217;s now only about dynamic plugins. So now we have big menu with a lot of plugins because it&#8217;s like our history and we can&#8217;t delete them, because people use them.</p>\n\n\n\n<p>But our main focus is on dynamic websites, and that means JetEngine, which is a competitor for ACF, but it has much more inside. JetSmartFilters, JetThemeCore, and all plugins, which helps you to create complex structured websites, like real estate, multi-vendor and so on. You can track user data, and you can manage what to show to different users, or see the user behavior and connect to it.</p>\n\n\n\n<p>[00:15:13] <strong>Nathan Wrigley:</strong> Yeah, there really is a lot in there. You really do run the whole gamut of what WordPress can do. So for example, there&#8217;s something called JetBooking, which I&#8217;m imagining helps you with booking. And JetGridbuilder, again, it speaks for itself. JetProductTables, JetWooBuilder, JetProductGallery, Jet Appointments, JetFormBuilder. You get the idea. You&#8217;ve got your fingers in everything.</p>\n\n\n\n<p>[00:15:35] <strong>Anna Hurko:</strong> The idea was to build this structure where developer has ever seen. We have started with Elementor. When Crocoblock was invented, it was few builders on the market, new builders. Elementor, Oxygen, and maybe, I don&#8217;t remember, Brizy or something like that. And they were on the equal stage. And our previous CEO came to us, I&#8217;m like, what will we choose? He asked me, and he asked our CTO. And we choose, both of us choose Elementor because of user experience and because of the cleanness of the code.</p>\n\n\n\n<p>Our idea was to build everything except hosting and page builder for building websites. So we have tried, at the beginning, to close all the tasks for users and it was very fresh. So we appeared at the same time when Elementor was developing. And Elementor had less features inside of it.</p>\n\n\n\n<p>So first of all, we have tried to close all tasks, and now we&#8217;re more specifically working on dynamic. For example, Elementor, in JetElements we haven&#8217;t added any new features for few years, but it&#8217;s still our best plugin in sellings. But we don&#8217;t develop it because we don&#8217;t like to develop, so I mean we&#8217;re fixing bug issues or compatibility issues, but we don&#8217;t add new features because Elementor has added all new features, HappyAddons. And we don&#8217;t want to build, if it&#8217;s already on market, we don&#8217;t build it. It&#8217;s a philosophy of Crocoblock. We don&#8217;t want to build anything which already exists.</p>\n\n\n\n<p>[00:16:54] <strong>Nathan Wrigley:</strong> So over there I can see, what is it? 21 on the mega menu, there&#8217;s 21 things there. I&#8217;m guessing that, probably started with 1 went to 2, 3, 4, and we&#8217;re up to 21 at the minute. How do you keep this going? Are you intending to go from 21 to 22, 23, 24? Do you keep adding products, or is this more a case of, okay, we&#8217;ve got what we&#8217;ve got. We&#8217;ve covered everything? How are you making decisions about what it is that you&#8217;re going to do in the future?</p>\n\n\n\n<p>[00:17:18] <strong>Anna Hurko:</strong> So as I came from support, when we invented Crocoblock, we had only one support member, and all developers were supporting as well. We have very tight connection with customers and what we&#8217;re building, we&#8217;re building after customer&#8217;s request. So it depends. If it will be need on market to build one more plugin, we&#8217;ll build it. If not, then not.</p>\n\n\n\n<p>So I can tell you we have strategy for number of plugins. We have strategy to cover developers&#8217; needs. So now, for example, we have user interviews, some pools, research and market to find what else developers need. So it&#8217;s not about number of plugins, it&#8217;s about to close the needs.</p>\n\n\n\n<p>For me, I don&#8217;t want more plugins, so it&#8217;s not the goal. But if it would be better to build it as a separate plugin, we&#8217;ll build it. For example, the JetProductTables, it&#8217;s a new plugin. It was a result of R and D departments, I would say. We have new department, new for one year and they made resource. It&#8217;s like an experiment. So we don&#8217;t have any goals and number of plugins. It&#8217;s just to make developers life easier.</p>\n\n\n\n<p>So we have some projects, for example, we have ideas for projects not related to plugins itself, but to developers. I can&#8217;t tell you now what will it be.</p>\n\n\n\n<p>So for me it&#8217;s, you know, like CEO, I don&#8217;t like a lot of plugins and I don&#8217;t want to have more team members. It&#8217;s always something you don&#8217;t want, to have more, because it&#8217;s easier to focus on one plugin. And as you say, it would be easier to focus only on JetEngine, but somehow Crocoblock can&#8217;t stop.</p>\n\n\n\n<p>[00:18:44] <strong>Nathan Wrigley:</strong> You mentioned at the start that you began the business with Elementor in mind, and Elementor, if you haven&#8217;t been keeping a track, dear listener, Elementor really has had just the most astronomical growth since its inception, and I think really is singularly responsible for a large proportion of WordPress&#8217; rise.</p>\n\n\n\n<p>Now, I don&#8217;t know if that is the sort of page builder of choice that you&#8217;ve hooked yourself into, or if you&#8217;ve got into the sort of more WordPressy way of doing things. And what I mean by that is, you know, the Block Editor and Full Site Editing and things like that, because that&#8217;s obviously where the Core of the WordPress project is focusing its energy. But obviously on the periphery of that, you&#8217;ve got all these different page builders.</p>\n\n\n\n<p>What do you do with all of that? Do you hunker down and stick with Elementor, or do you decide you&#8217;re going to go with like the Core way of doing things? How does that all fit in?</p>\n\n\n\n<p>[00:19:33] <strong>Anna Hurko:</strong> So we of course love Elementor and it helps us in the beginning so much. We have the same philosophy as Elementor in a lot of things, like treating customers and so on. And I think it was right choice to start with. But once it was announced, the Gutenberg project, and then WordPress started with Gutenberg, the same in half a year or something like this, we have started to rebuild our plugins.</p>\n\n\n\n<p>So all our main plugins, not design plugins, but all our main plugins for dynamic websites. So when the Gutenberg project was started, we rebuilt them, and they all are working with Gutenberg as with Bricks now and Elementor. So Elementor is just one of the builders customers need. And then Gutenberg is the core. So we have rebuilt inside the plugin, the code in the way it can work with Gutenberg and we can easily add other integrations. And we always perform something with WordPress and Gutenberg native features. It&#8217;s in the core. So of course Elementor has grown up.</p>\n\n\n\n<p>So the company itself, it&#8217;s 20 years in market and we have all the 20 years experience. And we know it can shine as a star and it can die next day. But WordPress, we believe will stay for a long time with us. That&#8217;s why all our main plugins are built for WordPress and Block Editor. And we try to connect it more natively.</p>\n\n\n\n<p>The issues we have, it takes a long time. For some of our projects, for example, we have JetThemeCore, it&#8217;s a plugin which builds templates for archive pages, WooCommerce card, profile page, so all sorts of pages you can make the structure with it. And for some time we haven&#8217;t developed it because we were waiting for FSE, for some new features from WordPress itself. But it take too long time, and we didn&#8217;t want to build something that WordPress will build natively. Or you need to wait or you build it, and then users will have it twice, once in Crocoblock and then in WordPress.</p>\n\n\n\n<p>So we have these issues, but we&#8217;re trying to work around. For example, we have JetStyleManager, it&#8217;s a free plugin. It was created specifically for Gutenberg, because when we have made integration and compatibility for our plugins, Gutenberg was very new and it didn&#8217;t have a lot of style options. And we have built separate plugin just for Gutenberg to make styles possible. And now users have this solution from every plugin provider different, and we will rebuild it because WordPress have changed and so on.</p>\n\n\n\n<p>So what I wanted to say, and it took a long time, even if you use Bricks, Elementor, and we will add some other integrations for Builder, WordPress is in Core and we would never ignore it. We&#8217;re part of WordPress, first of all.</p>\n\n\n\n<p>[00:22:04] <strong>Nathan Wrigley:</strong> You mentioned a few sort of little frustrations there with the pace of WordPress. So for example, you may want a particular feature, and you know it&#8217;s coming, but you take your foot off the pedal of your own project so that you&#8217;re not building it twice as you said. But what about the way that Gutenberg and Full Site Editing, but Gutenberg in particular has changed over the last six or seven years?</p>\n\n\n\n<p>I mean, there must have been times when, the fact that it was altering so rapidly, and in such a drastic way, you know, from one release to the next it might be an entirely different UI for a particular thing. And then you&#8217;ve got to scratch your head and think, okay, we just shipped something, and we did the documentation, and it all looked like that, and now it looks like this, we&#8217;ve got to redo all the documentation.</p>\n\n\n\n<p>Being honest, has it been a straightforward process or has it been a fairly frustrating process? I mean, it could have been a bit of both, I guess.</p>\n\n\n\n<p>[00:22:53] <strong>Anna Hurko:</strong> It&#8217;s both. It was frustrating because we so believe in WordPress, and we have waited for some changes before, early, and it took too much time from our opinion. But it&#8217;s part of WordPress life. So it&#8217;s part of probably open source and so on, so we&#8217;re okay with it. And I can say that probably we don&#8217;t feel that frustration all the time because Crocoblock itself, growing and changing so quick as well.</p>\n\n\n\n<p>In six years we started with five people, now 85. You can imagine how quick changes processes inside our team as well. Because every time, in marketing, you have few new people, you need new process. Or in developers teams, they have started like three, four developers and now 15. Every two, three, developers, you need to change the process. So what I mean, in our philosophy of Crocoblock, we are okay with changes. It doesn&#8217;t frustrate us. What frustrates us, if nothing happens.</p>\n\n\n\n<p>[00:23:44] <strong>Nathan Wrigley:</strong> Yeah. And over the last decade or more, we&#8217;ve just seen the line of market share for WordPress go up and up and up. And if I was a product maker in the WordPress space, that would&#8217;ve made me feel great. I&#8217;ve got a credible product, it works. We&#8217;ve got a load of people using it. And look, the amount of people who might use it just keeps rising. And then we get to about 43% of the web, whatever that means, I mean, we can ignore exactly what that means, but the point is the line just kept going up.</p>\n\n\n\n<p>More recently there&#8217;s more discussion about stagnation in the marketplace, and maybe that line tapers a little bit and it goes flat. Or, and I don&#8217;t really want to get into that, we&#8217;ve got this period of change at the moment, there&#8217;s a lot of politics inside of WordPress. I&#8217;m just wondering what your thoughts are on where the business is pitched. The fact that you are using WordPress is great, but do you have any concerns about the market share sort of stagnating, or do you feel that you still have a massive audience in WordPress that you&#8217;re still yet to reach?</p>\n\n\n\n<p>[00:24:41] <strong>Anna Hurko:</strong> We have different periods. For example, last years were very challenging for us. Because Crocoblock started, when we started it grows in geometrical progress, it was very quick growing. And then of course as a five, six years project, you have not so big changes in your revenue, but it&#8217;s good, it works. And last few months we have very good results. So I think we don&#8217;t feel that stagnation so much because we have started Crocoblock without marketing, it was selling itself, and of course with help of community influencers.</p>\n\n\n\n<p>And we have just started last year to build a brand and to work with marketing. It means we have a lot of potential yet. So if market is stagnating or it still feels for us to develop our customer base and so on, because we didn&#8217;t use it before. You know what I mean? So if you haven&#8217;t selling in right way, then now we have started. So we still have a lot customers.</p>\n\n\n\n<p>[00:25:32] <strong>Nathan Wrigley:</strong> Oh I see what you mean. So it was more kind of organic growth, or maybe it was social media or YouTube or what have you.</p>\n\n\n\n<p>[00:25:38] <strong>Anna Hurko:</strong> We have started with product team, and that&#8217;s why we didn&#8217;t have real marketing. No one from us really understood the marketing itself, because we have just done what people need. And somehow the product was built first for ourselves and for our needs. That means we know our customers, not only from support team or interviews, they know them because they are we. So we didn&#8217;t need marketing.</p>\n\n\n\n<p>And it was a time in our Crocoblock life when we didn&#8217;t believe in marketing. And we thought like, okay, marketing is just wasting of money. It changed. So last year we had head of marketing and I developed a marketing team as well. That&#8217;s why it&#8217;s very new for us and we still have where to grow.</p>\n\n\n\n<p>And about market share, we could say something about stagnation, but after we see new numbers of Elementor, and we can see where is no stagnation. And about the drama and the situation with WordPress, which we had since September, we don&#8217;t feel it.</p>\n\n\n\n<p>So for me, it was surprising that my life was only about the drama and no one in Crocoblock community talked about it. So we have 30,000 people in Crocoblock community in Facebook, and it was only two posts asking about what happens, that&#8217;s it. With five comments. So I think the companies care, but customers not so much.</p>\n\n\n\n<p>We have some feedback from agency customers. So our customer is an agency or freelance developer. They had few issues from clients, but not so much. So the main reason is to keep ecosystem healthy and that&#8217;s it.</p>\n\n\n\n<p>[00:27:05] <strong>Nathan Wrigley:</strong> And now that you&#8217;ve moved into marketing, by the way, I think you were right about marketing. If you spend your marketing money badly, it probably is an absolute waste of money, but if you spend it wisely, it&#8217;s probably the most effective money that you can ever spend. So where are you pitching that then?</p>\n\n\n\n<p>So if I just rewind and re-ask that question, who is your audience? Who are the people that are using this? Is this a product which is used by agencies to deploy to their client websites? Do you find that you are being purchased by, I don&#8217;t know, people who&#8217;ve just got one or two websites? Maybe it&#8217;s just a solopreneur, something like that. Is there a segment of the market that you identify with?</p>\n\n\n\n<p>[00:27:41] <strong>Anna Hurko:</strong> Yes, of course. First, when we have started, we were growing just naturally and we didn&#8217;t ask ourselves these questions. Now, we have made a lot of researches, and it&#8217;s the same answer. Our customers are agencies and freelance developers. They&#8217;re about 30, 35, 40 years old with five, six years experience.</p>\n\n\n\n<p>The issue is the Crocoblock is quite complicated solution. It gives you total freedom. You can build from admin panel anything, we have query builder where you can use SQL and other complicated stuff. You don&#8217;t need to go to database. You can reach your SQL database from the admin panel, or complex relations and so on.</p>\n\n\n\n<p>But to use it, even from admin panel by clicking buttons, you need to understand how it works. The learning curve is complicated. And our developers building product quicker is that all other 80 people can produce a content for it and tutorials. That means, so if you need one website, it&#8217;s not a marketing answer, but if you need one, two websites, you don&#8217;t need Crocoblock. It&#8217;ll be too complicated for you. But Crocoblock will save your time and 50, 60% if you have more websites, if you&#8217;re an agency.</p>\n\n\n\n<p>[00:28:47] <strong>Nathan Wrigley:</strong> Right, I understand. So if you&#8217;ve got a portfolio of websites and you&#8217;re willing to put the time in to learn over 2, 3, 4, 5, 10, 20 projects, you&#8217;ll get a return on your time back. But if it&#8217;s just one website, maybe the learning curve, unless you really into that kind of thing and you just want to learn for the sake of it.</p>\n\n\n\n<p>[00:29:04] <strong>Anna Hurko:</strong> I have visited a lot of WordCamps last year and meetups, just to talk to our customers. And we have a lot of fans who paid us once lifetime, but they&#8217;re still our fans and they talk about us on meetups and so on. Even unpaid, it&#8217;s so pleasure when someone talked about you, about meetup, and had presentation and you never paid for it.</p>\n\n\n\n<p>And it&#8217;s always about four or five people in agency who are building websites. And because of Crocoblocks, they can build one website in a week, starting from design into the launch. It&#8217;s very nice because we have components and query builder and glossary, so you can make some predefined elements and then reuse it all the time if you have some websites you built then, for example, booking and so on.</p>\n\n\n\n<p>[00:29:47] <strong>Nathan Wrigley:</strong> So do you sell your products separately? So all of the different ones that I mentioned, plus all ones that I didn&#8217;t have time to mention. Do you sell them as individuals or do you tend to sell it as a sort of bundle that people buy? How do you pitch that?</p>\n\n\n\n<p>[00:29:58] <strong>Anna Hurko:</strong> You can buy them separately or a bundle. So it&#8217;s a subscription for one year, but you can buy one plugin, we have custom subscription, you can choose a few plugins, so you can buy a lifetime with all the plugins or all inclusive yearly for all plugins. So it depends what you need. So of course the most popular is lifetime.</p>\n\n\n\n<p>[00:30:16] <strong>Nathan Wrigley:</strong> Do you get yourself involved in the community? I know personally you said you&#8217;d been to a load of WordCamps and things. Does Crocoblock give back? Do you sponsor events maybe locally or some of the bigger ones? I don&#8217;t know, maybe you even contribute time to Core in terms of developers or something, I don&#8217;t know.</p>\n\n\n\n<p>[00:30:30] <strong>Anna Hurko:</strong> So it was our plan. Honestly, we haven&#8217;t started to contribute into Core, but we sponsor WordCamps and we attend a lot of WordCamps. We have started from last year, I think, but because of the war, we couldn&#8217;t start before. So I mean, the Crocoblock started with all of these things. But from last year we started to sponsor big WordCamps and small WordCamps.</p>\n\n\n\n<p>[00:30:50] <strong>Nathan Wrigley:</strong> I mentioned the URL earlier, but I&#8217;ll say it one more time. It&#8217;s crocoblock.com, so C-R-O-C-O-B-L-O-C-K dot com. That&#8217;s where you can find all of the different bits and pieces that Anna&#8217;s been talking about. If anybody wants to speak to you, Anna, personally, do you hang out on any social media platforms, or have a thing that you&#8217;d like to mention where people can find you?</p>\n\n\n\n<p>[00:31:10] <strong>Anna Hurko:</strong> Yeah, Facebook or Twitter, but I&#8217;m as well in LinkedIn. And I can tell you the secret, and if you write in Facebook room community, you can find our CTO Andrew. And if you write him in DM, he will answer you as well.</p>\n\n\n\n<p>In all WordCamps I told to customers if they have complicate, but interesting case, they come to contact Andrew, and if it&#8217;s really interesting, he will help you. And even make some changes to plugin sometimes because of customer requests. So we are very reachable. I mean, all Crocoblock team will answer you if you write in DM.</p>\n\n\n\n<p>[00:31:42] <strong>Nathan Wrigley:</strong> Well, thank you very much for chatting to me today, Anna. I really appreciate it. One more time, if you want to find out what they&#8217;re doing, crocoblock.com is the URL. Anna, thanks so much for chatting to me today, I really appreciate it.</p>\n\n\n\n<p>[00:31:52] <strong>Anna Hurko:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/anna-hurko-25aa368a/\">Anna Hurko</a>.</p>\n\n\n\n<p>Anna is the CEO of <a href=\"https://crocoblock.com/\">Crocoblock</a>, a company with a suite of dynamic plugins designed to help developers build complex websites. With a background in computer science, Anna transitioned from support roles to leading Crocoblock, and has been with the company for over 11 years.</p>\n\n\n\n<p>Anna quickly rose through the ranks due to her technical knowledge and effective communication skills. Crocoblock, which started with just a handful of team members, has now grown to 85 employees. They offer a wide range of specialised plugins such as JetEngine, JetSmartFilters, JetBooking, and more, primarily aimed at agencies and freelance developers.</p>\n\n\n\n<p>Anna shares her journey, and discusses the growth of Crocoblock. She highlights the company&#8217;s flexibility and commitment to meeting developers&#8217; needs, adapting to both the rapid changes within WordPress, and the increasing demand for dynamic site capabilities.</p>\n\n\n\n<p>Anna also talks about the company&#8217;s marketing strategies and their active, and growing, participation in the WordPress community through WordCamps and meetups.</p>\n\n\n\n<p>If you&#8217;re interested in how a company evolves with the WordPress ecosystem, and the challenges and successes that come with it, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://crocoblock.com/\">Crocoblock website</a></p>\n\n\n\n<p>Anna on <a href=\"https://www.linkedin.com/in/anna-hurko-25aa368a/\">LinkedIn</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"HeroPress: Building a WordPress Career Without a Map: Lessons from My Journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=7760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"https://heropress.com/essays/building-a-wordpress-career-without-a-map-lessons-from-my-journey/#utm_source=rss&utm_medium=rss&utm_campaign=building-a-wordpress-career-without-a-map-lessons-from-my-journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7830:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2025/02/012825-1-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be open to change, focus on what you do, and don’t fear big goals.\" />\nHere is Anna reading her own story aloud.\n\n\n\n\n\n<p>I never dreamed of being a CEO. Even now, when I am introduced as such, I feel a little shy. But every time I start thinking, &#8220;<em>Am I enough? Doesn’t the company deserve someone more qualified?</em>&#8220;—I return to my journey.</p>\n\n\n\n<p>I want to share this to inspire those who are just starting out, changing their path, or feeling lost along the way.</p>\n\n\n\n<p><strong>My career path looks like this:</strong><br />Senior Technical Support Specialist → Shift Support Manager → QA Manager → Release Manager → Project Manager → Product Owner → COO → CEO</p>\n\n\n\n<p>I started as a chat operator in technical support and quickly advanced to Senior Technical Support Specialist and mentor, later becoming Shift Support Manager. I transitioned to the production department as a QA Ma</p>\n\n\n\n<p>Soon after, my responsibilities grew to include roles like Release Manager and Project Manager.</p>\n\n\n\n<p>When we launched Crocoblock, I focused on product and strategic issues, working as a Product Owner, then COO, and finally, CEO.</p>\n\n\n\n<p>However, my journey began even earlier.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-story-that-inspired-me\">A story that inspired me</h2>\n\n\n\n<p>When I was a teenager, my father changed careers. He worked as a land-line network engineer, but as technology advanced, the role became obsolete. At 42, he started from scratch in the gas industry. His persistence and willingness to learn left a lasting impression on me. A few years later, he became the CEO of a company in a completely new field.</p>\n\n\n\n<p>Later, in 2014, due to war, he lost his job and started over again. Now, in 2025, after yet another wave of war, he has taken on a new role, proving to himself and others that it’s never too late. This story ingrained in me the belief that <strong>“you can always find a new beginning.”</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-i-entered-it\">How I entered IT</h2>\n\n\n\n<p>While studying at university, I promised myself, “<em>I will never work with websites!</em>” Before WordPress, web development with pure HTML didn’t appeal to me.</p>\n\n\n\n<p>However, in 2014, as the war began and tanks rolled past my house toward Crimea, I was looking for any job that required English. That’s how I ended up in technical support. The training lasted a month, with me spending 5 hours on mentorship and about the same amount of time on homework every single day. During that time, I left the house only once to celebrate my grandmother’s birthday—I was that captivated.</p>\n\n\n\n<p>My technical education, understanding of databases, and soft skills from public activities helped me adapt quickly. I chose to work a six-day schedule to fully immerse myself in the new world.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-defining-moment\">A defining moment</h2>\n\n\n\n<p>After my internship, I was introduced to the KPI system that affected salaries: 30 metrics and a calculation formula. Instead of analyzing the formula, I focused on the tasks at hand. My goal was simple: solve customer problems as effectively as possible.</p>\n\n\n\n<p>Two months later, I became the top chat operator. Within three months, I mentored newcomers, and in six months, I helped revamp the support system.</p>\n\n\n\n<p>This experience was key for me. I realized it’s not about chasing ratings or recognition—it’s about focusing on the value you create, which ultimately leads to success.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-transition-to-production\">The transition to production</h2>\n\n\n\n<p>After a year and a half in support, I wanted a broader impact. Thanks to regular reports and feedback I shared with the production team, they invited me to join their department. I didn’t know which role suited me or cared about titles—I simply did what was needed.</p>\n\n\n\n<p>Over time, I held several roles: QA Manager, Release Manager, Project Manager, and Product Owner. But none of them confined my scope of responsibilities.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-my-approach-to-work\">My approach to work</h2>\n\n\n\n<p>One of the most important principles I followed was <strong>a willingness to help</strong>—without letting it hinder my main work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If I knew the answer to a question, I responded immediately.</li>\n\n\n\n<li>If I didn’t know but knew where to find it, I searched quickly.</li>\n\n\n\n<li>If expert input was needed, I contacted the right person.</li>\n\n\n\n<li>If I was short on time, I guided colleagues on where and whom to ask.</li>\n</ul>\n\n\n\n<p>I always ensured the problem was solved and remembered the solution. This helped me build a broad network within the company and become the go-to person who &#8220;knows everything.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-i-grew-with-the-company\">Why I grew with the company</h2>\n\n\n\n<p>Throughout my career, I have never feared uncertainty. When responsibilities changed, I took them as challenges. My philosophy was simple: “<em>I need to do everything to help the project grow, and I’ll grow along with it.</em>”</p>\n\n\n\n<p>Of course, there were periods of anxiety and doubt. <strong>Remembering my goal helped me push forward, work harder, learn faster, and adapt to changes.</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-i-became-a-ceo\">How I became a CEO</h2>\n\n\n\n<p>With each new role, my understanding of the WordPress market and products deepened. My vision broadened, and my goals became more ambitious. This inspired me to build a strong team and take on more responsibility for decision-making.</p>\n\n\n\n<p>As COO, I honed my skills in achieving goals. However, the key to transitioning to CEO was realizing I was ready to take responsibility for defining the goals themselves. As a CEO, your work results in the work of your team. The main tasks of a CEO are to maintain the vision, support the team, and create conditions for growth.</p>\n\n\n\n<p>For me, being a CEO is about constant development, solving new challenges, and creating growth opportunities—not only for the company but also for the team. This role isn’t the ultimate goal but a tool for achieving results that matter to us all.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-takeaways\">Key takeaways</h2>\n\n\n\n<p>Over this journey, I’ve learned that it’s important to focus on tasks rather than how one is evaluated. <strong>Good work speaks for itself.</strong></p>\n\n\n\n<p>When you do what you love and constantly strive for new challenges, time flies unnoticed. That’s what happened to me: 10 years passed in the blink of an eye. And then, one day, I find myself still the same girl fighting in the name of customer happiness—but now, I’m also setting the budget for the entire project for the next year.</p>\n\n\n\n<p>During this time, I’ve observed my colleagues and subordinates build their careers, and I strive to share my experience. At Crocoblock, we actively help support team members grow into developers, managers, and marketers, taking on new roles. This path is open to anyone willing to work, learn, and aim higher.<br /><strong>My lesson is simple:</strong> Be open to change, focus on what you do, and don’t fear big goals. If you work toward them daily, they will become a reality.</p>\n<p>The post <a href=\"https://heropress.com/essays/building-a-wordpress-career-without-a-map-lessons-from-my-journey/\">Building a WordPress Career Without a Map: Lessons from My Journey</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2025 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Anna Hurko\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Boom &amp; Deepseek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=135630\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2025/01/boom-deepseek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1317:\"<p>What an exciting time to be alive. I was <a href=\"https://x.com/karpathy/status/1872362712958906460\">hipped to Deepseek by Andrej Kaparthy&#8217;s tweet the day after Christmas</a>, it was clear then that something big had happened and that it was truly open source and open weights (not this fake Llama stuff). It&#8217;s been fun to see the rest of the world catch up to it, and how radically accessible and deployable these models will be for people to hack on. I don&#8217;t have any comment on public markets or stocks.</p>\n\n\n\n<p>The other super inspiring thing today was Boom&#8217;s first supersonic flight. It&#8217;s <a href=\"https://www.youtube.com/watch?v=-qisIViAHwI\">worth watching the video</a>. We&#8217;re 4-5 years away from halving flight times with supersonic flight. In that same timeframe we might have something even more dramatic from SpaceX, like Houston to Tokyo in 30 minutes. Really cool to see the spirit of entrepreneurship and innovation around all of these things. It&#8217;s tempting to get distracted by drama (WPE and legal battles), but there&#8217;s such freedom and joy in just continuing to build, to engineer, to solve problems. I&#8217;m so grateful I get to do so every day with such incredible colleagues at Automattic.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 20:15:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Do The Woo Community: AI, WooCommerce Changes, and the WordPress Community in 2025 with Robbie, Robert and Marcus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89413\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://dothewoo.io/ai-woocommerce-changes-and-the-wordpress-community-in-2025-with-robbie-robert-and-marcus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"In this Woo AgencyChat, the hosts discuss AI\'s role in web development, WooCommerce advancements, e-commerce simplification, and the resilience of the WordPress community amidst ongoing drama, highlighting their hopes for 2025.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 12:38:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Do The Woo Community: Do the Woo is a Media Partner for CloudFest 2025 and the Hackathon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://dothewoo.io/?post_type=blog&p=89382\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://dothewoo.io/blog/do-the-woo-is-a-media-partner-for-cloudfest-2025-and-the-hackathon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"We are excited to partner with CloudFest again, featuring over 8,700 attendees and 250+ speakers at Europa-Park from March 17-20, 2025.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2025 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Do The Woo Community: Reflections on the WooCommerce Releases from 2024 with Marcel and Mike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=89403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://dothewoo.io/exploring-woocommerce-2024-new-features-and-developer-insights-with-marcel-and-mike/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"In this episode of Woo DevChat, Marcel and Mike discuss significant WooCommerce updates from 2024, AI\'s impact, and their personal goals.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jan 2025 11:20:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Gravatar: Create Unique Avatars With Backgrounds and Stickers!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=2772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://blog.gravatar.com/2025/01/22/new-background-and-sticker-features/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2777:\"<p>Has it been a while since you gave your Gravatar a fresh look? We just rolled out some fun new editing tools that let you remove backgrounds, add new ones, and decorate with stickers. Your avatar travels with you across the web — now it can show even more of your personality.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Background Magic</h2>\n\n\n\n<div class=\"wp-block-group has-contrast-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-2 wp-block-group-is-layout-constrained\">\n<img width=\"1200\" height=\"849\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/cleanshot-2025-01-22-at-11.08.30.gif\" alt=\"\" class=\"wp-image-2779\" />\n</div>\n\n\n\n<p>Take any photo and instantly remove its background. Drop yourself onto a beach, in front of a cityscape, or keep it clean with a solid color. </p>\n\n\n\n<p>That quick selfie can now look like a professional headshot.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sticker Time</h2>\n\n\n\n<div class=\"wp-block-group has-contrast-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-3 wp-block-group-is-layout-constrained\">\n<img width=\"1200\" height=\"850\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/01/cleanshot-2025-01-22-at-11.13.25.gif\" alt=\"\" class=\"wp-image-2780\" />\n</div>\n\n\n\n<p>Add some flair with our collection of stickers. From sunglasses to speech bubbles, you can layer on elements that match your style. Use the search feature to find the perfect additions.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Use the New Features</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Head to <a href=\"https://gravatar.com/profile\">gravatar.com/profile</a></li>\n\n\n\n<li>Click on <strong>Avatars</strong></li>\n\n\n\n<li>Upload a new photo or click the three dots to edit an existing one</li>\n\n\n\n<li>Look for the <strong>Background</strong> and <strong>Stickers</strong> menus</li>\n\n\n\n<li>Start creating!</li>\n</ol>\n\n\n\n<p><strong>Pro tip:</strong> Try the search button in both the background and sticker menus – you might find something unexpected and perfect. </p>\n\n\n\n<p>Backgrounds come from <a href=\"https://www.pexels.com/\">Pexels</a> and stickers from <a href=\"https://giphy.com/stickers\">Giphy</a>. Or you can upload your own.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Update Your Avatar?</h2>\n\n\n\n<p>Remember, your Gravatar shows up automatically on millions of sites like WordPress, Slack, and Zapier. It&#8217;s the face you show the world across the web. With these new tools, you can make sure that face is exactly how you want it.</p>\n\n\n\n<p>Share your new look with us <a href=\"https://x.com/gravatar\">on X</a> or <a href=\"https://bsky.app/profile/gravatar.bsky.social\">Bluesky</a> — we can&#8217;t wait to see what you create!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Jan 2025 16:30:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Gravatar: Enhance Your WordPress Blog: Create a Custom Author Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://blog.gravatar.com/2025/01/26/wordpress-author-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16651:\"<p>Author pages contain information about a person who has written, edited, or contributed to an article. This usually includes things like their name, picture, short bio, social media links, and then a list of all their published posts on the same domain.&nbsp;</p>\n\n\n\n<p>If you have a blog, it’s generally always a good idea to have dedicated authors and pages to accompany them. This is important for many reasons, but one of the main ones is that it instantly improves the credibility of the content. It’s one thing to read a technical piece written by a credible software engineer than an anonymous user with no name!</p>\n\n\n\n<p>Author pages not only encourage users to read and interact with your content (because they know a real person is behind it), but they are also great for improving your search engine rankings, along with E-E-A-T (Expertise, Experience, Authoritativeness, Trustworthiness).&nbsp;</p>\n\n\n\n<p>Now that you’re convinced how important author pages are, you’re probably wondering: “Is there a way to customize them, make them look better and more engaging?”</p>\n\n\n\n<p>Absolutely!&nbsp;</p>\n\n\n\n<p>To help you do just that, we’ve created this useful guide that will explore the different ways of customizing the author template in <a href=\"https://wordpress.org/\" rel=\"nofollow\">WordPress</a>, show you how you can create a custom page, use template tags, and take advantage of tools like <a href=\"https://gravatar.com/\">Gravatar</a> to take your author pages to the next level.&nbsp;</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Customizing the default author template vs. creating a custom page</strong></h2>\n\n\n\n<p>There are two main approaches when it comes to improving your author pages: Customizing the default author page template and creating a custom author page from scratch.&nbsp;</p>\n\n\n\n<p>Let’s take a look at both methods.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customizing the default author template</strong></h3>\n\n\n\n<p>Before we dive into this, it’s important to mention that there is a difference between the author of an article and the ‘Author’ user role that exists in WordPress. Technically, the author of a blog post can also be the administrator, an editor, a contributor, as well as an author. So take into account that when we mention author, we mean any person who has written the specific piece of content.&nbsp;</p>\n\n\n\n<p>Now, with that out of the way, let’s get into the default author pages. The information they include is the data of the specific user profile, which looks like this:&nbsp;</p>\n\n\n\n<img width=\"1289\" height=\"1170\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/author-page-backend.png\" alt=\"User information settings in WordPress\" class=\"wp-image-1864\" />\n\n\n\n<p>You can add information like names, websites, and bio, along with the profile picture linked to their specific Gravatar profile. If they don’t have a Gravatar profile, their profile picture displays as a mystery person.&nbsp;</p>\n\n\n\n<p>On the front end, the author page will look different depending on the theme of your choice. For example, this is how it would look with the <a href=\"https://wordpress.org/themes/bloghash/\" rel=\"nofollow\">Bloghash WordPress theme</a>:&nbsp;</p>\n\n\n\n<img width=\"1493\" height=\"949\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/bloghash-theme-author-page.png\" alt=\"Example of the default author page in WordPress with the theme Bloghash\" class=\"wp-image-1865\" />\n\n\n\n<p>Customizing the default author template is suitable for minor changes and maintaining a consistent design across your WordPress site. By utilizing template tags, you can modify the default template regardless of the theme you&#8217;re using, without the need for additional plugins or custom code.</p>\n\n\n\n<p>The benefits of customizing the default template include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ease of implementation:</strong> Making changes to the existing template is relatively straightforward and doesn&#8217;t require extensive technical knowledge.</li>\n\n\n\n<li><strong>Maintaining a unified look:</strong> By working with the default template, you ensure that your author pages blend seamlessly with the rest of your site&#8217;s design.</li>\n</ul>\n\n\n\n<p>However, there are some limitations to this approach:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Less flexibility:</strong> Customizing the default template may not provide as much flexibility as creating a custom author page from scratch. You&#8217;re limited to the structure and elements already present in the template.</li>\n\n\n\n<li><strong>Potential conflicts with theme updates:</strong> If your theme receives an update that modifies the author template, your customizations may be overwritten, requiring you to reapply them.</li>\n</ul>\n\n\n\n<p>Despite these limitations, customizing the default author template can be a quick and effective solution for those who want to make minor improvements to their author pages while maintaining a consistent design across their WordPress site.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Creating a custom author page</strong></h3>\n\n\n\n<p>A custom author page gives you full control over the design, the amount of information, and how it’s displayed, and it also comes with extra opportunities for user engagement. It’s a separate page that is then linked to this specific user and shows up when you click on their name.&nbsp;</p>\n\n\n\n<p>Unlike the default author page, you’re not restricted to the information fields on the back end and can add virtually anything. For example, you can include customized links to guest post contributions, client testimonials, extra information about services, a donation block, share buttons, and much more.&nbsp;</p>\n\n\n\n<p>The only possible downfall of these pages is that they require more effort to set up and maintain, and depending on your goals, you might need technical knowledge or external tools and plugins for the job. The payoff, however, is worth it.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to use template tags to customize the author template</strong></h2>\n\n\n\n<p>The design of your WordPress blog is defined by the theme you are using, and themes are made of different templates. Template tags PHP functions built into WordPress to fetch and display dynamic content allowing you to customize your blog and make the pages look exactly how you want them to.&nbsp;</p>\n\n\n\n<p>In this next section, we’ll guide you through the process of using template tags for author page customization, including code snippets.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Creating the author.php file</strong></h3>\n\n\n\n<p>The first step is to check whether there is an author.php file in your theme directory and create one if that’s not the case. This is the file you’ll be using to customize the layout and the content of the author pages.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Basic template tags for author information</strong></h3>\n\n\n\n<p>There are a couple of tags you can use to access author information, including:&nbsp;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code><strong>the_author_meta</strong>()</code>: Use this to simply display author information.</li>\n\n\n\n<li><code><strong>get_the_author_meta</strong>()</code>: Use this if you want to return a value and save it to a variable. Values you can request include <code>admin_color, first_name, last_name, user_url, </code>and<code> nickname.</code></li>\n\n\n\n<li><code><strong>get_the_author_posts</strong>()</code>: Use this to retrieve the current author’s total number of posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Combining template tags with HTML and CSS</strong></h3>\n\n\n\n<p>You can display this data on the frontend of your website using the echo command, like in the example below:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"author-info\"&gt;\n	&lt;h2&gt;About the Author&lt;/h2&gt;\n	&lt;p&gt;&lt;strong&gt;Name:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'display_name\'); ?&gt;&lt;/p&gt;\n	&lt;p&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'user_email\'); ?&gt;&lt;/p&gt;\n	&lt;p&gt;&lt;strong&gt;Bio:&lt;/strong&gt; &lt;?php echo get_the_author_meta (\'description\'); ?&gt;&lt;/p&gt;\n&lt;/div&gt;</code></pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Using conditional statements</strong></h3>\n\n\n\n<p>The <strong>is</strong>_author function introduces conditional logic, where you can check whether a page has an author, and display their information if it does. Use the following format:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php if ( is_author() ) : ?&gt;\n// Your code here if it returns true\n&lt;?php endif; ?&gt;</code></pre>\n\n\n\n<p>This is ideal for sites with a very simple URL structure where, say, a landing page and a blog post would have the same structure.</p>\n\n\n\n<p>Pair this with the <code>get_the_author_meta()</code> command to retrieve the author’s ID and display their information on the frontend, as shown above.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Building a custom author page on WordPress through Gravatar integration</strong></h2>\n\n\n\n<img width=\"1473\" height=\"918\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-profiles-as-a-service-1.png\" alt=\"Gravatar homepage\" class=\"wp-image-1871\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a>, a service built by <a href=\"https://automattic.com/\">Automattic</a>, offers a powerful solution for creating feature-rich and dynamic author pages on your website with minimal effort. While WordPress already uses Gravatar profile pictures for users logged in with the same email, you can take this integration a step further by leveraging Gravatar&#8217;s Profiles-As-A-Service REST API to import entire user profiles and create fully customized author pages.</p>\n\n\n\n<p>For example, all the blog posts written by yours truly (me, Ronnie) have a link to my <a href=\"https://gravatar.com/burtrw\">Gravatar page</a>:&nbsp;</p>\n\n\n\n<img width=\"821\" height=\"353\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/link-to-gravatar-profile.png\" alt=\"Example of author link in a Gravatar blog post\" class=\"wp-image-1872\" />\n\n\n\n<p>This is so that when people click on my name, they are redirected to my Gravatar profile where I’ve put all important information about myself.</p>\n\n\n\n<img width=\"1032\" height=\"776\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/ronnie-gravatar-profile.png\" alt=\"Ronnie Burt Gravatar\'s profile\" class=\"wp-image-1873\" />\n\n\n\n<p>However, the benefits of Gravatar integration go beyond simply linking to an author&#8217;s Gravatar page. By utilizing the <a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">Profiles-As-A-Service</a> REST API, you can create custom author pages on your website that display information imported directly from Gravatar. This offers several advantages:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Automatically synced author data: </strong>When a new author or contributor signs up to your site with their Gravatar profile, all their data is automatically imported. This includes name, location, job title, pronouns, bio, important links to their other work, verified social media accounts, and contact information. This streamlines the process for everyone, especially the author, as they don&#8217;t need to input their entire information from scratch.</li>\n\n\n\n<li><strong>Simplified author page creation:</strong> With Gravatar&#8217;s API, you have access to pre-populated data, allowing you to build custom author pages quickly without the need to collect information manually. Everything falls into place seamlessly.</li>\n\n\n\n<li><strong>Data consistency:</strong> Since the custom author page is connected to the Gravatar profile, any changes made to the author&#8217;s information on Gravatar are automatically reflected on your website. This eliminates the need for admins and IT support to constantly update author information manually.</li>\n\n\n\n<li><strong>Pre-verified author information:</strong> Gravatar validates and vets certain user data, such as linked social media accounts and payment links. This ensures that authors are who they claim to be, making it easier for readers to connect with them and enhancing the credibility and accuracy of your articles.</li>\n</ul>\n\n\n\n<p>So, if you want to leverage Gravatar to build a custom author page, check out our <a href=\"https://docs.gravatar.com/api/profiles/\">documentation for developers</a>.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Customizing the WordPress author box with Jetpack and Gravatar</strong></h2>\n\n\n\n<p>One of the most important parts of the author&#8217;s profile is their bio – it’s what gives the article credibility and entices readers to check out more posts or even connect with the author. Besides ensuring it’s written well, you can enhance the bio’s design even further with the <a href=\"https://jetpack.com/\" rel=\"nofollow\">Jetpack</a> plugin and its <a href=\"https://jetpack.com/support/gravatar-hovercards/\">Gravatar hovercard integration</a>.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customizing author info with Jetpack</strong></h3>\n\n\n\n<img width=\"1317\" height=\"724\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/jetpack-homepage.png\" alt=\"Jetpack homepage\" class=\"wp-image-1875\" />\n\n\n\n<p>Jetpack comes with many additional features, that allow you to customize and add new functionalities to the author pages.&nbsp;</p>\n\n\n\n<p>First, it fully integrates with Gravatar to pull author information and update it automatically. Besides that, it lets you enable the display of the author’s name and bio or their Gravatar profile on single post pages with all the information directly pulled from their WordPress profile.&nbsp;</p>\n\n\n\n<p>In this example, we’ve added a Gravatar profile widget to the sidebar next to the blog post.&nbsp;</p>\n\n\n\n<img width=\"1992\" height=\"1017\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/gravatar-widget-jetpack.png\" alt=\"The Gravatar widget in Jetpack\" class=\"wp-image-1876\" />\n\n\n\n<p>With <a href=\"https://docs.gravatar.com/sdk/web-components/hovercards/\">Gravatar Hovercards</a> enabled, when people hover over the profile with their mouse, they’ll see a mini version of the profile as a hovercard.&nbsp;</p>\n\n\n\n<p>This is how it would look in our example:&nbsp;</p>\n\n\n\n<img width=\"1283\" height=\"848\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/example-hovercards-sarah.png\" alt=\"Example of a Gravatar hovercard\" class=\"wp-image-1878\" />\n\n\n\n<p>You can easily enable that by going to <em>Jetpack &gt; Settings &gt; Discussion </em>and then enabling the option named “<em>Enable pop-up business cards over commenters’ Gravatars</em>”</p>\n\n\n\n<img width=\"660\" height=\"404\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/07/enable-hovercards-in-jetpack.png?w=660\" alt=\"Enabling Hovercards in the Jetpack settings\" class=\"wp-image-1879\" />\n\n\n\n<p>There are many other customization options, especially with <a href=\"https://jetpack.com/support/extra-sidebar-widgets/\" rel=\"nofollow\">Jetpack widgets</a>. Still, we recommend keeping it simple and not cluttering the page with too many elements, as this may overwhelm readers. As always, balance is key.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Transform your WordPress site with a stunning custom author page</strong></h2>\n\n\n\n<p>Custom author pages are essential for showcasing your authors&#8217; expertise, fostering reader connections, and enhancing user experience. While there are various approaches to creating custom author pages on WordPress, integrating with Gravatar&#8217;s Profiles-As-A-Service REST API is the most efficient and effective solution.</p>\n\n\n\n<p>By leveraging Gravatar&#8217;s API, you can save time and effort, ensure data accuracy and consistency, provide a seamless user experience, and boost your blog&#8217;s SEO and E-E-A-T.&nbsp;<a href=\"https://docs.gravatar.com/api/profiles/\">Learn more about how you can integrate Gravatar</a> with your WordPress website and begin your journey toward a more connected and personalized user experience.</p>\n\n\n\n<a href=\"https://docs.gravatar.com/getting-started/\"><img width=\"3242\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/gravatar_integration_cta.png\" alt=\"\" class=\"wp-image-2632\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Jan 2025 16:24:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 24 Feb 2025 14:26:42 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Mon, 24 Feb 2025 14:00:30 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";i:1740406541;s:21:\"cache_expiration_time\";i:1740450403;s:23:\"__cache_expiration_time\";i:1740450403;}','off'),(263937,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1740450403','off'),(263938,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1740407203','off'),(263939,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1740450403','off'),(263940,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\'>Shaping Tomorrow at WordCamp Asia 2025</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/02/wordpress-in-2025-report/\'>Report: WordPress in 2025</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/02/shaping-tomorrow-at-wordcamp-asia-2025/\'>WordPress.org blog: Shaping Tomorrow at WordCamp Asia 2025</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/02/wcasia-kumbh/\'>Matt: WordCamp Asia and Maha Kumbh Mela</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/blog/do-the-woo-v5-0-changelog/\'>Do The Woo Community: Do the Woo v5.0 Changelog</a></li></ul></div>','off');
/*!40000 ALTER TABLE `wpjn_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_postmeta`
--

DROP TABLE IF EXISTS `wpjn_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=18934 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_postmeta`
--

LOCK TABLES `wpjn_postmeta` WRITE;
/*!40000 ALTER TABLE `wpjn_postmeta` DISABLE KEYS */;
INSERT INTO `wpjn_postmeta` VALUES (5,8,'_edit_lock','1628167429:1'),(16,15,'wpuf_form_settings','a:49:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:64:\"Thanks for contacting us! We will get in touch with you shortly.\";s:7:\"page_id\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:12:\"Submit Query\";s:18:\"submit_button_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:39:\"Form submission hasn\'t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:3:\"100\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";s:13:\"use_theme_css\";s:10:\"wpuf-style\";s:9:\"quiz_form\";s:2:\"no\";s:22:\"shuffle_question_order\";s:2:\"no\";s:13:\"release_grade\";s:16:\"after_submission\";s:18:\"respondent_can_see\";a:3:{i:0;s:16:\"missed_questions\";i:1;s:15:\"correct_answers\";i:2;s:12:\"point_values\";}s:12:\"total_points\";i:0;s:16:\"enable_multistep\";b:0;s:26:\"multistep_progressbar_type\";s:11:\"progressive\";s:21:\"humanpresence_enabled\";b:0;s:21:\"payment_paypal_images\";s:68:\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg\";s:20:\"payment_paypal_label\";s:6:\"PayPal\";s:20:\"payment_stripe_label\";s:11:\"Credit Card\";s:21:\"payment_stripe_images\";a:4:{i:0;s:4:\"visa\";i:1;s:10:\"mastercard\";i:2;s:4:\"amex\";i:3;s:8:\"discover\";}s:25:\"payment_stripe_deactivate\";s:0:\"\";s:11:\"stripe_mode\";s:4:\"live\";s:14:\"stripe_page_id\";s:0:\"\";s:20:\"stripe_override_keys\";s:0:\"\";s:12:\"stripe_email\";s:0:\"\";s:10:\"stripe_key\";s:0:\"\";s:17:\"stripe_secret_key\";s:0:\"\";s:15:\"stripe_key_test\";s:0:\"\";s:22:\"stripe_secret_key_test\";s:0:\"\";s:20:\"stripe_prefill_email\";s:0:\"\";s:23:\"stripe_user_email_field\";s:0:\"\";s:25:\"payment_paypal_deactivate\";s:0:\"\";s:11:\"paypal_mode\";s:4:\"live\";s:11:\"paypal_type\";s:5:\"_cart\";s:15:\"paypal_override\";s:0:\"\";s:12:\"paypal_email\";s:0:\"\";s:14:\"paypal_page_id\";s:0:\"\";s:20:\"paypal_prefill_email\";s:0:\"\";s:23:\"paypal_user_email_field\";s:0:\"\";}'),(17,15,'notifications','a:1:{i:0;a:14:{s:6:\"active\";s:4:\"true\";s:4:\"type\";s:5:\"email\";s:5:\"smsTo\";s:0:\"\";s:7:\"smsText\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:13:\"{field:email}\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:11:\"{site_name}\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"weforms_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}}}'),(18,15,'integrations','a:0:{}'),(21,20,'_elementor_edit_mode','builder'),(22,20,'_elementor_template_type','kit'),(23,21,'_astra_sites_imported_wp_forms','1'),(25,12,'_menu_item_type','post_type'),(26,12,'_menu_item_object_id','9'),(27,12,'_menu_item_object','page'),(28,12,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29,12,'_wxr_import_user_slug','harshadd'),(31,12,'_astra_sites_imported_post','1'),(32,12,'_astra_sites_enable_for_batch','1'),(33,26,'_menu_item_type','post_type'),(34,26,'_menu_item_object_id','13'),(35,26,'_menu_item_object','page'),(36,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(37,26,'_wxr_import_user_slug','harshadd'),(39,26,'_astra_sites_imported_post','1'),(40,26,'_astra_sites_enable_for_batch','1'),(41,27,'_menu_item_type','post_type'),(42,27,'_menu_item_object_id','246'),(43,27,'_menu_item_object','page'),(44,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(45,27,'_wxr_import_user_slug','harshadd'),(47,27,'_astra_sites_imported_post','1'),(48,27,'_astra_sites_enable_for_batch','1'),(49,30,'_wp_attached_file','2021/05/cta-bg.jpg'),(50,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2021/05/cta-bg.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"cta-bg-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"cta-bg-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cta-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"cta-bg-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"cta-bg-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:18:\"cta-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51,30,'_wxr_import_user_slug','harshadd'),(52,30,'_astra_sites_imported_post','1'),(53,30,'_astra_sites_enable_for_batch','1'),(54,30,'_astra_sites_image_hash','846c9dab1964cbf29f02d865de5c2e2f87a6c4d4'),(55,30,'_elementor_source_image_hash','846c9dab1964cbf29f02d865de5c2e2f87a6c4d4'),(56,36,'_elementor_edit_mode','builder'),(57,36,'_elementor_template_type','kit'),(58,36,'_elementor_version','3.2.3'),(59,36,'_wp_page_template','default'),(60,36,'_elementor_page_settings','a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:21:\"Professional Services\";s:16:\"site_description\";s:29:\"Professional Services Website\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1200;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(61,36,'_elementor_data','a:0:{}'),(62,36,'_wxr_import_user_slug','harshadd'),(63,36,'_astra_sites_imported_post','1'),(64,36,'_astra_sites_enable_for_batch','1'),(65,37,'_wp_attached_file','2021/05/home-about-img.jpg'),(66,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:26:\"2021/05/home-about-img.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-about-img-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-about-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:26:\"home-about-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(69,37,'_astra_sites_imported_post','1'),(70,37,'_astra_sites_enable_for_batch','1'),(71,37,'_astra_sites_image_hash','11084a65e8d8891ded0fee18e2bbe253c3b979e4'),(72,37,'_elementor_source_image_hash','11084a65e8d8891ded0fee18e2bbe253c3b979e4'),(73,38,'_wp_attached_file','2021/05/home-hero-img.jpg'),(74,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:899;s:4:\"file\";s:25:\"2021/05/home-hero-img.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"home-hero-img-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"home-hero-img-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"home-hero-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"home-hero-img-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:25:\"home-hero-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(77,38,'_astra_sites_imported_post','1'),(78,38,'_astra_sites_enable_for_batch','1'),(79,38,'_astra_sites_image_hash','5c9ff9cec9ec04ee33273483586c7f4bab30872e'),(80,38,'_elementor_source_image_hash','5c9ff9cec9ec04ee33273483586c7f4bab30872e'),(81,39,'_wp_attached_file','2021/05/inner-page-hero-img.jpg'),(82,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:372;s:4:\"file\";s:31:\"2021/05/inner-page-hero-img.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"inner-page-hero-img-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"inner-page-hero-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:31:\"inner-page-hero-img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,39,'_astra_sites_imported_post','1'),(86,39,'_astra_sites_enable_for_batch','1'),(87,39,'_astra_sites_image_hash','ec15180b85ac9092a6671e41bf61c45666545409'),(88,39,'_elementor_source_image_hash','ec15180b85ac9092a6671e41bf61c45666545409'),(89,40,'_wp_attached_file','2021/05/team-1.jpg'),(90,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2021/05/team-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:18:\"team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,40,'_astra_sites_imported_post','1'),(94,40,'_astra_sites_enable_for_batch','1'),(95,40,'_astra_sites_image_hash','d4763bb734182c4220c3caa8555a023ae3952bc2'),(96,40,'_elementor_source_image_hash','d4763bb734182c4220c3caa8555a023ae3952bc2'),(97,41,'_wp_attached_file','2021/05/team-2.jpg'),(98,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2021/05/team-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:18:\"team-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(101,41,'_astra_sites_imported_post','1'),(102,41,'_astra_sites_enable_for_batch','1'),(103,41,'_astra_sites_image_hash','a3c083b6e9040e14b83ec55f104da88a0f2e3da3'),(104,41,'_elementor_source_image_hash','a3c083b6e9040e14b83ec55f104da88a0f2e3da3'),(105,42,'_wp_attached_file','2021/05/team-3.jpg'),(106,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2021/05/team-3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"team-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"team-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:18:\"team-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(109,42,'_astra_sites_imported_post','1'),(110,42,'_astra_sites_enable_for_batch','1'),(111,42,'_astra_sites_image_hash','72901c0f9c914469ac6c2590b3e68ce15c5bfcad'),(112,42,'_elementor_source_image_hash','72901c0f9c914469ac6c2590b3e68ce15c5bfcad'),(113,43,'_wp_attached_file','2021/05/why-choose-us.jpg'),(114,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2021/05/why-choose-us.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"why-choose-us-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"why-choose-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:25:\"why-choose-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,43,'_astra_sites_imported_post','1'),(118,43,'_astra_sites_enable_for_batch','1'),(119,43,'_astra_sites_image_hash','084345256115d2c9e18021e8d561e64d643f6cac'),(120,43,'_elementor_source_image_hash','084345256115d2c9e18021e8d561e64d643f6cac'),(121,49,'_wp_attached_file','2021/05/customer-1.jpg'),(122,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2021/05/customer-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:22:\"customer-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,49,'_astra_sites_imported_post','1'),(126,49,'_astra_sites_enable_for_batch','1'),(127,49,'_astra_sites_image_hash','8b3145046e881b12260ba0c9b3e9cd5cf7118e25'),(128,49,'_elementor_source_image_hash','8b3145046e881b12260ba0c9b3e9cd5cf7118e25'),(129,51,'_wp_attached_file','2021/05/customer-3.jpg'),(130,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2021/05/customer-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:22:\"customer-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,51,'_astra_sites_imported_post','1'),(134,51,'_astra_sites_enable_for_batch','1'),(135,51,'_astra_sites_image_hash','e012fdf891720565013eb93141e02e22ae399957'),(136,51,'_elementor_source_image_hash','e012fdf891720565013eb93141e02e22ae399957'),(137,52,'_wp_attached_file','2021/05/logo-1.svg'),(140,52,'_astra_sites_imported_post','1'),(141,52,'_astra_sites_enable_for_batch','1'),(142,52,'_astra_sites_image_hash','171bbf2ed7ea0813914bfd766662f5f70a7d25fe'),(143,52,'_elementor_source_image_hash','171bbf2ed7ea0813914bfd766662f5f70a7d25fe'),(144,54,'_wp_attached_file','2021/05/logo-3.svg'),(147,54,'_astra_sites_imported_post','1'),(148,54,'_astra_sites_enable_for_batch','1'),(149,54,'_astra_sites_image_hash','613b4cbf2568f9712eb12e219e5b7a1fab303444'),(150,54,'_elementor_source_image_hash','613b4cbf2568f9712eb12e219e5b7a1fab303444'),(151,55,'_wp_attached_file','2021/05/logo-4.svg'),(154,55,'_astra_sites_imported_post','1'),(155,55,'_astra_sites_enable_for_batch','1'),(156,55,'_astra_sites_image_hash','e7aad2d62b0e50740bc81327f8aad8c15e85a92f'),(157,55,'_elementor_source_image_hash','e7aad2d62b0e50740bc81327f8aad8c15e85a92f'),(158,56,'_wp_attached_file','2021/05/logo-5.svg'),(161,56,'_astra_sites_imported_post','1'),(162,56,'_astra_sites_enable_for_batch','1'),(163,56,'_astra_sites_image_hash','8aab97692171d75c36d48f2416ad4f351d91e7e9'),(164,56,'_elementor_source_image_hash','8aab97692171d75c36d48f2416ad4f351d91e7e9'),(165,196,'_wp_attached_file','2021/05/demo-screenshot.jpg'),(166,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:27:\"2021/05/demo-screenshot.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"demo-screenshot-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"demo-screenshot-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"demo-screenshot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"demo-screenshot-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:27:\"demo-screenshot-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,196,'_wxr_import_user_slug','harshadd'),(168,196,'_astra_sites_imported_post','1'),(169,196,'_astra_sites_enable_for_batch','1'),(170,196,'_astra_sites_image_hash','89ce0ff8e2a7ea354a29f649fa9a51045e6f8c04'),(171,196,'_elementor_source_image_hash','89ce0ff8e2a7ea354a29f649fa9a51045e6f8c04'),(172,245,'_wp_attached_file','2021/06/customer-4.jpg'),(173,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2021/06/customer-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"customer-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:22:\"customer-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(176,245,'_astra_sites_imported_post','1'),(177,245,'_astra_sites_enable_for_batch','1'),(178,245,'_astra_sites_image_hash','a16ed13d3c22ee8f4e9898d700c1b4a027e49ccc'),(179,245,'_elementor_source_image_hash','a16ed13d3c22ee8f4e9898d700c1b4a027e49ccc'),(180,9,'_customize_changeset_uuid','31d08f90-1a4b-4a44-a1fe-2c77bffe1424'),(181,9,'_elementor_edit_mode','builder'),(182,9,'_elementor_template_type','wp-page'),(183,9,'_elementor_version','3.7.1'),(184,9,'_astra_content_layout_flag','disabled'),(185,9,'site-post-title','disabled'),(186,9,'ast-title-bar-display','disabled'),(187,9,'ast-featured-img','disabled'),(188,9,'site-content-layout','page-builder'),(189,9,'site-sidebar-layout','no-sidebar'),(190,9,'_wp_page_template','default'),(191,9,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2932d93\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(192,9,'_yoast_wpseo_content_score','90'),(193,9,'_yoast_wpseo_estimated-reading-time-minutes','4'),(194,9,'astra-main-page-id','55453'),(195,9,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(196,9,'ast_self_id_55453','1'),(198,9,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(199,9,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(200,9,'_wxr_import_user_slug','harshadd'),(201,9,'_astra_sites_imported_post','1'),(202,9,'_astra_sites_enable_for_batch','1'),(203,13,'_customize_changeset_uuid','53f26c65-346c-423c-830c-1d65df94cfca'),(204,13,'_elementor_edit_mode','builder'),(205,13,'_elementor_template_type','wp-page'),(206,13,'_elementor_version','3.10.2'),(207,13,'_astra_content_layout_flag','disabled'),(208,13,'site-post-title','disabled'),(209,13,'ast-title-bar-display','disabled'),(210,13,'ast-featured-img','disabled'),(211,13,'site-content-layout','page-builder'),(212,13,'site-sidebar-layout','no-sidebar'),(213,13,'_wp_page_template','default'),(214,13,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(215,13,'_yoast_wpseo_content_score','60'),(216,13,'_yoast_wpseo_estimated-reading-time-minutes','2'),(217,13,'astra-main-page-id','55454'),(218,13,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(219,13,'ast_self_id_55454','1'),(221,13,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(222,13,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(223,13,'_wxr_import_user_slug','harshadd'),(224,13,'_astra_sites_imported_post','1'),(225,13,'_astra_sites_enable_for_batch','1'),(226,246,'_customize_changeset_uuid','53f26c65-346c-423c-830c-1d65df94cfca'),(227,246,'site-sidebar-layout','no-sidebar'),(228,246,'site-content-layout','page-builder'),(229,246,'theme-transparent-header-meta','default'),(230,246,'_yoast_wpseo_estimated-reading-time-minutes','2'),(231,246,'_elementor_edit_mode','builder'),(232,246,'_elementor_template_type','wp-page'),(233,246,'_elementor_version','3.6.1'),(234,246,'_astra_content_layout_flag','disabled'),(235,246,'site-post-title','disabled'),(236,246,'ast-title-bar-display','disabled'),(237,246,'ast-featured-img','disabled'),(238,246,'_wp_page_template','default'),(239,246,'_elementor_data','[{\"id\":\"b6d786e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d2f1e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8c02fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b2b8baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d27d16f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"061a745\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b9e486f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8cb829c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SunFloris Services for Champions!\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ece1ba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"title_text\":\"Let\\u2019s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\",\"description_text\":\"With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\\nWe\\u2019ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\\n\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ef8d922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Mission.\",\"description_text\":\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b8a2161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(240,246,'_yoast_wpseo_content_score','60'),(241,246,'astra-main-page-id','55451'),(242,246,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(243,246,'ast_self_id_55451','1'),(245,246,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:1;s:11:\"header_size\";i:7;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;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:7;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:4;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:4:{s:11:\"image_space\";i:1;s:18:\"image_space_mobile\";i:1;s:10:\"image_size\";i:1;s:17:\"image_size_mobile\";i:1;}s:21:\"section_style_content\";a:2:{s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}s:17:\"_section_position\";a:4:{s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:2;s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:3;}}}}}'),(246,246,'_elementor_data_bckp','[{\"id\":\"b6d786e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"d2f1e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8c02fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b2b8baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d27d16f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"061a745\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b9e486f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8cb829c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coaching for Champions!\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ece1ba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"title_text\":\"Letu2019s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\",\"description_text\":\"With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>nWeu2019ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.n\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ef8d922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Mission.\",\"description_text\":\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b8a2161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fde8480\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"6ceeb5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50},\"elements\":[{\"id\":\"123e4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8d970\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cbddc84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e1301\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-1.jpg\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"09297b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martin Stommer\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78996c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bdd4aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9eb5fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12499e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-2.jpg\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67481bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Barbara Cooper\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b03ecd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e39528\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.n\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f2f957f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e9df77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-3.jpg\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eca8b0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jason Ester\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ed5953\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99679af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(247,246,'_wxr_import_user_slug','harshadd'),(248,246,'_astra_sites_imported_post','1'),(249,246,'_astra_sites_enable_for_batch','1'),(250,247,'_customize_changeset_uuid','53f26c65-346c-423c-830c-1d65df94cfca'),(251,247,'site-sidebar-layout','no-sidebar'),(252,247,'site-content-layout','page-builder'),(253,247,'theme-transparent-header-meta','default'),(254,247,'_yoast_wpseo_estimated-reading-time-minutes','1'),(255,247,'_elementor_edit_mode','builder'),(256,247,'_elementor_template_type','wp-page'),(257,247,'_elementor_version','3.24.4'),(258,247,'_astra_content_layout_flag','disabled'),(259,247,'site-post-title','disabled'),(260,247,'ast-title-bar-display','disabled'),(261,247,'ast-featured-img','disabled'),(262,247,'_wp_page_template','default'),(263,247,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"USA | Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunfloris.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2347033317841 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(264,247,'_yoast_wpseo_content_score','90'),(265,247,'astra-main-page-id','55452'),(266,247,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:12:\"bl_ir_active\";s:0:\"\";}'),(267,247,'ast_self_id_55452','1'),(269,247,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(270,247,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(271,247,'_wxr_import_user_slug','harshadd'),(272,247,'_astra_sites_imported_post','1'),(273,247,'_astra_sites_enable_for_batch','1'),(274,248,'_menu_item_type','post_type'),(275,248,'_menu_item_object_id','247'),(276,248,'_menu_item_object','page'),(277,248,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(278,248,'_wxr_import_user_slug','harshadd'),(279,248,'_astra_sites_imported_post','1'),(280,248,'_astra_sites_enable_for_batch','1'),(281,36,'_astra_sites_hotlink_imported','1'),(282,249,'_elementor_edit_mode','builder'),(283,249,'_elementor_template_type','kit'),(284,249,'_elementor_version','3.2.3'),(285,249,'_wp_page_template','default'),(286,249,'_elementor_page_settings','a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:21:\"Professional Services\";s:16:\"site_description\";s:29:\"Professional Services Website\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1200;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(287,249,'_elementor_data','s:6:\"a:0:{}\";'),(288,247,'_astra_sites_hotlink_imported','1'),(289,250,'_elementor_edit_mode','builder'),(290,250,'_elementor_template_type','wp-page'),(291,250,'_elementor_version','3.4.8'),(292,250,'_wp_page_template','default'),(293,250,'_elementor_data','s:16472:\"a:2:{i:0;a:5:{s:2:\"id\";s:7:\"b8febe8\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a489f99\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"23ff8ad\";s:8:\"settings\";a:11:{s:5:\"title\";s:12:\"Get In Touch\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:805:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"434828b\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"9d44a56\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:529:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"a3957cb\";s:8:\"settings\";a:20:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"content_position\";s:6:\"middle\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"0504df7\";s:8:\"settings\";a:18:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:55;s:19:\"_inline_size_tablet\";i:100;s:16:\"background_color\";s:7:\"#2D2D38\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"224bf61\";s:8:\"settings\";a:10:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:254:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3e9bf05\";s:8:\"settings\";a:20:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:45;s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:19:\"_inline_size_tablet\";i:100;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"1b6de6f\";s:8:\"settings\";a:10:{s:5:\"title\";s:17:\"Send us a message\";s:11:\"header_size\";s:2:\"h3\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:138:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">Send us a message</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"6db4c5f\";s:8:\"settings\";a:9:{s:7:\"form_id\";s:2:\"21\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-26\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"wpforms\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2596:\"		<div class=\"elementor-widget-container\">\n			<div class=\"wpforms-container \" id=\"wpforms-21\"><form id=\"wpforms-form-21\" class=\"wpforms-validate wpforms-form\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php?action=wp_image_process&#038;nonce=b9791892a8\" data-token=\"e7738101e7cd03deaca5b77558f0b9cd\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.</noscript><div class=\"wpforms-field-container\"><div id=\"wpforms-21-field_0-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"0\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_0\">Name <span class=\"wpforms-required-label\">*</span></label><input type=\"text\" id=\"wpforms-21-field_0\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required></div><div id=\"wpforms-21-field_1-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"1\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_1\">Email <span class=\"wpforms-required-label\">*</span></label><input type=\"email\" id=\"wpforms-21-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" required></div><div id=\"wpforms-21-field_3-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"3\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_3\">Subject <span class=\"wpforms-required-label\">*</span></label><input type=\"text\" id=\"wpforms-21-field_3\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required></div><div id=\"wpforms-21-field_2-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"2\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_2\">Message <span class=\"wpforms-required-label\">*</span></label><textarea id=\"wpforms-21-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea></div></div><div class=\"wpforms-submit-container\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"9f8e50adef\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"0\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Send Away!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send Away!</button></div></form></div>  <!-- .wpforms-container -->		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(294,250,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(296,250,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(297,250,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(298,13,'_astra_sites_hotlink_imported','1'),(299,251,'_elementor_edit_mode','builder'),(300,251,'_elementor_template_type','wp-page'),(301,251,'_elementor_version','3.4.8'),(302,251,'_wp_page_template','default'),(303,251,'_elementor_data','s:26664:\"a:2:{i:0;a:5:{s:2:\"id\";s:7:\"2ea897d\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"4ad8e35\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"ae5e105\";s:8:\"settings\";a:11:{s:5:\"title\";s:12:\"Our Services\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:133:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Our Services</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"b01694e\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4453c8f\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:261:\"		<div class=\"elementor-widget-container\">\n															<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"ebb772c\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"f752b22\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"f12035b\";s:8:\"settings\";a:10:{s:5:\"title\";s:20:\"How can we help you?\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:141:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">How can we help you?</h2>		</div>\n		\";}i:1;a:5:{s:2:\"id\";s:7:\"2c9ee2a\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"e3f6188\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"de85afc\";s:8:\"settings\";a:9:{s:5:\"title\";s:25:\"Entrepreneurship Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:146:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Entrepreneurship Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"e06ed99\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"e9e399a\";s:8:\"settings\";a:8:{s:6:\"editor\";s:361:\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. \n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1144:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;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>				As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. \n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"23aa4b6\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";i:0;s:6:\"bottom\";s:0:\"\";s:4:\"left\";i:0;s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"bf7019c\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"2713817\";s:8:\"settings\";a:9:{s:5:\"title\";s:26:\"Money and Finance Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:147:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Money and Finance Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3618755\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"5355268\";s:8:\"settings\";a:8:{s:6:\"editor\";s:415:\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. We’ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.\n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:480:\"		<div class=\"elementor-widget-container\">\n							We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. We’ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"2f97e0f\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"49186cc\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"2ca0de9\";s:8:\"settings\";a:9:{s:5:\"title\";s:13:\"Team Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Team Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6b78261\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"c0c1870\";s:8:\"settings\";a:8:{s:6:\"editor\";s:405:\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide what’s best for them.\n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:470:\"		<div class=\"elementor-widget-container\">\n							As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide what’s best for them.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(304,251,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(306,251,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(307,251,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(308,246,'_astra_sites_hotlink_imported','1'),(309,252,'_elementor_edit_mode','builder'),(310,252,'_elementor_template_type','wp-page'),(311,252,'_elementor_version','3.4.2'),(312,252,'_wp_page_template','default'),(313,252,'_elementor_data','s:37347:\"a:3:{i:0;a:5:{s:2:\"id\";s:7:\"b6d786e\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"d2f1e5f\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"8c02fa3\";s:8:\"settings\";a:11:{s:5:\"title\";s:8:\"About Us\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">About Us</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"b2b8baf\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"d27d16f\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:261:\"		<div class=\"elementor-widget-container\">\n															<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"061a745\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b9e486f\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"8cb829c\";s:8:\"settings\";a:8:{s:5:\"title\";s:23:\"Coaching for Champions!\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:144:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Coaching for Champions!</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"ece1ba3\";s:8:\"settings\";a:21:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:10:\"title_text\";s:114:\"Let’s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\";s:16:\"description_text\";s:389:\"With 10 years of experience in helping businesses grow, we’ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\nWe’ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\n\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:18:\"image_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"image_size_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:25:\"title_bottom_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2735:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" /></figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Let’s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.</h4><p class=\"elementor-image-box-description\">With 10 years of experience in helping businesses grow, we’ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\nWe’ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\n</p></div></div>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"ef8d922\";s:8:\"settings\";a:21:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:8:\"Mission.\";s:16:\"description_text\";s:146:\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\";s:8:\"position\";s:4:\"left\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:395:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Mission.</h3><p class=\"elementor-image-box-description\">Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.</p></div></div>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"b8a2161\";s:8:\"settings\";a:20:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:6:\"Vision\";s:16:\"description_text\";s:118:\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\";s:8:\"position\";s:4:\"left\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:365:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Vision</h3><p class=\"elementor-image-box-description\">We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.</p></div></div>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"fde8480\";s:8:\"settings\";a:17:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"6ceeb5f\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"123e4b0\";s:8:\"settings\";a:9:{s:5:\"title\";s:8:\"Our Team\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Our Team</h2>		</div>\n		\";}i:1;a:5:{s:2:\"id\";s:7:\"ff8d970\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"cbddc84\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"11e1301\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"40\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-1.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-1.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"09297b2\";s:8:\"settings\";a:10:{s:5:\"title\";s:14:\"Martin Stommer\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Martin Stommer</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"78996c8\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"1bdd4aa\";s:8:\"settings\";a:9:{s:6:\"editor\";s:132:\"Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:197:\"		<div class=\"elementor-widget-container\">\n							Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"9eb5fc1\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"12499e0\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"41\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-2.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-2.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"67481bd\";s:8:\"settings\";a:10:{s:5:\"title\";s:14:\"Barbara Cooper\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Barbara Cooper</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"1b03ecd\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"3e39528\";s:8:\"settings\";a:9:{s:6:\"editor\";s:138:\"Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.\n\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:203:\"		<div class=\"elementor-widget-container\">\n							Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"f2f957f\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"7e9df77\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"42\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-3.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-3.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"eca8b0c\";s:8:\"settings\";a:10:{s:5:\"title\";s:11:\"Jason Ester\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Jason Ester</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"0ed5953\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"99679af\";s:8:\"settings\";a:9:{s:6:\"editor\";s:153:\"Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:218:\"		<div class=\"elementor-widget-container\">\n							Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(314,252,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(316,252,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:1;s:11:\"header_size\";i:7;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;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:7;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:4;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:4:{s:11:\"image_space\";i:1;s:18:\"image_space_mobile\";i:1;s:10:\"image_size\";i:1;s:17:\"image_size_mobile\";i:1;}s:21:\"section_style_content\";a:2:{s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}s:17:\"_section_position\";a:4:{s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:2;s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:3;}}}}}'),(317,252,'_elementor_data_bckp','[{\"id\":\"b6d786e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"d2f1e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8c02fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b2b8baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d27d16f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"061a745\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b9e486f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8cb829c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coaching for Champions!\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ece1ba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"title_text\":\"Letu2019s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\",\"description_text\":\"With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>nWeu2019ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.n\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ef8d922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Mission.\",\"description_text\":\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b8a2161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fde8480\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"6ceeb5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50},\"elements\":[{\"id\":\"123e4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8d970\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cbddc84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e1301\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-1.jpg\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"09297b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martin Stommer\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78996c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bdd4aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9eb5fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12499e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-2.jpg\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67481bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Barbara Cooper\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b03ecd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e39528\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.n\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f2f957f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e9df77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-3.jpg\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eca8b0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jason Ester\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ed5953\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99679af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(318,9,'_astra_sites_hotlink_imported','1'),(319,253,'_elementor_edit_mode','builder'),(320,253,'_elementor_template_type','wp-page'),(321,253,'_elementor_version','3.4.8'),(322,253,'_wp_page_template','default'),(323,253,'_elementor_data','s:66151:\"a:4:{i:0;a:5:{s:2:\"id\";s:7:\"c43bb1b\";s:8:\"settings\";a:23:{s:6:\"layout\";s:10:\"full_width\";s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"611fa5a\";s:8:\"settings\";a:19:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:54;s:19:\"_inline_size_tablet\";i:55;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"3e7d0df\";s:8:\"settings\";a:16:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:700;s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c7909ee\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"f57f0c1\";s:8:\"settings\";a:10:{s:5:\"title\";s:59:\"Take Control of Your Business with Our World-Class Coaching\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:180:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Take Control of Your Business with Our World-Class Coaching</h1>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"32845ff\";s:8:\"settings\";a:16:{s:4:\"text\";s:17:\"Book Consultation\";s:5:\"align\";s:6:\"center\";s:21:\"background_background\";s:0:\"\";s:34:\"button_background_hover_background\";s:0:\"\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:345:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">Book Consultation</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3188432\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:46;s:19:\"_inline_size_tablet\";i:45;s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"d869791\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"38\";s:3:\"url\";s:76:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:256:\"		<div class=\"elementor-widget-container\">\n															<img width=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"78d7e57\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"cb08730\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:5:\"align\";s:13:\"space-between\";s:21:\"space_between_widgets\";i:50;s:28:\"space_between_widgets_tablet\";i:0;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"82c6d06\";s:8:\"settings\";a:16:{s:5:\"title\";s:65:\"We help teams build a business of their dreams with our services.\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:11:\"title_color\";s:7:\"#FFFFFF\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:186:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">We help teams build a business of their dreams with our services.</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"c95e470\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:14:\"Identify Goals\";s:16:\"description_text\";s:118:\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:373:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Identify Goals</h4><p class=\"elementor-image-box-description\">We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p></div></div>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"2f30123\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:19:\"Bring Ideas to Life\";s:16:\"description_text\";s:133:\"The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:393:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Bring Ideas to Life</h4><p class=\"elementor-image-box-description\">The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p></div></div>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"b23c2e3\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:18:\"Business Expansion\";s:16:\"description_text\";s:126:\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:385:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Business Expansion</h4><p class=\"elementor-image-box-description\">Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p></div></div>		</div>\n		\";}i:4;a:7:{s:2:\"id\";s:7:\"4f77011\";s:8:\"settings\";a:14:{s:4:\"text\";s:17:\"View All Services\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:345:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">View All Services</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"63ade53\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b7cde13\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:0;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"fd846a5\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"8890ab8\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"10cf29e\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:256:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"694ef03\";s:8:\"settings\";a:18:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"34135b3\";s:8:\"settings\";a:9:{s:5:\"title\";s:8:\"Trust Us\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Trust Us</h4>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"50b88ce\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:20:\"We Are Here to Help!\";s:16:\"description_text\";s:361:\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h2\";s:17:\"text_align_mobile\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:622:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">We Are Here to Help!</h2><p class=\"elementor-image-box-description\">If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p></div></div>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"3ca556f\";s:8:\"settings\";a:20:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:2:\"50\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"98a795e\";s:8:\"settings\";a:19:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"bf3b1a1\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:14:\"Why Choose Us?\";s:16:\"description_text\";s:66:\"We are well-experienced business professionals with younger minds.\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h2\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:321:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">Why Choose Us?</h2><p class=\"elementor-image-box-description\">We are well-experienced business professionals with younger minds.</p></div></div>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"2878686\";s:8:\"settings\";a:9:{s:5:\"title\";s:20:\"Passion & Commitment\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:141:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Passion & Commitment</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"26adf82\";s:8:\"settings\";a:9:{s:5:\"title\";s:18:\"Honesty & Openness\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Honesty & Openness</h5>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"3f785d5\";s:8:\"settings\";a:9:{s:5:\"title\";s:14:\"Dedicated Team\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Dedicated Team</h5>		</div>\n		\";}i:4;a:7:{s:2:\"id\";s:7:\"5ba4ffd\";s:8:\"settings\";a:9:{s:5:\"title\";s:18:\"Practical Approach\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Practical Approach</h5>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"e8de9b8\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"86ce08a\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"43\";s:3:\"url\";s:76:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:255:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"c7bcc65\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:29:\"background_overlay_background\";s:7:\"classic\";s:24:\"background_overlay_color\";s:7:\"#939CA1\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"227326a\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:5:\"align\";s:13:\"space-between\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"6a43551\";s:8:\"settings\";a:10:{s:5:\"title\";s:19:\"Trusted by Leaders\n\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:140:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Trusted by Leaders\n</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"75fc168\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:2:\"51\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\";}s:16:\"testimonial_name\";s:15:\"Priscila Markus\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2572:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Priscila Markus</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"7b238a5\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:2:\"49\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\";}s:16:\"testimonial_name\";s:12:\"Kyle Hoffman\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:881:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Kyle Hoffman</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"4f56ec2\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:3:\"245\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\";}s:16:\"testimonial_name\";s:11:\"Jason Myles\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:880:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Jason Myles</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:4;a:5:{s:2:\"id\";s:7:\"8898cc8\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"40\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"a19a7e6\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f944c45\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"55\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"992eb7d\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"3078e2b\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"56\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"3cca87d\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"26606b3\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"52\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"51d5eef\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"aff82d8\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"54\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(324,253,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(326,253,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(327,253,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(333,255,'_wp_attached_file','2022/03/IMG-20200106-WA0004.jpg'),(334,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:385;s:4:\"file\";s:31:\"2022/03/IMG-20200106-WA0004.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20200106-WA0004-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20200106-WA0004-1024x365.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20200106-WA0004-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IMG-20200106-WA0004-768x274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:31:\"IMG-20200106-WA0004-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(335,256,'_wp_attached_file','2022/03/cropped-IMG-20200106-WA0004.jpg'),(336,256,'_wp_attachment_context','custom-logo'),(337,256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:360;s:4:\"file\";s:39:\"2022/03/cropped-IMG-20200106-WA0004.jpg\";s:8:\"filesize\";i:27456;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20200106-WA0004-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5901;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"cropped-IMG-20200106-WA0004-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20200106-WA0004-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2813;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20200106-WA0004-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17979;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:39:\"cropped-IMG-20200106-WA0004-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1834;}s:13:\"ast-logo-size\";a:5:{s:4:\"file\";s:38:\"cropped-IMG-20200106-WA0004-203x68.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3944;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,9,'_edit_lock','1727699270:1'),(350,261,'_elementor_edit_mode','builder'),(351,261,'_elementor_template_type','wp-page'),(352,261,'_elementor_version','3.4.8'),(353,261,'_wp_page_template','default'),(354,261,'_elementor_data','s:66151:\"a:4:{i:0;a:5:{s:2:\"id\";s:7:\"c43bb1b\";s:8:\"settings\";a:23:{s:6:\"layout\";s:10:\"full_width\";s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"611fa5a\";s:8:\"settings\";a:19:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:54;s:19:\"_inline_size_tablet\";i:55;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"3e7d0df\";s:8:\"settings\";a:16:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:700;s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c7909ee\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"f57f0c1\";s:8:\"settings\";a:10:{s:5:\"title\";s:59:\"Take Control of Your Business with Our World-Class Coaching\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:180:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Take Control of Your Business with Our World-Class Coaching</h1>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"32845ff\";s:8:\"settings\";a:16:{s:4:\"text\";s:17:\"Book Consultation\";s:5:\"align\";s:6:\"center\";s:21:\"background_background\";s:0:\"\";s:34:\"button_background_hover_background\";s:0:\"\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:345:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">Book Consultation</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3188432\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:46;s:19:\"_inline_size_tablet\";i:45;s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"d869791\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"38\";s:3:\"url\";s:76:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:256:\"		<div class=\"elementor-widget-container\">\n															<img width=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"78d7e57\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"cb08730\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:5:\"align\";s:13:\"space-between\";s:21:\"space_between_widgets\";i:50;s:28:\"space_between_widgets_tablet\";i:0;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"82c6d06\";s:8:\"settings\";a:16:{s:5:\"title\";s:65:\"We help teams build a business of their dreams with our services.\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:11:\"title_color\";s:7:\"#FFFFFF\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:186:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">We help teams build a business of their dreams with our services.</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"c95e470\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:14:\"Identify Goals\";s:16:\"description_text\";s:118:\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:373:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Identify Goals</h4><p class=\"elementor-image-box-description\">We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p></div></div>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"2f30123\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:19:\"Bring Ideas to Life\";s:16:\"description_text\";s:133:\"The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:393:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Bring Ideas to Life</h4><p class=\"elementor-image-box-description\">The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p></div></div>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"b23c2e3\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:18:\"Business Expansion\";s:16:\"description_text\";s:126:\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:385:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Business Expansion</h4><p class=\"elementor-image-box-description\">Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p></div></div>		</div>\n		\";}i:4;a:7:{s:2:\"id\";s:7:\"4f77011\";s:8:\"settings\";a:14:{s:4:\"text\";s:17:\"View All Services\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:345:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">View All Services</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"63ade53\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b7cde13\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:0;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"fd846a5\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"8890ab8\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"10cf29e\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:256:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"694ef03\";s:8:\"settings\";a:18:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"34135b3\";s:8:\"settings\";a:9:{s:5:\"title\";s:8:\"Trust Us\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Trust Us</h4>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"50b88ce\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:20:\"We Are Here to Help!\";s:16:\"description_text\";s:361:\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h2\";s:17:\"text_align_mobile\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:622:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">We Are Here to Help!</h2><p class=\"elementor-image-box-description\">If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p></div></div>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"3ca556f\";s:8:\"settings\";a:20:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:2:\"50\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"98a795e\";s:8:\"settings\";a:19:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"bf3b1a1\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:14:\"Why Choose Us?\";s:16:\"description_text\";s:66:\"We are well-experienced business professionals with younger minds.\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h2\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:321:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">Why Choose Us?</h2><p class=\"elementor-image-box-description\">We are well-experienced business professionals with younger minds.</p></div></div>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"2878686\";s:8:\"settings\";a:9:{s:5:\"title\";s:20:\"Passion & Commitment\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:141:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Passion & Commitment</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"26adf82\";s:8:\"settings\";a:9:{s:5:\"title\";s:18:\"Honesty & Openness\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Honesty & Openness</h5>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"3f785d5\";s:8:\"settings\";a:9:{s:5:\"title\";s:14:\"Dedicated Team\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Dedicated Team</h5>		</div>\n		\";}i:4;a:7:{s:2:\"id\";s:7:\"5ba4ffd\";s:8:\"settings\";a:9:{s:5:\"title\";s:18:\"Practical Approach\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Practical Approach</h5>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"e8de9b8\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"86ce08a\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"43\";s:3:\"url\";s:76:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:255:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"c7bcc65\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:29:\"background_overlay_background\";s:7:\"classic\";s:24:\"background_overlay_color\";s:7:\"#939CA1\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"227326a\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:5:\"align\";s:13:\"space-between\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"6a43551\";s:8:\"settings\";a:10:{s:5:\"title\";s:19:\"Trusted by Leaders\n\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:140:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Trusted by Leaders\n</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"75fc168\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:2:\"51\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\";}s:16:\"testimonial_name\";s:15:\"Priscila Markus\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2572:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Priscila Markus</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"7b238a5\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:2:\"49\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\";}s:16:\"testimonial_name\";s:12:\"Kyle Hoffman\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:881:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Kyle Hoffman</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"4f56ec2\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:3:\"245\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\";}s:16:\"testimonial_name\";s:11:\"Jason Myles\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:880:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Jason Myles</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:4;a:5:{s:2:\"id\";s:7:\"8898cc8\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"40\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"a19a7e6\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f944c45\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"55\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"992eb7d\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"3078e2b\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"56\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"3cca87d\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"26606b3\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"52\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"51d5eef\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"aff82d8\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"54\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(355,261,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(357,261,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(358,261,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(360,262,'_elementor_edit_mode','builder'),(361,262,'_elementor_template_type','wp-page'),(362,262,'_elementor_version','3.4.8'),(363,262,'_wp_page_template','default'),(364,262,'_elementor_data','s:66151:\"a:4:{i:0;a:5:{s:2:\"id\";s:7:\"c43bb1b\";s:8:\"settings\";a:23:{s:6:\"layout\";s:10:\"full_width\";s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"611fa5a\";s:8:\"settings\";a:19:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:54;s:19:\"_inline_size_tablet\";i:55;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"3e7d0df\";s:8:\"settings\";a:16:{s:13:\"content_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:700;s:5:\"sizes\";a:0:{}}s:3:\"gap\";s:2:\"no\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"c7909ee\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"f57f0c1\";s:8:\"settings\";a:10:{s:5:\"title\";s:59:\"Take Control of Your Business with Our World-Class Coaching\";s:11:\"header_size\";s:2:\"h1\";s:5:\"align\";s:6:\"center\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:180:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Take Control of Your Business with Our World-Class Coaching</h1>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"32845ff\";s:8:\"settings\";a:16:{s:4:\"text\";s:17:\"Book Consultation\";s:5:\"align\";s:6:\"center\";s:21:\"background_background\";s:0:\"\";s:34:\"button_background_hover_background\";s:0:\"\";s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:345:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">Book Consultation</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3188432\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:46;s:19:\"_inline_size_tablet\";i:45;s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"d869791\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"38\";s:3:\"url\";s:76:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:256:\"		<div class=\"elementor-widget-container\">\n															<img width=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"78d7e57\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"cb08730\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:5:\"align\";s:13:\"space-between\";s:21:\"space_between_widgets\";i:50;s:28:\"space_between_widgets_tablet\";i:0;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"82c6d06\";s:8:\"settings\";a:16:{s:5:\"title\";s:65:\"We help teams build a business of their dreams with our services.\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:11:\"title_color\";s:7:\"#FFFFFF\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:186:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">We help teams build a business of their dreams with our services.</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"c95e470\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:14:\"Identify Goals\";s:16:\"description_text\";s:118:\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:373:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Identify Goals</h4><p class=\"elementor-image-box-description\">We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p></div></div>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"2f30123\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:19:\"Bring Ideas to Life\";s:16:\"description_text\";s:133:\"The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:393:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Bring Ideas to Life</h4><p class=\"elementor-image-box-description\">The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p></div></div>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"b23c2e3\";s:8:\"settings\";a:23:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:18:\"Business Expansion\";s:16:\"description_text\";s:126:\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\";s:8:\"position\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#B8B8BE\";s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:10:\"title_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:385:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Business Expansion</h4><p class=\"elementor-image-box-description\">Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p></div></div>		</div>\n		\";}i:4;a:7:{s:2:\"id\";s:7:\"4f77011\";s:8:\"settings\";a:14:{s:4:\"text\";s:17:\"View All Services\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:38:\"button_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:41:\"button_background_hover_slideshow_gallery\";a:0:{}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:345:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-button-wrapper\">\n			<a href=\"#\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n						<span class=\"elementor-button-content-wrapper\">\n						<span class=\"elementor-button-text\">View All Services</span>\n		</span>\n					</a>\n		</div>\n				</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"63ade53\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b7cde13\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:0;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"fd846a5\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"8890ab8\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"10cf29e\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:256:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"694ef03\";s:8:\"settings\";a:18:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"34135b3\";s:8:\"settings\";a:9:{s:5:\"title\";s:8:\"Trust Us\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Trust Us</h4>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"50b88ce\";s:8:\"settings\";a:13:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:20:\"We Are Here to Help!\";s:16:\"description_text\";s:361:\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h2\";s:17:\"text_align_mobile\";s:4:\"left\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:622:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">We Are Here to Help!</h2><p class=\"elementor-image-box-description\">If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p></div></div>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"3ca556f\";s:8:\"settings\";a:20:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:2:\"50\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:20:\"reverse_order_mobile\";s:14:\"reverse-mobile\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"98a795e\";s:8:\"settings\";a:19:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"bf3b1a1\";s:8:\"settings\";a:15:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:14:\"Why Choose Us?\";s:16:\"description_text\";s:66:\"We are well-experienced business professionals with younger minds.\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h2\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:321:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">Why Choose Us?</h2><p class=\"elementor-image-box-description\">We are well-experienced business professionals with younger minds.</p></div></div>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"2878686\";s:8:\"settings\";a:9:{s:5:\"title\";s:20:\"Passion & Commitment\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:141:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Passion & Commitment</h5>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"26adf82\";s:8:\"settings\";a:9:{s:5:\"title\";s:18:\"Honesty & Openness\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Honesty & Openness</h5>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"3f785d5\";s:8:\"settings\";a:9:{s:5:\"title\";s:14:\"Dedicated Team\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Dedicated Team</h5>		</div>\n		\";}i:4;a:7:{s:2:\"id\";s:7:\"5ba4ffd\";s:8:\"settings\";a:9:{s:5:\"title\";s:18:\"Practical Approach\";s:11:\"header_size\";s:2:\"h5\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:139:\"		<div class=\"elementor-widget-container\">\n			<h5 class=\"elementor-heading-title elementor-size-default\">Practical Approach</h5>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"e8de9b8\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:23:\"content_position_tablet\";s:3:\"top\";s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"86ce08a\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"43\";s:3:\"url\";s:76:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:255:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"c7bcc65\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:29:\"background_overlay_background\";s:7:\"classic\";s:24:\"background_overlay_color\";s:7:\"#939CA1\";s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"227326a\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:5:\"align\";s:13:\"space-between\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:7:{s:2:\"id\";s:7:\"6a43551\";s:8:\"settings\";a:10:{s:5:\"title\";s:19:\"Trusted by Leaders\n\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:140:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Trusted by Leaders\n</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"75fc168\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:2:\"51\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\";}s:16:\"testimonial_name\";s:15:\"Priscila Markus\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2572:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Priscila Markus</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"7b238a5\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:2:\"49\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\";}s:16:\"testimonial_name\";s:12:\"Kyle Hoffman\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:881:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Kyle Hoffman</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"4f56ec2\";s:8:\"settings\";a:25:{s:19:\"testimonial_content\";s:116:\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n\";s:17:\"testimonial_image\";a:2:{s:2:\"id\";s:3:\"245\";s:3:\"url\";s:73:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\";}s:16:\"testimonial_name\";s:11:\"Jason Myles\";s:15:\"testimonial_job\";s:0:\"\";s:21:\"testimonial_alignment\";s:4:\"left\";s:29:\"content_typography_typography\";s:6:\"custom\";s:28:\"content_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:35:\"content_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"40\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_tablet\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"testimonial\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:880:\"		<div class=\"elementor-widget-container\">\n					<div class=\"elementor-testimonial-wrapper\">\n							<div class=\"elementor-testimonial-content\">Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n\n</div>\n			\n						<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n				<div class=\"elementor-testimonial-meta-inner\">\n											<div class=\"elementor-testimonial-image\">\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />						</div>\n					\n										<div class=\"elementor-testimonial-details\">\n														<div class=\"elementor-testimonial-name\">Jason Myles</div>\n																			</div>\n									</div>\n			</div>\n					</div>\n				</div>\n		\";}i:4;a:5:{s:2:\"id\";s:7:\"8898cc8\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"40\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:7:\"a19a7e6\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"f944c45\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"55\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"992eb7d\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"3078e2b\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"56\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"3cca87d\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"26606b3\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"52\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"51d5eef\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"aff82d8\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"54\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"align\";s:4:\"left\";s:5:\"width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:200;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:221:\"		<div class=\"elementor-widget-container\">\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(365,262,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(367,262,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(368,262,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(370,263,'_elementor_edit_mode','builder'),(371,263,'_elementor_template_type','wp-page'),(372,263,'_elementor_version','3.4.8'),(373,263,'_wp_page_template','default'),(374,263,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leaders\\n\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-3.jpg\"},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-1.jpg\"},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"245\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/06\\/customer-4.jpg\"},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-4.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-5.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-1.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-3.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(375,263,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(377,263,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(378,263,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(380,9,'_elementor_pro_version','3.7.3'),(381,264,'_elementor_edit_mode','builder'),(382,264,'_elementor_template_type','wp-page'),(383,264,'_elementor_version','3.6.1'),(384,264,'_wp_page_template','default'),(385,264,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leaders\\n\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-3.jpg\"},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-1.jpg\"},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"245\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/06\\/customer-4.jpg\"},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-4.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-5.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-1.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-3.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(386,264,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(388,264,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(389,264,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(390,264,'_elementor_pro_version','3.0.5'),(391,265,'_elementor_edit_mode','builder'),(392,265,'_elementor_template_type','wp-page'),(393,265,'_elementor_version','3.6.1'),(394,265,'_wp_page_template','default'),(395,265,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leaders\\n\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-3.jpg\"},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-1.jpg\"},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"245\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/06\\/customer-4.jpg\"},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-4.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-5.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-1.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-3.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(396,265,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(398,265,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(399,265,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(400,265,'_elementor_pro_version','3.0.5'),(401,266,'_elementor_edit_mode','builder'),(402,266,'_elementor_template_type','wp-page'),(403,266,'_elementor_version','3.6.1'),(404,266,'_wp_page_template','default'),(405,266,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leaders\\n\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-3.jpg\"},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-1.jpg\"},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"245\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/06\\/customer-4.jpg\"},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-4.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-5.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-1.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-3.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(406,266,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(408,266,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(409,266,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(410,266,'_elementor_pro_version','3.0.5'),(411,267,'_elementor_edit_mode','builder'),(412,267,'_elementor_template_type','wp-page'),(413,267,'_elementor_version','3.6.1'),(414,267,'_wp_page_template','default'),(415,267,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leaders\\n\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-3.jpg\"},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-1.jpg\"},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"245\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/06\\/customer-4.jpg\"},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-4.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-5.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-1.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-3.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(416,267,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(418,267,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(419,267,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(420,267,'_elementor_pro_version','3.0.5'),(421,268,'_elementor_edit_mode','builder'),(422,268,'_elementor_template_type','wp-page'),(423,268,'_elementor_version','3.6.1'),(424,268,'_wp_page_template','default'),(425,268,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leaders\\n\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-3.jpg\"},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"49\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/customer-1.jpg\"},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\\n\\n\",\"testimonial_image\":{\"id\":\"245\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/06\\/customer-4.jpg\"},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-4.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-5.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-1.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/logo-3.svg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(426,268,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(428,268,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(429,268,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(430,268,'_elementor_pro_version','3.0.5'),(431,269,'_elementor_edit_mode','builder'),(432,269,'_elementor_template_type','wp-page'),(433,269,'_elementor_version','3.6.1'),(434,269,'_wp_page_template','default'),(435,269,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(436,269,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(438,269,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(439,269,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(440,269,'_elementor_pro_version','3.0.5'),(444,246,'_edit_lock','1648649026:1'),(451,247,'_edit_lock','1727699003:1'),(463,273,'_elementor_edit_mode','builder'),(464,273,'_elementor_template_type','wp-page'),(465,273,'_elementor_version','3.4.8'),(466,273,'_wp_page_template','default'),(467,273,'_elementor_data','s:16472:\"a:2:{i:0;a:5:{s:2:\"id\";s:7:\"b8febe8\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a489f99\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"23ff8ad\";s:8:\"settings\";a:11:{s:5:\"title\";s:12:\"Get In Touch\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:805:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"434828b\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"9d44a56\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:529:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"a3957cb\";s:8:\"settings\";a:20:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"content_position\";s:6:\"middle\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"0504df7\";s:8:\"settings\";a:18:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:55;s:19:\"_inline_size_tablet\";i:100;s:16:\"background_color\";s:7:\"#2D2D38\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"224bf61\";s:8:\"settings\";a:10:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:254:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3e9bf05\";s:8:\"settings\";a:20:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:45;s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:19:\"_inline_size_tablet\";i:100;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"1b6de6f\";s:8:\"settings\";a:10:{s:5:\"title\";s:17:\"Send us a message\";s:11:\"header_size\";s:2:\"h3\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:138:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">Send us a message</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"6db4c5f\";s:8:\"settings\";a:9:{s:7:\"form_id\";s:2:\"21\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-26\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"wpforms\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2596:\"		<div class=\"elementor-widget-container\">\n			<div class=\"wpforms-container \" id=\"wpforms-21\"><form id=\"wpforms-form-21\" class=\"wpforms-validate wpforms-form\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php?action=wp_image_process&#038;nonce=b9791892a8\" data-token=\"e7738101e7cd03deaca5b77558f0b9cd\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.</noscript><div class=\"wpforms-field-container\"><div id=\"wpforms-21-field_0-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"0\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_0\">Name <span class=\"wpforms-required-label\">*</span></label><input type=\"text\" id=\"wpforms-21-field_0\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required></div><div id=\"wpforms-21-field_1-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"1\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_1\">Email <span class=\"wpforms-required-label\">*</span></label><input type=\"email\" id=\"wpforms-21-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" required></div><div id=\"wpforms-21-field_3-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"3\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_3\">Subject <span class=\"wpforms-required-label\">*</span></label><input type=\"text\" id=\"wpforms-21-field_3\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required></div><div id=\"wpforms-21-field_2-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"2\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_2\">Message <span class=\"wpforms-required-label\">*</span></label><textarea id=\"wpforms-21-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea></div></div><div class=\"wpforms-submit-container\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"9f8e50adef\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"0\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Send Away!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send Away!</button></div></form></div>  <!-- .wpforms-container -->		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(468,273,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(470,273,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(471,273,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(472,274,'_elementor_edit_mode','builder'),(473,274,'_elementor_template_type','wp-page'),(474,274,'_elementor_version','3.4.8'),(475,274,'_wp_page_template','default'),(476,274,'_elementor_data','s:16472:\"a:2:{i:0;a:5:{s:2:\"id\";s:7:\"b8febe8\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"a489f99\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"23ff8ad\";s:8:\"settings\";a:11:{s:5:\"title\";s:12:\"Get In Touch\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:805:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1 class=\"elementor-heading-title elementor-size-default\">Get In Touch</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"434828b\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"9d44a56\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:529:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"a3957cb\";s:8:\"settings\";a:20:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"content_position\";s:6:\"middle\";s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"0504df7\";s:8:\"settings\";a:18:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:55;s:19:\"_inline_size_tablet\";i:100;s:16:\"background_color\";s:7:\"#2D2D38\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"224bf61\";s:8:\"settings\";a:10:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:10:\"image_size\";s:4:\"full\";s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:254:\"		<div class=\"elementor-widget-container\">\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3e9bf05\";s:8:\"settings\";a:20:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:45;s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:19:\"_inline_size_tablet\";i:100;s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"1b6de6f\";s:8:\"settings\";a:10:{s:5:\"title\";s:17:\"Send us a message\";s:11:\"header_size\";s:2:\"h3\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:138:\"		<div class=\"elementor-widget-container\">\n			<h3 class=\"elementor-heading-title elementor-size-default\">Send us a message</h3>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"6db4c5f\";s:8:\"settings\";a:9:{s:7:\"form_id\";s:2:\"21\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"-10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"-26\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"wpforms\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2596:\"		<div class=\"elementor-widget-container\">\n			<div class=\"wpforms-container \" id=\"wpforms-21\"><form id=\"wpforms-form-21\" class=\"wpforms-validate wpforms-form\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php?action=wp_image_process&#038;nonce=b9791892a8\" data-token=\"e7738101e7cd03deaca5b77558f0b9cd\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.</noscript><div class=\"wpforms-field-container\"><div id=\"wpforms-21-field_0-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"0\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_0\">Name <span class=\"wpforms-required-label\">*</span></label><input type=\"text\" id=\"wpforms-21-field_0\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required></div><div id=\"wpforms-21-field_1-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"1\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_1\">Email <span class=\"wpforms-required-label\">*</span></label><input type=\"email\" id=\"wpforms-21-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" required></div><div id=\"wpforms-21-field_3-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"3\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_3\">Subject <span class=\"wpforms-required-label\">*</span></label><input type=\"text\" id=\"wpforms-21-field_3\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required></div><div id=\"wpforms-21-field_2-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"2\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-21-field_2\">Message <span class=\"wpforms-required-label\">*</span></label><textarea id=\"wpforms-21-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea></div></div><div class=\"wpforms-submit-container\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"9f8e50adef\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"0\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Send Away!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send Away!</button></div></form></div>  <!-- .wpforms-container -->		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(477,274,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(479,274,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(480,274,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(481,275,'_elementor_edit_mode','builder'),(482,275,'_elementor_template_type','wp-page'),(483,275,'_elementor_version','3.4.8'),(484,275,'_wp_page_template','default'),(485,275,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(486,275,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(488,275,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(489,275,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(490,247,'_elementor_pro_version','3.0.5'),(491,276,'_elementor_edit_mode','builder'),(492,276,'_elementor_template_type','wp-page'),(493,276,'_elementor_version','3.6.1'),(494,276,'_wp_page_template','default'),(495,276,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(496,276,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(498,276,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(499,276,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(500,276,'_elementor_pro_version','3.0.5'),(501,277,'_elementor_edit_mode','builder'),(502,277,'_elementor_template_type','wp-page'),(503,277,'_elementor_version','3.6.1'),(504,277,'_wp_page_template','default'),(505,277,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpjn_postmeta` VALUES (506,277,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(508,277,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(509,277,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(510,277,'_elementor_pro_version','3.0.5'),(511,278,'_elementor_edit_mode','builder'),(512,278,'_elementor_template_type','wp-page'),(513,278,'_elementor_version','3.6.1'),(514,278,'_wp_page_template','default'),(515,278,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(516,278,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(518,278,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(519,278,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(520,278,'_elementor_pro_version','3.0.5'),(522,279,'_elementor_edit_mode','builder'),(523,279,'_elementor_template_type','wp-page'),(524,279,'_elementor_version','3.6.1'),(525,279,'_wp_page_template','default'),(526,279,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(527,279,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(529,279,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(530,279,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(531,279,'_elementor_pro_version','3.0.5'),(533,280,'_elementor_edit_mode','builder'),(534,280,'_elementor_template_type','wp-page'),(535,280,'_elementor_version','3.6.1'),(536,280,'_wp_page_template','default'),(537,280,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(538,280,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(540,280,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(541,280,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(542,280,'_elementor_pro_version','3.0.5'),(544,281,'_elementor_edit_mode','builder'),(545,281,'_elementor_template_type','wp-page'),(546,281,'_elementor_version','3.6.1'),(547,281,'_wp_page_template','default'),(548,281,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Call)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(549,281,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(551,281,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(552,281,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(553,281,'_elementor_pro_version','3.0.5'),(555,282,'_elementor_edit_mode','builder'),(556,282,'_elementor_template_type','wp-page'),(557,282,'_elementor_version','3.6.1'),(558,282,'_wp_page_template','default'),(559,282,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Call)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(560,282,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(562,282,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(563,282,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(564,282,'_elementor_pro_version','3.0.5'),(565,283,'_elementor_edit_mode','builder'),(566,283,'_elementor_template_type','wp-page'),(567,283,'_elementor_version','3.6.1'),(568,283,'_wp_page_template','default'),(569,283,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Call)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(570,283,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(572,283,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(573,283,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(574,283,'_elementor_pro_version','3.0.5'),(575,284,'_elementor_edit_mode','builder'),(576,284,'_elementor_template_type','wp-page'),(577,284,'_elementor_version','3.6.1'),(578,284,'_wp_page_template','default'),(579,284,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(580,284,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(582,284,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(583,284,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(584,284,'_elementor_pro_version','3.0.5'),(585,285,'_elementor_edit_mode','builder'),(586,285,'_elementor_template_type','wp-page'),(587,285,'_elementor_version','3.4.2'),(588,285,'_wp_page_template','default'),(589,285,'_elementor_data','s:37347:\"a:3:{i:0;a:5:{s:2:\"id\";s:7:\"b6d786e\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"d2f1e5f\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"8c02fa3\";s:8:\"settings\";a:11:{s:5:\"title\";s:8:\"About Us\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">About Us</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"b2b8baf\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"d27d16f\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:261:\"		<div class=\"elementor-widget-container\">\n															<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"061a745\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b9e486f\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"8cb829c\";s:8:\"settings\";a:8:{s:5:\"title\";s:23:\"Coaching for Champions!\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:144:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Coaching for Champions!</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"ece1ba3\";s:8:\"settings\";a:21:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:10:\"title_text\";s:114:\"Let’s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\";s:16:\"description_text\";s:389:\"With 10 years of experience in helping businesses grow, we’ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\nWe’ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\n\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:18:\"image_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"image_size_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:25:\"title_bottom_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2735:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" /></figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Let’s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.</h4><p class=\"elementor-image-box-description\">With 10 years of experience in helping businesses grow, we’ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\nWe’ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\n</p></div></div>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"ef8d922\";s:8:\"settings\";a:21:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:8:\"Mission.\";s:16:\"description_text\";s:146:\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\";s:8:\"position\";s:4:\"left\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:395:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Mission.</h3><p class=\"elementor-image-box-description\">Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.</p></div></div>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"b8a2161\";s:8:\"settings\";a:20:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:6:\"Vision\";s:16:\"description_text\";s:118:\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\";s:8:\"position\";s:4:\"left\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:365:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Vision</h3><p class=\"elementor-image-box-description\">We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.</p></div></div>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"fde8480\";s:8:\"settings\";a:17:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"6ceeb5f\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"123e4b0\";s:8:\"settings\";a:9:{s:5:\"title\";s:8:\"Our Team\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Our Team</h2>		</div>\n		\";}i:1;a:5:{s:2:\"id\";s:7:\"ff8d970\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"cbddc84\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"11e1301\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"40\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-1.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-1.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"09297b2\";s:8:\"settings\";a:10:{s:5:\"title\";s:14:\"Martin Stommer\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Martin Stommer</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"78996c8\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"1bdd4aa\";s:8:\"settings\";a:9:{s:6:\"editor\";s:132:\"Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:197:\"		<div class=\"elementor-widget-container\">\n							Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"9eb5fc1\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"12499e0\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"41\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-2.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-2.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"67481bd\";s:8:\"settings\";a:10:{s:5:\"title\";s:14:\"Barbara Cooper\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Barbara Cooper</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"1b03ecd\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"3e39528\";s:8:\"settings\";a:9:{s:6:\"editor\";s:138:\"Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.\n\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:203:\"		<div class=\"elementor-widget-container\">\n							Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"f2f957f\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"7e9df77\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"42\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-3.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-3.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"eca8b0c\";s:8:\"settings\";a:10:{s:5:\"title\";s:11:\"Jason Ester\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Jason Ester</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"0ed5953\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"99679af\";s:8:\"settings\";a:9:{s:6:\"editor\";s:153:\"Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:218:\"		<div class=\"elementor-widget-container\">\n							Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(590,285,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(592,285,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:1;s:11:\"header_size\";i:7;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;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:7;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:4;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:4:{s:11:\"image_space\";i:1;s:18:\"image_space_mobile\";i:1;s:10:\"image_size\";i:1;s:17:\"image_size_mobile\";i:1;}s:21:\"section_style_content\";a:2:{s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}s:17:\"_section_position\";a:4:{s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:2;s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:3;}}}}}'),(593,285,'_elementor_data_bckp','[{\"id\":\"b6d786e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"d2f1e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8c02fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b2b8baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d27d16f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"061a745\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b9e486f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8cb829c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coaching for Champions!\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ece1ba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"title_text\":\"Letu2019s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\",\"description_text\":\"With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>nWeu2019ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.n\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ef8d922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Mission.\",\"description_text\":\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b8a2161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fde8480\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"6ceeb5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50},\"elements\":[{\"id\":\"123e4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8d970\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cbddc84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e1301\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-1.jpg\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"09297b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martin Stommer\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78996c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bdd4aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9eb5fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12499e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-2.jpg\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67481bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Barbara Cooper\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b03ecd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e39528\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.n\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f2f957f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e9df77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-3.jpg\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eca8b0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jason Ester\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ed5953\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99679af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(595,286,'_elementor_edit_mode','builder'),(596,286,'_elementor_template_type','wp-page'),(597,286,'_elementor_version','3.4.2'),(598,286,'_wp_page_template','default'),(599,286,'_elementor_data','s:37347:\"a:3:{i:0;a:5:{s:2:\"id\";s:7:\"b6d786e\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"d2f1e5f\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"8c02fa3\";s:8:\"settings\";a:11:{s:5:\"title\";s:8:\"About Us\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">About Us</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"b2b8baf\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"d27d16f\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:261:\"		<div class=\"elementor-widget-container\">\n															<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"061a745\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"b9e486f\";s:8:\"settings\";a:17:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"8cb829c\";s:8:\"settings\";a:8:{s:5:\"title\";s:23:\"Coaching for Champions!\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:144:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Coaching for Champions!</h2>		</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"ece1ba3\";s:8:\"settings\";a:21:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"37\";s:3:\"url\";s:77:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\";}s:10:\"title_text\";s:114:\"Let’s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\";s:16:\"description_text\";s:389:\"With 10 years of experience in helping businesses grow, we’ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\nWe’ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\n\";s:8:\"position\";s:4:\"left\";s:10:\"title_size\";s:2:\"h4\";s:11:\"image_space\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:18:\"image_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:10:\"image_size\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"image_size_mobile\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:17:\"text_align_mobile\";s:4:\"left\";s:25:\"title_bottom_space_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:2735:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" /></figure><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Let’s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.</h4><p class=\"elementor-image-box-description\">With 10 years of experience in helping businesses grow, we’ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\nWe’ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\n</p></div></div>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"ef8d922\";s:8:\"settings\";a:21:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:8:\"Mission.\";s:16:\"description_text\";s:146:\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\";s:8:\"position\";s:4:\"left\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:28:\"_element_custom_width_tablet\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:395:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Mission.</h3><p class=\"elementor-image-box-description\">Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.</p></div></div>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"b8a2161\";s:8:\"settings\";a:20:{s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"title_text\";s:6:\"Vision\";s:16:\"description_text\";s:118:\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\";s:8:\"position\";s:4:\"left\";s:17:\"text_align_mobile\";s:4:\"left\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:3:\"150\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:15:\"_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_element_width\";s:7:\"initial\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:21:\"_element_custom_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"image-box\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:365:\"		<div class=\"elementor-widget-container\">\n			<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Vision</h3><p class=\"elementor-image-box-description\">We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.</p></div></div>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"fde8480\";s:8:\"settings\";a:17:{s:3:\"gap\";s:2:\"no\";s:21:\"background_background\";s:7:\"classic\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor6\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"6ceeb5f\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:50;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:7:{s:2:\"id\";s:7:\"123e4b0\";s:8:\"settings\";a:9:{s:5:\"title\";s:8:\"Our Team\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:129:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">Our Team</h2>		</div>\n		\";}i:1;a:5:{s:2:\"id\";s:7:\"ff8d970\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"30\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:3:{i:0;a:5:{s:2:\"id\";s:7:\"cbddc84\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"11e1301\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"40\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-1.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-1.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"09297b2\";s:8:\"settings\";a:10:{s:5:\"title\";s:14:\"Martin Stommer\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Martin Stommer</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"78996c8\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"1bdd4aa\";s:8:\"settings\";a:9:{s:6:\"editor\";s:132:\"Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:197:\"		<div class=\"elementor-widget-container\">\n							Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"9eb5fc1\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"12499e0\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"41\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-2.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-2.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"67481bd\";s:8:\"settings\";a:10:{s:5:\"title\";s:14:\"Barbara Cooper\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:135:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Barbara Cooper</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"1b03ecd\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"3e39528\";s:8:\"settings\";a:9:{s:6:\"editor\";s:138:\"Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.\n\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:203:\"		<div class=\"elementor-widget-container\">\n							Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"f2f957f\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"7e9df77\";s:8:\"settings\";a:8:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"42\";s:3:\"url\";s:69:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-3.jpg\";}s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:248:\"		<div class=\"elementor-widget-container\">\n															<img width=\"500\" height=\"500\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-3.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}i:1;a:7:{s:2:\"id\";s:7:\"eca8b0c\";s:8:\"settings\";a:10:{s:5:\"title\";s:11:\"Jason Ester\";s:11:\"header_size\";s:2:\"h4\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:132:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Jason Ester</h4>		</div>\n		\";}i:2;a:7:{s:2:\"id\";s:7:\"0ed5953\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Founder / CEO\";s:11:\"header_size\";s:2:\"h6\";s:11:\"title_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h6 class=\"elementor-heading-title elementor-size-default\">Founder / CEO</h6>		</div>\n		\";}i:3;a:7:{s:2:\"id\";s:7:\"99679af\";s:8:\"settings\";a:9:{s:6:\"editor\";s:153:\"Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.\";s:10:\"text_color\";s:7:\"#F4F7F9\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:218:\"		<div class=\"elementor-widget-container\">\n							Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(600,286,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(602,286,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:1;s:11:\"header_size\";i:7;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;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:7;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:4;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:4:{s:11:\"image_space\";i:1;s:18:\"image_space_mobile\";i:1;s:10:\"image_size\";i:1;s:17:\"image_size_mobile\";i:1;}s:21:\"section_style_content\";a:2:{s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}s:17:\"_section_position\";a:4:{s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:2;s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:3;}}}}}'),(603,286,'_elementor_data_bckp','[{\"id\":\"b6d786e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"d2f1e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8c02fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b2b8baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d27d16f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"061a745\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b9e486f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8cb829c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coaching for Champions!\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ece1ba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"title_text\":\"Letu2019s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\",\"description_text\":\"With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>nWeu2019ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.n\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ef8d922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Mission.\",\"description_text\":\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b8a2161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fde8480\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"6ceeb5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50},\"elements\":[{\"id\":\"123e4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8d970\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cbddc84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e1301\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-1.jpg\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"09297b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martin Stommer\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78996c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bdd4aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9eb5fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12499e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-2.jpg\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67481bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Barbara Cooper\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b03ecd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e39528\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.n\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f2f957f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e9df77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-3.jpg\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eca8b0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jason Ester\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ed5953\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99679af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(605,287,'_elementor_edit_mode','builder'),(606,287,'_elementor_template_type','wp-page'),(607,287,'_elementor_version','3.4.2'),(608,287,'_wp_page_template','default'),(609,287,'_elementor_data','[{\"id\":\"b6d786e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"d2f1e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8c02fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b2b8baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d27d16f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"061a745\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b9e486f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8cb829c\",\"elType\":\"widget\",\"settings\":{\"title\":\"SunFloris Services for Champions!\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ece1ba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"title_text\":\"Let\\u2019s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\",\"description_text\":\"With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\\nWe\\u2019ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\\n\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ef8d922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Mission.\",\"description_text\":\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b8a2161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(610,287,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(612,287,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:5:\"align\";i:1;s:11:\"header_size\";i:7;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:7;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;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:7;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:4;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:4:{s:11:\"image_space\";i:1;s:18:\"image_space_mobile\";i:1;s:10:\"image_size\";i:1;s:17:\"image_size_mobile\";i:1;}s:21:\"section_style_content\";a:2:{s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:14:\"_margin_tablet\";i:2;s:15:\"_padding_tablet\";i:2;}s:17:\"_section_position\";a:4:{s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:2;s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:3;}}}}}'),(613,287,'_elementor_data_bckp','[{\"id\":\"b6d786e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"d2f1e5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8c02fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b2b8baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d27d16f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"061a745\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b9e486f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8cb829c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coaching for Champions!\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ece1ba3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"title_text\":\"Letu2019s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.\",\"description_text\":\"With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>nWeu2019ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.n\",\"position\":\"left\",\"title_size\":\"h4\",\"image_space\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"image_space_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ef8d922\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Mission.\",\"description_text\":\"Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b8a2161\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.\",\"position\":\"left\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fde8480\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"6ceeb5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50},\"elements\":[{\"id\":\"123e4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff8d970\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cbddc84\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e1301\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-1.jpg\",\"id\":40}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"09297b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Martin Stommer\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78996c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bdd4aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Martin is a well-established business coach for 12+ years. His way of coaching and guiding reflects his helpful and friendly nature.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9eb5fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"12499e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-2.jpg\",\"id\":41}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67481bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Barbara Cooper\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b03ecd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e39528\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Barbara is an award winning coach who has helped over 25+ businesses start and flourish online. She loves interacting and making friends.n\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f2f957f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e9df77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/team-3.jpg\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eca8b0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jason Ester\",\"header_size\":\"h4\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ed5953\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder / CEO\",\"header_size\":\"h6\",\"title_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99679af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Graduating from one of the top universities and an expert in helping IT businesses grow, Jason has been a friend and guide to many budding entrepreneurs.\",\"text_color\":\"#F4F7F9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(615,246,'_elementor_pro_version','3.0.5'),(618,21,'wpforms_entries_count','2456'),(619,289,'_elementor_edit_mode','builder'),(620,289,'_elementor_template_type','wp-page'),(621,289,'_elementor_version','3.6.1'),(622,289,'_wp_page_template','default'),(623,289,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(624,289,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(626,289,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(627,289,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(628,289,'_elementor_pro_version','3.0.5'),(630,290,'_elementor_edit_mode','builder'),(631,290,'_elementor_template_type','wp-page'),(632,290,'_elementor_version','3.6.1'),(633,290,'_wp_page_template','default'),(634,290,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(635,290,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(637,290,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(638,290,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(639,290,'_elementor_pro_version','3.0.5'),(641,291,'_elementor_edit_mode','builder'),(642,291,'_elementor_template_type','wp-page'),(643,291,'_elementor_version','3.6.1'),(644,291,'_wp_page_template','default'),(645,291,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(646,291,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(648,291,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(649,291,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(650,291,'_elementor_pro_version','3.0.5'),(653,293,'_elementor_edit_mode','builder'),(654,293,'_elementor_template_type','wp-page'),(655,293,'_elementor_version','3.6.1'),(656,293,'_wp_page_template','default'),(657,293,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(658,293,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(660,293,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(661,293,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(662,293,'_elementor_pro_version','3.0.5'),(664,294,'_elementor_edit_mode','builder'),(665,294,'_elementor_template_type','wp-page'),(666,294,'_elementor_version','3.6.1'),(667,294,'_wp_page_template','default'),(668,294,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(669,294,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(671,294,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(672,294,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(673,294,'_elementor_pro_version','3.0.5'),(675,295,'_elementor_edit_mode','builder'),(676,295,'_elementor_template_type','wp-page'),(677,295,'_elementor_version','3.6.1'),(678,295,'_wp_page_template','default'),(679,295,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"display_form_name\":\"yes\",\"display_form_description\":\"yes\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(680,295,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(682,295,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(683,295,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(684,295,'_elementor_pro_version','3.0.5'),(698,298,'_elementor_edit_mode','builder'),(699,298,'_elementor_template_type','wp-page'),(700,298,'_elementor_version','3.6.1'),(701,298,'_wp_page_template','default'),(702,298,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"display_form_name\":\"yes\",\"display_form_description\":\"yes\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(703,298,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(705,298,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(706,298,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(707,298,'_elementor_pro_version','3.0.5'),(708,299,'_elementor_edit_mode','builder'),(709,299,'_elementor_template_type','wp-page'),(710,299,'_elementor_version','3.6.1'),(711,299,'_wp_page_template','default'),(712,299,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"display_form_name\":\"yes\",\"display_form_description\":\"yes\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(713,299,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(715,299,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(716,299,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(717,299,'_elementor_pro_version','3.0.5'),(718,300,'_elementor_edit_mode','builder'),(719,300,'_elementor_template_type','wp-page'),(720,300,'_elementor_version','3.6.1'),(721,300,'_wp_page_template','default'),(722,300,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"display_form_name\":\"yes\",\"display_form_description\":\"yes\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(723,300,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(725,300,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(726,300,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(727,300,'_elementor_pro_version','3.0.5'),(728,301,'_elementor_edit_mode','builder'),(729,301,'_elementor_template_type','wp-page'),(730,301,'_elementor_version','3.6.1'),(731,301,'_wp_page_template','default'),(732,301,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"display_form_name\":\"yes\",\"display_form_description\":\"yes\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(733,301,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(735,301,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(736,301,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(737,301,'_elementor_pro_version','3.0.5'),(738,302,'_elementor_edit_mode','builder'),(739,302,'_elementor_template_type','wp-page'),(740,302,'_elementor_version','3.6.1'),(741,302,'_wp_page_template','default'),(742,302,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false},\"display_form_name\":\"yes\",\"display_form_description\":\"yes\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(743,302,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(745,302,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(746,302,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(747,302,'_elementor_pro_version','3.0.5'),(748,303,'_elementor_edit_mode','builder'),(749,303,'_elementor_template_type','wp-page'),(750,303,'_elementor_version','3.6.1'),(751,303,'_wp_page_template','default'),(752,303,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(753,303,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(755,303,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(756,303,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(757,303,'_elementor_pro_version','3.0.5'),(759,304,'_elementor_edit_mode','builder'),(760,304,'_elementor_template_type','wp-page'),(761,304,'_elementor_version','3.6.1'),(762,304,'_wp_page_template','default'),(763,304,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(764,304,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(766,304,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(767,304,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(768,304,'_elementor_pro_version','3.0.5'),(770,305,'_elementor_edit_mode','builder'),(771,305,'_elementor_template_type','wp-page'),(772,305,'_elementor_version','3.6.1'),(773,305,'_wp_page_template','default'),(774,305,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(775,305,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(777,305,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(778,305,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(779,305,'_elementor_pro_version','3.0.5'),(781,306,'_elementor_edit_mode','builder'),(782,306,'_elementor_template_type','wp-page'),(783,306,'_elementor_version','3.6.1'),(784,306,'_wp_page_template','default'),(785,306,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(786,306,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(788,306,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(789,306,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(790,306,'_elementor_pro_version','3.0.5'),(792,307,'_elementor_edit_mode','builder'),(793,307,'_elementor_template_type','wp-page'),(794,307,'_elementor_version','3.6.1'),(795,307,'_wp_page_template','default'),(796,307,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(797,307,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(799,307,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(800,307,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(801,307,'_elementor_pro_version','3.0.5'),(802,308,'_elementor_edit_mode','builder'),(803,308,'_elementor_template_type','wp-page'),(804,308,'_elementor_version','3.6.1'),(805,308,'_wp_page_template','default'),(806,308,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(807,308,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(809,308,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(810,308,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(811,308,'_elementor_pro_version','3.0.5'),(812,309,'_elementor_edit_mode','builder'),(813,309,'_elementor_template_type','wp-page'),(814,309,'_elementor_version','3.6.1'),(815,309,'_wp_page_template','default'),(816,309,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"List Item\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(817,309,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(819,309,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(820,309,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(821,309,'_elementor_pro_version','3.0.5'),(822,310,'_elementor_edit_mode','builder'),(823,310,'_elementor_template_type','wp-page'),(824,310,'_elementor_version','3.6.1'),(825,310,'_wp_page_template','default'),(826,310,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"List Item\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(827,310,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(829,310,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(830,310,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(831,310,'_elementor_pro_version','3.0.5'),(832,311,'_elementor_edit_mode','builder'),(833,311,'_elementor_template_type','wp-page'),(834,311,'_elementor_version','3.6.1'),(835,311,'_wp_page_template','default'),(836,311,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"List Item\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(837,311,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(839,311,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(840,311,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(841,311,'_elementor_pro_version','3.0.5'),(842,312,'_elementor_edit_mode','builder'),(843,312,'_elementor_template_type','wp-page'),(844,312,'_elementor_version','3.6.1'),(845,312,'_wp_page_template','default'),(846,312,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(847,312,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(849,312,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(850,312,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(851,312,'_elementor_pro_version','3.0.5'),(852,313,'_elementor_edit_mode','builder'),(853,313,'_elementor_template_type','wp-page'),(854,313,'_elementor_version','3.6.1'),(855,313,'_wp_page_template','default'),(856,313,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(857,313,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(859,313,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(860,313,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(861,313,'_elementor_pro_version','3.0.5'),(862,314,'_elementor_edit_mode','builder'),(863,314,'_elementor_template_type','wp-page'),(864,314,'_elementor_version','3.6.1'),(865,314,'_wp_page_template','default'),(866,314,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(867,314,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(869,314,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(870,314,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(871,314,'_elementor_pro_version','3.0.5'),(872,315,'_elementor_edit_mode','builder'),(873,315,'_elementor_template_type','wp-page'),(874,315,'_elementor_version','3.6.1'),(875,315,'_wp_page_template','default'),(876,315,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(877,315,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(879,315,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(880,315,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(881,315,'_elementor_pro_version','3.0.5'),(882,13,'_edit_lock','1727698754:1'),(883,316,'_elementor_edit_mode','builder'),(884,316,'_elementor_template_type','wp-page'),(885,316,'_elementor_version','3.4.8'),(886,316,'_wp_page_template','default'),(887,316,'_elementor_data','s:26664:\"a:2:{i:0;a:5:{s:2:\"id\";s:7:\"2ea897d\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"4ad8e35\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"ae5e105\";s:8:\"settings\";a:11:{s:5:\"title\";s:12:\"Our Services\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:133:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Our Services</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"b01694e\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4453c8f\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:261:\"		<div class=\"elementor-widget-container\">\n															<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"ebb772c\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"f752b22\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"f12035b\";s:8:\"settings\";a:10:{s:5:\"title\";s:20:\"How can we help you?\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:141:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">How can we help you?</h2>		</div>\n		\";}i:1;a:5:{s:2:\"id\";s:7:\"2c9ee2a\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"e3f6188\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"de85afc\";s:8:\"settings\";a:9:{s:5:\"title\";s:25:\"Entrepreneurship Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:146:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Entrepreneurship Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"e06ed99\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"e9e399a\";s:8:\"settings\";a:8:{s:6:\"editor\";s:361:\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. \n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1144:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;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>				As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. \n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"23aa4b6\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";i:0;s:6:\"bottom\";s:0:\"\";s:4:\"left\";i:0;s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"bf7019c\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"2713817\";s:8:\"settings\";a:9:{s:5:\"title\";s:26:\"Money and Finance Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:147:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Money and Finance Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3618755\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"5355268\";s:8:\"settings\";a:8:{s:6:\"editor\";s:415:\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. We’ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.\n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:480:\"		<div class=\"elementor-widget-container\">\n							We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. We’ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"2f97e0f\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"49186cc\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"2ca0de9\";s:8:\"settings\";a:9:{s:5:\"title\";s:13:\"Team Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Team Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6b78261\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"c0c1870\";s:8:\"settings\";a:8:{s:6:\"editor\";s:405:\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide what’s best for them.\n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:470:\"		<div class=\"elementor-widget-container\">\n							As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide what’s best for them.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(888,316,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(890,316,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(891,316,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(893,317,'_elementor_edit_mode','builder'),(894,317,'_elementor_template_type','wp-page'),(895,317,'_elementor_version','3.4.8'),(896,317,'_wp_page_template','default'),(897,317,'_elementor_data','s:26664:\"a:2:{i:0;a:5:{s:2:\"id\";s:7:\"2ea897d\";s:8:\"settings\";a:21:{s:3:\"gap\";s:2:\"no\";s:16:\"content_position\";s:6:\"middle\";s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.07;s:5:\"sizes\";a:0:{}}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor4\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"4ad8e35\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"ae5e105\";s:8:\"settings\";a:11:{s:5:\"title\";s:12:\"Our Services\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:11:\"header_size\";s:2:\"h1\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:133:\"		<div class=\"elementor-widget-container\">\n			<h1 class=\"elementor-heading-title elementor-size-default\">Our Services</h1>		</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"b01694e\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"4453c8f\";s:8:\"settings\";a:11:{s:5:\"image\";a:2:{s:2:\"id\";s:2:\"39\";s:3:\"url\";s:82:\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\";}s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"-100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_z_index\";i:1;s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:261:\"		<div class=\"elementor-widget-container\">\n															<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" />															</div>\n		\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}i:1;a:5:{s:2:\"id\";s:7:\"ebb772c\";s:8:\"settings\";a:18:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"200\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:33:\"globals/colors?id=astglobalcolor5\";}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"f752b22\";s:8:\"settings\";a:14:{s:12:\"_column_size\";i:100;s:12:\"_inline_size\";N;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:7:{s:2:\"id\";s:7:\"f12035b\";s:8:\"settings\";a:10:{s:5:\"title\";s:20:\"How can we help you?\";s:5:\"align\";s:4:\"left\";s:21:\"_element_width_mobile\";s:7:\"inherit\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:141:\"		<div class=\"elementor-widget-container\">\n			<h2 class=\"elementor-heading-title elementor-size-default\">How can we help you?</h2>		</div>\n		\";}i:1;a:5:{s:2:\"id\";s:7:\"2c9ee2a\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"e3f6188\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"de85afc\";s:8:\"settings\";a:9:{s:5:\"title\";s:25:\"Entrepreneurship Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:146:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Entrepreneurship Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"e06ed99\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"e9e399a\";s:8:\"settings\";a:8:{s:6:\"editor\";s:361:\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. \n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:1144:\"		<div class=\"elementor-widget-container\">\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;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>				As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. \n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:2;a:5:{s:2:\"id\";s:7:\"23aa4b6\";s:8:\"settings\";a:16:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:0:\"\";s:5:\"right\";i:0;s:6:\"bottom\";s:0:\"\";s:4:\"left\";i:0;s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"bf7019c\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"2713817\";s:8:\"settings\";a:9:{s:5:\"title\";s:26:\"Money and Finance Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:147:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Money and Finance Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"3618755\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"5355268\";s:8:\"settings\";a:8:{s:6:\"editor\";s:415:\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. We’ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.\n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:480:\"		<div class=\"elementor-widget-container\">\n							We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. We’ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"2f97e0f\";s:8:\"settings\";a:15:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"21\";s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";i:0;s:6:\"bottom\";s:1:\"0\";s:4:\"left\";i:0;s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"49186cc\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:33;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:30;s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"2ca0de9\";s:8:\"settings\";a:9:{s:5:\"title\";s:13:\"Team Coaching\";s:11:\"header_size\";s:2:\"h4\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:134:\"		<div class=\"elementor-widget-container\">\n			<h4 class=\"elementor-heading-title elementor-size-default\">Team Coaching</h4>		</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"6b78261\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:66;s:12:\"_inline_size\";N;s:19:\"_inline_size_tablet\";i:70;s:13:\"margin_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:7:{s:2:\"id\";s:7:\"c0c1870\";s:8:\"settings\";a:8:{s:6:\"editor\";s:405:\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide what’s best for them.\n\";s:17:\"_background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:26:\"_background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";s:9:\"htmlCache\";s:470:\"		<div class=\"elementor-widget-container\">\n							As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide what’s best for them.\n						</div>\n		\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}\";'),(898,317,'_elementor_page_settings','a:49:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(900,317,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(901,317,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(903,318,'_elementor_edit_mode','builder'),(904,318,'_elementor_template_type','wp-page'),(905,318,'_elementor_version','3.4.8'),(906,318,'_wp_page_template','default'),(907,318,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(908,318,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(910,318,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(911,318,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(913,13,'_elementor_pro_version','3.7.3'),(914,319,'_elementor_edit_mode','builder'),(915,319,'_elementor_template_type','wp-page'),(916,319,'_elementor_version','3.6.1'),(917,319,'_wp_page_template','default'),(918,319,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(919,319,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(921,319,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(922,319,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(923,319,'_elementor_pro_version','3.0.5'),(924,320,'_elementor_edit_mode','builder'),(925,320,'_elementor_template_type','wp-page'),(926,320,'_elementor_version','3.6.1'),(927,320,'_wp_page_template','default'),(928,320,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(929,320,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(931,320,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(932,320,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(933,320,'_elementor_pro_version','3.0.5'),(934,321,'_elementor_edit_mode','builder'),(935,321,'_elementor_template_type','wp-page'),(936,321,'_elementor_version','3.6.1'),(937,321,'_wp_page_template','default'),(938,321,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(939,321,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(941,321,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(942,321,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(943,321,'_elementor_pro_version','3.0.5'),(945,322,'_elementor_edit_mode','builder'),(946,322,'_elementor_template_type','wp-page'),(947,322,'_elementor_version','3.6.1'),(948,322,'_wp_page_template','default'),(949,322,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(950,322,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(952,322,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(953,322,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(954,322,'_elementor_pro_version','3.0.5'),(956,323,'_elementor_edit_mode','builder'),(957,323,'_elementor_template_type','wp-page'),(958,323,'_elementor_version','3.6.1'),(959,323,'_wp_page_template','default'),(960,323,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(961,323,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(963,323,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(964,323,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(965,323,'_elementor_pro_version','3.0.5'),(967,324,'_elementor_edit_mode','builder'),(968,324,'_elementor_template_type','wp-page'),(969,324,'_elementor_version','3.6.1'),(970,324,'_wp_page_template','default'),(971,324,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(972,324,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(974,324,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(975,324,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(976,324,'_elementor_pro_version','3.0.5'),(980,325,'_elementor_edit_mode','builder'),(981,325,'_elementor_template_type','wp-page'),(982,325,'_elementor_version','3.6.1'),(983,325,'_wp_page_template','default'),(984,325,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(985,325,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(987,325,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(988,325,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(989,325,'_elementor_pro_version','3.0.5'),(991,326,'_elementor_edit_mode','builder'),(992,326,'_elementor_template_type','wp-page'),(993,326,'_elementor_version','3.6.1'),(994,326,'_wp_page_template','default'),(995,326,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wpjn_postmeta` VALUES (996,326,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(998,326,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(999,326,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1000,326,'_elementor_pro_version','3.0.5'),(1002,327,'_elementor_edit_mode','builder'),(1003,327,'_elementor_template_type','wp-page'),(1004,327,'_elementor_version','3.6.1'),(1005,327,'_wp_page_template','default'),(1006,327,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1007,327,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1009,327,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1010,327,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1011,327,'_elementor_pro_version','3.0.5'),(1017,329,'_customize_changeset_uuid','53f26c65-346c-423c-830c-1d65df94cfca'),(1018,329,'_elementor_edit_mode','builder'),(1019,329,'_elementor_template_type','wp-page'),(1020,329,'_elementor_version','3.6.1'),(1021,329,'_astra_content_layout_flag','disabled'),(1022,329,'site-post-title','disabled'),(1023,329,'ast-title-bar-display','disabled'),(1024,329,'ast-featured-img','disabled'),(1025,329,'site-content-layout','page-builder'),(1026,329,'site-sidebar-layout','no-sidebar'),(1027,329,'_wp_page_template','default'),(1028,329,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1029,329,'_yoast_wpseo_content_score','60'),(1030,329,'_yoast_wpseo_estimated-reading-time-minutes','2'),(1031,329,'astra-main-page-id','55454'),(1032,329,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1033,329,'ast_self_id_55454','1'),(1035,329,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1036,329,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1037,329,'_wxr_import_user_slug','harshadd'),(1038,329,'_astra_sites_imported_post','1'),(1039,329,'_astra_sites_enable_for_batch','1'),(1040,329,'_astra_sites_hotlink_imported','1'),(1041,329,'_edit_lock','1648678938:1'),(1042,329,'_elementor_pro_version','3.0.5'),(1044,329,'_edit_last','1'),(1045,330,'_elementor_edit_mode','builder'),(1046,330,'_elementor_template_type','wp-page'),(1047,330,'_elementor_version','3.6.1'),(1048,330,'_wp_page_template','default'),(1049,330,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1050,330,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1052,330,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1053,330,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1054,330,'_elementor_pro_version','3.0.5'),(1060,331,'_wp_attached_file','2022/03/images-1.jpg'),(1061,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:194;s:4:\"file\";s:20:\"2022/03/images-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"images-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:20:\"images-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1062,332,'_wp_attached_file','2022/03/download.jpg'),(1063,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:20:\"2022/03/download.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:20:\"download-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1064,333,'_wp_attached_file','2022/03/images.jpg'),(1065,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:18:\"2022/03/images.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"images-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:18:\"images-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1066,334,'_wp_attached_file','2022/03/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg'),(1067,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:798;s:4:\"file\";s:60:\"2022/03/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"no-1-portable-solar-gener-selar.co-6205c95bb60ee-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"no-1-portable-solar-gener-selar.co-6205c95bb60ee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"no-1-portable-solar-gener-selar.co-6205c95bb60ee-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:60:\"no-1-portable-solar-gener-selar.co-6205c95bb60ee-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1068,335,'_elementor_edit_mode','builder'),(1069,335,'_elementor_template_type','wp-page'),(1070,335,'_elementor_version','3.6.1'),(1071,335,'_wp_page_template','default'),(1072,335,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1073,335,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1075,335,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1076,335,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1077,335,'_elementor_pro_version','3.0.5'),(1078,336,'_elementor_edit_mode','builder'),(1079,336,'_elementor_template_type','wp-page'),(1080,336,'_elementor_version','3.6.1'),(1081,336,'_wp_page_template','default'),(1082,336,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1083,336,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1085,336,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1086,336,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1087,336,'_elementor_pro_version','3.0.5'),(1088,337,'_elementor_edit_mode','builder'),(1089,337,'_elementor_template_type','wp-page'),(1090,337,'_elementor_version','3.6.1'),(1091,337,'_wp_page_template','default'),(1092,337,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1093,337,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1095,337,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1096,337,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1097,337,'_elementor_pro_version','3.0.5'),(1098,338,'_elementor_edit_mode','builder'),(1099,338,'_elementor_template_type','wp-page'),(1100,338,'_elementor_version','3.6.1'),(1101,338,'_wp_page_template','default'),(1102,338,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1103,338,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1105,338,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1106,338,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1107,338,'_elementor_pro_version','3.0.5'),(1108,339,'_elementor_edit_mode','builder'),(1109,339,'_elementor_template_type','wp-page'),(1110,339,'_elementor_version','3.6.1'),(1111,339,'_wp_page_template','default'),(1112,339,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1113,339,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1115,339,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1116,339,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1117,339,'_elementor_pro_version','3.0.5'),(1118,340,'_elementor_edit_mode','builder'),(1119,340,'_elementor_template_type','wp-page'),(1120,340,'_elementor_version','3.6.1'),(1121,340,'_wp_page_template','default'),(1122,340,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1123,340,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1125,340,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1126,340,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1127,340,'_elementor_pro_version','3.0.5'),(1129,341,'_elementor_edit_mode','builder'),(1130,341,'_customize_changeset_uuid','53f26c65-346c-423c-830c-1d65df94cfca'),(1131,341,'_elementor_template_type','wp-page'),(1132,341,'_elementor_version','3.7.1'),(1133,341,'_astra_content_layout_flag','disabled'),(1134,341,'site-post-title','disabled'),(1135,341,'ast-title-bar-display','disabled'),(1136,341,'ast-featured-img','disabled'),(1137,341,'site-content-layout','page-builder'),(1138,341,'site-sidebar-layout','no-sidebar'),(1139,341,'_wp_page_template','default'),(1140,341,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20purchasing%20the%20Phone%20Number%20Database.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Verified Nigeria Email Database\",\"description\":\"Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1141,341,'_yoast_wpseo_content_score','60'),(1142,341,'_yoast_wpseo_estimated-reading-time-minutes','2'),(1143,341,'astra-main-page-id','55454'),(1144,341,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1145,341,'ast_self_id_55454','1'),(1147,341,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1148,341,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1149,341,'_wxr_import_user_slug','harshadd'),(1150,341,'_astra_sites_imported_post','1'),(1151,341,'_astra_sites_enable_for_batch','1'),(1152,341,'_astra_sites_hotlink_imported','1'),(1153,341,'_edit_lock','1688906300:1'),(1154,341,'_elementor_pro_version','3.7.3'),(1155,341,'_edit_last','1'),(1157,342,'_elementor_edit_mode','builder'),(1158,342,'_elementor_template_type','wp-page'),(1159,342,'_elementor_version','3.6.1'),(1160,342,'_wp_page_template','default'),(1161,342,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1162,342,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1164,342,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1165,342,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1166,342,'_elementor_pro_version','3.0.5'),(1168,343,'_menu_item_type','post_type'),(1169,343,'_menu_item_menu_item_parent','0'),(1170,343,'_menu_item_object_id','329'),(1171,343,'_menu_item_object','page'),(1172,343,'_menu_item_target',''),(1173,343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1174,343,'_menu_item_xfn',''),(1175,343,'_menu_item_url',''),(1177,12,'_menu_item_menu_item_parent','0'),(1178,12,'_menu_item_target',''),(1179,12,'_menu_item_xfn',''),(1180,12,'_menu_item_url',''),(1181,12,'_wp_old_date','2021-05-18'),(1182,26,'_menu_item_menu_item_parent','0'),(1183,26,'_menu_item_target',''),(1184,26,'_menu_item_xfn',''),(1185,26,'_menu_item_url',''),(1186,26,'_wp_old_date','2021-05-18'),(1187,27,'_menu_item_menu_item_parent','0'),(1188,27,'_menu_item_target',''),(1189,27,'_menu_item_xfn',''),(1190,27,'_menu_item_url',''),(1191,27,'_wp_old_date','2021-05-18'),(1192,248,'_menu_item_menu_item_parent','0'),(1193,248,'_menu_item_target',''),(1194,248,'_menu_item_xfn',''),(1195,248,'_menu_item_url',''),(1196,248,'_wp_old_date','2021-05-18'),(1197,344,'_elementor_edit_mode','builder'),(1198,344,'_elementor_template_type','wp-page'),(1199,344,'_elementor_version','3.6.1'),(1200,344,'_wp_page_template','default'),(1201,344,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1202,344,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1204,344,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1205,344,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1206,344,'_elementor_pro_version','3.0.5'),(1208,345,'_elementor_edit_mode','builder'),(1209,345,'_elementor_template_type','wp-page'),(1210,345,'_elementor_version','3.6.1'),(1211,345,'_wp_page_template','default'),(1212,345,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1213,345,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1215,345,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1216,345,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1217,345,'_elementor_pro_version','3.0.5'),(1219,346,'_elementor_edit_mode','builder'),(1220,346,'_elementor_template_type','wp-page'),(1221,346,'_elementor_version','3.6.1'),(1222,346,'_wp_page_template','default'),(1223,346,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1224,346,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1226,346,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1227,346,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1228,346,'_elementor_pro_version','3.0.5'),(1240,348,'_menu_item_type','post_type'),(1241,348,'_menu_item_menu_item_parent','0'),(1242,348,'_menu_item_object_id','341'),(1243,348,'_menu_item_object','page'),(1244,348,'_menu_item_target',''),(1245,348,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1246,348,'_menu_item_xfn',''),(1247,348,'_menu_item_url',''),(1249,349,'_elementor_edit_mode','builder'),(1250,349,'_elementor_template_type','wp-page'),(1251,349,'_elementor_version','3.6.1'),(1252,349,'_wp_page_template','default'),(1253,349,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1254,349,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1256,349,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1257,349,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1258,349,'_elementor_pro_version','3.0.5'),(1259,350,'_elementor_edit_mode','builder'),(1260,350,'_elementor_template_type','wp-page'),(1261,350,'_elementor_version','3.6.1'),(1262,350,'_wp_page_template','default'),(1263,350,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Shop\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Products.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1264,350,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1266,350,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1267,350,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1268,350,'_elementor_pro_version','3.0.5'),(1269,351,'_elementor_edit_mode','builder'),(1270,351,'_elementor_template_type','wp-page'),(1271,351,'_elementor_version','3.6.1'),(1272,351,'_wp_page_template','default'),(1273,351,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1274,351,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1276,351,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1277,351,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1278,351,'_elementor_pro_version','3.0.5'),(1279,352,'_wp_attached_file','2022/03/Video-Ads-Architect.png'),(1280,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:771;s:6:\"height\";i:453;s:4:\"file\";s:31:\"2022/03/Video-Ads-Architect.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Video-Ads-Architect-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Video-Ads-Architect-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Video-Ads-Architect-768x451.png\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:31:\"Video-Ads-Architect-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1291,354,'_elementor_edit_mode','builder'),(1292,354,'_elementor_template_type','wp-page'),(1293,354,'_elementor_version','3.6.1'),(1294,354,'_wp_page_template','default'),(1295,354,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1296,354,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1298,354,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1299,354,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1300,354,'_elementor_pro_version','3.0.5'),(1301,355,'_elementor_edit_mode','builder'),(1302,355,'_elementor_template_type','wp-page'),(1303,355,'_elementor_version','3.6.1'),(1304,355,'_wp_page_template','default'),(1305,355,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg\",\"id\":334,\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets\",\"description\":\"Do you need a Power Backup for your Laptop, Phones, and other Gadgets?\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1306,355,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1308,355,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1309,355,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1310,355,'_elementor_pro_version','3.0.5'),(1311,356,'_elementor_edit_mode','builder'),(1312,356,'_elementor_template_type','wp-page'),(1313,356,'_elementor_version','3.6.1'),(1314,356,'_wp_page_template','default'),(1315,356,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1316,356,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1318,356,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1319,356,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1320,356,'_elementor_pro_version','3.0.5'),(1321,357,'_elementor_edit_mode','builder'),(1322,357,'_elementor_template_type','wp-page'),(1323,357,'_elementor_version','3.6.1'),(1324,357,'_wp_page_template','default'),(1325,357,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1326,357,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1328,357,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1329,357,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1330,357,'_elementor_pro_version','3.0.5'),(1331,358,'_elementor_edit_mode','builder'),(1332,358,'_elementor_template_type','wp-page'),(1333,358,'_elementor_version','3.6.1'),(1334,358,'_wp_page_template','default'),(1335,358,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/solarpowerbank\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1336,358,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1338,358,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1339,358,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1340,358,'_elementor_pro_version','3.0.5'),(1341,359,'_elementor_edit_mode','builder'),(1342,359,'_elementor_template_type','wp-page'),(1343,359,'_elementor_version','3.6.1'),(1344,359,'_wp_page_template','default'),(1345,359,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1346,359,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1348,359,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1349,359,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1350,359,'_elementor_pro_version','3.0.5'),(1361,361,'_wp_attached_file','2022/03/Story-Monarch.png'),(1362,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:452;s:4:\"file\";s:25:\"2022/03/Story-Monarch.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Story-Monarch-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Story-Monarch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:25:\"Story-Monarch-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1363,362,'_elementor_edit_mode','builder'),(1364,362,'_elementor_template_type','wp-page'),(1365,362,'_elementor_version','3.6.1'),(1366,362,'_wp_page_template','default'),(1367,362,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1368,362,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1370,362,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1371,362,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1372,362,'_elementor_pro_version','3.0.5'),(1373,363,'_elementor_edit_mode','builder'),(1374,363,'_elementor_template_type','wp-page'),(1375,363,'_elementor_version','3.6.1'),(1376,363,'_wp_page_template','default'),(1377,363,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"bf0f6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1378,363,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1380,363,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1381,363,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1382,363,'_elementor_pro_version','3.0.5'),(1383,364,'_elementor_edit_mode','builder'),(1384,364,'_elementor_template_type','wp-page'),(1385,364,'_elementor_version','3.6.1'),(1386,364,'_wp_page_template','default'),(1387,364,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1388,364,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1390,364,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1391,364,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1392,364,'_elementor_pro_version','3.0.5'),(1393,365,'_elementor_edit_mode','builder'),(1394,365,'_elementor_template_type','wp-page'),(1395,365,'_elementor_version','3.6.1'),(1396,365,'_wp_page_template','default'),(1397,365,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1398,365,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1400,365,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1401,365,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1402,365,'_elementor_pro_version','3.0.5'),(1403,366,'_elementor_edit_mode','builder'),(1404,366,'_elementor_template_type','wp-page'),(1405,366,'_elementor_version','3.6.1'),(1406,366,'_wp_page_template','default'),(1407,366,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1408,366,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1410,366,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1411,366,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1412,366,'_elementor_pro_version','3.0.5'),(1413,367,'_elementor_edit_mode','builder'),(1414,367,'_elementor_template_type','wp-page'),(1415,367,'_elementor_version','3.6.1'),(1416,367,'_wp_page_template','default'),(1417,367,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1418,367,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1420,367,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1421,367,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1422,367,'_elementor_pro_version','3.0.5'),(1423,368,'_wp_attached_file','2022/03/Motion.png'),(1424,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:994;s:4:\"file\";s:18:\"2022/03/Motion.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Motion-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Motion-1024x636.png\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Motion-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Motion-768x477.png\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"Motion-1536x954.png\";s:5:\"width\";i:1536;s:6:\"height\";i:954;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:18:\"Motion-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1425,369,'_elementor_edit_mode','builder'),(1426,369,'_elementor_template_type','wp-page'),(1427,369,'_elementor_version','3.6.1'),(1428,369,'_wp_page_template','default'),(1429,369,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1430,369,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1432,369,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1433,369,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1434,369,'_elementor_pro_version','3.0.5'),(1435,370,'_elementor_edit_mode','builder'),(1436,370,'_elementor_template_type','wp-page'),(1437,370,'_elementor_version','3.6.1'),(1438,370,'_wp_page_template','default'),(1439,370,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"d8680eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1440,370,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1442,370,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1443,370,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1444,370,'_elementor_pro_version','3.0.5'),(1445,371,'_elementor_edit_mode','builder'),(1446,371,'_elementor_template_type','wp-page'),(1447,371,'_elementor_version','3.6.1'),(1448,371,'_wp_page_template','default'),(1449,371,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1450,371,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1452,371,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1453,371,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1454,371,'_elementor_pro_version','3.0.5'),(1455,372,'_elementor_edit_mode','builder'),(1456,372,'_elementor_template_type','wp-page'),(1457,372,'_elementor_version','3.6.1'),(1458,372,'_wp_page_template','default'),(1459,372,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1460,372,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1462,372,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1463,372,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1464,372,'_elementor_pro_version','3.0.5'),(1465,373,'_elementor_edit_mode','builder'),(1466,373,'_elementor_template_type','wp-page'),(1467,373,'_elementor_version','3.6.1'),(1468,373,'_wp_page_template','default'),(1469,373,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1470,373,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1472,373,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1473,373,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1474,373,'_elementor_pro_version','3.0.5'),(1475,374,'_elementor_edit_mode','builder'),(1476,374,'_elementor_template_type','wp-page'),(1477,374,'_elementor_version','3.6.1'),(1478,374,'_wp_page_template','default'),(1479,374,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1480,374,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1482,374,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1483,374,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1484,374,'_elementor_pro_version','3.0.5'),(1495,376,'_wp_attached_file','2022/03/Slide-Machine.png'),(1496,376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:774;s:6:\"height\";i:455;s:4:\"file\";s:25:\"2022/03/Slide-Machine.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Slide-Machine-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Slide-Machine-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Slide-Machine-768x451.png\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:25:\"Slide-Machine-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1497,377,'_elementor_edit_mode','builder'),(1498,377,'_elementor_template_type','wp-page'),(1499,377,'_elementor_version','3.6.1'),(1500,377,'_wp_page_template','default'),(1501,377,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1502,377,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1504,377,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1505,377,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1506,377,'_elementor_pro_version','3.0.5'),(1507,378,'_elementor_edit_mode','builder'),(1508,378,'_elementor_template_type','wp-page'),(1509,378,'_elementor_version','3.6.1'),(1510,378,'_wp_page_template','default'),(1511,378,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1512,378,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1514,378,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1515,378,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1516,378,'_elementor_pro_version','3.0.5'),(1517,379,'_elementor_edit_mode','builder'),(1518,379,'_elementor_template_type','wp-page'),(1519,379,'_elementor_version','3.6.1'),(1520,379,'_wp_page_template','default'),(1521,379,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1522,379,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1524,379,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1525,379,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1526,379,'_elementor_pro_version','3.0.5'),(1527,380,'_elementor_edit_mode','builder'),(1528,380,'_elementor_template_type','wp-page'),(1529,380,'_elementor_version','3.6.1'),(1530,380,'_wp_page_template','default'),(1531,380,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1532,380,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1534,380,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1535,380,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1536,380,'_elementor_pro_version','3.0.5'),(1537,381,'_elementor_edit_mode','builder'),(1538,381,'_elementor_template_type','wp-page'),(1539,381,'_elementor_version','3.6.1'),(1540,381,'_wp_page_template','default'),(1541,381,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1542,381,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1544,381,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1545,381,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1546,381,'_elementor_pro_version','3.0.5'),(1547,382,'_elementor_edit_mode','builder'),(1548,382,'_elementor_template_type','wp-page'),(1549,382,'_elementor_version','3.6.1'),(1550,382,'_wp_page_template','default'),(1551,382,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1552,382,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1554,382,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1555,382,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1556,382,'_elementor_pro_version','3.0.5'),(1557,383,'_wp_attached_file','2022/03/Custom.png'),(1558,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:786;s:6:\"height\";i:462;s:4:\"file\";s:18:\"2022/03/Custom.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Custom-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Custom-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Custom-768x451.png\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:18:\"Custom-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1559,384,'_elementor_edit_mode','builder'),(1560,384,'_elementor_template_type','wp-page'),(1561,384,'_elementor_version','3.6.1'),(1562,384,'_wp_page_template','default'),(1563,384,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1564,384,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1566,384,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1567,384,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1568,384,'_elementor_pro_version','3.0.5'),(1569,385,'_elementor_edit_mode','builder'),(1570,385,'_elementor_template_type','wp-page'),(1571,385,'_elementor_version','3.6.1'),(1572,385,'_wp_page_template','default'),(1573,385,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1574,385,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1576,385,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1577,385,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1578,385,'_elementor_pro_version','3.0.5'),(1579,386,'_elementor_edit_mode','builder'),(1580,386,'_elementor_template_type','wp-page'),(1581,386,'_elementor_version','3.6.1'),(1582,386,'_wp_page_template','default'),(1583,386,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1584,386,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1586,386,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1587,386,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1588,386,'_elementor_pro_version','3.0.5'),(1589,387,'_elementor_edit_mode','builder'),(1590,387,'_elementor_template_type','wp-page'),(1591,387,'_elementor_version','3.6.1'),(1592,387,'_wp_page_template','default'),(1593,387,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1594,387,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1596,387,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1597,387,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1598,387,'_elementor_pro_version','3.0.5'),(1599,388,'_elementor_edit_mode','builder'),(1600,388,'_elementor_template_type','wp-page'),(1601,388,'_elementor_version','3.6.1'),(1602,388,'_wp_page_template','default'),(1603,388,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1604,388,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1606,388,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1607,388,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1608,388,'_elementor_pro_version','3.0.5'),(1609,389,'_elementor_edit_mode','builder'),(1610,389,'_elementor_template_type','wp-page'),(1611,389,'_elementor_version','3.6.1'),(1612,389,'_wp_page_template','default'),(1613,389,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1614,389,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1616,389,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1617,389,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1618,389,'_elementor_pro_version','3.0.5'),(1630,391,'_elementor_edit_mode','builder'),(1631,391,'_elementor_template_type','wp-page'),(1632,391,'_elementor_version','3.6.1'),(1633,391,'_wp_page_template','default'),(1634,391,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1635,391,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1637,391,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1638,391,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1639,391,'_elementor_pro_version','3.0.5'),(1641,392,'_elementor_edit_mode','builder'),(1642,392,'_elementor_template_type','wp-page'),(1643,392,'_elementor_version','3.6.1'),(1644,392,'_wp_page_template','default'),(1645,392,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1646,392,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1648,392,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1649,392,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1650,392,'_elementor_pro_version','3.0.5'),(1652,393,'_elementor_edit_mode','builder'),(1653,393,'_elementor_template_type','wp-page'),(1654,393,'_elementor_version','3.6.1'),(1655,393,'_wp_page_template','default'),(1656,393,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1657,393,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1659,393,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1660,393,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(1661,393,'_elementor_pro_version','3.0.5'),(1666,396,'default','0'),(1667,395,'_edit_last','1'),(1668,395,'_tve_js_modules_gutenberg','a:0:{}'),(1669,395,'_edit_lock','1648992977:1'),(1670,395,'tcb2_ready','1'),(1671,397,'_wp_attached_file','2022/04/tve-lp-vidjack.zip'),(1672,398,'_wp_attached_file','2022/04/VJ-FE-02-LogoBody-01.png'),(1673,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:36;s:4:\"file\";s:32:\"2022/04/VJ-FE-02-LogoBody-01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"VJ-FE-02-LogoBody-01-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1674,399,'_wp_attached_file','2022/04/VJ-FE-03-ImageBody-01.png'),(1675,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:237;s:6:\"height\";i:24;s:4:\"file\";s:33:\"2022/04/VJ-FE-03-ImageBody-01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-03-ImageBody-01-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1676,400,'_wp_attached_file','2022/04/VJ-FE-04-ImageBody-02.png'),(1677,400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:292;s:6:\"height\";i:50;s:4:\"file\";s:33:\"2022/04/VJ-FE-04-ImageBody-02.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-04-ImageBody-02-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1678,401,'_wp_attached_file','2022/04/VJ-FE-05-IconBody-01.png'),(1679,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:32:\"2022/04/VJ-FE-05-IconBody-01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-05-IconBody-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1680,402,'_wp_attached_file','2022/04/VJ-FE-06-IconBody-02.png'),(1681,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:32:\"2022/04/VJ-FE-06-IconBody-02.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-06-IconBody-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1682,403,'_wp_attached_file','2022/04/VJ-FE-07-IconBody-03.png'),(1683,403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:32:\"2022/04/VJ-FE-07-IconBody-03.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-07-IconBody-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1684,404,'_wp_attached_file','2022/04/VJ-FE-08-IconBody-04.png'),(1685,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:32:\"2022/04/VJ-FE-08-IconBody-04.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-08-IconBody-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1686,405,'_wp_attached_file','2022/04/VJ-FE-09-IconBody-05.png'),(1687,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:32:\"2022/04/VJ-FE-09-IconBody-05.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-09-IconBody-05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1688,406,'_wp_attached_file','2022/04/VD_FE_NewIcon01.png'),(1689,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:161;s:4:\"file\";s:27:\"2022/04/VD_FE_NewIcon01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"VD_FE_NewIcon01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1690,407,'_wp_attached_file','2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM.png'),(1691,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1576;s:6:\"height\";i:1430;s:4:\"file\";s:48:\"2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2021-03-03-at-7.34.22-PM-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2021-03-03-at-7.34.22-PM-1024x929.png\";s:5:\"width\";i:1024;s:6:\"height\";i:929;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2021-03-03-at-7.34.22-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2021-03-03-at-7.34.22-PM-768x697.png\";s:5:\"width\";i:768;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1692,408,'_wp_attached_file','2022/04/VJ-FE-13-ImageBody-04.png'),(1693,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:15;s:4:\"file\";s:33:\"2022/04/VJ-FE-13-ImageBody-04.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1694,409,'_wp_attached_file','2022/04/randalltempleton.png'),(1695,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:28:\"2022/04/randalltempleton.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"randalltempleton-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"randalltempleton-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1696,410,'_wp_attached_file','2022/04/review111.png'),(1697,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:21:\"2022/04/review111.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"review111-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"review111-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1698,411,'_wp_attached_file','2022/04/VD_FE_NewImage01.png'),(1699,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:722;s:4:\"file\";s:28:\"2022/04/VD_FE_NewImage01.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"VD_FE_NewImage01-247x300.png\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"VD_FE_NewImage01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1700,412,'_wp_attached_file','2022/04/VJ-FE-14-ImageBody-05.png'),(1701,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:11;s:4:\"file\";s:33:\"2022/04/VJ-FE-14-ImageBody-05.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-14-ImageBody-05-150x11.png\";s:5:\"width\";i:150;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1702,413,'_wp_attached_file','2022/04/VJ-FE-17-IconBody-06.png'),(1703,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-17-IconBody-06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-17-IconBody-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1704,414,'_wp_attached_file','2022/04/VJ-FE-18-IconBody-07.png'),(1705,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-18-IconBody-07.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-18-IconBody-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1706,415,'_wp_attached_file','2022/04/VJ-FE-19-IconBody-08.png'),(1707,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-19-IconBody-08.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-19-IconBody-08-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1708,416,'_wp_attached_file','2022/04/VJ-FE-20-IconBody-09.png'),(1709,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:32:\"2022/04/VJ-FE-20-IconBody-09.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-20-IconBody-09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1710,417,'_wp_attached_file','2022/04/VJ-FE-21-IconBody-10.png'),(1711,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:32:\"2022/04/VJ-FE-21-IconBody-10.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-21-IconBody-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1712,418,'_wp_attached_file','2022/04/VJ-FE-22-IconBody-11.png'),(1713,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:32:\"2022/04/VJ-FE-22-IconBody-11.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-22-IconBody-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1714,419,'_wp_attached_file','2022/04/VJ-FE-23-IconBody-12.png'),(1715,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:32:\"2022/04/VJ-FE-23-IconBody-12.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-23-IconBody-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1716,420,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter01-2.png'),(1717,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:667;s:4:\"file\";s:33:\"2022/04/VJ_FE_BeforeAfter01-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter01-2-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"VJ_FE_BeforeAfter01-2-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter01-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter01-2-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1718,421,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter02.png'),(1719,421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:668;s:4:\"file\";s:31:\"2022/04/VJ_FE_BeforeAfter02.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"VJ_FE_BeforeAfter02-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"VJ_FE_BeforeAfter02-1024x524.png\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"VJ_FE_BeforeAfter02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"VJ_FE_BeforeAfter02-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1720,422,'_wp_attached_file','2022/04/VJ-FE-27-IconBody-13.png'),(1721,422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-27-IconBody-13.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-27-IconBody-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1722,423,'_wp_attached_file','2022/04/VJ-FE-28-IconBody-14.png'),(1723,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-28-IconBody-14.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-28-IconBody-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1724,424,'_wp_attached_file','2022/04/VJ-FE-29-IconBody-15.png'),(1725,424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-29-IconBody-15.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-29-IconBody-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1726,425,'_wp_attached_file','2022/04/VJ-FE-30-IconBody-16.png'),(1727,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-30-IconBody-16.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-30-IconBody-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1728,426,'_wp_attached_file','2022/04/VJ-FE-31-IconBody-17.png'),(1729,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-31-IconBody-17.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-31-IconBody-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1730,427,'_wp_attached_file','2022/04/VJ-FE-32-IconBody-18.png'),(1731,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:32:\"2022/04/VJ-FE-32-IconBody-18.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-32-IconBody-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1732,428,'_wp_attached_file','2022/04/VJ_FE_Screenshots01-2.png'),(1733,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:1268;s:4:\"file\";s:33:\"2022/04/VJ_FE_Screenshots01-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ_FE_Screenshots01-2-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"VJ_FE_Screenshots01-2-917x1024.png\";s:5:\"width\";i:917;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ_FE_Screenshots01-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"VJ_FE_Screenshots01-2-768x857.png\";s:5:\"width\";i:768;s:6:\"height\";i:857;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1734,429,'_wp_attached_file','2022/04/VJ-FE-36-IconBody-19.png'),(1735,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-36-IconBody-19.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-36-IconBody-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1736,430,'_wp_attached_file','2022/04/VJ-FE-37-IconBody-20.png'),(1737,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-37-IconBody-20.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-37-IconBody-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1738,431,'_wp_attached_file','2022/04/VJ-FE-38-IconBody-21.png'),(1739,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-38-IconBody-21.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-38-IconBody-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1740,432,'_wp_attached_file','2022/04/VJ-FE-39-IconBody-22.png'),(1741,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-39-IconBody-22.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-39-IconBody-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1742,433,'_wp_attached_file','2022/04/VJ-FE-40-IconBody-23.png'),(1743,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-40-IconBody-23.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-40-IconBody-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1744,434,'_wp_attached_file','2022/04/VJ-FE-41-IconBody-24.png'),(1745,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-41-IconBody-24.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-41-IconBody-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1746,435,'_wp_attached_file','2022/04/VJ-FE-42-IconBody-25.png'),(1747,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-42-IconBody-25.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-42-IconBody-25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1748,436,'_wp_attached_file','2022/04/VJ-FE-43-IconBody-26.png'),(1749,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-43-IconBody-26.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-43-IconBody-26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1750,437,'_wp_attached_file','2022/04/VJ-FE-44-IconBody-27.png'),(1751,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-44-IconBody-27.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-44-IconBody-27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1752,438,'_wp_attached_file','2022/04/VJ-FE-45-IconBody-28.png'),(1753,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-45-IconBody-28.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-45-IconBody-28-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1754,439,'_wp_attached_file','2022/04/VJ-FE-46-IconBody-29.png'),(1755,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-46-IconBody-29.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-46-IconBody-29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1756,440,'_wp_attached_file','2022/04/VJ-FE-47-IconBody-30.png'),(1757,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2022/04/VJ-FE-47-IconBody-30.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-47-IconBody-30-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1758,441,'_wp_attached_file','2022/04/VJ-FE-48-IconBody-31.png'),(1759,441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:74;s:4:\"file\";s:32:\"2022/04/VJ-FE-48-IconBody-31.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1760,442,'_wp_attached_file','2022/04/Simon-Duenow-150x150-1.png'),(1761,442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:34:\"2022/04/Simon-Duenow-150x150-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Simon-Duenow-150x150-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1762,443,'_wp_attached_file','2022/04/VJ-FE-52-LogoBody-02.png'),(1763,443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:159;s:4:\"file\";s:32:\"2022/04/VJ-FE-52-LogoBody-02.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"VJ-FE-52-LogoBody-02-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-52-LogoBody-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1764,444,'_wp_attached_file','2022/04/Vidjack-A.png'),(1765,444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2239;s:6:\"height\";i:1154;s:4:\"file\";s:21:\"2022/04/Vidjack-A.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Vidjack-A-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Vidjack-A-1024x528.png\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Vidjack-A-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Vidjack-A-768x396.png\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1766,445,'_wp_attached_file','2022/04/Step-1.png'),(1767,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1039;s:6:\"height\";i:655;s:4:\"file\";s:18:\"2022/04/Step-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Step-1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Step-1-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Step-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Step-1-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1768,446,'_wp_attached_file','2022/04/VJ-FE-55-ImageBody-13.png'),(1769,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:68;s:4:\"file\";s:33:\"2022/04/VJ-FE-55-ImageBody-13.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"VJ-FE-55-ImageBody-13-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-55-ImageBody-13-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1770,447,'_wp_attached_file','2022/04/step-2.png'),(1771,447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1039;s:6:\"height\";i:655;s:4:\"file\";s:18:\"2022/04/step-2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"step-2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"step-2-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"step-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1772,448,'_wp_attached_file','2022/04/VJ-FE-02-LogoBody-01-1.png'),(1773,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:36;s:4:\"file\";s:34:\"2022/04/VJ-FE-02-LogoBody-01-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-02-LogoBody-01-1-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1774,449,'_wp_attached_file','2022/04/VJ-FE-03-ImageBody-01-1.png'),(1775,449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:237;s:6:\"height\";i:24;s:4:\"file\";s:35:\"2022/04/VJ-FE-03-ImageBody-01-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-03-ImageBody-01-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1776,450,'_wp_attached_file','2022/04/VJ-FE-04-ImageBody-02-1.png'),(1777,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:292;s:6:\"height\";i:50;s:4:\"file\";s:35:\"2022/04/VJ-FE-04-ImageBody-02-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-04-ImageBody-02-1-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1778,451,'_wp_attached_file','2022/04/VJ-FE-05-IconBody-01-1.png'),(1779,451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-05-IconBody-01-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-05-IconBody-01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1780,452,'_wp_attached_file','2022/04/VJ-FE-06-IconBody-02-1.png'),(1781,452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-06-IconBody-02-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-06-IconBody-02-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1782,453,'_wp_attached_file','2022/04/VJ-FE-07-IconBody-03-1.png'),(1783,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-07-IconBody-03-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-07-IconBody-03-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1784,454,'_wp_attached_file','2022/04/VJ-FE-08-IconBody-04-1.png'),(1785,454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-08-IconBody-04-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-08-IconBody-04-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1786,455,'_wp_attached_file','2022/04/VJ-FE-09-IconBody-05-1.png'),(1787,455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-09-IconBody-05-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-09-IconBody-05-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1788,456,'_wp_attached_file','2022/04/VD_FE_NewIcon01-1.png'),(1789,456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:161;s:4:\"file\";s:29:\"2022/04/VD_FE_NewIcon01-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VD_FE_NewIcon01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1790,457,'_wp_attached_file','2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-1.png');
INSERT INTO `wpjn_postmeta` VALUES (1791,457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1576;s:6:\"height\";i:1430;s:4:\"file\";s:50:\"2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-1-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2021-03-03-at-7.34.22-PM-1-1024x929.png\";s:5:\"width\";i:1024;s:6:\"height\";i:929;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-1-768x697.png\";s:5:\"width\";i:768;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1792,458,'_wp_attached_file','2022/04/VJ-FE-13-ImageBody-04-1.png'),(1793,458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:15;s:4:\"file\";s:35:\"2022/04/VJ-FE-13-ImageBody-04-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1794,459,'_wp_attached_file','2022/04/randalltempleton-1.png'),(1795,459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:30:\"2022/04/randalltempleton-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"randalltempleton-1-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"randalltempleton-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1796,460,'_wp_attached_file','2022/04/review111-1.png'),(1797,460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:23:\"2022/04/review111-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"review111-1-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"review111-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1798,461,'_wp_attached_file','2022/04/VD_FE_NewImage01-1.png'),(1799,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:722;s:4:\"file\";s:30:\"2022/04/VD_FE_NewImage01-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"VD_FE_NewImage01-1-247x300.png\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"VD_FE_NewImage01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1800,462,'_wp_attached_file','2022/04/VJ-FE-14-ImageBody-05-1.png'),(1801,462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:11;s:4:\"file\";s:35:\"2022/04/VJ-FE-14-ImageBody-05-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-14-ImageBody-05-1-150x11.png\";s:5:\"width\";i:150;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1802,463,'_wp_attached_file','2022/04/VJ-FE-17-IconBody-06-1.png'),(1803,463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-17-IconBody-06-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-17-IconBody-06-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1804,464,'_wp_attached_file','2022/04/VJ-FE-18-IconBody-07-1.png'),(1805,464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-18-IconBody-07-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-18-IconBody-07-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1806,465,'_wp_attached_file','2022/04/VJ-FE-19-IconBody-08-1.png'),(1807,465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-19-IconBody-08-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-19-IconBody-08-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1808,466,'_wp_attached_file','2022/04/VJ-FE-20-IconBody-09-1.png'),(1809,466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-20-IconBody-09-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-20-IconBody-09-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1810,467,'_wp_attached_file','2022/04/VJ-FE-21-IconBody-10-1.png'),(1811,467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-21-IconBody-10-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-21-IconBody-10-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1812,468,'_wp_attached_file','2022/04/VJ-FE-22-IconBody-11-1.png'),(1813,468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-22-IconBody-11-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-22-IconBody-11-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1814,469,'_wp_attached_file','2022/04/VJ-FE-23-IconBody-12-1.png'),(1815,469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-23-IconBody-12-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-23-IconBody-12-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1816,470,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter01-2-1.png'),(1817,470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2022/04/VJ_FE_BeforeAfter01-2-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-1-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"VJ_FE_BeforeAfter01-2-1-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-1-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1818,471,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter02-1.png'),(1819,471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:668;s:4:\"file\";s:33:\"2022/04/VJ_FE_BeforeAfter02-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-1-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"VJ_FE_BeforeAfter02-1-1024x524.png\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-1-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1820,472,'_wp_attached_file','2022/04/VJ-FE-27-IconBody-13-1.png'),(1821,472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-27-IconBody-13-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-27-IconBody-13-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1822,473,'_wp_attached_file','2022/04/VJ-FE-28-IconBody-14-1.png'),(1823,473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-28-IconBody-14-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-28-IconBody-14-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1824,474,'_wp_attached_file','2022/04/VJ-FE-29-IconBody-15-1.png'),(1825,474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-29-IconBody-15-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-29-IconBody-15-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1826,475,'_wp_attached_file','2022/04/VJ-FE-30-IconBody-16-1.png'),(1827,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-30-IconBody-16-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-30-IconBody-16-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1828,476,'_wp_attached_file','2022/04/VJ-FE-31-IconBody-17-1.png'),(1829,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-31-IconBody-17-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-31-IconBody-17-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1830,477,'_wp_attached_file','2022/04/VJ-FE-32-IconBody-18-1.png'),(1831,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-32-IconBody-18-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-32-IconBody-18-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1832,478,'_wp_attached_file','2022/04/VJ_FE_Screenshots01-2-1.png'),(1833,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:1268;s:4:\"file\";s:35:\"2022/04/VJ_FE_Screenshots01-2-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-1-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"VJ_FE_Screenshots01-2-1-917x1024.png\";s:5:\"width\";i:917;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-1-768x857.png\";s:5:\"width\";i:768;s:6:\"height\";i:857;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1834,479,'_wp_attached_file','2022/04/VJ-FE-36-IconBody-19-1.png'),(1835,479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-36-IconBody-19-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-36-IconBody-19-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1836,480,'_wp_attached_file','2022/04/VJ-FE-37-IconBody-20-1.png'),(1837,480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-37-IconBody-20-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-37-IconBody-20-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1838,481,'_wp_attached_file','2022/04/VJ-FE-38-IconBody-21-1.png'),(1839,481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-38-IconBody-21-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-38-IconBody-21-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1840,482,'_wp_attached_file','2022/04/VJ-FE-39-IconBody-22-1.png'),(1841,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-39-IconBody-22-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-39-IconBody-22-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1842,483,'_wp_attached_file','2022/04/VJ-FE-40-IconBody-23-1.png'),(1843,483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-40-IconBody-23-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-40-IconBody-23-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1844,484,'_wp_attached_file','2022/04/VJ-FE-41-IconBody-24-1.png'),(1845,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-41-IconBody-24-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-41-IconBody-24-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1846,485,'_wp_attached_file','2022/04/VJ-FE-42-IconBody-25-1.png'),(1847,485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-42-IconBody-25-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-42-IconBody-25-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1848,486,'_wp_attached_file','2022/04/VJ-FE-43-IconBody-26-1.png'),(1849,486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-43-IconBody-26-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-43-IconBody-26-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1850,487,'_wp_attached_file','2022/04/VJ-FE-44-IconBody-27-1.png'),(1851,487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-44-IconBody-27-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-44-IconBody-27-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1852,488,'_wp_attached_file','2022/04/VJ-FE-45-IconBody-28-1.png'),(1853,488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-45-IconBody-28-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-45-IconBody-28-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1854,489,'_wp_attached_file','2022/04/VJ-FE-46-IconBody-29-1.png'),(1855,489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-46-IconBody-29-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-46-IconBody-29-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1856,490,'_wp_attached_file','2022/04/VJ-FE-47-IconBody-30-1.png'),(1857,490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-47-IconBody-30-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-47-IconBody-30-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1858,491,'_wp_attached_file','2022/04/VJ-FE-48-IconBody-31-1.png'),(1859,491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:74;s:4:\"file\";s:34:\"2022/04/VJ-FE-48-IconBody-31-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1860,492,'_wp_attached_file','2022/04/Simon-Duenow-150x150-1-1.png'),(1861,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:36:\"2022/04/Simon-Duenow-150x150-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Simon-Duenow-150x150-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1862,493,'_wp_attached_file','2022/04/VJ-FE-52-LogoBody-02-1.png'),(1863,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:159;s:4:\"file\";s:34:\"2022/04/VJ-FE-52-LogoBody-02-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-52-LogoBody-02-1-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-52-LogoBody-02-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1864,494,'_wp_attached_file','2022/04/Vidjack-A-1.png'),(1865,494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2239;s:6:\"height\";i:1154;s:4:\"file\";s:23:\"2022/04/Vidjack-A-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Vidjack-A-1-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Vidjack-A-1-1024x528.png\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Vidjack-A-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Vidjack-A-1-768x396.png\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1866,495,'_wp_attached_file','2022/04/Step-1-1.png'),(1867,495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1039;s:6:\"height\";i:655;s:4:\"file\";s:20:\"2022/04/Step-1-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Step-1-1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Step-1-1-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Step-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Step-1-1-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1868,496,'_wp_attached_file','2022/04/VJ-FE-55-ImageBody-13-1.png'),(1869,496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:68;s:4:\"file\";s:35:\"2022/04/VJ-FE-55-ImageBody-13-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"VJ-FE-55-ImageBody-13-1-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-55-ImageBody-13-1-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1870,497,'_wp_attached_file','2022/04/step-2-1.png'),(1871,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1039;s:6:\"height\";i:655;s:4:\"file\";s:20:\"2022/04/step-2-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"step-2-1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"step-2-1-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"step-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1872,498,'_wp_attached_file','2022/04/tve-lp-vidjack-export.zip'),(1873,499,'_wp_attached_file','2022/04/VJ-FE-02-LogoBody-01-2.png'),(1874,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:36;s:4:\"file\";s:34:\"2022/04/VJ-FE-02-LogoBody-01-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-02-LogoBody-01-2-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1875,500,'_wp_attached_file','2022/04/VJ-FE-03-ImageBody-01-2.png'),(1876,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:237;s:6:\"height\";i:24;s:4:\"file\";s:35:\"2022/04/VJ-FE-03-ImageBody-01-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-03-ImageBody-01-2-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1877,501,'_wp_attached_file','2022/04/VJ-FE-04-ImageBody-02-2.png'),(1878,501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:292;s:6:\"height\";i:50;s:4:\"file\";s:35:\"2022/04/VJ-FE-04-ImageBody-02-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-04-ImageBody-02-2-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1879,502,'_wp_attached_file','2022/04/VJ-FE-05-IconBody-01-2.png'),(1880,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-05-IconBody-01-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-05-IconBody-01-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1881,503,'_wp_attached_file','2022/04/VJ-FE-06-IconBody-02-2.png'),(1882,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-06-IconBody-02-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-06-IconBody-02-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1883,504,'_wp_attached_file','2022/04/VJ-FE-07-IconBody-03-2.png'),(1884,504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-07-IconBody-03-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-07-IconBody-03-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1885,505,'_wp_attached_file','2022/04/VJ-FE-08-IconBody-04-2.png'),(1886,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-08-IconBody-04-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-08-IconBody-04-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1887,506,'_wp_attached_file','2022/04/VJ-FE-09-IconBody-05-2.png'),(1888,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-09-IconBody-05-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-09-IconBody-05-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1889,507,'_wp_attached_file','2022/04/VD_FE_NewIcon01-2.png'),(1890,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:161;s:4:\"file\";s:29:\"2022/04/VD_FE_NewIcon01-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VD_FE_NewIcon01-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1891,508,'_wp_attached_file','2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-2.png'),(1892,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1576;s:6:\"height\";i:1430;s:4:\"file\";s:50:\"2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-2-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2021-03-03-at-7.34.22-PM-2-1024x929.png\";s:5:\"width\";i:1024;s:6:\"height\";i:929;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-2-768x697.png\";s:5:\"width\";i:768;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1893,509,'_wp_attached_file','2022/04/VJ-FE-13-ImageBody-04-2.png'),(1894,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:15;s:4:\"file\";s:35:\"2022/04/VJ-FE-13-ImageBody-04-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1895,510,'_wp_attached_file','2022/04/randalltempleton-2.png'),(1896,510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:30:\"2022/04/randalltempleton-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"randalltempleton-2-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"randalltempleton-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1897,511,'_wp_attached_file','2022/04/review111-2.png'),(1898,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:23:\"2022/04/review111-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"review111-2-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"review111-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1899,512,'_wp_attached_file','2022/04/VD_FE_NewImage01-2.png'),(1900,512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:722;s:4:\"file\";s:30:\"2022/04/VD_FE_NewImage01-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"VD_FE_NewImage01-2-247x300.png\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"VD_FE_NewImage01-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1901,513,'_wp_attached_file','2022/04/VJ-FE-14-ImageBody-05-2.png'),(1902,513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:11;s:4:\"file\";s:35:\"2022/04/VJ-FE-14-ImageBody-05-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-14-ImageBody-05-2-150x11.png\";s:5:\"width\";i:150;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1903,514,'_wp_attached_file','2022/04/VJ-FE-17-IconBody-06-2.png'),(1904,514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-17-IconBody-06-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-17-IconBody-06-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1905,515,'_wp_attached_file','2022/04/VJ-FE-18-IconBody-07-2.png'),(1906,515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-18-IconBody-07-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-18-IconBody-07-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1907,516,'_wp_attached_file','2022/04/VJ-FE-19-IconBody-08-2.png'),(1908,516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-19-IconBody-08-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-19-IconBody-08-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1909,517,'_wp_attached_file','2022/04/VJ-FE-20-IconBody-09-2.png'),(1910,517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-20-IconBody-09-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-20-IconBody-09-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1911,518,'_wp_attached_file','2022/04/VJ-FE-21-IconBody-10-2.png'),(1912,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-21-IconBody-10-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-21-IconBody-10-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1913,519,'_wp_attached_file','2022/04/VJ-FE-22-IconBody-11-2.png'),(1914,519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-22-IconBody-11-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-22-IconBody-11-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1915,520,'_wp_attached_file','2022/04/VJ-FE-23-IconBody-12-2.png'),(1916,520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-23-IconBody-12-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-23-IconBody-12-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1917,521,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter01-2-2.png'),(1918,521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2022/04/VJ_FE_BeforeAfter01-2-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-2-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"VJ_FE_BeforeAfter01-2-2-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-2-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1919,522,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter02-2.png'),(1920,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:668;s:4:\"file\";s:33:\"2022/04/VJ_FE_BeforeAfter02-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-2-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"VJ_FE_BeforeAfter02-2-1024x524.png\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-2-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1921,523,'_wp_attached_file','2022/04/VJ-FE-27-IconBody-13-2.png'),(1922,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-27-IconBody-13-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-27-IconBody-13-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1923,524,'_wp_attached_file','2022/04/VJ-FE-28-IconBody-14-2.png'),(1924,524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-28-IconBody-14-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-28-IconBody-14-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1925,525,'_wp_attached_file','2022/04/VJ-FE-29-IconBody-15-2.png'),(1926,525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-29-IconBody-15-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-29-IconBody-15-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1927,526,'_wp_attached_file','2022/04/VJ-FE-30-IconBody-16-2.png'),(1928,526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-30-IconBody-16-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-30-IconBody-16-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1929,527,'_wp_attached_file','2022/04/VJ-FE-31-IconBody-17-2.png'),(1930,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-31-IconBody-17-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-31-IconBody-17-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1931,528,'_wp_attached_file','2022/04/VJ-FE-32-IconBody-18-2.png'),(1932,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-32-IconBody-18-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-32-IconBody-18-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1933,529,'_wp_attached_file','2022/04/VJ_FE_Screenshots01-2-2.png'),(1934,529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:1268;s:4:\"file\";s:35:\"2022/04/VJ_FE_Screenshots01-2-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-2-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"VJ_FE_Screenshots01-2-2-917x1024.png\";s:5:\"width\";i:917;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-2-768x857.png\";s:5:\"width\";i:768;s:6:\"height\";i:857;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1935,530,'_wp_attached_file','2022/04/VJ-FE-36-IconBody-19-2.png'),(1936,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-36-IconBody-19-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-36-IconBody-19-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1937,531,'_wp_attached_file','2022/04/VJ-FE-37-IconBody-20-2.png'),(1938,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-37-IconBody-20-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-37-IconBody-20-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1939,532,'_wp_attached_file','2022/04/VJ-FE-38-IconBody-21-2.png'),(1940,532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-38-IconBody-21-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-38-IconBody-21-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1941,533,'_wp_attached_file','2022/04/VJ-FE-39-IconBody-22-2.png'),(1942,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-39-IconBody-22-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-39-IconBody-22-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1943,534,'_wp_attached_file','2022/04/VJ-FE-40-IconBody-23-2.png'),(1944,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-40-IconBody-23-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-40-IconBody-23-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1945,535,'_wp_attached_file','2022/04/VJ-FE-41-IconBody-24-2.png'),(1946,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-41-IconBody-24-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-41-IconBody-24-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1947,536,'_wp_attached_file','2022/04/VJ-FE-42-IconBody-25-2.png'),(1948,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-42-IconBody-25-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-42-IconBody-25-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1949,537,'_wp_attached_file','2022/04/VJ-FE-43-IconBody-26-2.png'),(1950,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-43-IconBody-26-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-43-IconBody-26-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1951,538,'_wp_attached_file','2022/04/VJ-FE-44-IconBody-27-2.png'),(1952,538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-44-IconBody-27-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-44-IconBody-27-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1953,539,'_wp_attached_file','2022/04/VJ-FE-45-IconBody-28-2.png'),(1954,539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-45-IconBody-28-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-45-IconBody-28-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1955,540,'_wp_attached_file','2022/04/VJ-FE-46-IconBody-29-2.png'),(1956,540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-46-IconBody-29-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-46-IconBody-29-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1957,541,'_wp_attached_file','2022/04/VJ-FE-47-IconBody-30-2.png'),(1958,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-47-IconBody-30-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-47-IconBody-30-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1959,542,'_wp_attached_file','2022/04/VJ-FE-48-IconBody-31-2.png'),(1960,542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:74;s:4:\"file\";s:34:\"2022/04/VJ-FE-48-IconBody-31-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1961,543,'_wp_attached_file','2022/04/Simon-Duenow-150x150-1-2.png'),(1962,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:36:\"2022/04/Simon-Duenow-150x150-1-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Simon-Duenow-150x150-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1963,544,'_wp_attached_file','2022/04/VJ-FE-52-LogoBody-02-2.png'),(1964,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:159;s:4:\"file\";s:34:\"2022/04/VJ-FE-52-LogoBody-02-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-52-LogoBody-02-2-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-52-LogoBody-02-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1965,545,'_wp_attached_file','2022/04/Vidjack-A-2.png'),(1966,545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2239;s:6:\"height\";i:1154;s:4:\"file\";s:23:\"2022/04/Vidjack-A-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Vidjack-A-2-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Vidjack-A-2-1024x528.png\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1967,546,'_wp_attached_file','2022/04/VJ-FE-02-LogoBody-01-3.png'),(1968,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:36;s:4:\"file\";s:34:\"2022/04/VJ-FE-02-LogoBody-01-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-02-LogoBody-01-3-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1969,547,'_wp_attached_file','2022/04/VJ-FE-03-ImageBody-01-3.png'),(1970,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:237;s:6:\"height\";i:24;s:4:\"file\";s:35:\"2022/04/VJ-FE-03-ImageBody-01-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-03-ImageBody-01-3-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1971,548,'_wp_attached_file','2022/04/VJ-FE-04-ImageBody-02-3.png'),(1972,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:292;s:6:\"height\";i:50;s:4:\"file\";s:35:\"2022/04/VJ-FE-04-ImageBody-02-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-04-ImageBody-02-3-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1973,549,'_wp_attached_file','2022/04/VJ-FE-05-IconBody-01-3.png'),(1974,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-05-IconBody-01-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-05-IconBody-01-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1975,550,'_wp_attached_file','2022/04/VJ-FE-06-IconBody-02-3.png'),(1976,550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-06-IconBody-02-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-06-IconBody-02-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1977,551,'_wp_attached_file','2022/04/VJ-FE-07-IconBody-03-3.png'),(1978,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-07-IconBody-03-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-07-IconBody-03-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1979,552,'_wp_attached_file','2022/04/VJ-FE-08-IconBody-04-3.png'),(1980,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-08-IconBody-04-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-08-IconBody-04-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1981,553,'_wp_attached_file','2022/04/VJ-FE-09-IconBody-05-3.png'),(1982,553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-09-IconBody-05-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-09-IconBody-05-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1983,554,'_wp_attached_file','2022/04/VD_FE_NewIcon01-3.png'),(1984,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:161;s:4:\"file\";s:29:\"2022/04/VD_FE_NewIcon01-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VD_FE_NewIcon01-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1985,555,'_wp_attached_file','2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-3.png'),(1986,555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1576;s:6:\"height\";i:1430;s:4:\"file\";s:50:\"2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-3-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2021-03-03-at-7.34.22-PM-3-1024x929.png\";s:5:\"width\";i:1024;s:6:\"height\";i:929;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-3-768x697.png\";s:5:\"width\";i:768;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1987,556,'_wp_attached_file','2022/04/VJ-FE-13-ImageBody-04-3.png'),(1988,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:15;s:4:\"file\";s:35:\"2022/04/VJ-FE-13-ImageBody-04-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1989,557,'_wp_attached_file','2022/04/randalltempleton-3.png'),(1990,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:30:\"2022/04/randalltempleton-3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"randalltempleton-3-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"randalltempleton-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1991,558,'_wp_attached_file','2022/04/review111-3.png'),(1992,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:23:\"2022/04/review111-3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"review111-3-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"review111-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1993,559,'_wp_attached_file','2022/04/VD_FE_NewImage01-3.png'),(1994,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:722;s:4:\"file\";s:30:\"2022/04/VD_FE_NewImage01-3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"VD_FE_NewImage01-3-247x300.png\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"VD_FE_NewImage01-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1995,560,'_wp_attached_file','2022/04/VJ-FE-14-ImageBody-05-3.png'),(1996,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:11;s:4:\"file\";s:35:\"2022/04/VJ-FE-14-ImageBody-05-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-14-ImageBody-05-3-150x11.png\";s:5:\"width\";i:150;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1997,561,'_wp_attached_file','2022/04/VJ-FE-17-IconBody-06-3.png'),(1998,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-17-IconBody-06-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-17-IconBody-06-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1999,562,'_wp_attached_file','2022/04/VJ-FE-18-IconBody-07-3.png'),(2000,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-18-IconBody-07-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-18-IconBody-07-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2001,563,'_wp_attached_file','2022/04/VJ-FE-19-IconBody-08-3.png'),(2002,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-19-IconBody-08-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-19-IconBody-08-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2003,564,'_wp_attached_file','2022/04/VJ-FE-20-IconBody-09-3.png'),(2004,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-20-IconBody-09-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-20-IconBody-09-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2005,565,'_wp_attached_file','2022/04/VJ-FE-21-IconBody-10-3.png'),(2006,565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-21-IconBody-10-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-21-IconBody-10-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2007,566,'_wp_attached_file','2022/04/VJ-FE-22-IconBody-11-3.png'),(2008,566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-22-IconBody-11-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-22-IconBody-11-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2009,567,'_wp_attached_file','2022/04/VJ-FE-23-IconBody-12-3.png'),(2010,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-23-IconBody-12-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-23-IconBody-12-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2011,568,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter01-2-3.png'),(2012,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2022/04/VJ_FE_BeforeAfter01-2-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-3-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"VJ_FE_BeforeAfter01-2-3-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-3-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2013,569,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter02-3.png'),(2014,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:668;s:4:\"file\";s:33:\"2022/04/VJ_FE_BeforeAfter02-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-3-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"VJ_FE_BeforeAfter02-3-1024x524.png\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-3-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2015,570,'_wp_attached_file','2022/04/VJ-FE-27-IconBody-13-3.png'),(2016,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-27-IconBody-13-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-27-IconBody-13-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2017,571,'_wp_attached_file','2022/04/VJ-FE-28-IconBody-14-3.png'),(2018,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-28-IconBody-14-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-28-IconBody-14-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2019,572,'_wp_attached_file','2022/04/VJ-FE-29-IconBody-15-3.png'),(2020,572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-29-IconBody-15-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-29-IconBody-15-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2021,573,'_wp_attached_file','2022/04/VJ-FE-30-IconBody-16-3.png'),(2022,573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-30-IconBody-16-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-30-IconBody-16-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2023,574,'_wp_attached_file','2022/04/VJ-FE-31-IconBody-17-3.png'),(2024,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-31-IconBody-17-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-31-IconBody-17-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2025,575,'_wp_attached_file','2022/04/VJ-FE-32-IconBody-18-3.png'),(2026,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-32-IconBody-18-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-32-IconBody-18-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2027,576,'_wp_attached_file','2022/04/VJ_FE_Screenshots01-2-3.png'),(2028,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:1268;s:4:\"file\";s:35:\"2022/04/VJ_FE_Screenshots01-2-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-3-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"VJ_FE_Screenshots01-2-3-917x1024.png\";s:5:\"width\";i:917;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-3-768x857.png\";s:5:\"width\";i:768;s:6:\"height\";i:857;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2029,577,'_wp_attached_file','2022/04/VJ-FE-36-IconBody-19-3.png'),(2030,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-36-IconBody-19-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-36-IconBody-19-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2031,578,'_wp_attached_file','2022/04/VJ-FE-37-IconBody-20-3.png'),(2032,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-37-IconBody-20-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-37-IconBody-20-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2033,579,'_wp_attached_file','2022/04/VJ-FE-38-IconBody-21-3.png'),(2034,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-38-IconBody-21-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-38-IconBody-21-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2035,580,'_wp_attached_file','2022/04/VJ-FE-39-IconBody-22-3.png'),(2036,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-39-IconBody-22-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-39-IconBody-22-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2037,581,'_wp_attached_file','2022/04/VJ-FE-40-IconBody-23-3.png'),(2038,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-40-IconBody-23-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-40-IconBody-23-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2039,582,'_wp_attached_file','2022/04/VJ-FE-41-IconBody-24-3.png'),(2040,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-41-IconBody-24-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-41-IconBody-24-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2041,583,'_wp_attached_file','2022/04/VJ-FE-42-IconBody-25-3.png'),(2042,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-42-IconBody-25-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-42-IconBody-25-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2043,584,'_wp_attached_file','2022/04/VJ-FE-43-IconBody-26-3.png'),(2044,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-43-IconBody-26-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-43-IconBody-26-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2045,585,'_wp_attached_file','2022/04/VJ-FE-44-IconBody-27-3.png'),(2046,585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-44-IconBody-27-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-44-IconBody-27-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2047,586,'_wp_attached_file','2022/04/VJ-FE-45-IconBody-28-3.png'),(2048,586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-45-IconBody-28-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-45-IconBody-28-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2049,587,'_wp_attached_file','2022/04/VJ-FE-46-IconBody-29-3.png'),(2050,587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-46-IconBody-29-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-46-IconBody-29-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2051,588,'_wp_attached_file','2022/04/VJ-FE-47-IconBody-30-3.png'),(2052,588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-47-IconBody-30-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-47-IconBody-30-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2053,589,'_wp_attached_file','2022/04/VJ-FE-48-IconBody-31-3.png'),(2054,589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:74;s:4:\"file\";s:34:\"2022/04/VJ-FE-48-IconBody-31-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2055,590,'_wp_attached_file','2022/04/Simon-Duenow-150x150-1-3.png'),(2056,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:36:\"2022/04/Simon-Duenow-150x150-1-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Simon-Duenow-150x150-1-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2057,591,'_wp_attached_file','2022/04/VJ-FE-52-LogoBody-02-3.png'),(2058,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:159;s:4:\"file\";s:34:\"2022/04/VJ-FE-52-LogoBody-02-3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-52-LogoBody-02-3-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-52-LogoBody-02-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2059,592,'_wp_attached_file','2022/04/Vidjack-A-3.png'),(2060,592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2239;s:6:\"height\";i:1154;s:4:\"file\";s:23:\"2022/04/Vidjack-A-3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Vidjack-A-3-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Vidjack-A-3-1024x528.png\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2061,593,'_wp_attached_file','2022/04/VJ-FE-02-LogoBody-01-4.png'),(2062,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:36;s:4:\"file\";s:34:\"2022/04/VJ-FE-02-LogoBody-01-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-02-LogoBody-01-4-150x36.png\";s:5:\"width\";i:150;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2063,594,'_wp_attached_file','2022/04/VJ-FE-03-ImageBody-01-4.png'),(2064,594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:237;s:6:\"height\";i:24;s:4:\"file\";s:35:\"2022/04/VJ-FE-03-ImageBody-01-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-03-ImageBody-01-4-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2065,595,'_wp_attached_file','2022/04/VJ-FE-04-ImageBody-02-4.png'),(2066,595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:292;s:6:\"height\";i:50;s:4:\"file\";s:35:\"2022/04/VJ-FE-04-ImageBody-02-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-04-ImageBody-02-4-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2067,596,'_wp_attached_file','2022/04/VJ-FE-05-IconBody-01-4.png'),(2068,596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-05-IconBody-01-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-05-IconBody-01-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2069,597,'_wp_attached_file','2022/04/VJ-FE-06-IconBody-02-4.png'),(2070,597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-06-IconBody-02-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-06-IconBody-02-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2071,598,'_wp_attached_file','2022/04/VJ-FE-07-IconBody-03-4.png'),(2072,598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-07-IconBody-03-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-07-IconBody-03-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2073,599,'_wp_attached_file','2022/04/VJ-FE-08-IconBody-04-4.png'),(2074,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-08-IconBody-04-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-08-IconBody-04-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2075,600,'_wp_attached_file','2022/04/VJ-FE-09-IconBody-05-4.png'),(2076,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:168;s:4:\"file\";s:34:\"2022/04/VJ-FE-09-IconBody-05-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-09-IconBody-05-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2077,601,'_wp_attached_file','2022/04/VD_FE_NewIcon01-4.png'),(2078,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:161;s:4:\"file\";s:29:\"2022/04/VD_FE_NewIcon01-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VD_FE_NewIcon01-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2079,602,'_wp_attached_file','2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png'),(2080,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1576;s:6:\"height\";i:1430;s:4:\"file\";s:50:\"2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-4-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2021-03-03-at-7.34.22-PM-4-1024x929.png\";s:5:\"width\";i:1024;s:6:\"height\";i:929;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2021-03-03-at-7.34.22-PM-4-768x697.png\";s:5:\"width\";i:768;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2081,603,'_wp_attached_file','2022/04/VJ-FE-13-ImageBody-04-4.png'),(2082,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:15;s:4:\"file\";s:35:\"2022/04/VJ-FE-13-ImageBody-04-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2083,604,'_wp_attached_file','2022/04/randalltempleton-4.png'),(2084,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:30:\"2022/04/randalltempleton-4.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"randalltempleton-4-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"randalltempleton-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2085,605,'_wp_attached_file','2022/04/review111-4.png'),(2086,605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:403;s:4:\"file\";s:23:\"2022/04/review111-4.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"review111-4-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"review111-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2087,606,'_wp_attached_file','2022/04/VD_FE_NewImage01-4.png'),(2088,606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:722;s:4:\"file\";s:30:\"2022/04/VD_FE_NewImage01-4.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"VD_FE_NewImage01-4-247x300.png\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"VD_FE_NewImage01-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2089,607,'_wp_attached_file','2022/04/VJ-FE-14-ImageBody-05-4.png'),(2090,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:11;s:4:\"file\";s:35:\"2022/04/VJ-FE-14-ImageBody-05-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-14-ImageBody-05-4-150x11.png\";s:5:\"width\";i:150;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2091,608,'_wp_attached_file','2022/04/VJ-FE-17-IconBody-06-4.png'),(2092,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-17-IconBody-06-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-17-IconBody-06-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2093,609,'_wp_attached_file','2022/04/VJ-FE-18-IconBody-07-4.png'),(2094,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-18-IconBody-07-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-18-IconBody-07-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2095,610,'_wp_attached_file','2022/04/VJ-FE-19-IconBody-08-4.png'),(2096,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-19-IconBody-08-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-19-IconBody-08-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2097,611,'_wp_attached_file','2022/04/VJ-FE-20-IconBody-09-4.png'),(2098,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-20-IconBody-09-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-20-IconBody-09-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2099,612,'_wp_attached_file','2022/04/VJ-FE-21-IconBody-10-4.png'),(2100,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-21-IconBody-10-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-21-IconBody-10-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2101,613,'_wp_attached_file','2022/04/VJ-FE-22-IconBody-11-4.png'),(2102,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-22-IconBody-11-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-22-IconBody-11-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2103,614,'_wp_attached_file','2022/04/VJ-FE-23-IconBody-12-4.png'),(2104,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:172;s:4:\"file\";s:34:\"2022/04/VJ-FE-23-IconBody-12-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-23-IconBody-12-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2105,615,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter01-2-4.png'),(2106,615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2022/04/VJ_FE_BeforeAfter01-2-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-4-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"VJ_FE_BeforeAfter01-2-4-1024x523.png\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"VJ_FE_BeforeAfter01-2-4-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2107,616,'_wp_attached_file','2022/04/VJ_FE_BeforeAfter02-4.png'),(2108,616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:668;s:4:\"file\";s:33:\"2022/04/VJ_FE_BeforeAfter02-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-4-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"VJ_FE_BeforeAfter02-4-1024x524.png\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"VJ_FE_BeforeAfter02-4-768x393.png\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2109,617,'_wp_attached_file','2022/04/VJ-FE-27-IconBody-13-4.png'),(2110,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-27-IconBody-13-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-27-IconBody-13-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2111,618,'_wp_attached_file','2022/04/VJ-FE-28-IconBody-14-4.png'),(2112,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-28-IconBody-14-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-28-IconBody-14-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2113,619,'_wp_attached_file','2022/04/VJ-FE-29-IconBody-15-4.png'),(2114,619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-29-IconBody-15-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-29-IconBody-15-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2115,620,'_wp_attached_file','2022/04/VJ-FE-30-IconBody-16-4.png'),(2116,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-30-IconBody-16-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-30-IconBody-16-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2117,621,'_wp_attached_file','2022/04/VJ-FE-31-IconBody-17-4.png'),(2118,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-31-IconBody-17-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-31-IconBody-17-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2119,622,'_wp_attached_file','2022/04/VJ-FE-32-IconBody-18-4.png'),(2120,622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:167;s:4:\"file\";s:34:\"2022/04/VJ-FE-32-IconBody-18-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-32-IconBody-18-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2121,623,'_wp_attached_file','2022/04/VJ_FE_Screenshots01-2-4.png'),(2122,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:1268;s:4:\"file\";s:35:\"2022/04/VJ_FE_Screenshots01-2-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-4-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"VJ_FE_Screenshots01-2-4-917x1024.png\";s:5:\"width\";i:917;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"VJ_FE_Screenshots01-2-4-768x857.png\";s:5:\"width\";i:768;s:6:\"height\";i:857;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2123,624,'_wp_attached_file','2022/04/VJ-FE-36-IconBody-19-4.png'),(2124,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-36-IconBody-19-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-36-IconBody-19-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2125,625,'_wp_attached_file','2022/04/VJ-FE-37-IconBody-20-4.png'),(2126,625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-37-IconBody-20-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-37-IconBody-20-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2127,626,'_wp_attached_file','2022/04/VJ-FE-38-IconBody-21-4.png'),(2128,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-38-IconBody-21-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-38-IconBody-21-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2129,627,'_wp_attached_file','2022/04/VJ-FE-39-IconBody-22-4.png'),(2130,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-39-IconBody-22-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-39-IconBody-22-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2131,628,'_wp_attached_file','2022/04/VJ-FE-40-IconBody-23-4.png'),(2132,628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-40-IconBody-23-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-40-IconBody-23-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2133,629,'_wp_attached_file','2022/04/VJ-FE-41-IconBody-24-4.png'),(2134,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-41-IconBody-24-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-41-IconBody-24-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2135,630,'_wp_attached_file','2022/04/VJ-FE-42-IconBody-25-4.png'),(2136,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-42-IconBody-25-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-42-IconBody-25-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2137,631,'_wp_attached_file','2022/04/VJ-FE-43-IconBody-26-4.png'),(2138,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-43-IconBody-26-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-43-IconBody-26-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2139,632,'_wp_attached_file','2022/04/VJ-FE-44-IconBody-27-4.png'),(2140,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-44-IconBody-27-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-44-IconBody-27-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2141,633,'_wp_attached_file','2022/04/VJ-FE-45-IconBody-28-4.png'),(2142,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-45-IconBody-28-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-45-IconBody-28-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2143,634,'_wp_attached_file','2022/04/VJ-FE-46-IconBody-29-4.png'),(2144,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-46-IconBody-29-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-46-IconBody-29-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2145,635,'_wp_attached_file','2022/04/VJ-FE-47-IconBody-30-4.png'),(2146,635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:254;s:4:\"file\";s:34:\"2022/04/VJ-FE-47-IconBody-30-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-47-IconBody-30-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2147,636,'_wp_attached_file','2022/04/VJ-FE-48-IconBody-31-4.png'),(2148,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:74;s:4:\"file\";s:34:\"2022/04/VJ-FE-48-IconBody-31-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2149,637,'_wp_attached_file','2022/04/Simon-Duenow-150x150-1-4.png'),(2150,637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:36:\"2022/04/Simon-Duenow-150x150-1-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Simon-Duenow-150x150-1-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2151,638,'_wp_attached_file','2022/04/VJ-FE-52-LogoBody-02-4.png'),(2152,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:159;s:4:\"file\";s:34:\"2022/04/VJ-FE-52-LogoBody-02-4.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-52-LogoBody-02-4-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-52-LogoBody-02-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2153,639,'_wp_attached_file','2022/04/Vidjack-A-4.png'),(2154,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2239;s:6:\"height\";i:1154;s:4:\"file\";s:23:\"2022/04/Vidjack-A-4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Vidjack-A-4-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Vidjack-A-4-1024x528.png\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Vidjack-A-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Vidjack-A-4-768x396.png\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2155,640,'_wp_attached_file','2022/04/Step-1-2.png'),(2156,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1039;s:6:\"height\";i:655;s:4:\"file\";s:20:\"2022/04/Step-1-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Step-1-2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Step-1-2-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Step-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Step-1-2-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2157,641,'_wp_attached_file','2022/04/VJ-FE-55-ImageBody-13-2.png'),(2158,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:68;s:4:\"file\";s:35:\"2022/04/VJ-FE-55-ImageBody-13-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"VJ-FE-55-ImageBody-13-2-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-55-ImageBody-13-2-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2159,642,'_wp_attached_file','2022/04/step-2-2.png'),(2160,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1039;s:6:\"height\";i:655;s:4:\"file\";s:20:\"2022/04/step-2-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"step-2-2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"step-2-2-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"step-2-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"step-2-2-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2161,643,'_wp_attached_file','2022/04/VJ-FE-56-ImageBody-14.png'),(2162,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:68;s:4:\"file\";s:33:\"2022/04/VJ-FE-56-ImageBody-14.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"VJ-FE-56-ImageBody-14-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-56-ImageBody-14-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2163,644,'_wp_attached_file','2022/04/Step-3.png'),(2164,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1039;s:6:\"height\";i:655;s:4:\"file\";s:18:\"2022/04/Step-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Step-3-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Step-3-1024x646.png\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Step-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Step-3-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2165,645,'_wp_attached_file','2022/04/dragndrop-email.png'),(2166,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:571;s:6:\"height\";i:402;s:4:\"file\";s:27:\"2022/04/dragndrop-email.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"dragndrop-email-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dragndrop-email-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2167,646,'_wp_attached_file','2022/04/Viral.png'),(2168,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:772;s:6:\"height\";i:474;s:4:\"file\";s:17:\"2022/04/Viral.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Viral-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Viral-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Viral-768x472.png\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2169,647,'_wp_attached_file','2022/04/3-invideo.png'),(2170,647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:813;s:6:\"height\";i:402;s:4:\"file\";s:21:\"2022/04/3-invideo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"3-invideo-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3-invideo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3-invideo-768x380.png\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2171,648,'_wp_attached_file','2022/04/timer.png'),(2172,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:402;s:4:\"file\";s:17:\"2022/04/timer.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"timer-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"timer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"timer-768x374.png\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2173,649,'_wp_attached_file','2022/04/quiz.png'),(2174,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:749;s:6:\"height\";i:402;s:4:\"file\";s:16:\"2022/04/quiz.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"quiz-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"quiz-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2175,650,'_wp_attached_file','2022/04/video-in-video.png'),(2176,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:402;s:4:\"file\";s:26:\"2022/04/video-in-video.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"video-in-video-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"video-in-video-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2177,651,'_wp_attached_file','2022/04/customzation.png'),(2178,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:784;s:6:\"height\";i:550;s:4:\"file\";s:24:\"2022/04/customzation.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"customzation-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"customzation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"customzation-768x539.png\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2179,652,'_wp_attached_file','2022/04/Skin-and-themes.png'),(2180,652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:873;s:6:\"height\";i:543;s:4:\"file\";s:27:\"2022/04/Skin-and-themes.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Skin-and-themes-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Skin-and-themes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Skin-and-themes-768x478.png\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2181,653,'_wp_attached_file','2022/04/sticky-video.png'),(2182,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:814;s:6:\"height\";i:564;s:4:\"file\";s:24:\"2022/04/sticky-video.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sticky-video-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sticky-video-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sticky-video-768x532.png\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2183,654,'_wp_attached_file','2022/04/ecom.png'),(2184,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:779;s:6:\"height\";i:402;s:4:\"file\";s:16:\"2022/04/ecom.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ecom-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ecom-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ecom-768x396.png\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2185,655,'_wp_attached_file','2022/04/Watch-The-Video-For-2-Mins.png'),(2186,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:388;s:4:\"file\";s:38:\"2022/04/Watch-The-Video-For-2-Mins.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Watch-The-Video-For-2-Mins-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Watch-The-Video-For-2-Mins-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2187,656,'_wp_attached_file','2022/04/Claim-Your-Early.png'),(2188,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:388;s:4:\"file\";s:28:\"2022/04/Claim-Your-Early.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Claim-Your-Early-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Claim-Your-Early-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2189,657,'_wp_attached_file','2022/04/Get-15-OFF-Every-Time.png'),(2190,657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:388;s:4:\"file\";s:33:\"2022/04/Get-15-OFF-Every-Time.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Get-15-OFF-Every-Time-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Get-15-OFF-Every-Time-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2191,658,'_wp_attached_file','2022/04/Check-Out-The-Complete-Range-Here.png'),(2192,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:388;s:4:\"file\";s:45:\"2022/04/Check-Out-The-Complete-Range-Here.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Check-Out-The-Complete-Range-Here-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Check-Out-The-Complete-Range-Here-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2193,659,'_wp_attached_file','2022/04/Hello.png'),(2194,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:402;s:4:\"file\";s:17:\"2022/04/Hello.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Hello-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Hello-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Hello-768x386.png\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2195,660,'_wp_attached_file','2022/04/VJ-FE-74-ImageBody-18.png'),(2196,660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:465;s:4:\"file\";s:33:\"2022/04/VJ-FE-74-ImageBody-18.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-74-ImageBody-18-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-74-ImageBody-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2197,661,'_wp_attached_file','2022/04/VJ-FE-75-ImageBody-19.png'),(2198,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:465;s:4:\"file\";s:33:\"2022/04/VJ-FE-75-ImageBody-19.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-75-ImageBody-19-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-75-ImageBody-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2199,662,'_wp_attached_file','2022/04/VJ-FE-76-ImageBody-20.png'),(2200,662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:465;s:4:\"file\";s:33:\"2022/04/VJ-FE-76-ImageBody-20.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-76-ImageBody-20-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-76-ImageBody-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2201,663,'_wp_attached_file','2022/04/VJ-FE-77-ImageBody-21.png'),(2202,663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:465;s:4:\"file\";s:33:\"2022/04/VJ-FE-77-ImageBody-21.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-77-ImageBody-21-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-77-ImageBody-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2203,664,'_wp_attached_file','2022/04/VJ-FE-78-ImageBody-22.png'),(2204,664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:465;s:4:\"file\";s:33:\"2022/04/VJ-FE-78-ImageBody-22.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-78-ImageBody-22-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-78-ImageBody-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2205,665,'_wp_attached_file','2022/04/VJ-FE-79-ImageBody-23.png'),(2206,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:477;s:4:\"file\";s:33:\"2022/04/VJ-FE-79-ImageBody-23.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-79-ImageBody-23-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-79-ImageBody-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2207,666,'_wp_attached_file','2022/04/autoresponders.png'),(2208,666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1043;s:6:\"height\";i:648;s:4:\"file\";s:26:\"2022/04/autoresponders.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"autoresponders-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"autoresponders-1024x636.png\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"autoresponders-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"autoresponders-768x477.png\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2209,667,'_wp_attached_file','2022/04/VJ-FE-85-IconBody-42.png'),(2210,667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:177;s:4:\"file\";s:32:\"2022/04/VJ-FE-85-IconBody-42.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-85-IconBody-42-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2211,668,'_wp_attached_file','2022/04/VJ-FE-86-IconBody-43.png'),(2212,668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:177;s:4:\"file\";s:32:\"2022/04/VJ-FE-86-IconBody-43.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-86-IconBody-43-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2213,669,'_wp_attached_file','2022/04/VJ-FE-87-IconBody-44.png'),(2214,669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:177;s:4:\"file\";s:32:\"2022/04/VJ-FE-87-IconBody-44.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-87-IconBody-44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2215,670,'_wp_attached_file','2022/04/VJ-FE-88-IconBody-45.png'),(2216,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:177;s:4:\"file\";s:32:\"2022/04/VJ-FE-88-IconBody-45.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-88-IconBody-45-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2217,671,'_wp_attached_file','2022/04/VJ-FE-89-IconBody-46.png'),(2218,671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:177;s:4:\"file\";s:32:\"2022/04/VJ-FE-89-IconBody-46.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-89-IconBody-46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2219,672,'_wp_attached_file','2022/04/VJ-FE-90-IconBody-47.png'),(2220,672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:177;s:4:\"file\";s:32:\"2022/04/VJ-FE-90-IconBody-47.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"VJ-FE-90-IconBody-47-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2221,673,'_wp_attached_file','2022/04/VJ-FE-92-ImageBody-25.png'),(2222,673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:518;s:4:\"file\";s:33:\"2022/04/VJ-FE-92-ImageBody-25.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-92-ImageBody-25-300x274.png\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-92-ImageBody-25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2223,674,'_wp_attached_file','2022/04/VJ-FE-93-ImageBody-26.png'),(2224,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:618;s:6:\"height\";i:443;s:4:\"file\";s:33:\"2022/04/VJ-FE-93-ImageBody-26.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-93-ImageBody-26-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-93-ImageBody-26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2225,675,'_wp_attached_file','2022/04/Lisa-Gerald-150x150-1.png'),(2226,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:33:\"2022/04/Lisa-Gerald-150x150-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Lisa-Gerald-150x150-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2227,676,'_wp_attached_file','2022/04/VJ-FE-94-ImageBody-27.png'),(2228,676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:614;s:6:\"height\";i:556;s:4:\"file\";s:33:\"2022/04/VJ-FE-94-ImageBody-27.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-94-ImageBody-27-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-94-ImageBody-27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2229,677,'_wp_attached_file','2022/04/VJ-FE-96-ImageBody-28.png'),(2230,677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:564;s:6:\"height\";i:635;s:4:\"file\";s:33:\"2022/04/VJ-FE-96-ImageBody-28.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-96-ImageBody-28-266x300.png\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-96-ImageBody-28-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2231,678,'_wp_attached_file','2022/04/VJ-FE-98-ImageBody-29.png'),(2232,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:638;s:4:\"file\";s:33:\"2022/04/VJ-FE-98-ImageBody-29.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VJ-FE-98-ImageBody-29-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-98-ImageBody-29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2233,679,'_wp_attached_file','2022/04/VJ-FE-100-ImageBody-30.png'),(2234,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:462;s:6:\"height\";i:373;s:4:\"file\";s:34:\"2022/04/VJ-FE-100-ImageBody-30.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"VJ-FE-100-ImageBody-30-300x242.png\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-100-ImageBody-30-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2235,680,'_wp_attached_file','2022/04/VJ-FE-102-ImageBody-31.png'),(2236,680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:22;s:4:\"file\";s:34:\"2022/04/VJ-FE-102-ImageBody-31.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-102-ImageBody-31-150x22.png\";s:5:\"width\";i:150;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2237,681,'_wp_attached_file','2022/04/VJ-FE-103-ImageBody-32.png'),(2238,681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:261;s:6:\"height\";i:44;s:4:\"file\";s:34:\"2022/04/VJ-FE-103-ImageBody-32.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VJ-FE-103-ImageBody-32-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2239,682,'_wp_attached_file','2022/04/VJ-FE-104-ImageBody-33.png'),(2240,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:302;s:6:\"height\";i:256;s:4:\"file\";s:34:\"2022/04/VJ-FE-104-ImageBody-33.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"VJ-FE-104-ImageBody-33-300x254.png\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VJ-FE-104-ImageBody-33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2241,683,'_wp_attached_file','2022/04/VJ-FE-01-StructureBody-01.jpg'),(2242,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1432;s:4:\"file\";s:37:\"2022/04/VJ-FE-01-StructureBody-01.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-01-StructureBody-01-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-01-StructureBody-01-1024x764.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-01-StructureBody-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-01-StructureBody-01-768x573.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2243,684,'_wp_attached_file','2022/04/VD_FE_NewBackground01.jpg'),(2244,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1446;s:4:\"file\";s:33:\"2022/04/VD_FE_NewBackground01.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"VD_FE_NewBackground01-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"VD_FE_NewBackground01-1024x771.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VD_FE_NewBackground01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"VD_FE_NewBackground01-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2245,685,'_wp_attached_file','2022/04/VJ-FE-10-StructureBody-02.jpg'),(2246,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:443;s:4:\"file\";s:37:\"2022/04/VJ-FE-10-StructureBody-02.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"VJ-FE-10-StructureBody-02-300x69.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-10-StructureBody-02-1024x236.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-10-StructureBody-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-10-StructureBody-02-768x177.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2247,686,'_wp_attached_file','2022/04/VJ-FE-11-StructureBody-03.jpg'),(2248,686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:877;s:4:\"file\";s:37:\"2022/04/VJ-FE-11-StructureBody-03.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-11-StructureBody-03-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-11-StructureBody-03-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-11-StructureBody-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-11-StructureBody-03-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2249,687,'_wp_attached_file','2022/04/VJ-FE-16-StructureBody-04.jpg'),(2250,687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1008;s:4:\"file\";s:37:\"2022/04/VJ-FE-16-StructureBody-04.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-16-StructureBody-04-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-16-StructureBody-04-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-16-StructureBody-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-16-StructureBody-04-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2251,688,'_wp_attached_file','2022/04/VJ-FE-24-StructureBody-05.jpg'),(2252,688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1903;s:4:\"file\";s:37:\"2022/04/VJ-FE-24-StructureBody-05.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-24-StructureBody-05-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"VJ-FE-24-StructureBody-05-1024x1015.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1015;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-24-StructureBody-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-24-StructureBody-05-768x761.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2253,689,'_wp_attached_file','2022/04/VJ-FE-33-StructureBody-06.jpg'),(2254,689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1794;s:4:\"file\";s:37:\"2022/04/VJ-FE-33-StructureBody-06.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-33-StructureBody-06-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-33-StructureBody-06-1024x957.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:957;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-33-StructureBody-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-33-StructureBody-06-768x718.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2255,690,'_wp_attached_file','2022/04/VJ-FE-35-StructureBody-07.jpg'),(2256,690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1259;s:4:\"file\";s:37:\"2022/04/VJ-FE-35-StructureBody-07.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-35-StructureBody-07-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-35-StructureBody-07-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-35-StructureBody-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-35-StructureBody-07-768x504.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2257,691,'_wp_attached_file','2022/04/VJ-FE-50-StructureBody-08.jpg'),(2258,691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:896;s:4:\"file\";s:37:\"2022/04/VJ-FE-50-StructureBody-08.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-50-StructureBody-08-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-50-StructureBody-08-1024x478.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-50-StructureBody-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-50-StructureBody-08-768x358.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2259,692,'_wp_attached_file','2022/04/VJ-FE-51-StructureBody-09.jpg'),(2260,692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:985;s:4:\"file\";s:37:\"2022/04/VJ-FE-51-StructureBody-09.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-51-StructureBody-09-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-51-StructureBody-09-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-51-StructureBody-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-51-StructureBody-09-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2261,693,'_wp_attached_file','2022/04/VJ-FE-57-StructureBody-10.jpg'),(2262,693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:2447;s:4:\"file\";s:37:\"2022/04/VJ-FE-57-StructureBody-10.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-57-StructureBody-10-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-57-StructureBody-10-803x1024.jpg\";s:5:\"width\";i:803;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-57-StructureBody-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-57-StructureBody-10-768x979.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:979;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2263,694,'_wp_attached_file','2022/04/VJ-FE-66-StructureBody-11.jpg'),(2264,694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:857;s:4:\"file\";s:37:\"2022/04/VJ-FE-66-StructureBody-11.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-66-StructureBody-11-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-66-StructureBody-11-1024x457.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-66-StructureBody-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-66-StructureBody-11-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2265,695,'_wp_attached_file','2022/04/VJ-FE-68-StructureBody-12.jpg'),(2266,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1949;s:4:\"file\";s:37:\"2022/04/VJ-FE-68-StructureBody-12.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-68-StructureBody-12-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"VJ-FE-68-StructureBody-12-1009x1024.jpg\";s:5:\"width\";i:1009;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-68-StructureBody-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-68-StructureBody-12-768x780.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2267,696,'_wp_attached_file','2022/04/VJ-FE-71-StructureBody-13.jpg'),(2268,696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1331;s:4:\"file\";s:37:\"2022/04/VJ-FE-71-StructureBody-13.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-71-StructureBody-13-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-71-StructureBody-13-1024x710.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-71-StructureBody-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-71-StructureBody-13-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2269,697,'_wp_attached_file','2022/04/VJ-FE-72-StructureBody-14.jpg'),(2270,697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1013;s:4:\"file\";s:37:\"2022/04/VJ-FE-72-StructureBody-14.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-72-StructureBody-14-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-72-StructureBody-14-1024x540.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-72-StructureBody-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-72-StructureBody-14-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2271,698,'_wp_attached_file','2022/04/VJ-FE-73-StructureBody-15-scaled.jpg'),(2272,698,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1321;s:6:\"height\";i:2560;s:4:\"file\";s:44:\"2022/04/VJ-FE-73-StructureBody-15-scaled.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-73-StructureBody-15-155x300.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-73-StructureBody-15-529x1024.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-73-StructureBody-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-73-StructureBody-15-768x1488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1488;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:29:\"VJ-FE-73-StructureBody-15.jpg\";}'),(2273,699,'_wp_attached_file','2022/04/VJ-FE-81-StructureBody-16.jpg'),(2274,699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1837;s:4:\"file\";s:37:\"2022/04/VJ-FE-81-StructureBody-16.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-81-StructureBody-16-300x287.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-81-StructureBody-16-1024x980.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-81-StructureBody-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-81-StructureBody-16-768x735.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2275,700,'_wp_attached_file','2022/04/VJ-FE-91-StructureBody-17.jpg'),(2276,700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1074;s:4:\"file\";s:37:\"2022/04/VJ-FE-91-StructureBody-17.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-91-StructureBody-17-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-91-StructureBody-17-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-91-StructureBody-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-91-StructureBody-17-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2277,701,'_wp_attached_file','2022/04/VJ-FE-95-StructureBody-18.jpg'),(2278,701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1015;s:4:\"file\";s:37:\"2022/04/VJ-FE-95-StructureBody-18.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-95-StructureBody-18-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-95-StructureBody-18-1024x541.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-95-StructureBody-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-95-StructureBody-18-768x406.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2279,702,'_wp_attached_file','2022/04/VJ-FE-97-StructureBody-19.jpg'),(2280,702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:926;s:4:\"file\";s:37:\"2022/04/VJ-FE-97-StructureBody-19.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-97-StructureBody-19-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-97-StructureBody-19-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-97-StructureBody-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-97-StructureBody-19-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2281,703,'_wp_attached_file','2022/04/VJ-FE-99-StructureBody-20.jpg'),(2282,703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:777;s:4:\"file\";s:37:\"2022/04/VJ-FE-99-StructureBody-20.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"VJ-FE-99-StructureBody-20-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-99-StructureBody-20-1024x414.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"VJ-FE-99-StructureBody-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"VJ-FE-99-StructureBody-20-768x311.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2283,704,'_wp_attached_file','2022/04/VJ-FE-101-StructureBody-21.jpg'),(2284,704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1492;s:4:\"file\";s:38:\"2022/04/VJ-FE-101-StructureBody-21.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"VJ-FE-101-StructureBody-21-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"VJ-FE-101-StructureBody-21-1024x796.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"VJ-FE-101-StructureBody-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"VJ-FE-101-StructureBody-21-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2285,395,'tve_landing_page','tcb2-blank-page-boxed'),(2286,395,'tve_disable_theme_dependency','1'),(2287,395,'tve_disable_theme_dependency_tcb2-blank-page-boxed','1'),(2288,395,'tve_content_more_found_tcb2-blank-page-boxed',''),(2289,395,'tve_custom_css_tcb2-blank-page-boxed','@import url(\"//fonts.googleapis.com/css?family=Poppins:300,600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Sriracha:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; line-height: 1.2em; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; line-height: 13px; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 36px; line-height: 1.4em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 46px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(245, 245, 245) !important; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link), #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a, #tcb_landing_page .tve-input-option-text a { color: rgb(0, 87, 229); text-decoration: underline; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link):hover, #tcb_landing_page .tcb-styled-list a:hover, #tcb_landing_page .tcb-numbered-list a:hover, #tcb_landing_page .tve-input-option-text a:hover { text-decoration: none; }#tcb_landing_page p { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }[data-css=\"tve-u-177ef47e6c0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef47fd66\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef489247\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; }[data-css=\"tve-u-177ef49089d\"] { width: 180px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177ef497f0f\"] { --tve-alignment:center; float: none; max-width: 650px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:650px !important; }[data-css=\"tve-u-177ef4994ec\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(45, 111, 255), rgb(45, 111, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255)) !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] strong { font-weight: 600 !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef4c7cb8\"] { color: rgb(255, 140, 3) !important; }[data-css=\"tve-u-177ef4c9771\"] { color: rgb(45, 111, 255) !important; }[data-css=\"tve-u-177ef4cc9af\"] { margin-top: 30px !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(181, 194, 255) !important; --tcb-applied-color:rgb(181,194,255) !important; --tve-applied-color:rgb(181,194,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef4e4241\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42) !important; --tve-applied-background-color:rgb(96,193,42) !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px) !important; }[data-css=\"tve-u-177ef507d92\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42) !important; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef507d92\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8) !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 32px !important; }[data-css=\"tve-u-177ef518bbb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef518bbb\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef532a85\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 180px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px !important; }[data-css=\"tve-u-177ef53558c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef535860\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177ef53902e\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef54876d\"] { max-width: 43%; }[data-css=\"tve-u-177ef548779\"] { max-width: 57%; }[data-css=\"tve-u-177ef5798ef\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef57adbc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef57c105\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"), linear-gradient(rgb(0, 20, 111), rgb(0, 20, 111)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111)) !important; --background-size:auto,auto !important; --background-position:50% 50%,50% 50% !important; --background-attachment:scroll,scroll !important; --background-repeat:no-repeat,no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111)) !important; }[data-css=\"tve-u-177ef57e6d8\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177ef580b18\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef580c6d\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef580c6d\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef590770\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(2, 2, 36, 0.2) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(2,2,36,0.2); background-image: linear-gradient(rgb(11, 33, 132), rgb(11, 33, 132)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132)) !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef59de27\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef5ab462\"] { width: 167px; --tve-alignment:center; float: none; margin: 35px auto 0px !important; }[data-css=\"tve-u-177ef5b654a\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef5b654a\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef5bc2a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef5bc2a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5bc2a1\"] { line-height: 1.3em !important; margin-right: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5fc0cf\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:260px !important; }:not(#tve) [data-css=\"tve-u-177ef5fc0cf\"] li { margin-bottom: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef655732\"] { width: 167px; --tve-alignment:center; float: none; margin: 15px auto 0px !important; }[data-css=\"tve-u-177ef6659a4\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef665ae2\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef665ae2\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef6840bf\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177ef6840bf\"] { margin-left: -5px; padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef684cee\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef687a65\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px !important; }:not(#tve) [data-css=\"tve-u-177ef687a65\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f05\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f05\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f09\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f09\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f0b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f0b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f0b\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f0f\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f0f\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f11\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f11\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f11\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f15\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f15\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f17\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f17\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f17\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f1b\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f1b\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f1d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f1d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f1d\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f21\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f21\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f23\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f23\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f23\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f27\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f27\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f29\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f29\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f29\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6efb5f\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef720eb6\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef7224e2\"] { padding-bottom: 40px !important; padding-top: 25px !important; }[data-css=\"tve-u-177ef724b65\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; }[data-css=\"tve-u-177ef72998c\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef72f5f0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42) !important; --tve-applied-background-color:rgb(96,193,42) !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px) !important; }[data-css=\"tve-u-177ef730895\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42) !important; margin: 40px auto 10px !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef730895\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8) !important; }:not(#tve) [data-css=\"tve-u-177ef730898\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; }[data-css=\"tve-u-177ef730898\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef730898\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef743459\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 160px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px !important; }[data-css=\"tve-u-177ef74739a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef747dfe\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177ef74aede\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; }[data-css=\"tve-u-177ef74e8d5\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177ef75041e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef750639\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef750639\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177ef7595ad\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef76b459\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-177ef76ea03\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177ef781845\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177ef78618d\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177ef786416\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef78a475\"] { width: 172px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-177ef78cde8\"] { margin: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef79fa01\"]::after { clear: both; }[data-css=\"tve-u-177ef7a8e53\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177ef7b5bc1\"] { max-width: 59.1%; }[data-css=\"tve-u-177ef7b5bee\"] { max-width: 40.9%; }[data-css=\"tve-u-177ef7e1747\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef7f2a43\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { --g-regular-weight:400; letter-spacing: 2px; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 48px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177ef8069b3\"] { width: 266px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-177ef811dc7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177ef81392f\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px !important; }[data-css=\"tve-u-177ef8166bb\"] { margin: 0px !important; }[data-css=\"tve-u-177ef837c03\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef838ce3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef83ae31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; }[data-css=\"tve-u-177ef84f2ea\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(223, 46, 53) !important; --tcb-applied-color:rgb(223,46,53) !important; --tve-applied-color:rgb(223,46,53) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef8603c0\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(223, 46, 53), rgb(223, 46, 53)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53)) !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177ef866efa\"] { --tve-alignment:center; float: none; max-width: 430px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:430px !important; }[data-css=\"tve-u-177ef8734a6\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177ef87a881\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 28px 35px 65px 0px; --tve-applied-box-shadow:28px 35px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2993f70\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f2998b21\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f299b933\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-top: 30px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f29cf036\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f29cfab2\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f29d146d\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f29daa20\"] { margin-top: 35px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f29ea0a9\"] { --tve-alignment:center; float: none; max-width: 830px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:830px !important; }[data-css=\"tve-u-177f29fb796\"] { margin-top: 17px !important; }[data-css=\"tve-u-177f2a0dc5d\"] { width: 167px; --tve-alignment:center; float: none; margin: 36px auto 0px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a25590\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a3893b\"] { --tve-alignment:center; float: none; margin: 70px auto 0px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-top: 30px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2a4441e\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2a50d75\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a51bfc\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2a65e81\"] { max-width: 1250px; min-height: 1px !important; }[data-css=\"tve-u-177f2a67ae6\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225) !important; --tve-applied-color:rgb(31,214,225) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2a759c2\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { width: 1222px; --tve-alignment:center; float: none; margin: 60px auto 0px !important; }[data-css=\"tve-u-177f2ba98f9\"] { width: 1222px; margin-top: 10px !important; }[data-css=\"tve-u-177f2bc27dc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f2bc4a56\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2bcbf41\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2bced7a\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2bd516e\"] { width: 167px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2bdf70b\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2be89a5\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-top: 20px !important; margin-bottom: 28px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f2c3050e\"] { max-width: 1500px; min-height: 1px !important; }[data-css=\"tve-u-177f2c312f4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c343f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; }[data-css=\"tve-u-177f2c36f77\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(70, 102, 255) !important; --tcb-applied-color:rgb(70,102,255) !important; --tve-applied-color:rgb(70,102,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c3ffe0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2c46216\"] { width: 75%; --tve-alignment:center; float: none; margin: 60px auto -20px !important; }[data-css=\"tve-u-177f2c52e9a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c53969\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2c56e51\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2c65100\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c656fa\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2c69041\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c6c15b\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c7a9be\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c87396\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c8df82\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c934c0\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99282\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99db2\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1084\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1964\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb20a5\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb3d17\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb466f\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb7d89\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cb9ef9\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cca93a\"] { padding-top: 40px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-177f2ccb86d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2ccd1fe\"] { background-image: linear-gradient(rgb(45, 44, 77), rgb(45, 44, 77)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77)) !important; }[data-css=\"tve-u-177f2cd4c80\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f2cd9a6c\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px !important; }[data-css=\"tve-u-177f2cdd7ee\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 56px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2ce2da3\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225) !important; --tve-applied-color:rgb(31,214,225) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243) !important; --tve-applied-color:rgb(222,222,243) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2cedfcd\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f2cf0eea\"] { --tve-alignment:center; float: none; max-width: 600px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:600px !important; }[data-css=\"tve-u-177f2cf3d47\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cf3d47\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f2cf7ad7\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }[data-css=\"tve-u-177f2cfde6a\"] { --tve-border-radius:50px; border-radius: 50px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important; }[data-css=\"tve-u-177f2d032c6\"] { --tve-alignment:center; margin-top: 0px !important; margin-bottom: 0px !important; padding: 3px 20px 3px 70px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177f2d1f6d3\"] { max-width: 16.9%; }[data-css=\"tve-u-177f2d1f719\"] { max-width: 83.1%; }[data-css=\"tve-u-177f2d2cd1d\"]::after { clear: both; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2d94c6c\"] { padding-right: 0px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f2d96ab3\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177f2d99909\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; }[data-css=\"tve-u-177f2e7a44a\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2e7b92d\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2e8e726\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(128, 127, 163) !important; --tcb-applied-color:rgb(128,127,163) !important; --tve-applied-color:rgb(128,127,163) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2e9c879\"] { padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2ecc58b\"] { width: 524px; --tve-alignment:center; float: none; margin: 65px auto 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { width: 1187px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 15px !important; }[data-css=\"tve-u-177f2eea335\"] { padding-top: 25px !important; padding-right: 1px !important; padding-bottom: 90px !important; }[data-css=\"tve-u-177f2eeb6dc\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2eedb92\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f075b1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f17772\"] { margin-top: 60px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f2f1a0c4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f1a2fd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f2f20ea1\"] { max-width: 60%; }[data-css=\"tve-u-177f2f20ee6\"] { max-width: 40%; }[data-css=\"tve-u-177f2f2abe7\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f3553a\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f2f47505\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2f6c3bc\"] { max-width: 40%; }[data-css=\"tve-u-177f2f6c3c0\"] { max-width: 60%; }[data-css=\"tve-u-177f2f7c8a3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f9b9d3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2fb753b\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2fb8334\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2fbbdfe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; }[data-css=\"tve-u-177f2fc08f6\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2fd8be1\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f2fd8be1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177f2fdcb6d\"] { --tve-alignment:center; float: none; max-width: 1110px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1110px !important; }[data-css=\"tve-u-177f2fec654\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f300f751\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3026ea7\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f3039329\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3044829\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-top: 20px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-177f307797d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f308113d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f3087c2e\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3088702\"] { max-width: 1310px; min-height: 1px !important; }[data-css=\"tve-u-177f308e56b\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0) !important; --tve-applied-color:rgb(134,60,0) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f30b199b\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f30b5166\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3130096\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; }[data-css=\"tve-u-177f3139c37\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31452a8\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3157150\"] { --tve-alignment:center; float: none; max-width: 1165px; margin: 80px auto 55px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1165px !important; }[data-css=\"tve-u-177f315a302\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f315a4bd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f315f3fc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31656d1\"] { width: 502px; float: left; z-index: 3; position: relative; --tve-alignment:left; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f3177522\"] { max-width: 52.5%; }[data-css=\"tve-u-177f3177588\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31ab0f7\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31ab0fc\"] { max-width: 52.5%; }[data-css=\"tve-u-177f31c1153\"] { width: 506px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31cd26d\"] { width: 536px; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d1fed\"] { width: 575px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31f1929\"] { padding-left: 1px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f31f2db0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f31f72a9\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; }[data-css=\"tve-u-177f31f9fc4\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31ff4e5\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255) !important; --tve-applied-color:rgb(45,111,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f320dfec\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px !important; }[data-css=\"tve-u-177f3213c1f\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3225149\"] { --tve-alignment:center; float: none; max-width: 605px; margin: 70px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:605px !important; }[data-css=\"tve-u-177f32449f0\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 70px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px !important; }[data-css=\"tve-u-177f32601e9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f32618b4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3273d31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; }[data-css=\"tve-u-177f327986f\"] { --tve-alignment:center; float: none; max-width: 235px; margin: 20px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:235px !important; }[data-css=\"tve-u-177f328170a\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f329310a\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f329d58c\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 60px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px !important; }[data-css=\"tve-u-177f32a4824\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f32a541c\"] { max-width: 1300px; min-height: 1px !important; }[data-css=\"tve-u-177f32ac7bc\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32c2ead\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32cc96e\"] { --tve-alignment:center; float: none; max-width: 510px; margin: 75px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:510px !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243) !important; --tve-applied-color:rgb(222,222,243) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32e0766\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 22px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e83f8\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e8817\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -35px !important; }[data-css=\"tve-u-177f3312f1c\"] { max-width: 57%; }[data-css=\"tve-u-177f3312f9f\"] { max-width: 43%; }:not(#tve) [data-css=\"tve-u-177f332c3b3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f332c3b3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33352e7\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33352e7\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f332c3b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f333ea77\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f333ea77\"] li { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243) !important; --tve-applied-color:rgb(222,222,243) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f334b91b\"] { margin: -10px 0px 0px 40px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33504b3\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33504b9\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33504b9\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f33504be\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f33504be\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33504be\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f335ad98\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f335ad98\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f335ad9e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f335ad9e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f335ada3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f335ada3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f335ada3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f336bd60\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f3382b76\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(102, 46, 155), rgb(102, 46, 155)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155)) !important; }[data-css=\"tve-u-177f3385075\"] { --tve-alignment:center; float: none; max-width: 580px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:580px !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33a201e\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33a6666\"] { max-width: 43%; }[data-css=\"tve-u-177f33a666e\"] { max-width: 57%; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f33c0454\"] { margin-top: 5px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33c0454\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-top: 7px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33e70e3\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(221, 51, 93), rgb(221, 51, 93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93)) !important; }[data-css=\"tve-u-177f33e9b9d\"] { --tve-alignment:center; float: none; max-width: 515px; margin: 5px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:515px !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33fb43d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33fb43d\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3403bb1\"] { width: 731px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f340f0db\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }[data-css=\"tve-u-177f3430aeb\"] { --tve-alignment:center; float: none; max-width: 410px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:410px !important; }[data-css=\"tve-u-177f343b452\"] { margin-top: 20px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 110px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f34471ce\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f344d48e\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f3472113\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f347c3dc\"] { font-size: 20px !important; }[data-css=\"tve-u-177f347d8aa\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-177f347db00\"] { max-width: 43%; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 70px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f347f8e4\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f348639d\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f3498c0f\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -20px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349ead0\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f34f1a1c\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f34f3296\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f34f4614\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important; }[data-css=\"tve-u-177f34f6e57\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f34f8f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34f919a\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f34fe90f\"] { width: 660px; --tve-alignment:center; float: none; margin: 0px auto -25px !important; }[data-css=\"tve-u-177f34ffb55\"] { max-width: 44%; }[data-css=\"tve-u-177f34ffbfa\"] { max-width: 56%; }:not(#tve) [data-css=\"tve-u-177f3505406\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3505406\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f350e812\"] { margin: 55px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f35226f8\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f35238df\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f3524116\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3528e35\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3533c2a\"] { width: 852px; --tve-alignment:center; float: none; margin: 45px auto -20px !important; }[data-css=\"tve-u-177f3546fcf\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3547bed\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f354d74f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; }[data-css=\"tve-u-177f3559eea\"] { padding: 0px 0px 5px !important; margin-top: 30px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f3565944\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f356721c\"] { margin-top: 20px !important; margin-bottom: 72px !important; }[data-css=\"tve-u-177f3567625\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f3c344f0\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3c3529f\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3c399e7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; }[data-css=\"tve-u-177f3c3d848\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; }[data-css=\"tve-u-177f3c3fd75\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c3ffe8\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c505e9\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243) !important; --tve-applied-color:rgb(222,222,243) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c5808f\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c58156\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 110px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c74bfa\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c74c02\"] { max-width: 50.5%; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225) !important; --tve-applied-color:rgb(31,214,225) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c817af\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto -30px !important; }[data-css=\"tve-u-177f3cb27b2\"] { padding-top: 40px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-177f3cb3c0e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3cb7364\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f3cbbdae\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3cced25\"] { color: rgb(45, 111, 255) !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3d09ac8\"] { max-width: 1200px; min-height: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d10d55\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d3493d\"] { display: block; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 45px !important; }[data-css=\"tve-u-177f3d39bf0\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3d39ecd\"] { padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f3d427ec\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f3d43fd2\"] { max-width: 52%; }[data-css=\"tve-u-177f3d440aa\"] { max-width: 48%; }[data-css=\"tve-u-177f3d48caf\"]::after { clear: both; }[data-css=\"tve-u-177f3d570bd\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }[data-css=\"tve-u-177f3d5b108\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f3d5b10e\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d6ac31\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d71979\"] { margin: 20px 0px 0px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f3d8a990\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f3d91bed\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d937e9\"] { max-width: 48%; }[data-css=\"tve-u-177f3d937f1\"] { max-width: 52%; }[data-css=\"tve-u-177f3d973d0\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f3d9a883\"]::after { clear: both; }[data-css=\"tve-u-177f3dbab73\"] { padding-right: 1px !important; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3dbc2f8\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3dc035d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; }[data-css=\"tve-u-177f3dc9188\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f3e04b11\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e04e31\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3e0b092\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -60px !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(241, 247, 253) !important; --tcb-applied-color:rgb(241,247,253) !important; --tve-applied-color:rgb(241,247,253) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e1a081\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3e1a170\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e1e697\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-177f3e27941\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e28681\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e2b960\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0) !important; --tve-applied-color:rgb(134,60,0) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e370ce\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e370d6\"] { max-width: 49.5%; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin: 200px 0px 0px !important; }[data-css=\"tve-u-177f3e61358\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -10px !important; }[data-css=\"tve-u-177f3e65371\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e66119\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e69752\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; }[data-css=\"tve-u-177f3e6e415\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { --tve-alignment:center; float: none; max-width: 1100px; margin: 40px auto 70px !important; --tve-applied-max-width:1100px !important; padding-top: 45px !important; padding-bottom: 45px !important; }[data-css=\"tve-u-177f3e77cd5\"] { --tve-border-radius:15px; border-radius: 15px; overflow: hidden; --tve-border-width:5px; background-image: linear-gradient(rgb(252, 251, 255), rgb(252, 251, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255)) !important; border: 5px dotted rgb(24, 33, 154) !important; --tve-applied-border:5px dotted rgb(24,33,154) !important; }[data-css=\"tve-u-177f3e87046\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e874dd\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { width: 462px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 25px auto -20px -35px !important; }[data-css=\"tve-u-177f3e8d216\"] { max-width: 44.5%; }[data-css=\"tve-u-177f3e8d331\"] { max-width: 55.5%; }[data-css=\"tve-u-177f3e935cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: -80px !important; }[data-css=\"tve-u-177f3e9944c\"]::after { clear: both; }[data-css=\"tve-u-177f3ea59e1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ee8e33\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3ee9e0d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3eeeeba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255) !important; --tve-applied-color:rgb(45,111,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3efc46a\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3f0444b\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3f0a10e\"] { --tve-alignment:center; float: none; max-width: 335px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:335px !important; }[data-css=\"tve-u-177f3f17815\"] { --tve-alignment:center; float: none; max-width: 550px; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:550px !important; padding: 25px 0px !important; }[data-css=\"tve-u-177f3f1d2ec\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; }[data-css=\"tve-u-177f3f41691\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }:not(#tve) [data-css=\"tve-u-177f3f43e24\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f43e24\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f43e24\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f4e1ee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f4e1ee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f3f5e5f8\"] .tve_sep { width: 100%; border-width: 1px !important; border-color: rgb(230, 231, 238) !important; }[data-css=\"tve-u-177f3f5e5f8\"] { padding-right: 1px !important; padding-top: 2px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e399\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f7e399\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f7e3a0\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f7e3a0\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f7e3a0\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8caee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8caee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8caf8\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8caf8\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8caf8\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d114\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d11c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d11c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d123\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d123\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d123\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d6de\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d6de\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d6e5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d6e5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d6e5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e545\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8e54c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8e54c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8e552\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8e552\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8e552\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ea06\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ea06\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ea0c\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ea0c\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ea0c\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ef13\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ef13\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ef1a\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ef1a\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ef1a\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8f9fa\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8f9fa\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fa01\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fa01\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fa01\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8fe76\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8fe76\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fe7d\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fe7d\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fe7d\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90389\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90390\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90390\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90397\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90397\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90397\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90f37\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90f3e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90f3e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90f45\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90f45\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90f45\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f9153a\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91542\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91542\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91549\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91549\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91549\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91ceb\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91ceb\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91cf2\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91cf2\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91cf2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f921cc\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f921d4\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f921d4\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f921da\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f921da\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f921da\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f925e7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f925ef\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f925ef\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f925f6\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f925f6\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f925f6\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42) !important; --tve-applied-background-color:rgb(96,193,42) !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px) !important; }[data-css=\"tve-u-177f3ff3a83\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42) !important; margin-left: auto !important; margin-right: auto !important; margin-top: 50px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8) !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 32px !important; }[data-css=\"tve-u-177f3ff3a8f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ff3a8f\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177f401a849\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 40px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px !important; }[data-css=\"tve-u-177f401e0d3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f401f783\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f4020071\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f402828b\"] { width: 302px; --tve-alignment:center; float: none; margin: 55px auto -70px !important; }:not(#tve) [data-css=\"tve-u-177f4032c67\"] { --g-regular-weight:400; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 29px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177f40374ed\"] { margin-top: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f4053992\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f40555d4\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important; }[data-css=\"tve-u-177f40563ba\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin-top: 60px !important; background-color: rgba(244, 245, 248, 0) !important; --background-color:rgba(244,245,248,0) !important; --tve-applied-background-color:rgba(244,245,248,0) !important; padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-column { width: calc(50% - 60px) !important; margin-left: 60px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-grid { margin-left: -60px !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; --tve-color:rgb(24,33,154); --tve-applied---tve-color:rgb(24,33,154); --tve-font-weight:var(--g-regular-weight,normal); --tve-font-family:Poppins; --g-regular-weight:400; --g-bold-weight:600; --tve-line-height:1.3em; --tve-font-size:20px; padding: 17px !important; }:not(#tve) [data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve-toggle-text { --tcb-applied-color:var$(--tve-color,rgb(24,33,154)); font-family: var(--tve-font-family,Poppins); color: var(--tve-color,rgb(24,33,154)) !important; --tve-applied-color:var$(--tve-color,rgb(24,33,154)) !important; font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) ) !important; line-height: var(--tve-line-height,1.3em) !important; font-size: var(--tve-font-size,20px) !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve_toggle { font-size: 28px !important; width: 28px !important; height: 28px !important; color: rgb(254, 165, 38) !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title.tve-state-expanded:not(.inc) { --tve-border-bottom-right-radius:0px; border-bottom-right-radius: 0px; overflow: hidden; --tve-border-bottom-left-radius:0px; border-bottom-left-radius: 0px; }[data-css=\"tve-u-17010f7948e\"] { --tve-border-bottom-left-radius:10px; overflow: hidden; --tve-border-bottom-right-radius:10px; border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-size: 19px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f40c3127\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c312e\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3132\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3136\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3139\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40fab7c\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f40fc0d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f40fdbc1\"] { background-image: linear-gradient(rgb(24, 33, 154), rgb(24, 33, 154)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154)) !important; }[data-css=\"tve-u-177f40ffa6a\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f4103479\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f41039b1\"] { padding-bottom: 0px !important; padding-top: 5px !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(191, 194, 235) !important; --tcb-applied-color:rgb(191,194,235) !important; --tve-applied-color:rgb(191,194,235) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 13px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 50px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f43a9710\"] { margin-top: 5px !important; }[data-css=\"tve-u-177f43d4cda\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43d8143\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43d992c\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43dfc0f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43e06bf\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43e2659\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43e9551\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43f55b3\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 88px !important; }[data-css=\"tve-u-177f44149d5\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 10px !important; }[data-css=\"tve-u-177f442412f\"] { --tve-alignment:center; float: none; max-width: 155px; z-index: 3; position: relative; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:155px !important; }:not(#tve) [data-css=\"tve-u-177f442412f\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177f447e826\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f448b596\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448b596\"] { margin-left: -40px; }[data-css=\"tve-u-177f448ea8f\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448ea8f\"] { margin-left: -40px; }[data-css=\"tve-u-177f44a4396\"] { max-width: 45.3%; }[data-css=\"tve-u-177f44a43bc\"] { max-width: 54.7%; }[data-css=\"tve-u-177f44aef1f\"] { padding-right: 20px !important; }[data-css=\"tve-u-177f454ce43\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f45651aa\"] { margin: 50px 0px 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-top: 50px !important; }[data-css=\"tve-u-177f456c9db\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"), linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto, auto !important; background-position: 50% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto,auto !important; --background-position:50% 100%,50% 50% !important; --background-attachment:scroll,scroll !important; --background-repeat:no-repeat,no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f4570976\"] { padding-top: 20px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f53c05fe\"] { max-width: 57.7%; }[data-css=\"tve-u-177f53c3c27\"] { width: 398px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-177f53c770c\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f53c3c27\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f53d0711\"] { max-width: 42.3%; }[data-css=\"tve-u-177f5447078\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 26px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 100px !important; }[data-css=\"tve-u-177f545e114\"] { margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f547ea55\"] { padding-right: 20px !important; padding-top: 30px !important; }[data-css=\"tve-u-177f54a7efe\"] { width: 75%; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f54aa467\"] { width: 80%; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f54ae90b\"] { margin-left: -5px; padding: 5px 20px 0px !important; }[data-css=\"tve-u-177f54ae90b\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177f814d79d\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f814e410\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f816a396\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f816a396\"] { margin-left: -40px; }[data-css=\"tve-u-177f8178c3d\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f817e730\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f81809e2\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8182fc1\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177f81881fc\"] { max-width: 150px; margin: 40px 0px 0px !important; --tve-applied-max-width:150px !important; }[data-css=\"tve-u-177f818b838\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f818f5fd\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8192e09\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 1px !important; }[data-css=\"tve-u-177f81abb44\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225) !important; --tve-applied-color:rgb(31,214,225) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f821e4d0\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f821e4d0\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8220f8b\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8233d7f\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f824afb5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f824c872\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f824d43c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f824efb6\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8250590\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f8251c0f\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8252778\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f8263423\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f82675ea\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f826ac31\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 100px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px !important; }[data-css=\"tve-u-177f826df94\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f82757a1\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f8277177\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f829e77b\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82a1847\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82b827d\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f83749d5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f83772e0\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8377e3c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f838585e\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83886da\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f838de3a\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f83914e3\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f8392e45\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83983be\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f839c86a\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839d334\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f83acceb\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83ec567\"] { margin: 0px !important; }[data-css=\"tve-u-177f9221874\"] { max-width: 860px !important; --tve-applied-max-width:860px !important; margin-top: 35px !important; }[data-css=\"tve-u-177f927ff39\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9612d0a\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177f9612d15\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f961d8dd\"] { max-width: 45.3%; }[data-css=\"tve-u-177f961d8e5\"] { max-width: 54.7%; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9a90354\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9aa7728\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9f2c750\"] { width: 425px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177f9f2c830\"] { margin-top: 0px; margin-left: -21.281px; width: 105% !important; max-width: none !important; }[data-css=\"tve-u-177f9f2c750\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f9f645ee\"] { width: 800px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f9f939de\"] { width: 386px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177fa02dd26\"] { width: 757px; --tve-alignment:center; float: none; margin: 40px auto -20px !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.75em !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fa042804\"] { max-width: 741px; --tve-alignment:center; float: none; margin-top: -5px !important; --tve-applied-max-width:741px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177fa226bad\"] { max-width: 48%; }[data-css=\"tve-u-177fa619c2b\"] { width: 424px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa639aba\"] { width: 421px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa65005e\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177fa67829b\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177fa67a873\"] { margin-top: 10px !important; }[data-css=\"tve-u-177fcd9d86d\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177fcd9ec19\"] { max-width: 150px; margin: 20px 0px 0px !important; --tve-applied-max-width:150px !important; }[data-css=\"tve-u-177fcf30d9d\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf46d6b\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf4cf1b\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177fd2acc27\"] { max-width: 40%; }[data-css=\"tve-u-177fdaa8e22\"] { margin-top: 0px; margin-left: -4.641px; width: 103% !important; max-width: none !important; }[data-css=\"tve-u-177fdad4c5b\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31656d1\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177fdb1a08e\"]::after { clear: both; }[data-css=\"tve-u-177fdb1adb8\"]::after { clear: both; }[data-css=\"tve-u-177fdb1fbb0\"]::after { clear: both; }[data-css=\"tve-u-177fdcdc16b\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 412px !important; --tve-applied-max-width:412px !important; }[data-css=\"tve-u-177fdcdf2ab\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 462px !important; --tve-applied-max-width:462px !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(215, 222, 255) !important; --tcb-applied-color:rgb(215,222,255) !important; --tve-applied-color:rgb(215,222,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe7fe486\"] { margin-top: -85px !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe81cf44\"] { --tve-alignment:center; float: none; margin-top: -50px !important; margin-left: 280px !important; margin-right: auto !important; }[data-css=\"tve-u-177fe821d9f\"] { --tve-alignment:center; float: none; margin-top: -10px !important; margin-left: auto !important; margin-right: 250px !important; }[data-css=\"tve-u-17e9b3e270c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-17f8edfb7b6\"] { width: 78px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-17f8efa18c1\"] { max-width: 100%; }[data-css=\"tve-u-17f8f6544ba\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-17f91e126d2\"] { max-width: 51.9994%; }[data-css=\"tve-u-17f91e218ed\"] { max-width: 47.9991%; }[data-css=\"tve-u-17f921394c9\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-17f9213b169\"] { font-weight: var(--g-bold-weight,bold)  !important; }:not(#tve) [data-css=\"tve-u-17f9213b173\"] { font-weight: var(--g-bold-weight,bold)  !important; color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186,17,17)  !important; --tve-applied-color:rgb(186,17,17)  !important; }}@media (max-width: 1023px){[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { padding: 16px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { font-size: 28px !important; }[data-css=\"tve-u-177f814d79d\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f814e410\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef532a85\"] { margin-bottom: 140px !important; }[data-css=\"tve-u-177ef57e6d8\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -80px !important; }[data-css=\"tve-u-177f8162a98\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448ea8f\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816a161\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f816a396\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816d1cc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448b596\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f5447078\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { font-size: 28px !important; }[data-css=\"tve-u-177ef53902e\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f8178c3d\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 20px !important; }[data-css=\"tve-u-177f817e730\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f81809e2\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f81881fc\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f818b838\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f818f5fd\"] { margin-top: 30px !important; padding: 20px !important; }[data-css=\"tve-u-177f8192e09\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { font-size: 42px !important; }[data-css=\"tve-u-177f45651aa\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { font-size: 24px !important; }[data-css=\"tve-u-177f81abb44\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ea0a9\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2a3893b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { font-size: 50px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { font-size: 52px !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-position: 50% 50%, 50% 100% !important; --background-position:50% 50%,50% 100% !important; background-size: auto, cover !important; --background-size:auto auto,cover !important; background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; --background-attachment:scroll,scroll !important; --background-repeat:no-repeat,no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; }[data-css=\"tve-u-177f2ba98f9\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177ef8734a6\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { font-size: 56px !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-177f2cd9a6c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf0eea\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 40px !important; }[data-css=\"tve-u-177f821e4d0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8220f8b\"] { margin-right: -30px !important; margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { line-height: 1.2em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f8230150\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8233d7f\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf3d47\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f2cf7ad7\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2e9c879\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 20px !important; }[data-css=\"tve-u-177f824afb5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f824c872\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f824d43c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f824efb6\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177f8250590\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f8251c0f\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8252778\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2ecc58b\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f8263423\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f82675ea\"] { width: 230px; }[data-css=\"tve-u-177f826ac31\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f47505\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f826df94\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f82757a1\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f8277177\"] { margin-top: -10px !important; margin-bottom: -10px !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 230px; }[data-css=\"tve-u-177f827d7f4\"] { margin-top: 0px; }[data-css=\"tve-u-177f320dfec\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2fdcb6d\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f300f751\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829e77b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3039329\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f82a1847\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3026ea7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f307797d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f308113d\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { font-size: 48px !important; }[data-css=\"tve-u-177f82b827d\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f31656d1\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f31c1153\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f31cd26d\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f31d1fed\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3157150\"] { margin-bottom: 40px !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { font-size: 42px !important; }[data-css=\"tve-u-177ef81392f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3225149\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f32449f0\"] { margin-top: 40px !important; margin-bottom: 100px !important; }[data-css=\"tve-u-177f327986f\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f329d58c\"] { margin-top: 40px !important; margin-bottom: 140px !important; }[data-css=\"tve-u-177f32cc96e\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3385075\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 20px !important; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f349ead0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 20px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3403bb1\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f343b452\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e0766\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f348639d\"] { margin: 20px 10px 160px !important; }[data-css=\"tve-u-177f336bd60\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3472113\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f34f6e57\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { font-size: 40px !important; }[data-css=\"tve-u-177f3559eea\"] { margin: 20px 10px 40px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3565944\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f356721c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3567625\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { font-size: 60px !important; }[data-css=\"tve-u-177ef74e8d5\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177ef7e1747\"] { padding: 20px !important; }[data-css=\"tve-u-177f83749d5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f83772e0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8377e3c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef76ea03\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177ef781845\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177ef78618d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef786416\"] { flex-wrap: nowrap !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { font-size: 60px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f838585e\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83886da\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f838de3a\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83914e3\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f8392e45\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83983be\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3d973d0\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f839c86a\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f839d334\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3d8a990\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3d427ec\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83acceb\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d5b108\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3f17815\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3f41691\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f925e7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f921cc\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f9153a\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90f37\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90389\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e545\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d114\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177ef730895\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f54aa467\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f54a7efe\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f402828b\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f83ec567\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef489247\"] { background-position: 26% 50% !important; --background-position:26% 50% !important; background-size: cover !important; --background-size:cover !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; }[data-css=\"tve-u-177f3ff3a83\"] { margin-left: 10px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33e9b9d\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3430aeb\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177fa02dd26\"] { --tve-alignment:center; float: none; margin: 20px 0px 0px !important; }[data-css=\"tve-u-177fa67829b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177fcd9ec19\"] { margin-top: 30px !important; }}'),(2290,395,'tve_user_custom_css_tcb2-blank-page-boxed',''),(2291,395,'tve_page_events_tcb2-blank-page-boxed','a:0:{}'),(2292,395,'tve_globals_tcb2-blank-page-boxed','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2293,395,'tve_global_scripts_tcb2-blank-page-boxed',''),(2294,395,'thrive_icon_pack_tcb2-blank-page-boxed','0'),(2295,395,'thrive_tcb_post_fonts_tcb2-blank-page-boxed','a:0:{}'),(2296,395,'tve_has_masonry_tcb2-blank-page-boxed','0'),(2297,395,'tve_has_typefocus_tcb2-blank-page-boxed','0'),(2298,395,'tve_has_wistia_popover_tcb2-blank-page-boxed','0'),(2299,395,'tve_updated_post_tcb2-blank-page-boxed','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111938\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111943\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111937\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111939\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111941\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19111940\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111942\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19111944\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=I%20am%20interested%20in%20purchasing%20the%20Vidjack%20Software.\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for N20,000</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2300,395,'tve_landing_set','Blank'),(2301,395,'_tve_post_constants','a:1:{s:1:\"e\";s:1:\"1\";}'),(2302,395,'tve_content_before_more_tcb2-blank-page-boxed','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111938\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111943\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111937\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111939\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111941\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19111940\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111942\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19111944\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=I%20am%20interested%20in%20purchasing%20the%20Vidjack%20Software.\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for N20,000</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2303,395,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(2304,395,'_tve_header','0'),(2305,395,'_tve_footer','0'),(2306,395,'_tve_assets_to_preload',''),(2307,395,'_tve_base_inline_css','.thrv-page-section{position:relative;box-sizing:border-box !important;}.thrv-page-section .tve-page-section-out{position:absolute;width:100%;height:100%;left:0px;top:0px;box-sizing:border-box;transition:box-shadow 0.5s ease 0s;overflow:hidden;}.thrv-page-section.tve-height-update .tve-page-section-in{min-height:150px;}.thrv-page-section .tve-page-section-in{box-sizing:border-box;margin-right:auto;margin-left:auto;position:relative;z-index:1;min-height:40px;}.tve-page-section-in > .thrv_wrapper:first-child{margin-top:0px;}.tve-page-section-in > .thrv_wrapper:last-child{margin-bottom:0px;}.thrv_wrapper .tve-content-box-background{position:absolute;width:100%;left:0px;top:0px;overflow:hidden;background-clip:padding-box;height:100% !important;}.thrv_wrapper.thrv-content-box{box-sizing:border-box;position:relative;min-height:10px;}.thrv_wrapper.thrv-content-box div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element){box-sizing:border-box;}.tve-cb{display:inline-block;vertical-align:middle;clear:both;overflow:visible;width:100%;z-index:1;position:relative;min-height:10px;}.tve_faq{transition:all 0s ease 0s,all 0.5s ease 0s,all 0s ease 0s;background:rgb(228,228,228);}.tve_faq.tve_oFaq{background:rgb(248,248,248);}.tve_faq.tve_oFaq:hover{background:rgb(248,248,248) !important;}.tve_faq .tve_faqC{display:none;padding:10px 37px;}.tve_faq .tve_faqB:hover{cursor:pointer;}.tve_faq .tve_faqB::after{content:\".\";display:block;clear:both;visibility:hidden;line-height:0;height:0px;}.tve_faq h4{cursor:pointer;font-size:100%;clear:none;box-sizing:border-box !important;width:auto !important;padding:0px 0px 0px 18px !important;margin:0px !important;}.tve_faq .tve_toggle{display:inline-block;position:absolute;width:13px;height:13px;top:20px;transform:rotate(0deg);}.tve_faq .tve_faqB{cursor:pointer;padding:17px;position:relative;}:not(#tve) .thrv_toggle_shortcode .tve_faq.tve_oFaq:hover{background:rgb(248,248,248) !important;}:not(#tve) .thrv_toggle .tve-toggle-grid{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;}:not(#tve) .thrv_toggle .tve-toggle-column{box-sizing:border-box;flex:0 1 100%;justify-content:flex-start;width:100%;}:not(#tve) .thrv_toggle .thrv_toggle_item{background:transparent;position:relative;}:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title{display:flex;align-items:center;padding:10px;}:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve_toggle{display:none;position:relative;top:0px;transition:all 0.25s ease 0s;transform:rotate(var(--animation-angle,0deg));}:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve_toggle path{fill:currentcolor;}:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve-toggle-text{font-size:20px;line-height:2em;width:100% !important;padding:0px !important;margin:0px !important;}:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve-toggle-text::before{display:none;}:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title.tve-toggle-show-icon .tve_toggle{display:flex;margin-right:8px;}:not(#tve) .thrv_toggle .thrv_toggle_item .tve_faqC{display:none;padding:0px;border:none;}:not(#tve) .thrv_toggle .thrv_toggle_item .tve_faqC > .thrv_wrapper{margin:0px;position:relative;}:not(#tve) .thrv_toggle.tve-draggable .tve-toggle-text{pointer-events:none;}.thrv_toggle .tve-toggle-grid .thrv_toggle_item{margin-top:var(--toggle-vertical-space,7px);}.thrv_toggle[data-ct-name=\"Original\"]{background-color:rgb(244,245,248);padding:14px;}.thrv_toggle[data-ct-name=\"Original\"] .thrv_toggle_item:hover:not(.tve-state-expanded){box-shadow:rgba(0,0,0,0.06) 0px 0px 18px 0px;}.thrv_toggle[data-ct-name=\"Original\"] .thrv_toggle_item .tve-state-expanded{box-shadow:rgba(0,0,0,0.06) 0px 0px 18px 0px;}.thrv_toggle[data-ct-name=\"Original\"] .tve-toggle-column{width:calc(50% - 8px);margin-left:8px;}.thrv_toggle[data-ct-name=\"Original\"] .thrv_toggle_title{box-shadow:none;background-color:rgb(255,255,255);padding:20px;}.thrv_toggle[data-ct-name=\"Original\"] .thrv_toggle_title .tve-toggle-text{color:var(--tve-color,var(--tcb-local-color-f4f0d));}.thrv_toggle[data-ct-name=\"Original\"] .thrv_toggle_title .tve_toggle{color:rgb(80,86,95);font-size:17px;width:17px;height:17px;}.thrv_toggle[data-ct-name=\"Original\"] .tve_faqC .thrv_toggle_content{padding:30px 22px;}.thrv_toggle[data-ct-name=\"Original\"] .tve_faqC .thrv_toggle_content .tve-content-box-background{background:rgb(255,255,255);}.thrv_toggle[data-ct-name=\"Original\"] .tve_faqC .tve-cb p{color:rgb(110,110,110);font-size:15px;}.thrv_responsive_video{width:100%;min-width:100px;}.thrv_responsive_video .tcb-video-float-container{transition:all 0.5s ease-out 0s,margin 0s ease 0s;}#tve_editor .thrv_responsive_video{box-sizing:border-box;}.tcb-icon{display:inline-block;width:1em;height:1em;line-height:1em;vertical-align:middle;stroke-width:0;stroke:currentcolor;fill:currentcolor;box-sizing:content-box;transform:rotate(var(--tcb-icon-rotation-angle,0deg));}svg.tcb-icon path:not([fill=\"none\"]){transition:none 0s ease 0s;fill:inherit !important;stroke:inherit !important;}.thrv_icon{text-align:center;}.thrv-button{max-width:100%;margin-left:auto;margin-right:auto;display:table !important;}.thrv-button.thrv_wrapper{padding:0px;}.thrv-button .tcb-plain-text{cursor:pointer;}a.tcb-button-link{background-color:rgb(26,188,156);padding:12px 15px;font-size:18px;box-sizing:border-box;display:inline-flex;align-items:center;overflow:hidden;width:100%;text-align:center;line-height:1.2em;}a.tcb-button-link:hover{background-color:rgb(21,162,136);}.thrv-button a.tcb-button-link{color:rgb(255,255,255);text-decoration:none !important;}a.tcb-button-link > span::before{position:absolute;content:\"\";display:none;top:-100px;bottom:-100px;width:1px;left:10px;background-color:rgb(0,121,0);}span.tcb-button-texts{color:inherit;display:block;flex:1 1 0%;position:relative;}span.tcb-button-texts > span{display:block;padding:0px;}.thrv_wrapper.thrv-divider{padding-top:20px;padding-bottom:20px;margin:0px;}.thrv_wrapper.thrv-divider hr{margin:0px;}.tve_sep-1{min-width:10px;border-bottom-style:solid !important;border-top:0px !important;border-left:0px !important;border-right:0px !important;}.thrv-styled_list{padding-top:10px !important;padding-bottom:10px !important;}.thrv-styled_list ul.tcb-styled-list{list-style:none;margin:0px !important;padding:0px !important;}.thrv-styled_list ul.tcb-styled-list li div.thrv_icon{padding:10px;margin:0px;box-sizing:content-box;}.tcb-styled-list-icon-text{display:block;z-index:0;line-height:2.3em;}.tcb-styled-list-icon{position:relative;z-index:1;}.thrv-styled-list-item{display:flex;place-content:flex-start;align-items:flex-start;word-break:break-word;}.thrv-styled-list-item::before{content:none !important;}.tve_image_caption{position:relative;}.tve_image_caption:not(.tcb-mm-image.tve-tab-image){height:auto !important;}.tve_image_caption .tve_image{max-width:100%;width:100%;}.tcb-style-wrap strong{font-weight:var(--g-bold-weight,bold);}.tcb-plain-text{cursor:text;}.thrv_text_element{overflow-wrap:break-word;}.tcb-clear::after{display:block;height:0px;content:\"\";}.tve_js_placeholder{background:none !important;}.tcb-flex-row{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;margin-top:0px;margin-left:-15px;padding-bottom:15px;padding-top:15px;}.tcb-flex-col{flex:1 1 auto;padding-top:0px;padding-left:15px;}.tcb-flex-row .tcb-flex-col{box-sizing:border-box;}.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col{max-width:50%;}.tcb--cols--3:not(.tcb-resized) > .tcb-flex-col{max-width:33.3333%;}.tcb--cols--4:not(.tcb-resized) > .tcb-flex-col{max-width:25%;}.tcb-col{height:100%;display:flex;flex-direction:column;position:relative;}.tcb-flex-row .tcb-col{box-sizing:border-box;}html{text-rendering:auto !important;}html body{text-rendering:auto !important;}body.tve_lp::before{content:none;}#tve_editor ul{margin-left:20px;}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px;}.thrv_wrapper div{box-sizing:content-box;}.thrv_wrapper.tve-elem-default-pad{padding:20px;}.thrv_wrapper.thrv_text_element,.thrv_wrapper.thrv-page-section{margin:0px;}.thrv_wrapper.thrv-columns{margin-top:10px;margin-bottom:10px;padding:0px;}p{font-size:1em;}.tve_image{border-radius:0px;box-shadow:none;}div .tve_image_caption{padding:0px;max-width:100% !important;box-sizing:border-box !important;}.tve_image_caption .tve_image_frame{display:block;max-width:100%;position:relative;overflow:hidden;}.tve_image_caption .tve_image{display:block;padding:0px;height:auto;}.tve_image_caption.img_style_circle .tve_image_frame{border-radius:50%;}.tve_responsive_video_container{position:relative;height:0px;overflow:hidden;padding-bottom:56.25%;display:block;}.thrv_responsive_video[data-controls=\"0\"] .tve_responsive_video_container{padding-top:0px;}.tve_responsive_video_container iframe{position:absolute;top:0px;left:0px;width:100% !important;height:100% !important;}.tve_responsive_video_container .top-left{cursor:pointer;top:50px;left:50px;z-index:99999;position:fixed !important;}.thrv_icon{line-height:0;}.thrv_icon.tcb-icon-display{display:table;}.thrv_icon.thrv_wrapper{margin-left:auto;margin-right:auto;padding:0px;}.thrv_responsive_video.thrv_wrapper{max-height:100%;max-width:100%;margin-left:auto;margin-right:auto;}.video_overlay{cursor:pointer;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position:relative;min-height:var(--tcb-container-height-d,100px) !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing:border-box;margin:0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing:border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing:border-box;position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;}.tve_flt .tve_sep{border:none;margin:0px !important;max-width:100% !important;}.tve_flt .thrv_wrapper > .tve_sep{width:100%;background-color:transparent;}.thrv_wrapper.thrv_contentbox_shortcode{position:relative;}body{margin:0px;padding:0px;}h4,p{margin:0px;padding:0px;}@media (max-width:1023px){.tve-toggle-grid:first-child > div:first-of-type > div:first-child{margin-top:0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-t) !important;}}@media (max-width:767px){:not(#tve) .thrv_toggle .tve-toggle-grid{flex-wrap:wrap;}:not(#tve) .thrv_toggle .thrv_toggle_item .thrv_toggle_title .tve-toggle-text{white-space:pre-wrap;}html{overflow-x:hidden !important;}html,body{max-width:100vw !important;}.tcb-flex-row{flex-direction:column;}.tcb-flex-row.v-2{flex-direction:row;}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap){flex-wrap:wrap;}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) > .tcb-flex-col{width:100%;flex:1 0 390px;max-width:100% !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-m) !important;}html{width:100%;}body{width:100%;overflow-x:hidden;}}@media (min-width:1024px){.thrv_toggle .tve-toggle-grid .thrv_toggle_item:first-child{margin-top:0px;}}@media (max-width:1023px) and (min-width:768px){.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap){flex-wrap:wrap;}.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap) > .tcb-flex-col{flex:1 0 250px;max-width:100% !important;}}@media not all,not all{.tcb-flex-col{width:100%;}.tcb-col{display:block;}}@media screen and (max-device-width:480px){body{text-size-adjust:none;}}@media only screen and (max-device-width:1366px){.thrv_responsive_video.thrv_wrapper:not(.tcb-no-perspective){transform:translateZ(0px);}}'),(2308,395,'_tve_lightspeed_version','1'),(2309,395,'_tve_js_modules','a:3:{i:0;s:7:\"divider\";i:1;s:6:\"toggle\";i:2;s:5:\"video\";}'),(2310,705,'tve_revision_tve_landing_page','tcb2-blank-page-boxed'),(2311,705,'tve_revision_tve_disable_theme_dependency','1');
INSERT INTO `wpjn_postmeta` VALUES (2312,705,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784259\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784257\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784261\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784262\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784260\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784258\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784263\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784264\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Price Will Be $67 Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://buy.stripe.com/cN203I8u73M3byEcMX\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for $45</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2313,705,'tve_revision_tve_content_more_found',''),(2314,705,'tve_revision_tve_save_post',''),(2315,705,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Poppins:300,600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Sriracha:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; line-height: 1.2em; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; line-height: 13px; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 36px; line-height: 1.4em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 46px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(245, 245, 245) !important; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link), #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a, #tcb_landing_page .tve-input-option-text a { color: rgb(0, 87, 229); text-decoration: underline; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link):hover, #tcb_landing_page .tcb-styled-list a:hover, #tcb_landing_page .tcb-numbered-list a:hover, #tcb_landing_page .tve-input-option-text a:hover { text-decoration: none; }#tcb_landing_page p { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }[data-css=\"tve-u-177ef47e6c0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef47fd66\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef489247\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; }[data-css=\"tve-u-177ef49089d\"] { width: 180px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177ef497f0f\"] { --tve-alignment:center; float: none; max-width: 650px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:650px  !important; }[data-css=\"tve-u-177ef4994ec\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(45, 111, 255), rgb(45, 111, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255))  !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] strong { font-weight: 600 !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef4c7cb8\"] { color: rgb(255, 140, 3) !important; }[data-css=\"tve-u-177ef4c9771\"] { color: rgb(45, 111, 255) !important; }[data-css=\"tve-u-177ef4cc9af\"] { margin-top: 30px !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(181, 194, 255) !important; --tcb-applied-color:rgb(181,194,255)  !important; --tve-applied-color:rgb(181,194,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef4e4241\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177ef507d92\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef507d92\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; }[data-css=\"tve-u-177ef518bbb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef518bbb\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef532a85\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 180px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177ef53558c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef535860\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177ef53902e\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef54876d\"] { max-width: 43%; }[data-css=\"tve-u-177ef548779\"] { max-width: 57%; }[data-css=\"tve-u-177ef5798ef\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef57adbc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef57c105\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"), linear-gradient(rgb(0, 20, 111), rgb(0, 20, 111)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111))  !important; --background-size:auto,auto  !important; --background-position:50% 50%,50% 50%  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111))  !important; }[data-css=\"tve-u-177ef57e6d8\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177ef580b18\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef580c6d\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef580c6d\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef590770\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(2, 2, 36, 0.2) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(2,2,36,0.2); background-image: linear-gradient(rgb(11, 33, 132), rgb(11, 33, 132)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132))  !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef59de27\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef5ab462\"] { width: 167px; --tve-alignment:center; float: none; margin: 35px auto 0px !important; }[data-css=\"tve-u-177ef5b654a\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef5b654a\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef5bc2a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef5bc2a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5bc2a1\"] { line-height: 1.3em !important; margin-right: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5fc0cf\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef5fc0cf\"] li { margin-bottom: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef655732\"] { width: 167px; --tve-alignment:center; float: none; margin: 15px auto 0px !important; }[data-css=\"tve-u-177ef6659a4\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef665ae2\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef665ae2\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef6840bf\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177ef6840bf\"] { margin-left: -5px; padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef684cee\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef687a65\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef687a65\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f05\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f05\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f09\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f09\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f0b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f0b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f0b\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f0f\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f0f\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f11\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f11\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f11\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f15\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f15\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f17\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f17\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f17\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f1b\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f1b\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f1d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f1d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f1d\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f21\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f21\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f23\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f23\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f23\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f27\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f27\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f29\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f29\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f29\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6efb5f\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef720eb6\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef7224e2\"] { padding-bottom: 40px !important; padding-top: 25px !important; }[data-css=\"tve-u-177ef724b65\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\")  !important; }[data-css=\"tve-u-177ef72998c\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef72f5f0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177ef730895\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin: 40px auto 10px !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef730895\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177ef730898\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; }[data-css=\"tve-u-177ef730898\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef730898\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef743459\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 160px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177ef74739a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef747dfe\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177ef74aede\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\")  !important; }[data-css=\"tve-u-177ef74e8d5\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177ef75041e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef750639\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef750639\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177ef7595ad\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef76b459\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-177ef76ea03\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177ef781845\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177ef78618d\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177ef786416\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef78a475\"] { width: 172px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-177ef78cde8\"] { margin: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef79fa01\"]::after { clear: both; }[data-css=\"tve-u-177ef7a8e53\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177ef7b5bc1\"] { max-width: 59.1%; }[data-css=\"tve-u-177ef7b5bee\"] { max-width: 40.9%; }[data-css=\"tve-u-177ef7e1747\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef7f2a43\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { --g-regular-weight:400; letter-spacing: 2px; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177ef8069b3\"] { width: 266px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-177ef811dc7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177ef81392f\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px  !important; }[data-css=\"tve-u-177ef8166bb\"] { margin: 0px !important; }[data-css=\"tve-u-177ef837c03\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef838ce3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef83ae31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\")  !important; }[data-css=\"tve-u-177ef84f2ea\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(223, 46, 53) !important; --tcb-applied-color:rgb(223,46,53)  !important; --tve-applied-color:rgb(223,46,53)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef8603c0\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(223, 46, 53), rgb(223, 46, 53)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53))  !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177ef866efa\"] { --tve-alignment:center; float: none; max-width: 430px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:430px  !important; }[data-css=\"tve-u-177ef8734a6\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177ef87a881\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 28px 35px 65px 0px; --tve-applied-box-shadow:28px 35px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2993f70\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f2998b21\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f299b933\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-top: 30px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f29cf036\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f29cfab2\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f29d146d\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f29daa20\"] { margin-top: 35px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f29ea0a9\"] { --tve-alignment:center; float: none; max-width: 830px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:830px  !important; }[data-css=\"tve-u-177f29fb796\"] { margin-top: 17px !important; }[data-css=\"tve-u-177f2a0dc5d\"] { width: 167px; --tve-alignment:center; float: none; margin: 36px auto 0px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a25590\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a3893b\"] { --tve-alignment:center; float: none; margin: 70px auto 0px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-top: 30px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2a4441e\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2a50d75\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a51bfc\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2a65e81\"] { max-width: 1250px; min-height: 1px !important; }[data-css=\"tve-u-177f2a67ae6\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2a759c2\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { width: 1222px; --tve-alignment:center; float: none; margin: 60px auto 0px !important; }[data-css=\"tve-u-177f2ba98f9\"] { width: 1222px; margin-top: 10px !important; }[data-css=\"tve-u-177f2bc27dc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f2bc4a56\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2bcbf41\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2bced7a\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2bd516e\"] { width: 167px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2bdf70b\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2be89a5\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-top: 20px !important; margin-bottom: 28px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f2c3050e\"] { max-width: 1500px; min-height: 1px !important; }[data-css=\"tve-u-177f2c312f4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c343f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\")  !important; }[data-css=\"tve-u-177f2c36f77\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(70, 102, 255) !important; --tcb-applied-color:rgb(70,102,255)  !important; --tve-applied-color:rgb(70,102,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c3ffe0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2c46216\"] { width: 75%; --tve-alignment:center; float: none; margin: 60px auto -20px !important; }[data-css=\"tve-u-177f2c52e9a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c53969\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2c56e51\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2c65100\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c656fa\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2c69041\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c6c15b\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c7a9be\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c87396\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c8df82\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c934c0\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99282\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99db2\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1084\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1964\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb20a5\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb3d17\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb466f\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb7d89\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cb9ef9\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cca93a\"] { padding-top: 40px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-177f2ccb86d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2ccd1fe\"] { background-image: linear-gradient(rgb(45, 44, 77), rgb(45, 44, 77)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77))  !important; }[data-css=\"tve-u-177f2cd4c80\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f2cd9a6c\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f2cdd7ee\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 56px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2ce2da3\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2cedfcd\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f2cf0eea\"] { --tve-alignment:center; float: none; max-width: 600px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:600px  !important; }[data-css=\"tve-u-177f2cf3d47\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cf3d47\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f2cf7ad7\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }[data-css=\"tve-u-177f2cfde6a\"] { --tve-border-radius:50px; border-radius: 50px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; }[data-css=\"tve-u-177f2d032c6\"] { --tve-alignment:center; margin-top: 0px !important; margin-bottom: 0px !important; padding: 3px 20px 3px 70px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f2d1f6d3\"] { max-width: 16.9%; }[data-css=\"tve-u-177f2d1f719\"] { max-width: 83.1%; }[data-css=\"tve-u-177f2d2cd1d\"]::after { clear: both; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2d94c6c\"] { padding-right: 0px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f2d96ab3\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177f2d99909\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\")  !important; }[data-css=\"tve-u-177f2e7a44a\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2e7b92d\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2e8e726\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(128, 127, 163) !important; --tcb-applied-color:rgb(128,127,163)  !important; --tve-applied-color:rgb(128,127,163)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2e9c879\"] { padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2ecc58b\"] { width: 524px; --tve-alignment:center; float: none; margin: 65px auto 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { width: 1187px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 15px !important; }[data-css=\"tve-u-177f2eea335\"] { padding-top: 25px !important; padding-right: 1px !important; padding-bottom: 90px !important; }[data-css=\"tve-u-177f2eeb6dc\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2eedb92\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f075b1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f17772\"] { margin-top: 60px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f2f1a0c4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f1a2fd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f2f20ea1\"] { max-width: 60%; }[data-css=\"tve-u-177f2f20ee6\"] { max-width: 40%; }[data-css=\"tve-u-177f2f2abe7\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f3553a\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f2f47505\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2f6c3bc\"] { max-width: 40%; }[data-css=\"tve-u-177f2f6c3c0\"] { max-width: 60%; }[data-css=\"tve-u-177f2f7c8a3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f9b9d3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2fb753b\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2fb8334\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2fbbdfe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\")  !important; }[data-css=\"tve-u-177f2fc08f6\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2fd8be1\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f2fd8be1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177f2fdcb6d\"] { --tve-alignment:center; float: none; max-width: 1110px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1110px  !important; }[data-css=\"tve-u-177f2fec654\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f300f751\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3026ea7\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f3039329\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3044829\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-top: 20px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-177f307797d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f308113d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f3087c2e\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3088702\"] { max-width: 1310px; min-height: 1px !important; }[data-css=\"tve-u-177f308e56b\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0)  !important; --tve-applied-color:rgb(134,60,0)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f30b199b\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f30b5166\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3130096\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\")  !important; }[data-css=\"tve-u-177f3139c37\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31452a8\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3157150\"] { --tve-alignment:center; float: none; max-width: 1165px; margin: 80px auto 55px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1165px  !important; }[data-css=\"tve-u-177f315a302\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f315a4bd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f315f3fc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31656d1\"] { width: 502px; float: left; z-index: 3; position: relative; --tve-alignment:left; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f3177522\"] { max-width: 52.5%; }[data-css=\"tve-u-177f3177588\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31ab0f7\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31ab0fc\"] { max-width: 52.5%; }[data-css=\"tve-u-177f31c1153\"] { width: 506px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31cd26d\"] { width: 536px; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d1fed\"] { width: 575px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31f1929\"] { padding-left: 1px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f31f2db0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f31f72a9\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\")  !important; }[data-css=\"tve-u-177f31f9fc4\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31ff4e5\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255)  !important; --tve-applied-color:rgb(45,111,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f320dfec\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f3213c1f\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3225149\"] { --tve-alignment:center; float: none; max-width: 605px; margin: 70px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:605px  !important; }[data-css=\"tve-u-177f32449f0\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 70px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px  !important; }[data-css=\"tve-u-177f32601e9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f32618b4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3273d31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\")  !important; }[data-css=\"tve-u-177f327986f\"] { --tve-alignment:center; float: none; max-width: 235px; margin: 20px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:235px  !important; }[data-css=\"tve-u-177f328170a\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f329310a\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f329d58c\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 60px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px  !important; }[data-css=\"tve-u-177f32a4824\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f32a541c\"] { max-width: 1300px; min-height: 1px !important; }[data-css=\"tve-u-177f32ac7bc\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32c2ead\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32cc96e\"] { --tve-alignment:center; float: none; max-width: 510px; margin: 75px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:510px  !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32e0766\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 22px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e83f8\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e8817\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -35px !important; }[data-css=\"tve-u-177f3312f1c\"] { max-width: 57%; }[data-css=\"tve-u-177f3312f9f\"] { max-width: 43%; }:not(#tve) [data-css=\"tve-u-177f332c3b3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f332c3b3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33352e7\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33352e7\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f332c3b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f333ea77\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f333ea77\"] li { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f334b91b\"] { margin: -10px 0px 0px 40px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33504b3\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33504b9\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33504b9\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f33504be\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f33504be\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33504be\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f335ad98\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f335ad98\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f335ad9e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f335ad9e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f335ada3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f335ada3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f335ada3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f336bd60\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f3382b76\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(102, 46, 155), rgb(102, 46, 155)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155))  !important; }[data-css=\"tve-u-177f3385075\"] { --tve-alignment:center; float: none; max-width: 580px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:580px  !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33a201e\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33a6666\"] { max-width: 43%; }[data-css=\"tve-u-177f33a666e\"] { max-width: 57%; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f33c0454\"] { margin-top: 5px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33c0454\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-top: 7px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33e70e3\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(221, 51, 93), rgb(221, 51, 93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93))  !important; }[data-css=\"tve-u-177f33e9b9d\"] { --tve-alignment:center; float: none; max-width: 515px; margin: 5px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:515px  !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33fb43d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33fb43d\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3403bb1\"] { width: 731px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f340f0db\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }[data-css=\"tve-u-177f3430aeb\"] { --tve-alignment:center; float: none; max-width: 410px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:410px  !important; }[data-css=\"tve-u-177f343b452\"] { margin-top: 20px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 110px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f34471ce\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f344d48e\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f3472113\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f347c3dc\"] { font-size: 20px !important; }[data-css=\"tve-u-177f347d8aa\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-177f347db00\"] { max-width: 43%; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 70px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f347f8e4\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f348639d\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f3498c0f\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -20px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349ead0\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f34f1a1c\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f34f3296\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f34f4614\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; }[data-css=\"tve-u-177f34f6e57\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f34f8f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34f919a\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f34fe90f\"] { width: 660px; --tve-alignment:center; float: none; margin: 0px auto -25px !important; }[data-css=\"tve-u-177f34ffb55\"] { max-width: 44%; }[data-css=\"tve-u-177f34ffbfa\"] { max-width: 56%; }:not(#tve) [data-css=\"tve-u-177f3505406\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3505406\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f350e812\"] { margin: 55px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f35226f8\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f35238df\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f3524116\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3528e35\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3533c2a\"] { width: 852px; --tve-alignment:center; float: none; margin: 45px auto -20px !important; }[data-css=\"tve-u-177f3546fcf\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3547bed\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f354d74f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\")  !important; }[data-css=\"tve-u-177f3559eea\"] { padding: 0px 0px 5px !important; margin-top: 30px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f3565944\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f356721c\"] { margin-top: 20px !important; margin-bottom: 72px !important; }[data-css=\"tve-u-177f3567625\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f3c344f0\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3c3529f\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3c399e7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\")  !important; }[data-css=\"tve-u-177f3c3d848\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; }[data-css=\"tve-u-177f3c3fd75\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c3ffe8\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c505e9\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c5808f\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c58156\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 110px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c74bfa\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c74c02\"] { max-width: 50.5%; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c817af\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto -30px !important; }[data-css=\"tve-u-177f3cb27b2\"] { padding-top: 40px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-177f3cb3c0e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3cb7364\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f3cbbdae\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3cced25\"] { color: rgb(45, 111, 255) !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3d09ac8\"] { max-width: 1200px; min-height: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d10d55\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d3493d\"] { display: block; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 45px !important; }[data-css=\"tve-u-177f3d39bf0\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3d39ecd\"] { padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f3d427ec\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f3d43fd2\"] { max-width: 52%; }[data-css=\"tve-u-177f3d440aa\"] { max-width: 48%; }[data-css=\"tve-u-177f3d48caf\"]::after { clear: both; }[data-css=\"tve-u-177f3d570bd\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }[data-css=\"tve-u-177f3d5b108\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f3d5b10e\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d6ac31\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d71979\"] { margin: 20px 0px 0px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f3d8a990\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f3d91bed\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d937e9\"] { max-width: 48%; }[data-css=\"tve-u-177f3d937f1\"] { max-width: 52%; }[data-css=\"tve-u-177f3d973d0\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f3d9a883\"]::after { clear: both; }[data-css=\"tve-u-177f3dbab73\"] { padding-right: 1px !important; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3dbc2f8\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3dc035d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\")  !important; }[data-css=\"tve-u-177f3dc9188\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f3e04b11\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e04e31\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3e0b092\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -60px !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(241, 247, 253) !important; --tcb-applied-color:rgb(241,247,253)  !important; --tve-applied-color:rgb(241,247,253)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e1a081\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3e1a170\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e1e697\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-177f3e27941\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e28681\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e2b960\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0)  !important; --tve-applied-color:rgb(134,60,0)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e370ce\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e370d6\"] { max-width: 49.5%; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin: 200px 0px 0px !important; }[data-css=\"tve-u-177f3e61358\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -10px !important; }[data-css=\"tve-u-177f3e65371\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e66119\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e69752\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\")  !important; }[data-css=\"tve-u-177f3e6e415\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { --tve-alignment:center; float: none; max-width: 1100px; margin: 40px auto 70px !important; --tve-applied-max-width:1100px  !important; padding-top: 45px !important; padding-bottom: 45px !important; }[data-css=\"tve-u-177f3e77cd5\"] { --tve-border-radius:15px; border-radius: 15px; overflow: hidden; --tve-border-width:5px; background-image: linear-gradient(rgb(252, 251, 255), rgb(252, 251, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255))  !important; border: 5px dotted rgb(24, 33, 154) !important; --tve-applied-border:5px dotted rgb(24,33,154)  !important; }[data-css=\"tve-u-177f3e87046\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e874dd\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { width: 462px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 25px auto -20px -35px !important; }[data-css=\"tve-u-177f3e8d216\"] { max-width: 44.5%; }[data-css=\"tve-u-177f3e8d331\"] { max-width: 55.5%; }[data-css=\"tve-u-177f3e935cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: -80px !important; }[data-css=\"tve-u-177f3e9944c\"]::after { clear: both; }[data-css=\"tve-u-177f3ea59e1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ee8e33\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3ee9e0d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3eeeeba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255)  !important; --tve-applied-color:rgb(45,111,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3efc46a\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3f0444b\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3f0a10e\"] { --tve-alignment:center; float: none; max-width: 335px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:335px  !important; }[data-css=\"tve-u-177f3f17815\"] { --tve-alignment:center; float: none; max-width: 550px; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:550px  !important; padding: 25px 0px !important; }[data-css=\"tve-u-177f3f1d2ec\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }[data-css=\"tve-u-177f3f41691\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }:not(#tve) [data-css=\"tve-u-177f3f43e24\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f43e24\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f43e24\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f4e1ee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f4e1ee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f3f5e5f8\"] .tve_sep { width: 100%; border-width: 1px !important; border-color: rgb(230, 231, 238) !important; }[data-css=\"tve-u-177f3f5e5f8\"] { padding-right: 1px !important; padding-top: 2px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e399\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f7e399\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f7e3a0\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f7e3a0\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f7e3a0\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8caee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8caee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8caf8\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8caf8\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8caf8\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d114\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d11c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d11c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d123\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d123\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d123\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d6de\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d6de\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d6e5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d6e5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d6e5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e545\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8e54c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8e54c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8e552\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8e552\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8e552\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ea06\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ea06\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ea0c\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ea0c\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ea0c\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ef13\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ef13\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ef1a\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ef1a\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ef1a\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8f9fa\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8f9fa\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fa01\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fa01\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fa01\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8fe76\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8fe76\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fe7d\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fe7d\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fe7d\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90389\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90390\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90390\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90397\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90397\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90397\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90f37\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90f3e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90f3e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90f45\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90f45\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90f45\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f9153a\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91542\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91542\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91549\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91549\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91549\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91ceb\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91ceb\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91cf2\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91cf2\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91cf2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f921cc\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f921d4\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f921d4\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f921da\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f921da\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f921da\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f925e7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f925ef\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f925ef\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f925f6\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f925f6\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f925f6\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177f3ff3a83\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin-left: auto !important; margin-right: auto !important; margin-top: 50px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; }[data-css=\"tve-u-177f3ff3a8f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ff3a8f\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177f401a849\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 40px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177f401e0d3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f401f783\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f4020071\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f402828b\"] { width: 302px; --tve-alignment:center; float: none; margin: 55px auto -70px !important; }:not(#tve) [data-css=\"tve-u-177f4032c67\"] { --g-regular-weight:400; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 29px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177f40374ed\"] { margin-top: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f4053992\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f40555d4\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; }[data-css=\"tve-u-177f40563ba\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin-top: 60px !important; background-color: rgba(244, 245, 248, 0) !important; --background-color:rgba(244,245,248,0)  !important; --tve-applied-background-color:rgba(244,245,248,0)  !important; padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-column { width: calc(50% - 60px) !important; margin-left: 60px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-grid { margin-left: -60px !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; --tve-color:rgb(24,33,154); --tve-applied---tve-color:rgb(24,33,154); --tve-font-weight:var(--g-regular-weight,normal); --tve-font-family:Poppins; --g-regular-weight:400; --g-bold-weight:600; --tve-line-height:1.3em; --tve-font-size:20px; padding: 17px !important; }:not(#tve) [data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve-toggle-text { --tcb-applied-color:var$(--tve-color,rgb(24,33,154)); font-family: var(--tve-font-family,Poppins); color: var(--tve-color,rgb(24,33,154))  !important; --tve-applied-color:var$(--tve-color,rgb(24,33,154))  !important; font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) )  !important; line-height: var(--tve-line-height,1.3em)  !important; font-size: var(--tve-font-size,20px)  !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve_toggle { font-size: 28px !important; width: 28px !important; height: 28px !important; color: rgb(254, 165, 38) !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title.tve-state-expanded:not(.inc) { --tve-border-bottom-right-radius:0px; border-bottom-right-radius: 0px; overflow: hidden; --tve-border-bottom-left-radius:0px; border-bottom-left-radius: 0px; }[data-css=\"tve-u-17010f7948e\"] { --tve-border-bottom-left-radius:10px; overflow: hidden; --tve-border-bottom-right-radius:10px; border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-size: 19px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f40c3127\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c312e\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3132\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3136\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3139\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40fab7c\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f40fc0d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f40fdbc1\"] { background-image: linear-gradient(rgb(24, 33, 154), rgb(24, 33, 154)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154))  !important; }[data-css=\"tve-u-177f40ffa6a\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f4103479\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f41039b1\"] { padding-bottom: 0px !important; padding-top: 5px !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(191, 194, 235) !important; --tcb-applied-color:rgb(191,194,235)  !important; --tve-applied-color:rgb(191,194,235)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 13px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 50px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f43a9710\"] { margin-top: 5px !important; }[data-css=\"tve-u-177f43d4cda\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43d8143\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43d992c\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43dfc0f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43e06bf\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43e2659\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43e9551\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43f55b3\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 88px !important; }[data-css=\"tve-u-177f44149d5\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 10px !important; }[data-css=\"tve-u-177f442412f\"] { --tve-alignment:center; float: none; max-width: 155px; z-index: 3; position: relative; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:155px  !important; }:not(#tve) [data-css=\"tve-u-177f442412f\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177f447e826\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f448b596\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448b596\"] { margin-left: -40px; }[data-css=\"tve-u-177f448ea8f\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448ea8f\"] { margin-left: -40px; }[data-css=\"tve-u-177f44a4396\"] { max-width: 45.3%; }[data-css=\"tve-u-177f44a43bc\"] { max-width: 54.7%; }[data-css=\"tve-u-177f44aef1f\"] { padding-right: 20px !important; }[data-css=\"tve-u-177f454ce43\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f45651aa\"] { margin: 50px 0px 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-top: 50px !important; }[data-css=\"tve-u-177f456c9db\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"), linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto, auto !important; background-position: 50% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto,auto  !important; --background-position:50% 100%,50% 50%  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f4570976\"] { padding-top: 20px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f53c05fe\"] { max-width: 57.7%; }[data-css=\"tve-u-177f53c3c27\"] { width: 398px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-177f53c770c\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f53c3c27\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f53d0711\"] { max-width: 42.3%; }[data-css=\"tve-u-177f5447078\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 26px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 100px !important; }[data-css=\"tve-u-177f545e114\"] { margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f547ea55\"] { padding-right: 20px !important; padding-top: 30px !important; }[data-css=\"tve-u-177f54a7efe\"] { width: 75%; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f54aa467\"] { width: 80%; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f54ae90b\"] { margin-left: -5px; padding: 5px 20px 0px !important; }[data-css=\"tve-u-177f54ae90b\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177f814d79d\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f814e410\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f816a396\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f816a396\"] { margin-left: -40px; }[data-css=\"tve-u-177f8178c3d\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f817e730\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f81809e2\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8182fc1\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177f81881fc\"] { max-width: 150px; margin: 40px 0px 0px !important; --tve-applied-max-width:150px  !important; }[data-css=\"tve-u-177f818b838\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f818f5fd\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8192e09\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 1px !important; }[data-css=\"tve-u-177f81abb44\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f821e4d0\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f821e4d0\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8220f8b\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8233d7f\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f824afb5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f824c872\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f824d43c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f824efb6\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8250590\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f8251c0f\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8252778\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f8263423\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f82675ea\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f826ac31\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 100px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f826df94\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f82757a1\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f8277177\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f829e77b\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82a1847\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82b827d\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px  !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f83749d5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f83772e0\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8377e3c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f838585e\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83886da\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f838de3a\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f83914e3\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f8392e45\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83983be\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f839c86a\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839d334\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f83acceb\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83ec567\"] { margin: 0px !important; }[data-css=\"tve-u-177f9221874\"] { max-width: 860px !important; --tve-applied-max-width:860px  !important; margin-top: 35px !important; }[data-css=\"tve-u-177f927ff39\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9612d0a\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177f9612d15\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f961d8dd\"] { max-width: 45.3%; }[data-css=\"tve-u-177f961d8e5\"] { max-width: 54.7%; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9a90354\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9aa7728\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9f2c750\"] { width: 425px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177f9f2c830\"] { margin-top: 0px; margin-left: -21.281px; width: 105% !important; max-width: none !important; }[data-css=\"tve-u-177f9f2c750\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f9f645ee\"] { width: 800px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f9f939de\"] { width: 386px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177fa02dd26\"] { width: 757px; --tve-alignment:center; float: none; margin: 40px auto -20px !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.75em !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fa042804\"] { max-width: 741px; --tve-alignment:center; float: none; margin-top: -5px !important; --tve-applied-max-width:741px  !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177fa226bad\"] { max-width: 48%; }[data-css=\"tve-u-177fa619c2b\"] { width: 424px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa639aba\"] { width: 421px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa65005e\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177fa67829b\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177fa67a873\"] { margin-top: 10px !important; }[data-css=\"tve-u-177fcd9d86d\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177fcd9ec19\"] { max-width: 150px; margin: 20px 0px 0px !important; --tve-applied-max-width:150px  !important; }[data-css=\"tve-u-177fcf30d9d\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf46d6b\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf4cf1b\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177fd2acc27\"] { max-width: 40%; }[data-css=\"tve-u-177fdaa8e22\"] { margin-top: 0px; margin-left: -4.641px; width: 103% !important; max-width: none !important; }[data-css=\"tve-u-177fdad4c5b\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31656d1\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177fdb1a08e\"]::after { clear: both; }[data-css=\"tve-u-177fdb1adb8\"]::after { clear: both; }[data-css=\"tve-u-177fdb1fbb0\"]::after { clear: both; }[data-css=\"tve-u-177fdcdc16b\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 412px !important; --tve-applied-max-width:412px  !important; }[data-css=\"tve-u-177fdcdf2ab\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 462px !important; --tve-applied-max-width:462px  !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(215, 222, 255) !important; --tcb-applied-color:rgb(215,222,255)  !important; --tve-applied-color:rgb(215,222,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe7fe486\"] { margin-top: -85px !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe81cf44\"] { --tve-alignment:center; float: none; margin-top: -50px !important; margin-left: 280px !important; margin-right: auto !important; }[data-css=\"tve-u-177fe821d9f\"] { --tve-alignment:center; float: none; margin-top: -10px !important; margin-left: auto !important; margin-right: 250px !important; }[data-css=\"tve-u-17e9b3e270c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-17f8edfb7b6\"] { width: 78px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-17f8efa18c1\"] { max-width: 100%; }[data-css=\"tve-u-17f8f6544ba\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-17f91e126d2\"] { max-width: 51.9994%; }[data-css=\"tve-u-17f91e218ed\"] { max-width: 47.9991%; }[data-css=\"tve-u-17f921394c9\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-17f9213b169\"] { font-weight: var(--g-bold-weight,bold) !important; }:not(#tve) [data-css=\"tve-u-17f9213b173\"] { font-weight: var(--g-bold-weight,bold) !important; color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186,17,17) !important; --tve-applied-color:rgb(186,17,17) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { padding: 16px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { font-size: 28px !important; }[data-css=\"tve-u-177f814d79d\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f814e410\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef532a85\"] { margin-bottom: 140px !important; }[data-css=\"tve-u-177ef57e6d8\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -80px !important; }[data-css=\"tve-u-177f8162a98\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448ea8f\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816a161\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f816a396\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816d1cc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448b596\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f5447078\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { font-size: 28px !important; }[data-css=\"tve-u-177ef53902e\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f8178c3d\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 20px !important; }[data-css=\"tve-u-177f817e730\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f81809e2\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f81881fc\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f818b838\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f818f5fd\"] { margin-top: 30px !important; padding: 20px !important; }[data-css=\"tve-u-177f8192e09\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { font-size: 42px !important; }[data-css=\"tve-u-177f45651aa\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { font-size: 24px !important; }[data-css=\"tve-u-177f81abb44\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ea0a9\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2a3893b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { font-size: 50px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { font-size: 52px !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-position: 50% 50%, 50% 100% !important; --background-position:50% 50%,50% 100%  !important; background-size: auto, cover !important; --background-size:auto auto,cover  !important; background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; }[data-css=\"tve-u-177f2ba98f9\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177ef8734a6\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { font-size: 56px !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-177f2cd9a6c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf0eea\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 40px !important; }[data-css=\"tve-u-177f821e4d0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8220f8b\"] { margin-right: -30px !important; margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { line-height: 1.2em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f8230150\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8233d7f\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf3d47\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f2cf7ad7\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2e9c879\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 20px !important; }[data-css=\"tve-u-177f824afb5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f824c872\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f824d43c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f824efb6\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177f8250590\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f8251c0f\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8252778\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2ecc58b\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f8263423\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f82675ea\"] { width: 230px; }[data-css=\"tve-u-177f826ac31\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f47505\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f826df94\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f82757a1\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f8277177\"] { margin-top: -10px !important; margin-bottom: -10px !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 230px; }[data-css=\"tve-u-177f827d7f4\"] { margin-top: 0px; }[data-css=\"tve-u-177f320dfec\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2fdcb6d\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f300f751\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829e77b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3039329\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f82a1847\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3026ea7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f307797d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f308113d\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { font-size: 48px !important; }[data-css=\"tve-u-177f82b827d\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f31656d1\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f31c1153\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f31cd26d\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f31d1fed\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3157150\"] { margin-bottom: 40px !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { font-size: 42px !important; }[data-css=\"tve-u-177ef81392f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3225149\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f32449f0\"] { margin-top: 40px !important; margin-bottom: 100px !important; }[data-css=\"tve-u-177f327986f\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f329d58c\"] { margin-top: 40px !important; margin-bottom: 140px !important; }[data-css=\"tve-u-177f32cc96e\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3385075\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 20px !important; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f349ead0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 20px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3403bb1\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f343b452\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e0766\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f348639d\"] { margin: 20px 10px 160px !important; }[data-css=\"tve-u-177f336bd60\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3472113\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f34f6e57\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { font-size: 40px !important; }[data-css=\"tve-u-177f3559eea\"] { margin: 20px 10px 40px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3565944\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f356721c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3567625\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { font-size: 60px !important; }[data-css=\"tve-u-177ef74e8d5\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177ef7e1747\"] { padding: 20px !important; }[data-css=\"tve-u-177f83749d5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f83772e0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8377e3c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef76ea03\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177ef781845\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177ef78618d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef786416\"] { flex-wrap: nowrap !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { font-size: 60px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f838585e\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83886da\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f838de3a\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83914e3\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f8392e45\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83983be\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3d973d0\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f839c86a\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f839d334\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3d8a990\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3d427ec\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83acceb\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d5b108\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3f17815\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3f41691\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f925e7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f921cc\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f9153a\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90f37\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90389\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e545\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d114\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177ef730895\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f54aa467\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f54a7efe\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f402828b\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f83ec567\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef489247\"] { background-position: 26% 50% !important; --background-position:26% 50%  !important; background-size: cover !important; --background-size:cover  !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; }[data-css=\"tve-u-177f3ff3a83\"] { margin-left: 10px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33e9b9d\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3430aeb\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177fa02dd26\"] { --tve-alignment:center; float: none; margin: 20px 0px 0px !important; }[data-css=\"tve-u-177fa67829b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177fcd9ec19\"] { margin-top: 30px !important; }}'),(2316,705,'tve_revision_tve_user_custom_css',''),(2317,705,'tve_revision_tve_page_events','a:0:{}'),(2318,705,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2319,705,'tve_revision_tve_global_scripts',''),(2320,705,'tve_revision_thrive_icon_pack','0'),(2321,705,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2322,705,'tve_revision_tve_has_masonry','0'),(2323,705,'tve_revision_tve_has_typefocus','0'),(2324,705,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283523\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283521\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283522\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283526\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283525\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"34283524\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"34283527\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"34283528\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Price Will Be $67 Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://buy.stripe.com/cN203I8u73M3byEcMX\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for $45</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2325,705,'tve_revision_tve_has_wistia_popover','0'),(2326,395,'tcb_editor_enabled','1'),(2327,706,'tve_revision_tve_landing_page','tcb2-blank-page-boxed'),(2328,706,'tve_revision_tve_disable_theme_dependency','1'),(2329,706,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784259\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784257\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784261\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784262\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784260\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784258\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784263\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784264\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Price Will Be $67 Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://buy.stripe.com/cN203I8u73M3byEcMX\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for $45</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2330,706,'tve_revision_tve_content_more_found',''),(2331,706,'tve_revision_tve_save_post','');
INSERT INTO `wpjn_postmeta` VALUES (2332,706,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Poppins:300,600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Sriracha:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; line-height: 1.2em; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; line-height: 13px; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 36px; line-height: 1.4em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 46px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(245, 245, 245) !important; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link), #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a, #tcb_landing_page .tve-input-option-text a { color: rgb(0, 87, 229); text-decoration: underline; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link):hover, #tcb_landing_page .tcb-styled-list a:hover, #tcb_landing_page .tcb-numbered-list a:hover, #tcb_landing_page .tve-input-option-text a:hover { text-decoration: none; }#tcb_landing_page p { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }[data-css=\"tve-u-177ef47e6c0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef47fd66\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef489247\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; }[data-css=\"tve-u-177ef49089d\"] { width: 180px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177ef497f0f\"] { --tve-alignment:center; float: none; max-width: 650px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:650px  !important; }[data-css=\"tve-u-177ef4994ec\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(45, 111, 255), rgb(45, 111, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255))  !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] strong { font-weight: 600 !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef4c7cb8\"] { color: rgb(255, 140, 3) !important; }[data-css=\"tve-u-177ef4c9771\"] { color: rgb(45, 111, 255) !important; }[data-css=\"tve-u-177ef4cc9af\"] { margin-top: 30px !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(181, 194, 255) !important; --tcb-applied-color:rgb(181,194,255)  !important; --tve-applied-color:rgb(181,194,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef4e4241\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177ef507d92\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef507d92\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; }[data-css=\"tve-u-177ef518bbb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef518bbb\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef532a85\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 180px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177ef53558c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef535860\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177ef53902e\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef54876d\"] { max-width: 43%; }[data-css=\"tve-u-177ef548779\"] { max-width: 57%; }[data-css=\"tve-u-177ef5798ef\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef57adbc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef57c105\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"), linear-gradient(rgb(0, 20, 111), rgb(0, 20, 111)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111))  !important; --background-size:auto,auto  !important; --background-position:50% 50%,50% 50%  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111))  !important; }[data-css=\"tve-u-177ef57e6d8\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177ef580b18\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef580c6d\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef580c6d\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef590770\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(2, 2, 36, 0.2) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(2,2,36,0.2); background-image: linear-gradient(rgb(11, 33, 132), rgb(11, 33, 132)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132))  !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef59de27\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef5ab462\"] { width: 167px; --tve-alignment:center; float: none; margin: 35px auto 0px !important; }[data-css=\"tve-u-177ef5b654a\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef5b654a\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef5bc2a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef5bc2a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5bc2a1\"] { line-height: 1.3em !important; margin-right: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5fc0cf\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef5fc0cf\"] li { margin-bottom: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef655732\"] { width: 167px; --tve-alignment:center; float: none; margin: 15px auto 0px !important; }[data-css=\"tve-u-177ef6659a4\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef665ae2\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef665ae2\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef6840bf\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177ef6840bf\"] { margin-left: -5px; padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef684cee\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef687a65\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef687a65\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f05\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f05\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f09\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f09\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f0b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f0b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f0b\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f0f\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f0f\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f11\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f11\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f11\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f15\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f15\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f17\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f17\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f17\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f1b\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f1b\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f1d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f1d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f1d\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f21\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f21\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f23\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f23\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f23\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f27\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f27\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f29\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f29\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f29\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6efb5f\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef720eb6\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef7224e2\"] { padding-bottom: 40px !important; padding-top: 25px !important; }[data-css=\"tve-u-177ef724b65\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\")  !important; }[data-css=\"tve-u-177ef72998c\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef72f5f0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177ef730895\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin: 40px auto 10px !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef730895\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177ef730898\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; }[data-css=\"tve-u-177ef730898\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef730898\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef743459\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 160px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177ef74739a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef747dfe\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177ef74aede\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\")  !important; }[data-css=\"tve-u-177ef74e8d5\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177ef75041e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef750639\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef750639\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177ef7595ad\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef76b459\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-177ef76ea03\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177ef781845\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177ef78618d\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177ef786416\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef78a475\"] { width: 172px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-177ef78cde8\"] { margin: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef79fa01\"]::after { clear: both; }[data-css=\"tve-u-177ef7a8e53\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177ef7b5bc1\"] { max-width: 59.1%; }[data-css=\"tve-u-177ef7b5bee\"] { max-width: 40.9%; }[data-css=\"tve-u-177ef7e1747\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef7f2a43\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { --g-regular-weight:400; letter-spacing: 2px; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177ef8069b3\"] { width: 266px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-177ef811dc7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177ef81392f\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px  !important; }[data-css=\"tve-u-177ef8166bb\"] { margin: 0px !important; }[data-css=\"tve-u-177ef837c03\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef838ce3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef83ae31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\")  !important; }[data-css=\"tve-u-177ef84f2ea\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(223, 46, 53) !important; --tcb-applied-color:rgb(223,46,53)  !important; --tve-applied-color:rgb(223,46,53)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef8603c0\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(223, 46, 53), rgb(223, 46, 53)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53))  !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177ef866efa\"] { --tve-alignment:center; float: none; max-width: 430px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:430px  !important; }[data-css=\"tve-u-177ef8734a6\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177ef87a881\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 28px 35px 65px 0px; --tve-applied-box-shadow:28px 35px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2993f70\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f2998b21\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f299b933\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-top: 30px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f29cf036\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f29cfab2\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f29d146d\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f29daa20\"] { margin-top: 35px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f29ea0a9\"] { --tve-alignment:center; float: none; max-width: 830px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:830px  !important; }[data-css=\"tve-u-177f29fb796\"] { margin-top: 17px !important; }[data-css=\"tve-u-177f2a0dc5d\"] { width: 167px; --tve-alignment:center; float: none; margin: 36px auto 0px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a25590\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a3893b\"] { --tve-alignment:center; float: none; margin: 70px auto 0px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-top: 30px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2a4441e\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2a50d75\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a51bfc\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2a65e81\"] { max-width: 1250px; min-height: 1px !important; }[data-css=\"tve-u-177f2a67ae6\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2a759c2\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { width: 1222px; --tve-alignment:center; float: none; margin: 60px auto 0px !important; }[data-css=\"tve-u-177f2ba98f9\"] { width: 1222px; margin-top: 10px !important; }[data-css=\"tve-u-177f2bc27dc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f2bc4a56\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2bcbf41\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2bced7a\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2bd516e\"] { width: 167px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2bdf70b\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2be89a5\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-top: 20px !important; margin-bottom: 28px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f2c3050e\"] { max-width: 1500px; min-height: 1px !important; }[data-css=\"tve-u-177f2c312f4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c343f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\")  !important; }[data-css=\"tve-u-177f2c36f77\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(70, 102, 255) !important; --tcb-applied-color:rgb(70,102,255)  !important; --tve-applied-color:rgb(70,102,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c3ffe0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2c46216\"] { width: 75%; --tve-alignment:center; float: none; margin: 60px auto -20px !important; }[data-css=\"tve-u-177f2c52e9a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c53969\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2c56e51\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2c65100\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c656fa\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2c69041\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c6c15b\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c7a9be\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c87396\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c8df82\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c934c0\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99282\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99db2\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1084\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1964\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb20a5\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb3d17\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb466f\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb7d89\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cb9ef9\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cca93a\"] { padding-top: 40px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-177f2ccb86d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2ccd1fe\"] { background-image: linear-gradient(rgb(45, 44, 77), rgb(45, 44, 77)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77))  !important; }[data-css=\"tve-u-177f2cd4c80\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f2cd9a6c\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f2cdd7ee\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 56px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2ce2da3\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2cedfcd\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f2cf0eea\"] { --tve-alignment:center; float: none; max-width: 600px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:600px  !important; }[data-css=\"tve-u-177f2cf3d47\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cf3d47\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f2cf7ad7\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }[data-css=\"tve-u-177f2cfde6a\"] { --tve-border-radius:50px; border-radius: 50px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; }[data-css=\"tve-u-177f2d032c6\"] { --tve-alignment:center; margin-top: 0px !important; margin-bottom: 0px !important; padding: 3px 20px 3px 70px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f2d1f6d3\"] { max-width: 16.9%; }[data-css=\"tve-u-177f2d1f719\"] { max-width: 83.1%; }[data-css=\"tve-u-177f2d2cd1d\"]::after { clear: both; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2d94c6c\"] { padding-right: 0px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f2d96ab3\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177f2d99909\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\")  !important; }[data-css=\"tve-u-177f2e7a44a\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2e7b92d\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2e8e726\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(128, 127, 163) !important; --tcb-applied-color:rgb(128,127,163)  !important; --tve-applied-color:rgb(128,127,163)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2e9c879\"] { padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2ecc58b\"] { width: 524px; --tve-alignment:center; float: none; margin: 65px auto 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { width: 1187px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 15px !important; }[data-css=\"tve-u-177f2eea335\"] { padding-top: 25px !important; padding-right: 1px !important; padding-bottom: 90px !important; }[data-css=\"tve-u-177f2eeb6dc\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2eedb92\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f075b1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f17772\"] { margin-top: 60px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f2f1a0c4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f1a2fd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f2f20ea1\"] { max-width: 60%; }[data-css=\"tve-u-177f2f20ee6\"] { max-width: 40%; }[data-css=\"tve-u-177f2f2abe7\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f3553a\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f2f47505\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2f6c3bc\"] { max-width: 40%; }[data-css=\"tve-u-177f2f6c3c0\"] { max-width: 60%; }[data-css=\"tve-u-177f2f7c8a3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f9b9d3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2fb753b\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2fb8334\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2fbbdfe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\")  !important; }[data-css=\"tve-u-177f2fc08f6\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2fd8be1\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f2fd8be1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177f2fdcb6d\"] { --tve-alignment:center; float: none; max-width: 1110px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1110px  !important; }[data-css=\"tve-u-177f2fec654\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f300f751\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3026ea7\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f3039329\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3044829\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-top: 20px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-177f307797d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f308113d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f3087c2e\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3088702\"] { max-width: 1310px; min-height: 1px !important; }[data-css=\"tve-u-177f308e56b\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0)  !important; --tve-applied-color:rgb(134,60,0)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f30b199b\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f30b5166\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3130096\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\")  !important; }[data-css=\"tve-u-177f3139c37\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31452a8\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3157150\"] { --tve-alignment:center; float: none; max-width: 1165px; margin: 80px auto 55px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1165px  !important; }[data-css=\"tve-u-177f315a302\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f315a4bd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f315f3fc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31656d1\"] { width: 502px; float: left; z-index: 3; position: relative; --tve-alignment:left; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f3177522\"] { max-width: 52.5%; }[data-css=\"tve-u-177f3177588\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31ab0f7\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31ab0fc\"] { max-width: 52.5%; }[data-css=\"tve-u-177f31c1153\"] { width: 506px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31cd26d\"] { width: 536px; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d1fed\"] { width: 575px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31f1929\"] { padding-left: 1px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f31f2db0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f31f72a9\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\")  !important; }[data-css=\"tve-u-177f31f9fc4\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31ff4e5\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255)  !important; --tve-applied-color:rgb(45,111,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f320dfec\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f3213c1f\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3225149\"] { --tve-alignment:center; float: none; max-width: 605px; margin: 70px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:605px  !important; }[data-css=\"tve-u-177f32449f0\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 70px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px  !important; }[data-css=\"tve-u-177f32601e9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f32618b4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3273d31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\")  !important; }[data-css=\"tve-u-177f327986f\"] { --tve-alignment:center; float: none; max-width: 235px; margin: 20px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:235px  !important; }[data-css=\"tve-u-177f328170a\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f329310a\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f329d58c\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 60px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px  !important; }[data-css=\"tve-u-177f32a4824\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f32a541c\"] { max-width: 1300px; min-height: 1px !important; }[data-css=\"tve-u-177f32ac7bc\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32c2ead\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32cc96e\"] { --tve-alignment:center; float: none; max-width: 510px; margin: 75px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:510px  !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32e0766\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 22px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e83f8\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e8817\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -35px !important; }[data-css=\"tve-u-177f3312f1c\"] { max-width: 57%; }[data-css=\"tve-u-177f3312f9f\"] { max-width: 43%; }:not(#tve) [data-css=\"tve-u-177f332c3b3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f332c3b3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33352e7\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33352e7\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f332c3b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f333ea77\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f333ea77\"] li { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f334b91b\"] { margin: -10px 0px 0px 40px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33504b3\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33504b9\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33504b9\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f33504be\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f33504be\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33504be\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f335ad98\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f335ad98\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f335ad9e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f335ad9e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f335ada3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f335ada3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f335ada3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f336bd60\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f3382b76\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(102, 46, 155), rgb(102, 46, 155)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155))  !important; }[data-css=\"tve-u-177f3385075\"] { --tve-alignment:center; float: none; max-width: 580px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:580px  !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33a201e\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33a6666\"] { max-width: 43%; }[data-css=\"tve-u-177f33a666e\"] { max-width: 57%; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f33c0454\"] { margin-top: 5px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33c0454\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-top: 7px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33e70e3\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(221, 51, 93), rgb(221, 51, 93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93))  !important; }[data-css=\"tve-u-177f33e9b9d\"] { --tve-alignment:center; float: none; max-width: 515px; margin: 5px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:515px  !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33fb43d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33fb43d\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3403bb1\"] { width: 731px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f340f0db\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }[data-css=\"tve-u-177f3430aeb\"] { --tve-alignment:center; float: none; max-width: 410px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:410px  !important; }[data-css=\"tve-u-177f343b452\"] { margin-top: 20px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 110px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f34471ce\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f344d48e\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f3472113\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f347c3dc\"] { font-size: 20px !important; }[data-css=\"tve-u-177f347d8aa\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-177f347db00\"] { max-width: 43%; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 70px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f347f8e4\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f348639d\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f3498c0f\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -20px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349ead0\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f34f1a1c\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f34f3296\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f34f4614\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; }[data-css=\"tve-u-177f34f6e57\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f34f8f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34f919a\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f34fe90f\"] { width: 660px; --tve-alignment:center; float: none; margin: 0px auto -25px !important; }[data-css=\"tve-u-177f34ffb55\"] { max-width: 44%; }[data-css=\"tve-u-177f34ffbfa\"] { max-width: 56%; }:not(#tve) [data-css=\"tve-u-177f3505406\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3505406\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f350e812\"] { margin: 55px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f35226f8\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f35238df\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f3524116\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3528e35\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3533c2a\"] { width: 852px; --tve-alignment:center; float: none; margin: 45px auto -20px !important; }[data-css=\"tve-u-177f3546fcf\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3547bed\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f354d74f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\")  !important; }[data-css=\"tve-u-177f3559eea\"] { padding: 0px 0px 5px !important; margin-top: 30px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f3565944\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f356721c\"] { margin-top: 20px !important; margin-bottom: 72px !important; }[data-css=\"tve-u-177f3567625\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f3c344f0\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3c3529f\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3c399e7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\")  !important; }[data-css=\"tve-u-177f3c3d848\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; }[data-css=\"tve-u-177f3c3fd75\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c3ffe8\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c505e9\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c5808f\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c58156\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 110px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c74bfa\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c74c02\"] { max-width: 50.5%; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c817af\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto -30px !important; }[data-css=\"tve-u-177f3cb27b2\"] { padding-top: 40px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-177f3cb3c0e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3cb7364\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f3cbbdae\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3cced25\"] { color: rgb(45, 111, 255) !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3d09ac8\"] { max-width: 1200px; min-height: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d10d55\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d3493d\"] { display: block; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 45px !important; }[data-css=\"tve-u-177f3d39bf0\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3d39ecd\"] { padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f3d427ec\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f3d43fd2\"] { max-width: 52%; }[data-css=\"tve-u-177f3d440aa\"] { max-width: 48%; }[data-css=\"tve-u-177f3d48caf\"]::after { clear: both; }[data-css=\"tve-u-177f3d570bd\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }[data-css=\"tve-u-177f3d5b108\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f3d5b10e\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d6ac31\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d71979\"] { margin: 20px 0px 0px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f3d8a990\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f3d91bed\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d937e9\"] { max-width: 48%; }[data-css=\"tve-u-177f3d937f1\"] { max-width: 52%; }[data-css=\"tve-u-177f3d973d0\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f3d9a883\"]::after { clear: both; }[data-css=\"tve-u-177f3dbab73\"] { padding-right: 1px !important; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3dbc2f8\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3dc035d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\")  !important; }[data-css=\"tve-u-177f3dc9188\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f3e04b11\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e04e31\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3e0b092\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -60px !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(241, 247, 253) !important; --tcb-applied-color:rgb(241,247,253)  !important; --tve-applied-color:rgb(241,247,253)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e1a081\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3e1a170\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e1e697\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-177f3e27941\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e28681\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e2b960\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0)  !important; --tve-applied-color:rgb(134,60,0)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e370ce\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e370d6\"] { max-width: 49.5%; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin: 200px 0px 0px !important; }[data-css=\"tve-u-177f3e61358\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -10px !important; }[data-css=\"tve-u-177f3e65371\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e66119\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e69752\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\")  !important; }[data-css=\"tve-u-177f3e6e415\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { --tve-alignment:center; float: none; max-width: 1100px; margin: 40px auto 70px !important; --tve-applied-max-width:1100px  !important; padding-top: 45px !important; padding-bottom: 45px !important; }[data-css=\"tve-u-177f3e77cd5\"] { --tve-border-radius:15px; border-radius: 15px; overflow: hidden; --tve-border-width:5px; background-image: linear-gradient(rgb(252, 251, 255), rgb(252, 251, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255))  !important; border: 5px dotted rgb(24, 33, 154) !important; --tve-applied-border:5px dotted rgb(24,33,154)  !important; }[data-css=\"tve-u-177f3e87046\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e874dd\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { width: 462px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 25px auto -20px -35px !important; }[data-css=\"tve-u-177f3e8d216\"] { max-width: 44.5%; }[data-css=\"tve-u-177f3e8d331\"] { max-width: 55.5%; }[data-css=\"tve-u-177f3e935cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: -80px !important; }[data-css=\"tve-u-177f3e9944c\"]::after { clear: both; }[data-css=\"tve-u-177f3ea59e1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ee8e33\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3ee9e0d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3eeeeba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255)  !important; --tve-applied-color:rgb(45,111,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3efc46a\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3f0444b\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3f0a10e\"] { --tve-alignment:center; float: none; max-width: 335px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:335px  !important; }[data-css=\"tve-u-177f3f17815\"] { --tve-alignment:center; float: none; max-width: 550px; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:550px  !important; padding: 25px 0px !important; }[data-css=\"tve-u-177f3f1d2ec\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }[data-css=\"tve-u-177f3f41691\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }:not(#tve) [data-css=\"tve-u-177f3f43e24\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f43e24\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f43e24\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f4e1ee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f4e1ee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f3f5e5f8\"] .tve_sep { width: 100%; border-width: 1px !important; border-color: rgb(230, 231, 238) !important; }[data-css=\"tve-u-177f3f5e5f8\"] { padding-right: 1px !important; padding-top: 2px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e399\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f7e399\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f7e3a0\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f7e3a0\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f7e3a0\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8caee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8caee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8caf8\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8caf8\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8caf8\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d114\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d11c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d11c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d123\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d123\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d123\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d6de\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d6de\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d6e5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d6e5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d6e5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e545\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8e54c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8e54c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8e552\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8e552\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8e552\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ea06\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ea06\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ea0c\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ea0c\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ea0c\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ef13\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ef13\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ef1a\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ef1a\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ef1a\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8f9fa\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8f9fa\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fa01\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fa01\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fa01\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8fe76\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8fe76\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fe7d\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fe7d\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fe7d\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90389\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90390\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90390\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90397\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90397\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90397\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90f37\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90f3e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90f3e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90f45\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90f45\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90f45\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f9153a\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91542\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91542\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91549\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91549\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91549\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91ceb\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91ceb\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91cf2\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91cf2\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91cf2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f921cc\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f921d4\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f921d4\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f921da\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f921da\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f921da\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f925e7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f925ef\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f925ef\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f925f6\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f925f6\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f925f6\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177f3ff3a83\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin-left: auto !important; margin-right: auto !important; margin-top: 50px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; }[data-css=\"tve-u-177f3ff3a8f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ff3a8f\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177f401a849\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 40px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177f401e0d3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f401f783\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f4020071\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f402828b\"] { width: 302px; --tve-alignment:center; float: none; margin: 55px auto -70px !important; }:not(#tve) [data-css=\"tve-u-177f4032c67\"] { --g-regular-weight:400; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 29px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177f40374ed\"] { margin-top: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f4053992\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f40555d4\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; }[data-css=\"tve-u-177f40563ba\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin-top: 60px !important; background-color: rgba(244, 245, 248, 0) !important; --background-color:rgba(244,245,248,0)  !important; --tve-applied-background-color:rgba(244,245,248,0)  !important; padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-column { width: calc(50% - 60px) !important; margin-left: 60px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-grid { margin-left: -60px !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; --tve-color:rgb(24,33,154); --tve-applied---tve-color:rgb(24,33,154); --tve-font-weight:var(--g-regular-weight,normal); --tve-font-family:Poppins; --g-regular-weight:400; --g-bold-weight:600; --tve-line-height:1.3em; --tve-font-size:20px; padding: 17px !important; }:not(#tve) [data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve-toggle-text { --tcb-applied-color:var$(--tve-color,rgb(24,33,154)); font-family: var(--tve-font-family,Poppins); color: var(--tve-color,rgb(24,33,154))  !important; --tve-applied-color:var$(--tve-color,rgb(24,33,154))  !important; font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) )  !important; line-height: var(--tve-line-height,1.3em)  !important; font-size: var(--tve-font-size,20px)  !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve_toggle { font-size: 28px !important; width: 28px !important; height: 28px !important; color: rgb(254, 165, 38) !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title.tve-state-expanded:not(.inc) { --tve-border-bottom-right-radius:0px; border-bottom-right-radius: 0px; overflow: hidden; --tve-border-bottom-left-radius:0px; border-bottom-left-radius: 0px; }[data-css=\"tve-u-17010f7948e\"] { --tve-border-bottom-left-radius:10px; overflow: hidden; --tve-border-bottom-right-radius:10px; border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-size: 19px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f40c3127\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c312e\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3132\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3136\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3139\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40fab7c\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f40fc0d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f40fdbc1\"] { background-image: linear-gradient(rgb(24, 33, 154), rgb(24, 33, 154)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154))  !important; }[data-css=\"tve-u-177f40ffa6a\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f4103479\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f41039b1\"] { padding-bottom: 0px !important; padding-top: 5px !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(191, 194, 235) !important; --tcb-applied-color:rgb(191,194,235)  !important; --tve-applied-color:rgb(191,194,235)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 13px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 50px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f43a9710\"] { margin-top: 5px !important; }[data-css=\"tve-u-177f43d4cda\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43d8143\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43d992c\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43dfc0f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43e06bf\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43e2659\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43e9551\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43f55b3\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 88px !important; }[data-css=\"tve-u-177f44149d5\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 10px !important; }[data-css=\"tve-u-177f442412f\"] { --tve-alignment:center; float: none; max-width: 155px; z-index: 3; position: relative; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:155px  !important; }:not(#tve) [data-css=\"tve-u-177f442412f\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177f447e826\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f448b596\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448b596\"] { margin-left: -40px; }[data-css=\"tve-u-177f448ea8f\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448ea8f\"] { margin-left: -40px; }[data-css=\"tve-u-177f44a4396\"] { max-width: 45.3%; }[data-css=\"tve-u-177f44a43bc\"] { max-width: 54.7%; }[data-css=\"tve-u-177f44aef1f\"] { padding-right: 20px !important; }[data-css=\"tve-u-177f454ce43\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f45651aa\"] { margin: 50px 0px 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-top: 50px !important; }[data-css=\"tve-u-177f456c9db\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"), linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto, auto !important; background-position: 50% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto,auto  !important; --background-position:50% 100%,50% 50%  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f4570976\"] { padding-top: 20px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f53c05fe\"] { max-width: 57.7%; }[data-css=\"tve-u-177f53c3c27\"] { width: 398px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-177f53c770c\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f53c3c27\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f53d0711\"] { max-width: 42.3%; }[data-css=\"tve-u-177f5447078\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 26px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 100px !important; }[data-css=\"tve-u-177f545e114\"] { margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f547ea55\"] { padding-right: 20px !important; padding-top: 30px !important; }[data-css=\"tve-u-177f54a7efe\"] { width: 75%; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f54aa467\"] { width: 80%; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f54ae90b\"] { margin-left: -5px; padding: 5px 20px 0px !important; }[data-css=\"tve-u-177f54ae90b\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177f814d79d\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f814e410\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f816a396\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f816a396\"] { margin-left: -40px; }[data-css=\"tve-u-177f8178c3d\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f817e730\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f81809e2\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8182fc1\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177f81881fc\"] { max-width: 150px; margin: 40px 0px 0px !important; --tve-applied-max-width:150px  !important; }[data-css=\"tve-u-177f818b838\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f818f5fd\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8192e09\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 1px !important; }[data-css=\"tve-u-177f81abb44\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f821e4d0\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f821e4d0\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8220f8b\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8233d7f\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f824afb5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f824c872\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f824d43c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f824efb6\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8250590\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f8251c0f\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8252778\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f8263423\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f82675ea\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f826ac31\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 100px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f826df94\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f82757a1\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f8277177\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f829e77b\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82a1847\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82b827d\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px  !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f83749d5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f83772e0\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8377e3c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f838585e\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83886da\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f838de3a\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f83914e3\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f8392e45\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83983be\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f839c86a\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839d334\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f83acceb\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83ec567\"] { margin: 0px !important; }[data-css=\"tve-u-177f9221874\"] { max-width: 860px !important; --tve-applied-max-width:860px  !important; margin-top: 35px !important; }[data-css=\"tve-u-177f927ff39\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9612d0a\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177f9612d15\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f961d8dd\"] { max-width: 45.3%; }[data-css=\"tve-u-177f961d8e5\"] { max-width: 54.7%; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9a90354\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9aa7728\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9f2c750\"] { width: 425px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177f9f2c830\"] { margin-top: 0px; margin-left: -21.281px; width: 105% !important; max-width: none !important; }[data-css=\"tve-u-177f9f2c750\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f9f645ee\"] { width: 800px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f9f939de\"] { width: 386px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177fa02dd26\"] { width: 757px; --tve-alignment:center; float: none; margin: 40px auto -20px !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.75em !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fa042804\"] { max-width: 741px; --tve-alignment:center; float: none; margin-top: -5px !important; --tve-applied-max-width:741px  !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177fa226bad\"] { max-width: 48%; }[data-css=\"tve-u-177fa619c2b\"] { width: 424px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa639aba\"] { width: 421px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa65005e\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177fa67829b\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177fa67a873\"] { margin-top: 10px !important; }[data-css=\"tve-u-177fcd9d86d\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177fcd9ec19\"] { max-width: 150px; margin: 20px 0px 0px !important; --tve-applied-max-width:150px  !important; }[data-css=\"tve-u-177fcf30d9d\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf46d6b\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf4cf1b\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177fd2acc27\"] { max-width: 40%; }[data-css=\"tve-u-177fdaa8e22\"] { margin-top: 0px; margin-left: -4.641px; width: 103% !important; max-width: none !important; }[data-css=\"tve-u-177fdad4c5b\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31656d1\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177fdb1a08e\"]::after { clear: both; }[data-css=\"tve-u-177fdb1adb8\"]::after { clear: both; }[data-css=\"tve-u-177fdb1fbb0\"]::after { clear: both; }[data-css=\"tve-u-177fdcdc16b\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 412px !important; --tve-applied-max-width:412px  !important; }[data-css=\"tve-u-177fdcdf2ab\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 462px !important; --tve-applied-max-width:462px  !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(215, 222, 255) !important; --tcb-applied-color:rgb(215,222,255)  !important; --tve-applied-color:rgb(215,222,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe7fe486\"] { margin-top: -85px !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe81cf44\"] { --tve-alignment:center; float: none; margin-top: -50px !important; margin-left: 280px !important; margin-right: auto !important; }[data-css=\"tve-u-177fe821d9f\"] { --tve-alignment:center; float: none; margin-top: -10px !important; margin-left: auto !important; margin-right: 250px !important; }[data-css=\"tve-u-17e9b3e270c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-17f8edfb7b6\"] { width: 78px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-17f8efa18c1\"] { max-width: 100%; }[data-css=\"tve-u-17f8f6544ba\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-17f91e126d2\"] { max-width: 51.9994%; }[data-css=\"tve-u-17f91e218ed\"] { max-width: 47.9991%; }[data-css=\"tve-u-17f921394c9\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-17f9213b169\"] { font-weight: var(--g-bold-weight,bold) !important; }:not(#tve) [data-css=\"tve-u-17f9213b173\"] { font-weight: var(--g-bold-weight,bold) !important; color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186,17,17) !important; --tve-applied-color:rgb(186,17,17) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { padding: 16px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { font-size: 28px !important; }[data-css=\"tve-u-177f814d79d\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f814e410\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef532a85\"] { margin-bottom: 140px !important; }[data-css=\"tve-u-177ef57e6d8\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -80px !important; }[data-css=\"tve-u-177f8162a98\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448ea8f\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816a161\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f816a396\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816d1cc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448b596\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f5447078\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { font-size: 28px !important; }[data-css=\"tve-u-177ef53902e\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f8178c3d\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 20px !important; }[data-css=\"tve-u-177f817e730\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f81809e2\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f81881fc\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f818b838\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f818f5fd\"] { margin-top: 30px !important; padding: 20px !important; }[data-css=\"tve-u-177f8192e09\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { font-size: 42px !important; }[data-css=\"tve-u-177f45651aa\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { font-size: 24px !important; }[data-css=\"tve-u-177f81abb44\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ea0a9\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2a3893b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { font-size: 50px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { font-size: 52px !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-position: 50% 50%, 50% 100% !important; --background-position:50% 50%,50% 100%  !important; background-size: auto, cover !important; --background-size:auto auto,cover  !important; background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; }[data-css=\"tve-u-177f2ba98f9\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177ef8734a6\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { font-size: 56px !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-177f2cd9a6c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf0eea\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 40px !important; }[data-css=\"tve-u-177f821e4d0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8220f8b\"] { margin-right: -30px !important; margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { line-height: 1.2em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f8230150\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8233d7f\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf3d47\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f2cf7ad7\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2e9c879\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 20px !important; }[data-css=\"tve-u-177f824afb5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f824c872\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f824d43c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f824efb6\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177f8250590\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f8251c0f\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8252778\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2ecc58b\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f8263423\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f82675ea\"] { width: 230px; }[data-css=\"tve-u-177f826ac31\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f47505\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f826df94\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f82757a1\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f8277177\"] { margin-top: -10px !important; margin-bottom: -10px !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 230px; }[data-css=\"tve-u-177f827d7f4\"] { margin-top: 0px; }[data-css=\"tve-u-177f320dfec\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2fdcb6d\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f300f751\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829e77b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3039329\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f82a1847\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3026ea7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f307797d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f308113d\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { font-size: 48px !important; }[data-css=\"tve-u-177f82b827d\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f31656d1\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f31c1153\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f31cd26d\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f31d1fed\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3157150\"] { margin-bottom: 40px !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { font-size: 42px !important; }[data-css=\"tve-u-177ef81392f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3225149\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f32449f0\"] { margin-top: 40px !important; margin-bottom: 100px !important; }[data-css=\"tve-u-177f327986f\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f329d58c\"] { margin-top: 40px !important; margin-bottom: 140px !important; }[data-css=\"tve-u-177f32cc96e\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3385075\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 20px !important; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f349ead0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 20px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3403bb1\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f343b452\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e0766\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f348639d\"] { margin: 20px 10px 160px !important; }[data-css=\"tve-u-177f336bd60\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3472113\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f34f6e57\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { font-size: 40px !important; }[data-css=\"tve-u-177f3559eea\"] { margin: 20px 10px 40px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3565944\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f356721c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3567625\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { font-size: 60px !important; }[data-css=\"tve-u-177ef74e8d5\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177ef7e1747\"] { padding: 20px !important; }[data-css=\"tve-u-177f83749d5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f83772e0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8377e3c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef76ea03\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177ef781845\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177ef78618d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef786416\"] { flex-wrap: nowrap !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { font-size: 60px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f838585e\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83886da\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f838de3a\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83914e3\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f8392e45\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83983be\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3d973d0\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f839c86a\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f839d334\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3d8a990\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3d427ec\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83acceb\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d5b108\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3f17815\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3f41691\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f925e7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f921cc\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f9153a\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90f37\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90389\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e545\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d114\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177ef730895\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f54aa467\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f54a7efe\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f402828b\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f83ec567\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef489247\"] { background-position: 26% 50% !important; --background-position:26% 50%  !important; background-size: cover !important; --background-size:cover  !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; }[data-css=\"tve-u-177f3ff3a83\"] { margin-left: 10px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33e9b9d\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3430aeb\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177fa02dd26\"] { --tve-alignment:center; float: none; margin: 20px 0px 0px !important; }[data-css=\"tve-u-177fa67829b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177fcd9ec19\"] { margin-top: 30px !important; }}'),(2333,706,'tve_revision_tve_user_custom_css',''),(2334,706,'tve_revision_tve_page_events','a:0:{}'),(2335,706,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2336,706,'tve_revision_tve_global_scripts',''),(2337,706,'tve_revision_thrive_icon_pack','0'),(2338,706,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2339,706,'tve_revision_tve_has_masonry','0'),(2340,706,'tve_revision_tve_has_typefocus','0'),(2341,706,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784259\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784257\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784261\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784262\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784260\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784258\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784263\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784264\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Price Will Be $67 Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://buy.stripe.com/cN203I8u73M3byEcMX\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for $45</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2342,706,'tve_revision_tve_has_wistia_popover','0'),(2343,707,'tve_revision_tve_landing_page','tcb2-blank-page-boxed'),(2344,707,'tve_revision_tve_disable_theme_dependency','1'),(2345,707,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784259\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784257\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784261\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784262\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784260\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784258\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784263\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784264\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://buy.stripe.com/cN203I8u73M3byEcMX\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for N20,000</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2346,707,'tve_revision_tve_content_more_found',''),(2347,707,'tve_revision_tve_save_post',''),(2348,707,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Poppins:300,600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Sriracha:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; line-height: 1.2em; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; line-height: 13px; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 36px; line-height: 1.4em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 46px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(245, 245, 245) !important; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link), #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a, #tcb_landing_page .tve-input-option-text a { color: rgb(0, 87, 229); text-decoration: underline; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link):hover, #tcb_landing_page .tcb-styled-list a:hover, #tcb_landing_page .tcb-numbered-list a:hover, #tcb_landing_page .tve-input-option-text a:hover { text-decoration: none; }#tcb_landing_page p { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }[data-css=\"tve-u-177ef47e6c0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef47fd66\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef489247\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; }[data-css=\"tve-u-177ef49089d\"] { width: 180px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177ef497f0f\"] { --tve-alignment:center; float: none; max-width: 650px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:650px  !important; }[data-css=\"tve-u-177ef4994ec\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(45, 111, 255), rgb(45, 111, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255))  !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] strong { font-weight: 600 !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef4c7cb8\"] { color: rgb(255, 140, 3) !important; }[data-css=\"tve-u-177ef4c9771\"] { color: rgb(45, 111, 255) !important; }[data-css=\"tve-u-177ef4cc9af\"] { margin-top: 30px !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(181, 194, 255) !important; --tcb-applied-color:rgb(181,194,255)  !important; --tve-applied-color:rgb(181,194,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef4e4241\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177ef507d92\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef507d92\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; }[data-css=\"tve-u-177ef518bbb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef518bbb\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef532a85\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 180px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177ef53558c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef535860\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177ef53902e\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef54876d\"] { max-width: 43%; }[data-css=\"tve-u-177ef548779\"] { max-width: 57%; }[data-css=\"tve-u-177ef5798ef\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef57adbc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef57c105\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"), linear-gradient(rgb(0, 20, 111), rgb(0, 20, 111)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111))  !important; --background-size:auto,auto  !important; --background-position:50% 50%,50% 50%  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111))  !important; }[data-css=\"tve-u-177ef57e6d8\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177ef580b18\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef580c6d\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef580c6d\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef590770\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(2, 2, 36, 0.2) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(2,2,36,0.2); background-image: linear-gradient(rgb(11, 33, 132), rgb(11, 33, 132)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132))  !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef59de27\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef5ab462\"] { width: 167px; --tve-alignment:center; float: none; margin: 35px auto 0px !important; }[data-css=\"tve-u-177ef5b654a\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef5b654a\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef5bc2a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef5bc2a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5bc2a1\"] { line-height: 1.3em !important; margin-right: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5fc0cf\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef5fc0cf\"] li { margin-bottom: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef655732\"] { width: 167px; --tve-alignment:center; float: none; margin: 15px auto 0px !important; }[data-css=\"tve-u-177ef6659a4\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef665ae2\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef665ae2\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef6840bf\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177ef6840bf\"] { margin-left: -5px; padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef684cee\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef687a65\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef687a65\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f05\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px  !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f05\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f09\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f09\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f0b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f0b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f0b\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f0f\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f0f\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f11\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f11\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f11\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f15\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f15\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f17\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f17\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f17\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f1b\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f1b\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f1d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f1d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f1d\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f21\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f21\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f23\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f23\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f23\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f27\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f27\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f29\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248)  !important; --tve-applied-color:rgb(232,236,248)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177ef6b1f29\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f29\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6efb5f\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef720eb6\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef7224e2\"] { padding-bottom: 40px !important; padding-top: 25px !important; }[data-css=\"tve-u-177ef724b65\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\")  !important; }[data-css=\"tve-u-177ef72998c\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef72f5f0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177ef730895\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin: 40px auto 10px !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef730895\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177ef730898\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; }[data-css=\"tve-u-177ef730898\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef730898\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef743459\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 160px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177ef74739a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef747dfe\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177ef74aede\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\")  !important; }[data-css=\"tve-u-177ef74e8d5\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177ef75041e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef750639\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef750639\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177ef7595ad\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef76b459\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-177ef76ea03\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177ef781845\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177ef78618d\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177ef786416\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef78a475\"] { width: 172px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-177ef78cde8\"] { margin: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef79fa01\"]::after { clear: both; }[data-css=\"tve-u-177ef7a8e53\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177ef7b5bc1\"] { max-width: 59.1%; }[data-css=\"tve-u-177ef7b5bee\"] { max-width: 40.9%; }[data-css=\"tve-u-177ef7e1747\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef7f2a43\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { --g-regular-weight:400; letter-spacing: 2px; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177ef8069b3\"] { width: 266px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-177ef811dc7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177ef81392f\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px  !important; }[data-css=\"tve-u-177ef8166bb\"] { margin: 0px !important; }[data-css=\"tve-u-177ef837c03\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef838ce3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef83ae31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\")  !important; }[data-css=\"tve-u-177ef84f2ea\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(223, 46, 53) !important; --tcb-applied-color:rgb(223,46,53)  !important; --tve-applied-color:rgb(223,46,53)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef8603c0\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(223, 46, 53), rgb(223, 46, 53)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53))  !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177ef866efa\"] { --tve-alignment:center; float: none; max-width: 430px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:430px  !important; }[data-css=\"tve-u-177ef8734a6\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177ef87a881\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 28px 35px 65px 0px; --tve-applied-box-shadow:28px 35px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2993f70\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f2998b21\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f299b933\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-top: 30px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f29cf036\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f29cfab2\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f29d146d\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f29daa20\"] { margin-top: 35px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f29ea0a9\"] { --tve-alignment:center; float: none; max-width: 830px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:830px  !important; }[data-css=\"tve-u-177f29fb796\"] { margin-top: 17px !important; }[data-css=\"tve-u-177f2a0dc5d\"] { width: 167px; --tve-alignment:center; float: none; margin: 36px auto 0px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a25590\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a3893b\"] { --tve-alignment:center; float: none; margin: 70px auto 0px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-top: 30px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2a4441e\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2a50d75\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a51bfc\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2a65e81\"] { max-width: 1250px; min-height: 1px !important; }[data-css=\"tve-u-177f2a67ae6\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2a759c2\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { width: 1222px; --tve-alignment:center; float: none; margin: 60px auto 0px !important; }[data-css=\"tve-u-177f2ba98f9\"] { width: 1222px; margin-top: 10px !important; }[data-css=\"tve-u-177f2bc27dc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f2bc4a56\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2bcbf41\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2bced7a\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2bd516e\"] { width: 167px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2bdf70b\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2be89a5\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-top: 20px !important; margin-bottom: 28px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f2c3050e\"] { max-width: 1500px; min-height: 1px !important; }[data-css=\"tve-u-177f2c312f4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c343f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\")  !important; }[data-css=\"tve-u-177f2c36f77\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(70, 102, 255) !important; --tcb-applied-color:rgb(70,102,255)  !important; --tve-applied-color:rgb(70,102,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c3ffe0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2c46216\"] { width: 75%; --tve-alignment:center; float: none; margin: 60px auto -20px !important; }[data-css=\"tve-u-177f2c52e9a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c53969\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2c56e51\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2c65100\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c656fa\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2c69041\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c6c15b\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c7a9be\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c87396\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c8df82\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c934c0\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99282\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99db2\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1084\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1964\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb20a5\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb3d17\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb466f\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb7d89\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cb9ef9\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cca93a\"] { padding-top: 40px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-177f2ccb86d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2ccd1fe\"] { background-image: linear-gradient(rgb(45, 44, 77), rgb(45, 44, 77)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77))  !important; }[data-css=\"tve-u-177f2cd4c80\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f2cd9a6c\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f2cdd7ee\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 56px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2ce2da3\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2cedfcd\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f2cf0eea\"] { --tve-alignment:center; float: none; max-width: 600px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:600px  !important; }[data-css=\"tve-u-177f2cf3d47\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cf3d47\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f2cf7ad7\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }[data-css=\"tve-u-177f2cfde6a\"] { --tve-border-radius:50px; border-radius: 50px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; }[data-css=\"tve-u-177f2d032c6\"] { --tve-alignment:center; margin-top: 0px !important; margin-bottom: 0px !important; padding: 3px 20px 3px 70px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f2d1f6d3\"] { max-width: 16.9%; }[data-css=\"tve-u-177f2d1f719\"] { max-width: 83.1%; }[data-css=\"tve-u-177f2d2cd1d\"]::after { clear: both; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2d94c6c\"] { padding-right: 0px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f2d96ab3\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177f2d99909\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\")  !important; }[data-css=\"tve-u-177f2e7a44a\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2e7b92d\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2e8e726\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(128, 127, 163) !important; --tcb-applied-color:rgb(128,127,163)  !important; --tve-applied-color:rgb(128,127,163)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2e9c879\"] { padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2ecc58b\"] { width: 524px; --tve-alignment:center; float: none; margin: 65px auto 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { width: 1187px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 15px !important; }[data-css=\"tve-u-177f2eea335\"] { padding-top: 25px !important; padding-right: 1px !important; padding-bottom: 90px !important; }[data-css=\"tve-u-177f2eeb6dc\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2eedb92\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f075b1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f17772\"] { margin-top: 60px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f2f1a0c4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f1a2fd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f2f20ea1\"] { max-width: 60%; }[data-css=\"tve-u-177f2f20ee6\"] { max-width: 40%; }[data-css=\"tve-u-177f2f2abe7\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f3553a\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f2f47505\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2f6c3bc\"] { max-width: 40%; }[data-css=\"tve-u-177f2f6c3c0\"] { max-width: 60%; }[data-css=\"tve-u-177f2f7c8a3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f9b9d3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2fb753b\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2fb8334\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2fbbdfe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\")  !important; }[data-css=\"tve-u-177f2fc08f6\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2fd8be1\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f2fd8be1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177f2fdcb6d\"] { --tve-alignment:center; float: none; max-width: 1110px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1110px  !important; }[data-css=\"tve-u-177f2fec654\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f300f751\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3026ea7\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f3039329\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3044829\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-top: 20px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-177f307797d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f308113d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f3087c2e\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3088702\"] { max-width: 1310px; min-height: 1px !important; }[data-css=\"tve-u-177f308e56b\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0)  !important; --tve-applied-color:rgb(134,60,0)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f30b199b\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f30b5166\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3130096\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\")  !important; }[data-css=\"tve-u-177f3139c37\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31452a8\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3157150\"] { --tve-alignment:center; float: none; max-width: 1165px; margin: 80px auto 55px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1165px  !important; }[data-css=\"tve-u-177f315a302\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f315a4bd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f315f3fc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31656d1\"] { width: 502px; float: left; z-index: 3; position: relative; --tve-alignment:left; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f3177522\"] { max-width: 52.5%; }[data-css=\"tve-u-177f3177588\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31ab0f7\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31ab0fc\"] { max-width: 52.5%; }[data-css=\"tve-u-177f31c1153\"] { width: 506px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31cd26d\"] { width: 536px; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d1fed\"] { width: 575px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31f1929\"] { padding-left: 1px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f31f2db0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f31f72a9\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\")  !important; }[data-css=\"tve-u-177f31f9fc4\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31ff4e5\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255)  !important; --tve-applied-color:rgb(45,111,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f320dfec\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f3213c1f\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255))  !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3225149\"] { --tve-alignment:center; float: none; max-width: 605px; margin: 70px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:605px  !important; }[data-css=\"tve-u-177f32449f0\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 70px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px  !important; }[data-css=\"tve-u-177f32601e9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f32618b4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3273d31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\")  !important; }[data-css=\"tve-u-177f327986f\"] { --tve-alignment:center; float: none; max-width: 235px; margin: 20px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:235px  !important; }[data-css=\"tve-u-177f328170a\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f329310a\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f329d58c\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 60px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px  !important; }[data-css=\"tve-u-177f32a4824\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f32a541c\"] { max-width: 1300px; min-height: 1px !important; }[data-css=\"tve-u-177f32ac7bc\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32c2ead\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225))  !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32cc96e\"] { --tve-alignment:center; float: none; max-width: 510px; margin: 75px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:510px  !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32e0766\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 22px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e83f8\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e8817\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -35px !important; }[data-css=\"tve-u-177f3312f1c\"] { max-width: 57%; }[data-css=\"tve-u-177f3312f9f\"] { max-width: 43%; }:not(#tve) [data-css=\"tve-u-177f332c3b3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f332c3b3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33352e7\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33352e7\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f332c3b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f333ea77\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f333ea77\"] li { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f334b91b\"] { margin: -10px 0px 0px 40px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33504b3\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33504b9\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33504b9\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f33504be\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f33504be\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33504be\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f335ad98\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f335ad98\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f335ad9e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f335ad9e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f335ada3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f335ada3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f335ada3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f336bd60\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f3382b76\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(102, 46, 155), rgb(102, 46, 155)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155))  !important; }[data-css=\"tve-u-177f3385075\"] { --tve-alignment:center; float: none; max-width: 580px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:580px  !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33a201e\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33a6666\"] { max-width: 43%; }[data-css=\"tve-u-177f33a666e\"] { max-width: 57%; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f33c0454\"] { margin-top: 5px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33c0454\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-top: 7px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33e70e3\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(221, 51, 93), rgb(221, 51, 93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93))  !important; }[data-css=\"tve-u-177f33e9b9d\"] { --tve-alignment:center; float: none; max-width: 515px; margin: 5px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:515px  !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33fb43d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33fb43d\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3403bb1\"] { width: 731px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f340f0db\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }[data-css=\"tve-u-177f3430aeb\"] { --tve-alignment:center; float: none; max-width: 410px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:410px  !important; }[data-css=\"tve-u-177f343b452\"] { margin-top: 20px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 110px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f34471ce\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f344d48e\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f3472113\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f347c3dc\"] { font-size: 20px !important; }[data-css=\"tve-u-177f347d8aa\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-177f347db00\"] { max-width: 43%; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 70px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f347f8e4\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f348639d\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f3498c0f\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -20px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349ead0\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f34f1a1c\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f34f3296\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f34f4614\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; }[data-css=\"tve-u-177f34f6e57\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f34f8f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34f919a\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f34fe90f\"] { width: 660px; --tve-alignment:center; float: none; margin: 0px auto -25px !important; }[data-css=\"tve-u-177f34ffb55\"] { max-width: 44%; }[data-css=\"tve-u-177f34ffbfa\"] { max-width: 56%; }:not(#tve) [data-css=\"tve-u-177f3505406\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3505406\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f350e812\"] { margin: 55px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f35226f8\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f35238df\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f3524116\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3528e35\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3533c2a\"] { width: 852px; --tve-alignment:center; float: none; margin: 45px auto -20px !important; }[data-css=\"tve-u-177f3546fcf\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3547bed\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f354d74f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\")  !important; }[data-css=\"tve-u-177f3559eea\"] { padding: 0px 0px 5px !important; margin-top: 30px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f3565944\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f356721c\"] { margin-top: 20px !important; margin-bottom: 72px !important; }[data-css=\"tve-u-177f3567625\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f3c344f0\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3c3529f\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3c399e7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\")  !important; }[data-css=\"tve-u-177f3c3d848\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; }[data-css=\"tve-u-177f3c3fd75\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c3ffe8\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c505e9\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243)  !important; --tve-applied-color:rgb(222,222,243)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c5808f\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c58156\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 110px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c74bfa\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c74c02\"] { max-width: 50.5%; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c817af\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto -30px !important; }[data-css=\"tve-u-177f3cb27b2\"] { padding-top: 40px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-177f3cb3c0e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3cb7364\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f3cbbdae\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3cced25\"] { color: rgb(45, 111, 255) !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3d09ac8\"] { max-width: 1200px; min-height: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d10d55\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d3493d\"] { display: block; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 45px !important; }[data-css=\"tve-u-177f3d39bf0\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3d39ecd\"] { padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f3d427ec\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f3d43fd2\"] { max-width: 52%; }[data-css=\"tve-u-177f3d440aa\"] { max-width: 48%; }[data-css=\"tve-u-177f3d48caf\"]::after { clear: both; }[data-css=\"tve-u-177f3d570bd\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }[data-css=\"tve-u-177f3d5b108\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f3d5b10e\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d6ac31\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d71979\"] { margin: 20px 0px 0px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f3d8a990\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f3d91bed\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d937e9\"] { max-width: 48%; }[data-css=\"tve-u-177f3d937f1\"] { max-width: 52%; }[data-css=\"tve-u-177f3d973d0\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f3d9a883\"]::after { clear: both; }[data-css=\"tve-u-177f3dbab73\"] { padding-right: 1px !important; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3dbc2f8\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3dc035d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\")  !important; }[data-css=\"tve-u-177f3dc9188\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f3e04b11\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e04e31\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3e0b092\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -60px !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(241, 247, 253) !important; --tcb-applied-color:rgb(241,247,253)  !important; --tve-applied-color:rgb(241,247,253)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e1a081\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3e1a170\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e1e697\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-177f3e27941\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e28681\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e2b960\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0)  !important; --tve-applied-color:rgb(134,60,0)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e370ce\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e370d6\"] { max-width: 49.5%; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin: 200px 0px 0px !important; }[data-css=\"tve-u-177f3e61358\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -10px !important; }[data-css=\"tve-u-177f3e65371\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e66119\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e69752\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\")  !important; --background-size:cover  !important; --background-position:50% 100%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\")  !important; }[data-css=\"tve-u-177f3e6e415\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { --tve-alignment:center; float: none; max-width: 1100px; margin: 40px auto 70px !important; --tve-applied-max-width:1100px  !important; padding-top: 45px !important; padding-bottom: 45px !important; }[data-css=\"tve-u-177f3e77cd5\"] { --tve-border-radius:15px; border-radius: 15px; overflow: hidden; --tve-border-width:5px; background-image: linear-gradient(rgb(252, 251, 255), rgb(252, 251, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255))  !important; border: 5px dotted rgb(24, 33, 154) !important; --tve-applied-border:5px dotted rgb(24,33,154)  !important; }[data-css=\"tve-u-177f3e87046\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e874dd\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { width: 462px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 25px auto -20px -35px !important; }[data-css=\"tve-u-177f3e8d216\"] { max-width: 44.5%; }[data-css=\"tve-u-177f3e8d331\"] { max-width: 55.5%; }[data-css=\"tve-u-177f3e935cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: -80px !important; }[data-css=\"tve-u-177f3e9944c\"]::after { clear: both; }[data-css=\"tve-u-177f3ea59e1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ee8e33\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3ee9e0d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3eeeeba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\")  !important; --background-size:cover  !important; --background-position:50% 0%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\")  !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154)  !important; --tve-applied-color:rgb(24,33,154)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255)  !important; --tve-applied-color:rgb(45,111,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3efc46a\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3f0444b\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3))  !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3f0a10e\"] { --tve-alignment:center; float: none; max-width: 335px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:335px  !important; }[data-css=\"tve-u-177f3f17815\"] { --tve-alignment:center; float: none; max-width: 550px; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:550px  !important; padding: 25px 0px !important; }[data-css=\"tve-u-177f3f1d2ec\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255))  !important; }[data-css=\"tve-u-177f3f41691\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }:not(#tve) [data-css=\"tve-u-177f3f43e24\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f43e24\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f43e24\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f4e1ee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f4e1ee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f3f5e5f8\"] .tve_sep { width: 100%; border-width: 1px !important; border-color: rgb(230, 231, 238) !important; }[data-css=\"tve-u-177f3f5e5f8\"] { padding-right: 1px !important; padding-top: 2px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e399\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f7e399\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f7e3a0\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f7e3a0\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f7e3a0\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8caee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8caee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8caf8\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8caf8\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8caf8\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d114\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d11c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d11c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d123\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d123\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d123\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d6de\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d6de\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d6e5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d6e5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d6e5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e545\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8e54c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8e54c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8e552\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8e552\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8e552\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ea06\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ea06\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ea0c\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ea0c\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ea0c\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ef13\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ef13\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ef1a\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ef1a\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ef1a\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8f9fa\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8f9fa\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fa01\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fa01\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fa01\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8fe76\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8fe76\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fe7d\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fe7d\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fe7d\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90389\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90390\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90390\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90397\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90397\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90397\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90f37\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90f3e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90f3e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90f45\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90f45\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90f45\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f9153a\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91542\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91542\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91549\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91549\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91549\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91ceb\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91ceb\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91cf2\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91cf2\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91cf2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f921cc\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f921d4\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f921d4\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f921da\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f921da\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f921da\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f925e7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f925ef\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f925ef\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f925f6\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f925f6\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f925f6\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42)  !important; --tve-applied-background-color:rgb(96,193,42)  !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px)  !important; }[data-css=\"tve-u-177f3ff3a83\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42)  !important; margin-left: auto !important; margin-right: auto !important; margin-top: 50px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8)  !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 32px !important; }[data-css=\"tve-u-177f3ff3a8f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ff3a8f\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177f401a849\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 40px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px  !important; }[data-css=\"tve-u-177f401e0d3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f401f783\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f4020071\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f402828b\"] { width: 302px; --tve-alignment:center; float: none; margin: 55px auto -70px !important; }:not(#tve) [data-css=\"tve-u-177f4032c67\"] { --g-regular-weight:400; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3)  !important; --tve-applied-color:rgb(255,157,3)  !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 29px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177f40374ed\"] { margin-top: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f4053992\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f40555d4\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248))  !important; }[data-css=\"tve-u-177f40563ba\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin-top: 60px !important; background-color: rgba(244, 245, 248, 0) !important; --background-color:rgba(244,245,248,0)  !important; --tve-applied-background-color:rgba(244,245,248,0)  !important; padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-column { width: calc(50% - 60px) !important; margin-left: 60px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-grid { margin-left: -60px !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; --tve-color:rgb(24,33,154); --tve-applied---tve-color:rgb(24,33,154); --tve-font-weight:var(--g-regular-weight,normal); --tve-font-family:Poppins; --g-regular-weight:400; --g-bold-weight:600; --tve-line-height:1.3em; --tve-font-size:20px; padding: 17px !important; }:not(#tve) [data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve-toggle-text { --tcb-applied-color:var$(--tve-color,rgb(24,33,154)); font-family: var(--tve-font-family,Poppins); color: var(--tve-color,rgb(24,33,154))  !important; --tve-applied-color:var$(--tve-color,rgb(24,33,154))  !important; font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) )  !important; line-height: var(--tve-line-height,1.3em)  !important; font-size: var(--tve-font-size,20px)  !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve_toggle { font-size: 28px !important; width: 28px !important; height: 28px !important; color: rgb(254, 165, 38) !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title.tve-state-expanded:not(.inc) { --tve-border-bottom-right-radius:0px; border-bottom-right-radius: 0px; overflow: hidden; --tve-border-bottom-left-radius:0px; border-bottom-left-radius: 0px; }[data-css=\"tve-u-17010f7948e\"] { --tve-border-bottom-left-radius:10px; overflow: hidden; --tve-border-bottom-right-radius:10px; border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-size: 19px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f40c3127\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c312e\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3132\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3136\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3139\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40fab7c\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f40fc0d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f40fdbc1\"] { background-image: linear-gradient(rgb(24, 33, 154), rgb(24, 33, 154)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154))  !important; --background-size:auto auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154))  !important; }[data-css=\"tve-u-177f40ffa6a\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f4103479\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f41039b1\"] { padding-bottom: 0px !important; padding-top: 5px !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(191, 194, 235) !important; --tcb-applied-color:rgb(191,194,235)  !important; --tve-applied-color:rgb(191,194,235)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 13px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 50px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f43a9710\"] { margin-top: 5px !important; }[data-css=\"tve-u-177f43d4cda\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43d8143\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43d992c\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43dfc0f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43e06bf\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43e2659\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43e9551\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43f55b3\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 88px !important; }[data-css=\"tve-u-177f44149d5\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 10px !important; }[data-css=\"tve-u-177f442412f\"] { --tve-alignment:center; float: none; max-width: 155px; z-index: 3; position: relative; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:155px  !important; }:not(#tve) [data-css=\"tve-u-177f442412f\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177f447e826\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f448b596\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448b596\"] { margin-left: -40px; }[data-css=\"tve-u-177f448ea8f\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448ea8f\"] { margin-left: -40px; }[data-css=\"tve-u-177f44a4396\"] { max-width: 45.3%; }[data-css=\"tve-u-177f44a43bc\"] { max-width: 54.7%; }[data-css=\"tve-u-177f44aef1f\"] { padding-right: 20px !important; }[data-css=\"tve-u-177f454ce43\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f45651aa\"] { margin: 50px 0px 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-top: 50px !important; }[data-css=\"tve-u-177f456c9db\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"), linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto, auto !important; background-position: 50% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto,auto  !important; --background-position:50% 100%,50% 50%  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177f4570976\"] { padding-top: 20px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f53c05fe\"] { max-width: 57.7%; }[data-css=\"tve-u-177f53c3c27\"] { width: 398px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-177f53c770c\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f53c3c27\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f53d0711\"] { max-width: 42.3%; }[data-css=\"tve-u-177f5447078\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 26px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 100px !important; }[data-css=\"tve-u-177f545e114\"] { margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f547ea55\"] { padding-right: 20px !important; padding-top: 30px !important; }[data-css=\"tve-u-177f54a7efe\"] { width: 75%; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f54aa467\"] { width: 80%; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f54ae90b\"] { margin-left: -5px; padding: 5px 20px 0px !important; }[data-css=\"tve-u-177f54ae90b\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177f814d79d\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f814e410\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f816a396\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f816a396\"] { margin-left: -40px; }[data-css=\"tve-u-177f8178c3d\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f817e730\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f81809e2\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8182fc1\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177f81881fc\"] { max-width: 150px; margin: 40px 0px 0px !important; --tve-applied-max-width:150px  !important; }[data-css=\"tve-u-177f818b838\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f818f5fd\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8192e09\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 1px !important; }[data-css=\"tve-u-177f81abb44\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225)  !important; --tve-applied-color:rgb(31,214,225)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f821e4d0\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f821e4d0\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8220f8b\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8233d7f\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77)  !important; --tve-applied-color:rgb(45,44,77)  !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal)  !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f824afb5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f824c872\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f824d43c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f824efb6\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8250590\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f8251c0f\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8252778\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f8263423\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f82675ea\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f826ac31\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 100px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px  !important; }[data-css=\"tve-u-177f826df94\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f82757a1\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f8277177\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f829e77b\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82a1847\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82b827d\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px  !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f83749d5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f83772e0\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8377e3c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f838585e\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83886da\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f838de3a\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f83914e3\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f8392e45\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83983be\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f839c86a\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839d334\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px  !important; }[data-css=\"tve-u-177f83acceb\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83ec567\"] { margin: 0px !important; }[data-css=\"tve-u-177f9221874\"] { max-width: 860px !important; --tve-applied-max-width:860px  !important; margin-top: 35px !important; }[data-css=\"tve-u-177f927ff39\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9612d0a\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177f9612d15\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f961d8dd\"] { max-width: 45.3%; }[data-css=\"tve-u-177f961d8e5\"] { max-width: 54.7%; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102)  !important; --tve-applied-color:rgb(67,66,102)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9a90354\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9aa7728\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9f2c750\"] { width: 425px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177f9f2c830\"] { margin-top: 0px; margin-left: -21.281px; width: 105% !important; max-width: none !important; }[data-css=\"tve-u-177f9f2c750\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f9f645ee\"] { width: 800px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f9f939de\"] { width: 386px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177fa02dd26\"] { width: 757px; --tve-alignment:center; float: none; margin: 40px auto -20px !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 19px !important; line-height: 1.75em !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fa042804\"] { max-width: 741px; --tve-alignment:center; float: none; margin-top: -5px !important; --tve-applied-max-width:741px  !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177fa226bad\"] { max-width: 48%; }[data-css=\"tve-u-177fa619c2b\"] { width: 424px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa639aba\"] { width: 421px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa65005e\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177fa67829b\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177fa67a873\"] { margin-top: 10px !important; }[data-css=\"tve-u-177fcd9d86d\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177fcd9ec19\"] { max-width: 150px; margin: 20px 0px 0px !important; --tve-applied-max-width:150px  !important; }[data-css=\"tve-u-177fcf30d9d\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf46d6b\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf4cf1b\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177fd2acc27\"] { max-width: 40%; }[data-css=\"tve-u-177fdaa8e22\"] { margin-top: 0px; margin-left: -4.641px; width: 103% !important; max-width: none !important; }[data-css=\"tve-u-177fdad4c5b\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31656d1\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177fdb1a08e\"]::after { clear: both; }[data-css=\"tve-u-177fdb1adb8\"]::after { clear: both; }[data-css=\"tve-u-177fdb1fbb0\"]::after { clear: both; }[data-css=\"tve-u-177fdcdc16b\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 412px !important; --tve-applied-max-width:412px  !important; }[data-css=\"tve-u-177fdcdf2ab\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 462px !important; --tve-applied-max-width:462px  !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(215, 222, 255) !important; --tcb-applied-color:rgb(215,222,255)  !important; --tve-applied-color:rgb(215,222,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe7fe486\"] { margin-top: -85px !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255)  !important; --tve-applied-color:rgb(255,255,255)  !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal)  !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe81cf44\"] { --tve-alignment:center; float: none; margin-top: -50px !important; margin-left: 280px !important; margin-right: auto !important; }[data-css=\"tve-u-177fe821d9f\"] { --tve-alignment:center; float: none; margin-top: -10px !important; margin-left: auto !important; margin-right: 250px !important; }[data-css=\"tve-u-17e9b3e270c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-17f8edfb7b6\"] { width: 78px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-17f8efa18c1\"] { max-width: 100%; }[data-css=\"tve-u-17f8f6544ba\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-17f91e126d2\"] { max-width: 51.9994%; }[data-css=\"tve-u-17f91e218ed\"] { max-width: 47.9991%; }[data-css=\"tve-u-17f921394c9\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-17f9213b169\"] { font-weight: var(--g-bold-weight,bold) !important; }:not(#tve) [data-css=\"tve-u-17f9213b173\"] { font-weight: var(--g-bold-weight,bold) !important; color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186,17,17) !important; --tve-applied-color:rgb(186,17,17) !important; }}@media (max-width: 1023px){[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { padding: 16px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { font-size: 28px !important; }[data-css=\"tve-u-177f814d79d\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f814e410\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef532a85\"] { margin-bottom: 140px !important; }[data-css=\"tve-u-177ef57e6d8\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -80px !important; }[data-css=\"tve-u-177f8162a98\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448ea8f\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816a161\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f816a396\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816d1cc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448b596\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f5447078\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { font-size: 28px !important; }[data-css=\"tve-u-177ef53902e\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f8178c3d\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 20px !important; }[data-css=\"tve-u-177f817e730\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f81809e2\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f81881fc\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f818b838\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f818f5fd\"] { margin-top: 30px !important; padding: 20px !important; }[data-css=\"tve-u-177f8192e09\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { font-size: 42px !important; }[data-css=\"tve-u-177f45651aa\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { font-size: 24px !important; }[data-css=\"tve-u-177f81abb44\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ea0a9\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2a3893b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { font-size: 50px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { font-size: 52px !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-position: 50% 50%, 50% 100% !important; --background-position:50% 50%,50% 100%  !important; background-size: auto, cover !important; --background-size:auto auto,cover  !important; background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; --background-attachment:scroll,scroll  !important; --background-repeat:no-repeat,no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\")  !important; }[data-css=\"tve-u-177f2ba98f9\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; --background-size:auto  !important; --background-position:50% 50%  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251))  !important; }[data-css=\"tve-u-177ef8734a6\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { font-size: 56px !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-177f2cd9a6c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf0eea\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 40px !important; }[data-css=\"tve-u-177f821e4d0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8220f8b\"] { margin-right: -30px !important; margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { line-height: 1.2em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f8230150\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8233d7f\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf3d47\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f2cf7ad7\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2e9c879\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 20px !important; }[data-css=\"tve-u-177f824afb5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f824c872\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f824d43c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f824efb6\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177f8250590\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f8251c0f\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8252778\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2ecc58b\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f8263423\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f82675ea\"] { width: 230px; }[data-css=\"tve-u-177f826ac31\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f47505\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f826df94\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f82757a1\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f8277177\"] { margin-top: -10px !important; margin-bottom: -10px !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 230px; }[data-css=\"tve-u-177f827d7f4\"] { margin-top: 0px; }[data-css=\"tve-u-177f320dfec\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2fdcb6d\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f300f751\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829e77b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3039329\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f82a1847\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3026ea7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f307797d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f308113d\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { font-size: 48px !important; }[data-css=\"tve-u-177f82b827d\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f31656d1\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f31c1153\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f31cd26d\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f31d1fed\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3157150\"] { margin-bottom: 40px !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { font-size: 42px !important; }[data-css=\"tve-u-177ef81392f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3225149\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f32449f0\"] { margin-top: 40px !important; margin-bottom: 100px !important; }[data-css=\"tve-u-177f327986f\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f329d58c\"] { margin-top: 40px !important; margin-bottom: 140px !important; }[data-css=\"tve-u-177f32cc96e\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3385075\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 20px !important; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f349ead0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 20px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3403bb1\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f343b452\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e0766\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f348639d\"] { margin: 20px 10px 160px !important; }[data-css=\"tve-u-177f336bd60\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3472113\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f34f6e57\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { font-size: 40px !important; }[data-css=\"tve-u-177f3559eea\"] { margin: 20px 10px 40px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3565944\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f356721c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3567625\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { font-size: 60px !important; }[data-css=\"tve-u-177ef74e8d5\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177ef7e1747\"] { padding: 20px !important; }[data-css=\"tve-u-177f83749d5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f83772e0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8377e3c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef76ea03\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177ef781845\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177ef78618d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef786416\"] { flex-wrap: nowrap !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { font-size: 60px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f838585e\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83886da\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f838de3a\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83914e3\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f8392e45\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83983be\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3d973d0\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f839c86a\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f839d334\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3d8a990\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3d427ec\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83acceb\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d5b108\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3f17815\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3f41691\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f925e7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f921cc\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f9153a\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90f37\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90389\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e545\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d114\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177ef730895\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f54aa467\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f54a7efe\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f402828b\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f83ec567\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef489247\"] { background-position: 26% 50% !important; --background-position:26% 50%  !important; background-size: cover !important; --background-size:cover  !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; --background-attachment:scroll  !important; --background-repeat:no-repeat  !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\")  !important; }[data-css=\"tve-u-177f3ff3a83\"] { margin-left: 10px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33e9b9d\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3430aeb\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177fa02dd26\"] { --tve-alignment:center; float: none; margin: 20px 0px 0px !important; }[data-css=\"tve-u-177fa67829b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177fcd9ec19\"] { margin-top: 30px !important; }}'),(2349,707,'tve_revision_tve_user_custom_css',''),(2350,707,'tve_revision_tve_page_events','a:0:{}'),(2351,707,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2352,707,'tve_revision_tve_global_scripts',''),(2353,707,'tve_revision_thrive_icon_pack','0'),(2354,707,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2355,707,'tve_revision_tve_has_masonry','0'),(2356,707,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpjn_postmeta` VALUES (2357,707,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784259\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784257\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784261\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784262\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784260\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784258\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"18784263\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"18784264\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://buy.stripe.com/cN203I8u73M3byEcMX\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for N20,000</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2358,707,'tve_revision_tve_has_wistia_popover','0'),(2359,708,'tve_revision_tve_landing_page','tcb2-blank-page-boxed'),(2360,708,'tve_revision_tve_disable_theme_dependency','1'),(2361,708,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111938\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111943\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111937\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111939\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111941\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19111940\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111942\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19111944\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=I%20am%20interested%20in%20purchasing%20the%20Vidjack%20Software.\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for N20,000</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2362,708,'tve_revision_tve_content_more_found',''),(2363,708,'tve_revision_tve_save_post',''),(2364,708,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Poppins:300,600,400,500,700&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Sriracha:400&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin\");@media (min-width: 300px){#tcb_landing_page h6 strong { font-weight: 700; }#tcb_landing_page h5 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 700; }#tcb_landing_page h6 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 20px; }#tcb_landing_page h5 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 24px; line-height: 1.2em; }#tcb_landing_page h4 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 30px; line-height: 13px; }#tcb_landing_page h3 strong { font-weight: 700; }#tcb_landing_page h3 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 36px; line-height: 1.4em; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h2 { font-family: \"Open Sans\"; font-weight: 400; color: rgb(51, 51, 51); font-size: 46px; line-height: 1.3em; }#tcb_landing_page h1 strong { font-weight: 700; }#tcb_landing_page h1 { font-family: \"Open Sans\"; font-weight: 400; font-size: 50px; line-height: 1.3em; color: rgb(51, 51, 51); }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 700; }[data-css=\"tve-u-15e09c94f7d\"] { background-color: rgb(245, 245, 245) !important; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link), #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a, #tcb_landing_page .tve-input-option-text a { color: rgb(0, 87, 229); text-decoration: underline; }#tcb_landing_page .thrv_text_element a:not(.tcb-button-link):hover, #tcb_landing_page .tcb-styled-list a:hover, #tcb_landing_page .tcb-numbered-list a:hover, #tcb_landing_page .tve-input-option-text a:hover { text-decoration: none; }#tcb_landing_page p { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Open Sans\"; font-weight: 400; font-size: 18px; line-height: 1.5em; color: rgb(63, 63, 63); }[data-css=\"tve-u-177ef47e6c0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef47fd66\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef489247\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; }[data-css=\"tve-u-177ef49089d\"] { width: 180px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177ef497f0f\"] { --tve-alignment:center; float: none; max-width: 650px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:650px !important; }[data-css=\"tve-u-177ef4994ec\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(45, 111, 255), rgb(45, 111, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(45,111,255),rgb(45,111,255)) !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177ef49eb32\"] strong { font-weight: 600 !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef4c7cb8\"] { color: rgb(255, 140, 3) !important; }[data-css=\"tve-u-177ef4c9771\"] { color: rgb(45, 111, 255) !important; }[data-css=\"tve-u-177ef4cc9af\"] { margin-top: 30px !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(181, 194, 255) !important; --tcb-applied-color:rgb(181,194,255) !important; --tve-applied-color:rgb(181,194,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef4da66b\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef4e4241\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42) !important; --tve-applied-background-color:rgb(96,193,42) !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px) !important; }[data-css=\"tve-u-177ef507d92\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42) !important; margin-left: auto !important; margin-right: auto !important; margin-top: 25px !important; }:not(#tve) [data-css=\"tve-u-177ef507d92\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef507d92\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8) !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 32px !important; }[data-css=\"tve-u-177ef518bbb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef518bbb\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef532a85\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 180px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px !important; }[data-css=\"tve-u-177ef53558c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef535860\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177ef53902e\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef54876d\"] { max-width: 43%; }[data-css=\"tve-u-177ef548779\"] { max-width: 57%; }[data-css=\"tve-u-177ef5798ef\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef57adbc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef57c105\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"), linear-gradient(rgb(0, 20, 111), rgb(0, 20, 111)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111)) !important; --background-size:auto,auto !important; --background-position:50% 50%,50% 50% !important; --background-attachment:scroll,scroll !important; --background-repeat:no-repeat,no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewBackground01.jpg\"),linear-gradient(rgb(0,20,111),rgb(0,20,111)) !important; }[data-css=\"tve-u-177ef57e6d8\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177ef580b18\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef580c6d\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef580c6d\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef590770\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(2, 2, 36, 0.2) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(2,2,36,0.2); background-image: linear-gradient(rgb(11, 33, 132), rgb(11, 33, 132)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(11,33,132),rgb(11,33,132)) !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef59d9c2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef59de27\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef5ab462\"] { width: 167px; --tve-alignment:center; float: none; margin: 35px auto 0px !important; }[data-css=\"tve-u-177ef5b654a\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef5b654a\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef5bc2a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef5bc2a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5bc2a1\"] { line-height: 1.3em !important; margin-right: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef5e8b4d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef5fc0cf\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:260px !important; }:not(#tve) [data-css=\"tve-u-177ef5fc0cf\"] li { margin-bottom: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef635da2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef655732\"] { width: 167px; --tve-alignment:center; float: none; margin: 15px auto 0px !important; }[data-css=\"tve-u-177ef6659a4\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177ef665ae2\"] { margin-left: -40px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef665ae2\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177ef6840bf\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177ef6840bf\"] { margin-left: -5px; padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef684cee\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177ef687a65\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px !important; }:not(#tve) [data-css=\"tve-u-177ef687a65\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f05\"] { --tve-alignment:center; float: none; max-width: 260px; margin: 0px auto !important; padding-top: 1px !important; --tve-applied-max-width:260px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f05\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177ef6b1f09\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f09\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f0b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f0b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f0b\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f0f\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f0f\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f11\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f11\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f11\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f15\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f15\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f17\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f17\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f17\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f1b\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f1b\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f1d\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f1d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f1d\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f21\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f21\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f23\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f23\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f23\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6b1f27\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:18px; padding-top: 1px !important; padding-right: 5px !important; padding-left: 5px !important; }:not(#tve) [data-css=\"tve-u-177ef6b1f27\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177ef6b1f29\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(232, 236, 248) !important; --tcb-applied-color:rgb(232,236,248) !important; --tve-applied-color:rgb(232,236,248) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177ef6b1f29\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef6b1f29\"] { line-height: 1.3em !important; margin-right: -5px !important; }[data-css=\"tve-u-177ef6efb5f\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef720eb6\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef7224e2\"] { padding-bottom: 40px !important; padding-top: 25px !important; }[data-css=\"tve-u-177ef724b65\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-10-StructureBody-02.jpg\") !important; }[data-css=\"tve-u-177ef72998c\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef72ccac\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef72f5f0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42) !important; --tve-applied-background-color:rgb(96,193,42) !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px) !important; }[data-css=\"tve-u-177ef730895\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42) !important; margin: 40px auto 10px !important; }:not(#tve) [data-css=\"tve-u-177ef730895\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177ef730895\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8) !important; }:not(#tve) [data-css=\"tve-u-177ef730898\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; }[data-css=\"tve-u-177ef730898\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef730898\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177ef743459\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 160px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px !important; }[data-css=\"tve-u-177ef74739a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef747dfe\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177ef74aede\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-11-StructureBody-03.jpg\") !important; }[data-css=\"tve-u-177ef74e8d5\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177ef75041e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177ef750639\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177ef750639\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177ef7595ad\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef765346\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef76b459\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-177ef76ea03\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177ef781845\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177ef78618d\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177ef786416\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177ef78a475\"] { width: 172px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-177ef78cde8\"] { margin: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7948da\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef79fa01\"]::after { clear: both; }[data-css=\"tve-u-177ef7a8e53\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177ef7b5bc1\"] { max-width: 59.1%; }[data-css=\"tve-u-177ef7b5bee\"] { max-width: 40.9%; }[data-css=\"tve-u-177ef7e1747\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef7f2216\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177ef7f2a43\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { --g-regular-weight:400; letter-spacing: 2px; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 48px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177ef8069b3\"] { width: 266px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; padding-left: 0px !important; }[data-css=\"tve-u-177ef811dc7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177ef81392f\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px !important; }[data-css=\"tve-u-177ef8166bb\"] { margin: 0px !important; }[data-css=\"tve-u-177ef837c03\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177ef838ce3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177ef83ae31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-16-StructureBody-04.jpg\") !important; }[data-css=\"tve-u-177ef84f2ea\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(223, 46, 53) !important; --tcb-applied-color:rgb(223,46,53) !important; --tve-applied-color:rgb(223,46,53) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef850fe7\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177ef85a027\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177ef8603c0\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(223, 46, 53), rgb(223, 46, 53)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(223,46,53),rgb(223,46,53)) !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177ef866efa\"] { --tve-alignment:center; float: none; max-width: 430px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:430px !important; }[data-css=\"tve-u-177ef8734a6\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177ef87a881\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 28px 35px 65px 0px; --tve-applied-box-shadow:28px 35px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2985d31\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f298e79c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2993f70\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f2998b21\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f299b933\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-top: 30px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f29cf036\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f29cfab2\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f29d146d\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f29daa20\"] { margin-top: 35px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f29ea0a9\"] { --tve-alignment:center; float: none; max-width: 830px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:830px !important; }[data-css=\"tve-u-177f29fb796\"] { margin-top: 17px !important; }[data-css=\"tve-u-177f2a0dc5d\"] { width: 167px; --tve-alignment:center; float: none; margin: 36px auto 0px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a25590\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }[data-css=\"tve-u-177f2a3893b\"] { --tve-alignment:center; float: none; margin: 70px auto 0px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-top: 30px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2a4441e\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2a50d75\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a51bfc\"] { width: 167px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2a65e81\"] { max-width: 1250px; min-height: 1px !important; }[data-css=\"tve-u-177f2a67ae6\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225) !important; --tve-applied-color:rgb(31,214,225) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2a759c2\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { width: 1222px; --tve-alignment:center; float: none; margin: 60px auto 0px !important; }[data-css=\"tve-u-177f2ba98f9\"] { width: 1222px; margin-top: 10px !important; }[data-css=\"tve-u-177f2bc27dc\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f2bc4a56\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2bcbf41\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2bced7a\"] { margin-top: 10px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2bd516e\"] { width: 167px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2bdb921\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2bdf70b\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2be89a5\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-top: 20px !important; margin-bottom: 28px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f2c3050e\"] { max-width: 1500px; min-height: 1px !important; }[data-css=\"tve-u-177f2c312f4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c343f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-33-StructureBody-06.jpg\") !important; }[data-css=\"tve-u-177f2c36f77\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(70, 102, 255) !important; --tcb-applied-color:rgb(70,102,255) !important; --tve-applied-color:rgb(70,102,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c3ffe0\"] { color: rgb(255, 157, 3) !important; }[data-css=\"tve-u-177f2c46216\"] { width: 75%; --tve-alignment:center; float: none; margin: 60px auto -20px !important; }[data-css=\"tve-u-177f2c52e9a\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2c53969\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2c56e51\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-35-StructureBody-07.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c5b9a5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2c65100\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c656fa\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2c69041\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c6c15b\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2c6e298\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2c7a9be\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c87396\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c8df82\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c934c0\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99282\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2c99db2\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1084\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb1964\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb20a5\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb3d17\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb466f\"] { width: 284px; --tve-alignment:center; float: none; margin: 0px auto -50px !important; }[data-css=\"tve-u-177f2cb7d89\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cb9ef9\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cca93a\"] { padding-top: 40px !important; padding-bottom: 30px !important; }[data-css=\"tve-u-177f2ccb86d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2ccd1fe\"] { background-image: linear-gradient(rgb(45, 44, 77), rgb(45, 44, 77)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(45,44,77),rgb(45,44,77)) !important; }[data-css=\"tve-u-177f2cd4c80\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f2cd7735\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f2cd9a6c\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 35px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px !important; }[data-css=\"tve-u-177f2cdd7ee\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 56px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cdebf8\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2ce2da3\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225) !important; --tve-applied-color:rgb(31,214,225) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2ce4e27\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243) !important; --tve-applied-color:rgb(222,222,243) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2cea67f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2cedfcd\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f2cf0eea\"] { --tve-alignment:center; float: none; max-width: 600px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:600px !important; }[data-css=\"tve-u-177f2cf3d47\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2cf3d47\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f2cf7ad7\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }[data-css=\"tve-u-177f2cfde6a\"] { --tve-border-radius:50px; border-radius: 50px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important; }[data-css=\"tve-u-177f2d032c6\"] { --tve-alignment:center; margin-top: 0px !important; margin-bottom: 0px !important; padding: 3px 20px 3px 70px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177f2d1f6d3\"] { max-width: 16.9%; }[data-css=\"tve-u-177f2d1f719\"] { max-width: 83.1%; }[data-css=\"tve-u-177f2d2cd1d\"]::after { clear: both; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2d94c6c\"] { padding-right: 0px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f2d96ab3\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177f2d99909\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-50-StructureBody-08.jpg\") !important; }[data-css=\"tve-u-177f2e7a44a\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2e7b92d\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2e8e726\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-51-StructureBody-09.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(128, 127, 163) !important; --tcb-applied-color:rgb(128,127,163) !important; --tve-applied-color:rgb(128,127,163) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2e93ea5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f2e9c879\"] { padding: 0px 0px 5px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f2ecc58b\"] { width: 524px; --tve-alignment:center; float: none; margin: 65px auto 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { width: 1187px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 15px !important; }[data-css=\"tve-u-177f2eea335\"] { padding-top: 25px !important; padding-right: 1px !important; padding-bottom: 90px !important; }[data-css=\"tve-u-177f2eeb6dc\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2eedb92\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f0024f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f075b1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f17772\"] { margin-top: 60px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f2f1a0c4\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f1a2fd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f2f20ea1\"] { max-width: 60%; }[data-css=\"tve-u-177f2f20ee6\"] { max-width: 40%; }[data-css=\"tve-u-177f2f2abe7\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f2f2d948\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2f32455\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2f3553a\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f2f47505\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f2f6c3bc\"] { max-width: 40%; }[data-css=\"tve-u-177f2f6c3c0\"] { max-width: 60%; }[data-css=\"tve-u-177f2f7c8a3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2f9b9d3\"] { margin-top: 30px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f2fb753b\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f2fb8334\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f2fbbdfe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-57-StructureBody-10.jpg\") !important; }[data-css=\"tve-u-177f2fc08f6\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f2fc405b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f2fd8be1\"] { margin-left: -60px; padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f2fd8be1\"] > .tcb-flex-col { padding-left: 60px; }[data-css=\"tve-u-177f2fdcb6d\"] { --tve-alignment:center; float: none; max-width: 1110px; margin: 50px auto 65px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1110px !important; }[data-css=\"tve-u-177f2fec654\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f300f751\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3026ea7\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f3039329\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177f3044829\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-top: 20px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-top: 20px !important; margin-bottom: 30px !important; }[data-css=\"tve-u-177f307797d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f308113d\"] { margin-top: 20px !important; margin-bottom: 24px !important; }[data-css=\"tve-u-177f3087c2e\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3088702\"] { max-width: 1310px; min-height: 1px !important; }[data-css=\"tve-u-177f308e56b\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-66-StructureBody-11.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0) !important; --tve-applied-color:rgb(134,60,0) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f30973fa\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f30b199b\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f30b5166\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3130096\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-68-StructureBody-12.jpg\") !important; }[data-css=\"tve-u-177f3139c37\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31452a8\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3157150\"] { --tve-alignment:center; float: none; max-width: 1165px; margin: 80px auto 55px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:1165px !important; }[data-css=\"tve-u-177f315a302\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f315a4bd\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f315f3fc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31656d1\"] { width: 502px; float: left; z-index: 3; position: relative; --tve-alignment:left; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f3177522\"] { max-width: 52.5%; }[data-css=\"tve-u-177f3177588\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f31794ec\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f31ab0f7\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31ab0fc\"] { max-width: 52.5%; }[data-css=\"tve-u-177f31c1153\"] { width: 506px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31cd26d\"] { width: 536px; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d1fed\"] { width: 575px; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: 25px !important; margin-bottom: -30px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: -180px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31f1929\"] { padding-left: 1px !important; padding-bottom: 40px !important; padding-top: 40px !important; }[data-css=\"tve-u-177f31f2db0\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f31f72a9\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-71-StructureBody-13.jpg\") !important; }[data-css=\"tve-u-177f31f9fc4\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f31ff4e5\"] { margin-top: -5px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255) !important; --tve-applied-color:rgb(45,111,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f320dfec\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 120px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px !important; }[data-css=\"tve-u-177f3213c1f\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,255,255),rgb(255,255,255)) !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f3223b58\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3225149\"] { --tve-alignment:center; float: none; max-width: 605px; margin: 70px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:605px !important; }[data-css=\"tve-u-177f32449f0\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 70px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px !important; }[data-css=\"tve-u-177f32601e9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f32618b4\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3273d31\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-72-StructureBody-14.jpg\") !important; }[data-css=\"tve-u-177f327986f\"] { --tve-alignment:center; float: none; max-width: 235px; margin: 20px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:235px !important; }[data-css=\"tve-u-177f328170a\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f3284653\"] strong { font-weight: 500 !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f328f558\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f329310a\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f329d58c\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 15, 89, 0.15) 35px 42px 75px 0px; --tve-applied-box-shadow:35px 42px 75px 0px rgba(0,15,89,0.15); margin: 60px auto 160px !important; max-width: 860px !important; --tve-applied-max-width:860px !important; }[data-css=\"tve-u-177f32a4824\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f32a541c\"] { max-width: 1300px; min-height: 1px !important; }[data-css=\"tve-u-177f32ac7bc\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-73-StructureBody-15.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b3fde\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32b7740\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32c2ead\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(31, 214, 225), rgb(31, 214, 225)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(31,214,225),rgb(31,214,225)) !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f32cb3e2\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32cc96e\"] { --tve-alignment:center; float: none; max-width: 510px; margin: 75px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:510px !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243) !important; --tve-applied-color:rgb(222,222,243) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f32dd1cd\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f32e0766\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 22px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e83f8\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e8817\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -35px !important; }[data-css=\"tve-u-177f3312f1c\"] { max-width: 57%; }[data-css=\"tve-u-177f3312f9f\"] { max-width: 43%; }:not(#tve) [data-css=\"tve-u-177f332c3b3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f332c3b3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33352e7\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33352e7\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f332c3b3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f333ea77\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f333ea77\"] li { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243) !important; --tve-applied-color:rgb(222,222,243) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f334b41b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f334b91b\"] { margin: -10px 0px 0px 40px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33504b3\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33504b9\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f33504b9\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f33504be\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f33504be\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33504be\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f335ad98\"] { margin-top: 15px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f335ad98\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f335ad9e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f335ad9e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f335ada3\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f335ada3\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f335ada3\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f336bd60\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f3382b76\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(102, 46, 155), rgb(102, 46, 155)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(102,46,155),rgb(102,46,155)) !important; }[data-css=\"tve-u-177f3385075\"] { --tve-alignment:center; float: none; max-width: 580px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:580px !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 28px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f338b45c\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f33a201e\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33a6666\"] { max-width: 43%; }[data-css=\"tve-u-177f33a666e\"] { max-width: 57%; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f33c0454\"] { margin-top: 5px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33c0454\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-top: 7px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33e70e3\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(221, 51, 93), rgb(221, 51, 93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(221,51,93),rgb(221,51,93)) !important; }[data-css=\"tve-u-177f33e9b9d\"] { --tve-alignment:center; float: none; max-width: 515px; margin: 5px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:515px !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 30px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f33fb43d\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f33fb43d\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3403bb1\"] { width: 731px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f340f0db\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }[data-css=\"tve-u-177f3430aeb\"] { --tve-alignment:center; float: none; max-width: 410px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:410px !important; }[data-css=\"tve-u-177f343b452\"] { margin-top: 20px !important; padding: 0px 0px 5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 110px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f34471ce\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f344d48e\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 0px auto !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f3472113\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f347c3dc\"] { font-size: 20px !important; }[data-css=\"tve-u-177f347d8aa\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-177f347db00\"] { max-width: 43%; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 70px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f347f8e4\"] li { margin-bottom: 0px !important; }[data-css=\"tve-u-177f348639d\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f3498c0f\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto -20px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349ead0\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin: 30px 0px 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { width: 731px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f34f1a1c\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f34f3296\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f34f4614\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important; }[data-css=\"tve-u-177f34f6e57\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f34f8f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f34f919a\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f34fe90f\"] { width: 660px; --tve-alignment:center; float: none; margin: 0px auto -25px !important; }[data-css=\"tve-u-177f34ffb55\"] { max-width: 44%; }[data-css=\"tve-u-177f34ffbfa\"] { max-width: 56%; }:not(#tve) [data-css=\"tve-u-177f3505406\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3505406\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3509085\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f350e812\"] { margin: 55px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3511177\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f35226f8\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f35238df\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f3524116\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3528e35\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3533c2a\"] { width: 852px; --tve-alignment:center; float: none; margin: 45px auto -20px !important; }[data-css=\"tve-u-177f3546fcf\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3547bed\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f354d74f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-81-StructureBody-16.jpg\") !important; }[data-css=\"tve-u-177f3559eea\"] { padding: 0px 0px 5px !important; margin-top: 30px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f3565944\"] { margin-top: 20px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-top: 20px !important; margin-bottom: 96px !important; }[data-css=\"tve-u-177f356721c\"] { margin-top: 20px !important; margin-bottom: 72px !important; }[data-css=\"tve-u-177f3567625\"] { margin-top: 20px !important; margin-bottom: 48px !important; }[data-css=\"tve-u-177f3c344f0\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3c3529f\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3c399e7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-91-StructureBody-17.jpg\") !important; }[data-css=\"tve-u-177f3c3d848\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; }[data-css=\"tve-u-177f3c3fd75\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c3ffe8\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c4a619\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c505e9\"] { margin-top: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(222, 222, 243) !important; --tcb-applied-color:rgb(222,222,243) !important; --tve-applied-color:rgb(222,222,243) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c521a1\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c5808f\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c58156\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 110px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c74bfa\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3c74c02\"] { max-width: 50.5%; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225) !important; --tve-applied-color:rgb(31,214,225) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3c79f1b\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3c817af\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { width: 568px; --tve-alignment:center; float: none; margin: 0px auto -30px !important; }[data-css=\"tve-u-177f3cb27b2\"] { padding-top: 40px !important; padding-bottom: 20px !important; }[data-css=\"tve-u-177f3cb3c0e\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3cb7364\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f3cbbdae\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3cced25\"] { color: rgb(45, 111, 255) !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3cdd65f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3d09ac8\"] { max-width: 1200px; min-height: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d10d55\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d3493d\"] { display: block; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; margin-bottom: 45px !important; }[data-css=\"tve-u-177f3d39bf0\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3d39ecd\"] { padding-bottom: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-177f3d427ec\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f3d43fd2\"] { max-width: 52%; }[data-css=\"tve-u-177f3d440aa\"] { max-width: 48%; }[data-css=\"tve-u-177f3d48caf\"]::after { clear: both; }[data-css=\"tve-u-177f3d570bd\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }[data-css=\"tve-u-177f3d5b108\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f3d5b10e\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f3d5c9e5\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3d68c86\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3d6ac31\"] { margin-top: 15px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3d71979\"] { margin: 20px 0px 0px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f3d8a990\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f3d91bed\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d937e9\"] { max-width: 48%; }[data-css=\"tve-u-177f3d937f1\"] { max-width: 52%; }[data-css=\"tve-u-177f3d973d0\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f3d9a883\"]::after { clear: both; }[data-css=\"tve-u-177f3dbab73\"] { padding-right: 1px !important; padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3dbc2f8\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3dc035d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-95-StructureBody-18.jpg\") !important; }[data-css=\"tve-u-177f3dc9188\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] { --g-regular-weight:400; --g-bold-weight:600; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 24px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3dd572f\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f3e04b11\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e04e31\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f3e0b092\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -60px !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(241, 247, 253) !important; --tcb-applied-color:rgb(241,247,253) !important; --tve-applied-color:rgb(241,247,253) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e11316\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e1a081\"] { max-width: 49.5%; }[data-css=\"tve-u-177f3e1a170\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e1e697\"] { margin: 60px 0px 0px !important; }[data-css=\"tve-u-177f3e27941\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e28681\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e2b960\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-97-StructureBody-19.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(134, 60, 0) !important; --tcb-applied-color:rgb(134,60,0) !important; --tve-applied-color:rgb(134,60,0) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e333db\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e370ce\"] { max-width: 50.5%; }[data-css=\"tve-u-177f3e370d6\"] { max-width: 49.5%; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] { --g-regular-weight:300; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e3e4e3\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin: 200px 0px 0px !important; }[data-css=\"tve-u-177f3e61358\"] { width: 564px; --tve-alignment:center; float: none; margin: 0px auto -10px !important; }[data-css=\"tve-u-177f3e65371\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3e66119\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3e69752\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; background-size: cover !important; background-position: 50% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; --background-size:cover !important; --background-position:50% 100% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-99-StructureBody-20.jpg\") !important; }[data-css=\"tve-u-177f3e6e415\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { --tve-alignment:center; float: none; max-width: 1100px; margin: 40px auto 70px !important; --tve-applied-max-width:1100px !important; padding-top: 45px !important; padding-bottom: 45px !important; }[data-css=\"tve-u-177f3e77cd5\"] { --tve-border-radius:15px; border-radius: 15px; overflow: hidden; --tve-border-width:5px; background-image: linear-gradient(rgb(252, 251, 255), rgb(252, 251, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(252,251,255),rgb(252,251,255)) !important; border: 5px dotted rgb(24, 33, 154) !important; --tve-applied-border:5px dotted rgb(24,33,154) !important; }[data-css=\"tve-u-177f3e87046\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3e874dd\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { width: 462px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 25px auto -20px -35px !important; }[data-css=\"tve-u-177f3e8d216\"] { max-width: 44.5%; }[data-css=\"tve-u-177f3e8d331\"] { max-width: 55.5%; }[data-css=\"tve-u-177f3e935cd\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 32px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3e947e7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: -80px !important; }[data-css=\"tve-u-177f3e9944c\"]::after { clear: both; }[data-css=\"tve-u-177f3ea59e1\"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 48px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ea73eb\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ee8e33\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f3ee9e0d\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f3eeeeba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; background-size: cover !important; background-position: 50% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; --background-size:cover !important; --background-position:50% 0% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\") !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(24, 33, 154) !important; --tcb-applied-color:rgb(24,33,154) !important; --tve-applied-color:rgb(24,33,154) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3ef7519\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(45, 111, 255) !important; --tcb-applied-color:rgb(45,111,255) !important; --tve-applied-color:rgb(45,111,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 44px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f3efbc15\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3efc46a\"] { margin-top: -5px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f3f0444b\"] { --tve-border-radius:30px; border-radius: 30px; overflow: hidden; box-shadow: none; --tve-applied-box-shadow:none; background-image: linear-gradient(rgb(255, 157, 3), rgb(255, 157, 3)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(255,157,3),rgb(255,157,3)) !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] { --g-regular-weight:400; --g-bold-weight:500; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-size: 24px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; }:not(#tve) [data-css=\"tve-u-177f3f086c9\"] strong { font-weight: 500 !important; }[data-css=\"tve-u-177f3f0a10e\"] { --tve-alignment:center; float: none; max-width: 335px; margin: 40px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:335px !important; }[data-css=\"tve-u-177f3f17815\"] { --tve-alignment:center; float: none; max-width: 550px; margin-top: 60px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:550px !important; padding: 25px 0px !important; }[data-css=\"tve-u-177f3f1d2ec\"] { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(13,41,175,0.1); background-image: linear-gradient(rgb(249, 250, 255), rgb(249, 250, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(249,250,255),rgb(249,250,255)) !important; }[data-css=\"tve-u-177f3f41691\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }:not(#tve) [data-css=\"tve-u-177f3f43e24\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f43e24\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f43e24\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f4e1ee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f4e1ee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }[data-css=\"tve-u-177f3f5e5f8\"] .tve_sep { width: 100%; border-width: 1px !important; border-color: rgb(230, 231, 238) !important; }[data-css=\"tve-u-177f3f5e5f8\"] { padding-right: 1px !important; padding-top: 2px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f7e399\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f7e399\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f7e3a0\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f7e3a0\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f7e3a0\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8caee\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8caee\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8caf8\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8caf8\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8caf8\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d114\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d11c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d11c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d123\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d123\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d123\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8d6de\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8d6de\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8d6e5\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8d6e5\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8d6e5\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e545\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8e54c\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8e54c\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8e552\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8e552\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8e552\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ea06\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ea06\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ea0c\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ea0c\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ea0c\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8ef13\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8ef13\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8ef1a\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8ef1a\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8ef1a\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8f9fa\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8f9fa\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fa01\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fa01\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fa01\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f8fe76\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f8fe76\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f8fe7d\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f8fe7d\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f8fe7d\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90389\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90390\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90390\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90397\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90397\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90397\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f90f37\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f90f3e\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f90f3e\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f90f45\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f90f45\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f90f45\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f9153a\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91542\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91542\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91549\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91549\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91549\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f91ceb\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f91ceb\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f91cf2\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f91cf2\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f91cf2\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f921cc\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f921d4\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f921d4\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f921da\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f921da\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f921da\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3f925e7\"] { margin: 0px 30px !important; padding-bottom: 2px !important; }[data-css=\"tve-u-177f3f925ef\"] { --tcb-local-color-icon:rgb(40,174,105); --tcb-local-color-var:rgb(40,174,105); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 1px !important; }:not(#tve) [data-css=\"tve-u-177f3f925ef\"] > :first-child { color: rgb(40, 174, 105); --tve-applied-color:rgb(40,174,105); }:not(#tve) [data-css=\"tve-u-177f3f925f6\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 20px !important; }[data-css=\"tve-u-177f3f925f6\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f3f925f6\"] { line-height: 1.3em !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { border-radius: 10px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: rgba(2, 2, 36, 0.1) 29px 34px 65px 0px; --tve-applied-box-shadow:29px 34px 65px 0px rgba(2,2,36,0.1); background-color: rgb(96, 193, 42) !important; padding: 20px 25px !important; background-image: none !important; --background-color:rgb(96,193,42) !important; --tve-applied-background-color:rgb(96,193,42) !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { line-height: 1.2em; font-size: var(--tve-font-size,16px) !important; }[data-css=\"tve-u-177f3ff3a83\"] { --tve-font-size:16px; --tve-font-weight:var(--g-regular-weight,normal); --tve-letter-spacing:2px; --tcb-local-color-62516:rgb(19,114,211); --tve-color:rgb(255,255,255); --tve-alignment:center; float: none; --tve-border-radius:10px; --tcb-local-color-3e1f8:rgb(96,193,42) !important; margin-left: auto !important; margin-right: auto !important; margin-top: 50px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-regular-weight,normal)); color: var(--tve-color,rgb(255,255,255)); --tcb-applied-color:var$(--tve-color,rgb(255,255,255)); }:not(#tve) [data-css=\"tve-u-177f3ff3a83\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-3e1f8) !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { --g-regular-weight:400; --g-bold-weight:700; letter-spacing: 1px; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 32px !important; }[data-css=\"tve-u-177f3ff3a8f\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f3ff3a8f\"] { line-height: 1.2em !important; }[data-css=\"tve-u-177f401a849\"] { --tve-alignment:center; float: none; max-width: 584px; margin: 5px auto 40px !important; padding: 0px 0px 5px !important; --tve-applied-max-width:584px !important; }[data-css=\"tve-u-177f401e0d3\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f401f783\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f4020071\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f402828b\"] { width: 302px; --tve-alignment:center; float: none; margin: 55px auto -70px !important; }:not(#tve) [data-css=\"tve-u-177f4032c67\"] { --g-regular-weight:400; color: rgb(255, 157, 3) !important; --tcb-applied-color:rgb(255,157,3) !important; --tve-applied-color:rgb(255,157,3) !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 29px !important; line-height: 1.2em !important; }[data-css=\"tve-u-177f40374ed\"] { margin-top: 0px !important; margin-bottom: 60px !important; }[data-css=\"tve-u-177f4053992\"] { padding-top: 40px !important; padding-bottom: 40px !important; }[data-css=\"tve-u-177f40555d4\"] { background-image: linear-gradient(rgb(232, 236, 248), rgb(232, 236, 248)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(232,236,248),rgb(232,236,248)) !important; }[data-css=\"tve-u-177f40563ba\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin-top: 60px !important; background-color: rgba(244, 245, 248, 0) !important; --background-color:rgba(244,245,248,0) !important; --tve-applied-background-color:rgba(244,245,248,0) !important; padding: 0px !important; margin-bottom: 70px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-column { width: calc(50% - 60px) !important; margin-left: 60px !important; }[data-css=\"tve-u-177f405d0f2\"] .tve-toggle-grid { margin-left: -60px !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title { --tve-border-radius:10px; border-radius: 10px; overflow: hidden; --tve-color:rgb(24,33,154); --tve-applied---tve-color:rgb(24,33,154); --tve-font-weight:var(--g-regular-weight,normal); --tve-font-family:Poppins; --g-regular-weight:400; --g-bold-weight:600; --tve-line-height:1.3em; --tve-font-size:20px; padding: 17px !important; }:not(#tve) [data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve-toggle-text { --tcb-applied-color:var$(--tve-color,rgb(24,33,154)); font-family: var(--tve-font-family,Poppins); color: var(--tve-color,rgb(24,33,154)) !important; --tve-applied-color:var$(--tve-color,rgb(24,33,154)) !important; font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) ) !important; line-height: var(--tve-line-height,1.3em) !important; font-size: var(--tve-font-size,20px) !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title .tve_toggle { font-size: 28px !important; width: 28px !important; height: 28px !important; color: rgb(254, 165, 38) !important; }[data-css=\"tve-u-177f405d0f2\"] .thrv_toggle_title.tve-state-expanded:not(.inc) { --tve-border-bottom-right-radius:0px; border-bottom-right-radius: 0px; overflow: hidden; --tve-border-bottom-left-radius:0px; border-bottom-left-radius: 0px; }[data-css=\"tve-u-17010f7948e\"] { --tve-border-bottom-left-radius:10px; overflow: hidden; --tve-border-bottom-right-radius:10px; border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] { --g-regular-weight:300; --g-bold-weight:600; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-size: 19px !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-177f40ac41e\"] strong { font-weight: 600 !important; }[data-css=\"tve-u-177f40c3127\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c312e\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3132\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3136\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40c3139\"] { --toggle-vertical-space:20px; }[data-css=\"tve-u-177f40fab7c\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f40fc0d9\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f40fdbc1\"] { background-image: linear-gradient(rgb(24, 33, 154), rgb(24, 33, 154)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154)) !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(24,33,154),rgb(24,33,154)) !important; }[data-css=\"tve-u-177f40ffa6a\"] { padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f4103479\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f41039b1\"] { padding-bottom: 0px !important; padding-top: 5px !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(191, 194, 235) !important; --tcb-applied-color:rgb(191,194,235) !important; --tve-applied-color:rgb(191,194,235) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 13px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f410a048\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 50px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f43a9710\"] { margin-top: 5px !important; }[data-css=\"tve-u-177f43d4cda\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43d8143\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43d992c\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 80px !important; }[data-css=\"tve-u-177f43dfc0f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-177f43e06bf\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f43e2659\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43e9551\"] { margin-top: 0px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-177f43f55b3\"] { margin-top: 60px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 88px !important; }[data-css=\"tve-u-177f44149d5\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 30px 10px 10px !important; }[data-css=\"tve-u-177f442412f\"] { --tve-alignment:center; float: none; max-width: 155px; z-index: 3; position: relative; margin: 20px auto 0px !important; padding-top: 1px !important; --tve-applied-max-width:155px !important; }:not(#tve) [data-css=\"tve-u-177f442412f\"] li { margin-bottom: 5px !important; }[data-css=\"tve-u-177f447e826\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f448b596\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448b596\"] { margin-left: -40px; }[data-css=\"tve-u-177f448ea8f\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f448ea8f\"] { margin-left: -40px; }[data-css=\"tve-u-177f44a4396\"] { max-width: 45.3%; }[data-css=\"tve-u-177f44a43bc\"] { max-width: 54.7%; }[data-css=\"tve-u-177f44aef1f\"] { padding-right: 20px !important; }[data-css=\"tve-u-177f454ce43\"] { max-width: 1200px; min-height: 1px !important; }[data-css=\"tve-u-177f45651aa\"] { margin: 50px 0px 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-top: 50px !important; }[data-css=\"tve-u-177f456c9db\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"), linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto, auto !important; background-position: 50% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto,auto !important; --background-position:50% 100%,50% 50% !important; --background-attachment:scroll,scroll !important; --background-repeat:no-repeat,no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-101-StructureBody-21.jpg\"),linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177f4570976\"] { padding-top: 20px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-177f53c05fe\"] { max-width: 57.7%; }[data-css=\"tve-u-177f53c3c27\"] { width: 398px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }[data-css=\"tve-u-177f53c770c\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f53c3c27\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f53d0711\"] { max-width: 42.3%; }[data-css=\"tve-u-177f5447078\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 26px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 40px 10px 100px !important; }[data-css=\"tve-u-177f545e114\"] { margin-bottom: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f547ea55\"] { padding-right: 20px !important; padding-top: 30px !important; }[data-css=\"tve-u-177f54a7efe\"] { width: 75%; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f54aa467\"] { width: 80%; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f54ae90b\"] { margin-left: -5px; padding: 5px 20px 0px !important; }[data-css=\"tve-u-177f54ae90b\"] > .tcb-flex-col { padding-left: 5px; }[data-css=\"tve-u-177f814d79d\"] { width: 237px; --tve-alignment:center; float: none; margin: 13px auto 0px !important; }[data-css=\"tve-u-177f814e410\"] { width: 292px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f816a396\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-177f816a396\"] { margin-left: -40px; }[data-css=\"tve-u-177f8178c3d\"] { padding: 0px 0px 5px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f817e730\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f81809e2\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8182fc1\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177f81881fc\"] { max-width: 150px; margin: 40px 0px 0px !important; --tve-applied-max-width:150px !important; }[data-css=\"tve-u-177f818b838\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f818f5fd\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8192e09\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 1px !important; }[data-css=\"tve-u-177f81abb44\"] { padding: 0px 0px 5px !important; margin-top: 60px !important; margin-bottom: 65px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 40px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(31, 214, 225) !important; --tcb-applied-color:rgb(31,214,225) !important; --tve-applied-color:rgb(31,214,225) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f821e4d0\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f821e4d0\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8220f8b\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 40px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] { margin-left: -1px; padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f8230150\"] > .tcb-flex-col { padding-left: 1px; }[data-css=\"tve-u-177f8233d7f\"] { width: 68px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 20px -50px 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { --g-regular-weight:400; color: rgb(45, 44, 77) !important; --tcb-applied-color:rgb(45,44,77) !important; --tve-applied-color:rgb(45,44,77) !important; font-size: 52px !important; font-family: Sriracha !important; font-weight: var(--g-regular-weight,normal) !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 45px 50px !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f824afb5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f824c872\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f824d43c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f824efb6\"] { padding: 45px 50px !important; margin-bottom: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-177f8250590\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f8251c0f\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8252778\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f8263423\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f82675ea\"] { width: 357px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177f826ac31\"] { --tve-alignment:center; float: none; max-width: 265px; margin: 100px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:265px !important; }[data-css=\"tve-u-177f826df94\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f82757a1\"] { margin: 20px 60px 28px !important; }[data-css=\"tve-u-177f8277177\"] { width: 698px; --tve-alignment:center; float: none; margin: 0px auto !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 64px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f829e77b\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82a1847\"] { --tve-alignment:center; float: none; margin: 48px auto 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 50px !important; }[data-css=\"tve-u-177f82b827d\"] { --tve-alignment:center; float: none; max-width: 900px; margin-top: 60px !important; padding: 0px 0px 5px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width:900px !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: -45px !important; margin-left: 45px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-left: -45px !important; margin-right: 45px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-bottom: 0px !important; margin-top: 45px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 45px 38px !important; }[data-css=\"tve-u-177f83749d5\"] { margin: 0px 30px !important; }[data-css=\"tve-u-177f83772e0\"] { padding-top: 0px !important; padding-bottom: 5px !important; }[data-css=\"tve-u-177f8377e3c\"] { --tve-alignment:center; float: none; max-width: 310px; margin: 20px auto 0px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f838585e\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83886da\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: -80px !important; margin-left: 40px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f838de3a\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f83914e3\"] { width: 614px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -80px 0px 0px !important; }[data-css=\"tve-u-177f8392e45\"] { width: 614px; --tve-alignment:left; float: left; z-index: 3; position: relative; margin: 0px auto 0px -50px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f83983be\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f839c86a\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f839d334\"] { --tve-alignment:left; float: left; max-width: 310px; z-index: 3; position: relative; margin: 130px auto 0px !important; padding: 3px 20px !important; --tve-applied-max-width:310px !important; }[data-css=\"tve-u-177f83acceb\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-top: 40px !important; padding: 0px 0px 5px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f83ec567\"] { margin: 0px !important; }[data-css=\"tve-u-177f9221874\"] { max-width: 860px !important; --tve-applied-max-width:860px !important; margin-top: 35px !important; }[data-css=\"tve-u-177f927ff39\"] { max-width: 47.5%; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940f1\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f93940fa\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394100\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.4em !important; }:not(#tve) [data-css=\"tve-u-177f9394105\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9612d0a\"] { width: 86px; float: none; z-index: 3; position: relative; --tve-alignment:center; margin: 0px auto !important; }[data-css=\"tve-u-177f9612d15\"] { margin-top: 0px; margin-left: 0px; }[data-css=\"tve-u-177f961d8dd\"] { max-width: 45.3%; }[data-css=\"tve-u-177f961d8e5\"] { max-width: 54.7%; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] { --g-regular-weight:300; --g-bold-weight:700; color: rgb(67, 66, 102) !important; --tcb-applied-color:rgb(67,66,102) !important; --tve-applied-color:rgb(67,66,102) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177f99aed81\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177f9a90354\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9aa7728\"] { --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177f9f2c750\"] { width: 425px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177f9f2c830\"] { margin-top: 0px; margin-left: -21.281px; width: 105% !important; max-width: none !important; }[data-css=\"tve-u-177f9f2c750\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177f9f645ee\"] { width: 800px; --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f9f939de\"] { width: 386px; --tve-alignment:center; float: none; margin: 20px auto 0px !important; }[data-css=\"tve-u-177fa02dd26\"] { width: 757px; --tve-alignment:center; float: none; margin: 40px auto -20px !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 19px !important; line-height: 1.75em !important; }:not(#tve) [data-css=\"tve-u-177fa041593\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fa042804\"] { max-width: 741px; --tve-alignment:center; float: none; margin-top: -5px !important; --tve-applied-max-width:741px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177fa226bad\"] { max-width: 48%; }[data-css=\"tve-u-177fa619c2b\"] { width: 424px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa639aba\"] { width: 421px; --tve-alignment:center; float: none; margin: 40px auto 0px !important; }[data-css=\"tve-u-177fa65005e\"] { width: 424px; --tve-alignment:center; float: none; margin: 0px auto !important; }[data-css=\"tve-u-177fa67829b\"] { margin-top: 20px !important; margin-bottom: 1px !important; }[data-css=\"tve-u-177fa67a873\"] { margin-top: 10px !important; }[data-css=\"tve-u-177fcd9d86d\"] { width: 89px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px 1px -45px auto !important; }[data-css=\"tve-u-177fcd9ec19\"] { max-width: 150px; margin: 20px 0px 0px !important; --tve-applied-max-width:150px !important; }[data-css=\"tve-u-177fcf30d9d\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf46d6b\"] { max-width: 45.3%; }[data-css=\"tve-u-177fcf4cf1b\"] { max-width: 1150px; min-height: 1px !important; }[data-css=\"tve-u-177fd2acc27\"] { max-width: 40%; }[data-css=\"tve-u-177fdaa8e22\"] { margin-top: 0px; margin-left: -4.641px; width: 103% !important; max-width: none !important; }[data-css=\"tve-u-177fdad4c5b\"] { max-width: 47.5%; }[data-css=\"tve-u-177f31656d1\"] .tve_image_frame { height: 100%; }[data-css=\"tve-u-177fdb1a08e\"]::after { clear: both; }[data-css=\"tve-u-177fdb1adb8\"]::after { clear: both; }[data-css=\"tve-u-177fdb1fbb0\"]::after { clear: both; }[data-css=\"tve-u-177fdcdc16b\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 412px !important; --tve-applied-max-width:412px !important; }[data-css=\"tve-u-177fdcdf2ab\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; max-width: 462px !important; --tve-applied-max-width:462px !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(215, 222, 255) !important; --tcb-applied-color:rgb(215,222,255) !important; --tve-applied-color:rgb(215,222,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe7fab40\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe7fe486\"] { margin-top: -85px !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] { --g-regular-weight:400; --g-bold-weight:700; color: rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255,255,255) !important; --tve-applied-color:rgb(255,255,255) !important; font-family: Poppins !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 28px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-177fe809ce7\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-177fe81cf44\"] { --tve-alignment:center; float: none; margin-top: -50px !important; margin-left: 280px !important; margin-right: auto !important; }[data-css=\"tve-u-177fe821d9f\"] { --tve-alignment:center; float: none; margin-top: -10px !important; margin-left: auto !important; margin-right: 250px !important; }[data-css=\"tve-u-17e9b3e270c\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-17f8edfb7b6\"] { width: 78px; --tve-alignment:right; float: right; z-index: 3; position: relative; margin: 0px -25px -45px auto !important; }[data-css=\"tve-u-17f8efa18c1\"] { max-width: 100%; }[data-css=\"tve-u-17f8f6544ba\"] { --tve-alignment:center; float: none; --tve-border-radius:10px; border-radius: 10px; overflow: hidden; box-shadow: rgba(13, 41, 175, 0.1) 13px 15px 35px 0px; --tve-applied-box-shadow:13px 15px 35px 0px rgba(13,41,175,0.1); margin-left: auto !important; margin-right: auto !important; margin-top: 35px !important; }[data-css=\"tve-u-17f91e126d2\"] { max-width: 51.9994%; }[data-css=\"tve-u-17f91e218ed\"] { max-width: 47.9991%; }[data-css=\"tve-u-17f921394c9\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-17f9213b169\"] { font-weight: var(--g-bold-weight,bold)  !important; }:not(#tve) [data-css=\"tve-u-17f9213b173\"] { font-weight: var(--g-bold-weight,bold)  !important; color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186,17,17)  !important; --tve-applied-color:rgb(186,17,17)  !important; }}@media (max-width: 1023px){[data-css=\"tve-u-177ef507d92\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177ef730895\"] .tcb-button-link { padding: 16px !important; }[data-css=\"tve-u-177f3ff3a83\"] .tcb-button-link { padding: 16px !important; }}@media (max-width: 767px){:not(#tve) [data-css=\"tve-u-177ef49eb32\"] { font-size: 22px !important; }:not(#tve) [data-css=\"tve-u-177ef4b7fe1\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f4397c44\"] { font-size: 44px !important; }:not(#tve) [data-css=\"tve-u-177f3ff3a8f\"] { font-size: 28px !important; }[data-css=\"tve-u-177f814d79d\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f814e410\"] { margin-top: 10px !important; }[data-css=\"tve-u-177ef532a85\"] { margin-bottom: 140px !important; }[data-css=\"tve-u-177ef57e6d8\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -80px !important; }[data-css=\"tve-u-177f8162a98\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448ea8f\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f43dca9e\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816a161\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f816a396\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f4400dc3\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f4417945\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f816d1cc\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-177f448b596\"] { padding-top: 5px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-177f5447078\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f5457983\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef518bbb\"] { font-size: 28px !important; }[data-css=\"tve-u-177ef53902e\"] { margin-top: 0px !important; }[data-css=\"tve-u-177ef53c9a0\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f8178c3d\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }[data-css=\"tve-u-177f817cf2f\"] { padding: 20px !important; }[data-css=\"tve-u-177f817e730\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f81809e2\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f81881fc\"] { margin-top: 30px !important; }[data-css=\"tve-u-177f818b838\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f818f5fd\"] { margin-top: 30px !important; padding: 20px !important; }[data-css=\"tve-u-177f8192e09\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f456804c\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f819f7ee\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-177ef7fc777\"] { font-size: 42px !important; }[data-css=\"tve-u-177f45651aa\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177ef863be4\"] { font-size: 24px !important; }[data-css=\"tve-u-177f81abb44\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f29bb8aa\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f29b0034\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ac47c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f29ea0a9\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f2a4092d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f81bf353\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2a3893b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2a23986\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f29e39eb\"] { font-size: 50px !important; }:not(#tve) [data-css=\"tve-u-177f81d20a7\"] { font-size: 52px !important; }[data-css=\"tve-u-177f2a6f0ef\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2a6a815\"] { background-position: 50% 50%, 50% 100% !important; --background-position:50% 50%,50% 100% !important; background-size: auto, cover !important; --background-size:auto auto,cover !important; background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; --background-attachment:scroll,scroll !important; --background-repeat:no-repeat,no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)),url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-24-StructureBody-05.jpg\") !important; }[data-css=\"tve-u-177f2ba98f9\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2b9613d\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2bc3fec\"] { background-image: linear-gradient(rgb(240, 243, 251), rgb(240, 243, 251)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(240,243,251),rgb(240,243,251)) !important; }[data-css=\"tve-u-177ef8734a6\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f81ffa86\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1679c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8200fff\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c1a417\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8202a88\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f2c102f4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f820439a\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c2b1f7\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8205853\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2c29f07\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f2c3e682\"] { font-size: 56px !important; }:not(#tve) [data-css=\"tve-u-177f2c604f2\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2c62d80\"] { margin-bottom: 40px !important; }[data-css=\"tve-u-177f2cd9a6c\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf0eea\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: 40px !important; }[data-css=\"tve-u-177f821e4d0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8220f8b\"] { margin-right: -30px !important; margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f82263ba\"] { line-height: 1.2em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2cf4731\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f822f704\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f8230150\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8233d7f\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f82367e1\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2d5f192\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f2cf3d47\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f2cf7ad7\"] { margin-right: -30px !important; }:not(#tve) [data-css=\"tve-u-177f2d0d999\"] { line-height: 1.3em !important; font-size: 44px !important; }[data-css=\"tve-u-177f2e9c879\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f824a5d3\"] { padding: 20px !important; }[data-css=\"tve-u-177f824afb5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f824c872\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f824d43c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f824efb6\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177f8250590\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f8251c0f\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8252778\"] { margin-left: -40px !important; }[data-css=\"tve-u-177f2e969a9\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2ecc58b\"] { margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f2ed2704\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f8263423\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f82675ea\"] { width: 230px; }[data-css=\"tve-u-177f826ac31\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f47505\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f826df94\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f82757a1\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f8277177\"] { margin-top: -10px !important; margin-bottom: -10px !important; }[data-css=\"tve-u-177f2f57cdd\"] { width: 230px; }[data-css=\"tve-u-177f827d7f4\"] { margin-top: 0px; }[data-css=\"tve-u-177f320dfec\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f2f1f847\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f2f411dc\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }:not(#tve) [data-css=\"tve-u-177f8289c97\"] { font-size: 58px !important; }[data-css=\"tve-u-177f2fdcb6d\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f300f751\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829c673\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f30218c2\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829e77b\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3039329\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f829fae0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f82a1847\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f305fd67\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f82a2f17\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3068d7b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3026ea7\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f307797d\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2ffbf16\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f308113d\"] { margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-177f313f831\"] { font-size: 48px !important; }[data-css=\"tve-u-177f82b827d\"] { margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f31656d1\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31d5266\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f31c1153\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e08c0\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f31cd26d\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f31e3191\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f31d1fed\"] { margin-bottom: -10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3157150\"] { margin-bottom: 40px !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-177f3203e75\"] { font-size: 42px !important; }[data-css=\"tve-u-177ef81392f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3225149\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f32449f0\"] { margin-top: 40px !important; margin-bottom: 100px !important; }[data-css=\"tve-u-177f327986f\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f329d58c\"] { margin-top: 40px !important; margin-bottom: 140px !important; }[data-css=\"tve-u-177f32cc96e\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f348d5fe\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33cc55d\"] { margin-left: 10px !important; margin-right: 10px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f82fe3ba\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33504b3\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3385075\"] { margin-top: 40px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f349ddaf\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f32e29b4\"] { margin-top: 20px !important; margin-left: 10px !important; margin-right: 10px !important; }[data-css=\"tve-u-177f8314ca3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34b0be2\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f349ead0\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f33f9399\"] { margin-top: 20px !important; margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3403bb1\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f83287b3\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f349f6e1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f343b452\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f33a8b59\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f34471ce\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f32f13c4\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f32e0766\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f348639d\"] { margin: 20px 10px 160px !important; }[data-css=\"tve-u-177f336bd60\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f347f8e4\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3472113\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-177f3518250\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f34f6e57\"] { margin-right: 10px !important; margin-left: 10px !important; margin-top: -60px !important; }:not(#tve) [data-css=\"tve-u-177f2a7390f\"] { font-size: 40px !important; }[data-css=\"tve-u-177f3559eea\"] { margin: 20px 10px 40px !important; }[data-css=\"tve-u-177f835d31c\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3565e36\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f835ed87\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f835f9a5\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3565944\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3566406\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f2c02dce\"] { margin-top: 15px !important; }[data-css=\"tve-u-177f3566b6e\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8364fd1\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f356721c\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f8366549\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3567625\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177f3c5be85\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3c44c0d\"] { margin-top: 0px !important; margin-bottom: -20px !important; }[data-css=\"tve-u-177f3ca1b0a\"] { margin-top: 20px !important; }:not(#tve) [data-css=\"tve-u-177f3cbf2fe\"] { font-size: 60px !important; }[data-css=\"tve-u-177ef74e8d5\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177ef7e1747\"] { padding: 20px !important; }[data-css=\"tve-u-177f83749d5\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f83772e0\"] { flex-wrap: nowrap !important; }[data-css=\"tve-u-177f8377e3c\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef76ea03\"] { margin-top: 20px !important; padding: 20px !important; }[data-css=\"tve-u-177ef781845\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177ef78618d\"] { margin-left: -40px !important; }[data-css=\"tve-u-177ef786416\"] { flex-wrap: nowrap !important; }:not(#tve) [data-css=\"tve-u-177f3d0d466\"] { font-size: 60px !important; }[data-css=\"tve-u-177f3d3765f\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f838585e\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-177f83877a6\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83886da\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f838ba48\"] { margin-right: 0px !important; margin-left: 0px !important; }[data-css=\"tve-u-177f838cf7e\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f838de3a\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83914e3\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f8392e45\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f8394c4c\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f839621d\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83983be\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f3d973d0\"] { margin-left: 0px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f839c86a\"] { margin-top: 60px !important; }[data-css=\"tve-u-177f839d334\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3d8a990\"] { margin-right: 0px !important; margin-top: 20px !important; }[data-css=\"tve-u-177f3d427ec\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f83acceb\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f3d77322\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3d5b108\"] { margin-top: 20px !important; }[data-css=\"tve-u-177f83b384c\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e01de0\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3e3fcf7\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f3e702e4\"] { margin-right: 10px !important; margin-left: 10px !important; margin-bottom: 40px !important; }[data-css=\"tve-u-177f3e8b0b4\"] { --tve-alignment:center; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-177f3e9534f\"] { margin-left: 0px !important; }[data-css=\"tve-u-177f3f17815\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3f41691\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177f3f7e392\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f925e7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f921cc\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f91ce3\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f9153a\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90f37\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f90389\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8fe6f\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8f9f2\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8ef0c\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e9ff\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8e545\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d6d7\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8d114\"] { margin-right: 20px !important; margin-left: 20px !important; }[data-css=\"tve-u-177f3f8cae7\"] { margin-left: 20px !important; margin-right: 20px !important; }[data-css=\"tve-u-177ef730895\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f54aa467\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f54a7efe\"] { margin-top: 10px !important; }[data-css=\"tve-u-177f83e3495\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f83e46b6\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f402828b\"] { margin-top: 40px !important; }[data-css=\"tve-u-177f83e7b87\"] { margin-top: 0px !important; }[data-css=\"tve-u-177f405d0f2\"] { margin: 40px 10px !important; }[data-css=\"tve-u-177f83ec567\"] { margin-top: 20px !important; }[data-css=\"tve-u-177ef489247\"] { background-position: 26% 50% !important; --background-position:26% 50% !important; background-size: cover !important; --background-size:cover !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-01-StructureBody-01.jpg\") !important; }[data-css=\"tve-u-177f3ff3a83\"] { margin-left: 10px !important; margin-right: 0px !important; }[data-css=\"tve-u-177f33e9b9d\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177f3430aeb\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-177fa02dd26\"] { --tve-alignment:center; float: none; margin: 20px 0px 0px !important; }[data-css=\"tve-u-177fa67829b\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-177fcd9ec19\"] { margin-top: 30px !important; }}'),(2365,708,'tve_revision_tve_user_custom_css',''),(2366,708,'tve_revision_tve_page_events','a:0:{}'),(2367,708,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-15e09c94f7d\";s:8:\"font_cls\";a:0:{}}'),(2368,708,'tve_revision_tve_global_scripts',''),(2369,708,'tve_revision_thrive_icon_pack','0'),(2370,708,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(2371,708,'tve_revision_tve_has_masonry','0'),(2372,708,'tve_revision_tve_has_typefocus','0'),(2373,708,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef47fd66\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef489247\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef47e6c0\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef49089d\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-732\" alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef497f0f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef4994ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef49eb32\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4cc9af\" style=\"\"><p data-css=\"tve-u-177ef4b7fe1\" style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><br><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong><br></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43a9710\" style=\"\"><p data-css=\"tve-u-177f4397c44\" style=\"text-align: center;\"><strong><span data-css=\"tve-u-177ef4c7cb8\" style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><br><strong><span data-css=\"tve-u-177ef4c9771\" style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef4da66b\" style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/518800206\" data-showinfo=\"0\" data-byline=\"0\" data-autoplay=\"0\" style=\"\" data-css=\"tve-u-177f9221874\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"518800206\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111938\" data-src=\"https://player.vimeo.com/video/518800206?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177f3ff3a83\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177f3ff3a8f\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef532a85\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814d79d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f814e410\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef57adbc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177ef57c105\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef5798ef\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef57e6d8\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8162a98\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448ea8f\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43d4cda\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-736\" alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Sales Letters (VSL)</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Overlay</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Squeeze Pages</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Landing Pages</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e9551\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f43dca9e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-737\" alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f442412f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Website</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Blogs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Media</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Emails</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43e2659\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">...Or share the links directly</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816a161\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f816a396\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4400dc3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef635da2\" style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f545e114\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef655732\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-738\" alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Connect your PayPal or<br>Stripe and receive<br>payments right inside<br>the video.</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f4417945\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-739\" alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f44aef1f\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef684cee\" style=\"--tcb-col-el-width:237.672;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177ef6840bf\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef6b1f05\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f08\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f09\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f0b\" style=\"\">Optin Forms</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f0d\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f0f\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f11\" style=\"\">CTAs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f13\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f15\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f17\" style=\"\">Buy Buttons</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f19\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f1b\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f1d\" style=\"\">Images &amp; Objects</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f1f\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f21\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f23\" style=\"\">Watermarks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef6b1f25\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef6b1f27\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef6b1f29\" style=\"\">Text &amp; Buttons</span></li></ul></div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef687a65\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Countdown Timers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Social Share</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Quizzes &amp; Surveys</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Maps &amp; Calendars</span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f44149d5\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f816d1cc\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" style=\"\" data-css=\"tve-u-177f448b596\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5447078\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43d8143\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f43d992c\" style=\"\"><div class=\"tcb-flex-col ui-resizable-resizing\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-740\" alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f43d2f42\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f447e826\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177ef5fc0cf\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Video Skins</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Auto-Play Videos</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Custom Thumbnails</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177ef5ce1f4\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177ef5b654a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177ef5bc2a1\" style=\"\">Create Sticky Videos</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef6efb5f\" style=\"\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">And a lot more...</p></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f5457983\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef590770\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\"><p data-css=\"tve-u-177ef59d9c2\" style=\"text-align: center;\"><strong>FREE Commercial License</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f43e06bf\" style=\"--tcb-col-el-width:483.5;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f43dfc0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a4396\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef5ab462\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1217\" alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f44a43bc\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f547ea55\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f43f55b3\"><p data-css=\"tve-u-177ef5e8b4d\" style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef7224e2\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef724b65\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef720eb6\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef72998c\" style=\"\"><p data-css=\"tve-u-177ef72ccac\" style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\" data-css=\"tve-u-177ef72f5f0\">ONLY When You Act NOW!</span></strong></p></div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef507d92\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"#tve-jump-17f92213676\" class=\"tcb-button-link tcb-plain-text tve-jump-scroll\" style=\"\" jump-animation=\"smooth\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef518bbb\" style=\"\"><strong>Get VidJack For A One-Time Payment</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef743459\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177ef535860\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53902e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-733\" alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef53c9a0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-734\" alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177fcf4cf1b\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8178c3d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519166455\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519166455\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111943\" data-src=\"https://player.vimeo.com/video/519166455?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8dd\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177f8182fc1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1307\" alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcda2cec\" width=\"89\" height=\"81\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f81881fc\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Kareem Maize<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519410594\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519410594\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111937\" data-src=\"https://player.vimeo.com/video/519410594?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf30d9d\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1381\" alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong>Randall Kempleton<br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f817cf2f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f817e730\" style=\"\"><p data-css=\"tve-u-177f99aed81\" style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdf2ab\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519536695\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519536695\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111939\" data-src=\"https://player.vimeo.com/video/519536695?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ed3d714\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Keith Troup</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f818f5fd\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8192e09\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177fdcdc16b\" style=\"\" data-fs=\"0\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"1\" data-url=\"https://vimeo.com/519173053\" data-showinfo=\"0\" data-byline=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519173053\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111941\" data-src=\"https://player.vimeo.com/video/519173053?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f818b838\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f81809e2\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fcf46d6b\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" data-css=\"tve-u-177fcd9d86d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1384\" alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fcd9d93f\" width=\"89\" height=\"90\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f961d8e5\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fcd9ec19\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong><br></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9612d0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" data-css=\"tve-u-177f9612d15\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4570976\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f456c9db\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f454ce43\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-177f456804c\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53d0711\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f53c3c27\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1212\" alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" data-css=\"tve-u-177f53c770c\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f53c05fe\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f819f7ee\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef811dc7\" style=\"\"><p data-css=\"tve-u-177ef7fc777\" style=\"text-align: center;\">I’m Ifiok Nkem!</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef8069b3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-748\" alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f45651aa\" style=\"\"><p data-css=\"tve-u-177f93940f1\" style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p data-css=\"tve-u-177f93940fa\" style=\"text-align: left;\"><br></p><p data-css=\"tve-u-177f9394100\" style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p data-css=\"tve-u-177f9394105\" style=\"text-align: left;\"><br>We are the same team that recently released a solid video product called VideoTours360.<br><br>BUT - I have got NEWS for you…</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef838ce3\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef83ae31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef837c03\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef7f2a43\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Traditional Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177ef850fe7\" style=\"text-align: center;\"><strong>Are DEAD</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><br><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef866efa\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef8603c0\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177ef863be4\"><strong>These Type Of Videos Generate:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81abb44\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-767\" alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29bb8aa\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29b0034\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Low Sales</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-769\" alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ac47c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Less Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-770\" alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f29cf036\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f29d146d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f29cfab2\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef4e4241\" style=\"\"><p data-css=\"tve-u-177ef85a027\" style=\"text-align: center;\"><strong>On The Other Hand…</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29daa20\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><br><strong>Interactive Videos Are Bringing</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f29e39eb\" style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f29ea0a9\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef6659a4\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased</strong><br><strong>Qualified Leads</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-772\" alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4092d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81bf353\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f29fb796\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a0dc5d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-775\" alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a4441e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2a3893b\" style=\"--tcb-col-el-width:830;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef665ae2\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a25590\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177ef59de27\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>High Sales Volumes</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2998b21\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-779\" alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2a23986\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a50d75\" style=\"\"><p data-css=\"tve-u-177f2985d31\" style=\"text-align: center;\"><strong>Increased Profits</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2a51bfc\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-781\" alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f299b933\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2a67ae6\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2a6a815\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2a65e81\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a6f0ef\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f81d20a7\" style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2a759c2\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2b9613d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1509\" alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fe804a71\" width=\"1222\" height=\"625\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177fe7fe486\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe81cf44\" style=\"\"><p data-css=\"tve-u-177fe7fab40\" style=\"text-align: center;\">2,741 Visitors<br>0 Leads</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fe821d9f\" style=\"\"><p data-css=\"tve-u-177fe809ce7\" style=\"text-align: center;\"><strong>2,307 Visitors<br>1,168 Leads</strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ba98f9\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032 tcb-moved-image\" alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\" data-css=\"tve-u-17f8ed7fabf\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2bc27dc\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2bc3fec\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2bc4a56\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bced7a\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Marketers Across The Board</strong><br><strong><span data-css=\"tve-u-177f2bcbf41\" style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef8734a6\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef580b18\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-805\" alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2be89a5\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactivity results in<br><strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f81ffa86\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-807\" alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER</strong><br><strong>Completion Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1679c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8200fff\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-810\" alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>HIGHER</strong><br><strong>Click-Through-Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c1a417\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">The click-through rate is<br><strong>10x higher</strong> than a passive video (Business Insider).</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8202a88\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-811\" alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>INCREASED Sales</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c102f4\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f820439a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-812\" alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>BETTER Viewer</strong><br><strong>Experience</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c2b1f7\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8205853\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-814\" alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>IMPROVED</strong><br><strong>Interaction Rate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c29f07\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c312f4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c343f1\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c3050e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>The Sensational New Trend</strong><br><strong>Of Interactive Videos Has Already</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c3e682\" style=\"text-align: center;\"><strong>Made BIG Businesses</strong><br><strong><span data-css=\"tve-u-177f2c3ffe0\" style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c46216\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1511\" alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" data-css=\"tve-u-177fe7b4de1\" style=\"\" width=\"1125\" height=\"1256\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2c52e9a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2c56e51\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2c53969\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c36f77\" style=\"\"><p data-css=\"tve-u-177f2c5b9a5\" style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><br><strong>Deep Pockets Could Tap Into</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2c604f2\" style=\"text-align: center;\"><strong>The Incredible Power</strong><br><strong>Of Interactive Videos…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2c62d80\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c65100\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c7a9be\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-822\" alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element tve-froala\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Optin Forms</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c934c0\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-825\" alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>CTAs</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99282\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-826\" alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buy Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c99db2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-827\" alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb7d89\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c87396\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-828\" alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Watermarks</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb3d17\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-829\" alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Text</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb466f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-830\" alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Buttons</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c69041\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-831\" alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Countdown</strong><br><strong>Timers</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cb9ef9\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--4\" data-css=\"tve-u-177f2c656fa\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2c8df82\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-832\" alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Social Share</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb20a5\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-833\" alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1964\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-834\" alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Videos</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cb1084\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-835\" alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2c6c15b\" style=\"\"><p data-css=\"tve-u-177f2c6e298\" style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2cca93a\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2ccd1fe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f2ccb86d\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cd9a6c\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cd4c80\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2cd7735\"><strong>And The Best Part:</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cdd7ee\" style=\"\"><p data-css=\"tve-u-177f2cdebf8\" style=\"text-align: center;\"><strong>You Don’t Even Need</strong><br><strong>To Create Your Own Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2ce2da3\" style=\"\"><p data-css=\"tve-u-177f2ce4e27\" style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f2cea67f\" style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><br><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2cf0eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2cf4731\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f821e4d0\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8220f8b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82263ba\">It’s 100% LEGAL</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f822f704\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8230150\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8233d7f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f82367e1\">It’s SMART</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2d5f192\" style=\"--tcb-col-el-width:600;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f2cf3d47\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f6d3\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f2d2cd1d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2cf7ad7\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-949\" alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span></div></div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f2d1f719\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2d032c6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2cfde6a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: left;\" data-css=\"tve-u-177f2d0d999\">It’s ETHICAL</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2d94c6c\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2d99909\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2d96ab3\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2e9c879\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1048;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824a5d3\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f824afb5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177ef76b459\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-url=\"https://vimeo.com/519894196\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894196\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19111940\" data-src=\"https://player.vimeo.com/video/519894196?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f824d43c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f824c872\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8ee1fbca\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f824efb6\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f8250590\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8252778\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177f8251c0f\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-17f8edfb7b6\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1033\" alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" data-css=\"tve-u-17f8edfb8ed\" style=\"\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2e7b92d\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2e8e726\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2e7a44a\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2e969a9\" style=\"\"><p data-css=\"tve-u-177f2e93ea5\" style=\"text-align: center;\"><strong>Introducing…</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ecc58b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-973\" alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" data-css=\"tve-u-177fa36e6cf\" style=\"\" width=\"524\" height=\"159\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2ed2704\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1298\" alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2eea335\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f2eedb92\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2eeb6dc\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f075b1\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><br><strong>Videos To Businesses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2f0024f\" style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f17772\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f1a0c4\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8263423\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1493\" alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fd2acc27\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f826ac31\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #1</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Choose Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f82757a1\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…<br><br>… or upload your own.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f82675ea\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-978\" alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" data-css=\"tve-u-177f82676ec\" style=\"\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f7c8a3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3bc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2f47505\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #2</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Customize</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f826df94\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f6c3c0\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8277177\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1494\" alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f82787e3\" width=\"698\" height=\"440\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f57cdd\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-979\" alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" data-css=\"tve-u-177f827d7f4\" width=\"357\" height=\"68\"></span></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2f9b9d3\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f2f1a2fd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ea1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2f1f847\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1492\" alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f2f20ee6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f320dfec\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f2f2abe7\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f2f2d948\"><strong>Step #3</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f3553a\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2f411dc\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f2fb8334\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f2fbbdfe\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f2fb753b\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f8289c97\" style=\"text-align: center;\"><strong>1st Choice For Creating</strong><br><strong>Interactive Videos</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fdcb6d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f9aa7728\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Lead Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f300f751\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9ae5bf3\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829c673\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1346\" alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f305c5\" width=\"424\" height=\"260\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Share Gate</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f30218c2\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f829e77b\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\" data-css=\"tve-u-177f9f2cbf6\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f2c750\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1329\" alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f2c830\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Call-To-Action</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3039329\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f829fae0\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa619c2b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1344\" alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa61c1f6\" width=\"424\" height=\"207\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Countdown Timers</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3044829\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa639aba\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1339\" alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa639baa\" width=\"421\" height=\"226\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Surveys</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa65005e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1345\" alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fa650144\" width=\"424\" height=\"307\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67a873\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video In Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa67829b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f82a1847\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f939de\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1333\" alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9f93aca\" width=\"386\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Player Elements</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f305fd67\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82a2f17\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1341\" alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"264\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Skin</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3068d7b\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3026ea7\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f2fd8be1\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2fec654\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1347\" alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"299\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Video Source</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f307797d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2ffbf16\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9a90354\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1342\" alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177f9a8b099\" width=\"424\" height=\"294\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Responsive</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f308113d\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3087c2e\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f308e56b\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3088702\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2fc08f6\" style=\"\"><p data-css=\"tve-u-177f30973fa\" style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2fc405b\" style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177fa042804\" style=\"\"><p data-css=\"tve-u-177fa041593\" style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177fa02dd26\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1335\" alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" data-css=\"tve-u-177fa02de1b\" style=\"\" width=\"757\" height=\"391\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f30b199b\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3130096\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f30b5166\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f313f831\" style=\"text-align: center;\"><strong>Gamification</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f82b827d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!<br><br>Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3157150\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f315a302\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><br><strong>To Unlock A ‘Free Ebook’</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1adb8\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31656d1\" style=\"\"><span class=\"tve_image_frame\" style=\"\"><img class=\"tve_image wp-image-1443\" alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdaa8e22\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Download Files</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f927ff39\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31d5266\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177fdad4c5b\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Claim Your Early</strong><br><strong>Bird Discount!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1a08e\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31c1153\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1437\" alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" data-css=\"tve-u-177fdad44ca\" width=\"506\" height=\"326\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Single Use Coupon</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e08c0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177522\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><br><strong>You Shop With Us!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31cd26d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1435\" alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" data-css=\"tve-u-177fdb1c90f\" style=\"\" width=\"536\" height=\"345\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">Multiple Use Coupon</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3177588\" style=\"\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f31e3191\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f315a4bd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0f7\" style=\"\"><div class=\"tcb-col\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f31ab0fc\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f2f32455\" style=\"text-align: center;\"><strong>Check Out The</strong><br><strong>Complete Range Here!</strong></p></div><div class=\"tcb-clear\" data-css=\"tve-u-177fdb1fbb0\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f31d1fed\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1445\" alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" data-css=\"tve-u-177fdb20da6\" style=\"\" width=\"575\" height=\"371\"></span></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f315f3fc\" style=\"\"><p data-css=\"tve-u-177f31794ec\" style=\"text-align: center;\">URL Redirect</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f31f1929\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f31f72a9\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f31f2db0\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31f9fc4\" style=\"\"><p data-css=\"tve-u-177ef7f2216\" style=\"text-align: center;\"><strong>Full In-Video</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31ff4e5\" style=\"\"><p data-css=\"tve-u-177f3203e75\" style=\"text-align: center;\"><strong>Personalization</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f9f645ee\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1338\" alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef81392f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef8166bb\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.<br><br>You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3225149\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3213c1f\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3223b58\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p></div></div>\n</div><div class=\"thrv_responsive_video thrv_wrapper\" data-type=\"youtube\" data-rel=\"0\" data-modestbranding=\"0\" data-aspect-ratio=\"16:9\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://www.youtube.com/watch?v=5lY4ixORglY\" data-css=\"tve-u-177f32449f0\" style=\"\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-controls=\"0\" data-fs=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"5lY4ixORglY\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"3547147\" data-src=\"https://www.youtube.com/embed/5lY4ixORglY?rel=0&amp;modestbranding=0&amp;controls=0&amp;showinfo=1&amp;fs=0&amp;wmode=transparent\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32618b4\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3273d31\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32601e9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f327986f\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f328170a\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3284653\"><strong>Watch VidJack</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f329310a\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>In Action Here...</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-rel=\"0\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-css=\"tve-u-177f329d58c\" style=\"\" data-overlay=\"0\" data-type=\"vimeo\" data-modestbranding=\"0\" data-float=\"false\" data-aspect-ratio-default=\"0\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\" data-url=\"https://vimeo.com/517923304\" data-showinfo=\"0\" data-byline=\"0\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"517923304\" data-provider=\"vimeo\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"19111942\" data-src=\"https://player.vimeo.com/video/517923304?portrait=0&amp;title=0&amp;color=fff&amp;byline=0&amp;autopause=0\"></iframe><div class=\"video_overlay\"></div></div>\n	</div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f32a4824\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f32ac7bc\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f32a541c\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3139c37\" style=\"\"><p data-css=\"tve-u-177f32b3fde\" style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><br><strong>Powerful Features</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f32b7740\" style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><br><strong>Marketing Agency</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32cc96e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>ADVANCED Video Player Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f348d5fe\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Customize and design your video player as per your taste. Add<br>and remove elements just as you like with a click of a button.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33cc55d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3498c0f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1026\" alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f82fe3ba\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33504b3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Player Skins</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>Watermark</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3385075\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3382b76\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Complete Viewer Experience Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ddaf\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now you<br>can customize not just a part but the entire viewing experience.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f32e29b4\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f8314ca3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33c0454\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.<br><br>This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f33b83b3\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Resume Playback</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34b0be2\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1031\" alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33e9b9d\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f33e70e3\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Lead Generation &amp; Sales Control</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349ead0\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We empower you with exciting and guaranteed to convert lead<br>generation tools. Now you can time your CTAs to gate your<br>content effectively to multiply your profits.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f33f9399\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3403bb1\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1032\" alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f9f\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83287b3\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f33fb43d\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Share-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Lead-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f335ad98\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f335ec52\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f335ad9e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f335ada3\" style=\"\"><strong>CTA-Gate</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3430aeb\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f340f0db\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f338b45c\"><strong>Deep Insights &amp; Analytics</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f349f6e1\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">We closely monitor your video engagement to help enhance your<br>CTAs and sales with each passing campaign.</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f343b452\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a6666\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a8b59\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f34471ce\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Engagement Graphs</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f33a666e\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f33a201e\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f32f13c4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1039\" alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f344d48e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f32c2ead\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f32cb3e2\"><strong>Embed Anywhere</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f32e0766\" style=\"\"><p data-css=\"tve-u-177f32dd1cd\" style=\"text-align: center;\">Embed your videos onto any platform of your choice to become<br>viral instantly! Pick any website, social media platform, blog or<br>simply share the link!</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f348639d\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f32e83f8\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f32e8817\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3312f1c\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3472113\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1041\" alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f347db00\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f336bd60\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f347f8e4\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33504b9\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f33504be\" style=\"\"><strong>Single Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f333ea77\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f33352e7\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f332c3b3\" style=\"\"><strong>Playlists</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f334b91b\" style=\"\"><p data-css=\"tve-u-177f334b41b\" style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\" data-css=\"tve-u-177f347d8aa\"><span style=\"font-size: 20px;\" data-css=\"tve-u-177f347c3dc\">(Coming Soon. Free to Charter Members)</span></span></strong><br>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f34f3296\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f34f4614\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" style=\"\" data-css=\"tve-u-177f34f1a1c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f34f6e57\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f34f8f17\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f34f919a\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffb55\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3518250\" style=\"\"><p data-css=\"tve-u-177f3505406\" style=\"text-align: center;\"><strong>100%</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f31452a8\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Newbie Friendly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f350e812\" style=\"\"><p data-css=\"tve-u-177f3511177\" style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f34ffbfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f34fe90f\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1049\" alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f35226f8\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f35238df\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3524116\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3528e35\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Seamless Integration With</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef84f2ea\" style=\"\"><p data-css=\"tve-u-177f2a7390f\" style=\"text-align: center;\"><strong>Major Autoresponders</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3533c2a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1332\" alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" data-css=\"tve-u-177f9f80ed5\" style=\"\" width=\"852\" height=\"529\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3546fcf\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f354d74f\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3547bed\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3559eea\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f835d31c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1064\" alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automated Interface</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565e36\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences and<br>auto-customizes highly engaging videos on your behalf.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835ed87\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1065\" alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3565944\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f835f9a5\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1066\" alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Expert Video Resources</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566406\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f2c02dce\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--3\" data-css=\"tve-u-177ef580c6d\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f2993f70\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1067\" alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3566b6e\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8364fd1\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1068\" alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>24X7 Assistance</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f356721c\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f8366549\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef87a881\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f2bd516e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1069\" alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2bdf70b\" style=\"\"><p data-css=\"tve-u-177f2bdb921\" style=\"text-align: center;\"><strong>Automatic Updates</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3567625\" style=\"\"><p data-css=\"tve-u-177f298e79c\" style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3c344f0\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3c399e7\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3c3529f\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3c3d848\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c5808f\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3c44c0d\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1073\" alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c58156\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c5be85\" style=\"\"><p data-css=\"tve-u-177f3c4a619\" style=\"text-align: center;\"><strong>Completely Hosted</strong><br><strong>On The Cloud</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3c3fd75\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3c3ffe8\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74bfa\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c817af\" style=\"\"><p data-css=\"tve-u-177f3c79f1b\" style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3c505e9\" style=\"\"><p data-css=\"tve-u-177f3c521a1\" style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3c74c02\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3ca1b0a\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1074\" alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3cb27b2\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3cb3c0e\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3cbf2fe\" style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><br><strong><span style=\"color: rgb(45, 111, 255);\" data-css=\"tve-u-177f3cced25\">Video Marketing Agency</span></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3cdd65f\" style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><br><strong>And Get Paid Top Dollar Like Them…</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177ef74739a\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177ef74aede\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177ef747dfe\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef74e8d5\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef75041e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177ef750639\" style=\"\"><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef7e1747\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83749d5\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p></div><div class=\"thrv_responsive_video thrv_wrapper\" data-aspect-ratio=\"16:9\" data-css=\"tve-u-17f8f6544ba\" style=\"\" data-type=\"vimeo\" data-float=\"false\" data-overlay=\"0\" data-modestbranding=\"0\" data-aspect-ratio-default=\"0\" data-float-visibility=\"mobile\" data-url=\"https://vimeo.com/519166455\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"519894661\" data-hash=\"undefined\" data-provider=\"vimeo\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19111944\" data-src=\"https://player.vimeo.com/video/519894661?portrait=0&amp;title=1&amp;color=fff&amp;byline=1&amp;autopause=0\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8377e3c\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb-mobile-no-wrap m-edit tcb--cols--1\" data-css=\"tve-u-177f83772e0\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-17f8efa18c1\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div><div class=\"tcb-flex-col\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177ef76ea03\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177ef7595ad\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef781845\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef78618d\" style=\"--tcb-col-el-width:310;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized tcb-mobile-no-wrap m-edit\" data-css=\"tve-u-177ef786416\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bc1\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177ef79fa01\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef78a475\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1035\" alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef7b5bee\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177ef78cde8\" style=\"\"><p data-css=\"tve-u-177ef7948da\" style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177ef7a8e53\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-746\" alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span></div></div></div></div></div></div>\n</div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3d3493d\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f3cb7364\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3d09ac8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3cbbdae\" style=\"\"><p data-css=\"tve-u-177f3d0d466\" style=\"text-align: center;\"><strong>We Have Added Some</strong><br><strong>EXCLUSIVE Bonuses</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Available ONLY During</strong><br><strong>This Special Launch Period!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d3765f\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3d39bf0\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f838585e\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177fa226bad\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f83877a6\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83886da\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #1</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f838cf7e\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f838ba48\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f838de3a\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #2</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.<br><br>BUT NOT ANY MORE...<br><br>Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937f1\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f83914e3\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f8394c4c\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f8392e45\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d440aa\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f839621d\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83983be\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #3</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"><br></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #4</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong><br><br>This mentorship program comes with;</p><ul class=\"\"><li data-css=\"tve-u-177f83ca02d\"><span data-css=\"tve-u-177f3f7e3a0\"><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fca10c\"><span data-css=\"tve-u-17801fca149\"><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fce0fe\"><span data-css=\"tve-u-17801fce112\">Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801fe8143\"><span data-css=\"tve-u-17801fe8157\">And so much more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f83acceb\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d43fd2\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d48caf\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d427ec\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e218ed\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d77322\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3d5b108\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #5</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<br><br><strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<br><br><strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f839c86a\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3d39ecd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3d937e9\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d973d0\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d5b10e\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f839d334\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3d570bd\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3d5c9e5\"><strong>BONUS #6</strong></p></div></div>\n</div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d6ac31\" style=\"\"><p data-css=\"tve-u-177f3d68c86\" style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\">You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p data-css=\"tve-u-177ef765346\"><br></p><p data-css=\"tve-u-177ef765346\">PLUS access to all future webinar replays.<br><br><strong>Some of the topics covered includes;</strong></p><ul class=\"\"><li data-css=\"tve-u-17801fc3d66\"><span data-css=\"tve-u-17801fc3d79\">The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7f1d3\"><span data-css=\"tve-u-17801f7f20d\">Four Easy Stories That Brings Sales</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7ea20\"><span data-css=\"tve-u-17801f7ea38\">Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f7e0d3\"><span data-css=\"tve-u-17801f7e0e9\">Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f94172\"><span data-css=\"tve-u-17801f94187\">From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9966c\"><span data-css=\"tve-u-17801f99687\">Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul class=\"\"><li data-css=\"tve-u-17801f9cfd4\"><span data-css=\"tve-u-17801f9cff7\">And many more!</span></li></ul></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f91e126d2\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3d91bed\" style=\"\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3d9a883\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3d8a990\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1077\" alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3dbab73\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3dc035d\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3dbc2f8\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>You Can Start Selling</strong><br><strong>Engaging Videos</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f2cedfcd\" style=\"\"><p data-css=\"tve-u-177f3dd572f\" style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f83b384c\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a081\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e0b092\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1080\" alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e1a170\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e1e697\" style=\"\"><p data-css=\"tve-u-177f3e11316\" style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.<br><br>This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.<br><br>So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.<br><br>Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!<br><br>When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.<br><br>There’s never been a deal so sweet! We bet you!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e27941\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e2b960\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e28681\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3dc9188\" style=\"\"><p data-css=\"tve-u-177f328f558\" style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d10d55\" style=\"\"><p data-css=\"tve-u-177f3e333db\" style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e01de0\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e04b11\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e04e31\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370ce\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e3fcf7\" style=\"\"><p data-css=\"tve-u-177f3e3e4e3\" style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.<br><br>You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e370d6\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e61358\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1083\" alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3e65371\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3e69752\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3e66119\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e6e415\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3e702e4\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3e77cd5\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f3e87046\" style=\"--tcb-col-el-width:1007;\"><div class=\"tcb-flex-row v-2 tcb-resized tcb--cols--2\" data-css=\"tve-u-177f3e874dd\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d216\" style=\"\"><div class=\"tcb-col\"><div class=\"tcb-clear\" data-css=\"tve-u-177f3e9944c\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f3e8b0b4\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1085\" alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" data-css=\"tve-u-177f3e8fe07\" loading=\"lazy\" width=\"462\" height=\"373\"></span></div></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177f3e8d331\" style=\"\"><div class=\"tcb-col\" data-css=\"tve-u-177f3e9534f\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3e935cd\" style=\"\"><p data-css=\"tve-u-177f3e947e7\" style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3ea59e1\" style=\"\"><p data-css=\"tve-u-177f3ea73eb\" style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3d71979\" style=\"\"><p data-css=\"tve-u-177ef765346\" style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.<br><br>Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this a<br>sure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.<br><br>So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f3ee8e33\" style=\"\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-177f3eeeeba\" style=\"\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f3ee9e0d\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e46b6\" style=\"\"><p data-css=\"tve-u-177f3ef7519\" style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f3efc46a\" style=\"\"><p data-css=\"tve-u-177f3efbc15\" style=\"text-align: center;\"><strong>Using VidJack When You</strong><br><strong>Get It At The Lowest Cost Ever!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f0a10e\" style=\"\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f0444b\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\" data-css=\"tve-u-177f3f086c9\"><strong>Pay Once. Profit Forever!</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f3f17815\" style=\"\" data-link-wrap=\"true\" id=\"tve-jump-17f92213676\">\n	<div class=\"tve-content-box-background\" style=\"\" data-css=\"tve-u-177f3f1d2ec\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f41691\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f4e1ee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f43e24\" style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f7e392\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f83ca02d\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f7e399\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f7e3a0\" style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f925e7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fdce02\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f925ef\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f925f6\" style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f921cc\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f921d4\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f921da\" style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f91ce3\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91ceb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91cf2\" style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f9153a\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f91542\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f91549\" style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90f37\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90f3e\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90f45\" style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f90389\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f90390\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f90397\" style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8fe6f\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8fe76\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fe7d\" style=\"\"><strong>Full In Video Personalization</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8f9f2\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fc75d1\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8f9fa\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8fa01\" style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8ef0c\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ef13\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ef1a\" style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e9ff\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8ea06\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8ea0c\" style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8e545\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8e54c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8e552\" style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d6d7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d6de\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d6e5\" style=\"\"><strong>Crucial Video Stats</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8d114\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8d11c\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8d123\" style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul></div><div class=\"thrv_wrapper thrv-divider\" data-style-d=\"tve_sep-1\" data-thickness-d=\"1\" data-color-d=\"rgb(230, 231, 238)\" data-css=\"tve-u-177f3f5e5f8\" style=\"\">\n	<hr class=\"tve_sep tve_sep-1\" style=\"\">\n</div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\" data-css=\"tve-u-177f3f8cae7\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-177f3fda1a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-local-vars-root tcb-icon-display\" data-css=\"tve-u-177f3f8caee\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-check-circle-solid\" data-name=\"\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-177f3f8caf8\" style=\"\"><strong>Commercial Rights Included</strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-17f921394c9\"><p data-css=\"tve-u-17f9213b169\" style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span data-css=\"tve-u-178070524c6\" style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p data-css=\"tve-u-17f9213b173\" style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-button thrv-button-v2 tcb-local-vars-root\" data-button-style=\"btn-tpl-58268\" data-button-size=\"s\" data-css=\"tve-u-177ef730895\" style=\"\"><div class=\"thrive-colors-palette-config\" style=\"display: none !important\">__CONFIG_colors_palette__{\"active_palette\":0,\"config\":{\"colors\":{\"3e1f8\":{\"name\":\"Main Accent\",\"parent\":-1}},\"gradients\":[]},\"palettes\":[{\"name\":\"Default Palette\",\"value\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(96, 193, 42)\"}},\"gradients\":[]},\"original\":{\"colors\":{\"3e1f8\":{\"val\":\"rgb(19, 114, 211)\",\"hsl\":{\"h\":210,\"s\":0.83,\"l\":0.45}}},\"gradients\":[]}}]}__CONFIG_colors_palette__</div>\n	\n	<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=I%20am%20interested%20in%20purchasing%20the%20Vidjack%20Software.\" class=\"tcb-button-link tcb-plain-text\" style=\"\" target=\"_blank\">\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-177ef730898\" style=\"\"><strong>Get VidJack For A One-Time Payment for N20,000</strong></span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f401a849\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177ef53558c\" style=\"--tcb-col-el-width:584;\"><div class=\"tcb-flex-row v-2 tcb--cols--2 tcb-resized\" data-css=\"tve-u-177f54ae90b\" style=\"\"><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef54876d\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54aa467\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1109\" alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" data-css=\"tve-u-177f54aa48d\" style=\"\" width=\"194\" height=\"20\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-177ef548779\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f54a7efe\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1111\" alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" data-css=\"tve-u-177f54a7f23\" style=\"\" width=\"231\" height=\"39\"></span></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f401e0d3\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f401f783\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f4020071\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e3495\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-177f402828b\" style=\"\"><span class=\"tve_image_frame\"><img class=\"tve_image wp-image-1113\" alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f40374ed\" style=\"\"><p data-css=\"tve-u-177f4032c67\" style=\"text-align: center;\">Ifiok Nkem</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f4053992\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40555d4\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40563ba\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83e7b87\" style=\"\"><p data-css=\"tve-u-177f3509085\" style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p></div><div class=\"thrv_wrapper thrv_toggle\" data-columns=\"2\" data-animation=\"slide-fade\" data-animation-speed=\"fast\" data-ct-name=\"Original\" data-ct=\"toggle-55351\" data-css=\"tve-u-177f405d0f2\" style=\"\">\n	<div class=\"tve-toggle-grid tve-prevent-content-edit\" style=\"\"><div class=\"tve-toggle-column\" data-index=\"1\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3127\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Are There Any Limitations or Restrictions?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Sky’s the limit with VidJack. You can use it to customize as many videos as you like and embed them anywhere on the internet for unlimited clients!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c312e\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Am I Limited to Only YouTube or Vimeo for Video Hosting?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not at all. VidJack is compatible with all top platforms. Though we do recommend using YouTube or Vimeo as they let you host videos for free. But you also have great options such as Amazon S3, Wistia and multiple such hosting platforms.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3132\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do I Need To Install Any Software?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Not a chance! You don’t have to download or install anything. VidJack is cloud-based which means you can access the application from any browser or mobile device.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div><div class=\"tve-toggle-column\" data-index=\"2\" style=\"\"><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3136\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>Do You Have a 100% Money-Back Guarantee?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Indeed we do! If you don’t absolutely love how VidJack transforms your videos into lead magnets, you can simply ask for a full refund within 30 days of your purchase.</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div><div class=\"thrv_toggle_item tve_faq\" style=\"\" data-css=\"tve-u-177f40c3139\">\n				<div class=\"tve_faqI\">\n					<div class=\"tve_faqB thrv_toggle_title tve-toggle-show-icon tcb-icon-display\" data-icon-code=\"icon-quora-solid\" data-css=\"tve-u-17010f7948c\" data-selector=\"[data-css=&quot;tve-u-177f405d0f2&quot;] .thrv_toggle_title\" data-tcb_hover_state_parent=\"\" style=\"\">\n						<div class=\"tve_toggle\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 24 24\" data-id=\"icon-quora-solid\" data-name=\"\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\"></path></svg></div>\n						<h4 class=\"tve-toggle-text\" style=\"\"><strong>How Do I Get Support?</strong></h4>\n					</div>\n					<div class=\"tve_faqC \">\n						<div class=\"thrv_wrapper thrv_toggle_content tve-elem-default-pad\" data-css=\"tve-u-17010f7948e\" style=\"\">\n							<div class=\"tve-content-box-background\" data-css=\"tve-u-17010f7948f\"></div>\n							<div class=\"tve-cb\">\n								<div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-177f40ac41e\">Our support team is 100% behind you 24x7. Simply contact support@VidJack.io and avail our help and support!</p> 								</div>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-css=\"tve-u-177f40fab7c\" style=\"\">\n	<div class=\"tve-page-section-out\" style=\"\" data-css=\"tve-u-177f40fdbc1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-177f40fc0d9\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad\" data-css=\"tve-u-177f40ffa6a\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-177f4103479\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row v-2 tcb--cols--2\" data-css=\"tve-u-177f41039b1\" style=\"\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9b3e270c\" style=\"\"><center>\n<p style=\"color:white; font-size:10px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - VidJack - All Rights Reserved\n</p>\n</center></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-177f83ec567\" style=\"\"><p data-css=\"tve-u-177f410a048\" style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p></div></div></div></div></div></div>\n</div></div>\n</div>'),(2374,708,'tve_revision_tve_has_wistia_popover','0'),(2375,709,'tve_revision_tve_landing_page',''),(2376,709,'tve_revision_tve_disable_theme_dependency',''),(2377,709,'tve_revision_tve_content_before_more',''),(2378,709,'tve_revision_tve_content_more_found',''),(2379,709,'tve_revision_tve_save_post',''),(2380,709,'tve_revision_tve_custom_css',''),(2381,709,'tve_revision_tve_user_custom_css',''),(2382,709,'tve_revision_tve_page_events',''),(2383,709,'tve_revision_tve_globals',''),(2384,709,'tve_revision_tve_global_scripts',''),(2385,709,'tve_revision_thrive_icon_pack',''),(2386,709,'tve_revision_thrive_tcb_post_fonts',''),(2387,709,'tve_revision_tve_has_masonry',''),(2388,709,'tve_revision_tve_has_typefocus',''),(2389,709,'tve_revision_tve_updated_post',''),(2390,709,'tve_revision_tve_has_wistia_popover',''),(2391,709,'_elementor_edit_mode','builder'),(2392,709,'_elementor_template_type','wp-page'),(2393,709,'_elementor_version','3.6.1'),(2394,709,'_wp_page_template','default'),(2395,709,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2396,709,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2398,709,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2399,709,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(2400,709,'_elementor_pro_version','3.0.5'),(2402,247,'_tve_js_modules_gutenberg','a:0:{}'),(2403,710,'tve_revision_tve_landing_page',''),(2404,710,'tve_revision_tve_disable_theme_dependency',''),(2405,710,'tve_revision_tve_content_before_more',''),(2406,710,'tve_revision_tve_content_more_found',''),(2407,710,'tve_revision_tve_save_post',''),(2408,710,'tve_revision_tve_custom_css',''),(2409,710,'tve_revision_tve_user_custom_css',''),(2410,710,'tve_revision_tve_page_events',''),(2411,710,'tve_revision_tve_globals',''),(2412,710,'tve_revision_tve_global_scripts',''),(2413,710,'tve_revision_thrive_icon_pack',''),(2414,710,'tve_revision_thrive_tcb_post_fonts',''),(2415,710,'tve_revision_tve_has_masonry',''),(2416,710,'tve_revision_tve_has_typefocus',''),(2417,710,'tve_revision_tve_updated_post',''),(2418,710,'tve_revision_tve_has_wistia_popover',''),(2419,710,'_elementor_edit_mode','builder'),(2420,710,'_elementor_template_type','wp-page'),(2421,710,'_elementor_version','3.6.1'),(2422,710,'_wp_page_template','default'),(2423,710,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2424,710,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2426,710,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2427,710,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(2428,710,'_elementor_pro_version','3.0.5'),(2430,711,'tve_revision_tve_landing_page',''),(2431,711,'tve_revision_tve_disable_theme_dependency',''),(2432,711,'tve_revision_tve_content_before_more',''),(2433,711,'tve_revision_tve_content_more_found',''),(2434,711,'tve_revision_tve_save_post',''),(2435,711,'tve_revision_tve_custom_css',''),(2436,711,'tve_revision_tve_user_custom_css',''),(2437,711,'tve_revision_tve_page_events',''),(2438,711,'tve_revision_tve_globals',''),(2439,711,'tve_revision_tve_global_scripts',''),(2440,711,'tve_revision_thrive_icon_pack',''),(2441,711,'tve_revision_thrive_tcb_post_fonts',''),(2442,711,'tve_revision_tve_has_masonry',''),(2443,711,'tve_revision_tve_has_typefocus',''),(2444,711,'tve_revision_tve_updated_post',''),(2445,711,'tve_revision_tve_has_wistia_popover',''),(2446,711,'_elementor_edit_mode','builder'),(2447,711,'_elementor_template_type','wp-page'),(2448,711,'_elementor_version','3.6.1'),(2449,711,'_wp_page_template','default'),(2450,711,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50442b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"WhatsApp\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2451,711,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2453,711,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2454,711,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(2455,711,'_elementor_pro_version','3.0.5'),(2457,712,'tve_revision_tve_landing_page',''),(2458,712,'tve_revision_tve_disable_theme_dependency',''),(2459,712,'tve_revision_tve_content_before_more',''),(2460,712,'tve_revision_tve_content_more_found',''),(2461,712,'tve_revision_tve_save_post',''),(2462,712,'tve_revision_tve_custom_css',''),(2463,712,'tve_revision_tve_user_custom_css',''),(2464,712,'tve_revision_tve_page_events',''),(2465,712,'tve_revision_tve_globals',''),(2466,712,'tve_revision_tve_global_scripts',''),(2467,712,'tve_revision_thrive_icon_pack',''),(2468,712,'tve_revision_thrive_tcb_post_fonts',''),(2469,712,'tve_revision_tve_has_masonry',''),(2470,712,'tve_revision_tve_has_typefocus',''),(2471,712,'tve_revision_tve_updated_post',''),(2472,712,'tve_revision_tve_has_wistia_popover',''),(2473,712,'_elementor_edit_mode','builder'),(2474,712,'_elementor_template_type','wp-page'),(2475,712,'_elementor_version','3.6.1'),(2476,712,'_wp_page_template','default'),(2477,712,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50442b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"WhatsApp\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2478,712,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2480,712,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2481,712,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(2482,712,'_elementor_pro_version','3.0.5'),(2483,713,'tve_revision_tve_landing_page',''),(2484,713,'tve_revision_tve_disable_theme_dependency',''),(2485,713,'tve_revision_tve_content_before_more',''),(2486,713,'tve_revision_tve_content_more_found',''),(2487,713,'tve_revision_tve_save_post',''),(2488,713,'tve_revision_tve_custom_css',''),(2489,713,'tve_revision_tve_user_custom_css',''),(2490,713,'tve_revision_tve_page_events',''),(2491,713,'tve_revision_tve_globals',''),(2492,713,'tve_revision_tve_global_scripts',''),(2493,713,'tve_revision_thrive_icon_pack',''),(2494,713,'tve_revision_thrive_tcb_post_fonts',''),(2495,713,'tve_revision_tve_has_masonry',''),(2496,713,'tve_revision_tve_has_typefocus',''),(2497,713,'tve_revision_tve_updated_post',''),(2498,713,'tve_revision_tve_has_wistia_popover',''),(2499,713,'_elementor_edit_mode','builder'),(2500,713,'_elementor_template_type','wp-page'),(2501,713,'_elementor_version','3.6.1'),(2502,713,'_wp_page_template','default');
INSERT INTO `wpjn_postmeta` VALUES (2503,713,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"50442b9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"WhatsApp\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2504,713,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2506,713,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2507,713,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(2508,713,'_elementor_pro_version','3.0.5'),(2509,714,'tve_revision_tve_landing_page',''),(2510,714,'tve_revision_tve_disable_theme_dependency',''),(2511,714,'tve_revision_tve_content_before_more',''),(2512,714,'tve_revision_tve_content_more_found',''),(2513,714,'tve_revision_tve_save_post',''),(2514,714,'tve_revision_tve_custom_css',''),(2515,714,'tve_revision_tve_user_custom_css',''),(2516,714,'tve_revision_tve_page_events',''),(2517,714,'tve_revision_tve_globals',''),(2518,714,'tve_revision_tve_global_scripts',''),(2519,714,'tve_revision_thrive_icon_pack',''),(2520,714,'tve_revision_thrive_tcb_post_fonts',''),(2521,714,'tve_revision_tve_has_masonry',''),(2522,714,'tve_revision_tve_has_typefocus',''),(2523,714,'tve_revision_tve_updated_post',''),(2524,714,'tve_revision_tve_has_wistia_popover',''),(2525,714,'_elementor_edit_mode','builder'),(2526,714,'_elementor_template_type','wp-page'),(2527,714,'_elementor_version','3.6.1'),(2528,714,'_wp_page_template','default'),(2529,714,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2530,714,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2532,714,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(2533,714,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(2534,714,'_elementor_pro_version','3.0.5'),(2535,395,'_wp_page_template','default'),(2536,715,'_edit_last','1'),(2537,715,'_wp_page_template','default'),(2538,716,'tve_revision_tve_landing_page',''),(2539,716,'tve_revision_tve_disable_theme_dependency',''),(2540,716,'tve_revision_tve_content_before_more',''),(2541,716,'tve_revision_tve_content_more_found',''),(2542,716,'tve_revision_tve_save_post',''),(2543,716,'tve_revision_tve_custom_css',''),(2544,716,'tve_revision_tve_user_custom_css',''),(2545,716,'tve_revision_tve_page_events',''),(2546,716,'tve_revision_tve_globals',''),(2547,716,'tve_revision_tve_global_scripts',''),(2548,716,'tve_revision_thrive_icon_pack',''),(2549,716,'tve_revision_thrive_tcb_post_fonts',''),(2550,716,'tve_revision_tve_has_masonry',''),(2551,716,'tve_revision_tve_has_typefocus',''),(2552,716,'tve_revision_tve_updated_post',''),(2553,716,'tve_revision_tve_has_wistia_popover',''),(2554,715,'_tve_js_modules_gutenberg','a:0:{}'),(2555,715,'site-sidebar-layout','default'),(2556,715,'site-content-layout','default'),(2557,715,'theme-transparent-header-meta','default'),(2558,715,'_edit_lock','1648994876:1'),(2559,715,'tcb2_ready','1'),(2561,717,'_wp_attached_file','2022/04/tve-lp-designbundle.zip'),(2562,718,'tve_revision_tve_landing_page',''),(2563,718,'tve_revision_tve_disable_theme_dependency',''),(2564,718,'tve_revision_tve_content_before_more',''),(2565,718,'tve_revision_tve_content_more_found',''),(2566,718,'tve_revision_tve_save_post',''),(2567,718,'tve_revision_tve_custom_css',''),(2568,718,'tve_revision_tve_user_custom_css',''),(2569,718,'tve_revision_tve_page_events',''),(2570,718,'tve_revision_tve_globals',''),(2571,718,'tve_revision_tve_global_scripts',''),(2572,718,'tve_revision_thrive_icon_pack',''),(2573,718,'tve_revision_thrive_tcb_post_fonts',''),(2574,718,'tve_revision_tve_has_masonry',''),(2575,718,'tve_revision_tve_has_typefocus',''),(2576,718,'tve_revision_tve_updated_post',''),(2577,718,'tve_revision_tve_has_wistia_popover',''),(2578,718,'_elementor_edit_mode','builder'),(2579,718,'_elementor_template_type','wp-page'),(2580,718,'_elementor_version','3.6.1'),(2581,718,'_wp_page_template','default'),(2582,718,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2583,718,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2585,718,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2586,718,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(2587,718,'_elementor_pro_version','3.0.5'),(2589,341,'_tve_js_modules_gutenberg','a:0:{}'),(2590,719,'tve_revision_tve_landing_page',''),(2591,719,'tve_revision_tve_disable_theme_dependency',''),(2592,719,'tve_revision_tve_content_before_more',''),(2593,719,'tve_revision_tve_content_more_found',''),(2594,719,'tve_revision_tve_save_post',''),(2595,719,'tve_revision_tve_custom_css',''),(2596,719,'tve_revision_tve_user_custom_css',''),(2597,719,'tve_revision_tve_page_events',''),(2598,719,'tve_revision_tve_globals',''),(2599,719,'tve_revision_tve_global_scripts',''),(2600,719,'tve_revision_thrive_icon_pack',''),(2601,719,'tve_revision_thrive_tcb_post_fonts',''),(2602,719,'tve_revision_tve_has_masonry',''),(2603,719,'tve_revision_tve_has_typefocus',''),(2604,719,'tve_revision_tve_updated_post',''),(2605,719,'tve_revision_tve_has_wistia_popover',''),(2606,719,'_elementor_edit_mode','builder'),(2607,719,'_elementor_template_type','wp-page'),(2608,719,'_elementor_version','3.6.1'),(2609,719,'_wp_page_template','default'),(2610,719,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2611,719,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2613,719,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2614,719,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(2615,719,'_elementor_pro_version','3.0.5'),(2617,720,'tve_revision_tve_landing_page',''),(2618,720,'tve_revision_tve_disable_theme_dependency',''),(2619,720,'tve_revision_tve_content_before_more',''),(2620,720,'tve_revision_tve_content_more_found',''),(2621,720,'tve_revision_tve_save_post',''),(2622,720,'tve_revision_tve_custom_css',''),(2623,720,'tve_revision_tve_user_custom_css',''),(2624,720,'tve_revision_tve_page_events',''),(2625,720,'tve_revision_tve_globals',''),(2626,720,'tve_revision_tve_global_scripts',''),(2627,720,'tve_revision_thrive_icon_pack',''),(2628,720,'tve_revision_thrive_tcb_post_fonts',''),(2629,720,'tve_revision_tve_has_masonry',''),(2630,720,'tve_revision_tve_has_typefocus',''),(2631,720,'tve_revision_tve_updated_post',''),(2632,720,'tve_revision_tve_has_wistia_popover',''),(2633,720,'_elementor_edit_mode','builder'),(2634,720,'_elementor_template_type','wp-page'),(2635,720,'_elementor_version','3.6.1'),(2636,720,'_wp_page_template','default'),(2637,720,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2638,720,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2640,720,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2641,720,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(2642,720,'_elementor_pro_version','3.0.5'),(2644,721,'_wp_attached_file','2022/04/large-white-logo.png'),(2645,721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1161;s:6:\"height\";i:133;s:4:\"file\";s:28:\"2022/04/large-white-logo.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"large-white-logo-300x34.png\";s:5:\"width\";i:300;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"large-white-logo-1024x117.png\";s:5:\"width\";i:1024;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"large-white-logo-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"large-white-logo-768x88.png\";s:5:\"width\";i:768;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2646,722,'_wp_attached_file','2022/04/footercta.png'),(2647,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:679;s:6:\"height\";i:99;s:4:\"file\";s:21:\"2022/04/footercta.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"footercta-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"footercta-150x99.png\";s:5:\"width\";i:150;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2648,723,'_wp_attached_file','2022/04/sidebox-1.png'),(2649,723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:1194;s:4:\"file\";s:21:\"2022/04/sidebox-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sidebox-1-300x267.png\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"sidebox-1-1024x912.png\";s:5:\"width\";i:1024;s:6:\"height\";i:912;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sidebox-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"sidebox-1-768x684.png\";s:5:\"width\";i:768;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2650,724,'_wp_attached_file','2022/04/5-1.png'),(2651,724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:893;s:6:\"height\";i:335;s:4:\"file\";s:15:\"2022/04/5-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-1-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"5-1-768x288.png\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2652,725,'_wp_attached_file','2022/04/4-1.png'),(2653,725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:867;s:6:\"height\";i:342;s:4:\"file\";s:15:\"2022/04/4-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"4-1-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"4-1-768x303.png\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2654,726,'_wp_attached_file','2022/04/2-1.png'),(2655,726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:334;s:4:\"file\";s:15:\"2022/04/2-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"2-1-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"2-1-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2656,727,'_wp_attached_file','2022/04/ec.png'),(2657,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:815;s:6:\"height\";i:273;s:4:\"file\";s:14:\"2022/04/ec.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"ec-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"ec-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"ec-768x257.png\";s:5:\"width\";i:768;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2658,728,'_wp_attached_file','2022/04/1-2.png'),(2659,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:176;s:4:\"file\";s:15:\"2022/04/1-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"1-2-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2660,729,'_wp_attached_file','2022/04/3-1.png'),(2661,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:287;s:4:\"file\";s:15:\"2022/04/3-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"3-1-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-1-768x245.png\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2662,730,'_wp_attached_file','2022/04/7-1.png'),(2663,730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:973;s:6:\"height\";i:271;s:4:\"file\";s:15:\"2022/04/7-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"7-1-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"7-1-768x214.png\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2664,731,'_wp_attached_file','2022/04/11.png'),(2665,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:803;s:6:\"height\";i:271;s:4:\"file\";s:14:\"2022/04/11.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x101.png\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"11-768x259.png\";s:5:\"width\";i:768;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2666,732,'_wp_attached_file','2022/04/9-1.png'),(2667,732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:792;s:6:\"height\";i:241;s:4:\"file\";s:15:\"2022/04/9-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"9-1-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"9-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"9-1-768x234.png\";s:5:\"width\";i:768;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2668,733,'_wp_attached_file','2022/04/10-1.png'),(2669,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:725;s:6:\"height\";i:241;s:4:\"file\";s:16:\"2022/04/10-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"10-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"10-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2670,734,'_wp_attached_file','2022/04/viral-1.png'),(2671,734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:759;s:6:\"height\";i:275;s:4:\"file\";s:19:\"2022/04/viral-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"viral-1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"viral-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2672,735,'_wp_attached_file','2022/04/blur-ring.png'),(2673,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:444;s:4:\"file\";s:21:\"2022/04/blur-ring.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"blur-ring-242x300.png\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"blur-ring-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2674,736,'_wp_attached_file','2022/04/ring-1.png'),(2675,736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:406;s:4:\"file\";s:18:\"2022/04/ring-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ring-1-226x300.png\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ring-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2676,737,'_wp_attached_file','2022/04/ring-3.png'),(2677,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:444;s:4:\"file\";s:18:\"2022/04/ring-3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ring-3-242x300.png\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ring-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2678,738,'_wp_attached_file','2022/04/sad.png'),(2679,738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2022/04/sad.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"sad-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"sad-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2680,739,'_wp_attached_file','2022/04/softwares.png'),(2681,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:103;s:4:\"file\";s:21:\"2022/04/softwares.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"softwares-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"softwares-150x103.png\";s:5:\"width\";i:150;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2682,740,'_wp_attached_file','2022/04/large-white-logo-1.png'),(2683,740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1161;s:6:\"height\";i:133;s:4:\"file\";s:30:\"2022/04/large-white-logo-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"large-white-logo-1-300x34.png\";s:5:\"width\";i:300;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"large-white-logo-1-1024x117.png\";s:5:\"width\";i:1024;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"large-white-logo-1-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"large-white-logo-1-768x88.png\";s:5:\"width\";i:768;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2684,741,'_wp_attached_file','2022/04/SoftwareBox3-1.png'),(2685,741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:903;s:4:\"file\";s:26:\"2022/04/SoftwareBox3-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"SoftwareBox3-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"SoftwareBox3-1-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"SoftwareBox3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"SoftwareBox3-1-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2686,742,'_wp_attached_file','2022/04/page-builder.png'),(2687,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1401;s:6:\"height\";i:1673;s:4:\"file\";s:24:\"2022/04/page-builder.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"page-builder-251x300.png\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"page-builder-858x1024.png\";s:5:\"width\";i:858;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"page-builder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"page-builder-768x917.png\";s:5:\"width\";i:768;s:6:\"height\";i:917;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2688,743,'_wp_attached_file','2022/04/designer.png'),(2689,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1974;s:6:\"height\";i:1589;s:4:\"file\";s:20:\"2022/04/designer.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"designer-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"designer-1024x824.png\";s:5:\"width\";i:1024;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"designer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"designer-768x618.png\";s:5:\"width\";i:768;s:6:\"height\";i:618;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2690,744,'_wp_attached_file','2022/04/fb.png'),(2691,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:14:\"2022/04/fb.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"fb-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"fb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2692,745,'_wp_attached_file','2022/04/twitter.png'),(2693,745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2022/04/twitter.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"twitter-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"twitter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2694,746,'_wp_attached_file','2022/04/tshirt.png'),(2695,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2022/04/tshirt.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"tshirt-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"tshirt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2696,747,'_wp_attached_file','2022/04/instagram.png'),(2697,747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2022/04/instagram.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"instagram-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"instagram-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2698,748,'_wp_attached_file','2022/04/ebook.png'),(2699,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2022/04/ebook.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ebook-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ebook-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2700,749,'_wp_attached_file','2022/04/quotes.png'),(2701,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2022/04/quotes.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"quotes-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"quotes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2702,750,'_wp_attached_file','2022/04/linkedin.png'),(2703,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2022/04/linkedin.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"linkedin-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"linkedin-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2704,751,'_wp_attached_file','2022/04/business-card.png'),(2705,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2022/04/business-card.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"business-card-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"business-card-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2706,752,'_wp_attached_file','2022/04/infographics.png'),(2707,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2022/04/infographics.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"infographics-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"infographics-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2708,753,'_wp_attached_file','2022/04/logo.png'),(2709,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1613;s:6:\"height\";i:1701;s:4:\"file\";s:16:\"2022/04/logo.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-284x300.png\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"logo-971x1024.png\";s:5:\"width\";i:971;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"logo-768x810.png\";s:5:\"width\";i:768;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2710,754,'_wp_attached_file','2022/04/svg.png'),(2711,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:682;s:4:\"file\";s:15:\"2022/04/svg.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"svg-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"svg-1024x549.png\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"svg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"svg-768x411.png\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2712,755,'_wp_attached_file','2022/04/ecover.png'),(2713,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1954;s:6:\"height\";i:1650;s:4:\"file\";s:18:\"2022/04/ecover.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ecover-300x253.png\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"ecover-1024x865.png\";s:5:\"width\";i:1024;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ecover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"ecover-768x649.png\";s:5:\"width\";i:768;s:6:\"height\";i:649;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2714,756,'_wp_attached_file','2022/04/ecovers-1.png'),(2715,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:508;s:6:\"height\";i:546;s:4:\"file\";s:21:\"2022/04/ecovers-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ecovers-1-279x300.png\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ecovers-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2716,757,'_wp_attached_file','2022/04/mock.png'),(2717,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1429;s:6:\"height\";i:1422;s:4:\"file\";s:16:\"2022/04/mock.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"mock-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"mock-1024x1019.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1019;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"mock-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"mock-768x764.png\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2718,758,'_wp_attached_file','2022/04/mocks-2-1.png'),(2719,758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1651;s:6:\"height\";i:670;s:4:\"file\";s:21:\"2022/04/mocks-2-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"mocks-2-1-300x122.png\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"mocks-2-1-1024x416.png\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mocks-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"mocks-2-1-768x312.png\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2720,759,'_wp_attached_file','2022/04/scene-1.png'),(2721,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1866;s:6:\"height\";i:1526;s:4:\"file\";s:19:\"2022/04/scene-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"scene-1-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"scene-1-1024x837.png\";s:5:\"width\";i:1024;s:6:\"height\";i:837;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"scene-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"scene-1-768x628.png\";s:5:\"width\";i:768;s:6:\"height\";i:628;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2722,760,'_wp_attached_file','2022/04/items.jpg'),(2723,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:651;s:4:\"file\";s:17:\"2022/04/items.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"items-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"items-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"items-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2724,761,'_wp_attached_file','2022/04/stock.png'),(2725,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1969;s:6:\"height\";i:1597;s:4:\"file\";s:17:\"2022/04/stock.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"stock-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"stock-1024x831.png\";s:5:\"width\";i:1024;s:6:\"height\";i:831;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"stock-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"stock-768x623.png\";s:5:\"width\";i:768;s:6:\"height\";i:623;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2726,762,'_wp_attached_file','2022/04/flexible.png'),(2727,762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2194;s:6:\"height\";i:1711;s:4:\"file\";s:20:\"2022/04/flexible.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"flexible-300x234.png\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"flexible-1024x799.png\";s:5:\"width\";i:1024;s:6:\"height\";i:799;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"flexible-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"flexible-768x599.png\";s:5:\"width\";i:768;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2728,763,'_wp_attached_file','2022/04/flexible-1-1.png'),(2729,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1248;s:6:\"height\";i:784;s:4:\"file\";s:24:\"2022/04/flexible-1-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"flexible-1-1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"flexible-1-1-1024x643.png\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"flexible-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"flexible-1-1-768x482.png\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2730,764,'_wp_attached_file','2022/04/ebook-1.png'),(2731,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1779;s:6:\"height\";i:1581;s:4:\"file\";s:19:\"2022/04/ebook-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"ebook-1-300x267.png\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"ebook-1-1024x910.png\";s:5:\"width\";i:1024;s:6:\"height\";i:910;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ebook-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"ebook-1-768x683.png\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2732,765,'_wp_attached_file','2022/04/vid2gif.png'),(2733,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1734;s:6:\"height\";i:1568;s:4:\"file\";s:19:\"2022/04/vid2gif.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"vid2gif-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"vid2gif-1024x926.png\";s:5:\"width\";i:1024;s:6:\"height\";i:926;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vid2gif-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"vid2gif-768x694.png\";s:5:\"width\";i:768;s:6:\"height\";i:694;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2734,766,'_wp_attached_file','2022/04/quote.png'),(2735,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1737;s:6:\"height\";i:1676;s:4:\"file\";s:17:\"2022/04/quote.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"quote-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"quote-1024x988.png\";s:5:\"width\";i:1024;s:6:\"height\";i:988;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"quote-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"quote-768x741.png\";s:5:\"width\";i:768;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2736,767,'_wp_attached_file','2022/04/ezgif.com-optimize-5.gif'),(2737,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:337;s:4:\"file\";s:32:\"2022/04/ezgif.com-optimize-5.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ezgif.com-optimize-5-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ezgif.com-optimize-5-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2738,768,'_wp_attached_file','2022/04/ezgif.com-video-to-gif.gif'),(2739,768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:337;s:4:\"file\";s:34:\"2022/04/ezgif.com-video-to-gif.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ezgif.com-video-to-gif-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ezgif.com-video-to-gif-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2740,769,'_wp_attached_file','2022/04/ezgif.com-video-to-gif-4.gif'),(2741,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:337;s:4:\"file\";s:36:\"2022/04/ezgif.com-video-to-gif-4.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-4-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ezgif.com-video-to-gif-4-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2742,770,'_wp_attached_file','2022/04/ezgif.com-optimize-6.gif'),(2743,770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:337;s:4:\"file\";s:32:\"2022/04/ezgif.com-optimize-6.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ezgif.com-optimize-6-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ezgif.com-optimize-6-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2744,771,'_wp_attached_file','2022/04/ezgif.com-optimize-2.gif'),(2745,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:337;s:4:\"file\";s:32:\"2022/04/ezgif.com-optimize-2.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ezgif.com-optimize-2-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ezgif.com-optimize-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2746,772,'_wp_attached_file','2022/04/ezgif.com-video-to-gif-5-1.gif'),(2747,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:337;s:4:\"file\";s:38:\"2022/04/ezgif.com-video-to-gif-5-1.gif\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"ezgif.com-video-to-gif-5-1-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"ezgif.com-video-to-gif-5-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2748,773,'_wp_attached_file','2022/04/personal.png'),(2749,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:255;s:4:\"file\";s:20:\"2022/04/personal.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"personal-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"personal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2750,774,'_wp_attached_file','2022/04/freelancer.png'),(2751,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:763;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/04/freelancer.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"freelancer-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"freelancer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2752,775,'_wp_attached_file','2022/04/graphic-knowledge.png'),(2753,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:433;s:6:\"height\";i:185;s:4:\"file\";s:29:\"2022/04/graphic-knowledge.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"graphic-knowledge-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"graphic-knowledge-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2754,776,'_wp_attached_file','2022/04/screen-1.png'),(2755,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1101;s:6:\"height\";i:759;s:4:\"file\";s:20:\"2022/04/screen-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"screen-1-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"screen-1-1024x706.png\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"screen-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"screen-1-768x529.png\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2756,777,'_wp_attached_file','2022/04/screen-2.png'),(2757,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:671;s:4:\"file\";s:20:\"2022/04/screen-2.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"screen-2-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"screen-2-1024x654.png\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"screen-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"screen-2-768x491.png\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2758,778,'_wp_attached_file','2022/04/screen-3.png'),(2759,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1058;s:6:\"height\";i:645;s:4:\"file\";s:20:\"2022/04/screen-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"screen-3-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"screen-3-1024x624.png\";s:5:\"width\";i:1024;s:6:\"height\";i:624;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"screen-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"screen-3-768x468.png\";s:5:\"width\";i:768;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2760,779,'_wp_attached_file','2022/04/screen-4.png'),(2761,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:989;s:6:\"height\";i:652;s:4:\"file\";s:20:\"2022/04/screen-4.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"screen-4-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"screen-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"screen-4-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2762,780,'_wp_attached_file','2022/04/ico-19.png'),(2763,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:143;s:6:\"height\";i:127;s:4:\"file\";s:18:\"2022/04/ico-19.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2764,781,'_wp_attached_file','2022/04/ico-20.png'),(2765,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:127;s:6:\"height\";i:127;s:4:\"file\";s:18:\"2022/04/ico-20.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2766,782,'_wp_attached_file','2022/04/ico-21.png'),(2767,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:154;s:6:\"height\";i:112;s:4:\"file\";s:18:\"2022/04/ico-21.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ico-21-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2768,783,'_wp_attached_file','2022/04/ico-22.png'),(2769,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:146;s:6:\"height\";i:127;s:4:\"file\";s:18:\"2022/04/ico-22.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2770,784,'_wp_attached_file','2022/04/18740515_10203389184606353_2519581804591498553_n.jpg'),(2771,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:634;s:4:\"file\";s:60:\"2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"18740515_10203389184606353_2519581804591498553_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"18740515_10203389184606353_2519581804591498553_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2772,785,'_wp_attached_file','2022/04/Designer-Table-scaled.jpg'),(2831,785,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1813;s:4:\"file\";s:33:\"2022/04/Designer-Table-scaled.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Designer-Table-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Designer-Table-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Designer-Table-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Designer-Table-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:18:\"Designer-Table.jpg\";}'),(2832,787,'_wp_attached_file','2022/04/Logo-Creator.jpg'),(2833,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2323;s:6:\"height\";i:1213;s:4:\"file\";s:24:\"2022/04/Logo-Creator.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Logo-Creator-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Logo-Creator-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo-Creator-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Logo-Creator-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2834,788,'_wp_attached_file','2022/04/Ecover-CreatorNew.jpg'),(2835,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1252;s:6:\"height\";i:802;s:4:\"file\";s:29:\"2022/04/Ecover-CreatorNew.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Ecover-CreatorNew-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Ecover-CreatorNew-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Ecover-CreatorNew-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Ecover-CreatorNew-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2836,789,'_wp_attached_file','2022/04/Flexible-images.jpg'),(2837,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2323;s:6:\"height\";i:918;s:4:\"file\";s:27:\"2022/04/Flexible-images.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Flexible-images-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Flexible-images-1024x405.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Flexible-images-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Flexible-images-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2838,790,'_wp_attached_file','2022/04/Scene-Creator.jpg'),(2839,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2323;s:6:\"height\";i:1312;s:4:\"file\";s:25:\"2022/04/Scene-Creator.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Scene-Creator-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Scene-Creator-1024x578.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Scene-Creator-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Scene-Creator-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2840,791,'_wp_attached_file','2022/04/eBook-Table.jpg'),(2841,791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1764;s:6:\"height\";i:1089;s:4:\"file\";s:23:\"2022/04/eBook-Table.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"eBook-Table-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"eBook-Table-1024x632.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"eBook-Table-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"eBook-Table-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2842,792,'_wp_attached_file','2022/04/Stock-Explorer-Table.jpg'),(2843,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2323;s:6:\"height\";i:514;s:4:\"file\";s:32:\"2022/04/Stock-Explorer-Table.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Stock-Explorer-Table-300x66.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Stock-Explorer-Table-1024x227.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Stock-Explorer-Table-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Stock-Explorer-Table-768x170.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2844,793,'_wp_attached_file','2022/04/Page-Builder.jpg'),(2845,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2323;s:6:\"height\";i:1312;s:4:\"file\";s:24:\"2022/04/Page-Builder.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Page-Builder-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Page-Builder-1024x578.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Page-Builder-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Page-Builder-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2846,794,'_wp_attached_file','2022/04/large-black-logo-300x34-1.png'),(2847,794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:34;s:4:\"file\";s:37:\"2022/04/large-black-logo-300x34-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"large-black-logo-300x34-1-150x34.png\";s:5:\"width\";i:150;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2848,795,'_wp_attached_file','2022/04/SoftwareBox3-1-1024x682-1.png'),(2849,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:37:\"2022/04/SoftwareBox3-1-1024x682-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SoftwareBox3-1-1024x682-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SoftwareBox3-1-1024x682-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"SoftwareBox3-1-1024x682-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2850,796,'_wp_attached_file','2022/04/money-back-5.png'),(2851,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:417;s:6:\"height\";i:367;s:4:\"file\";s:24:\"2022/04/money-back-5.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"money-back-5-300x264.png\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"money-back-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2852,797,'_wp_attached_file','2022/04/1069181_513100162088493_1528800415_n.jpg'),(2853,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:420;s:4:\"file\";s:48:\"2022/04/1069181_513100162088493_1528800415_n.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1069181_513100162088493_1528800415_n-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1069181_513100162088493_1528800415_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2854,798,'_wp_attached_file','2022/04/bg-side-2-300x244-1.png'),(2855,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:244;s:4:\"file\";s:31:\"2022/04/bg-side-2-300x244-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"bg-side-2-300x244-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2856,799,'_wp_attached_file','2022/04/1-1-150x150-1.png'),(2857,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2022/04/1-1-150x150-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"1-1-150x150-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2858,800,'_wp_attached_file','2022/04/48926262_10215776895352653_7840580455182106624_n.jpg'),(2859,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:60:\"2022/04/48926262_10215776895352653_7840580455182106624_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"48926262_10215776895352653_7840580455182106624_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"48926262_10215776895352653_7840580455182106624_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"48926262_10215776895352653_7840580455182106624_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2860,801,'_wp_attached_file','2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg'),(2861,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:580;s:4:\"file\";s:105:\"2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:105:\"alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:105:\"alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:105:\"alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2862,802,'_wp_attached_file','2022/04/header-bg-1.png'),(2863,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1847;s:6:\"height\";i:1093;s:4:\"file\";s:23:\"2022/04/header-bg-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"header-bg-1-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"header-bg-1-1024x606.png\";s:5:\"width\";i:1024;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"header-bg-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"header-bg-1-768x454.png\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2864,803,'_wp_attached_file','2022/04/bg-blob.png'),(2865,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:326;s:6:\"height\";i:474;s:4:\"file\";s:19:\"2022/04/bg-blob.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"bg-blob-206x300.png\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bg-blob-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2866,804,'_wp_attached_file','2022/04/circle-bg.png'),(2867,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:431;s:6:\"height\";i:404;s:4:\"file\";s:21:\"2022/04/circle-bg.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"circle-bg-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"circle-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2868,805,'_wp_attached_file','2022/04/bg-transparent.png'),(2869,805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1338;s:6:\"height\";i:838;s:4:\"file\";s:26:\"2022/04/bg-transparent.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"bg-transparent-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"bg-transparent-1024x641.png\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bg-transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"bg-transparent-768x481.png\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2870,806,'_wp_attached_file','2022/04/bg.png'),(2871,806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:606;s:4:\"file\";s:14:\"2022/04/bg.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"bg-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"bg-768x455.png\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2872,807,'_wp_attached_file','2022/04/bg-side-242x300-1.png'),(2873,807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:242;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2022/04/bg-side-242x300-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bg-side-242x300-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2874,808,'_wp_attached_file','2022/04/face.png'),(2875,808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1026;s:4:\"file\";s:16:\"2022/04/face.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"face-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"face-1024x525.png\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"face-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"face-768x394.png\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2876,809,'_wp_attached_file','2022/04/Bitmap.png'),(2877,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1103;s:6:\"height\";i:1245;s:4:\"file\";s:18:\"2022/04/Bitmap.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Bitmap-266x300.png\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Bitmap-907x1024.png\";s:5:\"width\";i:907;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{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:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Bitmap-768x867.png\";s:5:\"width\";i:768;s:6:\"height\";i:867;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2878,810,'_wp_attached_file','2022/04/designmock.png'),(2879,810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:487;s:4:\"file\";s:22:\"2022/04/designmock.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"designmock-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"designmock-1024x438.png\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"designmock-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"designmock-768x329.png\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2880,811,'_wp_attached_file','2022/04/bg-3.png'),(2881,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1475;s:6:\"height\";i:699;s:4:\"file\";s:16:\"2022/04/bg-3.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-3-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-3-1024x485.png\";s:5:\"width\";i:1024;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-3-768x364.png\";s:5:\"width\";i:768;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2882,812,'_wp_attached_file','2022/04/ecovers-bg.png'),(2883,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:963;s:4:\"file\";s:22:\"2022/04/ecovers-bg.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ecovers-bg-279x300.png\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ecovers-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"ecovers-bg-768x825.png\";s:5:\"width\";i:768;s:6:\"height\";i:825;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2884,813,'_wp_attached_file','2022/04/new-bg-1-1.png'),(2885,813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1113;s:6:\"height\";i:555;s:4:\"file\";s:22:\"2022/04/new-bg-1-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"new-bg-1-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"new-bg-1-1-1024x511.png\";s:5:\"width\";i:1024;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"new-bg-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"new-bg-1-1-768x383.png\";s:5:\"width\";i:768;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2886,814,'_wp_attached_file','2022/04/scene.jpg'),(2887,814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:603;s:4:\"file\";s:17:\"2022/04/scene.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"scene-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"scene-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2888,815,'_wp_attached_file','2022/04/stock-1.png'),(2889,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:398;s:4:\"file\";s:19:\"2022/04/stock-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"stock-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"stock-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2890,816,'_wp_attached_file','2022/04/ebook.jpg'),(2891,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1169;s:6:\"height\";i:591;s:4:\"file\";s:17:\"2022/04/ebook.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ebook-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ebook-1024x518.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ebook-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ebook-768x388.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2892,817,'_wp_attached_file','2022/04/10931027_10202428723359713_8419731428254055126_n.jpg'),(2893,817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:852;s:4:\"file\";s:60:\"2022/04/10931027_10202428723359713_8419731428254055126_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"10931027_10202428723359713_8419731428254055126_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"10931027_10202428723359713_8419731428254055126_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"10931027_10202428723359713_8419731428254055126_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2894,818,'_wp_attached_file','2022/04/29243858_10214730699523138_5775310517918233829_n.jpg'),(2895,818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:957;s:6:\"height\";i:960;s:4:\"file\";s:60:\"2022/04/29243858_10214730699523138_5775310517918233829_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"29243858_10214730699523138_5775310517918233829_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"29243858_10214730699523138_5775310517918233829_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"29243858_10214730699523138_5775310517918233829_n-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2896,819,'_wp_attached_file','2022/04/20375712_1873324396027913_2320555637976989019_n.jpg'),(2897,819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:932;s:4:\"file\";s:59:\"2022/04/20375712_1873324396027913_2320555637976989019_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"20375712_1873324396027913_2320555637976989019_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"20375712_1873324396027913_2320555637976989019_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"20375712_1873324396027913_2320555637976989019_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2898,820,'_wp_attached_file','2022/04/04.png'),(2899,820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:75;s:4:\"file\";s:14:\"2022/04/04.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"04-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2900,821,'_wp_attached_file','2022/04/02.png'),(2901,821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:218;s:6:\"height\";i:418;s:4:\"file\";s:14:\"2022/04/02.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"02-156x300.png\";s:5:\"width\";i:156;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2902,822,'_wp_attached_file','2022/04/Facebook-Banner.jpg'),(2903,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2022/04/Facebook-Banner.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Facebook-Banner-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Facebook-Banner-1024x720.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Facebook-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Facebook-Banner-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2904,823,'_wp_attached_file','2022/04/Facebook-Banner-1.jpg'),(2905,823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2022/04/Facebook-Banner-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Facebook-Banner-1-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Facebook-Banner-1-1024x720.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Facebook-Banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Facebook-Banner-1-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2906,715,'tve_landing_page','tcb2-prolayers-short-video-sales-page'),(2907,715,'tve_disable_theme_dependency_tcb2-prolayers-short-video-sales-page',''),(2908,715,'tve_content_more_found_tcb2-prolayers-short-video-sales-page',''),(2909,715,'tve_custom_css_tcb2-prolayers-short-video-sales-page','@import url(\"//fonts.googleapis.com/css?family=Rubik:400,400i,500,300,700,300i,500i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i,300,300i,600,600i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400,700,900,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Libre+Baskerville:400&subset=latin\");@media (min-width: 300px){#tcb_landing_page h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(32, 39, 74); font-weight: 400; }#tcb_landing_page h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(18, 56, 81); }#tcb_landing_page h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(51, 57, 86); }#tcb_landing_page h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }#tcb_landing_page h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 500; }#tcb_landing_page h5 strong { font-weight: 500; }#tcb_landing_page h6 strong { font-weight: 500; }#tcb_landing_page .tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page input { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page .tcb-button-link strong { font-weight: 600; }#tcb_landing_page input strong { font-weight: 600; }[data-css=\"tve-u-1697a3c4513\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4513\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c453d\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c452a\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4516\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4514\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4515\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4524\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451e\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4523\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4523\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c451c\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1069181_513100162088493_1528800415_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4521\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4522\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4525\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4520\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451b\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4515\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4518\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4518\"] { opacity: 0.11; }:not(#tve) [data-css=\"tve-u-1697a3c47fe\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c47fe\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fc\"] { max-width: 16.6%; }[data-css=\"tve-u-1697a3c47ff\"] { max-width: 83.6%; }[data-css=\"tve-u-1697a3c47fb\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697a3c47fd\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4801\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a3c4806\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4800\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-1697a3c4802\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4852\"] { max-width: 23.7%; }[data-css=\"tve-u-1697a3c4856\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-1697a3c4854\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c4854\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c480f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c480f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4818\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4818\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4821\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4821\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c482a\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c482a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4833\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4833\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c483d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c483d\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4846\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4846\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c484f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c484f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4859\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1697a3c4859\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a3c483e\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485b\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c485c\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c485b\"] { color: rgb(255, 255, 255) !important; font-family: \"Source Sans Pro\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c485c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4855\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697a3c482b\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4834\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4847\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4850\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485a\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4822\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4810\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4803\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4807\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4804\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4819\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485f\"] { max-width: 355px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4863\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a4d\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4a7a\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4aa4\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c4a90\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4a7e\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4a8a\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a85\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4a89\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4a89\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/48926262_10215776895352653_7840580455182106624_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4a87\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4a88\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a8b\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4a86\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a82\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4a80\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a80\"] { opacity: 0.11; }[data-css=\"tve-u-1616f5523d1\"] { background-image: none !important; }[data-css=\"tve-u-16170795ff1\"] { padding-top: 107px !important; padding-bottom: 100px !important; }[data-css=\"tve-u-161706f6951\"] { max-width: 100%; min-height: 456px !important; }[data-css=\"tve-u-1609ca142c7\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 1000px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-1616f2cf7aa\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 298px; }[data-css=\"tve-u-161568e7dfe\"] { z-index: 40; margin-top: 173px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] { max-width: 100%; text-align: center; min-height: 1px !important; }[data-css=\"tve-u-160a257807e\"] { clip-path: url(\"#clip-bottom-ae888d0ecb3088\"); -webkit-clip-path: url(\"#clip-bottom-ae888d0ecb3088\");  background-image: linear-gradient(rgba(24, 5, 52, 0.8), rgba(24, 5, 52, 0.8)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/header-bg-1.png\"), linear-gradient(50deg, rgba(112, 69, 175, 0.1) 0%, rgb(255, 86, 5) 100%) !important; background-size: auto, cover, cover, auto !important; background-position: 0px 0px, 100% 50%, 50% 50%, 0px 0px !important; background-attachment: scroll, scroll, scroll, scroll !important; background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important; }[data-css=\"tve-u-160a1619713\"] .tve_sep { border-width: 1px; border-color: rgba(255, 255, 255, 0.1); }[data-css=\"tve-u-160a1619713\"] { max-width: 99%; float: none; width: 100%; padding-top: 5px !important; padding-bottom: 5px !important; margin-top: -19px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ededb45\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ede293d\"] { border-top: 1px solid rgb(237, 243, 247); padding-top: 30px !important; }[data-css=\"tve-u-1609edd71a4\"] { max-width: 100%; min-height: 25px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-top-605ff1687da54\");  background-color: rgb(248, 251, 253) !important; background-image: none !important; }[data-css=\"tve-u-1609ca16463\"] { z-index: 40; margin-top: -169px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-1609ca142c7\"] { max-width: 100%; min-height: 384px !important; }[data-css=\"tve-u-160a25790c2\"] { margin-top: 0px !important; padding: 20px 0px 0px !important; }[data-css=\"tve-u-16170702314\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16170702315\"] { max-width: 1180px; float: none; z-index: 9; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(71, 74, 89); font-weight: 400; }h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(35, 144, 237); }h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(105, 123, 143); }h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }h1 strong { font-weight: 500; }h2 strong { font-weight: 700; }h4 strong { font-weight: 500; }h5 strong { font-weight: 500; }h6 strong { font-weight: 500; }p, li { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; }.tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }input { font-family: \"Source Sans Pro\"; font-weight: 400; }p strong, li strong { font-weight: 600; }.tcb-button-link strong { font-weight: 600; }input strong { font-weight: 600; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1696f7ed6d3\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f7f2188\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f83b2a8\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\"), linear-gradient(rgb(82, 43, 149), rgb(82, 43, 149)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f842aa1\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696f8b8138\"] { width: 718px; float: none; margin: 61px auto 33px !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 402px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f9580de\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f959e2e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f967425\"] { max-width: 940px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f974500\"] { width: 955px; }[data-css=\"tve-u-1696f980b9c\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1696faa0ff0\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1696fac4d91\"] { min-height: 100vh !important; }[data-css=\"tve-u-1696fac65f6\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696faef216\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696fafe04f\"] { padding: 60px !important; margin-top: 10px !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696faef216\"] > .tcb-flex-col > .tcb-col { min-height: 100vh; }[data-css=\"tve-u-1696fb4ecf2\"] { max-width: 900px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1696fb66d78\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fb87b16\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fccab28\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fd80511\"] { padding-top: 60px !important; padding-bottom: 150px !important; }[data-css=\"tve-u-1696fd8a17e\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fe011b6\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fe0abc3\"] { max-width: 825px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697147c4dc\"] { line-height: 0em !important; }[data-css=\"tve-u-169714819b8\"] { font-size: 57px !important; }[data-css=\"tve-u-169714819bb\"] { font-size: 57px !important; }[data-css=\"tve-u-1697148247e\"] { font-size: 57px !important; }[data-css=\"tve-u-1697149300f\"] { line-height: 0em !important; }[data-css=\"tve-u-16971493010\"] { font-size: 57px !important; }[data-css=\"tve-u-16971493011\"] { font-size: 57px !important; }[data-css=\"tve-u-16971513154\"] { line-height: 1em !important; }[data-css=\"tve-u-16971513155\"] { font-size: 57px !important; }[data-css=\"tve-u-16971524912\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971524913\"] { font-size: 57px !important; }[data-css=\"tve-u-16971534054\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971534055\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579ddf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971579de0\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de1\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de2\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b03\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971585b05\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b06\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b07\"] { font-size: 57px !important; }[data-css=\"tve-u-1697159fd6c\"] { clip-path: url(\"#clip-top-d424f0b1d16f7\"); -webkit-clip-path: url(\"#clip-top-d424f0b1d16f7\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\"), linear-gradient(rgb(77, 34, 140), rgb(77, 34, 140)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169715b3720\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715b3722\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3723\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3724\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf427\"] { line-height: 0em !important; }[data-css=\"tve-u-169715bf428\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf429\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf42a\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b4\"] { line-height: 0em !important; }[data-css=\"tve-u-169715d11b5\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b6\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b7\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db139\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715db13b\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13c\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13d\"] { font-size: 57px !important; }:not(#tve) [data-css=\"tve-u-16971637dc5\"] { font-size: 22px !important; }[data-css=\"tve-u-16971637dc5\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169716a23d8\"] { max-width: 866px; float: none; margin: 15px auto !important; }:not(#tve) [data-css=\"tve-u-1697184ca2a\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697184ca2c\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16971856da2\"] { color: rgb(233, 238, 241) !important; }[data-css=\"tve-u-169721c6682\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-169722351ae\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-169722351ae\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351ac\"] { max-width: 16.6%; }[data-css=\"tve-u-169722351af\"] { max-width: 83.6%; }[data-css=\"tve-u-169722351ab\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169722351ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169722351b1\"] { background-image: none !important; }[data-css=\"tve-u-169722351b0\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-169722351b2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351b2\"] { line-height: 1em !important; }[data-css=\"tve-u-16972235201\"] { max-width: 23.7%; }[data-css=\"tve-u-16972235205\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-16972235203\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16972235203\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351aa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169722351be\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351be\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351c7\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351c7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d0\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d0\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d9\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351e2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351e2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351ec\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351ec\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351f5\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351f5\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351fe\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351fe\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972235208\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-16972235208\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169722351ed\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520a\"] { line-height: 0em !important; }[data-css=\"tve-u-1697223520b\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697223520a\"] { color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697223520b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16972235204\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169722351da\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351e3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351f6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351ff\"] { font-size: 18px !important; }[data-css=\"tve-u-16972235209\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351d1\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351bf\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b4\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351c8\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520e\"] { max-width: 559px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223520f\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16972235212\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223dae0\"] { background-image: linear-gradient(rgb(51, 57, 86), rgb(51, 57, 86)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16972247ae7\"] { color: rgb(233, 238, 241) !important; }:not(#tve) [data-css=\"tve-u-16972248f86\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697229b906\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16972545d23\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972545d23\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697254b077\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697254b077\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725510c2\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725510c2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972555ead\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972555ead\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697255f43a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697255f43a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725671ed\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725671ed\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256b604\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256b604\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256f312\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256f312\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972574219\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972574219\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725785b6\"] { color: rgb(255, 86, 5) !important; text-transform: none !important; font-size: 24px !important; }[data-css=\"tve-u-169725785b6\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972578749\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697257ec78\"] { color: rgb(255, 86, 5) !important; font-size: 32px !important; }[data-css=\"tve-u-16972792c27\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697279a47c\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px, rgba(0, 0, 0, 0.08) 0px 16px 32px 0px; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169727bddc1\"] { width: 96px; }[data-css=\"tve-u-169727c2ade\"] { max-width: 24.5%; }[data-css=\"tve-u-169727c2bc9\"] { max-width: 75.9%; }[data-css=\"tve-u-169727cb4f3\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cb4f5\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cd9ba\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169727fb751\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(0, 255, 224) 0%, rgb(23, 8, 173) 100%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697280dbbc\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697280dbbd\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972831b84\"] { clip-path: url(\"#clip-bottom-464a3ecdda317\"); -webkit-clip-path: url(\"#clip-bottom-464a3ecdda317\");  background-image: none !important; }[data-css=\"tve-u-16972a743ed\"] { font-size: 62px !important; }a:not(.tcb-button-link) { color: rgb(255, 86, 5); }[data-css=\"tve-u-16972abdb65\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972ac14e8\"] { padding-left: 63px !important; margin-top: 37px !important; }[data-css=\"tve-u-16972ae12de\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 0em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972aefdaa\"] { margin-top: 27px !important; padding-left: 63px !important; }[data-css=\"tve-u-16972c08e3b\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px 0px, rgba(0, 0, 0, 0.15) 0px 12px 24px 0px; clip-path: url(\"#clip-bottom-5028930dfbc96\"); -webkit-clip-path: url(\"#clip-bottom-5028930dfbc96\");  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16972c0fbb8\"] { max-width: 900px; float: none; margin: -120px auto -101px !important; padding: 60px 40px !important; }[data-css=\"tve-u-16975b7a3b4\"] { width: 90%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e79\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16976142e7e\"] { width: 200px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e7b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16976142e7f\"] { max-width: 63.8%; }[data-css=\"tve-u-16976142e7c\"] { max-width: 36.2%; }[data-css=\"tve-u-16976142e7b\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16976142e7d\"] { border-radius: 20px; overflow: hidden; background-image: linear-gradient(rgb(18, 56, 81), rgb(18, 56, 81)), linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-color: rgb(17, 137, 198) !important; padding: 20px !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-16976142e82\"] { font-size: 18px !important; }[data-css=\"tve-u-16976142e7a\"] { background-image: none !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16976142e78\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\") !important; background-color: rgb(255, 255, 255) !important; border: 2px solid rgb(229, 229, 229) !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16976142e80\"] { background-image: none !important; padding: 30px !important; }[data-css=\"tve-u-160c6b04e9d\"] { padding: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-16976142e81\"] { background-image: none !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16976384845\"] { padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-169763e9430\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169770dc69e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Bitmap.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169770f4144\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977101f37\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771122dd\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169771122dd\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697711e81a\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0em !important; }[data-css=\"tve-u-169763e9430\"] { line-height: 0em !important; }[data-css=\"tve-u-16977122453\"] { margin-top: 70px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771269aa\"] { max-width: 56.9%; }[data-css=\"tve-u-16977126a92\"] { max-width: 43.2%; }[data-css=\"tve-u-1697712be50\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697712f4ef\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697713a68c\"] { flex-direction: row !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697713a68c\"] > .tcb-flex-col > .tcb-col { height: 457px; }[data-css=\"tve-u-1697713f709\"] { max-width: 42.2%; }[data-css=\"tve-u-1697713f717\"] { max-width: 57.9%; }[data-css=\"tve-u-1697715b4b2\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-bottom: 1px !important; }[data-css=\"tve-u-16977171a41\"] { margin-top: 40px !important; margin-bottom: -56px !important; }:not(#tve) [data-css=\"tve-u-16977174b95\"] { font-size: 18px !important; }[data-css=\"tve-u-1697718057b\"] { min-height: 500px !important; }[data-css=\"tve-u-16977187239\"] { padding-left: 40px !important; padding-right: 40px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16977195e43\"] { padding-top: 120px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169771bb355\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb357\"] { background-image: none !important; }[data-css=\"tve-u-169771bb358\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb359\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771bb35a\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169771bb35a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169771bb35d\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771bb35e\"] { max-width: 46.5%; }[data-css=\"tve-u-169771bb35f\"] { max-width: 53.6%; }[data-css=\"tve-u-169771bb360\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designmock.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169771bb361\"] { background-image: linear-gradient(rgba(86, 0, 204, 0.93), rgba(86, 0, 204, 0.93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977292e6a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169772a1f4d\"] { padding-left: 80px !important; padding-right: 80px !important; }[data-css=\"tve-u-169772a8e05\"] { float: none; max-width: 527px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169772bd90e\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169772bd912\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169773391ce\"] { background-image: linear-gradient(rgb(255, 86, 5), rgb(255, 86, 5)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697734ad6d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697734ad6d\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697735c421\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977369cb7\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169773c0b28\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2b\"] { background-image: none !important; }[data-css=\"tve-u-169773c0b2c\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2d\"] { min-height: 456px !important; }[data-css=\"tve-u-169773c0b2c\"] > .tcb-flex-col > .tcb-col { height: 457px; }:not(#tve) [data-css=\"tve-u-169773c0b2e\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169773c0b2e\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169773c0b2f\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-169773c0b2f\"] { line-height: 0em !important; }[data-css=\"tve-u-169773c0b30\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169773c0b32\"] { max-width: 56.9%; }[data-css=\"tve-u-169773c0b33\"] { max-width: 43.2%; }[data-css=\"tve-u-169773c0b34\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169773c0b35\"] { border-top-left-radius: 0px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697743b4f0\"] { font-size: 18px !important; }[data-css=\"tve-u-1697747e778\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e779\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e77a\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e77c\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-1697747e77d\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77d\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697747e77e\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697747e77f\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-1697747e780\"] { max-width: 56.9%; }[data-css=\"tve-u-1697747e781\"] { max-width: 43.2%; }[data-css=\"tve-u-1697747e782\"] { background-image: linear-gradient(rgb(27, 58, 113), rgb(27, 58, 113)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e783\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(80, 40, 151), rgb(80, 40, 151)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-right: 40px !important; padding-left: 40px !important; }:not(#tve) [data-css=\"tve-u-1697747e784\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169774b83ee\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169775446b5\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b6\"] { background-image: none !important; }[data-css=\"tve-u-169775446b7\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169775446ba\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169775446ba\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169775446bc\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169775446bd\"] { max-width: 56.9%; }[data-css=\"tve-u-169775446be\"] { max-width: 43.2%; }[data-css=\"tve-u-169775446bf\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169775446c0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene.jpg\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-left: 40px !important; }[data-css=\"tve-u-169775617fe\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775617ff\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock-1.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561800\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977561801\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977561802\"] { font-size: 60px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977561802\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977561803\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977561803\"] { line-height: 0em !important; }[data-css=\"tve-u-16977561804\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977561805\"] { max-width: 47.0004%; }[data-css=\"tve-u-16977561806\"] { max-width: 53%; }[data-css=\"tve-u-16977561808\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561809\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16977569697\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977569698\"] { background-image: none !important; }[data-css=\"tve-u-16977569699\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697756969a\"] { min-height: 456px !important; }[data-css=\"tve-u-16977569699\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1697756969b\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697756969d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969d\"] { line-height: 0em !important; }[data-css=\"tve-u-1697756969e\"] { margin-top: 20px !important; margin-bottom: -56px !important; background-image: none !important; }[data-css=\"tve-u-1697756969f\"] { max-width: 56.9%; }[data-css=\"tve-u-169775696a0\"] { max-width: 43.2%; }[data-css=\"tve-u-169775696a1\"] { background-image: repeating-radial-gradient(circle at center center, rgba(148, 163, 176, 0.18), rgba(148, 163, 176, 0.18) 1px, transparent 1px, transparent 100%), linear-gradient(rgb(89, 20, 146), rgb(89, 20, 146)) !important; background-size: 3px 3px, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: repeat, no-repeat !important; }[data-css=\"tve-u-169775696a2\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169775696a4\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697757481f\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574820\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977574821\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574822\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977574823\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977574823\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977574824\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977574824\"] { line-height: 0em !important; }[data-css=\"tve-u-16977574826\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977574827\"] { max-width: 50.4%; }[data-css=\"tve-u-16977574828\"] { max-width: 49.6%; }[data-css=\"tve-u-16977574829\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697757482a\"] { background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169775970fd\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169775f00b0\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697786e567\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-1697786e567\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169778a74d3\"] { padding-top: 80px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-16977cc6d22\"] { width: 100%; }[data-css=\"tve-u-16977df485d\"] { width: 350px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-16977e109b1\"] { font-size: 18px !important; }[data-css=\"tve-u-16977e3d67b\"] { background-image: linear-gradient(rgb(0, 41, 220), rgb(0, 41, 220)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16977e51dda\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e51dda\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977e88fd9\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e88fd9\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-16977e8b082\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e8e256\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16977e8e258\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697808e8df\"] { width: 658px; }[data-css=\"tve-u-1697838215b\"] { width: 91%; float: none; overflow: hidden; border-radius: 8px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16977574821\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16978558b62\"] { height: calc(100% + 33px); margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-1697858ab05\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697891a82e\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }[data-css=\"tve-u-169789c7afb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-169789d2cab\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16978a04292\"] { max-width: 725px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 40px 40px 80px !important; }:not(#tve) [data-css=\"tve-u-16978a288f5\"] > :first-child { color: rgb(137, 194, 68); }[data-css=\"tve-u-16978a52b6d\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a72624\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a7262a\"] { line-height: 1.25em !important; }[data-css=\"tve-u-16978a934af\"] { margin-top: 20px !important; }[data-css=\"tve-u-16978aa7d94\"] { color: rgb(9, 96, 248) !important; }:not(#tve) [data-css=\"tve-u-16978a1cc83\"] { letter-spacing: 2px; text-transform: uppercase !important; }[data-css=\"tve-u-16978ab9201\"] { font-size: 12px !important; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169784f5fc6\"] { color: rgb(51, 57, 86) !important; font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979b7395e\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-16979b7639a\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; font-size: 24px !important; }[data-css=\"tve-u-16979c437b0\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979c81a4d\"] { max-width: 920px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16979c8c657\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979c8dcf8\"] { font-size: 18px !important; }[data-css=\"tve-u-16979cb1066\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16979ccb18e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979ccb190\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979cf0c00\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 20px !important; padding-top: 20px !important; padding-right: 20px !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d0caa4\"] { overflow: hidden; padding: 20px !important; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d1f253\"] { margin-top: 0px !important; }[data-css=\"tve-u-16979d240a1\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979d3492a\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }:not(#tve) [data-css=\"tve-u-16979d8a1eb\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ed\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ee\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16978928f17\"] > :first-child { color: rgb(17, 45, 167); }[data-css=\"tve-u-16979d8a1eb\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ed\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ee\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16978928f17\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979db4534\"] p, [data-css=\"tve-u-16979db4534\"] li, [data-css=\"tve-u-16979db4534\"] blockquote, [data-css=\"tve-u-16979db4534\"] address, [data-css=\"tve-u-16979db4534\"] .tcb-plain-text, [data-css=\"tve-u-16979db4534\"] label, [data-css=\"tve-u-16979db4534\"] h1, [data-css=\"tve-u-16979db4534\"] h2, [data-css=\"tve-u-16979db4534\"] h3, [data-css=\"tve-u-16979db4534\"] h4, [data-css=\"tve-u-16979db4534\"] h5, [data-css=\"tve-u-16979db4534\"] h6 { font-weight: 400 !important; }[data-css=\"tve-u-16979db90de\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e0\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e2\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784faee4\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784fcdd8\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169785014fa\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcb\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbce\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcf\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-1697852e74d\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }:not(#tve) [data-css=\"tve-u-16979dbbbcb\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbce\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbcf\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784faee4\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784fcdd8\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-1697852e74d\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90de\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e0\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e2\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169785014fa\"] > :first-child { color: rgb(0, 41, 220); }[data-css=\"tve-u-16979dc7fd6\"] { padding-top: 0px !important; }[data-css=\"tve-u-16979dc92e4\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d4\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d5\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d6\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d7\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d8\"] > :first-child { color: rgb(103, 151, 45); }[data-css=\"tve-u-16979e9d5d5\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d6\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d7\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d8\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979eb562a\"] { font-size: 18px !important; }[data-css=\"tve-u-16979eb562c\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979ebf399\"] { font-size: 18px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ebf39a\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39b\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39c\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16979ebf39a\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39b\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-16979ed743a\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ed743c\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743d\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743e\"] > :first-child { color: rgb(255, 187, 5); }[data-css=\"tve-u-16979ed743c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743d\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743e\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979f663e1\"] { width: 120px; position: absolute; right: -40px; bottom: -42px; }[data-css=\"tve-u-16979f88e15\"] { overflow: hidden; background-image: linear-gradient(rgba(137, 194, 68, 0.12), rgba(137, 194, 68, 0.12)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 40px !important; border-top-left-radius: 40px !important; }[data-css=\"tve-u-1697a03041c\"] { border-top-left-radius: 40px; overflow: hidden; border-bottom-right-radius: 40px; box-shadow: rgba(0, 85, 255, 0.19) 0px 8px 16px 0px, rgba(0, 116, 255, 0.17) 0px 16px 32px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border: medium none !important; }[data-css=\"tve-u-1697a0354ca\"] { max-width: 900px; float: none; margin: -150px auto -117px !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697a0bce8f\"] { padding-top: 90px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1697a0bd295\"] { box-shadow: none; background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a0f9df8\"] { font-size: 101px !important; }[data-css=\"tve-u-1697a1085c2\"] { max-width: 17.9%; }[data-css=\"tve-u-1697a108756\"] { max-width: 82.3%; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 0.1em !important; }[data-css=\"tve-u-1697a10c380\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a116a41\"] { height: calc(100% + 17px); margin-top: 0px !important; }[data-css=\"tve-u-1697a11f319\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697a127206\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697a12f44d\"] { font-size: 24px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a12f44f\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f450\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f451\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f452\"] > :first-child { color: rgb(220, 71, 0); }[data-css=\"tve-u-1697a12f44f\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f450\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f451\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f452\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f44d\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-1697891dc9a\"] { padding-bottom: 14px !important; }[data-css=\"tve-u-1697a180df5\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a180df5\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a1838f2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a1838f2\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a194696\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] p, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] li, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] blockquote, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] address, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] .tcb-plain-text, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] label, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h1, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h2, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h3, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h4, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h5, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h6 { color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1b2bee\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a1b2bee\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1c1c73\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1697a1c786c\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a1e0f85\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ec148\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1f1c7b\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a22cb3d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(242, 246, 255), rgb(242, 246, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a233ebe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a24001f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a250289\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a256434\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a25e886\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a285a16\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a28e123\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a2995ae\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a2995b0\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b2\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b3\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b4\"] > :first-child { color: rgb(200, 0, 73); }[data-css=\"tve-u-1697a2995b0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b2\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b3\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b4\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-1697a2b3cee\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a2b8cc0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a384f47\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 40px !important; margin-right: 40px !important; padding: 20px !important; border-radius: 10px !important; }[data-css=\"tve-u-1697ac44c62\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac47346\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac60a78\"] { font-size: 57px !important; }[data-css=\"tve-u-1697ac62072\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac66407\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac68bce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6ac23\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6e62d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9aedb\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9d886\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697acc9ee0\"] { font-size: 122px !important; }:not(#tve) [data-css=\"tve-u-1697acf04a8\"] { font-size: 160px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 187, 5) !important; }[data-css=\"tve-u-1697acf04a8\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697ad5ebb1\"] { font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697ad61964\"] { font-size: 18px !important; }[data-css=\"tve-u-16977561800\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697ad979f5\"] { font-size: 80px !important; }[data-css=\"tve-u-1697adf2210\"] { line-height: 1.15em !important; }[data-css=\"tve-u-1697b063d33\"] { width: 310px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697b071ce0\"] { border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 12px 0px; clip-path: url(\"#clip-bottom-f43191b958e06\"); -webkit-clip-path: url(\"#clip-bottom-f43191b958e06\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697b3b9ba0\"] { color: rgb(103, 49, 183) !important; }[data-css=\"tve-u-1697b44ecf6\"] { color: rgb(255, 86, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b455af8\"] { color: rgb(255, 187, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b45fa09\"] { max-height: 200px; }[data-css=\"tve-u-1697b4628f8\"] { line-height: 1em !important; }[data-css=\"tve-u-1697b53e555\"] { width: 463px; position: absolute; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-1697b608579\"] { background-image: none !important; }[data-css=\"tve-u-1697b60ee97\"] { width: 100%; position: absolute; right: 0px; bottom: 0px; }:not(#tve) [data-css=\"tve-u-1697b627069\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697b62706b\"] { font-size: 26px !important; }[data-css=\"tve-u-1697b63b716\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-1697b6c691b\"] { line-height: 1em !important; }[data-css=\"tve-u-1697bcd63f3\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697bce286b\"] { width: 200px; position: absolute; right: 0px; bottom: 0px; z-index: 5 !important; }[data-css=\"tve-u-1697bd19bc1\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd31ac5\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd33993\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697bd71893\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bd69a89\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697bd79122\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79123\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79125\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd71893\"] > :first-child { color: rgb(0, 85, 255); }[data-css=\"tve-u-1697bd79122\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79123\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79125\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda21a0\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda21a0\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda5ec2\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda5ec2\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb16a8\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb16a8\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb242f\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb242f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3002e\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3002e\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3799f\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3799f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3929d\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3929d\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3c4fb\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3c4fb\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3df65\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3df65\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3fd87\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3fd87\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be4424a\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be45654\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be4caf1\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be5de4d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697be5de4f\"] { color: rgb(255, 171, 25) !important; }:not(#tve) [data-css=\"tve-u-1697be64420\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be656f4\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be9816c\"] { max-width: 620px; float: none; margin: 0px auto 40px !important; }[data-css=\"tve-u-1697beabd7d\"] { line-height: 1em !important; }[data-css=\"tve-u-1697beae046\"] { margin-bottom: -36px !important; }[data-css=\"tve-u-1697beb4c3a\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(255, 197, 15) 0%, rgb(218, 12, 44) 95%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697bed5c72\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-1697bf16c5c\"] { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) [data-css=\"tve-u-1697bf2c301\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-1697bf3fc6d\"] { color: rgb(248, 233, 4) !important; font-size: 28px !important; font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697bf51742\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf53405\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf3fc6d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1697bf77d15\"] { margin-top: -31px !important; }:not(#tve) [data-css=\"tve-u-1697bf805ea\"] { font-size: 18px !important; }[data-css=\"tve-u-1697bf82b49\"] { max-width: 609px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1697bf8be01\"] { display: block; margin-top: -30px !important; margin-bottom: -50px !important; }[data-css=\"tve-u-1697acf04a8\"] { line-height: 0.5em !important; }[data-css=\"tve-u-1697bf96c6c\"] { margin-top: -23px !important; }[data-css=\"tve-u-1697bf9d1e6\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697bfa3d25\"] { color: rgb(255, 187, 5) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb142\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb144\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb147\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb148\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb149\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb14c\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697c04edc7\"] { color: rgb(255, 197, 15) !important; }[data-css=\"tve-u-1697c06b8ae\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c06d94b\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c228111\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228113\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228114\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c23052d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697c23bf9d\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bfdb142\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb144\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb147\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb148\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb149\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c23bf9d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb14c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16977574823\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c2827a4\"] { margin-top: -22px !important; margin-bottom: -20px !important; }:not(#tve) [data-css=\"tve-u-1697c28cb7b\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c293f55\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c56f2ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697c5a2777\"] { position: absolute; bottom: 0px; transform: rotate(180deg); height: 175px; fill: rgb(255, 255, 255); left: 0px; }[data-css=\"tve-u-1697c5fa1b8\"] { background-image: none !important; }[data-css=\"tve-u-1697c637f03\"] { width: 159px; display: block; position: absolute; top: 0px; right: 0px; }:not(#tve) [data-css=\"tve-u-1697c6a9a1f\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c6b420e\"] { width: 159px; display: block; position: absolute; bottom: -30px; left: -60px; }:not(#tve) [data-css=\"tve-u-1697c7045fe\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c76174a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697c76174a\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c763189\"] { margin-top: -28px !important; }[data-css=\"tve-u-1697c76b9c3\"] .tve_sep { border-width: 2px; border-color: rgba(255, 255, 255, 0.52); }[data-css=\"tve-u-1697c76b9c3\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697c786922\"] { background-image: none !important; }[data-css=\"tve-u-1697c7a3123\"] { width: 175px; position: absolute; bottom: 0px; left: 0px; z-index: 10 !important; }[data-css=\"tve-u-1697ca4994f\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10931027_10202428723359713_8419731428254055126_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697ca7ed21\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697ca94f01\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb168ab\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/29243858_10214730699523138_5775310517918233829_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb2b9a5\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb3c87e\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/20375712_1873324396027913_2320555637976989019_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697cb6c16a\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb84449\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697cf7715c\"] { background-color: rgb(255, 255, 255) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/04.png\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/02.png\") !important; background-size: auto, auto !important; background-position: 100% 50%, 0% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697cf7715d\"] { max-width: 1080px; }[data-css=\"tve-u-1697cf7715e\"] { margin-top: 0px !important; padding-top: 20px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697cf77160\"] { font-size: 47px !important; }[data-css=\"tve-u-1697cf77161\"] { font-size: 38px !important; }[data-css=\"tve-u-1697cf77162\"] { float: none; z-index: 3; position: relative; max-width: 744px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 1px !important; }[data-css=\"tve-u-1697cf77163\"] { float: none; max-width: 826px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697dc478f9\"] { max-width: 700px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e675faa\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e678f42\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e67d527\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e67ee9a\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e6cec20\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697e73e878\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e73fe2f\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e7439f1\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e74525d\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 0.05em !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 0.4em !important; }[data-css=\"tve-u-1697e92262c\"] { line-height: 0.25em !important; }[data-css=\"tve-u-1697e92411f\"] { line-height: 1.15em !important; }[data-css=\"tve-u-16979b7639a\"] { line-height: 1.4em !important; }[data-css=\"tve-u-1697e950af9\"] { width: 512px; }[data-css=\"tve-u-1697e950afb\"] { margin-bottom: -10px !important; padding-bottom: 10px !important; padding-top: 40px !important; }[data-css=\"tve-u-1697e950afe\"] { max-width: 1080px; }[data-css=\"tve-u-1697e950b01\"] { filter: grayscale(0%) blur(0px); opacity: 1; clip-path: url(\"#clip-bottom-b46bfde3dc9b7\"); -webkit-clip-path: url(\"#clip-bottom-b46bfde3dc9b7\");  background-image: linear-gradient(rgb(100, 42, 184), rgb(100, 42, 184)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697e950b04\"] { width: 500px; }[data-css=\"tve-u-1697e950b05\"] { width: 500px; }[data-css=\"tve-u-1697e950b06\"] { width: 512px; }[data-css=\"tve-u-1697e950b07\"] { width: 512px; }[data-css=\"tve-u-1697e950b08\"] { width: 512px; }[data-css=\"tve-u-1697e950b09\"] { width: 512px; }[data-css=\"tve-u-1697e950b0a\"] { width: 512px; }[data-css=\"tve-u-1697e950b0b\"] { width: 512px; }[data-css=\"tve-u-1697e950b0d\"] { float: none; max-width: 626px; margin-bottom: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b10\"] .tcb-flex-col { flex-basis: 125px !important; }:not(#tve) [data-css=\"tve-u-1697e950b11\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697e950b12\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e8\"] { letter-spacing: 5px; font-family: Montserrat !important; font-weight: 400 !important; font-size: 32px !important; line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e7\"] { margin-top: 38px !important; }[data-css=\"tve-u-1697fb0d5d3\"] { line-height: 0em !important; }[data-css=\"tve-u-1697fb12dcc\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-169800b8c55\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169800e6d66\"] { width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-price-button-group=\"tve-u-price-button-group-164cad3586f\"] .thrv-button-group-item.tcb-active-state strong { font-weight: 800; }:not(#tve) [data-css=\"tve-u-1698013170f\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698017be8d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be94\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be9a\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980157070\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980159832\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015c181\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015e3c9\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980160278\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980162974\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169801647b4\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980166703\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980168a8c\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016ae14\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016e6b2\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017204d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017458f\"] > :first-child { color: rgb(255, 86, 5); }[data-css=\"tve-u-169801afc9b\"] { width: 191px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169802c2f81\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169802e1fe6\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698031fdd8\"] { font-size: 18px !important; text-transform: uppercase !important; color: rgb(218, 12, 44) !important; }:not(#tve) [data-css=\"tve-u-16980323183\"] { font-size: 18px !important; color: rgb(218, 12, 44) !important; }[data-css=\"tve-u-16981575a92\"] { line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 55px !important; }[data-css=\"tve-u-16981587c11\"] { max-width: 627px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1698158a53f\"] { font-size: 24px !important; }[data-css=\"tve-u-1698158a53f\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169834fd5f9\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-16983518f30\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16983525b8c\"] { line-height: 1em !important; }[data-css=\"tve-u-16986b2a54d\"] { width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16986b31863\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c485b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169878e6dd7\"] { font-size: 8px !important; }[data-css=\"tve-u-16987a7f0bd\"] { margin-top: 18px !important; }:not(#tve) [data-css=\"tve-u-16987a92580\"] { font-size: 12px !important; }[data-css=\"tve-u-169895df35b\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35c\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35d\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35e\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df360\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df361\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df362\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df363\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df364\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df365\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df366\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df367\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df368\"] { max-width: 1080px; }[data-css=\"tve-u-169895df369\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-169895df36b\"] { background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169895df370\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-169895df371\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169895df372\"] { margin-top: 20px !important; }[data-css=\"tve-u-169895df373\"] { margin-top: 14px !important; }:not(#tve) [data-css=\"tve-u-169895df374\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-169895df375\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-169895df376\"] { margin-top: 14px !important; }[data-css=\"tve-u-169895df377\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df378\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df379\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37a\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37b\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df371\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697beabd7d\"] { color: rgb(17, 21, 34) !important; }:not(#tve) [data-css=\"tve-u-16ce81b34a2\"] { color: rgb(233, 238, 241) !important; line-height: 1.4em !important; font-size: 40px !important; }[data-css=\"tve-u-16ce81b8cd2\"] { min-height: 3227px !important; }[data-css=\"tve-u-16ce81bb11d\"] { max-width: 693px; float: none; padding-right: 2px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 100px !important; }[data-css=\"tve-u-16ce885af11\"] { width: 180px; float: none; margin: 10px auto !important; }:not(#tve) [data-css=\"tve-u-16ce8a4f5fd\"] { font-size: 30px !important; color: rgb(242, 246, 255) !important; }[data-css=\"tve-u-16ce8a6393e\"] { float: none; max-width: 901px; margin-bottom: -50px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16ce8de975f\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16ce8dfb8d4\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-16ce8e03b1f\"] { margin-bottom: -40px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 0.05em !important; }:not(#tve) [data-css=\"tve-u-16cebeb7143\"] { line-height: 1.5em !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebeb8da9\"] { max-width: 719px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed78\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16cebf6ed79\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf6ed7a\"] { width: 119px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed7b\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7d\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7e\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf6ed7f\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed7f\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed82\"] { width: 124px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed85\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed85\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf6ed87\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed87\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed88\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed88\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8a\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8a\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8b\"] { width: 143px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8e\"] { width: 108px; float: right; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8f\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8f\"] { color: rgb(20, 20, 20) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf6ed91\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed92\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16cebf6ed93\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf7c201\"] { margin-top: -20px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c202\"] { width: 433px; }[data-css=\"tve-u-16cebf7c203\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf7c204\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c206\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c206\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }:not(#tve) [data-css=\"tve-u-16cebf7c207\"] { font-size: 22px !important; color: rgb(14, 14, 14) !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf7c209\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c209\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf7c20a\"] { margin-top: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16cebf7c20b\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf88922\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf88922\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; line-height: 0.75em !important; }[data-css=\"tve-u-16cebf9d491\"] { margin-top: -15px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d493\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d494\"] { margin-top: -50px !important; }[data-css=\"tve-u-16cebf9d495\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16cebf9d496\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d497\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d498\"] { line-height: 1.35em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d499\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49a\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49b\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d499\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49a\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49b\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49d\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49e\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49f\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }[data-css=\"tve-u-16cebf9d4a0\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a1\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebf9d4a2\"] { background-image: linear-gradient(rgba(119, 14, 172, 0.87), rgba(119, 14, 172, 0.87)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16cebf9d4a3\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d495\"] { color: rgb(255, 255, 255) !important; font-size: 23px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d498\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d497\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d496\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a5\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a5\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a6\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a6\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a7\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a7\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a9\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4aa\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ab\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ac\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ac\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ad\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ad\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ae\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ae\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4af\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d4b0\"] { max-width: 1080px; }:not(#tve) [data-css=\"tve-u-16cecf6f07f\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16ced8c9c55\"] { background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner-1.jpg\") !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16ced8c9c57\"] { padding-top: 60px !important; }[data-css=\"tve-u-16ced8c9c5a\"] { margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c5b\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8c9c5d\"] { width: 600px; }:not(#tve) [data-css=\"tve-u-16ced8c9c5e\"] { font-size: 32px !important; }[data-css=\"tve-u-16ced8c9c60\"] { margin-top: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-16ced8c9c61\"] { max-width: 1080px; }[data-css=\"tve-u-16ced8c9c62\"] { line-height: 1.25em !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c62\"] { font-size: 42px !important; color: rgb(25, 25, 25) !important; }[data-css=\"tve-u-16ced8c9c64\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c65\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c66\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 60px !important; margin-bottom: 10px !important; background-image: none !important; }[data-css=\"tve-u-16ced8d2900\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d4544\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d7915\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced8da9c2\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8de7d5\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e2611\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e7863\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced99d2f0\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16ced99d2f0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16d4442f0bc\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0ba\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0be\"] { --tcb-local-color-icon:rgb(255,255,255); --tcb-local-color-var:rgb(255,255,255); --tve-icon-size:61px; margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 162px; }[data-css=\"tve-u-16d4442f0b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16d4442f0b7\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-16d4442f0c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-16d4442f0bd\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-16d4442f0b9\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-16d4442f0c1\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b5\"] { max-width: 929px; }[data-css=\"tve-u-16d4442f0c3\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0c2\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c2\"] { max-width: 460px; }[data-css=\"tve-u-16d9af48eb6\"] { float: none; max-width: 400px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af55010\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af72faf\"] { max-width: 400px; }#tcb_landing_page .thrv_text_element a, #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a { color: rgb(255, 86, 5); }[data-css=\"tve-u-171a2d27881\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27880\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27883\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2787e\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2787d\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2787d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27889\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d27888\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d27882\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d27882\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d2787f\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d27885\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2787c\"] { max-width: 929px; }[data-css=\"tve-u-171a2d27887\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27886\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27886\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278a2\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a1\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a4\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2789f\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2789e\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2789e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278aa\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278a9\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278a3\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278a0\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278a6\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2789d\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278a8\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a7\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a7\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278be\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278bd\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c0\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278bb\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278ba\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278ba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278bf\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278bc\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278c2\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278b9\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278c4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c3\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c3\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278d8\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278d7\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278da\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278d5\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278d4\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278d4\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278e0\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278df\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278d9\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278d6\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278dc\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d3\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278de\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278dd\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278dd\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278f5\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f7\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278f2\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278f1\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278fd\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278fc\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278f6\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278f3\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278f9\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f0\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278fb\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278fa\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278fa\"] { max-width: 460px; }[data-css=\"tve-u-17696d2bf09\"] { float: none; max-width: 800px !important; margin: -280px auto 20px !important; }[data-css=\"tve-u-17e9e546e7e\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tcb_landing_page p { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-17f927eda61\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927eda61\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-17f927ef9c4\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927ef9c4\"] { line-height: 0em !important; }[data-css=\"tve-u-17f927fc9de\"] { max-width: 33.3334%; }:not(#tve) [data-css=\"tve-u-17f928028a2\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f928028a2\"] { line-height: 0em !important; }[data-css=\"tve-u-17f928c3119\"] { max-width: 100%; }[data-css=\"tve-u-17fefbb2708\"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:32px; }}@media (max-width: 1023px){[data-css=\"tve-u-1697a3c453e\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4515\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c451e\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4517\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c451c\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4520\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4518\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4aa5\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a7c\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c4a85\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4a7f\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4a86\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4a80\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 621px; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-tablet-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-tablet-top-7c5d115670918\");  }[data-css=\"tve-u-161568e7dfe\"] { margin-top: -155px !important; }[data-css=\"tve-u-1604fcb514b\"] { min-height: 701px !important; }[data-css=\"tve-u-1609ca142c7\"] { min-height: 1px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-tablet-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-tablet-top-605ff1687da54\");  }[data-css=\"tve-u-1609ca16463\"] { margin-top: -127px !important; padding-top: 0px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-left: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697ca4994f\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697ca94f01\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb168ab\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb3c87e\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cf77162\"] { margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1697e678f42\"] { max-width: 616px; }[data-css=\"tve-u-1697e67ee9a\"] { max-width: 616px; }[data-css=\"tve-u-1697e73fe2f\"] { max-width: 616px; }[data-css=\"tve-u-1697e74525d\"] { max-width: 616px; }[data-css=\"tve-u-1697756969d\"] { line-height: 1.25em !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0.6em !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b04\"] { float: none; width: 500px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b05\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950af9\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16981587c11\"] { margin-top: 1px !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 45px !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 31px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 31px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 21px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 1px; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-16d4442f0b9\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-16d4442f0c2\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 1px; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d2787f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d27886\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278a0\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278a7\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278bc\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278c3\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278d6\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278dd\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278f3\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278fa\"] { padding-bottom: 0px !important; }}@media (max-width: 767px){#tcb_landing_page h1 { font-size: 34px; }#tcb_landing_page h2 { font-size: 24px; }#tcb_landing_page h3 { font-size: 22px; }#tcb_landing_page h4 { font-size: 20px; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c453e\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4514\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4513\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4520\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c451b\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4aa5\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4a7a\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4a86\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a82\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1609ede293d\"] { padding-top: 20px !important; }[data-css=\"tve-u-161703f14b4\"] { padding: 0px 10px !important; margin: 0px !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 47px; }[data-css=\"tve-u-161568e7dfe\"] { margin-top: 145px !important; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-mobile-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-mobile-top-7c5d115670918\");  }[data-css=\"tve-u-1609ca142c7\"] { min-height: 85px !important; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca16463\"] { margin-top: 240px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-mobile-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-mobile-top-605ff1687da54\");  }[data-css=\"tve-u-1604fcb514b\"] { min-height: 489px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { margin-top: 0px !important; padding-top: 0px !important; }h1 { font-size: 34px; }h2 { font-size: 24px; }h3 { font-size: 22px; }h4 { font-size: 20px; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169716a23d8\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1697cf77162\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-1697d10abb0\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16978a934af\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb65\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 275px; }[data-css=\"tve-u-1696f8b8138\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 1em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 1em !important; }[data-css=\"tve-u-1697e675faa\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e678f42\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e67d527\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e67ee9a\"] { margin-top: 10px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 300px !important; }[data-css=\"tve-u-1697e6cec20\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-1697b60ee97\"] { display: block; position: relative; }[data-css=\"tve-u-1697b608579\"]::after { clear: both; }[data-css=\"tve-u-1697e73e878\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1697e73fe2f\"] { margin-top: 20px !important; }[data-css=\"tve-u-1697e7439f1\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e74525d\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 1.2em !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 1.75em !important; }[data-css=\"tve-u-1697dc478f9\"] { margin-bottom: 80px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 1.75em !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 18px !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-16d4442f0b9\"] { margin-top: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-size: 19px !important; }[data-css=\"tve-u-16d4442f0c2\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d2787f\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d27886\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278a0\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278a7\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278bc\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278c3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278d6\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278dd\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278f3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278fa\"] { margin-top: 0px !important; }}@media (min-width: 300px){[data-css=\"tve-u-1697a3c4a4c\"] .tcb-button-link, [data-css=\"tve-u-1697a3c4a4c\"] button { border-bottom: 4px solid rgb(15, 147, 124); border-radius: 4px; line-height: 1.2em; font-size: 32px; padding: 18px 30px; background-image: linear-gradient(0deg, rgb(193, 255, 0) 0%, rgb(113, 186, 25) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }}'),(2910,715,'tve_user_custom_css_tcb2-prolayers-short-video-sales-page','h1:not(.site-title):before, h2:before {\n    background: #767676;\n    content: \"�20\";\n    display: none;\n    height: 2px;\n    margin: 1rem 0;\n    width: 1em;\n}'),(2911,715,'tve_page_events_tcb2-prolayers-short-video-sales-page','a:0:{}'),(2912,715,'tve_globals_tcb2-prolayers-short-video-sales-page','a:2:{s:8:\"body_css\";s:17:\"tve-u-1616f2cf7aa\";s:8:\"font_cls\";a:0:{}}'),(2913,715,'tve_global_scripts_tcb2-prolayers-short-video-sales-page',''),(2914,715,'thrive_icon_pack_tcb2-prolayers-short-video-sales-page','0'),(2915,715,'thrive_tcb_post_fonts_tcb2-prolayers-short-video-sales-page','a:0:{}'),(2916,715,'tve_has_masonry_tcb2-prolayers-short-video-sales-page','0'),(2917,715,'tve_has_typefocus_tcb2-prolayers-short-video-sales-page','0'),(2918,715,'tve_has_wistia_popover_tcb2-prolayers-short-video-sales-page','0'),(2919,715,'tve_updated_post_tcb2-prolayers-short-video-sales-page','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(2920,715,'tve_landing_set','ProLayers'),(2922,824,'_wp_attached_file','2022/04/download.jpg'),(2923,824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:174;s:4:\"file\";s:20:\"2022/04/download.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:20:\"download-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2924,825,'tve_revision_tve_landing_page',''),(2925,825,'tve_revision_tve_disable_theme_dependency',''),(2926,825,'tve_revision_tve_content_before_more',''),(2927,825,'tve_revision_tve_content_more_found',''),(2928,825,'tve_revision_tve_save_post',''),(2929,825,'tve_revision_tve_custom_css',''),(2930,825,'tve_revision_tve_user_custom_css',''),(2931,825,'tve_revision_tve_page_events',''),(2932,825,'tve_revision_tve_globals',''),(2933,825,'tve_revision_tve_global_scripts',''),(2934,825,'tve_revision_thrive_icon_pack',''),(2935,825,'tve_revision_thrive_tcb_post_fonts',''),(2936,825,'tve_revision_tve_has_masonry',''),(2937,825,'tve_revision_tve_has_typefocus',''),(2938,825,'tve_revision_tve_updated_post',''),(2939,825,'tve_revision_tve_has_wistia_popover',''),(2940,825,'_elementor_edit_mode','builder'),(2941,825,'_elementor_template_type','wp-page'),(2942,825,'_elementor_version','3.6.1'),(2943,825,'_wp_page_template','default'),(2944,825,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2945,825,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2947,825,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2948,825,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(2949,825,'_elementor_pro_version','3.0.5'),(2951,826,'tve_revision_tve_landing_page',''),(2952,826,'tve_revision_tve_disable_theme_dependency',''),(2953,826,'tve_revision_tve_content_before_more',''),(2954,826,'tve_revision_tve_content_more_found',''),(2955,826,'tve_revision_tve_save_post',''),(2956,826,'tve_revision_tve_custom_css',''),(2957,826,'tve_revision_tve_user_custom_css',''),(2958,826,'tve_revision_tve_page_events',''),(2959,826,'tve_revision_tve_globals',''),(2960,826,'tve_revision_tve_global_scripts',''),(2961,826,'tve_revision_thrive_icon_pack',''),(2962,826,'tve_revision_thrive_tcb_post_fonts',''),(2963,826,'tve_revision_tve_has_masonry',''),(2964,826,'tve_revision_tve_has_typefocus',''),(2965,826,'tve_revision_tve_updated_post',''),(2966,826,'tve_revision_tve_has_wistia_popover',''),(2967,826,'_elementor_edit_mode','builder'),(2968,826,'_elementor_template_type','wp-page'),(2969,826,'_elementor_version','3.6.1'),(2970,826,'_wp_page_template','default'),(2971,826,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2972,826,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2974,826,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2975,826,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(2976,826,'_elementor_pro_version','3.0.5'),(2978,827,'tve_revision_tve_landing_page',''),(2979,827,'tve_revision_tve_disable_theme_dependency',''),(2980,827,'tve_revision_tve_content_before_more',''),(2981,827,'tve_revision_tve_content_more_found',''),(2982,827,'tve_revision_tve_save_post',''),(2983,827,'tve_revision_tve_custom_css',''),(2984,827,'tve_revision_tve_user_custom_css',''),(2985,827,'tve_revision_tve_page_events',''),(2986,827,'tve_revision_tve_globals',''),(2987,827,'tve_revision_tve_global_scripts',''),(2988,827,'tve_revision_thrive_icon_pack',''),(2989,827,'tve_revision_thrive_tcb_post_fonts',''),(2990,827,'tve_revision_tve_has_masonry',''),(2991,827,'tve_revision_tve_has_typefocus',''),(2992,827,'tve_revision_tve_updated_post',''),(2993,827,'tve_revision_tve_has_wistia_popover',''),(2994,827,'_elementor_edit_mode','builder'),(2995,827,'_elementor_template_type','wp-page'),(2996,827,'_elementor_version','3.6.1'),(2997,827,'_wp_page_template','default'),(2998,827,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c3acc33\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2999,827,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3001,827,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3002,827,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3003,827,'_elementor_pro_version','3.0.5'),(3005,828,'_wp_attached_file','2022/04/download-1.jpg'),(3006,828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:304;s:6:\"height\";i:166;s:4:\"file\";s:22:\"2022/04/download-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"download-1-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"download-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:22:\"download-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3007,829,'tve_revision_tve_landing_page',''),(3008,829,'tve_revision_tve_disable_theme_dependency',''),(3009,829,'tve_revision_tve_content_before_more',''),(3010,829,'tve_revision_tve_content_more_found',''),(3011,829,'tve_revision_tve_save_post',''),(3012,829,'tve_revision_tve_custom_css',''),(3013,829,'tve_revision_tve_user_custom_css',''),(3014,829,'tve_revision_tve_page_events',''),(3015,829,'tve_revision_tve_globals',''),(3016,829,'tve_revision_tve_global_scripts',''),(3017,829,'tve_revision_thrive_icon_pack',''),(3018,829,'tve_revision_thrive_tcb_post_fonts',''),(3019,829,'tve_revision_tve_has_masonry',''),(3020,829,'tve_revision_tve_has_typefocus',''),(3021,829,'tve_revision_tve_updated_post',''),(3022,829,'tve_revision_tve_has_wistia_popover',''),(3023,829,'_elementor_edit_mode','builder'),(3024,829,'_elementor_template_type','wp-page'),(3025,829,'_elementor_version','3.6.1'),(3026,829,'_wp_page_template','default'),(3027,829,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c3acc33\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3028,829,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3030,829,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3031,829,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3032,829,'_elementor_pro_version','3.0.5'),(3033,830,'tve_revision_tve_landing_page',''),(3034,830,'tve_revision_tve_disable_theme_dependency',''),(3035,830,'tve_revision_tve_content_before_more',''),(3036,830,'tve_revision_tve_content_more_found',''),(3037,830,'tve_revision_tve_save_post',''),(3038,830,'tve_revision_tve_custom_css',''),(3039,830,'tve_revision_tve_user_custom_css',''),(3040,830,'tve_revision_tve_page_events',''),(3041,830,'tve_revision_tve_globals',''),(3042,830,'tve_revision_tve_global_scripts',''),(3043,830,'tve_revision_thrive_icon_pack',''),(3044,830,'tve_revision_thrive_tcb_post_fonts',''),(3045,830,'tve_revision_tve_has_masonry',''),(3046,830,'tve_revision_tve_has_typefocus',''),(3047,830,'tve_revision_tve_updated_post',''),(3048,830,'tve_revision_tve_has_wistia_popover',''),(3049,830,'_elementor_edit_mode','builder'),(3050,830,'_elementor_template_type','wp-page'),(3051,830,'_elementor_version','3.6.1'),(3052,830,'_wp_page_template','default'),(3053,830,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c3acc33\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3054,830,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3056,830,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3057,830,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3058,830,'_elementor_pro_version','3.0.5'),(3059,831,'tve_revision_tve_landing_page',''),(3060,831,'tve_revision_tve_disable_theme_dependency',''),(3061,831,'tve_revision_tve_content_before_more',''),(3062,831,'tve_revision_tve_content_more_found',''),(3063,831,'tve_revision_tve_save_post',''),(3064,831,'tve_revision_tve_custom_css',''),(3065,831,'tve_revision_tve_user_custom_css',''),(3066,831,'tve_revision_tve_page_events',''),(3067,831,'tve_revision_tve_globals',''),(3068,831,'tve_revision_tve_global_scripts',''),(3069,831,'tve_revision_thrive_icon_pack',''),(3070,831,'tve_revision_thrive_tcb_post_fonts',''),(3071,831,'tve_revision_tve_has_masonry',''),(3072,831,'tve_revision_tve_has_typefocus',''),(3073,831,'tve_revision_tve_updated_post',''),(3074,831,'tve_revision_tve_has_wistia_popover',''),(3075,831,'_elementor_edit_mode','builder'),(3076,831,'_elementor_template_type','wp-page'),(3077,831,'_elementor_version','3.6.1'),(3078,831,'_wp_page_template','default'),(3079,831,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3080,831,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3082,831,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3083,831,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3084,831,'_elementor_pro_version','3.0.5'),(3085,832,'tve_revision_tve_landing_page',''),(3086,832,'tve_revision_tve_disable_theme_dependency',''),(3087,832,'tve_revision_tve_content_before_more',''),(3088,832,'tve_revision_tve_content_more_found',''),(3089,832,'tve_revision_tve_save_post',''),(3090,832,'tve_revision_tve_custom_css',''),(3091,832,'tve_revision_tve_user_custom_css',''),(3092,832,'tve_revision_tve_page_events',''),(3093,832,'tve_revision_tve_globals',''),(3094,832,'tve_revision_tve_global_scripts',''),(3095,832,'tve_revision_thrive_icon_pack',''),(3096,832,'tve_revision_thrive_tcb_post_fonts',''),(3097,832,'tve_revision_tve_has_masonry',''),(3098,832,'tve_revision_tve_has_typefocus',''),(3099,832,'tve_revision_tve_updated_post',''),(3100,832,'tve_revision_tve_has_wistia_popover',''),(3101,832,'_elementor_edit_mode','builder'),(3102,832,'_elementor_template_type','wp-page'),(3103,832,'_elementor_version','3.6.1'),(3104,832,'_wp_page_template','default'),(3105,832,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3106,832,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3108,832,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3109,832,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3110,832,'_elementor_pro_version','3.0.5'),(3111,833,'tve_revision_tve_landing_page',''),(3112,833,'tve_revision_tve_disable_theme_dependency',''),(3113,833,'tve_revision_tve_content_before_more',''),(3114,833,'tve_revision_tve_content_more_found',''),(3115,833,'tve_revision_tve_save_post',''),(3116,833,'tve_revision_tve_custom_css',''),(3117,833,'tve_revision_tve_user_custom_css',''),(3118,833,'tve_revision_tve_page_events',''),(3119,833,'tve_revision_tve_globals',''),(3120,833,'tve_revision_tve_global_scripts',''),(3121,833,'tve_revision_thrive_icon_pack',''),(3122,833,'tve_revision_thrive_tcb_post_fonts',''),(3123,833,'tve_revision_tve_has_masonry',''),(3124,833,'tve_revision_tve_has_typefocus',''),(3125,833,'tve_revision_tve_updated_post',''),(3126,833,'tve_revision_tve_has_wistia_popover',''),(3127,833,'_elementor_edit_mode','builder'),(3128,833,'_elementor_template_type','wp-page'),(3129,833,'_elementor_version','3.6.1'),(3130,833,'_wp_page_template','default'),(3131,833,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3132,833,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3134,833,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3135,833,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3136,833,'_elementor_pro_version','3.0.5'),(3137,834,'tve_revision_tve_landing_page',''),(3138,834,'tve_revision_tve_disable_theme_dependency',''),(3139,834,'tve_revision_tve_content_before_more',''),(3140,834,'tve_revision_tve_content_more_found',''),(3141,834,'tve_revision_tve_save_post',''),(3142,834,'tve_revision_tve_custom_css',''),(3143,834,'tve_revision_tve_user_custom_css',''),(3144,834,'tve_revision_tve_page_events',''),(3145,834,'tve_revision_tve_globals',''),(3146,834,'tve_revision_tve_global_scripts',''),(3147,834,'tve_revision_thrive_icon_pack',''),(3148,834,'tve_revision_thrive_tcb_post_fonts',''),(3149,834,'tve_revision_tve_has_masonry',''),(3150,834,'tve_revision_tve_has_typefocus',''),(3151,834,'tve_revision_tve_updated_post',''),(3152,834,'tve_revision_tve_has_wistia_popover',''),(3153,834,'_elementor_edit_mode','builder'),(3154,834,'_elementor_template_type','wp-page'),(3155,834,'_elementor_version','3.6.1'),(3156,834,'_wp_page_template','default'),(3157,834,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3158,834,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3160,834,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3161,834,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3162,834,'_elementor_pro_version','3.0.5'),(3163,835,'_wp_attached_file','2022/04/SoftwareBox3-1-1.png'),(3164,835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:903;s:4:\"file\";s:28:\"2022/04/SoftwareBox3-1-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"SoftwareBox3-1-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"SoftwareBox3-1-1-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SoftwareBox3-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"SoftwareBox3-1-1-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:28:\"SoftwareBox3-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3165,836,'tve_revision_tve_landing_page',''),(3166,836,'tve_revision_tve_disable_theme_dependency',''),(3167,836,'tve_revision_tve_content_before_more',''),(3168,836,'tve_revision_tve_content_more_found',''),(3169,836,'tve_revision_tve_save_post',''),(3170,836,'tve_revision_tve_custom_css',''),(3171,836,'tve_revision_tve_user_custom_css',''),(3172,836,'tve_revision_tve_page_events',''),(3173,836,'tve_revision_tve_globals',''),(3174,836,'tve_revision_tve_global_scripts',''),(3175,836,'tve_revision_thrive_icon_pack',''),(3176,836,'tve_revision_thrive_tcb_post_fonts',''),(3177,836,'tve_revision_tve_has_masonry',''),(3178,836,'tve_revision_tve_has_typefocus',''),(3179,836,'tve_revision_tve_updated_post',''),(3180,836,'tve_revision_tve_has_wistia_popover',''),(3181,836,'_elementor_edit_mode','builder'),(3182,836,'_elementor_template_type','wp-page'),(3183,836,'_elementor_version','3.6.1'),(3184,836,'_wp_page_template','default'),(3185,836,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3186,836,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3188,836,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3189,836,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3190,836,'_elementor_pro_version','3.0.5'),(3191,837,'tve_revision_tve_landing_page',''),(3192,837,'tve_revision_tve_disable_theme_dependency',''),(3193,837,'tve_revision_tve_content_before_more',''),(3194,837,'tve_revision_tve_content_more_found',''),(3195,837,'tve_revision_tve_save_post',''),(3196,837,'tve_revision_tve_custom_css',''),(3197,837,'tve_revision_tve_user_custom_css',''),(3198,837,'tve_revision_tve_page_events',''),(3199,837,'tve_revision_tve_globals',''),(3200,837,'tve_revision_tve_global_scripts',''),(3201,837,'tve_revision_thrive_icon_pack',''),(3202,837,'tve_revision_thrive_tcb_post_fonts',''),(3203,837,'tve_revision_tve_has_masonry',''),(3204,837,'tve_revision_tve_has_typefocus',''),(3205,837,'tve_revision_tve_updated_post',''),(3206,837,'tve_revision_tve_has_wistia_popover',''),(3207,837,'_elementor_edit_mode','builder'),(3208,837,'_elementor_template_type','wp-page'),(3209,837,'_elementor_version','3.6.1'),(3210,837,'_wp_page_template','default'),(3211,837,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a75a273\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/nwosufavouramara.wistia.com\\/medias\\/omcgbmkhn9\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3212,837,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3214,837,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3215,837,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3216,837,'_elementor_pro_version','3.0.5'),(3217,838,'tve_revision_tve_landing_page',''),(3218,838,'tve_revision_tve_disable_theme_dependency',''),(3219,838,'tve_revision_tve_content_before_more',''),(3220,838,'tve_revision_tve_content_more_found',''),(3221,838,'tve_revision_tve_save_post',''),(3222,838,'tve_revision_tve_custom_css',''),(3223,838,'tve_revision_tve_user_custom_css',''),(3224,838,'tve_revision_tve_page_events',''),(3225,838,'tve_revision_tve_globals',''),(3226,838,'tve_revision_tve_global_scripts',''),(3227,838,'tve_revision_thrive_icon_pack',''),(3228,838,'tve_revision_thrive_tcb_post_fonts',''),(3229,838,'tve_revision_tve_has_masonry',''),(3230,838,'tve_revision_tve_has_typefocus',''),(3231,838,'tve_revision_tve_updated_post',''),(3232,838,'tve_revision_tve_has_wistia_popover',''),(3233,838,'_elementor_edit_mode','builder'),(3234,838,'_elementor_template_type','wp-page'),(3235,838,'_elementor_version','3.6.1'),(3236,838,'_wp_page_template','default'),(3237,838,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3238,838,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3240,838,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3241,838,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3242,838,'_elementor_pro_version','3.0.5'),(3243,715,'_tve_post_constants','a:1:{s:1:\"e\";s:1:\"1\";}');
INSERT INTO `wpjn_postmeta` VALUES (3244,715,'tve_content_before_more_tcb2-prolayers-short-video-sales-page','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3245,715,'tcb_editor_enabled','1'),(3246,839,'tve_revision_tve_landing_page','tcb2-prolayers-short-video-sales-page'),(3247,839,'tve_revision_tve_disable_theme_dependency',''),(3248,839,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://buy.stripe.com/9AQeYC9yb6YffOU4gs\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3249,839,'tve_revision_tve_content_more_found',''),(3250,839,'tve_revision_tve_save_post',''),(3251,839,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Rubik:400,400i,500,300,700,300i,500i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i,300,300i,600,600i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400,700,900,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Libre+Baskerville:400&subset=latin\");@media (min-width: 300px){#tcb_landing_page h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(32, 39, 74); font-weight: 400; }#tcb_landing_page h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(18, 56, 81); }#tcb_landing_page h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(51, 57, 86); }#tcb_landing_page h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }#tcb_landing_page h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 500; }#tcb_landing_page h5 strong { font-weight: 500; }#tcb_landing_page h6 strong { font-weight: 500; }#tcb_landing_page .tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page input { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page .tcb-button-link strong { font-weight: 600; }#tcb_landing_page input strong { font-weight: 600; }[data-css=\"tve-u-1697a3c4513\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4513\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c453d\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c452a\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4516\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4514\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4515\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4524\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451e\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4523\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4523\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c451c\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1069181_513100162088493_1528800415_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4521\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4522\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4525\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4520\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451b\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4515\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4518\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4518\"] { opacity: 0.11; }:not(#tve) [data-css=\"tve-u-1697a3c47fe\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c47fe\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fc\"] { max-width: 16.6%; }[data-css=\"tve-u-1697a3c47ff\"] { max-width: 83.6%; }[data-css=\"tve-u-1697a3c47fb\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697a3c47fd\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4801\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a3c4806\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4800\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-1697a3c4802\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4852\"] { max-width: 23.7%; }[data-css=\"tve-u-1697a3c4856\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-1697a3c4854\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c4854\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c480f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c480f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4818\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4818\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4821\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4821\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c482a\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c482a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4833\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4833\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c483d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c483d\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4846\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4846\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c484f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c484f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4859\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1697a3c4859\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a3c483e\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485b\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c485c\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c485b\"] { color: rgb(255, 255, 255) !important; font-family: \"Source Sans Pro\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c485c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4855\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697a3c482b\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4834\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4847\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4850\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485a\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4822\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4810\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4803\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4807\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4804\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4819\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485f\"] { max-width: 355px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4863\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a4d\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4a7a\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4aa4\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c4a90\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4a7e\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4a8a\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a85\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4a89\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4a89\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/48926262_10215776895352653_7840580455182106624_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4a87\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4a88\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a8b\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4a86\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a82\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4a80\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a80\"] { opacity: 0.11; }[data-css=\"tve-u-1616f5523d1\"] { background-image: none !important; }[data-css=\"tve-u-16170795ff1\"] { padding-top: 107px !important; padding-bottom: 100px !important; }[data-css=\"tve-u-161706f6951\"] { max-width: 100%; min-height: 456px !important; }[data-css=\"tve-u-1609ca142c7\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 1000px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-1616f2cf7aa\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 298px; }[data-css=\"tve-u-161568e7dfe\"] { z-index: 40; margin-top: 173px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] { max-width: 100%; text-align: center; min-height: 1px !important; }[data-css=\"tve-u-160a257807e\"] { clip-path: url(\"#clip-bottom-ae888d0ecb3088\"); -webkit-clip-path: url(\"#clip-bottom-ae888d0ecb3088\");  background-image: linear-gradient(rgba(24, 5, 52, 0.8), rgba(24, 5, 52, 0.8)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/header-bg-1.png\"), linear-gradient(50deg, rgba(112, 69, 175, 0.1) 0%, rgb(255, 86, 5) 100%) !important; background-size: auto, cover, cover, auto !important; background-position: 0px 0px, 100% 50%, 50% 50%, 0px 0px !important; background-attachment: scroll, scroll, scroll, scroll !important; background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important; }[data-css=\"tve-u-160a1619713\"] .tve_sep { border-width: 1px; border-color: rgba(255, 255, 255, 0.1); }[data-css=\"tve-u-160a1619713\"] { max-width: 99%; float: none; width: 100%; padding-top: 5px !important; padding-bottom: 5px !important; margin-top: -19px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ededb45\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ede293d\"] { border-top: 1px solid rgb(237, 243, 247); padding-top: 30px !important; }[data-css=\"tve-u-1609edd71a4\"] { max-width: 100%; min-height: 25px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-top-605ff1687da54\");  background-color: rgb(248, 251, 253) !important; background-image: none !important; }[data-css=\"tve-u-1609ca16463\"] { z-index: 40; margin-top: -169px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-1609ca142c7\"] { max-width: 100%; min-height: 384px !important; }[data-css=\"tve-u-160a25790c2\"] { margin-top: 0px !important; padding: 20px 0px 0px !important; }[data-css=\"tve-u-16170702314\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16170702315\"] { max-width: 1180px; float: none; z-index: 9; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(71, 74, 89); font-weight: 400; }h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(35, 144, 237); }h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(105, 123, 143); }h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }h1 strong { font-weight: 500; }h2 strong { font-weight: 700; }h4 strong { font-weight: 500; }h5 strong { font-weight: 500; }h6 strong { font-weight: 500; }p, li { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; }.tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }input { font-family: \"Source Sans Pro\"; font-weight: 400; }p strong, li strong { font-weight: 600; }.tcb-button-link strong { font-weight: 600; }input strong { font-weight: 600; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1696f7ed6d3\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f7f2188\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f83b2a8\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\"), linear-gradient(rgb(82, 43, 149), rgb(82, 43, 149)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f842aa1\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696f8b8138\"] { width: 718px; float: none; margin: 61px auto 33px !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 402px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f9580de\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f959e2e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f967425\"] { max-width: 940px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f974500\"] { width: 955px; }[data-css=\"tve-u-1696f980b9c\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1696faa0ff0\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1696fac4d91\"] { min-height: 100vh !important; }[data-css=\"tve-u-1696fac65f6\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696faef216\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696fafe04f\"] { padding: 60px !important; margin-top: 10px !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696faef216\"] > .tcb-flex-col > .tcb-col { min-height: 100vh; }[data-css=\"tve-u-1696fb4ecf2\"] { max-width: 900px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1696fb66d78\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fb87b16\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fccab28\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fd80511\"] { padding-top: 60px !important; padding-bottom: 150px !important; }[data-css=\"tve-u-1696fd8a17e\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fe011b6\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fe0abc3\"] { max-width: 825px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697147c4dc\"] { line-height: 0em !important; }[data-css=\"tve-u-169714819b8\"] { font-size: 57px !important; }[data-css=\"tve-u-169714819bb\"] { font-size: 57px !important; }[data-css=\"tve-u-1697148247e\"] { font-size: 57px !important; }[data-css=\"tve-u-1697149300f\"] { line-height: 0em !important; }[data-css=\"tve-u-16971493010\"] { font-size: 57px !important; }[data-css=\"tve-u-16971493011\"] { font-size: 57px !important; }[data-css=\"tve-u-16971513154\"] { line-height: 1em !important; }[data-css=\"tve-u-16971513155\"] { font-size: 57px !important; }[data-css=\"tve-u-16971524912\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971524913\"] { font-size: 57px !important; }[data-css=\"tve-u-16971534054\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971534055\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579ddf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971579de0\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de1\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de2\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b03\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971585b05\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b06\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b07\"] { font-size: 57px !important; }[data-css=\"tve-u-1697159fd6c\"] { clip-path: url(\"#clip-top-d424f0b1d16f7\"); -webkit-clip-path: url(\"#clip-top-d424f0b1d16f7\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\"), linear-gradient(rgb(77, 34, 140), rgb(77, 34, 140)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169715b3720\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715b3722\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3723\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3724\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf427\"] { line-height: 0em !important; }[data-css=\"tve-u-169715bf428\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf429\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf42a\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b4\"] { line-height: 0em !important; }[data-css=\"tve-u-169715d11b5\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b6\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b7\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db139\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715db13b\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13c\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13d\"] { font-size: 57px !important; }:not(#tve) [data-css=\"tve-u-16971637dc5\"] { font-size: 22px !important; }[data-css=\"tve-u-16971637dc5\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169716a23d8\"] { max-width: 866px; float: none; margin: 15px auto !important; }:not(#tve) [data-css=\"tve-u-1697184ca2a\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697184ca2c\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16971856da2\"] { color: rgb(233, 238, 241) !important; }[data-css=\"tve-u-169721c6682\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-169722351ae\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-169722351ae\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351ac\"] { max-width: 16.6%; }[data-css=\"tve-u-169722351af\"] { max-width: 83.6%; }[data-css=\"tve-u-169722351ab\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169722351ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169722351b1\"] { background-image: none !important; }[data-css=\"tve-u-169722351b0\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-169722351b2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351b2\"] { line-height: 1em !important; }[data-css=\"tve-u-16972235201\"] { max-width: 23.7%; }[data-css=\"tve-u-16972235205\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-16972235203\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16972235203\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351aa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169722351be\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351be\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351c7\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351c7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d0\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d0\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d9\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351e2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351e2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351ec\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351ec\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351f5\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351f5\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351fe\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351fe\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972235208\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-16972235208\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169722351ed\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520a\"] { line-height: 0em !important; }[data-css=\"tve-u-1697223520b\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697223520a\"] { color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697223520b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16972235204\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169722351da\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351e3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351f6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351ff\"] { font-size: 18px !important; }[data-css=\"tve-u-16972235209\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351d1\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351bf\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b4\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351c8\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520e\"] { max-width: 559px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223520f\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16972235212\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223dae0\"] { background-image: linear-gradient(rgb(51, 57, 86), rgb(51, 57, 86)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16972247ae7\"] { color: rgb(233, 238, 241) !important; }:not(#tve) [data-css=\"tve-u-16972248f86\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697229b906\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16972545d23\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972545d23\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697254b077\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697254b077\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725510c2\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725510c2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972555ead\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972555ead\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697255f43a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697255f43a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725671ed\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725671ed\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256b604\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256b604\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256f312\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256f312\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972574219\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972574219\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725785b6\"] { color: rgb(255, 86, 5) !important; text-transform: none !important; font-size: 24px !important; }[data-css=\"tve-u-169725785b6\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972578749\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697257ec78\"] { color: rgb(255, 86, 5) !important; font-size: 32px !important; }[data-css=\"tve-u-16972792c27\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697279a47c\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px, rgba(0, 0, 0, 0.08) 0px 16px 32px 0px; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169727bddc1\"] { width: 96px; }[data-css=\"tve-u-169727c2ade\"] { max-width: 24.5%; }[data-css=\"tve-u-169727c2bc9\"] { max-width: 75.9%; }[data-css=\"tve-u-169727cb4f3\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cb4f5\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cd9ba\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169727fb751\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(0, 255, 224) 0%, rgb(23, 8, 173) 100%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697280dbbc\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697280dbbd\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972831b84\"] { clip-path: url(\"#clip-bottom-464a3ecdda317\"); -webkit-clip-path: url(\"#clip-bottom-464a3ecdda317\");  background-image: none !important; }[data-css=\"tve-u-16972a743ed\"] { font-size: 62px !important; }a:not(.tcb-button-link) { color: rgb(255, 86, 5); }[data-css=\"tve-u-16972abdb65\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972ac14e8\"] { padding-left: 63px !important; margin-top: 37px !important; }[data-css=\"tve-u-16972ae12de\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 0em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972aefdaa\"] { margin-top: 27px !important; padding-left: 63px !important; }[data-css=\"tve-u-16972c08e3b\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px 0px, rgba(0, 0, 0, 0.15) 0px 12px 24px 0px; clip-path: url(\"#clip-bottom-5028930dfbc96\"); -webkit-clip-path: url(\"#clip-bottom-5028930dfbc96\");  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16972c0fbb8\"] { max-width: 900px; float: none; margin: -120px auto -101px !important; padding: 60px 40px !important; }[data-css=\"tve-u-16975b7a3b4\"] { width: 90%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e79\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16976142e7e\"] { width: 200px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e7b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16976142e7f\"] { max-width: 63.8%; }[data-css=\"tve-u-16976142e7c\"] { max-width: 36.2%; }[data-css=\"tve-u-16976142e7b\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16976142e7d\"] { border-radius: 20px; overflow: hidden; background-image: linear-gradient(rgb(18, 56, 81), rgb(18, 56, 81)), linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-color: rgb(17, 137, 198) !important; padding: 20px !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-16976142e82\"] { font-size: 18px !important; }[data-css=\"tve-u-16976142e7a\"] { background-image: none !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16976142e78\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\") !important; background-color: rgb(255, 255, 255) !important; border: 2px solid rgb(229, 229, 229) !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16976142e80\"] { background-image: none !important; padding: 30px !important; }[data-css=\"tve-u-160c6b04e9d\"] { padding: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-16976142e81\"] { background-image: none !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16976384845\"] { padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-169763e9430\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169770dc69e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Bitmap.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169770f4144\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977101f37\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771122dd\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169771122dd\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697711e81a\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0em !important; }[data-css=\"tve-u-169763e9430\"] { line-height: 0em !important; }[data-css=\"tve-u-16977122453\"] { margin-top: 70px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771269aa\"] { max-width: 56.9%; }[data-css=\"tve-u-16977126a92\"] { max-width: 43.2%; }[data-css=\"tve-u-1697712be50\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697712f4ef\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697713a68c\"] { flex-direction: row !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697713a68c\"] > .tcb-flex-col > .tcb-col { height: 457px; }[data-css=\"tve-u-1697713f709\"] { max-width: 42.2%; }[data-css=\"tve-u-1697713f717\"] { max-width: 57.9%; }[data-css=\"tve-u-1697715b4b2\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-bottom: 1px !important; }[data-css=\"tve-u-16977171a41\"] { margin-top: 40px !important; margin-bottom: -56px !important; }:not(#tve) [data-css=\"tve-u-16977174b95\"] { font-size: 18px !important; }[data-css=\"tve-u-1697718057b\"] { min-height: 500px !important; }[data-css=\"tve-u-16977187239\"] { padding-left: 40px !important; padding-right: 40px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16977195e43\"] { padding-top: 120px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169771bb355\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb357\"] { background-image: none !important; }[data-css=\"tve-u-169771bb358\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb359\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771bb35a\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169771bb35a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169771bb35d\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771bb35e\"] { max-width: 46.5%; }[data-css=\"tve-u-169771bb35f\"] { max-width: 53.6%; }[data-css=\"tve-u-169771bb360\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designmock.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169771bb361\"] { background-image: linear-gradient(rgba(86, 0, 204, 0.93), rgba(86, 0, 204, 0.93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977292e6a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169772a1f4d\"] { padding-left: 80px !important; padding-right: 80px !important; }[data-css=\"tve-u-169772a8e05\"] { float: none; max-width: 527px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169772bd90e\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169772bd912\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169773391ce\"] { background-image: linear-gradient(rgb(255, 86, 5), rgb(255, 86, 5)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697734ad6d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697734ad6d\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697735c421\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977369cb7\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169773c0b28\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2b\"] { background-image: none !important; }[data-css=\"tve-u-169773c0b2c\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2d\"] { min-height: 456px !important; }[data-css=\"tve-u-169773c0b2c\"] > .tcb-flex-col > .tcb-col { height: 457px; }:not(#tve) [data-css=\"tve-u-169773c0b2e\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169773c0b2e\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169773c0b2f\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-169773c0b2f\"] { line-height: 0em !important; }[data-css=\"tve-u-169773c0b30\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169773c0b32\"] { max-width: 56.9%; }[data-css=\"tve-u-169773c0b33\"] { max-width: 43.2%; }[data-css=\"tve-u-169773c0b34\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169773c0b35\"] { border-top-left-radius: 0px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697743b4f0\"] { font-size: 18px !important; }[data-css=\"tve-u-1697747e778\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e779\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e77a\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e77c\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-1697747e77d\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77d\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697747e77e\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697747e77f\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-1697747e780\"] { max-width: 56.9%; }[data-css=\"tve-u-1697747e781\"] { max-width: 43.2%; }[data-css=\"tve-u-1697747e782\"] { background-image: linear-gradient(rgb(27, 58, 113), rgb(27, 58, 113)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e783\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(80, 40, 151), rgb(80, 40, 151)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-right: 40px !important; padding-left: 40px !important; }:not(#tve) [data-css=\"tve-u-1697747e784\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169774b83ee\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169775446b5\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b6\"] { background-image: none !important; }[data-css=\"tve-u-169775446b7\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169775446ba\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169775446ba\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169775446bc\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169775446bd\"] { max-width: 56.9%; }[data-css=\"tve-u-169775446be\"] { max-width: 43.2%; }[data-css=\"tve-u-169775446bf\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169775446c0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene.jpg\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-left: 40px !important; }[data-css=\"tve-u-169775617fe\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775617ff\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock-1.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561800\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977561801\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977561802\"] { font-size: 60px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977561802\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977561803\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977561803\"] { line-height: 0em !important; }[data-css=\"tve-u-16977561804\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977561805\"] { max-width: 47.0004%; }[data-css=\"tve-u-16977561806\"] { max-width: 53%; }[data-css=\"tve-u-16977561808\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561809\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16977569697\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977569698\"] { background-image: none !important; }[data-css=\"tve-u-16977569699\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697756969a\"] { min-height: 456px !important; }[data-css=\"tve-u-16977569699\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1697756969b\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697756969d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969d\"] { line-height: 0em !important; }[data-css=\"tve-u-1697756969e\"] { margin-top: 20px !important; margin-bottom: -56px !important; background-image: none !important; }[data-css=\"tve-u-1697756969f\"] { max-width: 56.9%; }[data-css=\"tve-u-169775696a0\"] { max-width: 43.2%; }[data-css=\"tve-u-169775696a1\"] { background-image: repeating-radial-gradient(circle at center center, rgba(148, 163, 176, 0.18), rgba(148, 163, 176, 0.18) 1px, transparent 1px, transparent 100%), linear-gradient(rgb(89, 20, 146), rgb(89, 20, 146)) !important; background-size: 3px 3px, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: repeat, no-repeat !important; }[data-css=\"tve-u-169775696a2\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169775696a4\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697757481f\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574820\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977574821\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574822\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977574823\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977574823\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977574824\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977574824\"] { line-height: 0em !important; }[data-css=\"tve-u-16977574826\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977574827\"] { max-width: 50.4%; }[data-css=\"tve-u-16977574828\"] { max-width: 49.6%; }[data-css=\"tve-u-16977574829\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697757482a\"] { background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169775970fd\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169775f00b0\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697786e567\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-1697786e567\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169778a74d3\"] { padding-top: 80px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-16977cc6d22\"] { width: 100%; }[data-css=\"tve-u-16977df485d\"] { width: 350px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-16977e109b1\"] { font-size: 18px !important; }[data-css=\"tve-u-16977e3d67b\"] { background-image: linear-gradient(rgb(0, 41, 220), rgb(0, 41, 220)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16977e51dda\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e51dda\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977e88fd9\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e88fd9\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-16977e8b082\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e8e256\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16977e8e258\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697808e8df\"] { width: 658px; }[data-css=\"tve-u-1697838215b\"] { width: 91%; float: none; overflow: hidden; border-radius: 8px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16977574821\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16978558b62\"] { height: calc(100% + 33px); margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-1697858ab05\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697891a82e\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }[data-css=\"tve-u-169789c7afb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-169789d2cab\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16978a04292\"] { max-width: 725px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 40px 40px 80px !important; }:not(#tve) [data-css=\"tve-u-16978a288f5\"] > :first-child { color: rgb(137, 194, 68); }[data-css=\"tve-u-16978a52b6d\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a72624\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a7262a\"] { line-height: 1.25em !important; }[data-css=\"tve-u-16978a934af\"] { margin-top: 20px !important; }[data-css=\"tve-u-16978aa7d94\"] { color: rgb(9, 96, 248) !important; }:not(#tve) [data-css=\"tve-u-16978a1cc83\"] { letter-spacing: 2px; text-transform: uppercase !important; }[data-css=\"tve-u-16978ab9201\"] { font-size: 12px !important; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169784f5fc6\"] { color: rgb(51, 57, 86) !important; font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979b7395e\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-16979b7639a\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; font-size: 24px !important; }[data-css=\"tve-u-16979c437b0\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979c81a4d\"] { max-width: 920px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16979c8c657\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979c8dcf8\"] { font-size: 18px !important; }[data-css=\"tve-u-16979cb1066\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16979ccb18e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979ccb190\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979cf0c00\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 20px !important; padding-top: 20px !important; padding-right: 20px !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d0caa4\"] { overflow: hidden; padding: 20px !important; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d1f253\"] { margin-top: 0px !important; }[data-css=\"tve-u-16979d240a1\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979d3492a\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }:not(#tve) [data-css=\"tve-u-16979d8a1eb\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ed\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ee\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16978928f17\"] > :first-child { color: rgb(17, 45, 167); }[data-css=\"tve-u-16979d8a1eb\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ed\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ee\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16978928f17\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979db4534\"] p, [data-css=\"tve-u-16979db4534\"] li, [data-css=\"tve-u-16979db4534\"] blockquote, [data-css=\"tve-u-16979db4534\"] address, [data-css=\"tve-u-16979db4534\"] .tcb-plain-text, [data-css=\"tve-u-16979db4534\"] label, [data-css=\"tve-u-16979db4534\"] h1, [data-css=\"tve-u-16979db4534\"] h2, [data-css=\"tve-u-16979db4534\"] h3, [data-css=\"tve-u-16979db4534\"] h4, [data-css=\"tve-u-16979db4534\"] h5, [data-css=\"tve-u-16979db4534\"] h6 { font-weight: 400 !important; }[data-css=\"tve-u-16979db90de\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e0\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e2\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784faee4\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784fcdd8\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169785014fa\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcb\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbce\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcf\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-1697852e74d\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }:not(#tve) [data-css=\"tve-u-16979dbbbcb\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbce\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbcf\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784faee4\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784fcdd8\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-1697852e74d\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90de\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e0\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e2\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169785014fa\"] > :first-child { color: rgb(0, 41, 220); }[data-css=\"tve-u-16979dc7fd6\"] { padding-top: 0px !important; }[data-css=\"tve-u-16979dc92e4\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d4\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d5\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d6\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d7\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d8\"] > :first-child { color: rgb(103, 151, 45); }[data-css=\"tve-u-16979e9d5d5\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d6\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d7\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d8\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979eb562a\"] { font-size: 18px !important; }[data-css=\"tve-u-16979eb562c\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979ebf399\"] { font-size: 18px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ebf39a\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39b\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39c\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16979ebf39a\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39b\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-16979ed743a\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ed743c\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743d\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743e\"] > :first-child { color: rgb(255, 187, 5); }[data-css=\"tve-u-16979ed743c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743d\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743e\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979f663e1\"] { width: 120px; position: absolute; right: -40px; bottom: -42px; }[data-css=\"tve-u-16979f88e15\"] { overflow: hidden; background-image: linear-gradient(rgba(137, 194, 68, 0.12), rgba(137, 194, 68, 0.12)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 40px !important; border-top-left-radius: 40px !important; }[data-css=\"tve-u-1697a03041c\"] { border-top-left-radius: 40px; overflow: hidden; border-bottom-right-radius: 40px; box-shadow: rgba(0, 85, 255, 0.19) 0px 8px 16px 0px, rgba(0, 116, 255, 0.17) 0px 16px 32px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border: medium none !important; }[data-css=\"tve-u-1697a0354ca\"] { max-width: 900px; float: none; margin: -150px auto -117px !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697a0bce8f\"] { padding-top: 90px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1697a0bd295\"] { box-shadow: none; background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a0f9df8\"] { font-size: 101px !important; }[data-css=\"tve-u-1697a1085c2\"] { max-width: 17.9%; }[data-css=\"tve-u-1697a108756\"] { max-width: 82.3%; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 0.1em !important; }[data-css=\"tve-u-1697a10c380\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a116a41\"] { height: calc(100% + 17px); margin-top: 0px !important; }[data-css=\"tve-u-1697a11f319\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697a127206\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697a12f44d\"] { font-size: 24px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a12f44f\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f450\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f451\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f452\"] > :first-child { color: rgb(220, 71, 0); }[data-css=\"tve-u-1697a12f44f\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f450\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f451\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f452\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f44d\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-1697891dc9a\"] { padding-bottom: 14px !important; }[data-css=\"tve-u-1697a180df5\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a180df5\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a1838f2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a1838f2\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a194696\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] p, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] li, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] blockquote, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] address, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] .tcb-plain-text, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] label, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h1, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h2, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h3, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h4, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h5, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h6 { color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1b2bee\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a1b2bee\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1c1c73\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1697a1c786c\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a1e0f85\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ec148\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1f1c7b\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a22cb3d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(242, 246, 255), rgb(242, 246, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a233ebe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a24001f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a250289\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a256434\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a25e886\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a285a16\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a28e123\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a2995ae\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a2995b0\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b2\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b3\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b4\"] > :first-child { color: rgb(200, 0, 73); }[data-css=\"tve-u-1697a2995b0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b2\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b3\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b4\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-1697a2b3cee\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a2b8cc0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a384f47\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 40px !important; margin-right: 40px !important; padding: 20px !important; border-radius: 10px !important; }[data-css=\"tve-u-1697ac44c62\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac47346\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac60a78\"] { font-size: 57px !important; }[data-css=\"tve-u-1697ac62072\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac66407\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac68bce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6ac23\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6e62d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9aedb\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9d886\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697acc9ee0\"] { font-size: 122px !important; }:not(#tve) [data-css=\"tve-u-1697acf04a8\"] { font-size: 160px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 187, 5) !important; }[data-css=\"tve-u-1697acf04a8\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697ad5ebb1\"] { font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697ad61964\"] { font-size: 18px !important; }[data-css=\"tve-u-16977561800\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697ad979f5\"] { font-size: 80px !important; }[data-css=\"tve-u-1697adf2210\"] { line-height: 1.15em !important; }[data-css=\"tve-u-1697b063d33\"] { width: 310px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697b071ce0\"] { border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 12px 0px; clip-path: url(\"#clip-bottom-f43191b958e06\"); -webkit-clip-path: url(\"#clip-bottom-f43191b958e06\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697b3b9ba0\"] { color: rgb(103, 49, 183) !important; }[data-css=\"tve-u-1697b44ecf6\"] { color: rgb(255, 86, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b455af8\"] { color: rgb(255, 187, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b45fa09\"] { max-height: 200px; }[data-css=\"tve-u-1697b4628f8\"] { line-height: 1em !important; }[data-css=\"tve-u-1697b53e555\"] { width: 463px; position: absolute; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-1697b608579\"] { background-image: none !important; }[data-css=\"tve-u-1697b60ee97\"] { width: 100%; position: absolute; right: 0px; bottom: 0px; }:not(#tve) [data-css=\"tve-u-1697b627069\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697b62706b\"] { font-size: 26px !important; }[data-css=\"tve-u-1697b63b716\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-1697b6c691b\"] { line-height: 1em !important; }[data-css=\"tve-u-1697bcd63f3\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697bce286b\"] { width: 200px; position: absolute; right: 0px; bottom: 0px; z-index: 5 !important; }[data-css=\"tve-u-1697bd19bc1\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd31ac5\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd33993\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697bd71893\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bd69a89\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697bd79122\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79123\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79125\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd71893\"] > :first-child { color: rgb(0, 85, 255); }[data-css=\"tve-u-1697bd79122\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79123\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79125\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda21a0\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda21a0\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda5ec2\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda5ec2\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb16a8\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb16a8\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb242f\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb242f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3002e\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3002e\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3799f\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3799f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3929d\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3929d\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3c4fb\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3c4fb\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3df65\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3df65\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3fd87\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3fd87\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be4424a\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be45654\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be4caf1\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be5de4d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697be5de4f\"] { color: rgb(255, 171, 25) !important; }:not(#tve) [data-css=\"tve-u-1697be64420\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be656f4\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be9816c\"] { max-width: 620px; float: none; margin: 0px auto 40px !important; }[data-css=\"tve-u-1697beabd7d\"] { line-height: 1em !important; }[data-css=\"tve-u-1697beae046\"] { margin-bottom: -36px !important; }[data-css=\"tve-u-1697beb4c3a\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(255, 197, 15) 0%, rgb(218, 12, 44) 95%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697bed5c72\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-1697bf16c5c\"] { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) [data-css=\"tve-u-1697bf2c301\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-1697bf3fc6d\"] { color: rgb(248, 233, 4) !important; font-size: 28px !important; font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697bf51742\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf53405\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf3fc6d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1697bf77d15\"] { margin-top: -31px !important; }:not(#tve) [data-css=\"tve-u-1697bf805ea\"] { font-size: 18px !important; }[data-css=\"tve-u-1697bf82b49\"] { max-width: 609px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1697bf8be01\"] { display: block; margin-top: -30px !important; margin-bottom: -50px !important; }[data-css=\"tve-u-1697acf04a8\"] { line-height: 0.5em !important; }[data-css=\"tve-u-1697bf96c6c\"] { margin-top: -23px !important; }[data-css=\"tve-u-1697bf9d1e6\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697bfa3d25\"] { color: rgb(255, 187, 5) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb142\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb144\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb147\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb148\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb149\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb14c\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697c04edc7\"] { color: rgb(255, 197, 15) !important; }[data-css=\"tve-u-1697c06b8ae\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c06d94b\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c228111\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228113\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228114\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c23052d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697c23bf9d\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bfdb142\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb144\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb147\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb148\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb149\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c23bf9d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb14c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16977574823\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c2827a4\"] { margin-top: -22px !important; margin-bottom: -20px !important; }:not(#tve) [data-css=\"tve-u-1697c28cb7b\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c293f55\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c56f2ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697c5a2777\"] { position: absolute; bottom: 0px; transform: rotate(180deg); height: 175px; fill: rgb(255, 255, 255); left: 0px; }[data-css=\"tve-u-1697c5fa1b8\"] { background-image: none !important; }[data-css=\"tve-u-1697c637f03\"] { width: 159px; display: block; position: absolute; top: 0px; right: 0px; }:not(#tve) [data-css=\"tve-u-1697c6a9a1f\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c6b420e\"] { width: 159px; display: block; position: absolute; bottom: -30px; left: -60px; }:not(#tve) [data-css=\"tve-u-1697c7045fe\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c76174a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697c76174a\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c763189\"] { margin-top: -28px !important; }[data-css=\"tve-u-1697c76b9c3\"] .tve_sep { border-width: 2px; border-color: rgba(255, 255, 255, 0.52); }[data-css=\"tve-u-1697c76b9c3\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697c786922\"] { background-image: none !important; }[data-css=\"tve-u-1697c7a3123\"] { width: 175px; position: absolute; bottom: 0px; left: 0px; z-index: 10 !important; }[data-css=\"tve-u-1697ca4994f\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10931027_10202428723359713_8419731428254055126_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697ca7ed21\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697ca94f01\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb168ab\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/29243858_10214730699523138_5775310517918233829_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb2b9a5\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb3c87e\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/20375712_1873324396027913_2320555637976989019_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697cb6c16a\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb84449\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697cf7715c\"] { background-color: rgb(255, 255, 255) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/04.png\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/02.png\") !important; background-size: auto, auto !important; background-position: 100% 50%, 0% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697cf7715d\"] { max-width: 1080px; }[data-css=\"tve-u-1697cf7715e\"] { margin-top: 0px !important; padding-top: 20px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697cf77160\"] { font-size: 47px !important; }[data-css=\"tve-u-1697cf77161\"] { font-size: 38px !important; }[data-css=\"tve-u-1697cf77162\"] { float: none; z-index: 3; position: relative; max-width: 744px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 1px !important; }[data-css=\"tve-u-1697cf77163\"] { float: none; max-width: 826px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697dc478f9\"] { max-width: 700px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e675faa\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e678f42\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e67d527\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e67ee9a\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e6cec20\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697e73e878\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e73fe2f\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e7439f1\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e74525d\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 0.05em !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 0.4em !important; }[data-css=\"tve-u-1697e92262c\"] { line-height: 0.25em !important; }[data-css=\"tve-u-1697e92411f\"] { line-height: 1.15em !important; }[data-css=\"tve-u-16979b7639a\"] { line-height: 1.4em !important; }[data-css=\"tve-u-1697e950af9\"] { width: 512px; }[data-css=\"tve-u-1697e950afb\"] { margin-bottom: -10px !important; padding-bottom: 10px !important; padding-top: 40px !important; }[data-css=\"tve-u-1697e950afe\"] { max-width: 1080px; }[data-css=\"tve-u-1697e950b01\"] { filter: grayscale(0%) blur(0px); opacity: 1; clip-path: url(\"#clip-bottom-b46bfde3dc9b7\"); -webkit-clip-path: url(\"#clip-bottom-b46bfde3dc9b7\");  background-image: linear-gradient(rgb(100, 42, 184), rgb(100, 42, 184)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697e950b04\"] { width: 500px; }[data-css=\"tve-u-1697e950b05\"] { width: 500px; }[data-css=\"tve-u-1697e950b06\"] { width: 512px; }[data-css=\"tve-u-1697e950b07\"] { width: 512px; }[data-css=\"tve-u-1697e950b08\"] { width: 512px; }[data-css=\"tve-u-1697e950b09\"] { width: 512px; }[data-css=\"tve-u-1697e950b0a\"] { width: 512px; }[data-css=\"tve-u-1697e950b0b\"] { width: 512px; }[data-css=\"tve-u-1697e950b0d\"] { float: none; max-width: 626px; margin-bottom: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b10\"] .tcb-flex-col { flex-basis: 125px !important; }:not(#tve) [data-css=\"tve-u-1697e950b11\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697e950b12\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e8\"] { letter-spacing: 5px; font-family: Montserrat !important; font-weight: 400 !important; font-size: 32px !important; line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e7\"] { margin-top: 38px !important; }[data-css=\"tve-u-1697fb0d5d3\"] { line-height: 0em !important; }[data-css=\"tve-u-1697fb12dcc\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-169800b8c55\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169800e6d66\"] { width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-price-button-group=\"tve-u-price-button-group-164cad3586f\"] .thrv-button-group-item.tcb-active-state strong { font-weight: 800; }:not(#tve) [data-css=\"tve-u-1698013170f\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698017be8d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be94\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be9a\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980157070\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980159832\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015c181\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015e3c9\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980160278\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980162974\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169801647b4\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980166703\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980168a8c\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016ae14\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016e6b2\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017204d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017458f\"] > :first-child { color: rgb(255, 86, 5); }[data-css=\"tve-u-169801afc9b\"] { width: 191px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169802c2f81\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169802e1fe6\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698031fdd8\"] { font-size: 18px !important; text-transform: uppercase !important; color: rgb(218, 12, 44) !important; }:not(#tve) [data-css=\"tve-u-16980323183\"] { font-size: 18px !important; color: rgb(218, 12, 44) !important; }[data-css=\"tve-u-16981575a92\"] { line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 55px !important; }[data-css=\"tve-u-16981587c11\"] { max-width: 627px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1698158a53f\"] { font-size: 24px !important; }[data-css=\"tve-u-1698158a53f\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169834fd5f9\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-16983518f30\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16983525b8c\"] { line-height: 1em !important; }[data-css=\"tve-u-16986b2a54d\"] { width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16986b31863\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c485b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169878e6dd7\"] { font-size: 8px !important; }[data-css=\"tve-u-16987a7f0bd\"] { margin-top: 18px !important; }:not(#tve) [data-css=\"tve-u-16987a92580\"] { font-size: 12px !important; }[data-css=\"tve-u-169895df35b\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35c\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35d\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35e\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df360\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df361\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df362\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df363\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df364\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df365\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df366\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df367\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df368\"] { max-width: 1080px; }[data-css=\"tve-u-169895df369\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-169895df36b\"] { background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169895df370\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-169895df371\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169895df372\"] { margin-top: 20px !important; }[data-css=\"tve-u-169895df373\"] { margin-top: 14px !important; }:not(#tve) [data-css=\"tve-u-169895df374\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-169895df375\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-169895df376\"] { margin-top: 14px !important; }[data-css=\"tve-u-169895df377\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df378\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df379\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37a\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37b\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df371\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697beabd7d\"] { color: rgb(17, 21, 34) !important; }:not(#tve) [data-css=\"tve-u-16ce81b34a2\"] { color: rgb(233, 238, 241) !important; line-height: 1.4em !important; font-size: 40px !important; }[data-css=\"tve-u-16ce81b8cd2\"] { min-height: 3227px !important; }[data-css=\"tve-u-16ce81bb11d\"] { max-width: 693px; float: none; padding-right: 2px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 100px !important; }[data-css=\"tve-u-16ce885af11\"] { width: 180px; float: none; margin: 10px auto !important; }:not(#tve) [data-css=\"tve-u-16ce8a4f5fd\"] { font-size: 30px !important; color: rgb(242, 246, 255) !important; }[data-css=\"tve-u-16ce8a6393e\"] { float: none; max-width: 901px; margin-bottom: -50px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16ce8de975f\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16ce8dfb8d4\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-16ce8e03b1f\"] { margin-bottom: -40px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 0.05em !important; }:not(#tve) [data-css=\"tve-u-16cebeb7143\"] { line-height: 1.5em !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebeb8da9\"] { max-width: 719px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed78\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16cebf6ed79\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf6ed7a\"] { width: 119px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed7b\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7d\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7e\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf6ed7f\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed7f\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed82\"] { width: 124px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed85\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed85\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf6ed87\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed87\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed88\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed88\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8a\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8a\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8b\"] { width: 143px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8e\"] { width: 108px; float: right; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8f\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8f\"] { color: rgb(20, 20, 20) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf6ed91\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed92\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16cebf6ed93\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf7c201\"] { margin-top: -20px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c202\"] { width: 433px; }[data-css=\"tve-u-16cebf7c203\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf7c204\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c206\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c206\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }:not(#tve) [data-css=\"tve-u-16cebf7c207\"] { font-size: 22px !important; color: rgb(14, 14, 14) !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf7c209\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c209\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf7c20a\"] { margin-top: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16cebf7c20b\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf88922\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf88922\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; line-height: 0.75em !important; }[data-css=\"tve-u-16cebf9d491\"] { margin-top: -15px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d493\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d494\"] { margin-top: -50px !important; }[data-css=\"tve-u-16cebf9d495\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16cebf9d496\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d497\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d498\"] { line-height: 1.35em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d499\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49a\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49b\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d499\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49a\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49b\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49d\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49e\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49f\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }[data-css=\"tve-u-16cebf9d4a0\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a1\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebf9d4a2\"] { background-image: linear-gradient(rgba(119, 14, 172, 0.87), rgba(119, 14, 172, 0.87)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16cebf9d4a3\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d495\"] { color: rgb(255, 255, 255) !important; font-size: 23px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d498\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d497\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d496\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a5\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a5\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a6\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a6\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a7\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a7\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a9\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4aa\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ab\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ac\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ac\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ad\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ad\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ae\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ae\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4af\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d4b0\"] { max-width: 1080px; }:not(#tve) [data-css=\"tve-u-16cecf6f07f\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16ced8c9c55\"] { background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner-1.jpg\") !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16ced8c9c57\"] { padding-top: 60px !important; }[data-css=\"tve-u-16ced8c9c5a\"] { margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c5b\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8c9c5d\"] { width: 600px; }:not(#tve) [data-css=\"tve-u-16ced8c9c5e\"] { font-size: 32px !important; }[data-css=\"tve-u-16ced8c9c60\"] { margin-top: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-16ced8c9c61\"] { max-width: 1080px; }[data-css=\"tve-u-16ced8c9c62\"] { line-height: 1.25em !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c62\"] { font-size: 42px !important; color: rgb(25, 25, 25) !important; }[data-css=\"tve-u-16ced8c9c64\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c65\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c66\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 60px !important; margin-bottom: 10px !important; background-image: none !important; }[data-css=\"tve-u-16ced8d2900\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d4544\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d7915\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced8da9c2\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8de7d5\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e2611\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e7863\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced99d2f0\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16ced99d2f0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16d4442f0bc\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0ba\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0be\"] { --tcb-local-color-icon:rgb(255,255,255); --tcb-local-color-var:rgb(255,255,255); --tve-icon-size:61px; margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 162px; }[data-css=\"tve-u-16d4442f0b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16d4442f0b7\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-16d4442f0c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-16d4442f0bd\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-16d4442f0b9\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-16d4442f0c1\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b5\"] { max-width: 929px; }[data-css=\"tve-u-16d4442f0c3\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0c2\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c2\"] { max-width: 460px; }[data-css=\"tve-u-16d9af48eb6\"] { float: none; max-width: 400px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af55010\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af72faf\"] { max-width: 400px; }#tcb_landing_page .thrv_text_element a, #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a { color: rgb(255, 86, 5); }[data-css=\"tve-u-171a2d27881\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27880\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27883\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2787e\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2787d\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2787d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27889\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d27888\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d27882\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d27882\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d2787f\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d27885\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2787c\"] { max-width: 929px; }[data-css=\"tve-u-171a2d27887\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27886\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27886\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278a2\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a1\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a4\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2789f\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2789e\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2789e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278aa\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278a9\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278a3\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278a0\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278a6\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2789d\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278a8\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a7\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a7\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278be\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278bd\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c0\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278bb\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278ba\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278ba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278bf\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278bc\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278c2\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278b9\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278c4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c3\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c3\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278d8\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278d7\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278da\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278d5\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278d4\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278d4\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278e0\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278df\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278d9\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278d6\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278dc\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d3\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278de\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278dd\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278dd\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278f5\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f7\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278f2\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278f1\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278fd\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278fc\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278f6\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278f3\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278f9\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f0\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278fb\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278fa\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278fa\"] { max-width: 460px; }[data-css=\"tve-u-17696d2bf09\"] { float: none; max-width: 800px !important; margin: -280px auto 20px !important; }[data-css=\"tve-u-17e9e546e7e\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tcb_landing_page p { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-17f927eda61\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927eda61\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-17f927ef9c4\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927ef9c4\"] { line-height: 0em !important; }[data-css=\"tve-u-17f927fc9de\"] { max-width: 33.3334%; }:not(#tve) [data-css=\"tve-u-17f928028a2\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f928028a2\"] { line-height: 0em !important; }[data-css=\"tve-u-17f928c3119\"] { max-width: 100%; }[data-css=\"tve-u-17fefbb2708\"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:32px; }}@media (max-width: 1023px){[data-css=\"tve-u-1697a3c453e\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4515\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c451e\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4517\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c451c\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4520\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4518\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4aa5\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a7c\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c4a85\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4a7f\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4a86\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4a80\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 621px; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-tablet-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-tablet-top-7c5d115670918\");  }[data-css=\"tve-u-161568e7dfe\"] { margin-top: -155px !important; }[data-css=\"tve-u-1604fcb514b\"] { min-height: 701px !important; }[data-css=\"tve-u-1609ca142c7\"] { min-height: 1px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-tablet-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-tablet-top-605ff1687da54\");  }[data-css=\"tve-u-1609ca16463\"] { margin-top: -127px !important; padding-top: 0px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-left: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697ca4994f\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697ca94f01\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb168ab\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb3c87e\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cf77162\"] { margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1697e678f42\"] { max-width: 616px; }[data-css=\"tve-u-1697e67ee9a\"] { max-width: 616px; }[data-css=\"tve-u-1697e73fe2f\"] { max-width: 616px; }[data-css=\"tve-u-1697e74525d\"] { max-width: 616px; }[data-css=\"tve-u-1697756969d\"] { line-height: 1.25em !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0.6em !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b04\"] { float: none; width: 500px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b05\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950af9\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16981587c11\"] { margin-top: 1px !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 45px !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 31px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 31px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 21px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 1px; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-16d4442f0b9\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-16d4442f0c2\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 1px; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d2787f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d27886\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278a0\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278a7\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278bc\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278c3\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278d6\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278dd\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278f3\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278fa\"] { padding-bottom: 0px !important; }}@media (max-width: 767px){#tcb_landing_page h1 { font-size: 34px; }#tcb_landing_page h2 { font-size: 24px; }#tcb_landing_page h3 { font-size: 22px; }#tcb_landing_page h4 { font-size: 20px; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c453e\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4514\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4513\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4520\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c451b\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4aa5\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4a7a\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4a86\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a82\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1609ede293d\"] { padding-top: 20px !important; }[data-css=\"tve-u-161703f14b4\"] { padding: 0px 10px !important; margin: 0px !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 47px; }[data-css=\"tve-u-161568e7dfe\"] { margin-top: 145px !important; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-mobile-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-mobile-top-7c5d115670918\");  }[data-css=\"tve-u-1609ca142c7\"] { min-height: 85px !important; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca16463\"] { margin-top: 240px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-mobile-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-mobile-top-605ff1687da54\");  }[data-css=\"tve-u-1604fcb514b\"] { min-height: 489px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { margin-top: 0px !important; padding-top: 0px !important; }h1 { font-size: 34px; }h2 { font-size: 24px; }h3 { font-size: 22px; }h4 { font-size: 20px; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169716a23d8\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1697cf77162\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-1697d10abb0\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16978a934af\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb65\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 275px; }[data-css=\"tve-u-1696f8b8138\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 1em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 1em !important; }[data-css=\"tve-u-1697e675faa\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e678f42\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e67d527\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e67ee9a\"] { margin-top: 10px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 300px !important; }[data-css=\"tve-u-1697e6cec20\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-1697b60ee97\"] { display: block; position: relative; }[data-css=\"tve-u-1697b608579\"]::after { clear: both; }[data-css=\"tve-u-1697e73e878\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1697e73fe2f\"] { margin-top: 20px !important; }[data-css=\"tve-u-1697e7439f1\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e74525d\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 1.2em !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 1.75em !important; }[data-css=\"tve-u-1697dc478f9\"] { margin-bottom: 80px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 1.75em !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 18px !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-16d4442f0b9\"] { margin-top: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-size: 19px !important; }[data-css=\"tve-u-16d4442f0c2\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d2787f\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d27886\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278a0\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278a7\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278bc\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278c3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278d6\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278dd\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278f3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278fa\"] { margin-top: 0px !important; }}@media (min-width: 300px){[data-css=\"tve-u-1697a3c4a4c\"] .tcb-button-link, [data-css=\"tve-u-1697a3c4a4c\"] button { border-bottom: 4px solid rgb(15, 147, 124); border-radius: 4px; line-height: 1.2em; font-size: 32px; padding: 18px 30px; background-image: linear-gradient(0deg, rgb(193, 255, 0) 0%, rgb(113, 186, 25) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }}'),(3252,839,'tve_revision_tve_user_custom_css','h1:not(.site-title):before, h2:before {\n    background: #767676;\n    content: \"�20\";\n    display: none;\n    height: 2px;\n    margin: 1rem 0;\n    width: 1em;\n}'),(3253,839,'tve_revision_tve_page_events','a:0:{}'),(3254,839,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-1616f2cf7aa\";s:8:\"font_cls\";a:0:{}}'),(3255,839,'tve_revision_tve_global_scripts',''),(3256,839,'tve_revision_thrive_icon_pack','0'),(3257,839,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3258,839,'tve_revision_tve_has_masonry','0'),(3259,839,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpjn_postmeta` VALUES (3260,839,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://buy.stripe.com/9AQeYC9yb6YffOU4gs\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3261,839,'tve_revision_tve_has_wistia_popover','0'),(3262,715,'tve_global_scripts','a:2:{s:4:\"head\";s:0:\"\";s:6:\"footer\";s:0:\"\";}'),(3263,715,'_tve_header','0'),(3264,715,'_tve_footer','0'),(3265,715,'_tve_assets_to_preload',''),(3266,715,'_tve_base_inline_css','.tve-custom-menu-inside{z-index:8;}.thrv-page-section{position:relative;box-sizing:border-box !important;}.thrv-page-section .tve-page-section-out{position:absolute;width:100%;height:100%;left:0px;top:0px;box-sizing:border-box;transition:box-shadow 0.5s ease 0s;overflow:hidden;}.thrv-page-section.tve-height-update .tve-page-section-in{min-height:150px;}.thrv-page-section .tve-page-section-in{box-sizing:border-box;margin-right:auto;margin-left:auto;position:relative;z-index:1;min-height:40px;}.tve-page-section-in > .thrv_wrapper:first-child{margin-top:0px;}.tve-page-section-in > .thrv_wrapper:last-child{margin-bottom:0px;}.thrv_wrapper .tve-content-box-background{position:absolute;width:100%;left:0px;top:0px;overflow:hidden;background-clip:padding-box;height:100% !important;}.thrv_wrapper.thrv-content-box{box-sizing:border-box;position:relative;min-height:10px;}.thrv_wrapper.thrv-content-box div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element){box-sizing:border-box;}.tve-cb{display:inline-block;vertical-align:middle;clear:both;overflow:visible;width:100%;z-index:1;position:relative;min-height:10px;}svg .masterCard-style-1-st0{fill:rgb(26,47,89);}svg .masterCard-style-1-st1{fill:rgb(241,96,34);}svg .masterCard-style-1-st2{fill:rgb(236,29,37);}svg .masterCard-style-1-st3{fill:rgb(249,161,27);}svg .visa-style-1-st0{fill:rgb(53,84,165);}svg .visa-style-1-st1{fill:rgb(255,255,255);}svg .americanExpress-style-1-st0{fill:rgb(56,161,216);}svg .americanExpress-style-1-st1{fill:rgb(255,255,255);}svg .payPal-style-1-st0{fill:rgb(243,243,243);}svg .payPal-style-1-st1{fill-rule:evenodd;clip-rule:evenodd;fill:rgb(2,162,211);}svg .payPal-style-1-st2{fill-rule:evenodd;clip-rule:evenodd;fill:rgb(35,65,144);}svg .applePay-style-1-st0{fill:rgb(35,31,32);}svg .applePay-style-1-st1{fill:rgb(255,255,255);}svg .bitcoin-style-1-st0{fill:rgb(247,147,26);}svg .bitcoin-style-1-st1{fill:rgb(255,255,255);}svg .googlePay-style-1-st0{fill:rgb(66,133,244);}svg .googlePay-style-1-st1{fill:rgb(52,168,83);}svg .googlePay-style-1-st2{fill:rgb(251,188,4);}svg .googlePay-style-1-st3{fill:rgb(234,67,53);}svg .googlePay-style-1-st4{fill:rgb(255,255,255);}.thrv-credit{display:table;}.thrv-credit svg{display:inline-block;width:2em;height:2em;}.thrv-credit .tcb-bitcoin-card,.thrv-credit .tcb-googlePay-card,.thrv-credit .tcb-applePay-card{padding-left:2px;}.thrv_responsive_video{width:100%;min-width:100px;}.thrv_responsive_video .tcb-video-float-container{transition:all 0.5s ease-out 0s,margin 0s ease 0s;}#tve_editor .thrv_responsive_video{box-sizing:border-box;}.tcb-icon{display:inline-block;width:1em;height:1em;line-height:1em;vertical-align:middle;stroke-width:0;stroke:currentcolor;fill:currentcolor;box-sizing:content-box;transform:rotate(var(--tcb-icon-rotation-angle,0deg));}svg.tcb-icon path:not([fill=\"none\"]){transition:none 0s ease 0s;fill:inherit !important;stroke:inherit !important;}.thrv_icon{text-align:center;}.thrv-button,.thrv-button-group-item{max-width:100%;margin-left:auto;margin-right:auto;display:table !important;}.thrv-button.thrv_wrapper,.thrv-button-group-item.thrv_wrapper{padding:0px;}.tcb-with-icon:not(.tcb-flip) .tcb-button-texts{padding-left:15px;}.tcb-with-icon .tcb-button-icon{display:block;}.tcb-with-icon .tcb-button-icon .thrv_wrapper.thrv_icon{margin:0px;}a.tcb-button-link{background-color:rgb(26,188,156);padding:12px 15px;font-size:18px;box-sizing:border-box;display:inline-flex;align-items:center;overflow:hidden;width:100%;text-align:center;line-height:1.2em;}a.tcb-button-link:hover{background-color:rgb(21,162,136);}.thrv-button a.tcb-button-link,.thrv-button-group-item a.tcb-button-link{color:rgb(255,255,255);text-decoration:none !important;}a.tcb-button-link > span::before{position:absolute;content:\"\";display:none;top:-100px;bottom:-100px;width:1px;left:10px;background-color:rgb(0,121,0);}span.tcb-button-texts{color:inherit;display:block;flex:1 1 0%;position:relative;}span.tcb-button-texts > span{display:block;padding:0px;}span.tcb-button-icon{display:none;font-size:1em;line-height:0;position:relative;color:inherit;}span.tcb-button-icon .tcb-icon{height:1em;}.thrv-button-group{text-align:center;}.thrv-button-group .thrv-button-group-item{margin-top:0px;margin-bottom:0px;display:inline-block !important;}.thrv-button-group .thrv-button-group-item.tcb-active-state a{box-shadow:none;}.thrv-button-group .thrv-button-group-item.tcb-active-state a:hover{box-shadow:none;}.thrv_wrapper.thrv-pricing-table{padding:0px;}.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item{margin-left:20px;}.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item .tcb-button-link{height:100%;padding:10px 35px;background-color:rgb(255,255,255);font-size:13px;font-weight:600;color:rgb(133,133,133);text-transform:uppercase;}.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item.tcb-active-state a{background-color:rgb(41,193,236);color:rgb(255,255,255);}.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container{margin-top:40px;}.thrv_wrapper.thrv-pricing-table .tcb-flex-col{margin:0px;}.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tcb-pt-cb-wrapper{padding:59px 33px 35px;}.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb .tcb-pt-card-title{margin:0px 0px 26px;color:rgb(192,202,209);}.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb .tcb-pt-card-title{color:rgb(133,149,154);font-size:17px;text-transform:uppercase;margin-bottom:10px;}.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb li{color:rgb(135,145,152);font-size:14px;text-align:left;}.thrv_wrapper.thrv-pricing-table .tcb-flex-col .tve-cb p{margin-bottom:0px;}.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box{margin-top:0px;}.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box .tve-content-box-background{border-top-color:rgb(41,193,236);}.thrv_wrapper.thrv-pricing-table .tcb-pricing-table-box-container .tcb-pt-featured-box .tcb-pt-card-title{color:rgb(41,193,236);}.tcb-pt-card{border-radius:4px;border-top:6px solid rgb(133,149,154);box-shadow:rgba(0,0,0,0.15) 0px 10px 24px 0px;background-color:rgb(255,255,255);}.tcb-pt-card-content{text-align:center;}.tcb-pricing-table-box-container{margin-left:-16px;}.thrv-pricing-table .thrv-button-group-item .tcb-button-link{border:1px solid rgb(230,233,235);border-radius:50px;}.thrv-pricing-table .thrv-button-group-item.tcb-active-state .tcb-button-link{border-color:rgb(41,193,236);}.thrv-pricing-table .tcb-button-link:hover{box-shadow:rgba(110,125,131,0.25) 0px 4px 14px 0px;}.thrv-pricing-table .tcb-active-state .tcb-button-link:hover{box-shadow:none;}.thrv_wrapper.thrv-divider{padding-top:20px;padding-bottom:20px;margin:0px;}.thrv_wrapper.thrv-divider hr{margin:0px;}.tve_sep-1{min-width:10px;border-bottom-style:solid !important;border-top:0px !important;border-left:0px !important;border-right:0px !important;}.thrv-styled_list{padding-top:10px !important;padding-bottom:10px !important;}.thrv-styled_list ul.tcb-styled-list{list-style:none;margin:0px !important;padding:0px !important;}.thrv-styled_list ul.tcb-styled-list li div.thrv_icon{padding:10px;margin:0px;box-sizing:content-box;}.tcb-styled-list-icon-text{display:block;z-index:0;line-height:2.3em;}.tcb-styled-list-icon{position:relative;z-index:1;}.thrv-styled-list-item{display:flex;place-content:flex-start;align-items:flex-start;word-break:break-word;}.thrv-styled-list-item::before{content:none !important;}.tve_image_caption{position:relative;}.tve_image_caption:not(.tcb-mm-image.tve-tab-image){height:auto !important;}.tve_image_caption .tve_image{max-width:100%;width:100%;}.thrv_text_element a:not(.tcb-button-link){font-size:inherit;}.tcb-style-wrap strong{font-weight:var(--g-bold-weight,bold);}.thrv_text_element{overflow-wrap:break-word;}.tcb-permanently-hidden{display:none !important;}.tcb-clear::after{display:block;height:0px;content:\"\";}.svg-shape-bottom{fill:rgb(255,255,255);}.thrv_wrapper .svg-shape-bottom{position:absolute;left:0px;}.tve_js_placeholder{background:none !important;}.tve_ea_thrive_animation{opacity:0;}.tve_ea_thrive_animation.tve_anim_start{opacity:1;transition:all 0.5s ease-out 0s;}.tve_ea_thrive_animation.tve_anim_slide_top{transform:translateY(-200px);}.tve_ea_thrive_animation.tve_anim_slide_top.tve_anim_start{transform:translateY(0px);}.tve_ea_thrive_animation.tve_anim_slide_bottom{transform:translateY(200px);}.tve_ea_thrive_animation.tve_anim_slide_bottom.tve_anim_start{transform:translateY(0px);}.tve_ea_thrive_animation.tve_anim_slide_left{transform:translateX(-200px);}.tve_ea_thrive_animation.tve_anim_slide_left.tve_anim_start{transform:translateX(0px);}.tve_ea_thrive_animation.tve_anim_slide_right{transform:translateX(200px);}.tve_ea_thrive_animation.tve_anim_slide_right.tve_anim_start{transform:translateX(0px);}.tve_ea_thrive_animation.tve_anim_appear{transform:scale(0.1);}.tve_ea_thrive_animation.tve_anim_appear.tve_anim_start{transform:scale(1);}.tcb-flex-row{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;margin-top:0px;margin-left:-15px;padding-bottom:15px;padding-top:15px;}.tcb-flex-col{flex:1 1 auto;padding-top:0px;padding-left:15px;}.tcb-flex-row .tcb-flex-col{box-sizing:border-box;}.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col{max-width:50%;}.tcb--cols--3:not(.tcb-resized) > .tcb-flex-col{max-width:33.3333%;}.tcb--cols--4:not(.tcb-resized) > .tcb-flex-col{max-width:25%;}.tcb-flex-row:not(.tcb-resized) > .tcb-flex-col.c-33{max-width:33.3333%;}.tcb-flex-row:not(.tcb-resized) > .tcb-flex-col.c-66{max-width:66.6667%;}.tcb-col{height:100%;display:flex;flex-direction:column;position:relative;}.tcb-flex-row .tcb-col{box-sizing:border-box;}html{text-rendering:auto !important;}html body{text-rendering:auto !important;}body.tve_lp::before{content:none;}#tve_editor ul{margin-left:20px;}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px;}.thrv_wrapper div{box-sizing:content-box;}.thrv_wrapper.thrv_text_element,.thrv_wrapper.thrv-page-section{margin:0px;}.thrv_wrapper.thrv-columns{margin-top:10px;margin-bottom:10px;padding:0px;}.tve_shortcode_editor h1{padding:0px;}p{font-size:1em;}.tve_image{border-radius:0px;box-shadow:none;}div .tve_image_caption{padding:0px;max-width:100% !important;box-sizing:border-box !important;}.tve_image_caption .tve_image_frame{display:block;max-width:100%;position:relative;overflow:hidden;}.tve_image_caption .tve_image{display:block;padding:0px;height:auto;}.tve_image_caption.img_style_circle .tve_image_frame{border-radius:50%;}.tve_responsive_video_container{position:relative;height:0px;overflow:hidden;padding-bottom:56.25%;display:block;}.tve_responsive_video_container iframe{position:absolute;top:0px;left:0px;width:100% !important;height:100% !important;}.tve_responsive_video_container .top-left{cursor:pointer;top:50px;left:50px;z-index:99999;position:fixed !important;}.thrv_icon{line-height:0;}.thrv_icon.tcb-icon-display{display:table;}.thrv_icon.thrv_wrapper{margin-left:auto;margin-right:auto;padding:0px;}.thrv_responsive_video.thrv_wrapper{max-height:100%;max-width:100%;margin-left:auto;margin-right:auto;}.thrv_responsive_video.thrv_wrapper.rv_style_dark_frame{background-image:linear-gradient(rgb(0,0,0) 0%,rgb(101,101,101) 50%,rgb(0,0,0) 50%,rgb(0,0,0) 100%);box-shadow:rgba(0,0,0,0.95) 0px 0px 3px 0px;border-radius:20px;padding:20px;}.thrv_responsive_video.thrv_wrapper.rv_style_dark_frame .tve_responsive_video_container{box-shadow:rgba(0,0,0,0.56) 0px 0px 3px 0px;background:rgb(0,0,0);}.video_overlay{cursor:pointer;}.tve-page-section-out[data-clip-id],.tve-content-box-background[data-clip-id]{transform:rotateZ(0deg);}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position:relative;min-height:var(--tcb-container-height-d,100px) !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing:border-box;margin:0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing:border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing:border-box;position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;}.tve_flt .tve_sep{border:none;margin:0px !important;max-width:100% !important;}.tve_flt .thrv_wrapper > .tve_sep{width:100%;background-color:transparent;}.thrv_wrapper.thrv_contentbox_shortcode{position:relative;}@media (max-width:1023px){:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-t) !important;}}@media (max-width:767px){.thrv_wrapper.thrv-pricing-table .thrv-button-group .thrv-button-group-item{margin-left:0px;}html{overflow-x:hidden !important;}html,body{max-width:100vw !important;}body:not(.tcb_show_all_hidden) .tcb-mobile-hidden{display:none !important;}.tcb-flex-row{flex-direction:column;}.thrv_wrapper > .tcb-flex-row:not(.v-2) > .tcb-flex-col{width:100%;max-width:100% !important;flex:0 0 auto !important;}.tcb-flex-row.v-2{flex-direction:row;}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap){flex-wrap:wrap;}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) > .tcb-flex-col{width:100%;flex:1 0 390px;max-width:100% !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-m) !important;}}@media (min-width:1024px){body:not(.tcb_show_all_hidden) .tcb-desktop-hidden{display:none !important;}}@media (min-width:768px) and (max-width:1023px){body:not(.tcb_show_all_hidden) .tcb-tablet-hidden{display:none !important;}}@media (max-width:1023px) and (min-width:768px){.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap),.tcb-flex-row.tcb-resized:not(.tcb--cols--2):not(.tcb-medium-no-wrap){flex-wrap:wrap;}.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap) > .tcb-flex-col,.tcb-flex-row.tcb-resized:not(.tcb--cols--2):not(.tcb-medium-no-wrap) > .tcb-flex-col{flex:1 0 250px;max-width:100% !important;}.tcb-flex-row.tcb-medium-wrap,.tcb-flex-row.tcb-resized.tcb-medium-wrap{flex-wrap:wrap;}.tcb-flex-row.tcb-medium-wrap > .tcb-flex-col,.tcb-flex-row.tcb-resized.tcb-medium-wrap > .tcb-flex-col{max-width:100% !important;}}@media not all,not all{.tcb-flex-col{width:100%;}.tcb-col{display:block;}}@media screen and (max-device-width:480px){body{text-size-adjust:none;}}@media only screen and (max-device-width:1366px){.thrv_responsive_video.thrv_wrapper:not(.tcb-no-perspective){transform:translateZ(0px);}}'),(3267,715,'_tve_lightspeed_version','1'),(3268,715,'_tve_js_modules','a:3:{i:0;s:7:\"divider\";i:1;s:13:\"pricing-table\";i:2;s:5:\"video\";}'),(3269,840,'tve_revision_tve_landing_page','tcb2-prolayers-short-video-sales-page'),(3270,840,'tve_revision_tve_disable_theme_dependency',''),(3271,840,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3272,840,'tve_revision_tve_content_more_found',''),(3273,840,'tve_revision_tve_save_post',''),(3274,840,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Rubik:400,400i,500,300,700,300i,500i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i,300,300i,600,600i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400,700,900,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Libre+Baskerville:400&subset=latin\");@media (min-width: 300px){#tcb_landing_page h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(32, 39, 74); font-weight: 400; }#tcb_landing_page h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(18, 56, 81); }#tcb_landing_page h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(51, 57, 86); }#tcb_landing_page h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }#tcb_landing_page h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 500; }#tcb_landing_page h5 strong { font-weight: 500; }#tcb_landing_page h6 strong { font-weight: 500; }#tcb_landing_page .tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page input { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page .tcb-button-link strong { font-weight: 600; }#tcb_landing_page input strong { font-weight: 600; }[data-css=\"tve-u-1697a3c4513\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4513\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c453d\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c452a\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4516\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4514\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4515\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4524\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451e\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4523\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4523\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c451c\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1069181_513100162088493_1528800415_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4521\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4522\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4525\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4520\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451b\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4515\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4518\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4518\"] { opacity: 0.11; }:not(#tve) [data-css=\"tve-u-1697a3c47fe\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c47fe\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fc\"] { max-width: 16.6%; }[data-css=\"tve-u-1697a3c47ff\"] { max-width: 83.6%; }[data-css=\"tve-u-1697a3c47fb\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697a3c47fd\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4801\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a3c4806\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4800\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-1697a3c4802\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4852\"] { max-width: 23.7%; }[data-css=\"tve-u-1697a3c4856\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-1697a3c4854\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c4854\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c480f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c480f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4818\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4818\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4821\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4821\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c482a\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c482a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4833\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4833\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c483d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c483d\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4846\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4846\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c484f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c484f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4859\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1697a3c4859\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a3c483e\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485b\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c485c\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c485b\"] { color: rgb(255, 255, 255) !important; font-family: \"Source Sans Pro\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c485c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4855\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697a3c482b\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4834\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4847\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4850\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485a\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4822\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4810\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4803\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4807\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4804\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4819\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485f\"] { max-width: 355px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4863\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a4d\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4a7a\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4aa4\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c4a90\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4a7e\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4a8a\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a85\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4a89\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4a89\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/48926262_10215776895352653_7840580455182106624_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4a87\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4a88\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a8b\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4a86\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a82\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4a80\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a80\"] { opacity: 0.11; }[data-css=\"tve-u-1616f5523d1\"] { background-image: none !important; }[data-css=\"tve-u-16170795ff1\"] { padding-top: 107px !important; padding-bottom: 100px !important; }[data-css=\"tve-u-161706f6951\"] { max-width: 100%; min-height: 456px !important; }[data-css=\"tve-u-1609ca142c7\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 1000px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-1616f2cf7aa\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 298px; }[data-css=\"tve-u-161568e7dfe\"] { z-index: 40; margin-top: 173px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] { max-width: 100%; text-align: center; min-height: 1px !important; }[data-css=\"tve-u-160a257807e\"] { clip-path: url(\"#clip-bottom-ae888d0ecb3088\"); -webkit-clip-path: url(\"#clip-bottom-ae888d0ecb3088\");  background-image: linear-gradient(rgba(24, 5, 52, 0.8), rgba(24, 5, 52, 0.8)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/header-bg-1.png\"), linear-gradient(50deg, rgba(112, 69, 175, 0.1) 0%, rgb(255, 86, 5) 100%) !important; background-size: auto, cover, cover, auto !important; background-position: 0px 0px, 100% 50%, 50% 50%, 0px 0px !important; background-attachment: scroll, scroll, scroll, scroll !important; background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important; }[data-css=\"tve-u-160a1619713\"] .tve_sep { border-width: 1px; border-color: rgba(255, 255, 255, 0.1); }[data-css=\"tve-u-160a1619713\"] { max-width: 99%; float: none; width: 100%; padding-top: 5px !important; padding-bottom: 5px !important; margin-top: -19px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ededb45\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ede293d\"] { border-top: 1px solid rgb(237, 243, 247); padding-top: 30px !important; }[data-css=\"tve-u-1609edd71a4\"] { max-width: 100%; min-height: 25px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-top-605ff1687da54\");  background-color: rgb(248, 251, 253) !important; background-image: none !important; }[data-css=\"tve-u-1609ca16463\"] { z-index: 40; margin-top: -169px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-1609ca142c7\"] { max-width: 100%; min-height: 384px !important; }[data-css=\"tve-u-160a25790c2\"] { margin-top: 0px !important; padding: 20px 0px 0px !important; }[data-css=\"tve-u-16170702314\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16170702315\"] { max-width: 1180px; float: none; z-index: 9; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(71, 74, 89); font-weight: 400; }h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(35, 144, 237); }h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(105, 123, 143); }h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }h1 strong { font-weight: 500; }h2 strong { font-weight: 700; }h4 strong { font-weight: 500; }h5 strong { font-weight: 500; }h6 strong { font-weight: 500; }p, li { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; }.tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }input { font-family: \"Source Sans Pro\"; font-weight: 400; }p strong, li strong { font-weight: 600; }.tcb-button-link strong { font-weight: 600; }input strong { font-weight: 600; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1696f7ed6d3\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f7f2188\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f83b2a8\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\"), linear-gradient(rgb(82, 43, 149), rgb(82, 43, 149)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f842aa1\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696f8b8138\"] { width: 718px; float: none; margin: 61px auto 33px !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 402px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f9580de\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f959e2e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f967425\"] { max-width: 940px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f974500\"] { width: 955px; }[data-css=\"tve-u-1696f980b9c\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1696faa0ff0\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1696fac4d91\"] { min-height: 100vh !important; }[data-css=\"tve-u-1696fac65f6\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696faef216\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696fafe04f\"] { padding: 60px !important; margin-top: 10px !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696faef216\"] > .tcb-flex-col > .tcb-col { min-height: 100vh; }[data-css=\"tve-u-1696fb4ecf2\"] { max-width: 900px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1696fb66d78\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fb87b16\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fccab28\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fd80511\"] { padding-top: 60px !important; padding-bottom: 150px !important; }[data-css=\"tve-u-1696fd8a17e\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fe011b6\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fe0abc3\"] { max-width: 825px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697147c4dc\"] { line-height: 0em !important; }[data-css=\"tve-u-169714819b8\"] { font-size: 57px !important; }[data-css=\"tve-u-169714819bb\"] { font-size: 57px !important; }[data-css=\"tve-u-1697148247e\"] { font-size: 57px !important; }[data-css=\"tve-u-1697149300f\"] { line-height: 0em !important; }[data-css=\"tve-u-16971493010\"] { font-size: 57px !important; }[data-css=\"tve-u-16971493011\"] { font-size: 57px !important; }[data-css=\"tve-u-16971513154\"] { line-height: 1em !important; }[data-css=\"tve-u-16971513155\"] { font-size: 57px !important; }[data-css=\"tve-u-16971524912\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971524913\"] { font-size: 57px !important; }[data-css=\"tve-u-16971534054\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971534055\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579ddf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971579de0\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de1\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de2\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b03\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971585b05\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b06\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b07\"] { font-size: 57px !important; }[data-css=\"tve-u-1697159fd6c\"] { clip-path: url(\"#clip-top-d424f0b1d16f7\"); -webkit-clip-path: url(\"#clip-top-d424f0b1d16f7\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\"), linear-gradient(rgb(77, 34, 140), rgb(77, 34, 140)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169715b3720\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715b3722\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3723\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3724\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf427\"] { line-height: 0em !important; }[data-css=\"tve-u-169715bf428\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf429\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf42a\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b4\"] { line-height: 0em !important; }[data-css=\"tve-u-169715d11b5\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b6\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b7\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db139\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715db13b\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13c\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13d\"] { font-size: 57px !important; }:not(#tve) [data-css=\"tve-u-16971637dc5\"] { font-size: 22px !important; }[data-css=\"tve-u-16971637dc5\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169716a23d8\"] { max-width: 866px; float: none; margin: 15px auto !important; }:not(#tve) [data-css=\"tve-u-1697184ca2a\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697184ca2c\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16971856da2\"] { color: rgb(233, 238, 241) !important; }[data-css=\"tve-u-169721c6682\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-169722351ae\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-169722351ae\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351ac\"] { max-width: 16.6%; }[data-css=\"tve-u-169722351af\"] { max-width: 83.6%; }[data-css=\"tve-u-169722351ab\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169722351ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169722351b1\"] { background-image: none !important; }[data-css=\"tve-u-169722351b0\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-169722351b2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351b2\"] { line-height: 1em !important; }[data-css=\"tve-u-16972235201\"] { max-width: 23.7%; }[data-css=\"tve-u-16972235205\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-16972235203\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16972235203\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351aa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169722351be\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351be\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351c7\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351c7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d0\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d0\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d9\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351e2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351e2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351ec\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351ec\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351f5\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351f5\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351fe\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351fe\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972235208\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-16972235208\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169722351ed\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520a\"] { line-height: 0em !important; }[data-css=\"tve-u-1697223520b\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697223520a\"] { color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697223520b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16972235204\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169722351da\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351e3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351f6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351ff\"] { font-size: 18px !important; }[data-css=\"tve-u-16972235209\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351d1\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351bf\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b4\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351c8\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520e\"] { max-width: 559px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223520f\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16972235212\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223dae0\"] { background-image: linear-gradient(rgb(51, 57, 86), rgb(51, 57, 86)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16972247ae7\"] { color: rgb(233, 238, 241) !important; }:not(#tve) [data-css=\"tve-u-16972248f86\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697229b906\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16972545d23\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972545d23\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697254b077\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697254b077\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725510c2\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725510c2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972555ead\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972555ead\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697255f43a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697255f43a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725671ed\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725671ed\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256b604\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256b604\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256f312\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256f312\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972574219\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972574219\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725785b6\"] { color: rgb(255, 86, 5) !important; text-transform: none !important; font-size: 24px !important; }[data-css=\"tve-u-169725785b6\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972578749\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697257ec78\"] { color: rgb(255, 86, 5) !important; font-size: 32px !important; }[data-css=\"tve-u-16972792c27\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697279a47c\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px, rgba(0, 0, 0, 0.08) 0px 16px 32px 0px; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169727bddc1\"] { width: 96px; }[data-css=\"tve-u-169727c2ade\"] { max-width: 24.5%; }[data-css=\"tve-u-169727c2bc9\"] { max-width: 75.9%; }[data-css=\"tve-u-169727cb4f3\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cb4f5\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cd9ba\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169727fb751\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(0, 255, 224) 0%, rgb(23, 8, 173) 100%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697280dbbc\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697280dbbd\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972831b84\"] { clip-path: url(\"#clip-bottom-464a3ecdda317\"); -webkit-clip-path: url(\"#clip-bottom-464a3ecdda317\");  background-image: none !important; }[data-css=\"tve-u-16972a743ed\"] { font-size: 62px !important; }a:not(.tcb-button-link) { color: rgb(255, 86, 5); }[data-css=\"tve-u-16972abdb65\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972ac14e8\"] { padding-left: 63px !important; margin-top: 37px !important; }[data-css=\"tve-u-16972ae12de\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 0em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972aefdaa\"] { margin-top: 27px !important; padding-left: 63px !important; }[data-css=\"tve-u-16972c08e3b\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px 0px, rgba(0, 0, 0, 0.15) 0px 12px 24px 0px; clip-path: url(\"#clip-bottom-5028930dfbc96\"); -webkit-clip-path: url(\"#clip-bottom-5028930dfbc96\");  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16972c0fbb8\"] { max-width: 900px; float: none; margin: -120px auto -101px !important; padding: 60px 40px !important; }[data-css=\"tve-u-16975b7a3b4\"] { width: 90%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e79\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16976142e7e\"] { width: 200px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e7b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16976142e7f\"] { max-width: 63.8%; }[data-css=\"tve-u-16976142e7c\"] { max-width: 36.2%; }[data-css=\"tve-u-16976142e7b\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16976142e7d\"] { border-radius: 20px; overflow: hidden; background-image: linear-gradient(rgb(18, 56, 81), rgb(18, 56, 81)), linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-color: rgb(17, 137, 198) !important; padding: 20px !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-16976142e82\"] { font-size: 18px !important; }[data-css=\"tve-u-16976142e7a\"] { background-image: none !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16976142e78\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\") !important; background-color: rgb(255, 255, 255) !important; border: 2px solid rgb(229, 229, 229) !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16976142e80\"] { background-image: none !important; padding: 30px !important; }[data-css=\"tve-u-160c6b04e9d\"] { padding: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-16976142e81\"] { background-image: none !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16976384845\"] { padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-169763e9430\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169770dc69e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Bitmap.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169770f4144\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977101f37\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771122dd\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169771122dd\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697711e81a\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0em !important; }[data-css=\"tve-u-169763e9430\"] { line-height: 0em !important; }[data-css=\"tve-u-16977122453\"] { margin-top: 70px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771269aa\"] { max-width: 56.9%; }[data-css=\"tve-u-16977126a92\"] { max-width: 43.2%; }[data-css=\"tve-u-1697712be50\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697712f4ef\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697713a68c\"] { flex-direction: row !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697713a68c\"] > .tcb-flex-col > .tcb-col { height: 457px; }[data-css=\"tve-u-1697713f709\"] { max-width: 42.2%; }[data-css=\"tve-u-1697713f717\"] { max-width: 57.9%; }[data-css=\"tve-u-1697715b4b2\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-bottom: 1px !important; }[data-css=\"tve-u-16977171a41\"] { margin-top: 40px !important; margin-bottom: -56px !important; }:not(#tve) [data-css=\"tve-u-16977174b95\"] { font-size: 18px !important; }[data-css=\"tve-u-1697718057b\"] { min-height: 500px !important; }[data-css=\"tve-u-16977187239\"] { padding-left: 40px !important; padding-right: 40px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16977195e43\"] { padding-top: 120px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169771bb355\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb357\"] { background-image: none !important; }[data-css=\"tve-u-169771bb358\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb359\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771bb35a\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169771bb35a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169771bb35d\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771bb35e\"] { max-width: 46.5%; }[data-css=\"tve-u-169771bb35f\"] { max-width: 53.6%; }[data-css=\"tve-u-169771bb360\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designmock.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169771bb361\"] { background-image: linear-gradient(rgba(86, 0, 204, 0.93), rgba(86, 0, 204, 0.93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977292e6a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169772a1f4d\"] { padding-left: 80px !important; padding-right: 80px !important; }[data-css=\"tve-u-169772a8e05\"] { float: none; max-width: 527px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169772bd90e\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169772bd912\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169773391ce\"] { background-image: linear-gradient(rgb(255, 86, 5), rgb(255, 86, 5)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697734ad6d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697734ad6d\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697735c421\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977369cb7\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169773c0b28\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2b\"] { background-image: none !important; }[data-css=\"tve-u-169773c0b2c\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2d\"] { min-height: 456px !important; }[data-css=\"tve-u-169773c0b2c\"] > .tcb-flex-col > .tcb-col { height: 457px; }:not(#tve) [data-css=\"tve-u-169773c0b2e\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169773c0b2e\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169773c0b2f\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-169773c0b2f\"] { line-height: 0em !important; }[data-css=\"tve-u-169773c0b30\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169773c0b32\"] { max-width: 56.9%; }[data-css=\"tve-u-169773c0b33\"] { max-width: 43.2%; }[data-css=\"tve-u-169773c0b34\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169773c0b35\"] { border-top-left-radius: 0px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697743b4f0\"] { font-size: 18px !important; }[data-css=\"tve-u-1697747e778\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e779\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e77a\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e77c\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-1697747e77d\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77d\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697747e77e\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697747e77f\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-1697747e780\"] { max-width: 56.9%; }[data-css=\"tve-u-1697747e781\"] { max-width: 43.2%; }[data-css=\"tve-u-1697747e782\"] { background-image: linear-gradient(rgb(27, 58, 113), rgb(27, 58, 113)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e783\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(80, 40, 151), rgb(80, 40, 151)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-right: 40px !important; padding-left: 40px !important; }:not(#tve) [data-css=\"tve-u-1697747e784\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169774b83ee\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169775446b5\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b6\"] { background-image: none !important; }[data-css=\"tve-u-169775446b7\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169775446ba\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169775446ba\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169775446bc\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169775446bd\"] { max-width: 56.9%; }[data-css=\"tve-u-169775446be\"] { max-width: 43.2%; }[data-css=\"tve-u-169775446bf\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169775446c0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene.jpg\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-left: 40px !important; }[data-css=\"tve-u-169775617fe\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775617ff\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock-1.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561800\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977561801\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977561802\"] { font-size: 60px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977561802\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977561803\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977561803\"] { line-height: 0em !important; }[data-css=\"tve-u-16977561804\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977561805\"] { max-width: 47.0004%; }[data-css=\"tve-u-16977561806\"] { max-width: 53%; }[data-css=\"tve-u-16977561808\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561809\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16977569697\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977569698\"] { background-image: none !important; }[data-css=\"tve-u-16977569699\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697756969a\"] { min-height: 456px !important; }[data-css=\"tve-u-16977569699\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1697756969b\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697756969d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969d\"] { line-height: 0em !important; }[data-css=\"tve-u-1697756969e\"] { margin-top: 20px !important; margin-bottom: -56px !important; background-image: none !important; }[data-css=\"tve-u-1697756969f\"] { max-width: 56.9%; }[data-css=\"tve-u-169775696a0\"] { max-width: 43.2%; }[data-css=\"tve-u-169775696a1\"] { background-image: repeating-radial-gradient(circle at center center, rgba(148, 163, 176, 0.18), rgba(148, 163, 176, 0.18) 1px, transparent 1px, transparent 100%), linear-gradient(rgb(89, 20, 146), rgb(89, 20, 146)) !important; background-size: 3px 3px, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: repeat, no-repeat !important; }[data-css=\"tve-u-169775696a2\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169775696a4\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697757481f\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574820\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977574821\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574822\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977574823\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977574823\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977574824\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977574824\"] { line-height: 0em !important; }[data-css=\"tve-u-16977574826\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977574827\"] { max-width: 50.4%; }[data-css=\"tve-u-16977574828\"] { max-width: 49.6%; }[data-css=\"tve-u-16977574829\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697757482a\"] { background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169775970fd\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169775f00b0\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697786e567\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-1697786e567\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169778a74d3\"] { padding-top: 80px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-16977cc6d22\"] { width: 100%; }[data-css=\"tve-u-16977df485d\"] { width: 350px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-16977e109b1\"] { font-size: 18px !important; }[data-css=\"tve-u-16977e3d67b\"] { background-image: linear-gradient(rgb(0, 41, 220), rgb(0, 41, 220)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16977e51dda\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e51dda\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977e88fd9\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e88fd9\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-16977e8b082\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e8e256\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16977e8e258\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697808e8df\"] { width: 658px; }[data-css=\"tve-u-1697838215b\"] { width: 91%; float: none; overflow: hidden; border-radius: 8px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16977574821\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16978558b62\"] { height: calc(100% + 33px); margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-1697858ab05\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697891a82e\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }[data-css=\"tve-u-169789c7afb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-169789d2cab\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16978a04292\"] { max-width: 725px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 40px 40px 80px !important; }:not(#tve) [data-css=\"tve-u-16978a288f5\"] > :first-child { color: rgb(137, 194, 68); }[data-css=\"tve-u-16978a52b6d\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a72624\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a7262a\"] { line-height: 1.25em !important; }[data-css=\"tve-u-16978a934af\"] { margin-top: 20px !important; }[data-css=\"tve-u-16978aa7d94\"] { color: rgb(9, 96, 248) !important; }:not(#tve) [data-css=\"tve-u-16978a1cc83\"] { letter-spacing: 2px; text-transform: uppercase !important; }[data-css=\"tve-u-16978ab9201\"] { font-size: 12px !important; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169784f5fc6\"] { color: rgb(51, 57, 86) !important; font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979b7395e\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-16979b7639a\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; font-size: 24px !important; }[data-css=\"tve-u-16979c437b0\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979c81a4d\"] { max-width: 920px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16979c8c657\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979c8dcf8\"] { font-size: 18px !important; }[data-css=\"tve-u-16979cb1066\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16979ccb18e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979ccb190\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979cf0c00\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 20px !important; padding-top: 20px !important; padding-right: 20px !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d0caa4\"] { overflow: hidden; padding: 20px !important; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d1f253\"] { margin-top: 0px !important; }[data-css=\"tve-u-16979d240a1\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979d3492a\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }:not(#tve) [data-css=\"tve-u-16979d8a1eb\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ed\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ee\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16978928f17\"] > :first-child { color: rgb(17, 45, 167); }[data-css=\"tve-u-16979d8a1eb\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ed\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ee\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16978928f17\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979db4534\"] p, [data-css=\"tve-u-16979db4534\"] li, [data-css=\"tve-u-16979db4534\"] blockquote, [data-css=\"tve-u-16979db4534\"] address, [data-css=\"tve-u-16979db4534\"] .tcb-plain-text, [data-css=\"tve-u-16979db4534\"] label, [data-css=\"tve-u-16979db4534\"] h1, [data-css=\"tve-u-16979db4534\"] h2, [data-css=\"tve-u-16979db4534\"] h3, [data-css=\"tve-u-16979db4534\"] h4, [data-css=\"tve-u-16979db4534\"] h5, [data-css=\"tve-u-16979db4534\"] h6 { font-weight: 400 !important; }[data-css=\"tve-u-16979db90de\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e0\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e2\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784faee4\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784fcdd8\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169785014fa\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcb\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbce\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcf\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-1697852e74d\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }:not(#tve) [data-css=\"tve-u-16979dbbbcb\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbce\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbcf\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784faee4\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784fcdd8\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-1697852e74d\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90de\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e0\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e2\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169785014fa\"] > :first-child { color: rgb(0, 41, 220); }[data-css=\"tve-u-16979dc7fd6\"] { padding-top: 0px !important; }[data-css=\"tve-u-16979dc92e4\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d4\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d5\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d6\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d7\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d8\"] > :first-child { color: rgb(103, 151, 45); }[data-css=\"tve-u-16979e9d5d5\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d6\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d7\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d8\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979eb562a\"] { font-size: 18px !important; }[data-css=\"tve-u-16979eb562c\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979ebf399\"] { font-size: 18px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ebf39a\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39b\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39c\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16979ebf39a\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39b\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-16979ed743a\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ed743c\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743d\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743e\"] > :first-child { color: rgb(255, 187, 5); }[data-css=\"tve-u-16979ed743c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743d\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743e\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979f663e1\"] { width: 120px; position: absolute; right: -40px; bottom: -42px; }[data-css=\"tve-u-16979f88e15\"] { overflow: hidden; background-image: linear-gradient(rgba(137, 194, 68, 0.12), rgba(137, 194, 68, 0.12)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 40px !important; border-top-left-radius: 40px !important; }[data-css=\"tve-u-1697a03041c\"] { border-top-left-radius: 40px; overflow: hidden; border-bottom-right-radius: 40px; box-shadow: rgba(0, 85, 255, 0.19) 0px 8px 16px 0px, rgba(0, 116, 255, 0.17) 0px 16px 32px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border: medium none !important; }[data-css=\"tve-u-1697a0354ca\"] { max-width: 900px; float: none; margin: -150px auto -117px !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697a0bce8f\"] { padding-top: 90px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1697a0bd295\"] { box-shadow: none; background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a0f9df8\"] { font-size: 101px !important; }[data-css=\"tve-u-1697a1085c2\"] { max-width: 17.9%; }[data-css=\"tve-u-1697a108756\"] { max-width: 82.3%; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 0.1em !important; }[data-css=\"tve-u-1697a10c380\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a116a41\"] { height: calc(100% + 17px); margin-top: 0px !important; }[data-css=\"tve-u-1697a11f319\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697a127206\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697a12f44d\"] { font-size: 24px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a12f44f\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f450\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f451\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f452\"] > :first-child { color: rgb(220, 71, 0); }[data-css=\"tve-u-1697a12f44f\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f450\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f451\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f452\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f44d\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-1697891dc9a\"] { padding-bottom: 14px !important; }[data-css=\"tve-u-1697a180df5\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a180df5\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a1838f2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a1838f2\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a194696\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] p, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] li, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] blockquote, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] address, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] .tcb-plain-text, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] label, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h1, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h2, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h3, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h4, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h5, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h6 { color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1b2bee\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a1b2bee\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1c1c73\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1697a1c786c\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a1e0f85\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ec148\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1f1c7b\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a22cb3d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(242, 246, 255), rgb(242, 246, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a233ebe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a24001f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a250289\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a256434\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a25e886\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a285a16\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a28e123\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a2995ae\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a2995b0\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b2\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b3\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b4\"] > :first-child { color: rgb(200, 0, 73); }[data-css=\"tve-u-1697a2995b0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b2\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b3\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b4\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-1697a2b3cee\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a2b8cc0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a384f47\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 40px !important; margin-right: 40px !important; padding: 20px !important; border-radius: 10px !important; }[data-css=\"tve-u-1697ac44c62\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac47346\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac60a78\"] { font-size: 57px !important; }[data-css=\"tve-u-1697ac62072\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac66407\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac68bce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6ac23\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6e62d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9aedb\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9d886\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697acc9ee0\"] { font-size: 122px !important; }:not(#tve) [data-css=\"tve-u-1697acf04a8\"] { font-size: 160px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 187, 5) !important; }[data-css=\"tve-u-1697acf04a8\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697ad5ebb1\"] { font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697ad61964\"] { font-size: 18px !important; }[data-css=\"tve-u-16977561800\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697ad979f5\"] { font-size: 80px !important; }[data-css=\"tve-u-1697adf2210\"] { line-height: 1.15em !important; }[data-css=\"tve-u-1697b063d33\"] { width: 310px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697b071ce0\"] { border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 12px 0px; clip-path: url(\"#clip-bottom-f43191b958e06\"); -webkit-clip-path: url(\"#clip-bottom-f43191b958e06\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697b3b9ba0\"] { color: rgb(103, 49, 183) !important; }[data-css=\"tve-u-1697b44ecf6\"] { color: rgb(255, 86, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b455af8\"] { color: rgb(255, 187, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b45fa09\"] { max-height: 200px; }[data-css=\"tve-u-1697b4628f8\"] { line-height: 1em !important; }[data-css=\"tve-u-1697b53e555\"] { width: 463px; position: absolute; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-1697b608579\"] { background-image: none !important; }[data-css=\"tve-u-1697b60ee97\"] { width: 100%; position: absolute; right: 0px; bottom: 0px; }:not(#tve) [data-css=\"tve-u-1697b627069\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697b62706b\"] { font-size: 26px !important; }[data-css=\"tve-u-1697b63b716\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-1697b6c691b\"] { line-height: 1em !important; }[data-css=\"tve-u-1697bcd63f3\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697bce286b\"] { width: 200px; position: absolute; right: 0px; bottom: 0px; z-index: 5 !important; }[data-css=\"tve-u-1697bd19bc1\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd31ac5\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd33993\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697bd71893\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bd69a89\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697bd79122\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79123\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79125\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd71893\"] > :first-child { color: rgb(0, 85, 255); }[data-css=\"tve-u-1697bd79122\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79123\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79125\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda21a0\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda21a0\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda5ec2\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda5ec2\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb16a8\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb16a8\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb242f\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb242f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3002e\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3002e\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3799f\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3799f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3929d\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3929d\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3c4fb\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3c4fb\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3df65\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3df65\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3fd87\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3fd87\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be4424a\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be45654\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be4caf1\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be5de4d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697be5de4f\"] { color: rgb(255, 171, 25) !important; }:not(#tve) [data-css=\"tve-u-1697be64420\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be656f4\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be9816c\"] { max-width: 620px; float: none; margin: 0px auto 40px !important; }[data-css=\"tve-u-1697beabd7d\"] { line-height: 1em !important; }[data-css=\"tve-u-1697beae046\"] { margin-bottom: -36px !important; }[data-css=\"tve-u-1697beb4c3a\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(255, 197, 15) 0%, rgb(218, 12, 44) 95%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697bed5c72\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-1697bf16c5c\"] { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) [data-css=\"tve-u-1697bf2c301\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-1697bf3fc6d\"] { color: rgb(248, 233, 4) !important; font-size: 28px !important; font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697bf51742\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf53405\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf3fc6d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1697bf77d15\"] { margin-top: -31px !important; }:not(#tve) [data-css=\"tve-u-1697bf805ea\"] { font-size: 18px !important; }[data-css=\"tve-u-1697bf82b49\"] { max-width: 609px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1697bf8be01\"] { display: block; margin-top: -30px !important; margin-bottom: -50px !important; }[data-css=\"tve-u-1697acf04a8\"] { line-height: 0.5em !important; }[data-css=\"tve-u-1697bf96c6c\"] { margin-top: -23px !important; }[data-css=\"tve-u-1697bf9d1e6\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697bfa3d25\"] { color: rgb(255, 187, 5) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb142\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb144\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb147\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb148\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb149\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb14c\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697c04edc7\"] { color: rgb(255, 197, 15) !important; }[data-css=\"tve-u-1697c06b8ae\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c06d94b\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c228111\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228113\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228114\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c23052d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697c23bf9d\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bfdb142\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb144\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb147\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb148\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb149\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c23bf9d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb14c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16977574823\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c2827a4\"] { margin-top: -22px !important; margin-bottom: -20px !important; }:not(#tve) [data-css=\"tve-u-1697c28cb7b\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c293f55\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c56f2ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697c5a2777\"] { position: absolute; bottom: 0px; transform: rotate(180deg); height: 175px; fill: rgb(255, 255, 255); left: 0px; }[data-css=\"tve-u-1697c5fa1b8\"] { background-image: none !important; }[data-css=\"tve-u-1697c637f03\"] { width: 159px; display: block; position: absolute; top: 0px; right: 0px; }:not(#tve) [data-css=\"tve-u-1697c6a9a1f\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c6b420e\"] { width: 159px; display: block; position: absolute; bottom: -30px; left: -60px; }:not(#tve) [data-css=\"tve-u-1697c7045fe\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c76174a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697c76174a\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c763189\"] { margin-top: -28px !important; }[data-css=\"tve-u-1697c76b9c3\"] .tve_sep { border-width: 2px; border-color: rgba(255, 255, 255, 0.52); }[data-css=\"tve-u-1697c76b9c3\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697c786922\"] { background-image: none !important; }[data-css=\"tve-u-1697c7a3123\"] { width: 175px; position: absolute; bottom: 0px; left: 0px; z-index: 10 !important; }[data-css=\"tve-u-1697ca4994f\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10931027_10202428723359713_8419731428254055126_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697ca7ed21\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697ca94f01\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb168ab\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/29243858_10214730699523138_5775310517918233829_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb2b9a5\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb3c87e\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/20375712_1873324396027913_2320555637976989019_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697cb6c16a\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb84449\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697cf7715c\"] { background-color: rgb(255, 255, 255) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/04.png\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/02.png\") !important; background-size: auto, auto !important; background-position: 100% 50%, 0% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697cf7715d\"] { max-width: 1080px; }[data-css=\"tve-u-1697cf7715e\"] { margin-top: 0px !important; padding-top: 20px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697cf77160\"] { font-size: 47px !important; }[data-css=\"tve-u-1697cf77161\"] { font-size: 38px !important; }[data-css=\"tve-u-1697cf77162\"] { float: none; z-index: 3; position: relative; max-width: 744px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 1px !important; }[data-css=\"tve-u-1697cf77163\"] { float: none; max-width: 826px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697dc478f9\"] { max-width: 700px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e675faa\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e678f42\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e67d527\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e67ee9a\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e6cec20\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697e73e878\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e73fe2f\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e7439f1\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e74525d\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 0.05em !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 0.4em !important; }[data-css=\"tve-u-1697e92262c\"] { line-height: 0.25em !important; }[data-css=\"tve-u-1697e92411f\"] { line-height: 1.15em !important; }[data-css=\"tve-u-16979b7639a\"] { line-height: 1.4em !important; }[data-css=\"tve-u-1697e950af9\"] { width: 512px; }[data-css=\"tve-u-1697e950afb\"] { margin-bottom: -10px !important; padding-bottom: 10px !important; padding-top: 40px !important; }[data-css=\"tve-u-1697e950afe\"] { max-width: 1080px; }[data-css=\"tve-u-1697e950b01\"] { filter: grayscale(0%) blur(0px); opacity: 1; clip-path: url(\"#clip-bottom-b46bfde3dc9b7\"); -webkit-clip-path: url(\"#clip-bottom-b46bfde3dc9b7\");  background-image: linear-gradient(rgb(100, 42, 184), rgb(100, 42, 184)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697e950b04\"] { width: 500px; }[data-css=\"tve-u-1697e950b05\"] { width: 500px; }[data-css=\"tve-u-1697e950b06\"] { width: 512px; }[data-css=\"tve-u-1697e950b07\"] { width: 512px; }[data-css=\"tve-u-1697e950b08\"] { width: 512px; }[data-css=\"tve-u-1697e950b09\"] { width: 512px; }[data-css=\"tve-u-1697e950b0a\"] { width: 512px; }[data-css=\"tve-u-1697e950b0b\"] { width: 512px; }[data-css=\"tve-u-1697e950b0d\"] { float: none; max-width: 626px; margin-bottom: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b10\"] .tcb-flex-col { flex-basis: 125px !important; }:not(#tve) [data-css=\"tve-u-1697e950b11\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697e950b12\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e8\"] { letter-spacing: 5px; font-family: Montserrat !important; font-weight: 400 !important; font-size: 32px !important; line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e7\"] { margin-top: 38px !important; }[data-css=\"tve-u-1697fb0d5d3\"] { line-height: 0em !important; }[data-css=\"tve-u-1697fb12dcc\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-169800b8c55\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169800e6d66\"] { width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-price-button-group=\"tve-u-price-button-group-164cad3586f\"] .thrv-button-group-item.tcb-active-state strong { font-weight: 800; }:not(#tve) [data-css=\"tve-u-1698013170f\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698017be8d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be94\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be9a\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980157070\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980159832\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015c181\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015e3c9\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980160278\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980162974\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169801647b4\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980166703\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980168a8c\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016ae14\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016e6b2\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017204d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017458f\"] > :first-child { color: rgb(255, 86, 5); }[data-css=\"tve-u-169801afc9b\"] { width: 191px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169802c2f81\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169802e1fe6\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698031fdd8\"] { font-size: 18px !important; text-transform: uppercase !important; color: rgb(218, 12, 44) !important; }:not(#tve) [data-css=\"tve-u-16980323183\"] { font-size: 18px !important; color: rgb(218, 12, 44) !important; }[data-css=\"tve-u-16981575a92\"] { line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 55px !important; }[data-css=\"tve-u-16981587c11\"] { max-width: 627px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1698158a53f\"] { font-size: 24px !important; }[data-css=\"tve-u-1698158a53f\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169834fd5f9\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-16983518f30\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16983525b8c\"] { line-height: 1em !important; }[data-css=\"tve-u-16986b2a54d\"] { width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16986b31863\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c485b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169878e6dd7\"] { font-size: 8px !important; }[data-css=\"tve-u-16987a7f0bd\"] { margin-top: 18px !important; }:not(#tve) [data-css=\"tve-u-16987a92580\"] { font-size: 12px !important; }[data-css=\"tve-u-169895df35b\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35c\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35d\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35e\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df360\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df361\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df362\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df363\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df364\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df365\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df366\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df367\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df368\"] { max-width: 1080px; }[data-css=\"tve-u-169895df369\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-169895df36b\"] { background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169895df370\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-169895df371\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169895df372\"] { margin-top: 20px !important; }[data-css=\"tve-u-169895df373\"] { margin-top: 14px !important; }:not(#tve) [data-css=\"tve-u-169895df374\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-169895df375\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-169895df376\"] { margin-top: 14px !important; }[data-css=\"tve-u-169895df377\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df378\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df379\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37a\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37b\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df371\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697beabd7d\"] { color: rgb(17, 21, 34) !important; }:not(#tve) [data-css=\"tve-u-16ce81b34a2\"] { color: rgb(233, 238, 241) !important; line-height: 1.4em !important; font-size: 40px !important; }[data-css=\"tve-u-16ce81b8cd2\"] { min-height: 3227px !important; }[data-css=\"tve-u-16ce81bb11d\"] { max-width: 693px; float: none; padding-right: 2px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 100px !important; }[data-css=\"tve-u-16ce885af11\"] { width: 180px; float: none; margin: 10px auto !important; }:not(#tve) [data-css=\"tve-u-16ce8a4f5fd\"] { font-size: 30px !important; color: rgb(242, 246, 255) !important; }[data-css=\"tve-u-16ce8a6393e\"] { float: none; max-width: 901px; margin-bottom: -50px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16ce8de975f\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16ce8dfb8d4\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-16ce8e03b1f\"] { margin-bottom: -40px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 0.05em !important; }:not(#tve) [data-css=\"tve-u-16cebeb7143\"] { line-height: 1.5em !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebeb8da9\"] { max-width: 719px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed78\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16cebf6ed79\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf6ed7a\"] { width: 119px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed7b\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7d\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7e\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf6ed7f\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed7f\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed82\"] { width: 124px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed85\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed85\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf6ed87\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed87\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed88\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed88\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8a\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8a\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8b\"] { width: 143px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8e\"] { width: 108px; float: right; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8f\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8f\"] { color: rgb(20, 20, 20) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf6ed91\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed92\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16cebf6ed93\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf7c201\"] { margin-top: -20px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c202\"] { width: 433px; }[data-css=\"tve-u-16cebf7c203\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf7c204\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c206\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c206\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }:not(#tve) [data-css=\"tve-u-16cebf7c207\"] { font-size: 22px !important; color: rgb(14, 14, 14) !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf7c209\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c209\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf7c20a\"] { margin-top: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16cebf7c20b\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf88922\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf88922\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; line-height: 0.75em !important; }[data-css=\"tve-u-16cebf9d491\"] { margin-top: -15px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d493\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d494\"] { margin-top: -50px !important; }[data-css=\"tve-u-16cebf9d495\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16cebf9d496\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d497\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d498\"] { line-height: 1.35em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d499\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49a\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49b\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d499\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49a\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49b\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49d\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49e\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49f\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }[data-css=\"tve-u-16cebf9d4a0\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a1\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebf9d4a2\"] { background-image: linear-gradient(rgba(119, 14, 172, 0.87), rgba(119, 14, 172, 0.87)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16cebf9d4a3\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d495\"] { color: rgb(255, 255, 255) !important; font-size: 23px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d498\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d497\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d496\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a5\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a5\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a6\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a6\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a7\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a7\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a9\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4aa\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ab\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ac\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ac\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ad\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ad\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ae\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ae\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4af\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d4b0\"] { max-width: 1080px; }:not(#tve) [data-css=\"tve-u-16cecf6f07f\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16ced8c9c55\"] { background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner-1.jpg\") !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16ced8c9c57\"] { padding-top: 60px !important; }[data-css=\"tve-u-16ced8c9c5a\"] { margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c5b\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8c9c5d\"] { width: 600px; }:not(#tve) [data-css=\"tve-u-16ced8c9c5e\"] { font-size: 32px !important; }[data-css=\"tve-u-16ced8c9c60\"] { margin-top: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-16ced8c9c61\"] { max-width: 1080px; }[data-css=\"tve-u-16ced8c9c62\"] { line-height: 1.25em !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c62\"] { font-size: 42px !important; color: rgb(25, 25, 25) !important; }[data-css=\"tve-u-16ced8c9c64\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c65\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c66\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 60px !important; margin-bottom: 10px !important; background-image: none !important; }[data-css=\"tve-u-16ced8d2900\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d4544\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d7915\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced8da9c2\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8de7d5\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e2611\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e7863\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced99d2f0\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16ced99d2f0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16d4442f0bc\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0ba\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0be\"] { --tcb-local-color-icon:rgb(255,255,255); --tcb-local-color-var:rgb(255,255,255); --tve-icon-size:61px; margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 162px; }[data-css=\"tve-u-16d4442f0b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16d4442f0b7\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-16d4442f0c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-16d4442f0bd\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-16d4442f0b9\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-16d4442f0c1\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b5\"] { max-width: 929px; }[data-css=\"tve-u-16d4442f0c3\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0c2\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c2\"] { max-width: 460px; }[data-css=\"tve-u-16d9af48eb6\"] { float: none; max-width: 400px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af55010\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af72faf\"] { max-width: 400px; }#tcb_landing_page .thrv_text_element a, #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a { color: rgb(255, 86, 5); }[data-css=\"tve-u-171a2d27881\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27880\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27883\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2787e\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2787d\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2787d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27889\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d27888\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d27882\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d27882\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d2787f\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d27885\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2787c\"] { max-width: 929px; }[data-css=\"tve-u-171a2d27887\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27886\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27886\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278a2\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a1\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a4\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2789f\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2789e\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2789e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278aa\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278a9\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278a3\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278a0\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278a6\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2789d\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278a8\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a7\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a7\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278be\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278bd\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c0\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278bb\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278ba\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278ba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278bf\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278bc\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278c2\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278b9\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278c4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c3\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c3\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278d8\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278d7\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278da\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278d5\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278d4\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278d4\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278e0\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278df\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278d9\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278d6\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278dc\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d3\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278de\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278dd\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278dd\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278f5\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f7\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278f2\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278f1\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278fd\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278fc\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278f6\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278f3\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278f9\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f0\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278fb\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278fa\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278fa\"] { max-width: 460px; }[data-css=\"tve-u-17696d2bf09\"] { float: none; max-width: 800px !important; margin: -280px auto 20px !important; }[data-css=\"tve-u-17e9e546e7e\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tcb_landing_page p { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-17f927eda61\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927eda61\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-17f927ef9c4\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927ef9c4\"] { line-height: 0em !important; }[data-css=\"tve-u-17f927fc9de\"] { max-width: 33.3334%; }:not(#tve) [data-css=\"tve-u-17f928028a2\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f928028a2\"] { line-height: 0em !important; }[data-css=\"tve-u-17f928c3119\"] { max-width: 100%; }[data-css=\"tve-u-17fefbb2708\"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:32px; }}@media (max-width: 1023px){[data-css=\"tve-u-1697a3c453e\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4515\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c451e\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4517\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c451c\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4520\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4518\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4aa5\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a7c\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c4a85\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4a7f\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4a86\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4a80\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 621px; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-tablet-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-tablet-top-7c5d115670918\");  }[data-css=\"tve-u-161568e7dfe\"] { margin-top: -155px !important; }[data-css=\"tve-u-1604fcb514b\"] { min-height: 701px !important; }[data-css=\"tve-u-1609ca142c7\"] { min-height: 1px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-tablet-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-tablet-top-605ff1687da54\");  }[data-css=\"tve-u-1609ca16463\"] { margin-top: -127px !important; padding-top: 0px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-left: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697ca4994f\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697ca94f01\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb168ab\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb3c87e\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cf77162\"] { margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1697e678f42\"] { max-width: 616px; }[data-css=\"tve-u-1697e67ee9a\"] { max-width: 616px; }[data-css=\"tve-u-1697e73fe2f\"] { max-width: 616px; }[data-css=\"tve-u-1697e74525d\"] { max-width: 616px; }[data-css=\"tve-u-1697756969d\"] { line-height: 1.25em !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0.6em !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b04\"] { float: none; width: 500px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b05\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950af9\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16981587c11\"] { margin-top: 1px !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 45px !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 31px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 31px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 21px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 1px; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-16d4442f0b9\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-16d4442f0c2\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 1px; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d2787f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d27886\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278a0\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278a7\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278bc\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278c3\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278d6\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278dd\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278f3\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278fa\"] { padding-bottom: 0px !important; }}@media (max-width: 767px){#tcb_landing_page h1 { font-size: 34px; }#tcb_landing_page h2 { font-size: 24px; }#tcb_landing_page h3 { font-size: 22px; }#tcb_landing_page h4 { font-size: 20px; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c453e\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4514\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4513\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4520\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c451b\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4aa5\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4a7a\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4a86\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a82\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1609ede293d\"] { padding-top: 20px !important; }[data-css=\"tve-u-161703f14b4\"] { padding: 0px 10px !important; margin: 0px !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 47px; }[data-css=\"tve-u-161568e7dfe\"] { margin-top: 145px !important; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-mobile-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-mobile-top-7c5d115670918\");  }[data-css=\"tve-u-1609ca142c7\"] { min-height: 85px !important; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca16463\"] { margin-top: 240px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-mobile-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-mobile-top-605ff1687da54\");  }[data-css=\"tve-u-1604fcb514b\"] { min-height: 489px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { margin-top: 0px !important; padding-top: 0px !important; }h1 { font-size: 34px; }h2 { font-size: 24px; }h3 { font-size: 22px; }h4 { font-size: 20px; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169716a23d8\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1697cf77162\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-1697d10abb0\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16978a934af\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb65\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 275px; }[data-css=\"tve-u-1696f8b8138\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 1em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 1em !important; }[data-css=\"tve-u-1697e675faa\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e678f42\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e67d527\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e67ee9a\"] { margin-top: 10px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 300px !important; }[data-css=\"tve-u-1697e6cec20\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-1697b60ee97\"] { display: block; position: relative; }[data-css=\"tve-u-1697b608579\"]::after { clear: both; }[data-css=\"tve-u-1697e73e878\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1697e73fe2f\"] { margin-top: 20px !important; }[data-css=\"tve-u-1697e7439f1\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e74525d\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 1.2em !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 1.75em !important; }[data-css=\"tve-u-1697dc478f9\"] { margin-bottom: 80px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 1.75em !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 18px !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-16d4442f0b9\"] { margin-top: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-size: 19px !important; }[data-css=\"tve-u-16d4442f0c2\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d2787f\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d27886\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278a0\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278a7\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278bc\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278c3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278d6\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278dd\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278f3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278fa\"] { margin-top: 0px !important; }}@media (min-width: 300px){[data-css=\"tve-u-1697a3c4a4c\"] .tcb-button-link, [data-css=\"tve-u-1697a3c4a4c\"] button { border-bottom: 4px solid rgb(15, 147, 124); border-radius: 4px; line-height: 1.2em; font-size: 32px; padding: 18px 30px; background-image: linear-gradient(0deg, rgb(193, 255, 0) 0%, rgb(113, 186, 25) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }}'),(3275,840,'tve_revision_tve_user_custom_css','h1:not(.site-title):before, h2:before {\n    background: #767676;\n    content: \"�20\";\n    display: none;\n    height: 2px;\n    margin: 1rem 0;\n    width: 1em;\n}'),(3276,840,'tve_revision_tve_page_events','a:0:{}'),(3277,840,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-1616f2cf7aa\";s:8:\"font_cls\";a:0:{}}'),(3278,840,'tve_revision_tve_global_scripts',''),(3279,840,'tve_revision_thrive_icon_pack','0'),(3280,840,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3281,840,'tve_revision_tve_has_masonry','0'),(3282,840,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpjn_postmeta` VALUES (3283,840,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3284,840,'tve_revision_tve_has_wistia_popover','0'),(3285,841,'tve_revision_tve_landing_page','tcb2-prolayers-short-video-sales-page'),(3286,841,'tve_revision_tve_disable_theme_dependency',''),(3287,841,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3288,841,'tve_revision_tve_content_more_found',''),(3289,841,'tve_revision_tve_save_post',''),(3290,841,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Rubik:400,400i,500,300,700,300i,500i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i,300,300i,600,600i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400,700,900,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Libre+Baskerville:400&subset=latin\");@media (min-width: 300px){#tcb_landing_page h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(32, 39, 74); font-weight: 400; }#tcb_landing_page h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(18, 56, 81); }#tcb_landing_page h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(51, 57, 86); }#tcb_landing_page h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }#tcb_landing_page h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 500; }#tcb_landing_page h5 strong { font-weight: 500; }#tcb_landing_page h6 strong { font-weight: 500; }#tcb_landing_page .tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page input { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page .tcb-button-link strong { font-weight: 600; }#tcb_landing_page input strong { font-weight: 600; }[data-css=\"tve-u-1697a3c4513\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4513\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c453d\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c452a\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4516\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4514\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4515\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4524\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451e\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4523\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4523\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c451c\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1069181_513100162088493_1528800415_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4521\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4522\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4525\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4520\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451b\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4515\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4518\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4518\"] { opacity: 0.11; }:not(#tve) [data-css=\"tve-u-1697a3c47fe\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c47fe\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fc\"] { max-width: 16.6%; }[data-css=\"tve-u-1697a3c47ff\"] { max-width: 83.6%; }[data-css=\"tve-u-1697a3c47fb\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697a3c47fd\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4801\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a3c4806\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4800\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-1697a3c4802\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4852\"] { max-width: 23.7%; }[data-css=\"tve-u-1697a3c4856\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-1697a3c4854\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c4854\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c480f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c480f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4818\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4818\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4821\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4821\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c482a\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c482a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4833\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4833\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c483d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c483d\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4846\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4846\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c484f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c484f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4859\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1697a3c4859\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a3c483e\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485b\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c485c\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c485b\"] { color: rgb(255, 255, 255) !important; font-family: \"Source Sans Pro\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c485c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4855\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697a3c482b\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4834\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4847\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4850\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485a\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4822\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4810\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4803\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4807\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4804\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4819\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485f\"] { max-width: 355px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4863\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a4d\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4a7a\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4aa4\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c4a90\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4a7e\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4a8a\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a85\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4a89\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4a89\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/48926262_10215776895352653_7840580455182106624_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4a87\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4a88\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a8b\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4a86\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a82\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4a80\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a80\"] { opacity: 0.11; }[data-css=\"tve-u-1616f5523d1\"] { background-image: none !important; }[data-css=\"tve-u-16170795ff1\"] { padding-top: 107px !important; padding-bottom: 100px !important; }[data-css=\"tve-u-161706f6951\"] { max-width: 100%; min-height: 456px !important; }[data-css=\"tve-u-1609ca142c7\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 1000px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-1616f2cf7aa\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 298px; }[data-css=\"tve-u-161568e7dfe\"] { z-index: 40; margin-top: 173px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] { max-width: 100%; text-align: center; min-height: 1px !important; }[data-css=\"tve-u-160a257807e\"] { clip-path: url(\"#clip-bottom-ae888d0ecb3088\"); -webkit-clip-path: url(\"#clip-bottom-ae888d0ecb3088\");  background-image: linear-gradient(rgba(24, 5, 52, 0.8), rgba(24, 5, 52, 0.8)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/header-bg-1.png\"), linear-gradient(50deg, rgba(112, 69, 175, 0.1) 0%, rgb(255, 86, 5) 100%) !important; background-size: auto, cover, cover, auto !important; background-position: 0px 0px, 100% 50%, 50% 50%, 0px 0px !important; background-attachment: scroll, scroll, scroll, scroll !important; background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important; }[data-css=\"tve-u-160a1619713\"] .tve_sep { border-width: 1px; border-color: rgba(255, 255, 255, 0.1); }[data-css=\"tve-u-160a1619713\"] { max-width: 99%; float: none; width: 100%; padding-top: 5px !important; padding-bottom: 5px !important; margin-top: -19px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ededb45\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ede293d\"] { border-top: 1px solid rgb(237, 243, 247); padding-top: 30px !important; }[data-css=\"tve-u-1609edd71a4\"] { max-width: 100%; min-height: 25px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-top-605ff1687da54\");  background-color: rgb(248, 251, 253) !important; background-image: none !important; }[data-css=\"tve-u-1609ca16463\"] { z-index: 40; margin-top: -169px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-1609ca142c7\"] { max-width: 100%; min-height: 384px !important; }[data-css=\"tve-u-160a25790c2\"] { margin-top: 0px !important; padding: 20px 0px 0px !important; }[data-css=\"tve-u-16170702314\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16170702315\"] { max-width: 1180px; float: none; z-index: 9; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(71, 74, 89); font-weight: 400; }h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(35, 144, 237); }h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(105, 123, 143); }h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }h1 strong { font-weight: 500; }h2 strong { font-weight: 700; }h4 strong { font-weight: 500; }h5 strong { font-weight: 500; }h6 strong { font-weight: 500; }p, li { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; }.tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }input { font-family: \"Source Sans Pro\"; font-weight: 400; }p strong, li strong { font-weight: 600; }.tcb-button-link strong { font-weight: 600; }input strong { font-weight: 600; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1696f7ed6d3\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f7f2188\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f83b2a8\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\"), linear-gradient(rgb(82, 43, 149), rgb(82, 43, 149)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f842aa1\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696f8b8138\"] { width: 718px; float: none; margin: 61px auto 33px !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 402px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f9580de\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f959e2e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f967425\"] { max-width: 940px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f974500\"] { width: 955px; }[data-css=\"tve-u-1696f980b9c\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1696faa0ff0\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1696fac4d91\"] { min-height: 100vh !important; }[data-css=\"tve-u-1696fac65f6\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696faef216\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696fafe04f\"] { padding: 60px !important; margin-top: 10px !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696faef216\"] > .tcb-flex-col > .tcb-col { min-height: 100vh; }[data-css=\"tve-u-1696fb4ecf2\"] { max-width: 900px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1696fb66d78\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fb87b16\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fccab28\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fd80511\"] { padding-top: 60px !important; padding-bottom: 150px !important; }[data-css=\"tve-u-1696fd8a17e\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fe011b6\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fe0abc3\"] { max-width: 825px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697147c4dc\"] { line-height: 0em !important; }[data-css=\"tve-u-169714819b8\"] { font-size: 57px !important; }[data-css=\"tve-u-169714819bb\"] { font-size: 57px !important; }[data-css=\"tve-u-1697148247e\"] { font-size: 57px !important; }[data-css=\"tve-u-1697149300f\"] { line-height: 0em !important; }[data-css=\"tve-u-16971493010\"] { font-size: 57px !important; }[data-css=\"tve-u-16971493011\"] { font-size: 57px !important; }[data-css=\"tve-u-16971513154\"] { line-height: 1em !important; }[data-css=\"tve-u-16971513155\"] { font-size: 57px !important; }[data-css=\"tve-u-16971524912\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971524913\"] { font-size: 57px !important; }[data-css=\"tve-u-16971534054\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971534055\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579ddf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971579de0\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de1\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de2\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b03\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971585b05\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b06\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b07\"] { font-size: 57px !important; }[data-css=\"tve-u-1697159fd6c\"] { clip-path: url(\"#clip-top-d424f0b1d16f7\"); -webkit-clip-path: url(\"#clip-top-d424f0b1d16f7\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\"), linear-gradient(rgb(77, 34, 140), rgb(77, 34, 140)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169715b3720\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715b3722\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3723\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3724\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf427\"] { line-height: 0em !important; }[data-css=\"tve-u-169715bf428\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf429\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf42a\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b4\"] { line-height: 0em !important; }[data-css=\"tve-u-169715d11b5\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b6\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b7\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db139\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715db13b\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13c\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13d\"] { font-size: 57px !important; }:not(#tve) [data-css=\"tve-u-16971637dc5\"] { font-size: 22px !important; }[data-css=\"tve-u-16971637dc5\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169716a23d8\"] { max-width: 866px; float: none; margin: 15px auto !important; }:not(#tve) [data-css=\"tve-u-1697184ca2a\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697184ca2c\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16971856da2\"] { color: rgb(233, 238, 241) !important; }[data-css=\"tve-u-169721c6682\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-169722351ae\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-169722351ae\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351ac\"] { max-width: 16.6%; }[data-css=\"tve-u-169722351af\"] { max-width: 83.6%; }[data-css=\"tve-u-169722351ab\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169722351ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169722351b1\"] { background-image: none !important; }[data-css=\"tve-u-169722351b0\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-169722351b2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351b2\"] { line-height: 1em !important; }[data-css=\"tve-u-16972235201\"] { max-width: 23.7%; }[data-css=\"tve-u-16972235205\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-16972235203\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16972235203\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351aa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169722351be\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351be\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351c7\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351c7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d0\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d0\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d9\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351e2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351e2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351ec\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351ec\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351f5\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351f5\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351fe\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351fe\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972235208\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-16972235208\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169722351ed\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520a\"] { line-height: 0em !important; }[data-css=\"tve-u-1697223520b\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697223520a\"] { color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697223520b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16972235204\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169722351da\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351e3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351f6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351ff\"] { font-size: 18px !important; }[data-css=\"tve-u-16972235209\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351d1\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351bf\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b4\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351c8\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520e\"] { max-width: 559px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223520f\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16972235212\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223dae0\"] { background-image: linear-gradient(rgb(51, 57, 86), rgb(51, 57, 86)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16972247ae7\"] { color: rgb(233, 238, 241) !important; }:not(#tve) [data-css=\"tve-u-16972248f86\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697229b906\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16972545d23\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972545d23\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697254b077\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697254b077\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725510c2\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725510c2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972555ead\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972555ead\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697255f43a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697255f43a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725671ed\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725671ed\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256b604\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256b604\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256f312\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256f312\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972574219\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972574219\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725785b6\"] { color: rgb(255, 86, 5) !important; text-transform: none !important; font-size: 24px !important; }[data-css=\"tve-u-169725785b6\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972578749\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697257ec78\"] { color: rgb(255, 86, 5) !important; font-size: 32px !important; }[data-css=\"tve-u-16972792c27\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697279a47c\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px, rgba(0, 0, 0, 0.08) 0px 16px 32px 0px; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169727bddc1\"] { width: 96px; }[data-css=\"tve-u-169727c2ade\"] { max-width: 24.5%; }[data-css=\"tve-u-169727c2bc9\"] { max-width: 75.9%; }[data-css=\"tve-u-169727cb4f3\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cb4f5\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cd9ba\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169727fb751\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(0, 255, 224) 0%, rgb(23, 8, 173) 100%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697280dbbc\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697280dbbd\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972831b84\"] { clip-path: url(\"#clip-bottom-464a3ecdda317\"); -webkit-clip-path: url(\"#clip-bottom-464a3ecdda317\");  background-image: none !important; }[data-css=\"tve-u-16972a743ed\"] { font-size: 62px !important; }a:not(.tcb-button-link) { color: rgb(255, 86, 5); }[data-css=\"tve-u-16972abdb65\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972ac14e8\"] { padding-left: 63px !important; margin-top: 37px !important; }[data-css=\"tve-u-16972ae12de\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 0em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972aefdaa\"] { margin-top: 27px !important; padding-left: 63px !important; }[data-css=\"tve-u-16972c08e3b\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px 0px, rgba(0, 0, 0, 0.15) 0px 12px 24px 0px; clip-path: url(\"#clip-bottom-5028930dfbc96\"); -webkit-clip-path: url(\"#clip-bottom-5028930dfbc96\");  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16972c0fbb8\"] { max-width: 900px; float: none; margin: -120px auto -101px !important; padding: 60px 40px !important; }[data-css=\"tve-u-16975b7a3b4\"] { width: 90%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e79\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16976142e7e\"] { width: 200px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e7b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16976142e7f\"] { max-width: 63.8%; }[data-css=\"tve-u-16976142e7c\"] { max-width: 36.2%; }[data-css=\"tve-u-16976142e7b\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16976142e7d\"] { border-radius: 20px; overflow: hidden; background-image: linear-gradient(rgb(18, 56, 81), rgb(18, 56, 81)), linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-color: rgb(17, 137, 198) !important; padding: 20px !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-16976142e82\"] { font-size: 18px !important; }[data-css=\"tve-u-16976142e7a\"] { background-image: none !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16976142e78\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\") !important; background-color: rgb(255, 255, 255) !important; border: 2px solid rgb(229, 229, 229) !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16976142e80\"] { background-image: none !important; padding: 30px !important; }[data-css=\"tve-u-160c6b04e9d\"] { padding: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-16976142e81\"] { background-image: none !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16976384845\"] { padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-169763e9430\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169770dc69e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Bitmap.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169770f4144\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977101f37\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771122dd\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169771122dd\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697711e81a\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0em !important; }[data-css=\"tve-u-169763e9430\"] { line-height: 0em !important; }[data-css=\"tve-u-16977122453\"] { margin-top: 70px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771269aa\"] { max-width: 56.9%; }[data-css=\"tve-u-16977126a92\"] { max-width: 43.2%; }[data-css=\"tve-u-1697712be50\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697712f4ef\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697713a68c\"] { flex-direction: row !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697713a68c\"] > .tcb-flex-col > .tcb-col { height: 457px; }[data-css=\"tve-u-1697713f709\"] { max-width: 42.2%; }[data-css=\"tve-u-1697713f717\"] { max-width: 57.9%; }[data-css=\"tve-u-1697715b4b2\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-bottom: 1px !important; }[data-css=\"tve-u-16977171a41\"] { margin-top: 40px !important; margin-bottom: -56px !important; }:not(#tve) [data-css=\"tve-u-16977174b95\"] { font-size: 18px !important; }[data-css=\"tve-u-1697718057b\"] { min-height: 500px !important; }[data-css=\"tve-u-16977187239\"] { padding-left: 40px !important; padding-right: 40px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16977195e43\"] { padding-top: 120px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169771bb355\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb357\"] { background-image: none !important; }[data-css=\"tve-u-169771bb358\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb359\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771bb35a\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169771bb35a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169771bb35d\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771bb35e\"] { max-width: 46.5%; }[data-css=\"tve-u-169771bb35f\"] { max-width: 53.6%; }[data-css=\"tve-u-169771bb360\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designmock.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169771bb361\"] { background-image: linear-gradient(rgba(86, 0, 204, 0.93), rgba(86, 0, 204, 0.93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977292e6a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169772a1f4d\"] { padding-left: 80px !important; padding-right: 80px !important; }[data-css=\"tve-u-169772a8e05\"] { float: none; max-width: 527px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169772bd90e\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169772bd912\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169773391ce\"] { background-image: linear-gradient(rgb(255, 86, 5), rgb(255, 86, 5)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697734ad6d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697734ad6d\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697735c421\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977369cb7\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169773c0b28\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2b\"] { background-image: none !important; }[data-css=\"tve-u-169773c0b2c\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2d\"] { min-height: 456px !important; }[data-css=\"tve-u-169773c0b2c\"] > .tcb-flex-col > .tcb-col { height: 457px; }:not(#tve) [data-css=\"tve-u-169773c0b2e\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169773c0b2e\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169773c0b2f\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-169773c0b2f\"] { line-height: 0em !important; }[data-css=\"tve-u-169773c0b30\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169773c0b32\"] { max-width: 56.9%; }[data-css=\"tve-u-169773c0b33\"] { max-width: 43.2%; }[data-css=\"tve-u-169773c0b34\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169773c0b35\"] { border-top-left-radius: 0px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697743b4f0\"] { font-size: 18px !important; }[data-css=\"tve-u-1697747e778\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e779\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e77a\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e77c\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-1697747e77d\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77d\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697747e77e\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697747e77f\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-1697747e780\"] { max-width: 56.9%; }[data-css=\"tve-u-1697747e781\"] { max-width: 43.2%; }[data-css=\"tve-u-1697747e782\"] { background-image: linear-gradient(rgb(27, 58, 113), rgb(27, 58, 113)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e783\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(80, 40, 151), rgb(80, 40, 151)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-right: 40px !important; padding-left: 40px !important; }:not(#tve) [data-css=\"tve-u-1697747e784\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169774b83ee\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169775446b5\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b6\"] { background-image: none !important; }[data-css=\"tve-u-169775446b7\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169775446ba\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169775446ba\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169775446bc\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169775446bd\"] { max-width: 56.9%; }[data-css=\"tve-u-169775446be\"] { max-width: 43.2%; }[data-css=\"tve-u-169775446bf\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169775446c0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene.jpg\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-left: 40px !important; }[data-css=\"tve-u-169775617fe\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775617ff\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock-1.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561800\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977561801\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977561802\"] { font-size: 60px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977561802\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977561803\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977561803\"] { line-height: 0em !important; }[data-css=\"tve-u-16977561804\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977561805\"] { max-width: 47.0004%; }[data-css=\"tve-u-16977561806\"] { max-width: 53%; }[data-css=\"tve-u-16977561808\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561809\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16977569697\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977569698\"] { background-image: none !important; }[data-css=\"tve-u-16977569699\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697756969a\"] { min-height: 456px !important; }[data-css=\"tve-u-16977569699\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1697756969b\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697756969d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969d\"] { line-height: 0em !important; }[data-css=\"tve-u-1697756969e\"] { margin-top: 20px !important; margin-bottom: -56px !important; background-image: none !important; }[data-css=\"tve-u-1697756969f\"] { max-width: 56.9%; }[data-css=\"tve-u-169775696a0\"] { max-width: 43.2%; }[data-css=\"tve-u-169775696a1\"] { background-image: repeating-radial-gradient(circle at center center, rgba(148, 163, 176, 0.18), rgba(148, 163, 176, 0.18) 1px, transparent 1px, transparent 100%), linear-gradient(rgb(89, 20, 146), rgb(89, 20, 146)) !important; background-size: 3px 3px, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: repeat, no-repeat !important; }[data-css=\"tve-u-169775696a2\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169775696a4\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697757481f\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574820\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977574821\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574822\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977574823\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977574823\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977574824\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977574824\"] { line-height: 0em !important; }[data-css=\"tve-u-16977574826\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977574827\"] { max-width: 50.4%; }[data-css=\"tve-u-16977574828\"] { max-width: 49.6%; }[data-css=\"tve-u-16977574829\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697757482a\"] { background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169775970fd\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169775f00b0\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697786e567\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-1697786e567\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169778a74d3\"] { padding-top: 80px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-16977cc6d22\"] { width: 100%; }[data-css=\"tve-u-16977df485d\"] { width: 350px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-16977e109b1\"] { font-size: 18px !important; }[data-css=\"tve-u-16977e3d67b\"] { background-image: linear-gradient(rgb(0, 41, 220), rgb(0, 41, 220)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16977e51dda\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e51dda\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977e88fd9\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e88fd9\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-16977e8b082\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e8e256\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16977e8e258\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697808e8df\"] { width: 658px; }[data-css=\"tve-u-1697838215b\"] { width: 91%; float: none; overflow: hidden; border-radius: 8px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16977574821\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16978558b62\"] { height: calc(100% + 33px); margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-1697858ab05\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697891a82e\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }[data-css=\"tve-u-169789c7afb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-169789d2cab\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16978a04292\"] { max-width: 725px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 40px 40px 80px !important; }:not(#tve) [data-css=\"tve-u-16978a288f5\"] > :first-child { color: rgb(137, 194, 68); }[data-css=\"tve-u-16978a52b6d\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a72624\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a7262a\"] { line-height: 1.25em !important; }[data-css=\"tve-u-16978a934af\"] { margin-top: 20px !important; }[data-css=\"tve-u-16978aa7d94\"] { color: rgb(9, 96, 248) !important; }:not(#tve) [data-css=\"tve-u-16978a1cc83\"] { letter-spacing: 2px; text-transform: uppercase !important; }[data-css=\"tve-u-16978ab9201\"] { font-size: 12px !important; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169784f5fc6\"] { color: rgb(51, 57, 86) !important; font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979b7395e\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-16979b7639a\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; font-size: 24px !important; }[data-css=\"tve-u-16979c437b0\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979c81a4d\"] { max-width: 920px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16979c8c657\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979c8dcf8\"] { font-size: 18px !important; }[data-css=\"tve-u-16979cb1066\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16979ccb18e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979ccb190\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979cf0c00\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 20px !important; padding-top: 20px !important; padding-right: 20px !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d0caa4\"] { overflow: hidden; padding: 20px !important; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d1f253\"] { margin-top: 0px !important; }[data-css=\"tve-u-16979d240a1\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979d3492a\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }:not(#tve) [data-css=\"tve-u-16979d8a1eb\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ed\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ee\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16978928f17\"] > :first-child { color: rgb(17, 45, 167); }[data-css=\"tve-u-16979d8a1eb\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ed\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ee\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16978928f17\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979db4534\"] p, [data-css=\"tve-u-16979db4534\"] li, [data-css=\"tve-u-16979db4534\"] blockquote, [data-css=\"tve-u-16979db4534\"] address, [data-css=\"tve-u-16979db4534\"] .tcb-plain-text, [data-css=\"tve-u-16979db4534\"] label, [data-css=\"tve-u-16979db4534\"] h1, [data-css=\"tve-u-16979db4534\"] h2, [data-css=\"tve-u-16979db4534\"] h3, [data-css=\"tve-u-16979db4534\"] h4, [data-css=\"tve-u-16979db4534\"] h5, [data-css=\"tve-u-16979db4534\"] h6 { font-weight: 400 !important; }[data-css=\"tve-u-16979db90de\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e0\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e2\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784faee4\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784fcdd8\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169785014fa\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcb\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbce\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcf\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-1697852e74d\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }:not(#tve) [data-css=\"tve-u-16979dbbbcb\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbce\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbcf\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784faee4\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784fcdd8\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-1697852e74d\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90de\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e0\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e2\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169785014fa\"] > :first-child { color: rgb(0, 41, 220); }[data-css=\"tve-u-16979dc7fd6\"] { padding-top: 0px !important; }[data-css=\"tve-u-16979dc92e4\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d4\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d5\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d6\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d7\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d8\"] > :first-child { color: rgb(103, 151, 45); }[data-css=\"tve-u-16979e9d5d5\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d6\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d7\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d8\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979eb562a\"] { font-size: 18px !important; }[data-css=\"tve-u-16979eb562c\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979ebf399\"] { font-size: 18px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ebf39a\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39b\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39c\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16979ebf39a\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39b\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-16979ed743a\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ed743c\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743d\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743e\"] > :first-child { color: rgb(255, 187, 5); }[data-css=\"tve-u-16979ed743c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743d\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743e\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979f663e1\"] { width: 120px; position: absolute; right: -40px; bottom: -42px; }[data-css=\"tve-u-16979f88e15\"] { overflow: hidden; background-image: linear-gradient(rgba(137, 194, 68, 0.12), rgba(137, 194, 68, 0.12)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 40px !important; border-top-left-radius: 40px !important; }[data-css=\"tve-u-1697a03041c\"] { border-top-left-radius: 40px; overflow: hidden; border-bottom-right-radius: 40px; box-shadow: rgba(0, 85, 255, 0.19) 0px 8px 16px 0px, rgba(0, 116, 255, 0.17) 0px 16px 32px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border: medium none !important; }[data-css=\"tve-u-1697a0354ca\"] { max-width: 900px; float: none; margin: -150px auto -117px !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697a0bce8f\"] { padding-top: 90px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1697a0bd295\"] { box-shadow: none; background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a0f9df8\"] { font-size: 101px !important; }[data-css=\"tve-u-1697a1085c2\"] { max-width: 17.9%; }[data-css=\"tve-u-1697a108756\"] { max-width: 82.3%; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 0.1em !important; }[data-css=\"tve-u-1697a10c380\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a116a41\"] { height: calc(100% + 17px); margin-top: 0px !important; }[data-css=\"tve-u-1697a11f319\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697a127206\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697a12f44d\"] { font-size: 24px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a12f44f\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f450\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f451\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f452\"] > :first-child { color: rgb(220, 71, 0); }[data-css=\"tve-u-1697a12f44f\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f450\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f451\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f452\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f44d\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-1697891dc9a\"] { padding-bottom: 14px !important; }[data-css=\"tve-u-1697a180df5\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a180df5\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a1838f2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a1838f2\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a194696\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] p, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] li, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] blockquote, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] address, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] .tcb-plain-text, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] label, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h1, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h2, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h3, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h4, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h5, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h6 { color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1b2bee\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a1b2bee\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1c1c73\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1697a1c786c\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a1e0f85\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ec148\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1f1c7b\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a22cb3d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(242, 246, 255), rgb(242, 246, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a233ebe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a24001f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a250289\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a256434\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a25e886\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a285a16\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a28e123\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a2995ae\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a2995b0\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b2\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b3\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b4\"] > :first-child { color: rgb(200, 0, 73); }[data-css=\"tve-u-1697a2995b0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b2\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b3\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b4\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-1697a2b3cee\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a2b8cc0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a384f47\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 40px !important; margin-right: 40px !important; padding: 20px !important; border-radius: 10px !important; }[data-css=\"tve-u-1697ac44c62\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac47346\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac60a78\"] { font-size: 57px !important; }[data-css=\"tve-u-1697ac62072\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac66407\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac68bce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6ac23\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6e62d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9aedb\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9d886\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697acc9ee0\"] { font-size: 122px !important; }:not(#tve) [data-css=\"tve-u-1697acf04a8\"] { font-size: 160px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 187, 5) !important; }[data-css=\"tve-u-1697acf04a8\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697ad5ebb1\"] { font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697ad61964\"] { font-size: 18px !important; }[data-css=\"tve-u-16977561800\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697ad979f5\"] { font-size: 80px !important; }[data-css=\"tve-u-1697adf2210\"] { line-height: 1.15em !important; }[data-css=\"tve-u-1697b063d33\"] { width: 310px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697b071ce0\"] { border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 12px 0px; clip-path: url(\"#clip-bottom-f43191b958e06\"); -webkit-clip-path: url(\"#clip-bottom-f43191b958e06\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697b3b9ba0\"] { color: rgb(103, 49, 183) !important; }[data-css=\"tve-u-1697b44ecf6\"] { color: rgb(255, 86, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b455af8\"] { color: rgb(255, 187, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b45fa09\"] { max-height: 200px; }[data-css=\"tve-u-1697b4628f8\"] { line-height: 1em !important; }[data-css=\"tve-u-1697b53e555\"] { width: 463px; position: absolute; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-1697b608579\"] { background-image: none !important; }[data-css=\"tve-u-1697b60ee97\"] { width: 100%; position: absolute; right: 0px; bottom: 0px; }:not(#tve) [data-css=\"tve-u-1697b627069\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697b62706b\"] { font-size: 26px !important; }[data-css=\"tve-u-1697b63b716\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-1697b6c691b\"] { line-height: 1em !important; }[data-css=\"tve-u-1697bcd63f3\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697bce286b\"] { width: 200px; position: absolute; right: 0px; bottom: 0px; z-index: 5 !important; }[data-css=\"tve-u-1697bd19bc1\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd31ac5\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd33993\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697bd71893\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bd69a89\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697bd79122\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79123\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79125\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd71893\"] > :first-child { color: rgb(0, 85, 255); }[data-css=\"tve-u-1697bd79122\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79123\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79125\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda21a0\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda21a0\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda5ec2\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda5ec2\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb16a8\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb16a8\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb242f\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb242f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3002e\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3002e\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3799f\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3799f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3929d\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3929d\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3c4fb\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3c4fb\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3df65\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3df65\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3fd87\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3fd87\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be4424a\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be45654\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be4caf1\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be5de4d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697be5de4f\"] { color: rgb(255, 171, 25) !important; }:not(#tve) [data-css=\"tve-u-1697be64420\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be656f4\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be9816c\"] { max-width: 620px; float: none; margin: 0px auto 40px !important; }[data-css=\"tve-u-1697beabd7d\"] { line-height: 1em !important; }[data-css=\"tve-u-1697beae046\"] { margin-bottom: -36px !important; }[data-css=\"tve-u-1697beb4c3a\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(255, 197, 15) 0%, rgb(218, 12, 44) 95%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697bed5c72\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-1697bf16c5c\"] { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) [data-css=\"tve-u-1697bf2c301\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-1697bf3fc6d\"] { color: rgb(248, 233, 4) !important; font-size: 28px !important; font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697bf51742\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf53405\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf3fc6d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1697bf77d15\"] { margin-top: -31px !important; }:not(#tve) [data-css=\"tve-u-1697bf805ea\"] { font-size: 18px !important; }[data-css=\"tve-u-1697bf82b49\"] { max-width: 609px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1697bf8be01\"] { display: block; margin-top: -30px !important; margin-bottom: -50px !important; }[data-css=\"tve-u-1697acf04a8\"] { line-height: 0.5em !important; }[data-css=\"tve-u-1697bf96c6c\"] { margin-top: -23px !important; }[data-css=\"tve-u-1697bf9d1e6\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697bfa3d25\"] { color: rgb(255, 187, 5) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb142\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb144\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb147\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb148\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb149\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb14c\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697c04edc7\"] { color: rgb(255, 197, 15) !important; }[data-css=\"tve-u-1697c06b8ae\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c06d94b\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c228111\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228113\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228114\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c23052d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697c23bf9d\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bfdb142\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb144\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb147\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb148\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb149\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c23bf9d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb14c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16977574823\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c2827a4\"] { margin-top: -22px !important; margin-bottom: -20px !important; }:not(#tve) [data-css=\"tve-u-1697c28cb7b\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c293f55\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c56f2ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697c5a2777\"] { position: absolute; bottom: 0px; transform: rotate(180deg); height: 175px; fill: rgb(255, 255, 255); left: 0px; }[data-css=\"tve-u-1697c5fa1b8\"] { background-image: none !important; }[data-css=\"tve-u-1697c637f03\"] { width: 159px; display: block; position: absolute; top: 0px; right: 0px; }:not(#tve) [data-css=\"tve-u-1697c6a9a1f\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c6b420e\"] { width: 159px; display: block; position: absolute; bottom: -30px; left: -60px; }:not(#tve) [data-css=\"tve-u-1697c7045fe\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c76174a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697c76174a\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c763189\"] { margin-top: -28px !important; }[data-css=\"tve-u-1697c76b9c3\"] .tve_sep { border-width: 2px; border-color: rgba(255, 255, 255, 0.52); }[data-css=\"tve-u-1697c76b9c3\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697c786922\"] { background-image: none !important; }[data-css=\"tve-u-1697c7a3123\"] { width: 175px; position: absolute; bottom: 0px; left: 0px; z-index: 10 !important; }[data-css=\"tve-u-1697ca4994f\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10931027_10202428723359713_8419731428254055126_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697ca7ed21\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697ca94f01\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb168ab\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/29243858_10214730699523138_5775310517918233829_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb2b9a5\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb3c87e\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/20375712_1873324396027913_2320555637976989019_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697cb6c16a\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb84449\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697cf7715c\"] { background-color: rgb(255, 255, 255) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/04.png\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/02.png\") !important; background-size: auto, auto !important; background-position: 100% 50%, 0% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697cf7715d\"] { max-width: 1080px; }[data-css=\"tve-u-1697cf7715e\"] { margin-top: 0px !important; padding-top: 20px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697cf77160\"] { font-size: 47px !important; }[data-css=\"tve-u-1697cf77161\"] { font-size: 38px !important; }[data-css=\"tve-u-1697cf77162\"] { float: none; z-index: 3; position: relative; max-width: 744px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 1px !important; }[data-css=\"tve-u-1697cf77163\"] { float: none; max-width: 826px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697dc478f9\"] { max-width: 700px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e675faa\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e678f42\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e67d527\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e67ee9a\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e6cec20\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697e73e878\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e73fe2f\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e7439f1\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e74525d\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 0.05em !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 0.4em !important; }[data-css=\"tve-u-1697e92262c\"] { line-height: 0.25em !important; }[data-css=\"tve-u-1697e92411f\"] { line-height: 1.15em !important; }[data-css=\"tve-u-16979b7639a\"] { line-height: 1.4em !important; }[data-css=\"tve-u-1697e950af9\"] { width: 512px; }[data-css=\"tve-u-1697e950afb\"] { margin-bottom: -10px !important; padding-bottom: 10px !important; padding-top: 40px !important; }[data-css=\"tve-u-1697e950afe\"] { max-width: 1080px; }[data-css=\"tve-u-1697e950b01\"] { filter: grayscale(0%) blur(0px); opacity: 1; clip-path: url(\"#clip-bottom-b46bfde3dc9b7\"); -webkit-clip-path: url(\"#clip-bottom-b46bfde3dc9b7\");  background-image: linear-gradient(rgb(100, 42, 184), rgb(100, 42, 184)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697e950b04\"] { width: 500px; }[data-css=\"tve-u-1697e950b05\"] { width: 500px; }[data-css=\"tve-u-1697e950b06\"] { width: 512px; }[data-css=\"tve-u-1697e950b07\"] { width: 512px; }[data-css=\"tve-u-1697e950b08\"] { width: 512px; }[data-css=\"tve-u-1697e950b09\"] { width: 512px; }[data-css=\"tve-u-1697e950b0a\"] { width: 512px; }[data-css=\"tve-u-1697e950b0b\"] { width: 512px; }[data-css=\"tve-u-1697e950b0d\"] { float: none; max-width: 626px; margin-bottom: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b10\"] .tcb-flex-col { flex-basis: 125px !important; }:not(#tve) [data-css=\"tve-u-1697e950b11\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697e950b12\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e8\"] { letter-spacing: 5px; font-family: Montserrat !important; font-weight: 400 !important; font-size: 32px !important; line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e7\"] { margin-top: 38px !important; }[data-css=\"tve-u-1697fb0d5d3\"] { line-height: 0em !important; }[data-css=\"tve-u-1697fb12dcc\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-169800b8c55\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169800e6d66\"] { width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-price-button-group=\"tve-u-price-button-group-164cad3586f\"] .thrv-button-group-item.tcb-active-state strong { font-weight: 800; }:not(#tve) [data-css=\"tve-u-1698013170f\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698017be8d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be94\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be9a\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980157070\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980159832\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015c181\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015e3c9\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980160278\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980162974\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169801647b4\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980166703\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980168a8c\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016ae14\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016e6b2\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017204d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017458f\"] > :first-child { color: rgb(255, 86, 5); }[data-css=\"tve-u-169801afc9b\"] { width: 191px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169802c2f81\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169802e1fe6\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698031fdd8\"] { font-size: 18px !important; text-transform: uppercase !important; color: rgb(218, 12, 44) !important; }:not(#tve) [data-css=\"tve-u-16980323183\"] { font-size: 18px !important; color: rgb(218, 12, 44) !important; }[data-css=\"tve-u-16981575a92\"] { line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 55px !important; }[data-css=\"tve-u-16981587c11\"] { max-width: 627px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1698158a53f\"] { font-size: 24px !important; }[data-css=\"tve-u-1698158a53f\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169834fd5f9\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-16983518f30\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16983525b8c\"] { line-height: 1em !important; }[data-css=\"tve-u-16986b2a54d\"] { width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16986b31863\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c485b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169878e6dd7\"] { font-size: 8px !important; }[data-css=\"tve-u-16987a7f0bd\"] { margin-top: 18px !important; }:not(#tve) [data-css=\"tve-u-16987a92580\"] { font-size: 12px !important; }[data-css=\"tve-u-169895df35b\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35c\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35d\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35e\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df360\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df361\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df362\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df363\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df364\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df365\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df366\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df367\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df368\"] { max-width: 1080px; }[data-css=\"tve-u-169895df369\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-169895df36b\"] { background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169895df370\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-169895df371\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169895df372\"] { margin-top: 20px !important; }[data-css=\"tve-u-169895df373\"] { margin-top: 14px !important; }:not(#tve) [data-css=\"tve-u-169895df374\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-169895df375\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-169895df376\"] { margin-top: 14px !important; }[data-css=\"tve-u-169895df377\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df378\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df379\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37a\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37b\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df371\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697beabd7d\"] { color: rgb(17, 21, 34) !important; }:not(#tve) [data-css=\"tve-u-16ce81b34a2\"] { color: rgb(233, 238, 241) !important; line-height: 1.4em !important; font-size: 40px !important; }[data-css=\"tve-u-16ce81b8cd2\"] { min-height: 3227px !important; }[data-css=\"tve-u-16ce81bb11d\"] { max-width: 693px; float: none; padding-right: 2px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 100px !important; }[data-css=\"tve-u-16ce885af11\"] { width: 180px; float: none; margin: 10px auto !important; }:not(#tve) [data-css=\"tve-u-16ce8a4f5fd\"] { font-size: 30px !important; color: rgb(242, 246, 255) !important; }[data-css=\"tve-u-16ce8a6393e\"] { float: none; max-width: 901px; margin-bottom: -50px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16ce8de975f\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16ce8dfb8d4\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-16ce8e03b1f\"] { margin-bottom: -40px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 0.05em !important; }:not(#tve) [data-css=\"tve-u-16cebeb7143\"] { line-height: 1.5em !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebeb8da9\"] { max-width: 719px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed78\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16cebf6ed79\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf6ed7a\"] { width: 119px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed7b\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7d\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7e\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf6ed7f\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed7f\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed82\"] { width: 124px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed85\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed85\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf6ed87\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed87\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed88\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed88\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8a\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8a\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8b\"] { width: 143px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8e\"] { width: 108px; float: right; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8f\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8f\"] { color: rgb(20, 20, 20) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf6ed91\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed92\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16cebf6ed93\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf7c201\"] { margin-top: -20px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c202\"] { width: 433px; }[data-css=\"tve-u-16cebf7c203\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf7c204\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c206\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c206\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }:not(#tve) [data-css=\"tve-u-16cebf7c207\"] { font-size: 22px !important; color: rgb(14, 14, 14) !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf7c209\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c209\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf7c20a\"] { margin-top: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16cebf7c20b\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf88922\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf88922\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; line-height: 0.75em !important; }[data-css=\"tve-u-16cebf9d491\"] { margin-top: -15px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d493\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d494\"] { margin-top: -50px !important; }[data-css=\"tve-u-16cebf9d495\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16cebf9d496\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d497\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d498\"] { line-height: 1.35em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d499\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49a\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49b\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d499\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49a\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49b\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49d\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49e\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49f\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }[data-css=\"tve-u-16cebf9d4a0\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a1\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebf9d4a2\"] { background-image: linear-gradient(rgba(119, 14, 172, 0.87), rgba(119, 14, 172, 0.87)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16cebf9d4a3\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d495\"] { color: rgb(255, 255, 255) !important; font-size: 23px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d498\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d497\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d496\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a5\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a5\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a6\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a6\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a7\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a7\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a9\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4aa\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ab\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ac\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ac\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ad\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ad\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ae\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ae\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4af\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d4b0\"] { max-width: 1080px; }:not(#tve) [data-css=\"tve-u-16cecf6f07f\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16ced8c9c55\"] { background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner-1.jpg\") !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16ced8c9c57\"] { padding-top: 60px !important; }[data-css=\"tve-u-16ced8c9c5a\"] { margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c5b\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8c9c5d\"] { width: 600px; }:not(#tve) [data-css=\"tve-u-16ced8c9c5e\"] { font-size: 32px !important; }[data-css=\"tve-u-16ced8c9c60\"] { margin-top: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-16ced8c9c61\"] { max-width: 1080px; }[data-css=\"tve-u-16ced8c9c62\"] { line-height: 1.25em !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c62\"] { font-size: 42px !important; color: rgb(25, 25, 25) !important; }[data-css=\"tve-u-16ced8c9c64\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c65\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c66\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 60px !important; margin-bottom: 10px !important; background-image: none !important; }[data-css=\"tve-u-16ced8d2900\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d4544\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d7915\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced8da9c2\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8de7d5\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e2611\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e7863\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced99d2f0\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16ced99d2f0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16d4442f0bc\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0ba\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0be\"] { --tcb-local-color-icon:rgb(255,255,255); --tcb-local-color-var:rgb(255,255,255); --tve-icon-size:61px; margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 162px; }[data-css=\"tve-u-16d4442f0b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16d4442f0b7\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-16d4442f0c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-16d4442f0bd\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-16d4442f0b9\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-16d4442f0c1\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b5\"] { max-width: 929px; }[data-css=\"tve-u-16d4442f0c3\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0c2\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c2\"] { max-width: 460px; }[data-css=\"tve-u-16d9af48eb6\"] { float: none; max-width: 400px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af55010\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af72faf\"] { max-width: 400px; }#tcb_landing_page .thrv_text_element a, #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a { color: rgb(255, 86, 5); }[data-css=\"tve-u-171a2d27881\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27880\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27883\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2787e\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2787d\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2787d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27889\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d27888\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d27882\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d27882\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d2787f\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d27885\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2787c\"] { max-width: 929px; }[data-css=\"tve-u-171a2d27887\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27886\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27886\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278a2\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a1\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a4\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2789f\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2789e\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2789e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278aa\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278a9\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278a3\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278a0\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278a6\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2789d\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278a8\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a7\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a7\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278be\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278bd\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c0\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278bb\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278ba\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278ba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278bf\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278bc\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278c2\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278b9\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278c4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c3\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c3\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278d8\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278d7\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278da\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278d5\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278d4\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278d4\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278e0\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278df\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278d9\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278d6\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278dc\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d3\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278de\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278dd\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278dd\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278f5\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f7\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278f2\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278f1\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278fd\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278fc\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278f6\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278f3\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278f9\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f0\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278fb\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278fa\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278fa\"] { max-width: 460px; }[data-css=\"tve-u-17696d2bf09\"] { float: none; max-width: 800px !important; margin: -280px auto 20px !important; }[data-css=\"tve-u-17e9e546e7e\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tcb_landing_page p { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-17f927eda61\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927eda61\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-17f927ef9c4\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927ef9c4\"] { line-height: 0em !important; }[data-css=\"tve-u-17f927fc9de\"] { max-width: 33.3334%; }:not(#tve) [data-css=\"tve-u-17f928028a2\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f928028a2\"] { line-height: 0em !important; }[data-css=\"tve-u-17f928c3119\"] { max-width: 100%; }[data-css=\"tve-u-17fefbb2708\"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:32px; }}@media (max-width: 1023px){[data-css=\"tve-u-1697a3c453e\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4515\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c451e\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4517\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c451c\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4520\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4518\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4aa5\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a7c\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c4a85\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4a7f\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4a86\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4a80\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 621px; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-tablet-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-tablet-top-7c5d115670918\");  }[data-css=\"tve-u-161568e7dfe\"] { margin-top: -155px !important; }[data-css=\"tve-u-1604fcb514b\"] { min-height: 701px !important; }[data-css=\"tve-u-1609ca142c7\"] { min-height: 1px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-tablet-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-tablet-top-605ff1687da54\");  }[data-css=\"tve-u-1609ca16463\"] { margin-top: -127px !important; padding-top: 0px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-left: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697ca4994f\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697ca94f01\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb168ab\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb3c87e\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cf77162\"] { margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1697e678f42\"] { max-width: 616px; }[data-css=\"tve-u-1697e67ee9a\"] { max-width: 616px; }[data-css=\"tve-u-1697e73fe2f\"] { max-width: 616px; }[data-css=\"tve-u-1697e74525d\"] { max-width: 616px; }[data-css=\"tve-u-1697756969d\"] { line-height: 1.25em !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0.6em !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b04\"] { float: none; width: 500px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b05\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950af9\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16981587c11\"] { margin-top: 1px !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 45px !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 31px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 31px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 21px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 1px; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-16d4442f0b9\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-16d4442f0c2\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 1px; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d2787f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d27886\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278a0\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278a7\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278bc\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278c3\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278d6\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278dd\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278f3\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278fa\"] { padding-bottom: 0px !important; }}@media (max-width: 767px){#tcb_landing_page h1 { font-size: 34px; }#tcb_landing_page h2 { font-size: 24px; }#tcb_landing_page h3 { font-size: 22px; }#tcb_landing_page h4 { font-size: 20px; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c453e\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4514\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4513\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4520\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c451b\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4aa5\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4a7a\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4a86\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a82\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1609ede293d\"] { padding-top: 20px !important; }[data-css=\"tve-u-161703f14b4\"] { padding: 0px 10px !important; margin: 0px !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 47px; }[data-css=\"tve-u-161568e7dfe\"] { margin-top: 145px !important; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-mobile-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-mobile-top-7c5d115670918\");  }[data-css=\"tve-u-1609ca142c7\"] { min-height: 85px !important; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca16463\"] { margin-top: 240px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-mobile-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-mobile-top-605ff1687da54\");  }[data-css=\"tve-u-1604fcb514b\"] { min-height: 489px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { margin-top: 0px !important; padding-top: 0px !important; }h1 { font-size: 34px; }h2 { font-size: 24px; }h3 { font-size: 22px; }h4 { font-size: 20px; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169716a23d8\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1697cf77162\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-1697d10abb0\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16978a934af\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb65\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 275px; }[data-css=\"tve-u-1696f8b8138\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 1em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 1em !important; }[data-css=\"tve-u-1697e675faa\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e678f42\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e67d527\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e67ee9a\"] { margin-top: 10px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 300px !important; }[data-css=\"tve-u-1697e6cec20\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-1697b60ee97\"] { display: block; position: relative; }[data-css=\"tve-u-1697b608579\"]::after { clear: both; }[data-css=\"tve-u-1697e73e878\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1697e73fe2f\"] { margin-top: 20px !important; }[data-css=\"tve-u-1697e7439f1\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e74525d\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 1.2em !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 1.75em !important; }[data-css=\"tve-u-1697dc478f9\"] { margin-bottom: 80px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 1.75em !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 18px !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-16d4442f0b9\"] { margin-top: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-size: 19px !important; }[data-css=\"tve-u-16d4442f0c2\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d2787f\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d27886\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278a0\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278a7\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278bc\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278c3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278d6\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278dd\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278f3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278fa\"] { margin-top: 0px !important; }}@media (min-width: 300px){[data-css=\"tve-u-1697a3c4a4c\"] .tcb-button-link, [data-css=\"tve-u-1697a3c4a4c\"] button { border-bottom: 4px solid rgb(15, 147, 124); border-radius: 4px; line-height: 1.2em; font-size: 32px; padding: 18px 30px; background-image: linear-gradient(0deg, rgb(193, 255, 0) 0%, rgb(113, 186, 25) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }}'),(3291,841,'tve_revision_tve_user_custom_css','h1:not(.site-title):before, h2:before {\n    background: #767676;\n    content: \"�20\";\n    display: none;\n    height: 2px;\n    margin: 1rem 0;\n    width: 1em;\n}'),(3292,841,'tve_revision_tve_page_events','a:0:{}'),(3293,841,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-1616f2cf7aa\";s:8:\"font_cls\";a:0:{}}'),(3294,841,'tve_revision_tve_global_scripts',''),(3295,841,'tve_revision_thrive_icon_pack','0'),(3296,841,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3297,841,'tve_revision_tve_has_masonry','0'),(3298,841,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpjn_postmeta` VALUES (3299,841,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3300,841,'tve_revision_tve_has_wistia_popover','0'),(3301,842,'tve_revision_tve_landing_page','tcb2-prolayers-short-video-sales-page'),(3302,842,'tve_revision_tve_disable_theme_dependency',''),(3303,842,'tve_revision_tve_content_before_more','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3304,842,'tve_revision_tve_content_more_found',''),(3305,842,'tve_revision_tve_save_post',''),(3306,842,'tve_revision_tve_custom_css','@import url(\"//fonts.googleapis.com/css?family=Rubik:400,400i,500,300,700,300i,500i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i,300,300i,600,600i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,900,900i&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Playfair+Display:400,700,900,&subset=latin\");@import url(\"//fonts.googleapis.com/css?family=Libre+Baskerville:400&subset=latin\");@media (min-width: 300px){#tcb_landing_page h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }#tcb_landing_page h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(32, 39, 74); font-weight: 400; }#tcb_landing_page h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(18, 56, 81); }#tcb_landing_page h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(51, 57, 86); }#tcb_landing_page h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }#tcb_landing_page h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }#tcb_landing_page h1 strong { font-weight: 500; }#tcb_landing_page h2 strong { font-weight: 700; }#tcb_landing_page h4 strong { font-weight: 500; }#tcb_landing_page h5 strong { font-weight: 500; }#tcb_landing_page h6 strong { font-weight: 500; }#tcb_landing_page .tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page input { font-family: \"Source Sans Pro\"; font-weight: 400; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page .tcb-button-link strong { font-weight: 600; }#tcb_landing_page input strong { font-weight: 600; }[data-css=\"tve-u-1697a3c4513\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4513\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c453d\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c452a\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4516\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4514\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4515\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451a\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4524\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c451e\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4523\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4523\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c451c\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1069181_513100162088493_1528800415_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4521\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4522\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4525\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4520\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c451b\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4515\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4518\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4518\"] { opacity: 0.11; }:not(#tve) [data-css=\"tve-u-1697a3c47fe\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c47fe\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fc\"] { max-width: 16.6%; }[data-css=\"tve-u-1697a3c47ff\"] { max-width: 83.6%; }[data-css=\"tve-u-1697a3c47fb\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697a3c47fd\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4801\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a3c4806\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4800\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-1697a3c4802\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c4852\"] { max-width: 23.7%; }[data-css=\"tve-u-1697a3c4856\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-1697a3c4854\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697a3c4854\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c47fa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c480f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c480f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4818\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4818\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4821\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4821\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c482a\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c482a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4833\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4833\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c483d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c483d\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4846\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4846\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c484f\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c484f\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4859\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-1697a3c4859\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a3c483e\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485b\"] { line-height: 0em !important; }[data-css=\"tve-u-1697a3c485c\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c485b\"] { color: rgb(255, 255, 255) !important; font-family: \"Source Sans Pro\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c485c\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697a3c4855\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697a3c482b\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4834\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4847\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4850\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485a\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4822\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4810\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4803\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4807\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4804\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c4819\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a3c485f\"] { max-width: 355px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4863\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a4d\"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7a\"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }[data-css=\"tve-u-1697a3c4a7a\"] { max-width: 1101px; float: none; width: 100%; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4aa4\"] { max-width: 33.3659%; }[data-css=\"tve-u-1697a3c4a90\"] { max-width: 33.1%; }[data-css=\"tve-u-1697a3c4a7e\"] { max-width: 33.5%; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-top: 65px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { margin-left: -40px; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a81\"] { min-height: 181px; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 120px; }[data-css=\"tve-u-1697a3c4a8a\"] { margin-top: 14px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a85\"] { max-width: 996px; float: none; margin: -8px auto 0px !important; padding: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 1080px; z-index: 7; margin: 0px auto !important; padding: 0px 0px 20px !important; }[data-css=\"tve-u-1697a3c4a89\"] .tve_sep { border-width: 1px; border-color: rgba(247, 247, 247, 0.15); }[data-css=\"tve-u-1697a3c4a89\"] { padding: 25px 0px 5px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/48926262_10215776895352653_7840580455182106624_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a3c4a87\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 16px !important; }[data-css=\"tve-u-1697a3c4a88\"] { font-family: Rubik !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a8b\"] { font-weight: 400; font-family: \"Libre Baskerville\" !important; color: rgb(51, 57, 86) !important; font-size: 19px !important; }[data-css=\"tve-u-1697a3c4a86\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697a3c4a82\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] > .tcb-flex-col { padding-left: 40px; }[data-css=\"tve-u-1697a3c4a80\"] { border-radius: 5px; overflow: hidden; box-shadow: none; background-color: rgb(233, 238, 241) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-2-300x244-1.png\") !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a80\"] { opacity: 0.11; }[data-css=\"tve-u-1616f5523d1\"] { background-image: none !important; }[data-css=\"tve-u-16170795ff1\"] { padding-top: 107px !important; padding-bottom: 100px !important; }[data-css=\"tve-u-161706f6951\"] { max-width: 100%; min-height: 456px !important; }[data-css=\"tve-u-1609ca142c7\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca142c7\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f4721\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 1000px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 30px !important; }[data-css=\"tve-u-1616f2cf7aa\"] { background-color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 298px; }[data-css=\"tve-u-161568e7dfe\"] { z-index: 40; margin-top: 173px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] { max-width: 100%; text-align: center; min-height: 1px !important; }[data-css=\"tve-u-160a257807e\"] { clip-path: url(\"#clip-bottom-ae888d0ecb3088\"); -webkit-clip-path: url(\"#clip-bottom-ae888d0ecb3088\");  background-image: linear-gradient(rgba(24, 5, 52, 0.8), rgba(24, 5, 52, 0.8)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/header-bg-1.png\"), linear-gradient(50deg, rgba(112, 69, 175, 0.1) 0%, rgb(255, 86, 5) 100%) !important; background-size: auto, cover, cover, auto !important; background-position: 0px 0px, 100% 50%, 50% 50%, 0px 0px !important; background-attachment: scroll, scroll, scroll, scroll !important; background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important; }[data-css=\"tve-u-160a1619713\"] .tve_sep { border-width: 1px; border-color: rgba(255, 255, 255, 0.1); }[data-css=\"tve-u-160a1619713\"] { max-width: 99%; float: none; width: 100%; padding-top: 5px !important; padding-bottom: 5px !important; margin-top: -19px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ededb45\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1609ede293d\"] { border-top: 1px solid rgb(237, 243, 247); padding-top: 30px !important; }[data-css=\"tve-u-1609edd71a4\"] { max-width: 100%; min-height: 25px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-top-605ff1687da54\");  background-color: rgb(248, 251, 253) !important; background-image: none !important; }[data-css=\"tve-u-1609ca16463\"] { z-index: 40; margin-top: -169px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-1609ca142c7\"] { max-width: 100%; min-height: 384px !important; }[data-css=\"tve-u-160a25790c2\"] { margin-top: 0px !important; padding: 20px 0px 0px !important; }[data-css=\"tve-u-16170702314\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16170702315\"] { max-width: 1180px; float: none; z-index: 9; margin-left: auto !important; margin-right: auto !important; margin-top: 0px !important; }h1 { font-family: Rubik; font-weight: 300; font-size: 64px; line-height: 1.5em; color: rgb(255, 255, 255); }h2 { font-family: \"Playfair Display\"; font-size: 34px; line-height: 1.6em; color: rgb(71, 74, 89); font-weight: 400; }h3 { font-family: \"Playfair Display\"; font-size: 30px; line-height: 1.5em; color: rgb(35, 144, 237); }h4 { font-family: Rubik; font-weight: 300; font-size: 22px; line-height: 1.5em; color: rgb(105, 123, 143); }h5 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); }h6 { font-family: Rubik; font-weight: 300; font-size: 20px; line-height: 1.5em; color: rgb(71, 74, 89); text-transform: uppercase; }h1 strong { font-weight: 500; }h2 strong { font-weight: 700; }h4 strong { font-weight: 500; }h5 strong { font-weight: 500; }h6 strong { font-weight: 500; }p, li { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; }.tcb-button-link { font-family: \"Source Sans Pro\"; font-weight: 400; }input { font-family: \"Source Sans Pro\"; font-weight: 400; }p strong, li strong { font-weight: 600; }.tcb-button-link strong { font-weight: 600; }input strong { font-weight: 600; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h1 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h2 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1604fcb514b\"] h3 { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1696f7ed6d3\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f7f2188\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f83b2a8\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\"), linear-gradient(rgb(82, 43, 149), rgb(82, 43, 149)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f842aa1\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696f8b8138\"] { width: 718px; float: none; margin: 61px auto 33px !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 402px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f9580de\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696f959e2e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1696f967425\"] { max-width: 940px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696f974500\"] { width: 955px; }[data-css=\"tve-u-1696f980b9c\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1696faa0ff0\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1696fac4d91\"] { min-height: 100vh !important; }[data-css=\"tve-u-1696fac65f6\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696faef216\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1696fafe04f\"] { padding: 60px !important; margin-top: 10px !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1696faef216\"] > .tcb-flex-col > .tcb-col { min-height: 100vh; }[data-css=\"tve-u-1696fb4ecf2\"] { max-width: 900px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1696fb66d78\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fb87b16\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fccab28\"] { max-width: 900px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fd80511\"] { padding-top: 60px !important; padding-bottom: 150px !important; }[data-css=\"tve-u-1696fd8a17e\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1696fe011b6\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1696fe0abc3\"] { max-width: 825px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697147c4dc\"] { line-height: 0em !important; }[data-css=\"tve-u-169714819b8\"] { font-size: 57px !important; }[data-css=\"tve-u-169714819bb\"] { font-size: 57px !important; }[data-css=\"tve-u-1697148247e\"] { font-size: 57px !important; }[data-css=\"tve-u-1697149300f\"] { line-height: 0em !important; }[data-css=\"tve-u-16971493010\"] { font-size: 57px !important; }[data-css=\"tve-u-16971493011\"] { font-size: 57px !important; }[data-css=\"tve-u-16971513154\"] { line-height: 1em !important; }[data-css=\"tve-u-16971513155\"] { font-size: 57px !important; }[data-css=\"tve-u-16971524912\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971524913\"] { font-size: 57px !important; }[data-css=\"tve-u-16971534054\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971534055\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579ddf\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971579de0\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de1\"] { font-size: 57px !important; }[data-css=\"tve-u-16971579de2\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b03\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16971585b05\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b06\"] { font-size: 57px !important; }[data-css=\"tve-u-16971585b07\"] { font-size: 57px !important; }[data-css=\"tve-u-1697159fd6c\"] { clip-path: url(\"#clip-top-d424f0b1d16f7\"); -webkit-clip-path: url(\"#clip-top-d424f0b1d16f7\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\"), linear-gradient(rgb(77, 34, 140), rgb(77, 34, 140)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169715b3720\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715b3722\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3723\"] { font-size: 57px !important; }[data-css=\"tve-u-169715b3724\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf427\"] { line-height: 0em !important; }[data-css=\"tve-u-169715bf428\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf429\"] { font-size: 57px !important; }[data-css=\"tve-u-169715bf42a\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b4\"] { line-height: 0em !important; }[data-css=\"tve-u-169715d11b5\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b6\"] { font-size: 57px !important; }[data-css=\"tve-u-169715d11b7\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db139\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169715db13b\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13c\"] { font-size: 57px !important; }[data-css=\"tve-u-169715db13d\"] { font-size: 57px !important; }:not(#tve) [data-css=\"tve-u-16971637dc5\"] { font-size: 22px !important; }[data-css=\"tve-u-16971637dc5\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169716a23d8\"] { max-width: 866px; float: none; margin: 15px auto !important; }:not(#tve) [data-css=\"tve-u-1697184ca2a\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697184ca2c\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16971856da2\"] { color: rgb(233, 238, 241) !important; }[data-css=\"tve-u-169721c6682\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-169722351ae\"] { font-size: 128px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-169722351ae\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351ac\"] { max-width: 16.6%; }[data-css=\"tve-u-169722351af\"] { max-width: 83.6%; }[data-css=\"tve-u-169722351ab\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169722351ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-1-150x150-1.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169722351b1\"] { background-image: none !important; }[data-css=\"tve-u-169722351b0\"] { width: 257px; }:not(#tve) [data-css=\"tve-u-169722351b2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351b2\"] { line-height: 1em !important; }[data-css=\"tve-u-16972235201\"] { max-width: 23.7%; }[data-css=\"tve-u-16972235205\"] { max-width: 76.5%; }:not(#tve) [data-css=\"tve-u-16972235203\"] { letter-spacing: 0px; font-size: 84px !important; color: rgb(255, 187, 5) !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-16972235203\"] { line-height: 0em !important; }[data-css=\"tve-u-169722351aa\"] { max-width: 1071px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169722351be\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351be\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351c7\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351c7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d0\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d0\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351d9\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351d9\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351e2\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351e2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351ec\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351ec\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351f5\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351f5\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169722351fe\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169722351fe\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972235208\"] { color: rgb(255, 255, 255) !important; text-transform: none !important; }[data-css=\"tve-u-16972235208\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169722351ed\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520a\"] { line-height: 0em !important; }[data-css=\"tve-u-1697223520b\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697223520a\"] { color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697223520b\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16972235204\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169722351da\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351e3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351f6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351ff\"] { font-size: 18px !important; }[data-css=\"tve-u-16972235209\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351d1\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351bf\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b3\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b6\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351b4\"] { font-size: 18px !important; }[data-css=\"tve-u-169722351c8\"] { font-size: 18px !important; }[data-css=\"tve-u-1697223520e\"] { max-width: 559px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223520f\"] { margin-bottom: 0px !important; }[data-css=\"tve-u-16972235212\"] { width: 257px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697223dae0\"] { background-image: linear-gradient(rgb(51, 57, 86), rgb(51, 57, 86)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16972247ae7\"] { color: rgb(233, 238, 241) !important; }:not(#tve) [data-css=\"tve-u-16972248f86\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-1697229b906\"] { color: rgb(248, 251, 253) !important; }:not(#tve) [data-css=\"tve-u-16972545d23\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972545d23\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697254b077\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697254b077\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725510c2\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725510c2\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972555ead\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972555ead\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697255f43a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697255f43a\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725671ed\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-169725671ed\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256b604\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256b604\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697256f312\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697256f312\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16972574219\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-16972574219\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169725785b6\"] { color: rgb(255, 86, 5) !important; text-transform: none !important; font-size: 24px !important; }[data-css=\"tve-u-169725785b6\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972578749\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697257ec78\"] { color: rgb(255, 86, 5) !important; font-size: 32px !important; }[data-css=\"tve-u-16972792c27\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697279a47c\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px, rgba(0, 0, 0, 0.08) 0px 16px 32px 0px; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169727bddc1\"] { width: 96px; }[data-css=\"tve-u-169727c2ade\"] { max-width: 24.5%; }[data-css=\"tve-u-169727c2bc9\"] { max-width: 75.9%; }[data-css=\"tve-u-169727cb4f3\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cb4f5\"] { line-height: 0em !important; }[data-css=\"tve-u-169727cd9ba\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169727fb751\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(0, 255, 224) 0%, rgb(23, 8, 173) 100%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697280dbbc\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697280dbbd\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972831b84\"] { clip-path: url(\"#clip-bottom-464a3ecdda317\"); -webkit-clip-path: url(\"#clip-bottom-464a3ecdda317\");  background-image: none !important; }[data-css=\"tve-u-16972a743ed\"] { font-size: 62px !important; }a:not(.tcb-button-link) { color: rgb(255, 86, 5); }[data-css=\"tve-u-16972abdb65\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 0.4em !important; }[data-css=\"tve-u-16972ac14e8\"] { padding-left: 63px !important; margin-top: 37px !important; }[data-css=\"tve-u-16972ae12de\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 0em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972aefdaa\"] { margin-top: 27px !important; padding-left: 63px !important; }[data-css=\"tve-u-16972c08e3b\"] { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px 0px, rgba(0, 0, 0, 0.15) 0px 12px 24px 0px; clip-path: url(\"#clip-bottom-5028930dfbc96\"); -webkit-clip-path: url(\"#clip-bottom-5028930dfbc96\");  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16972c0fbb8\"] { max-width: 900px; float: none; margin: -120px auto -101px !important; padding: 60px 40px !important; }[data-css=\"tve-u-16975b7a3b4\"] { width: 90%; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e79\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16976142e7e\"] { width: 200px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16976142e7b\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-16976142e7f\"] { max-width: 63.8%; }[data-css=\"tve-u-16976142e7c\"] { max-width: 36.2%; }[data-css=\"tve-u-16976142e7b\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16976142e7d\"] { border-radius: 20px; overflow: hidden; background-image: linear-gradient(rgb(18, 56, 81), rgb(18, 56, 81)), linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-color: rgb(17, 137, 198) !important; padding: 20px !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-16976142e82\"] { font-size: 18px !important; }[data-css=\"tve-u-16976142e7a\"] { background-image: none !important; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16976142e78\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-blob.png\") !important; background-color: rgb(255, 255, 255) !important; border: 2px solid rgb(229, 229, 229) !important; background-size: auto !important; background-position: 100% 100% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16976142e80\"] { background-image: none !important; padding: 30px !important; }[data-css=\"tve-u-160c6b04e9d\"] { padding: 0px !important; margin-top: 50px !important; }[data-css=\"tve-u-16976142e81\"] { background-image: none !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16976384845\"] { padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-169763e9430\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169770dc69e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Bitmap.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169770f4144\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977101f37\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771122dd\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169771122dd\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697711e81a\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0em !important; }[data-css=\"tve-u-169763e9430\"] { line-height: 0em !important; }[data-css=\"tve-u-16977122453\"] { margin-top: 70px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771269aa\"] { max-width: 56.9%; }[data-css=\"tve-u-16977126a92\"] { max-width: 43.2%; }[data-css=\"tve-u-1697712be50\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697712f4ef\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697713a68c\"] { flex-direction: row !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697713a68c\"] > .tcb-flex-col > .tcb-col { height: 457px; }[data-css=\"tve-u-1697713f709\"] { max-width: 42.2%; }[data-css=\"tve-u-1697713f717\"] { max-width: 57.9%; }[data-css=\"tve-u-1697715b4b2\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-bottom: 1px !important; }[data-css=\"tve-u-16977171a41\"] { margin-top: 40px !important; margin-bottom: -56px !important; }:not(#tve) [data-css=\"tve-u-16977174b95\"] { font-size: 18px !important; }[data-css=\"tve-u-1697718057b\"] { min-height: 500px !important; }[data-css=\"tve-u-16977187239\"] { padding-left: 40px !important; padding-right: 40px !important; margin-bottom: 20px !important; }[data-css=\"tve-u-16977195e43\"] { padding-top: 120px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169771bb355\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb357\"] { background-image: none !important; }[data-css=\"tve-u-169771bb358\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169771bb359\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169771bb35a\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169771bb35a\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169771bb35d\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169771bb35e\"] { max-width: 46.5%; }[data-css=\"tve-u-169771bb35f\"] { max-width: 53.6%; }[data-css=\"tve-u-169771bb360\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designmock.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169771bb361\"] { background-image: linear-gradient(rgba(86, 0, 204, 0.93), rgba(86, 0, 204, 0.93)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977292e6a\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-169772a1f4d\"] { padding-left: 80px !important; padding-right: 80px !important; }[data-css=\"tve-u-169772a8e05\"] { float: none; max-width: 527px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169772bd90e\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169772bd912\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-169773391ce\"] { background-image: linear-gradient(rgb(255, 86, 5), rgb(255, 86, 5)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697734ad6d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697734ad6d\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697735c421\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977369cb7\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169773c0b28\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2b\"] { background-image: none !important; }[data-css=\"tve-u-169773c0b2c\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169773c0b2d\"] { min-height: 456px !important; }[data-css=\"tve-u-169773c0b2c\"] > .tcb-flex-col > .tcb-col { height: 457px; }:not(#tve) [data-css=\"tve-u-169773c0b2e\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169773c0b2e\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169773c0b2f\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-169773c0b2f\"] { line-height: 0em !important; }[data-css=\"tve-u-169773c0b30\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169773c0b32\"] { max-width: 56.9%; }[data-css=\"tve-u-169773c0b33\"] { max-width: 43.2%; }[data-css=\"tve-u-169773c0b34\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169773c0b35\"] { border-top-left-radius: 0px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697743b4f0\"] { font-size: 18px !important; }[data-css=\"tve-u-1697747e778\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e779\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e77a\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697747e77c\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-1697747e77d\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77d\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697747e77e\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697747e77e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697747e77f\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-1697747e780\"] { max-width: 56.9%; }[data-css=\"tve-u-1697747e781\"] { max-width: 43.2%; }[data-css=\"tve-u-1697747e782\"] { background-image: linear-gradient(rgb(27, 58, 113), rgb(27, 58, 113)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697747e783\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(80, 40, 151), rgb(80, 40, 151)) !important; background-size: cover, auto !important; background-position: 0% 0%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-right: 40px !important; padding-left: 40px !important; }:not(#tve) [data-css=\"tve-u-1697747e784\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169774b83ee\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-169775446b5\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b6\"] { background-image: none !important; }[data-css=\"tve-u-169775446b7\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-169775446ba\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-169775446ba\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-169775446bc\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-169775446bd\"] { max-width: 56.9%; }[data-css=\"tve-u-169775446be\"] { max-width: 43.2%; }[data-css=\"tve-u-169775446bf\"] { background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-169775446c0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene.jpg\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; padding-left: 40px !important; }[data-css=\"tve-u-169775617fe\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-169775617ff\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock-1.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561800\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977561801\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977561802\"] { font-size: 60px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977561802\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977561803\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977561803\"] { line-height: 0em !important; }[data-css=\"tve-u-16977561804\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977561805\"] { max-width: 47.0004%; }[data-css=\"tve-u-16977561806\"] { max-width: 53%; }[data-css=\"tve-u-16977561808\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977561809\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/new-bg-1-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16977569697\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977569698\"] { background-image: none !important; }[data-css=\"tve-u-16977569699\"] { flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697756969a\"] { min-height: 456px !important; }[data-css=\"tve-u-16977569699\"] > .tcb-flex-col > .tcb-col { justify-content: center; }:not(#tve) [data-css=\"tve-u-1697756969b\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697756969d\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697756969d\"] { line-height: 0em !important; }[data-css=\"tve-u-1697756969e\"] { margin-top: 20px !important; margin-bottom: -56px !important; background-image: none !important; }[data-css=\"tve-u-1697756969f\"] { max-width: 56.9%; }[data-css=\"tve-u-169775696a0\"] { max-width: 43.2%; }[data-css=\"tve-u-169775696a1\"] { background-image: repeating-radial-gradient(circle at center center, rgba(148, 163, 176, 0.18), rgba(148, 163, 176, 0.18) 1px, transparent 1px, transparent 100%), linear-gradient(rgb(89, 20, 146), rgb(89, 20, 146)) !important; background-size: 3px 3px, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: repeat, no-repeat !important; }[data-css=\"tve-u-169775696a2\"] { background-image: linear-gradient(rgb(24, 41, 82), rgb(24, 41, 82)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169775696a4\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697757481f\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574820\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.jpg\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16977574821\"] { margin-left: 0px; flex-direction: row-reverse !important; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-16977574822\"] { min-height: 456px !important; }:not(#tve) [data-css=\"tve-u-16977574823\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; }[data-css=\"tve-u-16977574823\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977574824\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; }[data-css=\"tve-u-16977574824\"] { line-height: 0em !important; }[data-css=\"tve-u-16977574826\"] { margin-top: 40px !important; margin-bottom: -56px !important; }[data-css=\"tve-u-16977574827\"] { max-width: 50.4%; }[data-css=\"tve-u-16977574828\"] { max-width: 49.6%; }[data-css=\"tve-u-16977574829\"] { background-image: linear-gradient(rgb(32, 39, 74), rgb(32, 39, 74)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697757482a\"] { background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-169775970fd\"] { padding-top: 60px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-169775f00b0\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1697786e567\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-1697786e567\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169778a74d3\"] { padding-top: 80px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-16977cc6d22\"] { width: 100%; }[data-css=\"tve-u-16977df485d\"] { width: 350px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 40px !important; }:not(#tve) [data-css=\"tve-u-16977e109b1\"] { font-size: 18px !important; }[data-css=\"tve-u-16977e3d67b\"] { background-image: linear-gradient(rgb(0, 41, 220), rgb(0, 41, 220)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16977e51dda\"] { font-size: 97px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e51dda\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-16977e88fd9\"] { font-family: Montserrat !important; font-weight: 400 !important; font-size: 31px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e88fd9\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-16977e8b082\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16977e8e256\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16977e8e258\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697808e8df\"] { width: 658px; }[data-css=\"tve-u-1697838215b\"] { width: 91%; float: none; overflow: hidden; border-radius: 8px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16977574821\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-16978558b62\"] { height: calc(100% + 33px); margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-1697858ab05\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697891a82e\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }[data-css=\"tve-u-169789c7afb\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-169789d2cab\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16978a04292\"] { max-width: 725px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 40px 40px 80px !important; }:not(#tve) [data-css=\"tve-u-16978a288f5\"] > :first-child { color: rgb(137, 194, 68); }[data-css=\"tve-u-16978a52b6d\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a72624\"] { line-height: 1em !important; }[data-css=\"tve-u-16978a7262a\"] { line-height: 1.25em !important; }[data-css=\"tve-u-16978a934af\"] { margin-top: 20px !important; }[data-css=\"tve-u-16978aa7d94\"] { color: rgb(9, 96, 248) !important; }:not(#tve) [data-css=\"tve-u-16978a1cc83\"] { letter-spacing: 2px; text-transform: uppercase !important; }[data-css=\"tve-u-16978ab9201\"] { font-size: 12px !important; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-169784f5fc6\"] { color: rgb(51, 57, 86) !important; font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979b7395e\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-16979b7639a\"] { font-family: \"Playfair Display\" !important; font-weight: 400 !important; font-size: 24px !important; }[data-css=\"tve-u-16979c437b0\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979c81a4d\"] { max-width: 920px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16979c8c657\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979c8dcf8\"] { font-size: 18px !important; }[data-css=\"tve-u-16979cb1066\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16979ccb18e\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979ccb190\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16979cf0c00\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding-left: 20px !important; padding-top: 20px !important; padding-right: 20px !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d0caa4\"] { overflow: hidden; padding: 20px !important; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border-radius: 20px !important; }[data-css=\"tve-u-16979d1f253\"] { margin-top: 0px !important; }[data-css=\"tve-u-16979d240a1\"] { width: 362px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16979d3492a\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }:not(#tve) [data-css=\"tve-u-16979d8a1eb\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ed\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16979d8a1ee\"] > :first-child { color: rgb(17, 45, 167); }:not(#tve) [data-css=\"tve-u-16978928f17\"] > :first-child { color: rgb(17, 45, 167); }[data-css=\"tve-u-16979d8a1eb\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ed\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979d8a1ee\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16978928f17\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979db4534\"] p, [data-css=\"tve-u-16979db4534\"] li, [data-css=\"tve-u-16979db4534\"] blockquote, [data-css=\"tve-u-16979db4534\"] address, [data-css=\"tve-u-16979db4534\"] .tcb-plain-text, [data-css=\"tve-u-16979db4534\"] label, [data-css=\"tve-u-16979db4534\"] h1, [data-css=\"tve-u-16979db4534\"] h2, [data-css=\"tve-u-16979db4534\"] h3, [data-css=\"tve-u-16979db4534\"] h4, [data-css=\"tve-u-16979db4534\"] h5, [data-css=\"tve-u-16979db4534\"] h6 { font-weight: 400 !important; }[data-css=\"tve-u-16979db90de\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e0\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979db90e2\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784faee4\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169784fcdd8\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-169785014fa\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcb\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbce\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-16979dbbbcf\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }[data-css=\"tve-u-1697852e74d\"] { font-size: 32px !important; width: 32px !important; height: 32px !important; }:not(#tve) [data-css=\"tve-u-16979dbbbcb\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbce\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979dbbbcf\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784faee4\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169784fcdd8\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-1697852e74d\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90de\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e0\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-16979db90e2\"] > :first-child { color: rgb(0, 41, 220); }:not(#tve) [data-css=\"tve-u-169785014fa\"] > :first-child { color: rgb(0, 41, 220); }[data-css=\"tve-u-16979dc7fd6\"] { padding-top: 0px !important; }[data-css=\"tve-u-16979dc92e4\"] { margin-top: 0px !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d4\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979e9d5d5\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d6\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d7\"] > :first-child { color: rgb(103, 151, 45); }:not(#tve) [data-css=\"tve-u-16979e9d5d8\"] > :first-child { color: rgb(103, 151, 45); }[data-css=\"tve-u-16979e9d5d5\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d6\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d7\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979e9d5d8\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979eb562a\"] { font-size: 18px !important; }[data-css=\"tve-u-16979eb562c\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-16979ebf399\"] { font-size: 18px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ebf39a\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39b\"] > :first-child { color: rgb(27, 53, 167); }:not(#tve) [data-css=\"tve-u-16979ebf39c\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16979ebf39a\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39b\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ebf39c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-16979ed743a\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-16979ed743c\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743d\"] > :first-child { color: rgb(255, 187, 5); }:not(#tve) [data-css=\"tve-u-16979ed743e\"] > :first-child { color: rgb(255, 187, 5); }[data-css=\"tve-u-16979ed743c\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743d\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979ed743e\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16979f663e1\"] { width: 120px; position: absolute; right: -40px; bottom: -42px; }[data-css=\"tve-u-16979f88e15\"] { overflow: hidden; background-image: linear-gradient(rgba(137, 194, 68, 0.12), rgba(137, 194, 68, 0.12)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 40px !important; border-top-left-radius: 40px !important; }[data-css=\"tve-u-1697a03041c\"] { border-top-left-radius: 40px; overflow: hidden; border-bottom-right-radius: 40px; box-shadow: rgba(0, 85, 255, 0.19) 0px 8px 16px 0px, rgba(0, 116, 255, 0.17) 0px 16px 32px 0px; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; border: medium none !important; }[data-css=\"tve-u-1697a0354ca\"] { max-width: 900px; float: none; margin: -150px auto -117px !important; padding: 60px 40px !important; }[data-css=\"tve-u-1697a0bce8f\"] { padding-top: 90px !important; padding-bottom: 60px !important; }[data-css=\"tve-u-1697a0bd295\"] { box-shadow: none; background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a0f9df8\"] { font-size: 101px !important; }[data-css=\"tve-u-1697a1085c2\"] { max-width: 17.9%; }[data-css=\"tve-u-1697a108756\"] { max-width: 82.3%; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 0.1em !important; }[data-css=\"tve-u-1697a10c380\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a116a41\"] { height: calc(100% + 17px); margin-top: 0px !important; }[data-css=\"tve-u-1697a11f319\"] { line-height: 1em !important; }:not(#tve) [data-css=\"tve-u-1697a127206\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697a12f44d\"] { font-size: 24px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a12f44f\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f450\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f451\"] > :first-child { color: rgb(220, 71, 0); }:not(#tve) [data-css=\"tve-u-1697a12f452\"] > :first-child { color: rgb(220, 71, 0); }[data-css=\"tve-u-1697a12f44f\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f450\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f451\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f452\"] { font-size: 38px !important; width: 38px !important; height: 38px !important; }[data-css=\"tve-u-1697a12f44d\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-1697891dc9a\"] { padding-bottom: 14px !important; }[data-css=\"tve-u-1697a180df5\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a180df5\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a1838f2\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697a1838f2\"] { margin-left: 0px; padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a194696\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] p, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] li, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] blockquote, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] address, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] .tcb-plain-text, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] label, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h1, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h2, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h3, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h4, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h5, :not(#tve) [data-css=\"tve-u-1697a1ac3a0\"] h6 { color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-1697a1ac3a0\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1b2bee\"] { background-image: none !important; }:not(#tve) [data-css=\"tve-u-1697a1b2bee\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a1c1c73\"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-1697a1c786c\"] { margin-top: 40px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697a1e0f85\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1ec148\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a1f1c7b\"]:hover { background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697a22cb3d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(242, 246, 255), rgb(242, 246, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a233ebe\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a24001f\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a250289\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a256434\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a25e886\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a285a16\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a28e123\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697a2995ae\"] { font-size: 20px !important; color: rgb(51, 57, 86) !important; }:not(#tve) [data-css=\"tve-u-1697a2995b0\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b2\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b3\"] > :first-child { color: rgb(200, 0, 73); }:not(#tve) [data-css=\"tve-u-1697a2995b4\"] > :first-child { color: rgb(200, 0, 73); }[data-css=\"tve-u-1697a2995b0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b2\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b3\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-1697a2995b4\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }:not(#tve) [data-css=\"tve-u-1697a2b3cee\"] { font-size: 18px !important; }[data-css=\"tve-u-1697a2b8cc0\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/circle-bg.png\"), linear-gradient(rgb(233, 238, 241), rgb(233, 238, 241)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697a384f47\"] { overflow: hidden; background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; margin-left: 40px !important; margin-right: 40px !important; padding: 20px !important; border-radius: 10px !important; }[data-css=\"tve-u-1697ac44c62\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac47346\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac60a78\"] { font-size: 57px !important; }[data-css=\"tve-u-1697ac62072\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac66407\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac68bce\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6ac23\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac6e62d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9aedb\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697ac9d886\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-1697acc9ee0\"] { font-size: 122px !important; }:not(#tve) [data-css=\"tve-u-1697acf04a8\"] { font-size: 160px !important; font-family: Montserrat !important; font-weight: 400 !important; color: rgb(255, 187, 5) !important; }[data-css=\"tve-u-1697acf04a8\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-1697ad5ebb1\"] { font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697ad61964\"] { font-size: 18px !important; }[data-css=\"tve-u-16977561800\"] > .tcb-flex-col { padding-left: 0px; }[data-css=\"tve-u-1697ad979f5\"] { font-size: 80px !important; }[data-css=\"tve-u-1697adf2210\"] { line-height: 1.15em !important; }[data-css=\"tve-u-1697b063d33\"] { width: 310px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697b071ce0\"] { border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 12px 0px; clip-path: url(\"#clip-bottom-f43191b958e06\"); -webkit-clip-path: url(\"#clip-bottom-f43191b958e06\");  background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-side-242x300-1.png\"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important; background-size: auto, auto !important; background-position: 100% 100%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697b3b9ba0\"] { color: rgb(103, 49, 183) !important; }[data-css=\"tve-u-1697b44ecf6\"] { color: rgb(255, 86, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b455af8\"] { color: rgb(255, 187, 5) !important; font-size: 124px !important; font-family: \"Playfair Display\" !important; font-weight: 400 !important; }[data-css=\"tve-u-1697b45fa09\"] { max-height: 200px; }[data-css=\"tve-u-1697b4628f8\"] { line-height: 1em !important; }[data-css=\"tve-u-1697b53e555\"] { width: 463px; position: absolute; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-1697b608579\"] { background-image: none !important; }[data-css=\"tve-u-1697b60ee97\"] { width: 100%; position: absolute; right: 0px; bottom: 0px; }:not(#tve) [data-css=\"tve-u-1697b627069\"] { font-size: 26px !important; }:not(#tve) [data-css=\"tve-u-1697b62706b\"] { font-size: 26px !important; }[data-css=\"tve-u-1697b63b716\"] { padding-left: 40px !important; padding-right: 40px !important; }[data-css=\"tve-u-1697b6c691b\"] { line-height: 1em !important; }[data-css=\"tve-u-1697bcd63f3\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: cover !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697bce286b\"] { width: 200px; position: absolute; right: 0px; bottom: 0px; z-index: 5 !important; }[data-css=\"tve-u-1697bd19bc1\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd31ac5\"] > .tcb-flex-col > .tcb-col { justify-content: flex-end; }[data-css=\"tve-u-1697bd33993\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697bd71893\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bd69a89\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697bd79122\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79123\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd79125\"] > :first-child { color: rgb(0, 85, 255); }:not(#tve) [data-css=\"tve-u-1697bd71893\"] > :first-child { color: rgb(0, 85, 255); }[data-css=\"tve-u-1697bd79122\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79123\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }[data-css=\"tve-u-1697bd79125\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda21a0\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda21a0\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bda5ec2\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bda5ec2\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb16a8\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb16a8\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697bdb242f\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697bdb242f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3002e\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3002e\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3799f\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3799f\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3929d\"] > :first-child { color: rgb(218, 12, 44); }[data-css=\"tve-u-1697be3929d\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3c4fb\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3c4fb\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3df65\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3df65\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be3fd87\"] > :first-child { color: rgb(255, 171, 25); }[data-css=\"tve-u-1697be3fd87\"] { font-size: 34px !important; width: 34px !important; height: 34px !important; }:not(#tve) [data-css=\"tve-u-1697be4424a\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be45654\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be4caf1\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be5de4d\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697be5de4f\"] { color: rgb(255, 171, 25) !important; }:not(#tve) [data-css=\"tve-u-1697be64420\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697be656f4\"] { font-size: 18px !important; }[data-css=\"tve-u-1697be9816c\"] { max-width: 620px; float: none; margin: 0px auto 40px !important; }[data-css=\"tve-u-1697beabd7d\"] { line-height: 1em !important; }[data-css=\"tve-u-1697beae046\"] { margin-bottom: -36px !important; }[data-css=\"tve-u-1697beb4c3a\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/face.png\"), radial-gradient(at center center, rgb(255, 197, 15) 0%, rgb(218, 12, 44) 95%) !important; background-size: cover, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: fixed, scroll !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697bed5c72\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-1697bf16c5c\"] { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) [data-css=\"tve-u-1697bf2c301\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-1697bf3fc6d\"] { color: rgb(248, 233, 4) !important; font-size: 28px !important; font-family: Montserrat !important; font-weight: 400 !important; }:not(#tve) [data-css=\"tve-u-1697bf51742\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf53405\"] { color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bf3fc6d\"] strong { font-weight: 700 !important; }[data-css=\"tve-u-1697bf77d15\"] { margin-top: -31px !important; }:not(#tve) [data-css=\"tve-u-1697bf805ea\"] { font-size: 18px !important; }[data-css=\"tve-u-1697bf82b49\"] { max-width: 609px; float: none; margin: 0px auto !important; }[data-css=\"tve-u-1697bf8be01\"] { display: block; margin-top: -30px !important; margin-bottom: -50px !important; }[data-css=\"tve-u-1697acf04a8\"] { line-height: 0.5em !important; }[data-css=\"tve-u-1697bf96c6c\"] { margin-top: -23px !important; }[data-css=\"tve-u-1697bf9d1e6\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-1697bfa3d25\"] { color: rgb(255, 187, 5) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb142\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb144\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb147\"] { font-size: 18px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb148\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb149\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697bfdb14c\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-1697c04edc7\"] { color: rgb(255, 197, 15) !important; }[data-css=\"tve-u-1697c06b8ae\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c06d94b\"] { color: rgb(255, 171, 25) !important; }[data-css=\"tve-u-1697c228111\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228113\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c228114\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c23052d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697c23bf9d\"] { font-size: 24px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-1697bfdb142\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb144\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb147\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb148\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb149\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c23bf9d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697bfdb14c\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16977574823\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697c2827a4\"] { margin-top: -22px !important; margin-bottom: -20px !important; }:not(#tve) [data-css=\"tve-u-1697c28cb7b\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c293f55\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c56f2ad\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-transparent.png\") !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697c5a2777\"] { position: absolute; bottom: 0px; transform: rotate(180deg); height: 175px; fill: rgb(255, 255, 255); left: 0px; }[data-css=\"tve-u-1697c5fa1b8\"] { background-image: none !important; }[data-css=\"tve-u-1697c637f03\"] { width: 159px; display: block; position: absolute; top: 0px; right: 0px; }:not(#tve) [data-css=\"tve-u-1697c6a9a1f\"] { font-size: 18px !important; }[data-css=\"tve-u-1697c6b420e\"] { width: 159px; display: block; position: absolute; bottom: -30px; left: -60px; }:not(#tve) [data-css=\"tve-u-1697c7045fe\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1697c76174a\"] { color: rgb(255, 86, 5) !important; font-size: 24px !important; }[data-css=\"tve-u-1697c76174a\"] { line-height: 1em !important; }[data-css=\"tve-u-1697c763189\"] { margin-top: -28px !important; }[data-css=\"tve-u-1697c76b9c3\"] .tve_sep { border-width: 2px; border-color: rgba(255, 255, 255, 0.52); }[data-css=\"tve-u-1697c76b9c3\"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1697c786922\"] { background-image: none !important; }[data-css=\"tve-u-1697c7a3123\"] { width: 175px; position: absolute; bottom: 0px; left: 0px; z-index: 10 !important; }[data-css=\"tve-u-1697ca4994f\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10931027_10202428723359713_8419731428254055126_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697ca7ed21\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697ca94f01\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb168ab\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/29243858_10214730699523138_5775310517918233829_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697cb2b9a5\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb3c87e\"] { border-radius: 300px; overflow: hidden; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/20375712_1873324396027913_2320555637976989019_n.jpg\") !important; border: 7px solid rgb(65, 45, 93) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-1697cb6c16a\"] { font-family: Rubik !important; font-weight: 400 !important; font-size: 16px !important; }[data-css=\"tve-u-1697cb84449\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697cf7715c\"] { background-color: rgb(255, 255, 255) !important; background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/04.png\"), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/02.png\") !important; background-size: auto, auto !important; background-position: 100% 50%, 0% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-1697cf7715d\"] { max-width: 1080px; }[data-css=\"tve-u-1697cf7715e\"] { margin-top: 0px !important; padding-top: 20px !important; padding-bottom: 20px !important; margin-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-1697cf77160\"] { font-size: 47px !important; }[data-css=\"tve-u-1697cf77161\"] { font-size: 38px !important; }[data-css=\"tve-u-1697cf77162\"] { float: none; z-index: 3; position: relative; max-width: 744px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 1px !important; }[data-css=\"tve-u-1697cf77163\"] { float: none; max-width: 826px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697dc478f9\"] { max-width: 700px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e675faa\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e678f42\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e67d527\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e67ee9a\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e6cec20\"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css=\"tve-u-1697e73e878\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e73fe2f\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e7439f1\"] { max-width: 120px; float: none; margin: -46px auto 0px !important; }[data-css=\"tve-u-1697e74525d\"] { float: left; z-index: 6; width: 100%; margin-top: 25px !important; margin-left: auto !important; margin-right: auto !important; position: relative !important; padding-top: 0px !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 0.05em !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 0.4em !important; }[data-css=\"tve-u-1697e92262c\"] { line-height: 0.25em !important; }[data-css=\"tve-u-1697e92411f\"] { line-height: 1.15em !important; }[data-css=\"tve-u-16979b7639a\"] { line-height: 1.4em !important; }[data-css=\"tve-u-1697e950af9\"] { width: 512px; }[data-css=\"tve-u-1697e950afb\"] { margin-bottom: -10px !important; padding-bottom: 10px !important; padding-top: 40px !important; }[data-css=\"tve-u-1697e950afe\"] { max-width: 1080px; }[data-css=\"tve-u-1697e950b01\"] { filter: grayscale(0%) blur(0px); opacity: 1; clip-path: url(\"#clip-bottom-b46bfde3dc9b7\"); -webkit-clip-path: url(\"#clip-bottom-b46bfde3dc9b7\");  background-image: linear-gradient(rgb(100, 42, 184), rgb(100, 42, 184)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-1697e950b04\"] { width: 500px; }[data-css=\"tve-u-1697e950b05\"] { width: 500px; }[data-css=\"tve-u-1697e950b06\"] { width: 512px; }[data-css=\"tve-u-1697e950b07\"] { width: 512px; }[data-css=\"tve-u-1697e950b08\"] { width: 512px; }[data-css=\"tve-u-1697e950b09\"] { width: 512px; }[data-css=\"tve-u-1697e950b0a\"] { width: 512px; }[data-css=\"tve-u-1697e950b0b\"] { width: 512px; }[data-css=\"tve-u-1697e950b0d\"] { float: none; max-width: 626px; margin-bottom: 10px !important; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b10\"] .tcb-flex-col { flex-basis: 125px !important; }:not(#tve) [data-css=\"tve-u-1697e950b11\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697e950b12\"] { font-size: 18px !important; color: rgb(242, 246, 255) !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e8\"] { letter-spacing: 5px; font-family: Montserrat !important; font-weight: 400 !important; font-size: 32px !important; line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697fb1c8e7\"] { margin-top: 38px !important; }[data-css=\"tve-u-1697fb0d5d3\"] { line-height: 0em !important; }[data-css=\"tve-u-1697fb12dcc\"] { margin-bottom: -20px !important; }[data-css=\"tve-u-169800b8c55\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-169800e6d66\"] { width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-price-button-group=\"tve-u-price-button-group-164cad3586f\"] .thrv-button-group-item.tcb-active-state strong { font-weight: 800; }:not(#tve) [data-css=\"tve-u-1698013170f\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698017be8d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be94\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017be9a\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980157070\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980159832\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015c181\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698015e3c9\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980160278\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980162974\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169801647b4\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980166703\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-16980168a8c\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016ae14\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698016e6b2\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017204d\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-1698017458f\"] > :first-child { color: rgb(255, 86, 5); }[data-css=\"tve-u-169801afc9b\"] { width: 191px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-169802c2f81\"] > :first-child { color: rgb(255, 86, 5); }:not(#tve) [data-css=\"tve-u-169802e1fe6\"] { font-size: 18px !important; }:not(#tve) [data-css=\"tve-u-1698031fdd8\"] { font-size: 18px !important; text-transform: uppercase !important; color: rgb(218, 12, 44) !important; }:not(#tve) [data-css=\"tve-u-16980323183\"] { font-size: 18px !important; color: rgb(218, 12, 44) !important; }[data-css=\"tve-u-16981575a92\"] { line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 55px !important; }[data-css=\"tve-u-16981587c11\"] { max-width: 627px; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-1698158a53f\"] { font-size: 24px !important; }[data-css=\"tve-u-1698158a53f\"] { line-height: 1.1em !important; }[data-css=\"tve-u-169834fd5f9\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-16983518f30\"] { max-width: 800px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16983525b8c\"] { line-height: 1em !important; }[data-css=\"tve-u-16986b2a54d\"] { width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css=\"tve-u-16986b31863\"] { width: 100%; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c485b\"] strong { font-weight: 700 !important; }:not(#tve) [data-css=\"tve-u-169878e6dd7\"] { font-size: 8px !important; }[data-css=\"tve-u-16987a7f0bd\"] { margin-top: 18px !important; }:not(#tve) [data-css=\"tve-u-16987a92580\"] { font-size: 12px !important; }[data-css=\"tve-u-169895df35b\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35c\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35d\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df35e\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df360\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df361\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df362\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df363\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df364\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df365\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df366\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df367\"] { color: rgb(255, 225, 13) !important; }[data-css=\"tve-u-169895df368\"] { max-width: 1080px; }[data-css=\"tve-u-169895df369\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-169895df36b\"] { background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }:not(#tve) [data-css=\"tve-u-169895df370\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-169895df371\"] { font-size: 26px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-169895df372\"] { margin-top: 20px !important; }[data-css=\"tve-u-169895df373\"] { margin-top: 14px !important; }:not(#tve) [data-css=\"tve-u-169895df374\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }:not(#tve) [data-css=\"tve-u-169895df375\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-169895df376\"] { margin-top: 14px !important; }[data-css=\"tve-u-169895df377\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df378\"] { margin-top: -20px !important; margin-bottom: -40px !important; }[data-css=\"tve-u-169895df379\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37a\"] { width: 600px; float: none; margin: 20px auto 40px !important; }[data-css=\"tve-u-169895df37b\"] { width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }[data-css=\"tve-u-169895df371\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-1697beabd7d\"] { color: rgb(17, 21, 34) !important; }:not(#tve) [data-css=\"tve-u-16ce81b34a2\"] { color: rgb(233, 238, 241) !important; line-height: 1.4em !important; font-size: 40px !important; }[data-css=\"tve-u-16ce81b8cd2\"] { min-height: 3227px !important; }[data-css=\"tve-u-16ce81bb11d\"] { max-width: 693px; float: none; padding-right: 2px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 100px !important; }[data-css=\"tve-u-16ce885af11\"] { width: 180px; float: none; margin: 10px auto !important; }:not(#tve) [data-css=\"tve-u-16ce8a4f5fd\"] { font-size: 30px !important; color: rgb(242, 246, 255) !important; }[data-css=\"tve-u-16ce8a6393e\"] { float: none; max-width: 901px; margin-bottom: -50px !important; margin-left: auto !important; margin-right: auto !important; }:not(#tve) [data-css=\"tve-u-16ce8de975f\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; line-height: 1.2em !important; }:not(#tve) [data-css=\"tve-u-16ce8dfb8d4\"] { color: rgb(255, 255, 255) !important; font-size: 20px !important; }[data-css=\"tve-u-16ce8e03b1f\"] { margin-bottom: -40px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 0.05em !important; }:not(#tve) [data-css=\"tve-u-16cebeb7143\"] { line-height: 1.5em !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebeb8da9\"] { max-width: 719px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed78\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-16cebf6ed79\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf6ed7a\"] { width: 119px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed7b\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7d\"] { margin-right: 0px !important; }[data-css=\"tve-u-16cebf6ed7e\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf6ed7f\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed7f\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed82\"] { width: 124px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed85\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed85\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf6ed87\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed87\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed88\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed88\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8a\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8a\"] { color: rgb(18, 18, 18) !important; font-size: 21px !important; }[data-css=\"tve-u-16cebf6ed8b\"] { width: 143px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8e\"] { width: 108px; float: right; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16cebf6ed8f\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf6ed8f\"] { color: rgb(20, 20, 20) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf6ed91\"] { margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf6ed92\"] { margin-bottom: 30px !important; }[data-css=\"tve-u-16cebf6ed93\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf7c201\"] { margin-top: -20px !important; margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c202\"] { width: 433px; }[data-css=\"tve-u-16cebf7c203\"] { background-image: linear-gradient(rgb(245, 245, 245), rgb(245, 245, 245)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16cebf7c204\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf7c206\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c206\"] { font-size: 44px !important; color: rgb(34, 34, 34) !important; }:not(#tve) [data-css=\"tve-u-16cebf7c207\"] { font-size: 22px !important; color: rgb(14, 14, 14) !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 50px !important; margin-bottom: 10px !important; }[data-css=\"tve-u-16cebf7c209\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf7c209\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; }[data-css=\"tve-u-16cebf7c20a\"] { margin-top: 0px !important; margin-left: 40px !important; }[data-css=\"tve-u-16cebf7c20b\"] { max-width: 1080px; }[data-css=\"tve-u-16cebf88922\"] { line-height: 1.7em !important; }:not(#tve) [data-css=\"tve-u-16cebf88922\"] { color: rgb(20, 20, 20) !important; font-size: 23px !important; line-height: 0.75em !important; }[data-css=\"tve-u-16cebf9d491\"] { margin-top: -15px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d493\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d494\"] { margin-top: -50px !important; }[data-css=\"tve-u-16cebf9d495\"] { line-height: 1.7em !important; }[data-css=\"tve-u-16cebf9d496\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d497\"] { line-height: 1.35em !important; }[data-css=\"tve-u-16cebf9d498\"] { line-height: 1.35em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d499\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49a\"] > :first-child { color: rgb(255, 224, 6); }:not(#tve) [data-css=\"tve-u-16cebf9d49b\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d499\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49a\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }[data-css=\"tve-u-16cebf9d49b\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49d\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49e\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d49f\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }[data-css=\"tve-u-16cebf9d4a0\"] { padding-top: 40px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a1\"] { line-height: 1.3em !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a1\"] { font-size: 44px !important; color: rgb(255, 255, 255) !important; }[data-css=\"tve-u-16cebf9d4a2\"] { background-image: linear-gradient(rgba(119, 14, 172, 0.87), rgba(119, 14, 172, 0.87)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1.jpg\") !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16cebf9d4a3\"] { margin-bottom: 50px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d495\"] { color: rgb(255, 255, 255) !important; font-size: 23px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d498\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d497\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d496\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a5\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a5\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a6\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a6\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a7\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4a7\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4a9\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4aa\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ab\"] { color: rgb(255, 255, 255) !important; font-size: 24px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ac\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ac\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ad\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ad\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4ae\"] > :first-child { color: rgb(255, 224, 6); }[data-css=\"tve-u-16cebf9d4ae\"] { font-size: 24px; width: 24px; height: 24px; margin-right: 10px !important; }:not(#tve) [data-css=\"tve-u-16cebf9d4af\"] { color: rgb(255, 255, 255) !important; font-size: 18px !important; }[data-css=\"tve-u-16cebf9d4b0\"] { max-width: 1080px; }:not(#tve) [data-css=\"tve-u-16cecf6f07f\"] { color: rgb(255, 86, 5) !important; }[data-css=\"tve-u-16ced8c9c55\"] { background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Facebook-Banner-1.jpg\") !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }[data-css=\"tve-u-16ced8c9c57\"] { padding-top: 60px !important; }[data-css=\"tve-u-16ced8c9c5a\"] { margin-bottom: 10px !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c5b\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8c9c5d\"] { width: 600px; }:not(#tve) [data-css=\"tve-u-16ced8c9c5e\"] { font-size: 32px !important; }[data-css=\"tve-u-16ced8c9c60\"] { margin-top: 0px !important; padding-top: 5px !important; }[data-css=\"tve-u-16ced8c9c61\"] { max-width: 1080px; }[data-css=\"tve-u-16ced8c9c62\"] { line-height: 1.25em !important; }:not(#tve) [data-css=\"tve-u-16ced8c9c62\"] { font-size: 42px !important; color: rgb(25, 25, 25) !important; }[data-css=\"tve-u-16ced8c9c64\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c65\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c66\"] { padding-top: 60px !important; margin-left: 20px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 60px !important; margin-bottom: 10px !important; background-image: none !important; }[data-css=\"tve-u-16ced8d2900\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d4544\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8d7915\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced8da9c2\"] { font-size: 18px !important; }[data-css=\"tve-u-16ced8de7d5\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e2611\"] { margin-top: -50px !important; }[data-css=\"tve-u-16ced8e7863\"] { margin-top: -50px !important; }:not(#tve) [data-css=\"tve-u-16ced99d2f0\"] > :first-child { color: rgb(27, 53, 167); }[data-css=\"tve-u-16ced99d2f0\"] { font-size: 28px !important; width: 28px !important; height: 28px !important; }[data-css=\"tve-u-16d4442f0bc\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0ba\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0be\"] { --tcb-local-color-icon:rgb(255,255,255); --tcb-local-color-var:rgb(255,255,255); --tve-icon-size:61px; margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 162px; }[data-css=\"tve-u-16d4442f0b8\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-16d4442f0b7\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b7\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-16d4442f0c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-16d4442f0bd\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-16d4442f0b9\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-16d4442f0c1\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0b5\"] { max-width: 929px; }[data-css=\"tve-u-16d4442f0c3\"] strong { font-weight: 500; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-16d4442f0c2\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c2\"] { max-width: 460px; }[data-css=\"tve-u-16d9af48eb6\"] { float: none; max-width: 400px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af55010\"] { max-width: 600px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16d9af72faf\"] { max-width: 400px; }#tcb_landing_page .thrv_text_element a, #tcb_landing_page .tcb-styled-list a, #tcb_landing_page .tcb-numbered-list a { color: rgb(255, 86, 5); }[data-css=\"tve-u-171a2d27881\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27880\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27883\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2787e\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2787d\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2787d\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27889\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d27888\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d27882\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d27882\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d2787f\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d27885\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2787c\"] { max-width: 929px; }[data-css=\"tve-u-171a2d27887\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d27886\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27886\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278a2\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a1\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a4\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 162px; }[data-css=\"tve-u-171a2d2789f\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d2789e\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d2789e\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278aa\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278a9\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278a3\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278a0\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278a6\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d2789d\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278a8\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278a7\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a7\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278be\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278bd\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c0\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278bb\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278ba\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278ba\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278c6\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278c5\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278bf\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278bc\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278c2\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278b9\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278c4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278c3\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c3\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278d8\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278d7\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278da\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278d5\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278d4\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278d4\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278e0\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278df\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278d9\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278d6\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278dc\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d3\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278de\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278dd\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278dd\"] { max-width: 460px; }[data-css=\"tve-u-171a2d278f5\"] { font-weight: 300 !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f4\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-weight: 300; color: rgb(24, 41, 82) !important; font-size: 18px !important; font-family: Rubik !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-weight: 400; font-size: 25px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278f7\"] { margin-left: 0px !important; font-size: 61px !important; width: 61px !important; height: 61px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 162px; }[data-css=\"tve-u-171a2d278f2\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-171a2d278f1\"] { box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 30px 7px; border-radius: 5px; overflow: hidden; background-color: rgb(255, 255, 255) !important; }:not(#tve) [data-css=\"tve-u-171a2d278f1\"] { background-image: url(\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/bg-3.png\") !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278fd\"] { width: 259px; position: absolute; float: right; right: 0px; bottom: 0px; z-index: 0 !important; }[data-css=\"tve-u-171a2d278fc\"]::after { clear: both; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 192, 162, 0.1), rgba(255, 192, 162, 0.1)) !important; background-color: rgb(255, 86, 5) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; border-radius: 200px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; background-color: rgb(255, 169, 10) !important; background-image: none !important; padding-right: 25px !important; }[data-css=\"tve-u-171a2d278f6\"] { width: 441px; float: none; z-index: 3; position: relative; display: block; max-width: 441px; margin: 24px auto 40px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { border-bottom: 3px solid rgb(220, 71, 0); border-radius: 10px; text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); line-height: 1.2em; font-size: 32px; padding: 18px 30px; font-weight: bold !important; background-color: rgb(255, 86, 5) !important; background-image: linear-gradient(0deg, rgb(255, 100, 0) 0%, rgb(255, 210, 6) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 500px; width: 500px; margin-bottom: 11px !important; }[data-css=\"tve-u-171a2d278f3\"] { max-width: 751px; float: none; margin: 0px auto 10px !important; position: relative !important; padding: 1px 0px !important; }[data-css=\"tve-u-171a2d278f9\"] { width: 262px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 1px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 837px; z-index: 40; float: none; margin: 20px auto 0px !important; padding: 40px 0px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f0\"] { max-width: 929px; }[data-css=\"tve-u-171a2d278fb\"] strong { font-weight: 500; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.6em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-weight: 300; color: rgb(18, 56, 81) !important; font-size: 16px !important; font-family: Rubik !important; }[data-css=\"tve-u-171a2d278fa\"] { max-width: 751px; float: none; margin: -20px auto 20px !important; position: relative !important; padding: 1px 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278fa\"] { max-width: 460px; }[data-css=\"tve-u-17696d2bf09\"] { float: none; max-width: 800px !important; margin: -280px auto 20px !important; }[data-css=\"tve-u-17e9e546e7e\"] { margin-top: 0px !important; margin-bottom: 0px !important; }#tcb_landing_page p { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }#tcb_landing_page li:not([class*=\"menu\"]) { font-family: \"Source Sans Pro\"; font-weight: 400; font-size: 24px; color: rgb(51, 57, 86); }:not(#tve) [data-css=\"tve-u-17f927eda61\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927eda61\"] { line-height: 0em !important; }:not(#tve) [data-css=\"tve-u-17f927ef9c4\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f927ef9c4\"] { line-height: 0em !important; }[data-css=\"tve-u-17f927fc9de\"] { max-width: 33.3334%; }:not(#tve) [data-css=\"tve-u-17f928028a2\"] { font-family: Montserrat !important; font-weight: var(--g-regular-weight,normal) !important; font-size: 31px !important; }[data-css=\"tve-u-17f928028a2\"] { line-height: 0em !important; }[data-css=\"tve-u-17f928c3119\"] { max-width: 100%; }[data-css=\"tve-u-17fefbb2708\"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:32px; }}@media (max-width: 1023px){[data-css=\"tve-u-1697a3c453e\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4515\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c451e\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c451d\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4517\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c451c\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4520\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4518\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4aa5\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4a7c\"] .tcb-flex-col { flex-basis: 420px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: row; }[data-css=\"tve-u-1697a3c4a85\"] { float: none; max-width: 616px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4a84\"] { min-height: 123px; }[data-css=\"tve-u-1697a3c4a7f\"] { max-width: 681px; padding-left: 10px !important; padding-right: 10px !important; }[data-css=\"tve-u-1697a3c4a83\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697a3c4a86\"] { max-width: 616px; }[data-css=\"tve-u-1697a3c4a80\"] { background-color: rgb(58, 172, 102) !important; }[data-css=\"tve-u-161703f14b4\"] { max-width: 621px; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-tablet-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-tablet-top-7c5d115670918\");  }[data-css=\"tve-u-161568e7dfe\"] { margin-top: -155px !important; }[data-css=\"tve-u-1604fcb514b\"] { min-height: 701px !important; }[data-css=\"tve-u-1609ca142c7\"] { min-height: 1px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-tablet-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-tablet-top-605ff1687da54\");  }[data-css=\"tve-u-1609ca16463\"] { margin-top: -127px !important; padding-top: 0px !important; padding-bottom: 50px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-left: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { padding: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697ca4994f\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697ca94f01\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb168ab\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cb3c87e\"] { border: 6px solid rgb(58, 172, 102) !important; }[data-css=\"tve-u-1697cf77162\"] { margin-left: 60px !important; margin-right: 60px !important; }[data-css=\"tve-u-1697e678f42\"] { max-width: 616px; }[data-css=\"tve-u-1697e67ee9a\"] { max-width: 616px; }[data-css=\"tve-u-1697e73fe2f\"] { max-width: 616px; }[data-css=\"tve-u-1697e74525d\"] { max-width: 616px; }[data-css=\"tve-u-1697756969d\"] { line-height: 1.25em !important; }[data-css=\"tve-u-1697711e81a\"] { line-height: 0.6em !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b04\"] { float: none; width: 500px; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b05\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0a\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b0b\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950af9\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-16981587c11\"] { margin-top: 1px !important; }:not(#tve) [data-css=\"tve-u-16981575a92\"] { font-size: 45px !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 31px !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 31px !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 31px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 21px !important; }[data-css=\"tve-u-16d4442f0b8\"] { min-height: 1px; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-16d4442f0b9\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-16d4442f0c2\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2787e\"] { min-height: 1px; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d2787f\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d27886\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d2789f\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278a0\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278a7\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278bb\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278bc\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278c3\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278d5\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278d6\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278dd\"] { padding-bottom: 0px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 21px !important; }[data-css=\"tve-u-171a2d278f2\"] { min-height: 1px; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 73.3333px; font-size: 1.73333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 417.333px; width: 99%; margin-top: 19px !important; }[data-css=\"tve-u-171a2d278f3\"] { padding-bottom: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { max-width: 666px; float: none; margin-left: auto !important; margin-right: auto !important; padding: 0px 20px !important; margin-top: -15px !important; }[data-css=\"tve-u-171a2d278fa\"] { padding-bottom: 0px !important; }}@media (max-width: 767px){#tcb_landing_page h1 { font-size: 34px; }#tcb_landing_page h2 { font-size: 24px; }#tcb_landing_page h3 { font-size: 22px; }#tcb_landing_page h4 { font-size: 20px; }[data-css=\"tve-u-1697a3c452b\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c453e\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4514\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4515\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4517\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4513\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4521\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4520\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c451b\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a92\"] { margin-top: 75px !important; }[data-css=\"tve-u-1697a3c4aa5\"]::after { clear: both; }[data-css=\"tve-u-1697a3c4a7b\"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css=\"tve-u-1697a3c4a7c\"] { flex-direction: column; padding-bottom: 0px !important; }[data-css=\"tve-u-1697a3c4a7f\"] { float: none; max-width: 303px; margin-top: 75px !important; margin-left: auto !important; margin-right: auto !important; padding: 15px 10px 20px !important; }[data-css=\"tve-u-1697a3c4a7a\"] { margin-bottom: 0px !important; padding-bottom: 21px !important; }:not(#tve) [data-css=\"tve-u-1697a3c4a87\"] { font-size: 17px !important; }[data-css=\"tve-u-1697a3c4a86\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697a3c4a82\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1609ede293d\"] { padding-top: 20px !important; }[data-css=\"tve-u-161703f14b4\"] { padding: 0px 10px !important; margin: 0px !important; }[data-css=\"tve-u-1616be3c2e9\"] { min-height: 47px; }[data-css=\"tve-u-161568e7dfe\"] { margin-top: 145px !important; }[data-css=\"tve-u-1616f5523d1\"] { clip-path: url(\"#clip-mobile-top-7c5d115670918\"); -webkit-clip-path: url(\"#clip-mobile-top-7c5d115670918\");  }[data-css=\"tve-u-1609ca142c7\"] { min-height: 85px !important; }[data-css=\"tve-u-1604fcb514b\"] p { margin: 0px !important; padding: 0px !important; }[data-css=\"tve-u-1609ca16463\"] { margin-top: 240px !important; padding-bottom: 0px !important; }[data-css=\"tve-u-1609ca171be\"] { clip-path: url(\"#clip-mobile-top-605ff1687da54\"); -webkit-clip-path: url(\"#clip-mobile-top-605ff1687da54\");  }[data-css=\"tve-u-1604fcb514b\"] { min-height: 489px !important; }[data-css=\"tve-u-160a25790c2\"] { padding-right: 0px !important; padding-top: 20px !important; }[data-css=\"tve-u-16170702315\"] { margin-top: 0px !important; padding-top: 0px !important; }h1 { font-size: 34px; }h2 { font-size: 24px; }h3 { font-size: 22px; }h4 { font-size: 20px; }[data-css=\"tve-u-16979a1dc90\"] { line-height: 1.5em !important; }[data-css=\"tve-u-169716a23d8\"] { margin-bottom: 20px !important; }[data-css=\"tve-u-1697cf77162\"] { margin-right: 10px !important; margin-left: 10px !important; }[data-css=\"tve-u-1697d10abb0\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16978a934af\"] { padding-left: 20px !important; padding-right: 20px !important; }[data-css=\"tve-u-16972ae834a\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972ae834d\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb65\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb66\"] { line-height: 1.5em !important; }[data-css=\"tve-u-16972abdb68\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1697a10eef9\"] { line-height: 1.5em !important; }[data-css=\"tve-u-1696f8c6cd0\"] { width: 275px; }[data-css=\"tve-u-1696f8b8138\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697a3c4802\"] { line-height: 1em !important; }[data-css=\"tve-u-1697a3c4806\"] { line-height: 1em !important; }[data-css=\"tve-u-1697e675faa\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e678f42\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e67d527\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e67ee9a\"] { margin-top: 10px !important; }[data-css=\"tve-u-169775446b8\"] { min-height: 300px !important; }[data-css=\"tve-u-1697e6cec20\"] { padding-bottom: 0px !important; padding-top: 0px !important; }[data-css=\"tve-u-1697b60ee97\"] { display: block; position: relative; }[data-css=\"tve-u-1697b608579\"]::after { clear: both; }[data-css=\"tve-u-1697e73e878\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css=\"tve-u-1697e73fe2f\"] { margin-top: 20px !important; }[data-css=\"tve-u-1697e7439f1\"] { float: none; z-index: 3; position: relative; max-width: 127px; margin-left: auto !important; margin-right: auto !important; margin-top: 10px !important; }[data-css=\"tve-u-1697e74525d\"] { margin-top: 10px !important; }[data-css=\"tve-u-1697e950b09\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b06\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b08\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b14\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e950b07\"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css=\"tve-u-1697e91fec4\"] { line-height: 1.2em !important; }[data-css=\"tve-u-1697e91da4c\"] { line-height: 1.75em !important; }[data-css=\"tve-u-1697dc478f9\"] { margin-bottom: 80px !important; }[data-css=\"tve-u-16cebeb7143\"] { line-height: 1.75em !important; }[data-css=\"tve-u-16cebf6ed81\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf7c208\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16cebf9d4a4\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16ced8c9c67\"] { margin-top: 20px !important; background-image: none !important; }[data-css=\"tve-u-16d4442f0ba\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0ba\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c0\"] { font-size: 18px !important; }[data-css=\"tve-u-16d4442f0bd\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-16d4442f0bd\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-16d4442f0bd\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-16d4442f0b9\"] { margin-top: 0px !important; }[data-css=\"tve-u-16d4442f0b5\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-16d4442f0c3\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-16d4442f0c3\"] { font-size: 19px !important; }[data-css=\"tve-u-16d4442f0c2\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d27880\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27880\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d27884\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d27882\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d27882\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d27882\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d2787f\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2787c\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d27887\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d27887\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d27886\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278a1\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a1\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a5\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278a3\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278a3\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278a3\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278a0\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d2789d\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278a8\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278a8\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278a7\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278bd\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278bd\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278c1\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278bf\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278bf\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278bf\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278bc\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278b9\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278c4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278c4\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278c3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d7\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278d7\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278db\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278d9\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278d9\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278d9\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278d6\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278d3\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278de\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278de\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278dd\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f4\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278f4\"] { font-size: 19px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f8\"] { font-size: 18px !important; }[data-css=\"tve-u-171a2d278f6\"] .tcb-button-link { min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; }[data-css=\"tve-u-171a2d278f6\"] { width: 293px; display: block; max-width: 293px; float: none; margin: 10px auto 20px !important; }:not(#tve) [data-css=\"tve-u-171a2d278f6\"] { display: block; max-width: 100%; width: 100%; }[data-css=\"tve-u-171a2d278f3\"] { margin-top: 0px !important; }[data-css=\"tve-u-171a2d278f0\"] { margin-top: 0px !important; padding: 5px 15px !important; }[data-css=\"tve-u-171a2d278fb\"] { line-height: 1.5em !important; }:not(#tve) [data-css=\"tve-u-171a2d278fb\"] { font-size: 19px !important; }[data-css=\"tve-u-171a2d278fa\"] { margin-top: 0px !important; }}@media (min-width: 300px){[data-css=\"tve-u-1697a3c4a4c\"] .tcb-button-link, [data-css=\"tve-u-1697a3c4a4c\"] button { border-bottom: 4px solid rgb(15, 147, 124); border-radius: 4px; line-height: 1.2em; font-size: 32px; padding: 18px 30px; background-image: linear-gradient(0deg, rgb(193, 255, 0) 0%, rgb(113, 186, 25) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }}'),(3307,842,'tve_revision_tve_user_custom_css','h1:not(.site-title):before, h2:before {\n    background: #767676;\n    content: \"�20\";\n    display: none;\n    height: 2px;\n    margin: 1rem 0;\n    width: 1em;\n}'),(3308,842,'tve_revision_tve_page_events','a:0:{}'),(3309,842,'tve_revision_tve_globals','a:2:{s:8:\"body_css\";s:17:\"tve-u-1616f2cf7aa\";s:8:\"font_cls\";a:0:{}}'),(3310,842,'tve_revision_tve_global_scripts',''),(3311,842,'tve_revision_thrive_icon_pack','0'),(3312,842,'tve_revision_thrive_tcb_post_fonts','a:0:{}'),(3313,842,'tve_revision_tve_has_masonry','0'),(3314,842,'tve_revision_tve_has_typefocus','0');
INSERT INTO `wpjn_postmeta` VALUES (3315,842,'tve_revision_tve_updated_post','<div class=\"thrv_wrapper thrv-page-section tve-custom-menu-inside\" style=\"z-index: 8;\" data-css=\"tve-u-160a25790c2\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-160a257807e\" data-clip-id=\"ae888d0ecb3088\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1604fcb514b\" style=\"z-index: 8;\"><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(255, 255, 255, 0.1)\" data-css=\"tve-u-160a1619713\" style=\"\">\n<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ce885af11\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-371\" alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-161703f14b4\">\n<div class=\"tve-content-box-background\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-161703f4721\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16981587c11\" data-tag=\"h1\"><h1 data-css=\"tve-u-1698158a53f\" class=\"\">Never Waste Time &amp; Money On Designs Again...</h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169716a23d8\" data-tag=\"h1\"><h1 data-css=\"tve-u-16981575a92\" class=\"\"><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697dc478f9\" data-tag=\"h1\"><h1 data-css=\"tve-u-16971637dc5\" class=\"\">Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-value-type=\"percent\" data-css=\"tve-u-161568e7dfe\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1616f5523d1\" data-clip-id=\"7c5d115670918\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-7c5d115670918\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"slanted\" slanted-angle=\"74\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 3.4874\"></polygon></clipPath><clipPath id=\"clip-tablet-top-7c5d115670918\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-mobile-top-7c5d115670918\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"slanted\" slanted-angle=\"67\" style=\"\" data-inverted=\"true\" clip-path=\"url(#clip-bottom-7c5d115670918)\"><polygon points=\"0 0, 0 1, 1 1, 1 2.3559\"></polygon></clipPath><clipPath id=\"clip-bottom-7c5d115670918\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"none\"><polygon points=\"0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-cb\" data-css=\"tve-u-1616be3c2e9\"></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1609ca16463\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1609ca171be\" data-clip-id=\"605ff1687da54\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-top-605ff1687da54\" class=\"decoration-clip clip-path-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"15\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.15, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"mobile-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"28.000000000000004\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.28, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"11\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.11, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath><clipPath id=\"clip-tablet-mobile-top-605ff1687da54\" class=\"decoration-clip clip-path-tablet-mobile-top\" clipPathUnits=\"objectBoundingBox\" data-screen=\"tablet-\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"76\" data-inverted=\"true\"><polygon points=\"1 0, 0.5 0.76, 0 0, 0 0, 0 1, 1 1, 1 0\"></polygon></clipPath></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609ca142c7\" style=\"\"><div class=\"thrv_responsive_video thrv_wrapper\" data-modestbranding=\"1\" data-aspect-ratio-default=\"0\" data-overlay=\"0\" data-type=\"wistia\" data-float=\"false\" data-aspect-ratio=\"16:9\" data-float-visibility=\"mobile\" data-url=\"https://nwosufavouramara.wistia.com/medias/omcgbmkhn9\" style=\"\" data-css=\"tve-u-17696d2bf09\" data-float-position=\"top-left\" data-float-width-d=\"300px\" data-float-padding1-d=\"25px\" data-float-padding2-d=\"25px\">\n	\n\n	<div class=\"tve_responsive_video_container\" style=\"padding-bottom: 56.25%;\">\n		<div class=\"tcb-video-float-container\"><div class=\"video_overlay\"></div><iframe title=\"Responsive Video\" class=\"tcb-responsive-video\" data-code=\"omcgbmkhn9\" data-provider=\"wistia\" frameborder=\"0\" allowfullscreen=\"\" __idm_id__=\"19963905\" data-src=\"https://fast.wistia.net/embed/iframe/omcgbmkhn9?chromeless=false&amp;controlsVisibleOnLoad=true&amp;playbar=true&amp;fullscreenButton=true&amp;playerColor=fff&amp;videoFoam=true\"></iframe></div>\n	</div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16d4442f0b5\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16d4442f0b7\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b8\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0b9\" style=\"\"><p data-css=\"tve-u-16d4442f0ba\" style=\"text-align: center;\"><span data-css=\"tve-u-16d4442f0bc\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-16d4442f0bd\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\" jump-animation=\"smooth\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-16d4442f0be\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-16d4442f0c0\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16d4442f0c1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-16d4442f0c2\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16d4442f0c3\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-16d4442f0c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-16d4442f0c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"7fe70b4e33796\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ce81b8cd2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16ce81bb11d\"><h2 data-css=\"tve-u-16ce81b34a2\" style=\"text-align: center;\" class=\"\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c47fa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd1cff9\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4802\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-1697a3c4803\" style=\"font-size: 18px;\">&nbsp;</span></strong><span data-css=\"tve-u-1697a3c4804\" style=\"font-size: 18px;\">Create</span></p><p data-css=\"tve-u-1697a3c4806\"><span data-css=\"tve-u-1697a3c4807\" style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c480f\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-1697a3c4810\" style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd19bc1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4818\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-1697a3c4819\" style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4821\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4822\" style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c482a\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c482b\" style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4833\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-1697a3c4834\" style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd33993\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c483d\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c483e\" style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4846\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-1697a3c4847\" style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697bd31ac5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47fc\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c47fe\" style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c47ff\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c484f\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-1697a3c4850\" style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:515;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4852\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a3c47fd\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a3c4854\" style=\"text-align: center;\">10<span data-css=\"tve-u-1697a3c4855\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c4856\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4800\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697a3c485b\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697a3c485c\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1697a3c47fb\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a3c485e\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a3c485f\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697b45fa09\"><p data-css=\"tve-u-1697b4628f8\" style=\"text-align: center;\"><span data-css=\"tve-u-1697b455af8\" style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span data-css=\"tve-u-1697b44ecf6\" style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1697a3c4863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a3c4801\"><p data-css=\"tve-u-1697a3c4859\" style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span data-css=\"tve-u-1697a3c485a\" style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2787c\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2787d\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2787e\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d2787f\" style=\"\"><p data-css=\"tve-u-171a2d27880\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d27881\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d27882\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d27883\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d27884\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d27885\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d27886\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d27887\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d27888\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d27889\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16170795ff1\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697bcd63f3\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-161706f6951\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16170702315\" style=\"\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-1609c8e2cd2\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16170702314\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4513\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1043;\" data-css=\"tve-u-1697a3c4514\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4515\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4516\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e675faa\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca4994f\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e678f42\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697ca7ed21\">I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c452a\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c452b\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e67d527\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697ca94f01\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e67ee9a\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c453d\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c453e\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4517\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4518\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c451a\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451b\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c451c\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c451d\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c451e\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4520\" style=\"\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4521\" data-evernote-id=\"1000\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4522\" data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4523\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4524\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4525\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4526\" data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p></div></div>\n</div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697bce286b\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1086\" alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f83b2a8\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972a631b9\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697a0354ca\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697a03041c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16972a743ed\" style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. <br>Designers are hard to pin down. They’re not cheap. And they’re unreliable. <br>How much money have you wasted on designers over the years you’ve been online?!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c637f03\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"306\" height=\"406\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c6a9a1f\" style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.<br>Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">Your Designer Is Holding You To Ransom.</h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169789d2cab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169789c7afb\"><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:598;\"><div class=\"tcb-flex-row tcb--cols--1\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979f88e15\"><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_bottom\" data-css=\"tve-u-1697c6b420e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image tve_evt_manager_listen tve_et_tve-viewport wp-image-1235\" alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_bottom&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"358\" height=\"444\"></span></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_appear\" style=\"\" data-css=\"tve-u-16979f663e1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-855 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"512\" height=\"512\"></span></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1697a0bce8f\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a0bd295\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972b26da0\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16978a04292\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697b071ce0\" data-clip-id=\"f43191b958e06\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 1000 78\" preserveAspectRatio=\"none\" decoration-type=\"waves\" class=\"svg-shape-bottom\" data-css=\"tve-u-1697c5a2777\"><path d=\"M0,0v60c51.1-27,123.1-42,216-45c122-4,207.4,27.3,443,38c72.6,3.3,186.3-4.4,341-23V0H0z\"></path><path opacity=\"0.6\" d=\"M1,1v60c23.1-17,81.1-27,174-30c122-4,169.4,32.3,405,43c72.6,3.3,213-11,421-43V1H1z\"></path><path opacity=\"0.2\" d=\"M1,0v62c17.8-9,73.1-15,166-18c122-4,188,18,366,18c62,0,147.7-9,314-9     c32.1,0,83.4,6,154,18V0H1z\"></path></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16978a52b6d\" style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-arrow-alt-to-right-regular\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Revisions requested…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Wait for a response…<span data-css=\"tve-u-16978ab9201\" style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-16978a3d59a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16978a288f5\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-arrow-alt-to-right-regular\" data-name=\"\">\n            <path d=\"M144 112v51.6H48c-26.5 0-48 21.5-48 48v88.6c0 26.5 21.5 48 48 48h96v51.6c0 42.6 51.7 64.2 81.9 33.9l144-143.9c18.7-18.7 18.7-49.1 0-67.9l-144-144C195.8 48 144 69.3 144 112zm192 144L192 400v-99.7H48v-88.6h144V112l144 144zm76-192h24c6.6 0 12 5.4 12 12v360c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16978a1cc83\" style=\"\">Still waiting for response…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong>Finally the work arrives.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697b3b9ba0\" style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697d10abb0\"><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b063d33\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1014\" alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">But everytime you need a different</h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\">&nbsp;design job done- you <span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 data-css=\"tve-u-16978a72624\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-16978aa7d94\" style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16978a934af\"><p data-css=\"tve-u-16978a7262a\">And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972ac14e8\" data-tag=\"h2\"><h2 data-css=\"tve-u-16972ae834a\" class=\"\">Every design task<span data-css=\"tve-u-16972ae12de\" style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2 data-css=\"tve-u-16972ae834d\" class=\"\"><em>Soon you’re paying through the nose.&nbsp;</em></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16972aefdaa\"><p data-css=\"tve-u-16972abdb65\">Soon, things are getting complicated.</p><p data-css=\"tve-u-16972abdb66\">Things are getting costly.</p><p data-css=\"tve-u-16972abdb68\">&nbsp;Things are getting out of hand.</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f842aa1\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a0d8ea2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16972c0fbb8\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-16972c08e3b\" data-clip-id=\"5028930dfbc96\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-5028930dfbc96\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"100\" pointer-height=\"3\" style=\"\"><polygon points=\"0 0, 0 0.97, 0 0.97, 0.5 1, 1 0.97, 1 0.97, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a127206\" style=\"text-align: center;\" class=\"\">So Just Imagine If I Could Give You&nbsp;</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:820;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-1697a10c380\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a1085c2\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a11f319\" style=\"text-align: right;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong>10</strong></span></h2></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697a108756\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a116a41\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697a10eef9\" style=\"text-align: left;\" class=\"\"><span data-css=\"tve-u-1697a0f9df8\" style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-badge-check-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f44f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Superior Quality</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a12f450\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f451\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">With Minimum Effort</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a12f452\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-badge-check-solid\" data-name=\"\">\n            <path d=\"M454.928 338.405c14.719 32.428 8.758 71.947-17.909 98.614-26.574 26.574-66.03 32.699-98.614 17.909C325.885 488.27 293.716 512 256 512s-69.885-23.73-82.405-57.072c-32.554 14.776-72.017 8.688-98.614-17.909-26.667-26.667-32.627-66.186-17.909-98.614C23.73 325.885 0 293.716 0 256s23.73-69.885 57.072-82.405c-14.719-32.428-8.758-71.947 17.909-98.614 26.668-26.667 66.187-32.627 98.614-17.909C186.115 23.73 218.284 0 256 0s69.885 23.73 82.405 57.072c32.428-14.719 71.946-8.759 98.614 17.909 26.667 26.667 32.627 66.186 17.909 98.614C488.27 186.115 512 218.284 512 256s-23.73 69.885-57.072 82.405zm-235.614 43.536l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L208 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.38 6.25 22.628.001z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a12f44d\" style=\"\">and Most Importantly:<br>For Just A Single One-Time Fee.</span></li></ul></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And you could rest assured that they would be</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f7ed6d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697159fd6c\" data-clip-id=\"d424f0b1d16f7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16972bf685a\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f7f2188\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2a\" style=\"text-align: center;\" class=\"\">The Swiss Army Knife Of Design Tools!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697184ca2c\" style=\"text-align: center;\" class=\"\">Introducing:<strong>&nbsp;</strong></h2></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1696f8c6cd0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-705 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1161\" height=\"133\"></span></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-1696f8b8138\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-831 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1356\" height=\"903\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\"><strong><span data-css=\"tve-u-1697ad979f5\" style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16971856da2\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697185a5a3\">For Less Than The Price of One!</span><strong></strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d2789d\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d2789e\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d2789f\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a0\" style=\"\"><p data-css=\"tve-u-171a2d278a1\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278a2\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278a3\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278a4\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278a5\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278a6\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278a7\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278a8\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278a9\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278aa\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a22cb3d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a22baa3\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696f967425\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><br><strong>&nbsp;Getting All Under One Roof…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697adf2210\" style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16977292e6a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-711\" alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697147c4dc\" class=\"\"><span data-css=\"tve-u-169714819b8\" style=\"font-size: 57px;\">Pixa Eas</span><span data-css=\"tve-u-1697148247e\" style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2 data-css=\"tve-u-1697ac44c62\" class=\"\"><strong><span data-css=\"tve-u-169714819bb\" style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79122\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Drag and Drop<br>Create Beautiful Websites In Just Minutes</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79123\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Coding Skills Required</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd79125\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Build Websites With Ready-To-Go Premade Blocks<br></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697bd71893\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Export your landing pages and host anywhere</span></li></ul></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697718057b\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697715b4b2\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169770f4144\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771269aa\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977126a92\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977e3d67b\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977171a41\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977e51dda\" style=\"text-align: center;\" class=\"\"><strong>150+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e88fd9\" style=\"text-align: center;\">Premade Design Blocks</p><p data-css=\"tve-u-169763e9430\" style=\"text-align: center;\">to Choose From</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977187239\"><p data-css=\"tve-u-16977e8b082\" style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span data-css=\"tve-u-16977e8e256\" style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span data-css=\"tve-u-169771796a9\"><span data-css=\"tve-u-16977e8e258\" style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span data-css=\"tve-u-169771796a9\"> </span></strong></p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-desktop-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-16976384845\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977101f37\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:0;\" data-css=\"tve-u-1697712be50\"><div class=\"tcb-flex-row tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697713a68c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f709\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169770dc69e\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697713f717\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697712f4ef\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top tve-viewport-triggered\" style=\"\" data-css=\"tve-u-16977122453\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771122dd\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169772a8e05\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697711e81a\" style=\"text-align: center;\">Premade Full Website Templates</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169772a1f4d\"><p data-css=\"tve-u-16977174b95\" style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span data-css=\"tve-u-169772bd90e\" style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span data-css=\"tve-u-169772bd912\" style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-16977195e43\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a233ebe\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23368d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-719\" alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697149300f\" class=\"\"><span data-css=\"tve-u-16971493010\" style=\"font-size: 57px;\">Pixa&nbsp;</span><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Graphics</span></h2><h2 data-css=\"tve-u-1697ac47346\" class=\"\"><strong><span data-css=\"tve-u-16971493011\" style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3fd87\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">No Design Skills Required</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3c4fb\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Facebook Ads That Get You Great ROI</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3df65\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly: Create Eye-Catching Social Media Covers</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda21a0\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Quickly Create Profitable T-Shirt Designs</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bda5ec2\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Go Viral With Quick-To-Create Memes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb16a8\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Ready -To-Print Business Cards, <br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697bdb242f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\"><path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Presentation Covers, Letterheads and More…</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169771bb355\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169773391ce\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169771bb359\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169771bb360\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169771bb358\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35e\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb357\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169771bb35f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169771bb361\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169771bb35d\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169771bb35a\" style=\"text-align: center;\" class=\"\"><strong>4000</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697734ad6d\" style=\"text-align: center;\">Design Templates Ready to Go</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977369cb7\"><p data-css=\"tve-u-1697735c421\" style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697e950afb\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697e950b01\" data-clip-id=\"b46bfde3dc9b7\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs></defs></svg></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697e950afe\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ce8a6393e\"><p data-css=\"tve-u-16ce8a4f5fd\" style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-1697e950b14\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--3 v-2\" data-css=\"tve-u-1697e950b10\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b04\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1484\" alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b07\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1490\" alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1489\" alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b05\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1486\" alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b08\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1483\" alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b0b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1488\" alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b06\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1487\" alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950b09\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1482\" alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697e950af9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1485\" alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697e950b0d\"><p data-css=\"tve-u-1697e950b11\" style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p data-css=\"tve-u-1697e950b12\" style=\"text-align: center;\"><strong>... and many more templates.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a24001f\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a23f7ab\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-712\" alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b6c691b\" class=\"\"><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Pixa </span><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Logo </span></h2><h2 data-css=\"tve-u-16971513154\" class=\"\"><strong><span data-css=\"tve-u-16971513155\" style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-regular\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3929d\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3799f\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Create Eye-Catching Logos In Minutes.</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697bda80f6\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display tcb-excluded-from-group-item\" data-css=\"tve-u-1697be3002e\"><svg class=\"tcb-icon\" viewBox=\"0 0 384 512\" data-id=\"icon-plus-regular\" data-name=\"\">\n            <path d=\"M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697bd69a89\">Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\">Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong>\n<strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p data-css=\"tve-u-1697743b4f0\">Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-169773c0b28\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169773c0b2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169773c0b34\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169773c0b2c\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b32\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b2b\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977cc6d22\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-805\" alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169773c0b33\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169773c0b35\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169773c0b30\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169773c0b2e\" style=\"text-align: center;\" class=\"\"><strong>545k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169773c0b2f\" style=\"text-align: center;\">HQ SVG icons</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697743b4f0\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169774b83ee\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a246965\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-714\" alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac62072\" class=\"\"><span data-css=\"tve-u-1697ac60a78\" style=\"font-size: 57px;\">Pixa</span></h2><h2 data-css=\"tve-u-16971524912\" class=\"\"><strong><span data-css=\"tve-u-16971524913\" style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1eb\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Software</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979d8a1ed\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979d8a1ee\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16978928f17\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697891a82e\" style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977e109b1\">These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-1697747e778\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697747e77c\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697747e782\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-1697747e77a\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e780\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e779\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16977df485d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-808\" alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-1697747e781\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697747e783\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697747e77f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697747e77d\" style=\"text-align: center;\" class=\"\"><strong>500+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e77e\" style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697747e784\" style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a250289\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a24f7a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-717\" alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac66407\" class=\"\"><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Pixa</span><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\"> </span></strong></h2><h2 data-css=\"tve-u-16971534054\" class=\"\"><strong><span data-css=\"tve-u-16971534055\" style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ed743d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ed743e\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ed743a\" style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4424a\">Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be45654\" style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16975b7a3b4\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-773 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"1651\" height=\"670\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a256434\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a255d46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-715\" alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><p><br></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac68bce\" class=\"\"><span data-css=\"tve-u-16971579de0\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971579de2\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16971579ddf\" class=\"\"><strong><span data-css=\"tve-u-16971579de1\" style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39a\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979ebf39b\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979ebf39c\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\" style=\"\">Over 300 Moveable Items<br>Editable to Your Exact Desire In Just Minutes<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16ced99d2f0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979ebf399\">&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c7045fe\"><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775446b5\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169775446b8\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775446bf\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-169775446b7\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446bd\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446b6\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697808e8df\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-816\" alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775446be\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775446c0\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-169775446bc\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-169775446ba\" style=\"text-align: left;\" class=\"\"><strong>300+</strong></h2></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169778a74d3\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a25e886\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a25e040\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-716\" alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6ac23\" class=\"\"><span data-css=\"tve-u-16971585b05\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-16971585b07\" style=\"font-size: 57px;\"><strong> </strong></span></h2><h2 data-css=\"tve-u-16971585b03\" class=\"\"><strong><span data-css=\"tve-u-16971585b06\" style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be4caf1\">At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><span data-css=\"tve-u-16979eb562a\" style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span data-css=\"tve-u-16979eb562c\" style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-mobile-hidden tcb-tablet-hidden\" style=\"\" data-css=\"tve-u-169775617fe\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977561801\"><div class=\"thrv_wrapper thrv-columns tcb-mobile-hidden tcb-tablet-hidden\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977561808\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977561800\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561805\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775617ff\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977561806\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977561809\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c786c\"><div class=\"tcb-flex-row tcb--cols--3 tcb-desktop-no-wrap\" data-css=\"tve-u-1697a1838f2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a194696\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>10k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f928028a2\" style=\"text-align: center;\">HQ Vectors</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ac3a0\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>100k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HD Videos</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1b2bee\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2.5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\">HQ Clipart</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:554.906;\" data-css=\"tve-u-1697a1c1c73\"><div class=\"tcb-flex-row tcb--cols--3\" data-css=\"tve-u-1697a180df5\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1e0f85\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>2M</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927ef9c4\" style=\"text-align: center;\">Images</p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-17f927fc9de\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1ec148\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>5k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977561803\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-17f927eda61\" style=\"text-align: center;\">Video Bg\'s</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697a1f1c7b\" data-tcb_hover_state_parent=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16977561804\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977561802\" style=\"text-align: center;\" class=\"\"><strong>8k</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697786e567\" style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tve-height-update\" data-inherit-lp-settings=\"1\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in\"></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a285a16\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fa66f46\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-708\" alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\"><meta charset=\"utf-8\" class=\"\"><meta charset=\"utf-8\" class=\"\"></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697ac6e62d\" class=\"\"><span data-css=\"tve-u-169715b3722\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715b3724\" style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2 data-css=\"tve-u-169715b3720\" class=\"\"><strong><span data-css=\"tve-u-169715b3723\" style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d5\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-16979e9d5d6\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Flexible and Usable For ANY Project</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d7\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Create 3D Ecovers For Ebooks</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16979e9d5d8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16979e9d5d4\" style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-16977569697\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697756969a\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-169775696a1\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977569699\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697756969f\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977569698\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1697838215b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-823\" alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169775696a0\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169775696a2\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-1697756969e\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697756969b\" style=\"text-align: center;\" class=\"\"><strong><span data-css=\"tve-u-1697be5de4d\" style=\"color: rgb(255, 255, 255);\">15</span><span data-css=\"tve-u-1697be5de4f\" style=\"color: rgb(255, 171, 25);\">k</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697756969d\" style=\"text-align: center;\">High Resolution Images.</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697a384f47\"><p data-css=\"tve-u-169775696a4\" style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a28e123\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a28d3a9\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-713\" alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715bf427\" class=\"\"><span data-css=\"tve-u-169715bf428\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715bf42a\" style=\"font-size: 57px;\"> </span></h2><h2 data-css=\"tve-u-1697ac9aedb\" class=\"\"><strong><span data-css=\"tve-u-169715bf429\" style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697be64420\">Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697c2827a4\"><p data-css=\"tve-u-1697be656f4\">Easily Create:</p></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:516;\" data-css=\"tve-u-16979dc92e4\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979dc7fd6\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16978558b62\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979dbbbcb\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Lead Magnets</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbce\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Reports</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979dbbbcf\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Books<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Novels<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Howtos<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697853cb97\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-1697852e74d\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Cheet Sheets</span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\" data-css=\"tve-u-16979db4534\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" style=\"\" data-css=\"tve-u-16979db90de\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Tutorials</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e0\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Courses</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16979db90e2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Magazines</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784faee4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Journals</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169784fcdd8\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Infographics</span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169785014fa\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-169784f5fc6\" style=\"\">Roadmaps</span></li></ul></div></div></div></div></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section tcb-tablet-hidden tcb-mobile-hidden\" style=\"\" data-css=\"tve-u-1697757481f\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16977574822\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-16977574829\"><div class=\"tcb-flex-row tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile tcb-resized tcb--cols--2\" data-css=\"tve-u-16977574821\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574827\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-16977574820\"></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16977574828\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1697757482a\"><div class=\"thrv_wrapper thrv_text_element tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_slide_top\" style=\"\" data-css=\"tve-u-16977574826\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_top&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" data-tag=\"h2\"><h2 data-css=\"tve-u-16977574823\" style=\"text-align: center;\" class=\"\"><strong>20+</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16977574824\" style=\"text-align: center;\">ebook PDF Layouts</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697858ab05\">This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697a2b8cc0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2ab7fa\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1697a2aa187\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-709\" alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715d11b4\" class=\"\"><span data-css=\"tve-u-169715d11b5\" style=\"font-size: 57px;\">Pixa</span><span data-css=\"tve-u-169715d11b7\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-1697ac9d886\" class=\"\"><strong><span data-css=\"tve-u-169715d11b6\" style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list tcb-icon-display\" data-icon-code=\"icon-plus-solid\" style=\"\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b0\" style=\"\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\" style=\"\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-1697a2995b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b3\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697891dc9a\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697a2995b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697a2995ae\" style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697a2b3cee\">GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696f9580de\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1696f959e2e\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fb04ebe\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169775f00b0\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1696faa0ff0\" style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\" data-css=\"tve-u-1697c5fa1b8\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-1696f980b9c\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-1696f974500\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-718\" alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169715db139\" class=\"\"><span data-css=\"tve-u-169715db13b\" style=\"font-size: 57px;\">Pixa Viral</span><span data-css=\"tve-u-169715db13d\" style=\"font-size: 57px;\">&nbsp;</span></h2><h2 data-css=\"tve-u-16979a1dc90\" class=\"\"><strong><span data-css=\"tve-u-169715db13c\" style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p></div><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-plus-solid\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Matched Perfectly To Your Images</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c298755\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Add Custom Overlays</strong></strong><br></span></li><li class=\"thrv-styled-list-item\" data-css=\"tve-u-1697e9003a4\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1697c29ad95\"><svg class=\"tcb-icon\" viewBox=\"0 0 448 512\" data-id=\"icon-plus-solid\" data-name=\"\">\n            <path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1697c293f55\"><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c28cb7b\">Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-1697cf7715e\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-1697cf7715c\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697cf7715d\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697cf77162\" data-tag=\"h1\"><p data-css=\"tve-u-1697cf77160\" style=\"text-align: center;\"><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><br><span data-css=\"tve-u-1697cf77161\" style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p></div><div class=\"thrv_responsive_video thrv_wrapper rv_style_dark_frame\" data-type=\"youtube\" data-rel=\"0\" data-url=\"https://www.youtube.com/watch?v=z4YHd1vYiC8\" data-css=\"tve-u-1697cf77163\">\n	\n\n	<div class=\"tve_responsive_video_container\">\n		<div class=\"video_overlay\"></div>\n	<iframe data-code=\"z4YHd1vYiC8\" data-provider=\"youtube\" allowfullscreen=\"\" frameborder=\"0\" __idm_id__=\"7446530\" data-src=\"https://www.youtube.com/embed/z4YHd1vYiC8?rel=0&amp;modestbranding=0&amp;controls=1&amp;showinfo=1&amp;fs=1&amp;wmode=transparent&amp;start=undefined\"></iframe></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-169775970fd\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278b9\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278ba\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278bb\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278bc\" style=\"\"><p data-css=\"tve-u-171a2d278bd\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278be\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278bf\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278c0\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278c1\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278c2\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278c3\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278c4\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278c5\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278c6\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16ced8c9c60\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16ced8c9c55\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16ced8c9c61\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8c9c67\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16ced8c9c62\" style=\"text-align: center;\" class=\"\"><strong><strong>Plus The World’s 1st Multi-Purpose<br>Graphics Platform To Include</strong></strong></h1></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>Ecover Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d2900\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-603\" alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1037\" alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c64\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Viral Quote Generator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d4544\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\" style=\"\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>1-Click Mockup Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8d7915\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1110\" alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-601\" alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c65\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Desk Scene Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8de7d5\"><p data-css=\"tve-u-16ced8da9c2\"><br></p><p data-css=\"tve-u-16ced8da9c2\">Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c57\" style=\"\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong>eBook / PDF Creator</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e2611\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-599\" alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16ced8c9c5d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1190\" alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-16ced8c9c66\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\" data-css=\"tve-u-16ced8c9c5a\"><h2 data-css=\"tve-u-16ced8c9c5e\" class=\"\"><strong><strong>Logo Creator</strong></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16ced8e7863\"><p data-css=\"tve-u-16ced8c9c5b\"><br></p><p data-css=\"tve-u-16ced8c9c5b\">Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fac65f6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fac4d91\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-1696faef216\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-1696fafe04f\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e91da4c\" style=\"text-align: center;\" class=\"\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-1697e91fec4\" style=\"text-align: center;\" class=\"\">INCLUDED As Standard On The Front End!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697e92411f\" style=\"text-align: center;\">Meaning you have 2 options:</p></div><div class=\"tcb-clear\" data-css=\"tve-u-16979c84298\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-16979c81a4d\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697e92262c\" style=\"text-align: center;\" class=\"\"><strong>Create Stunning Designs</strong></h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:918;\"><div class=\"tcb-flex-row tcb--cols--2\" data-css=\"tve-u-16979d3492a\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_left\" style=\"\" data-css=\"tve-u-16979c437b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-843 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_left&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"510\" height=\"255\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16979b7395e\" style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979cf0c00\"><p data-css=\"tve-u-16979c8c657\">Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right\" style=\"\" data-css=\"tve-u-16979d240a1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-844 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" width=\"763\" height=\"400\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d1f253\"><p data-css=\"tve-u-16979b7639a\" style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><br><strong>Profit From Them.</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16979d0caa4\"><p data-css=\"tve-u-16979c8dcf8\">All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p></div></div></div></div></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697c7a3123\" data-tve-scroll=\"{&quot;disabled&quot;:[],&quot;top&quot;:0,&quot;mode&quot;:&quot;sticky&quot;,&quot;end&quot;:&quot;parent&quot;}\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1237\" alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span></div></div>\n</div></div></div></div></div></div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-16cebf9d4a0\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf9d4a2\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf9d4b0\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d4a4\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf9d4a1\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Applications For Any Business<br></strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf9d4a3\"><p data-css=\"tve-u-16cebf9d495\" style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf9d494\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--3\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a5\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d498\"><strong>Affiliate Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a6\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d497\"><strong>Video Marketers</strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4a7\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d496\"><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ac\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4a9\"><b><b>Product Creators</b></b></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ad\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4aa\"><strong><strong>Freelancers</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d4ae\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d4ab\"><strong><strong>Traffic Specialists</strong></strong></span></li></ul></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-check\"><ul class=\"tcb-styled-list\"><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49b\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49f\"><strong><strong>List Builders</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d49a\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49e\"><strong><strong>eCommerce Stores</strong></strong></span></li><li class=\"thrv-styled-list-item\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-16cebf9d499\"><svg class=\"tcb-icon\" viewBox=\"0 0 32 32\" data-name=\"checkcheck\">\n<path d=\"M29.333 10.267c0 0.4-0.133 0.8-0.533 1.2l-14.8 14.8c-0.267 0.267-0.667 0.4-1.067 0.4s-0.933-0.133-1.2-0.533l-2.4-2.267-6.267-6.267c-0.267-0.267-0.4-0.667-0.4-1.2s0.133-0.8 0.533-1.2l2.4-2.4c0.267-0.133 0.667-0.4 1.067-0.4s0.8 0.133 1.2 0.533l5.067 5.067 11.2-11.333c0.267-0.267 0.667-0.533 1.2-0.533 0.4 0 0.8 0.133 1.2 0.533l2.4 2.4c0.267 0.267 0.4 0.667 0.4 1.2z\"></path>\n</svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-16cebf9d49d\"><strong><b>Social Media Marketers</b></strong></span></li></ul></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf9d491\"><p data-css=\"tve-u-16cebf9d4af\" style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p data-css=\"tve-u-16cebf9d493\" style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf7c203\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf7c20b\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf7c208\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf7c206\" style=\"text-align: center;\" class=\"\"><strong><strong>EASY Income Opportunity Ahead: <br>DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c204\"><p data-css=\"tve-u-16cebf7c209\" style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -<br>Even If You Have Zero Technical Skills … Guaranteed!</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf7c201\" style=\"--tcb-col-el-width:1045;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col c-33\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf7c202\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1554\" alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span></div></div></div><div class=\"tcb-flex-col c-66\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf7c20a\"><p data-css=\"tve-u-16cebf7c207\">According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" data-css=\"tve-u-169895df369\" style=\"\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-169895df36b\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169895df368\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\" data-css=\"tve-u-16cebeb8da9\"><h2 data-css=\"tve-u-16cebeb7143\" style=\"text-align: center;\" class=\"\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169895df372\"><p data-css=\"tve-u-169895df370\" style=\"text-align: center;\">Here Are Just Some Examples<br>Of The UNFAIR Profits People Like You Are</p><p data-css=\"tve-u-169895df371\" style=\"text-align: center;\">Making With Graphic Design …</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16ce8e03b1f\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df377\"><p data-css=\"tve-u-169895df374\" style=\"text-align: center;\"><strong>Vihrapopova has earned <span data-css=\"tve-u-169895df367\" style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span data-css=\"tve-u-169895df366\" style=\"color: rgb(255, 225, 13);\">2645 review</span> <span data-css=\"tve-u-169895df365\" style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1567\" alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df378\"><p data-css=\"tve-u-169895df375\" style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span data-css=\"tve-u-169895df363\" style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df379\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1564\" alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df373\"><p data-css=\"tve-u-16ce8de975f\" style=\"text-align: center;\">Simon “Quote Jungle” has done over <span data-css=\"tve-u-169895df362\" style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span data-css=\"tve-u-169895df361\" style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span data-css=\"tve-u-169895df360\" style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span data-css=\"tve-u-169895df35e\" style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df37a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1565\" alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169895df376\"><p data-css=\"tve-u-16ce8dfb8d4\" style=\"text-align: center;\">Evelyn has done over <span data-css=\"tve-u-169895df35d\" style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span data-css=\"tve-u-169895df35c\" style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span data-css=\"tve-u-169895df35b\" style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169895df364\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1566\" alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span></div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\">\n<div class=\"tve-page-section-out\" data-css=\"tve-u-16cebf6ed79\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-16cebf6ed93\"><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed81\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-16cebf6ed7f\" style=\"text-align: center;\" class=\"\"><strong><strong>Unlimited Profit Potential <br>Providing Unlimited Graphics Services ...</strong></strong></h1></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p></div><div class=\"thrv_wrapper thrv-columns\" data-css=\"tve-u-16cebf6ed78\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--4\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed82\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1573\" alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed87\" style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8e\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1574\" alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7b\"><p data-css=\"tve-u-16cebf6ed88\" style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed8b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1575\" alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16cebf6ed7a\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1572\" alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-16cebf6ed7d\"><p data-css=\"tve-u-16cebf6ed8a\" style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf6ed85\" style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s <br>for projects that take you less than an afternoon …</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed92\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed91\"><p data-css=\"tve-u-16cebf88922\" style=\"text-align: center;\"><strong>FACE FACTS</strong></p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-16cebf6ed7e\"><p data-css=\"tve-u-16cebf6ed8f\" style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697beb4c3a\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697beae046\"><p data-css=\"tve-u-1697beabd7d\" style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\" class=\"\"><strong>For Paying Clients&nbsp;</strong></h2></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-1697be9816c\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p data-css=\"tve-u-1697bed5c72\" style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Godswill Okoyomon</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169721c6682\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697bf16c5c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fb4ecf2\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf51742\"><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><br><span data-css=\"tve-u-1697bf53405\" style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2 data-css=\"tve-u-1697bf3fc6d\" class=\"\"><span data-css=\"tve-u-1697bf3fe07\"><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2 data-css=\"tve-u-1697bf2c301\" class=\"\">And YOU keep 100% of the profits.</h2></div></div>\n</div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"></div></div></div></div><div class=\"thrv_wrapper tve_image_caption tcb-mobile-hidden\" data-css=\"tve-u-1697b53e555\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb66d78\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16979cb1066\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697223803b\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697bf82b49\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-16979ccb18e\" style=\"text-align: center;\" class=\"\"><strong>Nothing Else Compares </strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf77d15\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\"><br></h2><h2 data-css=\"tve-u-16979ccb190\" style=\"text-align: center;\" class=\"\">To The Value Of DesignBundle:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bf805ea\" style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16983518f30\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Graphics Designer</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b31863\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1532\" alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle Logo Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1535\" alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1541\" alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1534\" alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <meta charset=\"utf-8\"><meta charset=\"utf-8\"><strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1537\" alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16986b2a54d\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1533\" alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1538\" alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16983525b8c\"><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169834fd5f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1536\" alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb12dcc\"><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697fb0d5d3\" style=\"text-align: center;\"><br></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_1\" data-button-size=\"l\" data-css=\"tve-u-1697a3c4a4c\">\n	<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n	<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display tcb-local-vars-root\" style=\"\" data-css=\"tve-u-17fefbb2708\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-light\" data-name=\"\">\n            <path d=\"M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192zm-106.641-75.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H320v-52c0-6.627 5.373-12 12-12h8c6.627 0 12 5.373 12 12v52h35.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n\n		<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">GRAB DESIGN BUNDLE LICENSE</span></span>\n	</a>\n</div><div class=\"thrv_wrapper thrv-credit\" data-style=\"style1\" data-cards=\"visa,masterCard,americanExpress,payPal,googlePay,applePay,bitcoin\" style=\"\" data-css=\"tve-u-1697a3c4a4d\"><svg viewBox=\"0 0 72 52\" class=\"tcb-visa-card\"><g><path class=\"visa-style-1-st0\" d=\"M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z\"></path><path class=\"visa-style-1-st1\" d=\"M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-masterCard-card\"><g transform=\"translate(337.000000, 0.000000)\"><path class=\"masterCard-style-1-st0\" d=\"M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z\"></path><g transform=\"translate(12.526316, 11.194030)\"><path class=\"masterCard-style-1-st1\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z\"></path><path class=\"masterCard-style-1-st2\" d=\"M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z\"></path><path class=\"masterCard-style-1-st3\" d=\"M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-americanExpress-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"americanExpress-style-1-st0\" d=\"M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z\"></path></g></g><path class=\"americanExpress-style-1-st1\" d=\"M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z\"></path><path class=\"americanExpress-style-1-st1\" d=\"M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-payPal-card\"><g><g transform=\"translate(85.000000, 0.000000)\"><path class=\"payPal-style-1-st0\" d=\"M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z\"></path></g><path class=\"payPal-style-1-st1\" d=\"M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z\"></path><path class=\"payPal-style-1-st2\" d=\"M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z\"></path></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-googlePay-card\"><g><g><g transform=\"translate(169.000000, 0.000000)\"><path class=\"googlePay-style-1-st0\" d=\"M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z\"></path></g><rect x=\"18.4\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)\" class=\"googlePay-style-1-st1\" width=\"17.5\" height=\"50\"></rect><rect x=\"35.9\" y=\"0.9\" transform=\"matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)\" class=\"googlePay-style-1-st2\" width=\"17.5\" height=\"50\"></rect><path class=\"googlePay-style-1-st3\" d=\"M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z\"></path></g><g><path class=\"googlePay-style-1-st4\" d=\"M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z\"></path><path class=\"googlePay-style-1-st4\" d=\"M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z\"></path><polygon class=\"googlePay-style-1-st4\" points=\"62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 \"></polygon><path class=\"googlePay-style-1-st4\" d=\"M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-applePay-card\"><g><path class=\"applePay-style-1-st0\" d=\"M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z\"></path></g><g><g><path class=\"applePay-style-1-st1\" d=\"M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6\"></path><path class=\"applePay-style-1-st1\" d=\"M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1\"></path></g><g><path class=\"applePay-style-1-st1\" d=\"M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z\"></path><path class=\"applePay-style-1-st1\" d=\"M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z\"></path><path class=\"applePay-style-1-st1\" d=\"M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z\"></path></g></g></svg><svg viewBox=\"0 0 72 52\" class=\"tcb-bitcoin-card\"><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st0\" d=\"M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z\"></path></g><g><path class=\"bitcoin-style-1-st1\" d=\"M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z\"></path></g></svg></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fb87b16\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697223dae0\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169722389c4\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fccab28\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p></p><h2 data-css=\"tve-u-1697c04edc7\" style=\"text-align: center;\" class=\"\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 data-css=\"tve-u-16972248f86\" style=\"text-align: center;\" class=\"\">For Just A Single Low One-Time Price:</h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972247ae7\" style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-169722351aa\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-734\" alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351b2\"><strong>Pixa Easy Landing Page Builder:<span data-css=\"tve-u-169722351b3\">&nbsp;</span></strong><span data-css=\"tve-u-169722351b4\">Create</span><span data-css=\"tve-u-169722351b6\">&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p data-css=\"tve-u-16972545d23\"><strong>Retail Value <s>$197</s></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-741\" alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351be\"><strong>Pixa Graphics Designer:&nbsp;</strong><span data-css=\"tve-u-169722351bf\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p data-css=\"tve-u-1697254b077\"><span data-css=\"tve-u-1697254b18f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-738\" alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351c7\"><strong><strong>Pixa Logo Creator:</strong></strong><span data-css=\"tve-u-169722351c8\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p data-css=\"tve-u-169725510c2\"><span data-css=\"tve-u-1697255117f\"><strong><strong>Retail Value<s>&nbsp;$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-742\" alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d0\"><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351d1\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p data-css=\"tve-u-16972555ead\"><span data-css=\"tve-u-16972555f72\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2 v-2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-736\" alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351d9\"><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span data-css=\"tve-u-169722351da\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p data-css=\"tve-u-1697255f43a\"><span data-css=\"tve-u-16972560674\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-735\" alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351e2\"><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span data-css=\"tve-u-169722351e3\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p data-css=\"tve-u-169725671ed\"><span data-css=\"tve-u-169725672b0\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2 v-2\" data-css=\"tve-u-1697e6cec20\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-733\" alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351ec\"><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span data-css=\"tve-u-169722351ed\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p data-css=\"tve-u-1697256b604\"><span data-css=\"tve-u-1697256b6f6\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-739\" alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351f5\"><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span data-css=\"tve-u-169722351f6\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p data-css=\"tve-u-1697256f312\"><span data-css=\"tve-u-1697256f3dd\"><strong><strong><s>Retail Value $197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351ac\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169722351ae\" style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169722351af\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-740\" alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-169722351fe\"><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span data-css=\"tve-u-169722351ff\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p data-css=\"tve-u-16972574219\"><strong><strong><span data-css=\"tve-u-16972574309\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></strong></strong></p></div></div></div></div></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:440.5;\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235201\" style=\"\"><div class=\"tcb-col\" style=\"\" data-css=\"tve-u-169722351ad\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-16972235203\" style=\"text-align: left;\">10<span data-css=\"tve-u-16972235204\" style=\"color: rgb(255, 86, 5);\">.</span></p></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16972235205\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-169722351b0\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-737\" alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\"><strong><strong>Pixa Video To GIF Creator:</strong></strong><span data-css=\"tve-u-16972578749\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p data-css=\"tve-u-169725785b6\"><span data-css=\"tve-u-16972578678\"><strong><strong>Retail Value <s>$197</s></strong></strong></span></p></div></div></div></div></div></div></div></div></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 class=\"\" data-css=\"tve-u-1697223520a\" style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\"><br></h2><h2 class=\"\" data-css=\"tve-u-1697223520b\" style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:896;\"><div class=\"tcb-flex-row tcb--cols--1\" data-css=\"tve-u-169722351ab\"><div class=\"tcb-flex-col\" data-css=\"tve-u-1697223520d\" style=\"\"><div class=\"tcb-col\" style=\"\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1697223520e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697223520f\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acc9ee0\" style=\"text-align: center;\" class=\"\"><span data-css=\"tve-u-1697bfa3d25\" style=\"color: rgb(255, 187, 5);\">11</span><span data-css=\"tve-u-1697bf9d1e6\" style=\"color: rgb(255, 86, 5);\">.</span></h2></div><div class=\"thrv_wrapper tve_image_caption\" style=\"\" data-css=\"tve-u-16972235212\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1102\" alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-169722351b1\"><p data-css=\"tve-u-16972235208\" style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span data-css=\"tve-u-16972235209\" style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697bf8be01\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697acf04a8\" style=\"text-align: center;\" class=\"\">+</h2></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697bf96c6c\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697229b906\" style=\"text-align: center;\" class=\"\">Plus You’re Even Getting A Commercial Licence <br>INCLUDED As Standard!</h2></div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c763189\"><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><br></p><p data-css=\"tve-u-1697c76174a\" style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value <s>$497</s></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div><div class=\"thrv_wrapper thrv_text_element\" data-css=\"tve-u-1697c786922\"><p data-css=\"tve-u-1697257ec78\" style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value <s>$2,664</s></strong></strong></strong></strong></strong></p></div><div class=\"thrv_wrapper thrv-divider\" data-style=\"tve_sep-1\" data-thickness=\"2\" data-color=\"rgba(255, 255, 255, 0.52)\" data-css=\"tve-u-1697c76b9c3\">\n	<hr class=\"tve_sep tve_sep-1\">\n</div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278d3\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278d4\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278d5\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278d6\" style=\"\"><p data-css=\"tve-u-171a2d278d7\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278d8\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278d9\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"#grab\" class=\"tcb-button-link tve-jump-scroll\" rel=\"\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278da\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278db\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278dc\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278dd\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278de\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278df\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278e0\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fd80511\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-16972831b84\" data-clip-id=\"464a3ecdda317\"><svg width=\"0\" height=\"0\" class=\"tve-decoration-svg\"><defs><clipPath id=\"clip-bottom-464a3ecdda317\" class=\"decoration-clip clip-path-bottom\" clipPathUnits=\"objectBoundingBox\" data-screen=\"\" decoration-type=\"pointer\" pointer-width=\"0\" pointer-height=\"5\" style=\"\"><polygon points=\"0 0, 0 0.95, 0.5 0.95, 0.5 1, 0.5 0.95, 1 0.95, 1 0\"></polygon></clipPath></defs></svg></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697979ab2d\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:1047;\"><div class=\"tcb-flex-row tcb--cols--2\"><div class=\"tcb-flex-col\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697b63b716\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\" class=\"\">bundle of PLR or random softwares.</h2><p data-css=\"tve-u-1697280dbbc\" style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p data-css=\"tve-u-1697280dbbd\" style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"><br></p></div></div></div><div class=\"tcb-flex-col\"><div class=\"tcb-col\" data-css=\"tve-u-1697b608579\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-1697b60ee97\" data-float=\"1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051\" alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span></div></div></div></div></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-169800b8c55\" id=\"grab\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv-pricing-table\" data-ct=\"pricing_table-24177\" data-ct-name=\"Default Pricing Table\">\n<div class=\"thrv_wrapper thrv-button-group tcb-no-clone tcb-no-delete tve_no_drag tcb-no-save tcb-permanently-hidden\" data-price-button-group=\"tve-u-price-button-group-164b675cccf\">\n<div class=\"thrv_wrapper thrv-button-group-item tcb-no-clone tcb-no-delete tve_no_drag tcb-no-title tcb-no-save tcb-active-state\" data-default=\"true\" data-instance=\"4706248\" data-selector=\"[data-price-button-group=&quot;tve-u-price-button-group-164b675cccf&quot;] .thrv-button-group-item.tcb-active-state\">\n<a href=\"#\" class=\"tcb-button-link\">\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\">Instance 1</span></span>\n</a>\n</div>\n</div>\n<div class=\"tcb-flex-row tcb-pricing-table-box-container tcb--cols--1\" data-instance=\"4706248\" style=\"\">\n\n<div class=\"tcb-flex-col\" data-label=\"Fulltime\" data-css=\"tve-u-17f928c3119\" style=\"\">\n<div class=\"tcb-col\">\n<div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tcb-excluded-from-group-item tcb-pt-cb-wrapper tcb-pt-featured-box\" data-css=\"tve-u-16d9af55010\" id=\"tve-jump-17f928ede85\">\n<div class=\"tve-content-box-background tcb-pt-card\"></div>\n<div class=\"tve-cb tcb-pt-card-content\">\n<div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169801afc9b\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-370\" alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span></div><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h6\"><h5 class=\"tcb-pt-card-title\">Commercial</h5></div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-169800e6d66\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-912\" alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span></div>\n\n<div class=\"tcb-pt-wrapper\">\n\n\n\n</div>\n\n<div class=\"thrv_wrapper thrv-styled_list\" data-icon-code=\"icon-dot-circle-solid\" data-css=\"tve-u-16d9af48eb6\">\n<ul class=\"tcb-styled-list\">\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be8d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\"><div style=\"text-align: center;\">Landing Page &nbsp;Builder</div></span>\n</li>\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be94\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Graphics Editor</span>\n</li>\n\n\n<li class=\"thrv-styled-list-item\">\n<div class=\"tcb-styled-list-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017be9a\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div>\n</div>\n<span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Flexible Images<br></span>\n</li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980157070\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock Explorer - 2 Million<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980159832\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Stock<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015c181\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Scene Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698015e3c9\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Mockup Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980160278\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Ecover Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980162974\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Book Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-169801647b4\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Logo Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980166703\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Video 2 GIF Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-16980168a8c\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Bonus - Quote Creator<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016ae14\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">DFY Design Templates<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698016e6b2\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">No Monthly or Annual Fee<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017204d\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">24/7 Access<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style tcb-icon-display\" data-css=\"tve-u-1698017458f\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\">\n            <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path>\n        </svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">VIP Priority Support<br></span></li><li class=\"thrv-styled-list-item\" data-css=\"undefined\"><div class=\"tcb-styled-list-icon\"><div class=\"thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style\" data-css=\"tve-u-169802c2f81\"><svg class=\"tcb-icon\" viewBox=\"0 0 512 512\" data-id=\"icon-dot-circle-solid\" data-name=\"\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"></path></svg></div></div><span class=\"thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save\" data-css=\"tve-u-1698013170f\">Commercial License</span></li>\n</ul>\n</div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-16d9af72faf\"><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-169802e1fe6\">Retail Price on <s>$197</s></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Todays Special Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16980323183\"><strong>Use Coupon Code for 20% Discount: DES20</strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-1698031fdd8\"><strong>Price Will Rise Soon</strong></p></div>\n</div>\n</div>\n</div>\n</div>\n\n</div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-169727fb751\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-169727b65d2\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fd8a17e\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" data-tag=\"h2\"><h2 data-css=\"tve-u-1697b627069\" style=\"text-align: left;\" class=\"\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 data-css=\"tve-u-1697b62706b\" style=\"text-align: left;\" class=\"\"><strong>And their clients - Every single day.</strong></h2></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve_evt_manager_listen tve_et_tve-viewport tve_ea_thrive_animation tve_anim_fade_in\" style=\"\" data-css=\"tve-u-16972792c27\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;fade_in&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\">\n	<div class=\"tve-content-box-background\" data-css=\"tve-u-1697279a47c\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><blockquote class=\"\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote></div><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:520;\"><div class=\"tcb-flex-row tcb--cols--2 tcb-resized\" data-css=\"tve-u-169727cd9ba\"><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2ade\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper tve_image_caption img_style_circle\" style=\"\" data-css=\"tve-u-169727bddc1\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1279\" alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-169727c2bc9\" style=\"\"><div class=\"tcb-col\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-169727cb4f3\">Okoyomon Godswill</p><p data-css=\"tve-u-169727cb4f5\">CEO....Tronweb</p></div></div></div></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1697a2d545c\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a7a\" data-evernote-id=\"220\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"819\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"500\"><div class=\"thrv_wrapper thrv-columns js-evernote-checked\" style=\"--tcb-col-el-width:1045;\" data-css=\"tve-u-1697a3c4a7b\" data-evernote-id=\"221\"><div class=\"tcb-flex-row tcb-medium-wrap tcb-resized js-evernote-checked tcb--cols--3\" data-css=\"tve-u-1697a3c4a7c\" data-evernote-id=\"820\"><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a7e\" style=\"\" data-evernote-id=\"604\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-evernote-id=\"501\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e73e878\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb168ab\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e73fe2f\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb84449\"><span data-css=\"tve-u-1697cb2b9a5\" style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business<br></span></p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4a90\" style=\"\" data-evernote-id=\"605\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4a92\" data-evernote-id=\"504\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697e7439f1\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697cb3c87e\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697e74525d\" data-float=\"1\" data-evernote-id=\"355\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a87\" data-evernote-id=\"1000\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a88\" data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p></div></div>\n</div></div></div><div class=\"tcb-flex-col js-evernote-checked\" data-css=\"tve-u-1697a3c4aa4\" data-evernote-id=\"606\"><div class=\"tcb-col tve_empty_dropzone js-evernote-checked\" style=\"\" data-css=\"tve-u-1697a3c4aa5\" data-evernote-id=\"507\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a7f\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;appear&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\" style=\"\" data-evernote-id=\"222\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a80\" data-evernote-id=\"821\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a81\" data-evernote-id=\"502\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a82\" style=\"\" data-evernote-id=\"223\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-css=\"tve-u-1697a3c4a83\" data-evernote-id=\"822\"></div>\n<div class=\"tve-cb js-evernote-checked\" data-css=\"tve-u-1697a3c4a84\" data-evernote-id=\"707\"></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box js-evernote-checked\" data-css=\"tve-u-1697a3c4a85\" data-evernote-id=\"224\">\n<div class=\"tve-content-box-background js-evernote-checked\" data-evernote-id=\"823\"></div>\n<div class=\"tve-cb tve_empty_dropzone js-evernote-checked\" data-evernote-id=\"503\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a86\" data-float=\"1\" data-evernote-id=\"355\"><!--StartFragment--><p data-css=\"tve-u-1697cb6c16a\">DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--></div></div>\n</div><div class=\"thrv_wrapper thrv-divider js-evernote-checked\" data-style=\"tve_sep-1\" data-thickness=\"1\" data-color=\"rgba(247, 247, 247, 0.15)\" data-css=\"tve-u-1697a3c4a89\" style=\"\" data-evernote-id=\"226\">\n<hr class=\"tve_sep js-evernote-checked tve_sep-1\" data-evernote-id=\"962\">\n</div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone js-evernote-checked\" data-css=\"tve-u-1697a3c4a8a\" style=\"\" data-evernote-id=\"356\"><p class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8b\" data-evernote-id=\"1002\" style=\"text-align: center;\"><span class=\"js-evernote-checked\" data-css=\"tve-u-1697a3c4a8c\" data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p></div></div>\n</div></div></div></div></div></div>\n</div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697c228111\" style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p data-css=\"tve-u-1697c228113\" style=\"text-align: center;\">you a final confidence boost by removing</p><p data-css=\"tve-u-1697c228114\" style=\"text-align: center;\">ANY risk from your investment today:</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-160c6b04e9d\" data-ct-name=\"Modern 3\" data-ct=\"guaranteebox-9116\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-16976142e78\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-16976142e79\"><div class=\"thrv_wrapper thrv-columns\" style=\"--tcb-col-el-width:823;\" data-css=\"tve-u-16976142e7a\"><div class=\"tcb-flex-row tcb-resized tcb--cols--2\" data-css=\"tve-u-16976142e7b\"><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7c\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e7d\"><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-16976142e7e\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-619\" alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span></div></div></div><div class=\"tcb-flex-col\" data-css=\"tve-u-16976142e7f\" style=\"\"><div class=\"tcb-col tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e80\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\" data-tag=\"h2\"><h2 class=\"\">30 DAYS MONEY BACK GUARANTEE</h2></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" style=\"\" data-css=\"tve-u-16976142e81\"><p data-css=\"tve-u-16976142e82\" style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.<br><br>If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p></div></div></div></div></div></div>\n</div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c23052d\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-tag=\"h2\"><h2 style=\"text-align: center;\" class=\"\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span data-css=\"tve-u-1697c06b8ae\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span data-css=\"tve-u-1697c06d94b\" style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2></div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697bfdb142\" style=\"text-align: center;\">This offer is NOT here forever.</p><p data-css=\"tve-u-1697bfdb144\">These are real softwares. That retail for a real price.</p><p data-css=\"tve-u-1697bfdb144\">The total value of this DesignBundle is <strong>Over $2,664</strong></p><p data-css=\"tve-u-1697bfdb147\">We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p data-css=\"tve-u-1697bfdb148\"><br></p><p data-css=\"tve-u-1697bfdb149\">And if we gave you the licence to SELL your creations too -</p><p data-css=\"tve-u-1697c23bf9d\">That’s an extra stream of income you didn’t have before.</p><h2 class=\"\"><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p data-css=\"tve-u-1697bfdb14c\"><strong></strong><br></p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1696fe011b6\">\n	<div class=\"tve-page-section-out\" data-css=\"tve-u-1697c56f2ad\"></div>\n	<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1696fdef240\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" style=\"\" data-css=\"tve-u-1696fe0abc3\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element\" style=\"\" data-css=\"tve-u-1697fb1c8e7\"><p data-css=\"tve-u-1697fb1c8e8\" style=\"text-align: center;\">LIMITED TIME OFFER</p></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-171a2d278f0\" style=\"\" data-float=\"1\">\n<div class=\"tve-content-box-background\" data-css=\"tve-u-171a2d278f1\"></div>\n<div class=\"tve-cb tve_empty_dropzone\" data-css=\"tve-u-171a2d278f2\"><div class=\"thrv_wrapper thrv_text_element\"><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278f3\" style=\"\"><p data-css=\"tve-u-171a2d278f4\" style=\"text-align: center;\"><span data-css=\"tve-u-171a2d278f5\" style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u><br></u></span></p></div><div class=\"thrv_wrapper thrv-button tcb-with-icon\" data-css=\"tve-u-171a2d278f6\" style=\"\" data-tcb_hover_state_parent=\"\" data-button-style=\"border_2\" data-button-size=\"l\">\n<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\" class=\"tcb-button-link\" rel=\"\" target=\"_blank\"><span class=\"tcb-button-icon\">\n<div class=\"thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style tcb-icon-display\" style=\"\" data-css=\"tve-u-171a2d278f7\"><svg class=\"tcb-icon\" viewBox=\"0 0 576 512\" data-id=\"icon-cart-arrow-down-regular\" data-name=\"\">\n            <path d=\"M551.991 64H144.28l-8.726-44.608C133.35 8.128 123.478 0 112 0H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h80.24l69.594 355.701C150.796 415.201 144 430.802 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-18.136-7.556-34.496-19.676-46.142l1.035-4.757c3.254-14.96-8.142-29.101-23.452-29.101H203.76l-9.39-48h312.405c11.29 0 21.054-7.869 23.452-18.902l45.216-208C578.695 78.139 567.299 64 551.991 64zM208 472c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm256 0c-13.234 0-24-10.766-24-24s10.766-24 24-24 24 10.766 24 24-10.766 24-24 24zm23.438-200H184.98l-31.31-160h368.548l-34.78 160zm-91.923-59.515l-51.029 51.029c-4.686 4.686-12.284 4.686-16.971 0l-51.029-51.029c-7.56-7.56-2.206-20.485 8.485-20.485H312v-52c0-6.627 5.373-12 12-12h24c6.627 0 12 5.373 12 12v52h27.029c10.691 0 16.045 12.926 8.486 20.485z\"></path>\n        </svg></div>\n</span>\n<span class=\"tcb-button-texts\"><span class=\"tcb-button-text thrv-inline-text\" data-css=\"tve-u-171a2d278f8\">GRAB THIS DEAL NOW</span></span>\n</a>\n</div><div class=\"thrv_wrapper tve_image_caption\" data-css=\"tve-u-171a2d278f9\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-2253\" alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span></div><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-171a2d278fa\" style=\"\" data-tag=\"h1\"><h1 data-css=\"tve-u-171a2d278fb\" style=\"text-align: center;\" class=\"\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1></div><div class=\"tcb-clear\" data-css=\"tve-u-171a2d278fc\"><div class=\"thrv_wrapper tve_image_caption tve_ea_thrive_animation tve_anim_slide_right tcb-mobile-hidden\" data-css=\"tve-u-171a2d278fd\" style=\"\"><span class=\"tve_image_frame\" style=\"width: 100%;\"><img class=\"tve_image wp-image-1051 tve_evt_manager_listen tve_et_tve-viewport\" alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-tcb-events=\"__TCB_EVENT_[{&quot;t&quot;:&quot;tve-viewport&quot;,&quot;config&quot;:{&quot;anim&quot;:&quot;slide_right&quot;,&quot;loop&quot;:0},&quot;a&quot;:&quot;thrive_animation&quot;}]_TNEVE_BCT__\"></span></div></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv_text_element\" style=\"\"><p data-css=\"tve-u-1697ad5ebb1\"><strong>Your DesignBundle Team</strong></p><p data-css=\"tve-u-1697ad61964\">P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p></div><div class=\"thrv_wrapper thrv_text_element\"><p data-css=\"tve-u-16cecf6f07f\">If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\" class=\"tve-jump-scroll\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p></div></div>\n</div></div>\n</div><div class=\"thrv_wrapper thrv-page-section\" style=\"\" data-css=\"tve-u-1609ede293d\">\n<div class=\"tve-page-section-out\"></div>\n<div class=\"tve-page-section-in tve_empty_dropzone\" data-css=\"tve-u-1609edd71a4\"><div class=\"thrv_wrapper thrv_text_element tve_empty_dropzone\" data-css=\"tve-u-1609ededb45\" style=\"\" data-tag=\"h2\"><h2 data-css=\"tve-u-169878e6dd7\" class=\"\"><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOT<br>endorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.<br><br>Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<br><br><strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2></div><div class=\"thrv_wrapper thrv_custom_html_shortcode\" data-css=\"tve-u-17e9e546e7e\" style=\"\"><center>\n<p style=\"color:black; font-size:12px; font-family:verdana\">\nCopyright ©: \n<code class=\"tve_js_placeholder\">[tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script]</code> - DesignBundle - All Rights Reserved\n</p>\n</center></div><div class=\"thrv_wrapper thrv_contentbox_shortcode thrv-content-box\" data-css=\"tve-u-16987a7f0bd\">\n	<div class=\"tve-content-box-background\"></div>\n	<div class=\"tve-cb\"><div class=\"thrv_wrapper thrv_text_element tve-froala fr-box fr-basic\"><p data-css=\"tve-u-16987a92580\" style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" class=\"tve-froala fr-basic\" style=\"outline: none;\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" class=\"tve-froala\" style=\"outline: none;\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\">Cookie Policy</a></p></div></div>\n</div></div>\n</div>\n\n\n\n'),(3316,842,'tve_revision_tve_has_wistia_popover','0'),(3317,843,'tve_revision_tve_landing_page',''),(3318,843,'tve_revision_tve_disable_theme_dependency',''),(3319,843,'tve_revision_tve_content_before_more',''),(3320,843,'tve_revision_tve_content_more_found',''),(3321,843,'tve_revision_tve_save_post',''),(3322,843,'tve_revision_tve_custom_css',''),(3323,843,'tve_revision_tve_user_custom_css',''),(3324,843,'tve_revision_tve_page_events',''),(3325,843,'tve_revision_tve_globals',''),(3326,843,'tve_revision_tve_global_scripts',''),(3327,843,'tve_revision_thrive_icon_pack',''),(3328,843,'tve_revision_thrive_tcb_post_fonts',''),(3329,843,'tve_revision_tve_has_masonry',''),(3330,843,'tve_revision_tve_has_typefocus',''),(3331,843,'tve_revision_tve_updated_post',''),(3332,843,'tve_revision_tve_has_wistia_popover',''),(3333,843,'_elementor_edit_mode','builder'),(3334,843,'_elementor_template_type','wp-page'),(3335,843,'_elementor_version','3.6.1'),(3336,843,'_wp_page_template','default'),(3337,843,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3338,843,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3340,843,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3341,843,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3342,843,'_elementor_pro_version','3.0.5'),(3343,844,'tve_revision_tve_landing_page',''),(3344,844,'tve_revision_tve_disable_theme_dependency',''),(3345,844,'tve_revision_tve_content_before_more',''),(3346,844,'tve_revision_tve_content_more_found',''),(3347,844,'tve_revision_tve_save_post',''),(3348,844,'tve_revision_tve_custom_css',''),(3349,844,'tve_revision_tve_user_custom_css',''),(3350,844,'tve_revision_tve_page_events',''),(3351,844,'tve_revision_tve_globals',''),(3352,844,'tve_revision_tve_global_scripts',''),(3353,844,'tve_revision_thrive_icon_pack',''),(3354,844,'tve_revision_thrive_tcb_post_fonts',''),(3355,844,'tve_revision_tve_has_masonry',''),(3356,844,'tve_revision_tve_has_typefocus',''),(3357,844,'tve_revision_tve_updated_post',''),(3358,844,'tve_revision_tve_has_wistia_popover',''),(3359,844,'_elementor_edit_mode','builder'),(3360,844,'_elementor_template_type','wp-page'),(3361,844,'_elementor_version','3.6.1'),(3362,844,'_wp_page_template','default'),(3363,844,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3364,844,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3366,844,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3367,844,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3368,844,'_elementor_pro_version','3.0.5'),(3369,845,'tve_revision_tve_landing_page',''),(3370,845,'tve_revision_tve_disable_theme_dependency',''),(3371,845,'tve_revision_tve_content_before_more',''),(3372,845,'tve_revision_tve_content_more_found',''),(3373,845,'tve_revision_tve_save_post',''),(3374,845,'tve_revision_tve_custom_css',''),(3375,845,'tve_revision_tve_user_custom_css',''),(3376,845,'tve_revision_tve_page_events',''),(3377,845,'tve_revision_tve_globals',''),(3378,845,'tve_revision_tve_global_scripts',''),(3379,845,'tve_revision_thrive_icon_pack',''),(3380,845,'tve_revision_thrive_tcb_post_fonts',''),(3381,845,'tve_revision_tve_has_masonry',''),(3382,845,'tve_revision_tve_has_typefocus',''),(3383,845,'tve_revision_tve_updated_post',''),(3384,845,'tve_revision_tve_has_wistia_popover',''),(3385,845,'_elementor_edit_mode','builder'),(3386,845,'_elementor_template_type','wp-page'),(3387,845,'_elementor_version','3.6.1'),(3388,845,'_wp_page_template','default'),(3389,845,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3390,845,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3392,845,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3393,845,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3394,845,'_elementor_pro_version','3.0.5'),(3453,847,'_wp_attached_file','2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg'),(3454,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:402;s:4:\"file\";s:44:\"2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"imgpsh_fullsize_anim-2-768x402-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"imgpsh_fullsize_anim-2-768x402-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:44:\"imgpsh_fullsize_anim-2-768x402-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3487,848,'tve_revision_tve_landing_page',''),(3488,848,'tve_revision_tve_disable_theme_dependency',''),(3489,848,'tve_revision_tve_content_before_more',''),(3490,848,'tve_revision_tve_content_more_found',''),(3491,848,'tve_revision_tve_save_post',''),(3492,848,'tve_revision_tve_custom_css',''),(3493,848,'tve_revision_tve_user_custom_css',''),(3494,848,'tve_revision_tve_page_events',''),(3495,848,'tve_revision_tve_globals',''),(3496,848,'tve_revision_tve_global_scripts',''),(3497,848,'tve_revision_thrive_icon_pack',''),(3498,848,'tve_revision_thrive_tcb_post_fonts',''),(3499,848,'tve_revision_tve_has_masonry',''),(3500,848,'tve_revision_tve_has_typefocus',''),(3501,848,'tve_revision_tve_updated_post',''),(3502,848,'tve_revision_tve_has_wistia_popover',''),(3503,848,'_elementor_edit_mode','builder'),(3504,848,'_elementor_template_type','wp-page'),(3505,848,'_elementor_version','3.6.1'),(3506,848,'_wp_page_template','default'),(3507,848,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3508,848,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3510,848,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3511,848,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3512,848,'_elementor_pro_version','3.0.5'),(3513,849,'tve_revision_tve_landing_page',''),(3514,849,'tve_revision_tve_disable_theme_dependency',''),(3515,849,'tve_revision_tve_content_before_more',''),(3516,849,'tve_revision_tve_content_more_found',''),(3517,849,'tve_revision_tve_save_post',''),(3518,849,'tve_revision_tve_custom_css',''),(3519,849,'tve_revision_tve_user_custom_css',''),(3520,849,'tve_revision_tve_page_events',''),(3521,849,'tve_revision_tve_globals',''),(3522,849,'tve_revision_tve_global_scripts',''),(3523,849,'tve_revision_thrive_icon_pack',''),(3524,849,'tve_revision_thrive_tcb_post_fonts',''),(3525,849,'tve_revision_tve_has_masonry',''),(3526,849,'tve_revision_tve_has_typefocus',''),(3527,849,'tve_revision_tve_updated_post',''),(3528,849,'tve_revision_tve_has_wistia_popover',''),(3529,849,'_elementor_edit_mode','builder'),(3530,849,'_elementor_template_type','wp-page'),(3531,849,'_elementor_version','3.6.1'),(3532,849,'_wp_page_template','default'),(3533,849,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"941e50c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3534,849,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3536,849,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3537,849,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3538,849,'_elementor_pro_version','3.0.5'),(3539,850,'tve_revision_tve_landing_page',''),(3540,850,'tve_revision_tve_disable_theme_dependency',''),(3541,850,'tve_revision_tve_content_before_more',''),(3542,850,'tve_revision_tve_content_more_found',''),(3543,850,'tve_revision_tve_save_post',''),(3544,850,'tve_revision_tve_custom_css',''),(3545,850,'tve_revision_tve_user_custom_css',''),(3546,850,'tve_revision_tve_page_events',''),(3547,850,'tve_revision_tve_globals',''),(3548,850,'tve_revision_tve_global_scripts',''),(3549,850,'tve_revision_thrive_icon_pack',''),(3550,850,'tve_revision_thrive_tcb_post_fonts',''),(3551,850,'tve_revision_tve_has_masonry',''),(3552,850,'tve_revision_tve_has_typefocus',''),(3553,850,'tve_revision_tve_updated_post',''),(3554,850,'tve_revision_tve_has_wistia_popover',''),(3555,850,'_elementor_edit_mode','builder'),(3556,850,'_elementor_template_type','wp-page'),(3557,850,'_elementor_version','3.6.1'),(3558,850,'_wp_page_template','default'),(3559,850,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3560,850,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3562,850,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3563,850,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3564,850,'_elementor_pro_version','3.0.5'),(3565,851,'tve_revision_tve_landing_page',''),(3566,851,'tve_revision_tve_disable_theme_dependency',''),(3567,851,'tve_revision_tve_content_before_more',''),(3568,851,'tve_revision_tve_content_more_found',''),(3569,851,'tve_revision_tve_save_post',''),(3570,851,'tve_revision_tve_custom_css',''),(3571,851,'tve_revision_tve_user_custom_css',''),(3572,851,'tve_revision_tve_page_events',''),(3573,851,'tve_revision_tve_globals',''),(3574,851,'tve_revision_tve_global_scripts',''),(3575,851,'tve_revision_thrive_icon_pack',''),(3576,851,'tve_revision_thrive_tcb_post_fonts',''),(3577,851,'tve_revision_tve_has_masonry',''),(3578,851,'tve_revision_tve_has_typefocus',''),(3579,851,'tve_revision_tve_updated_post',''),(3580,851,'tve_revision_tve_has_wistia_popover',''),(3581,851,'_elementor_edit_mode','builder'),(3582,851,'_elementor_template_type','wp-page'),(3583,851,'_elementor_version','3.6.1'),(3584,851,'_wp_page_template','default'),(3585,851,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3586,851,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3588,851,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3589,851,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3590,851,'_elementor_pro_version','3.0.5'),(3591,852,'tve_revision_tve_landing_page',''),(3592,852,'tve_revision_tve_disable_theme_dependency',''),(3593,852,'tve_revision_tve_content_before_more',''),(3594,852,'tve_revision_tve_content_more_found',''),(3595,852,'tve_revision_tve_save_post',''),(3596,852,'tve_revision_tve_custom_css',''),(3597,852,'tve_revision_tve_user_custom_css',''),(3598,852,'tve_revision_tve_page_events',''),(3599,852,'tve_revision_tve_globals',''),(3600,852,'tve_revision_tve_global_scripts',''),(3601,852,'tve_revision_thrive_icon_pack',''),(3602,852,'tve_revision_thrive_tcb_post_fonts',''),(3603,852,'tve_revision_tve_has_masonry',''),(3604,852,'tve_revision_tve_has_typefocus',''),(3605,852,'tve_revision_tve_updated_post',''),(3606,852,'tve_revision_tve_has_wistia_popover',''),(3607,852,'_elementor_edit_mode','builder'),(3608,852,'_elementor_template_type','wp-page'),(3609,852,'_elementor_version','3.6.1'),(3610,852,'_wp_page_template','default'),(3611,852,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3612,852,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3614,852,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3615,852,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3616,852,'_elementor_pro_version','3.0.5'),(3617,853,'tve_revision_tve_landing_page',''),(3618,853,'tve_revision_tve_disable_theme_dependency',''),(3619,853,'tve_revision_tve_content_before_more',''),(3620,853,'tve_revision_tve_content_more_found',''),(3621,853,'tve_revision_tve_save_post',''),(3622,853,'tve_revision_tve_custom_css',''),(3623,853,'tve_revision_tve_user_custom_css',''),(3624,853,'tve_revision_tve_page_events',''),(3625,853,'tve_revision_tve_globals',''),(3626,853,'tve_revision_tve_global_scripts',''),(3627,853,'tve_revision_thrive_icon_pack',''),(3628,853,'tve_revision_thrive_tcb_post_fonts',''),(3629,853,'tve_revision_tve_has_masonry',''),(3630,853,'tve_revision_tve_has_typefocus',''),(3631,853,'tve_revision_tve_updated_post',''),(3632,853,'tve_revision_tve_has_wistia_popover',''),(3633,853,'_elementor_edit_mode','builder'),(3634,853,'_elementor_template_type','wp-page'),(3635,853,'_elementor_version','3.6.1'),(3636,853,'_wp_page_template','default'),(3637,853,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3638,853,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3640,853,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3641,853,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3642,853,'_elementor_pro_version','3.0.5'),(3643,854,'tve_revision_tve_landing_page',''),(3644,854,'tve_revision_tve_disable_theme_dependency',''),(3645,854,'tve_revision_tve_content_before_more',''),(3646,854,'tve_revision_tve_content_more_found',''),(3647,854,'tve_revision_tve_save_post',''),(3648,854,'tve_revision_tve_custom_css',''),(3649,854,'tve_revision_tve_user_custom_css',''),(3650,854,'tve_revision_tve_page_events',''),(3651,854,'tve_revision_tve_globals',''),(3652,854,'tve_revision_tve_global_scripts',''),(3653,854,'tve_revision_thrive_icon_pack',''),(3654,854,'tve_revision_thrive_tcb_post_fonts',''),(3655,854,'tve_revision_tve_has_masonry',''),(3656,854,'tve_revision_tve_has_typefocus',''),(3657,854,'tve_revision_tve_updated_post',''),(3658,854,'tve_revision_tve_has_wistia_popover',''),(3659,854,'_elementor_edit_mode','builder'),(3660,854,'_elementor_template_type','wp-page'),(3661,854,'_elementor_version','3.6.1'),(3662,854,'_wp_page_template','default'),(3663,854,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3664,854,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3666,854,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3667,854,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3668,854,'_elementor_pro_version','3.0.5'),(3669,855,'tve_revision_tve_landing_page',''),(3670,855,'tve_revision_tve_disable_theme_dependency',''),(3671,855,'tve_revision_tve_content_before_more',''),(3672,855,'tve_revision_tve_content_more_found',''),(3673,855,'tve_revision_tve_save_post',''),(3674,855,'tve_revision_tve_custom_css',''),(3675,855,'tve_revision_tve_user_custom_css',''),(3676,855,'tve_revision_tve_page_events',''),(3677,855,'tve_revision_tve_globals',''),(3678,855,'tve_revision_tve_global_scripts',''),(3679,855,'tve_revision_thrive_icon_pack',''),(3680,855,'tve_revision_thrive_tcb_post_fonts',''),(3681,855,'tve_revision_tve_has_masonry',''),(3682,855,'tve_revision_tve_has_typefocus',''),(3683,855,'tve_revision_tve_updated_post',''),(3684,855,'tve_revision_tve_has_wistia_popover',''),(3685,855,'_elementor_edit_mode','builder'),(3686,855,'_elementor_template_type','wp-page'),(3687,855,'_elementor_version','3.6.1'),(3688,855,'_wp_page_template','default'),(3689,855,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3690,855,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3692,855,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3693,855,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3694,855,'_elementor_pro_version','3.0.5'),(3695,856,'tve_revision_tve_landing_page',''),(3696,856,'tve_revision_tve_disable_theme_dependency',''),(3697,856,'tve_revision_tve_content_before_more',''),(3698,856,'tve_revision_tve_content_more_found',''),(3699,856,'tve_revision_tve_save_post',''),(3700,856,'tve_revision_tve_custom_css',''),(3701,856,'tve_revision_tve_user_custom_css',''),(3702,856,'tve_revision_tve_page_events',''),(3703,856,'tve_revision_tve_globals',''),(3704,856,'tve_revision_tve_global_scripts',''),(3705,856,'tve_revision_thrive_icon_pack',''),(3706,856,'tve_revision_thrive_tcb_post_fonts',''),(3707,856,'tve_revision_tve_has_masonry',''),(3708,856,'tve_revision_tve_has_typefocus',''),(3709,856,'tve_revision_tve_updated_post',''),(3710,856,'tve_revision_tve_has_wistia_popover',''),(3711,856,'_elementor_edit_mode','builder'),(3712,856,'_elementor_template_type','wp-page'),(3713,856,'_elementor_version','3.6.1'),(3714,856,'_wp_page_template','default'),(3715,856,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3716,856,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3718,856,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3719,856,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3720,856,'_elementor_pro_version','3.0.5'),(3722,857,'tve_revision_tve_landing_page',''),(3723,857,'tve_revision_tve_disable_theme_dependency',''),(3724,857,'tve_revision_tve_content_before_more',''),(3725,857,'tve_revision_tve_content_more_found',''),(3726,857,'tve_revision_tve_save_post',''),(3727,857,'tve_revision_tve_custom_css',''),(3728,857,'tve_revision_tve_user_custom_css',''),(3729,857,'tve_revision_tve_page_events',''),(3730,857,'tve_revision_tve_globals',''),(3731,857,'tve_revision_tve_global_scripts',''),(3732,857,'tve_revision_thrive_icon_pack',''),(3733,857,'tve_revision_thrive_tcb_post_fonts',''),(3734,857,'tve_revision_tve_has_masonry',''),(3735,857,'tve_revision_tve_has_typefocus',''),(3736,857,'tve_revision_tve_updated_post',''),(3737,857,'tve_revision_tve_has_wistia_popover',''),(3738,857,'_elementor_edit_mode','builder'),(3739,857,'_elementor_template_type','wp-page'),(3740,857,'_elementor_version','3.6.1'),(3741,857,'_wp_page_template','default'),(3742,857,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3743,857,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3745,857,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3746,857,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3747,857,'_elementor_pro_version','3.0.5'),(3749,858,'tve_revision_tve_landing_page',''),(3750,858,'tve_revision_tve_disable_theme_dependency',''),(3751,858,'tve_revision_tve_content_before_more',''),(3752,858,'tve_revision_tve_content_more_found',''),(3753,858,'tve_revision_tve_save_post',''),(3754,858,'tve_revision_tve_custom_css',''),(3755,858,'tve_revision_tve_user_custom_css',''),(3756,858,'tve_revision_tve_page_events',''),(3757,858,'tve_revision_tve_globals',''),(3758,858,'tve_revision_tve_global_scripts',''),(3759,858,'tve_revision_thrive_icon_pack',''),(3760,858,'tve_revision_thrive_tcb_post_fonts',''),(3761,858,'tve_revision_tve_has_masonry',''),(3762,858,'tve_revision_tve_has_typefocus',''),(3763,858,'tve_revision_tve_updated_post',''),(3764,858,'tve_revision_tve_has_wistia_popover',''),(3765,858,'_elementor_edit_mode','builder'),(3766,858,'_elementor_template_type','wp-page'),(3767,858,'_elementor_version','3.6.1'),(3768,858,'_wp_page_template','default'),(3769,858,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3770,858,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3772,858,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3773,858,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3774,858,'_elementor_pro_version','3.0.5'),(3776,859,'tve_revision_tve_landing_page',''),(3777,859,'tve_revision_tve_disable_theme_dependency',''),(3778,859,'tve_revision_tve_content_before_more',''),(3779,859,'tve_revision_tve_content_more_found',''),(3780,859,'tve_revision_tve_save_post',''),(3781,859,'tve_revision_tve_custom_css',''),(3782,859,'tve_revision_tve_user_custom_css',''),(3783,859,'tve_revision_tve_page_events',''),(3784,859,'tve_revision_tve_globals',''),(3785,859,'tve_revision_tve_global_scripts',''),(3786,859,'tve_revision_thrive_icon_pack',''),(3787,859,'tve_revision_thrive_tcb_post_fonts',''),(3788,859,'tve_revision_tve_has_masonry',''),(3789,859,'tve_revision_tve_has_typefocus',''),(3790,859,'tve_revision_tve_updated_post',''),(3791,859,'tve_revision_tve_has_wistia_popover',''),(3792,859,'_elementor_edit_mode','builder'),(3793,859,'_elementor_template_type','wp-page'),(3794,859,'_elementor_version','3.6.1'),(3795,859,'_wp_page_template','default'),(3796,859,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3797,859,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3799,859,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3800,859,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(3801,859,'_elementor_pro_version','3.0.5'),(3804,860,'_wp_attached_file','2022/03/cropped-IMG-20200106-WA0004-1.jpg'),(3805,860,'_wp_attachment_context','site-icon'),(3806,860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2022/03/cropped-IMG-20200106-WA0004-1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cropped-IMG-20200106-WA0004-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-IMG-20200106-WA0004-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"_nx_notification_thumb\";a:4:{s:4:\"file\";s:41:\"cropped-IMG-20200106-WA0004-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:41:\"cropped-IMG-20200106-WA0004-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:41:\"cropped-IMG-20200106-WA0004-1-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:41:\"cropped-IMG-20200106-WA0004-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:39:\"cropped-IMG-20200106-WA0004-1-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3816,21,'wpforms_form_locations','a:0:{}'),(3829,9,'_eael_custom_js',''),(3830,247,'_eael_custom_js',''),(3831,341,'_eael_custom_js',''),(3833,329,'_eael_custom_js',''),(3836,246,'_eael_custom_js',''),(3838,866,'tve_revision_tve_landing_page',''),(3839,866,'tve_revision_tve_disable_theme_dependency',''),(3840,866,'tve_revision_tve_content_before_more',''),(3841,866,'tve_revision_tve_content_more_found',''),(3842,866,'tve_revision_tve_save_post',''),(3843,866,'tve_revision_tve_custom_css',''),(3844,866,'tve_revision_tve_user_custom_css',''),(3845,866,'tve_revision_tve_page_events',''),(3846,866,'tve_revision_tve_globals',''),(3847,866,'tve_revision_tve_global_scripts',''),(3848,866,'tve_revision_thrive_icon_pack',''),(3849,866,'tve_revision_thrive_tcb_post_fonts',''),(3850,866,'tve_revision_tve_has_masonry',''),(3851,866,'tve_revision_tve_has_typefocus',''),(3852,866,'tve_revision_tve_updated_post',''),(3853,866,'tve_revision_tve_has_wistia_popover',''),(3854,866,'_elementor_edit_mode','builder'),(3855,866,'_elementor_template_type','wp-page'),(3856,866,'_elementor_version','3.6.1'),(3857,866,'_wp_page_template','default'),(3858,866,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3859,866,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3861,866,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3862,866,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(3863,866,'_elementor_pro_version','3.0.5'),(3864,9,'_tve_js_modules_gutenberg','a:0:{}'),(3865,867,'tve_revision_tve_landing_page',''),(3866,867,'tve_revision_tve_disable_theme_dependency',''),(3867,867,'tve_revision_tve_content_before_more',''),(3868,867,'tve_revision_tve_content_more_found',''),(3869,867,'tve_revision_tve_save_post',''),(3870,867,'tve_revision_tve_custom_css',''),(3871,867,'tve_revision_tve_user_custom_css',''),(3872,867,'tve_revision_tve_page_events',''),(3873,867,'tve_revision_tve_globals',''),(3874,867,'tve_revision_tve_global_scripts',''),(3875,867,'tve_revision_thrive_icon_pack',''),(3876,867,'tve_revision_thrive_tcb_post_fonts',''),(3877,867,'tve_revision_tve_has_masonry',''),(3878,867,'tve_revision_tve_has_typefocus',''),(3879,867,'tve_revision_tve_updated_post',''),(3880,867,'tve_revision_tve_has_wistia_popover',''),(3881,867,'_elementor_edit_mode','builder'),(3882,867,'_elementor_template_type','wp-page'),(3883,867,'_elementor_version','3.6.1'),(3884,867,'_wp_page_template','default'),(3885,867,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3886,867,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3888,867,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3889,867,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(3890,867,'_elementor_pro_version','3.0.5'),(3891,868,'tve_revision_tve_landing_page',''),(3892,868,'tve_revision_tve_disable_theme_dependency',''),(3893,868,'tve_revision_tve_content_before_more',''),(3894,868,'tve_revision_tve_content_more_found',''),(3895,868,'tve_revision_tve_save_post',''),(3896,868,'tve_revision_tve_custom_css',''),(3897,868,'tve_revision_tve_user_custom_css',''),(3898,868,'tve_revision_tve_page_events',''),(3899,868,'tve_revision_tve_globals',''),(3900,868,'tve_revision_tve_global_scripts',''),(3901,868,'tve_revision_thrive_icon_pack',''),(3902,868,'tve_revision_thrive_tcb_post_fonts',''),(3903,868,'tve_revision_tve_has_masonry',''),(3904,868,'tve_revision_tve_has_typefocus',''),(3905,868,'tve_revision_tve_updated_post',''),(3906,868,'tve_revision_tve_has_wistia_popover',''),(3907,868,'_elementor_edit_mode','builder'),(3908,868,'_elementor_template_type','wp-page'),(3909,868,'_elementor_version','3.6.1'),(3910,868,'_wp_page_template','default'),(3911,868,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2932d93\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3912,868,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3914,868,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3915,868,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(3916,868,'_elementor_pro_version','3.0.5'),(3918,13,'_eael_custom_js',''),(3981,870,'_wp_attached_file','2022/08/mobile-number-database-500x500-1.jpg'),(3982,870,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:44:\"2022/08/mobile-number-database-500x500-1.jpg\";s:8:\"filesize\";i:36517;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"mobile-number-database-500x500-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"mobile-number-database-500x500-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:8103;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:44:\"mobile-number-database-500x500-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:4614;}s:24:\"elementor_custom_200x200\";a:4:{s:4:\"file\";s:96:\"elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4015,871,'tve_revision_tve_landing_page',''),(4016,871,'tve_revision_tve_disable_theme_dependency',''),(4017,871,'tve_revision_tve_content_before_more',''),(4018,871,'tve_revision_tve_content_more_found',''),(4019,871,'tve_revision_tve_save_post',''),(4020,871,'tve_revision_tve_custom_css',''),(4021,871,'tve_revision_tve_user_custom_css',''),(4022,871,'tve_revision_tve_page_events',''),(4023,871,'tve_revision_tve_globals',''),(4024,871,'tve_revision_tve_global_scripts',''),(4025,871,'tve_revision_thrive_icon_pack',''),(4026,871,'tve_revision_thrive_tcb_post_fonts',''),(4027,871,'tve_revision_tve_has_masonry',''),(4028,871,'tve_revision_tve_has_typefocus',''),(4029,871,'tve_revision_tve_updated_post',''),(4030,871,'tve_revision_tve_has_wistia_popover',''),(4031,871,'_elementor_edit_mode','builder'),(4032,871,'_elementor_template_type','wp-page'),(4033,871,'_elementor_version','3.6.1'),(4034,871,'_wp_page_template','default'),(4035,871,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4036,871,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4038,871,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4039,871,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4040,871,'_elementor_pro_version','3.0.5'),(4041,872,'tve_revision_tve_landing_page',''),(4042,872,'tve_revision_tve_disable_theme_dependency',''),(4043,872,'tve_revision_tve_content_before_more',''),(4044,872,'tve_revision_tve_content_more_found',''),(4045,872,'tve_revision_tve_save_post',''),(4046,872,'tve_revision_tve_custom_css',''),(4047,872,'tve_revision_tve_user_custom_css',''),(4048,872,'tve_revision_tve_page_events',''),(4049,872,'tve_revision_tve_globals',''),(4050,872,'tve_revision_tve_global_scripts',''),(4051,872,'tve_revision_thrive_icon_pack',''),(4052,872,'tve_revision_thrive_tcb_post_fonts',''),(4053,872,'tve_revision_tve_has_masonry',''),(4054,872,'tve_revision_tve_has_typefocus',''),(4055,872,'tve_revision_tve_updated_post',''),(4056,872,'tve_revision_tve_has_wistia_popover',''),(4057,872,'_elementor_edit_mode','builder'),(4058,872,'_elementor_template_type','wp-page'),(4059,872,'_elementor_version','3.6.1'),(4060,872,'_wp_page_template','default'),(4061,872,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/imgpsh_fullsize_anim-2-768x402-1.jpg\",\"id\":847,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Vidjack Machine\",\"description\":\"The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4062,872,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4064,872,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4065,872,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4066,872,'_elementor_pro_version','3.0.5'),(4067,873,'tve_revision_tve_landing_page',''),(4068,873,'tve_revision_tve_disable_theme_dependency',''),(4069,873,'tve_revision_tve_content_before_more',''),(4070,873,'tve_revision_tve_content_more_found',''),(4071,873,'tve_revision_tve_save_post',''),(4072,873,'tve_revision_tve_custom_css',''),(4073,873,'tve_revision_tve_user_custom_css',''),(4074,873,'tve_revision_tve_page_events',''),(4075,873,'tve_revision_tve_globals',''),(4076,873,'tve_revision_tve_global_scripts',''),(4077,873,'tve_revision_thrive_icon_pack',''),(4078,873,'tve_revision_thrive_tcb_post_fonts',''),(4079,873,'tve_revision_tve_has_masonry',''),(4080,873,'tve_revision_tve_has_typefocus',''),(4081,873,'tve_revision_tve_updated_post',''),(4082,873,'tve_revision_tve_has_wistia_popover',''),(4083,873,'_elementor_edit_mode','builder'),(4084,873,'_elementor_template_type','wp-page'),(4085,873,'_elementor_version','3.6.1'),(4086,873,'_wp_page_template','default'),(4087,873,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4088,873,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4090,873,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4091,873,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4092,873,'_elementor_pro_version','3.0.5'),(4151,875,'tve_revision_tve_landing_page',''),(4152,875,'tve_revision_tve_disable_theme_dependency',''),(4153,875,'tve_revision_tve_content_before_more',''),(4154,875,'tve_revision_tve_content_more_found',''),(4155,875,'tve_revision_tve_save_post',''),(4156,875,'tve_revision_tve_custom_css',''),(4157,875,'tve_revision_tve_user_custom_css',''),(4158,875,'tve_revision_tve_page_events',''),(4159,875,'tve_revision_tve_globals',''),(4160,875,'tve_revision_tve_global_scripts',''),(4161,875,'tve_revision_thrive_icon_pack',''),(4162,875,'tve_revision_thrive_tcb_post_fonts',''),(4163,875,'tve_revision_tve_has_masonry',''),(4164,875,'tve_revision_tve_has_typefocus',''),(4165,875,'tve_revision_tve_updated_post',''),(4166,875,'tve_revision_tve_has_wistia_popover',''),(4167,875,'_elementor_edit_mode','builder'),(4168,875,'_elementor_template_type','wp-page'),(4169,875,'_elementor_version','3.7.1'),(4170,875,'_wp_page_template','default'),(4171,875,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4172,875,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4174,875,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4175,875,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4176,875,'_elementor_pro_version','3.7.3'),(4177,876,'tve_revision_tve_landing_page',''),(4178,876,'tve_revision_tve_disable_theme_dependency',''),(4179,876,'tve_revision_tve_content_before_more',''),(4180,876,'tve_revision_tve_content_more_found',''),(4181,876,'tve_revision_tve_save_post',''),(4182,876,'tve_revision_tve_custom_css',''),(4183,876,'tve_revision_tve_user_custom_css',''),(4184,876,'tve_revision_tve_page_events',''),(4185,876,'tve_revision_tve_globals',''),(4186,876,'tve_revision_tve_global_scripts',''),(4187,876,'tve_revision_thrive_icon_pack',''),(4188,876,'tve_revision_thrive_tcb_post_fonts',''),(4189,876,'tve_revision_tve_has_masonry',''),(4190,876,'tve_revision_tve_has_typefocus',''),(4191,876,'tve_revision_tve_updated_post',''),(4192,876,'tve_revision_tve_has_wistia_popover',''),(4193,876,'_elementor_edit_mode','builder'),(4194,876,'_elementor_template_type','wp-page'),(4195,876,'_elementor_version','3.7.1'),(4196,876,'_wp_page_template','default'),(4197,876,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Countries Email Database\",\"description\":\"Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4198,876,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4200,876,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4201,876,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4202,876,'_elementor_pro_version','3.7.3'),(4203,877,'tve_revision_tve_landing_page',''),(4204,877,'tve_revision_tve_disable_theme_dependency',''),(4205,877,'tve_revision_tve_content_before_more',''),(4206,877,'tve_revision_tve_content_more_found',''),(4207,877,'tve_revision_tve_save_post',''),(4208,877,'tve_revision_tve_custom_css',''),(4209,877,'tve_revision_tve_user_custom_css',''),(4210,877,'tve_revision_tve_page_events',''),(4211,877,'tve_revision_tve_globals',''),(4212,877,'tve_revision_tve_global_scripts',''),(4213,877,'tve_revision_thrive_icon_pack',''),(4214,877,'tve_revision_thrive_tcb_post_fonts',''),(4215,877,'tve_revision_tve_has_masonry',''),(4216,877,'tve_revision_tve_has_typefocus',''),(4217,877,'tve_revision_tve_updated_post',''),(4218,877,'tve_revision_tve_has_wistia_popover',''),(4219,877,'_elementor_edit_mode','builder'),(4220,877,'_elementor_template_type','wp-page'),(4221,877,'_elementor_version','3.7.1'),(4222,877,'_wp_page_template','default');
INSERT INTO `wpjn_postmeta` VALUES (4223,877,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Email Database\",\"description\":\"Now you can get your business products or services Sold out to our Email Database. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4224,877,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4226,877,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4227,877,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4228,877,'_elementor_pro_version','3.7.3'),(4229,878,'tve_revision_tve_landing_page',''),(4230,878,'tve_revision_tve_disable_theme_dependency',''),(4231,878,'tve_revision_tve_content_before_more',''),(4232,878,'tve_revision_tve_content_more_found',''),(4233,878,'tve_revision_tve_save_post',''),(4234,878,'tve_revision_tve_custom_css',''),(4235,878,'tve_revision_tve_user_custom_css',''),(4236,878,'tve_revision_tve_page_events',''),(4237,878,'tve_revision_tve_globals',''),(4238,878,'tve_revision_tve_global_scripts',''),(4239,878,'tve_revision_thrive_icon_pack',''),(4240,878,'tve_revision_thrive_tcb_post_fonts',''),(4241,878,'tve_revision_tve_has_masonry',''),(4242,878,'tve_revision_tve_has_typefocus',''),(4243,878,'tve_revision_tve_updated_post',''),(4244,878,'tve_revision_tve_has_wistia_popover',''),(4245,878,'_elementor_edit_mode','builder'),(4246,878,'_elementor_template_type','wp-page'),(4247,878,'_elementor_version','3.7.1'),(4248,878,'_wp_page_template','default'),(4249,878,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Email Database\",\"description\":\"Now you can get your business products or services Sold out to our Email Database. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4250,878,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4252,878,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4253,878,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4254,878,'_elementor_pro_version','3.7.3'),(4255,879,'tve_revision_tve_landing_page',''),(4256,879,'tve_revision_tve_disable_theme_dependency',''),(4257,879,'tve_revision_tve_content_before_more',''),(4258,879,'tve_revision_tve_content_more_found',''),(4259,879,'tve_revision_tve_save_post',''),(4260,879,'tve_revision_tve_custom_css',''),(4261,879,'tve_revision_tve_user_custom_css',''),(4262,879,'tve_revision_tve_page_events',''),(4263,879,'tve_revision_tve_globals',''),(4264,879,'tve_revision_tve_global_scripts',''),(4265,879,'tve_revision_thrive_icon_pack',''),(4266,879,'tve_revision_thrive_tcb_post_fonts',''),(4267,879,'tve_revision_tve_has_masonry',''),(4268,879,'tve_revision_tve_has_typefocus',''),(4269,879,'tve_revision_tve_updated_post',''),(4270,879,'tve_revision_tve_has_wistia_popover',''),(4271,879,'_elementor_edit_mode','builder'),(4272,879,'_elementor_template_type','wp-page'),(4273,879,'_elementor_version','3.7.1'),(4274,879,'_wp_page_template','default'),(4275,879,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Email Database\",\"description\":\"Now you can get your business products or services Sold out to our Email Database. This will create more sales of your products and services, and bring you better profits\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4276,879,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4278,879,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4279,879,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4280,879,'_elementor_pro_version','3.7.3'),(4281,880,'tve_revision_tve_landing_page',''),(4282,880,'tve_revision_tve_disable_theme_dependency',''),(4283,880,'tve_revision_tve_content_before_more',''),(4284,880,'tve_revision_tve_content_more_found',''),(4285,880,'tve_revision_tve_save_post',''),(4286,880,'tve_revision_tve_custom_css',''),(4287,880,'tve_revision_tve_user_custom_css',''),(4288,880,'tve_revision_tve_page_events',''),(4289,880,'tve_revision_tve_globals',''),(4290,880,'tve_revision_tve_global_scripts',''),(4291,880,'tve_revision_thrive_icon_pack',''),(4292,880,'tve_revision_thrive_tcb_post_fonts',''),(4293,880,'tve_revision_tve_has_masonry',''),(4294,880,'tve_revision_tve_has_typefocus',''),(4295,880,'tve_revision_tve_updated_post',''),(4296,880,'tve_revision_tve_has_wistia_popover',''),(4297,880,'_elementor_edit_mode','builder'),(4298,880,'_elementor_template_type','wp-page'),(4299,880,'_elementor_version','3.7.1'),(4300,880,'_wp_page_template','default'),(4301,880,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Verified Nigeria Email Database\",\"description\":\"Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4302,880,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4304,880,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4305,880,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4306,880,'_elementor_pro_version','3.7.3'),(4308,881,'tve_revision_tve_landing_page',''),(4309,881,'tve_revision_tve_disable_theme_dependency',''),(4310,881,'tve_revision_tve_content_before_more',''),(4311,881,'tve_revision_tve_content_more_found',''),(4312,881,'tve_revision_tve_save_post',''),(4313,881,'tve_revision_tve_custom_css',''),(4314,881,'tve_revision_tve_user_custom_css',''),(4315,881,'tve_revision_tve_page_events',''),(4316,881,'tve_revision_tve_globals',''),(4317,881,'tve_revision_tve_global_scripts',''),(4318,881,'tve_revision_thrive_icon_pack',''),(4319,881,'tve_revision_thrive_tcb_post_fonts',''),(4320,881,'tve_revision_tve_has_masonry',''),(4321,881,'tve_revision_tve_has_typefocus',''),(4322,881,'tve_revision_tve_updated_post',''),(4323,881,'tve_revision_tve_has_wistia_popover',''),(4324,881,'_elementor_edit_mode','builder'),(4325,881,'_elementor_template_type','wp-page'),(4326,881,'_elementor_version','3.7.1'),(4327,881,'_wp_page_template','default'),(4328,881,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Verified Nigeria Email Database\",\"description\":\"Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4329,881,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4331,881,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4332,881,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4333,881,'_elementor_pro_version','3.7.3'),(4335,882,'tve_revision_tve_landing_page',''),(4336,882,'tve_revision_tve_disable_theme_dependency',''),(4337,882,'tve_revision_tve_content_before_more',''),(4338,882,'tve_revision_tve_content_more_found',''),(4339,882,'tve_revision_tve_save_post',''),(4340,882,'tve_revision_tve_custom_css',''),(4341,882,'tve_revision_tve_user_custom_css',''),(4342,882,'tve_revision_tve_page_events',''),(4343,882,'tve_revision_tve_globals',''),(4344,882,'tve_revision_tve_global_scripts',''),(4345,882,'tve_revision_thrive_icon_pack',''),(4346,882,'tve_revision_thrive_tcb_post_fonts',''),(4347,882,'tve_revision_tve_has_masonry',''),(4348,882,'tve_revision_tve_has_typefocus',''),(4349,882,'tve_revision_tve_updated_post',''),(4350,882,'tve_revision_tve_has_wistia_popover',''),(4351,882,'_elementor_edit_mode','builder'),(4352,882,'_elementor_template_type','wp-page'),(4353,882,'_elementor_version','3.7.1'),(4354,882,'_wp_page_template','default'),(4355,882,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5c3a77e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/SoftwareBox3-1-1.png\",\"id\":835,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e806e4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"DesignBundle Premium Apps\",\"description\":\"10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/designbundle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Verified Nigeria Email Database\",\"description\":\"Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4356,882,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4358,882,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4359,882,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4360,882,'_elementor_pro_version','3.7.3'),(4362,883,'tve_revision_tve_landing_page',''),(4363,883,'tve_revision_tve_disable_theme_dependency',''),(4364,883,'tve_revision_tve_content_before_more',''),(4365,883,'tve_revision_tve_content_more_found',''),(4366,883,'tve_revision_tve_save_post',''),(4367,883,'tve_revision_tve_custom_css',''),(4368,883,'tve_revision_tve_user_custom_css',''),(4369,883,'tve_revision_tve_page_events',''),(4370,883,'tve_revision_tve_globals',''),(4371,883,'tve_revision_tve_global_scripts',''),(4372,883,'tve_revision_thrive_icon_pack',''),(4373,883,'tve_revision_thrive_tcb_post_fonts',''),(4374,883,'tve_revision_tve_has_masonry',''),(4375,883,'tve_revision_tve_has_typefocus',''),(4376,883,'tve_revision_tve_updated_post',''),(4377,883,'tve_revision_tve_has_wistia_popover',''),(4378,883,'_elementor_edit_mode','builder'),(4379,883,'_elementor_template_type','wp-page'),(4380,883,'_elementor_version','3.7.1'),(4381,883,'_wp_page_template','default'),(4382,883,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Verified Nigeria Email Database\",\"description\":\"Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4383,883,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4385,883,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4386,883,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4387,883,'_elementor_pro_version','3.7.3'),(4390,884,'tve_revision_tve_landing_page',''),(4391,884,'tve_revision_tve_disable_theme_dependency',''),(4392,884,'tve_revision_tve_content_before_more',''),(4393,884,'tve_revision_tve_content_more_found',''),(4394,884,'tve_revision_tve_save_post',''),(4395,884,'tve_revision_tve_custom_css',''),(4396,884,'tve_revision_tve_user_custom_css',''),(4397,884,'tve_revision_tve_page_events',''),(4398,884,'tve_revision_tve_globals',''),(4399,884,'tve_revision_tve_global_scripts',''),(4400,884,'tve_revision_thrive_icon_pack',''),(4401,884,'tve_revision_thrive_tcb_post_fonts',''),(4402,884,'tve_revision_tve_has_masonry',''),(4403,884,'tve_revision_tve_has_typefocus',''),(4404,884,'tve_revision_tve_updated_post',''),(4405,884,'tve_revision_tve_has_wistia_popover',''),(4406,884,'_elementor_edit_mode','builder'),(4407,884,'_elementor_template_type','wp-page'),(4408,884,'_elementor_version','3.7.1'),(4409,884,'_wp_page_template','default'),(4410,884,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Verified Nigeria Email Database\",\"description\":\"Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4411,884,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4413,884,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4414,884,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4415,884,'_elementor_pro_version','3.7.3'),(4417,885,'tve_revision_tve_landing_page',''),(4418,885,'tve_revision_tve_disable_theme_dependency',''),(4419,885,'tve_revision_tve_content_before_more',''),(4420,885,'tve_revision_tve_content_more_found',''),(4421,885,'tve_revision_tve_save_post',''),(4422,885,'tve_revision_tve_custom_css',''),(4423,885,'tve_revision_tve_user_custom_css',''),(4424,885,'tve_revision_tve_page_events',''),(4425,885,'tve_revision_tve_globals',''),(4426,885,'tve_revision_tve_global_scripts',''),(4427,885,'tve_revision_thrive_icon_pack',''),(4428,885,'tve_revision_thrive_tcb_post_fonts',''),(4429,885,'tve_revision_tve_has_masonry',''),(4430,885,'tve_revision_tve_has_typefocus',''),(4431,885,'tve_revision_tve_updated_post',''),(4432,885,'tve_revision_tve_has_wistia_popover',''),(4433,885,'_elementor_edit_mode','builder'),(4434,885,'_elementor_template_type','wp-page'),(4435,885,'_elementor_version','3.7.1'),(4436,885,'_wp_page_template','default'),(4437,885,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/vidjack\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Verified Nigeria Email Database\",\"description\":\"Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4438,885,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4440,885,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4441,885,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4442,885,'_elementor_pro_version','3.7.3'),(4444,886,'tve_revision_tve_landing_page',''),(4445,886,'tve_revision_tve_disable_theme_dependency',''),(4446,886,'tve_revision_tve_content_before_more',''),(4447,886,'tve_revision_tve_content_more_found',''),(4448,886,'tve_revision_tve_save_post',''),(4449,886,'tve_revision_tve_custom_css',''),(4450,886,'tve_revision_tve_user_custom_css',''),(4451,886,'tve_revision_tve_page_events',''),(4452,886,'tve_revision_tve_globals',''),(4453,886,'tve_revision_tve_global_scripts',''),(4454,886,'tve_revision_thrive_icon_pack',''),(4455,886,'tve_revision_thrive_tcb_post_fonts',''),(4456,886,'tve_revision_tve_has_masonry',''),(4457,886,'tve_revision_tve_has_typefocus',''),(4458,886,'tve_revision_tve_updated_post',''),(4459,886,'tve_revision_tve_has_wistia_popover',''),(4460,886,'_elementor_edit_mode','builder'),(4461,886,'_elementor_template_type','wp-page'),(4462,886,'_elementor_version','3.7.1'),(4463,886,'_wp_page_template','default'),(4464,886,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Softwares\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Checkout our Softwares.\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e7fdb4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2acba21\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bf32722\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"05611ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c6a8c47\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/hAJayJxarSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Video-Ads-Architect.png\",\"id\":352,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"f24cbfe\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Square Video Ads Video Builder\",\"description\":\"How to Create Square Video with Square Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"89cd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d4c3e96\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/kodHig2shpI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Story-Monarch.png\",\"id\":361,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"34be4ed\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Stories Video Ads Video Builder\",\"description\":\"How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone \",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"85c2f89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ae6140\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/8lK3srJwr7w\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Motion.png\",\"id\":368,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"0db02a2\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Motion Text Animation Video Builder\",\"description\":\"How to Create Animated Motion Text Videos with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/MTAVB\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"89ebb92\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0d70bf2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"4b8edfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a07985c\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/ww_7RZTBGSU\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Slide-Machine.png\",\"id\":376,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"bb8a6ca\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Picture Slideshow Video Builder\",\"description\":\"How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/SLVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"4cffc2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4a14617\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/CwUjvhiOT7Q\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/03\\/Custom.png\",\"id\":383,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5dc892b\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Customized FX Pro Video Builder\",\"description\":\"How to Create Engaging Video with Custom Video App Software with your Mobile Phone\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/CPVBA\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"36e8862\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"92bdd08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/mobile-number-database-500x500-1.jpg\",\"id\":870,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c5b482c\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"20 Million Verified Phone Number Database\",\"description\":\"Get access to verified phone number database in Nigeria.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20purchasing%20the%20Phone%20Number%20Database.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e9f5170\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"844d89a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"befd383\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9e63b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download-1.jpg\",\"id\":828,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a60ed1\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"Verified Nigeria Email Database\",\"description\":\"Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"63819bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"280d9d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/04\\/download.jpg\",\"id\":824,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63dd374\",\"elType\":\"widget\",\"settings\":{\"layout\":\"above\",\"bg_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"medium\",\"title\":\"WhatsApp Bulk Sender App kit\",\"description\":\"This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it\",\"title_tag\":\"h4\",\"button\":\"Find out More\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"image_min_height\":{\"unit\":\"px\",\"size\":198,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"content_bg_color\":\"#352205\",\"title_color\":\"#FDFDFD\",\"description_color\":\"#FFFFFF\",\"button_color\":\"#D1610B\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#2F2828\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true},{\"id\":\"06f00bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"832719e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"42377ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cfd6f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a743dac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1b15487\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a9cc6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/softwares\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4465,886,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4467,886,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4468,886,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4469,886,'_elementor_pro_version','3.7.3'),(4472,887,'tve_revision_tve_landing_page',''),(4473,887,'tve_revision_tve_disable_theme_dependency',''),(4474,887,'tve_revision_tve_content_before_more',''),(4475,887,'tve_revision_tve_content_more_found',''),(4476,887,'tve_revision_tve_save_post',''),(4477,887,'tve_revision_tve_custom_css',''),(4478,887,'tve_revision_tve_user_custom_css',''),(4479,887,'tve_revision_tve_page_events',''),(4480,887,'tve_revision_tve_globals',''),(4481,887,'tve_revision_tve_global_scripts',''),(4482,887,'tve_revision_thrive_icon_pack',''),(4483,887,'tve_revision_thrive_tcb_post_fonts',''),(4484,887,'tve_revision_tve_has_masonry',''),(4485,887,'tve_revision_tve_has_typefocus',''),(4486,887,'tve_revision_tve_updated_post',''),(4487,887,'tve_revision_tve_has_wistia_popover',''),(4488,887,'_elementor_edit_mode','builder'),(4489,887,'_elementor_template_type','wp-page'),(4490,887,'_elementor_version','3.6.1'),(4491,887,'_wp_page_template','default'),(4492,887,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4493,887,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4495,887,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4496,887,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4497,887,'_elementor_pro_version','3.0.5'),(4499,13,'_tve_js_modules_gutenberg','a:0:{}'),(4500,888,'tve_revision_tve_landing_page',''),(4501,888,'tve_revision_tve_disable_theme_dependency',''),(4502,888,'tve_revision_tve_content_before_more',''),(4503,888,'tve_revision_tve_content_more_found',''),(4504,888,'tve_revision_tve_save_post',''),(4505,888,'tve_revision_tve_custom_css',''),(4506,888,'tve_revision_tve_user_custom_css',''),(4507,888,'tve_revision_tve_page_events',''),(4508,888,'tve_revision_tve_globals',''),(4509,888,'tve_revision_tve_global_scripts',''),(4510,888,'tve_revision_thrive_icon_pack',''),(4511,888,'tve_revision_thrive_tcb_post_fonts',''),(4512,888,'tve_revision_tve_has_masonry',''),(4513,888,'tve_revision_tve_has_typefocus',''),(4514,888,'tve_revision_tve_updated_post',''),(4515,888,'tve_revision_tve_has_wistia_popover',''),(4516,888,'_elementor_edit_mode','builder'),(4517,888,'_elementor_template_type','wp-page'),(4518,888,'_elementor_version','3.6.1'),(4519,888,'_wp_page_template','default'),(4520,888,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4521,888,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4523,888,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4524,888,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4525,888,'_elementor_pro_version','3.0.5'),(4527,889,'tve_revision_tve_landing_page',''),(4528,889,'tve_revision_tve_disable_theme_dependency',''),(4529,889,'tve_revision_tve_content_before_more',''),(4530,889,'tve_revision_tve_content_more_found',''),(4531,889,'tve_revision_tve_save_post',''),(4532,889,'tve_revision_tve_custom_css',''),(4533,889,'tve_revision_tve_user_custom_css',''),(4534,889,'tve_revision_tve_page_events',''),(4535,889,'tve_revision_tve_globals',''),(4536,889,'tve_revision_tve_global_scripts',''),(4537,889,'tve_revision_thrive_icon_pack',''),(4538,889,'tve_revision_thrive_tcb_post_fonts',''),(4539,889,'tve_revision_tve_has_masonry',''),(4540,889,'tve_revision_tve_has_typefocus',''),(4541,889,'tve_revision_tve_updated_post',''),(4542,889,'tve_revision_tve_has_wistia_popover',''),(4543,889,'_elementor_edit_mode','builder'),(4544,889,'_elementor_template_type','wp-page'),(4545,889,'_elementor_version','3.6.1'),(4546,889,'_wp_page_template','default'),(4547,889,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4548,889,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4550,889,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4551,889,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4552,889,'_elementor_pro_version','3.0.5'),(4554,890,'tve_revision_tve_landing_page',''),(4555,890,'tve_revision_tve_disable_theme_dependency',''),(4556,890,'tve_revision_tve_content_before_more',''),(4557,890,'tve_revision_tve_content_more_found',''),(4558,890,'tve_revision_tve_save_post',''),(4559,890,'tve_revision_tve_custom_css',''),(4560,890,'tve_revision_tve_user_custom_css',''),(4561,890,'tve_revision_tve_page_events',''),(4562,890,'tve_revision_tve_globals',''),(4563,890,'tve_revision_tve_global_scripts',''),(4564,890,'tve_revision_thrive_icon_pack',''),(4565,890,'tve_revision_thrive_tcb_post_fonts',''),(4566,890,'tve_revision_tve_has_masonry',''),(4567,890,'tve_revision_tve_has_typefocus',''),(4568,890,'tve_revision_tve_updated_post',''),(4569,890,'tve_revision_tve_has_wistia_popover',''),(4570,890,'_elementor_edit_mode','builder'),(4571,890,'_elementor_template_type','wp-page'),(4572,890,'_elementor_version','3.7.1'),(4573,890,'_wp_page_template','default'),(4574,890,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4575,890,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4577,890,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4578,890,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4579,890,'_elementor_pro_version','3.7.3'),(4580,891,'tve_revision_tve_landing_page',''),(4581,891,'tve_revision_tve_disable_theme_dependency',''),(4582,891,'tve_revision_tve_content_before_more',''),(4583,891,'tve_revision_tve_content_more_found',''),(4584,891,'tve_revision_tve_save_post',''),(4585,891,'tve_revision_tve_custom_css',''),(4586,891,'tve_revision_tve_user_custom_css',''),(4587,891,'tve_revision_tve_page_events',''),(4588,891,'tve_revision_tve_globals',''),(4589,891,'tve_revision_tve_global_scripts',''),(4590,891,'tve_revision_thrive_icon_pack',''),(4591,891,'tve_revision_thrive_tcb_post_fonts',''),(4592,891,'tve_revision_tve_has_masonry',''),(4593,891,'tve_revision_tve_has_typefocus',''),(4594,891,'tve_revision_tve_updated_post',''),(4595,891,'tve_revision_tve_has_wistia_popover',''),(4596,891,'_elementor_edit_mode','builder'),(4597,891,'_elementor_template_type','wp-page'),(4598,891,'_elementor_version','3.7.1'),(4599,891,'_wp_page_template','default'),(4600,891,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4601,891,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4603,891,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4604,891,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4605,891,'_elementor_pro_version','3.7.3'),(4606,892,'tve_revision_tve_landing_page',''),(4607,892,'tve_revision_tve_disable_theme_dependency',''),(4608,892,'tve_revision_tve_content_before_more',''),(4609,892,'tve_revision_tve_content_more_found',''),(4610,892,'tve_revision_tve_save_post',''),(4611,892,'tve_revision_tve_custom_css',''),(4612,892,'tve_revision_tve_user_custom_css',''),(4613,892,'tve_revision_tve_page_events',''),(4614,892,'tve_revision_tve_globals',''),(4615,892,'tve_revision_tve_global_scripts',''),(4616,892,'tve_revision_thrive_icon_pack',''),(4617,892,'tve_revision_thrive_tcb_post_fonts',''),(4618,892,'tve_revision_tve_has_masonry',''),(4619,892,'tve_revision_tve_has_typefocus',''),(4620,892,'tve_revision_tve_updated_post',''),(4621,892,'tve_revision_tve_has_wistia_popover',''),(4622,892,'_elementor_edit_mode','builder'),(4623,892,'_elementor_template_type','wp-page'),(4624,892,'_elementor_version','3.7.1'),(4625,892,'_wp_page_template','default'),(4626,892,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4627,892,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4629,892,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4630,892,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4631,892,'_elementor_pro_version','3.7.3'),(4632,893,'tve_revision_tve_landing_page',''),(4633,893,'tve_revision_tve_disable_theme_dependency',''),(4634,893,'tve_revision_tve_content_before_more',''),(4635,893,'tve_revision_tve_content_more_found',''),(4636,893,'tve_revision_tve_save_post',''),(4637,893,'tve_revision_tve_custom_css',''),(4638,893,'tve_revision_tve_user_custom_css',''),(4639,893,'tve_revision_tve_page_events',''),(4640,893,'tve_revision_tve_globals',''),(4641,893,'tve_revision_tve_global_scripts',''),(4642,893,'tve_revision_thrive_icon_pack',''),(4643,893,'tve_revision_thrive_tcb_post_fonts',''),(4644,893,'tve_revision_tve_has_masonry',''),(4645,893,'tve_revision_tve_has_typefocus',''),(4646,893,'tve_revision_tve_updated_post',''),(4647,893,'tve_revision_tve_has_wistia_popover',''),(4648,893,'_elementor_edit_mode','builder'),(4649,893,'_elementor_template_type','wp-page'),(4650,893,'_elementor_version','3.7.1'),(4651,893,'_wp_page_template','default'),(4652,893,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4653,893,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4655,893,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4656,893,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4657,893,'_elementor_pro_version','3.7.3'),(4658,894,'tve_revision_tve_landing_page',''),(4659,894,'tve_revision_tve_disable_theme_dependency',''),(4660,894,'tve_revision_tve_content_before_more',''),(4661,894,'tve_revision_tve_content_more_found',''),(4662,894,'tve_revision_tve_save_post',''),(4663,894,'tve_revision_tve_custom_css',''),(4664,894,'tve_revision_tve_user_custom_css',''),(4665,894,'tve_revision_tve_page_events',''),(4666,894,'tve_revision_tve_globals',''),(4667,894,'tve_revision_tve_global_scripts',''),(4668,894,'tve_revision_thrive_icon_pack',''),(4669,894,'tve_revision_thrive_tcb_post_fonts',''),(4670,894,'tve_revision_tve_has_masonry',''),(4671,894,'tve_revision_tve_has_typefocus',''),(4672,894,'tve_revision_tve_updated_post',''),(4673,894,'tve_revision_tve_has_wistia_popover',''),(4674,894,'_elementor_edit_mode','builder'),(4675,894,'_elementor_template_type','wp-page'),(4676,894,'_elementor_version','3.7.1'),(4677,894,'_wp_page_template','default'),(4678,894,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4679,894,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4681,894,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4682,894,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4683,894,'_elementor_pro_version','3.7.3'),(4684,895,'tve_revision_tve_landing_page',''),(4685,895,'tve_revision_tve_disable_theme_dependency',''),(4686,895,'tve_revision_tve_content_before_more',''),(4687,895,'tve_revision_tve_content_more_found',''),(4688,895,'tve_revision_tve_save_post',''),(4689,895,'tve_revision_tve_custom_css',''),(4690,895,'tve_revision_tve_user_custom_css',''),(4691,895,'tve_revision_tve_page_events',''),(4692,895,'tve_revision_tve_globals',''),(4693,895,'tve_revision_tve_global_scripts',''),(4694,895,'tve_revision_thrive_icon_pack',''),(4695,895,'tve_revision_thrive_tcb_post_fonts',''),(4696,895,'tve_revision_tve_has_masonry',''),(4697,895,'tve_revision_tve_has_typefocus',''),(4698,895,'tve_revision_tve_updated_post',''),(4699,895,'tve_revision_tve_has_wistia_popover',''),(4700,895,'_elementor_edit_mode','builder'),(4701,895,'_elementor_template_type','wp-page'),(4702,895,'_elementor_version','3.7.1'),(4703,895,'_wp_page_template','default'),(4704,895,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4705,895,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4707,895,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4708,895,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4709,895,'_elementor_pro_version','3.7.3'),(4768,897,'tve_revision_tve_landing_page',''),(4769,897,'tve_revision_tve_disable_theme_dependency',''),(4770,897,'tve_revision_tve_content_before_more',''),(4771,897,'tve_revision_tve_content_more_found',''),(4772,897,'tve_revision_tve_save_post',''),(4773,897,'tve_revision_tve_custom_css',''),(4774,897,'tve_revision_tve_user_custom_css',''),(4775,897,'tve_revision_tve_page_events',''),(4776,897,'tve_revision_tve_globals',''),(4777,897,'tve_revision_tve_global_scripts',''),(4778,897,'tve_revision_thrive_icon_pack',''),(4779,897,'tve_revision_thrive_tcb_post_fonts',''),(4780,897,'tve_revision_tve_has_masonry',''),(4781,897,'tve_revision_tve_has_typefocus',''),(4782,897,'tve_revision_tve_updated_post',''),(4783,897,'tve_revision_tve_has_wistia_popover',''),(4784,897,'_elementor_edit_mode','builder'),(4785,897,'_elementor_template_type','wp-page'),(4786,897,'_elementor_version','3.7.1'),(4787,897,'_wp_page_template','default'),(4788,897,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4789,897,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4791,897,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4792,897,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4793,897,'_elementor_pro_version','3.7.3'),(4794,898,'tve_revision_tve_landing_page',''),(4795,898,'tve_revision_tve_disable_theme_dependency',''),(4796,898,'tve_revision_tve_content_before_more',''),(4797,898,'tve_revision_tve_content_more_found',''),(4798,898,'tve_revision_tve_save_post',''),(4799,898,'tve_revision_tve_custom_css',''),(4800,898,'tve_revision_tve_user_custom_css',''),(4801,898,'tve_revision_tve_page_events',''),(4802,898,'tve_revision_tve_globals',''),(4803,898,'tve_revision_tve_global_scripts',''),(4804,898,'tve_revision_thrive_icon_pack',''),(4805,898,'tve_revision_thrive_tcb_post_fonts',''),(4806,898,'tve_revision_tve_has_masonry',''),(4807,898,'tve_revision_tve_has_typefocus',''),(4808,898,'tve_revision_tve_updated_post',''),(4809,898,'tve_revision_tve_has_wistia_popover',''),(4810,898,'_elementor_edit_mode','builder'),(4811,898,'_elementor_template_type','wp-page'),(4812,898,'_elementor_version','3.7.1'),(4813,898,'_wp_page_template','default'),(4814,898,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4815,898,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4817,898,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4818,898,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4819,898,'_elementor_pro_version','3.7.3'),(4820,899,'tve_revision_tve_landing_page',''),(4821,899,'tve_revision_tve_disable_theme_dependency',''),(4822,899,'tve_revision_tve_content_before_more',''),(4823,899,'tve_revision_tve_content_more_found',''),(4824,899,'tve_revision_tve_save_post',''),(4825,899,'tve_revision_tve_custom_css',''),(4826,899,'tve_revision_tve_user_custom_css',''),(4827,899,'tve_revision_tve_page_events',''),(4828,899,'tve_revision_tve_globals',''),(4829,899,'tve_revision_tve_global_scripts',''),(4830,899,'tve_revision_thrive_icon_pack',''),(4831,899,'tve_revision_thrive_tcb_post_fonts',''),(4832,899,'tve_revision_tve_has_masonry',''),(4833,899,'tve_revision_tve_has_typefocus',''),(4834,899,'tve_revision_tve_updated_post',''),(4835,899,'tve_revision_tve_has_wistia_popover',''),(4836,899,'_elementor_edit_mode','builder'),(4837,899,'_elementor_template_type','wp-page'),(4838,899,'_elementor_version','3.7.1'),(4839,899,'_wp_page_template','default'),(4840,899,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4841,899,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4843,899,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4844,899,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4845,899,'_elementor_pro_version','3.7.3'),(4846,900,'tve_revision_tve_landing_page',''),(4847,900,'tve_revision_tve_disable_theme_dependency',''),(4848,900,'tve_revision_tve_content_before_more',''),(4849,900,'tve_revision_tve_content_more_found',''),(4850,900,'tve_revision_tve_save_post',''),(4851,900,'tve_revision_tve_custom_css',''),(4852,900,'tve_revision_tve_user_custom_css',''),(4853,900,'tve_revision_tve_page_events',''),(4854,900,'tve_revision_tve_globals',''),(4855,900,'tve_revision_tve_global_scripts',''),(4856,900,'tve_revision_thrive_icon_pack',''),(4857,900,'tve_revision_thrive_tcb_post_fonts',''),(4858,900,'tve_revision_tve_has_masonry',''),(4859,900,'tve_revision_tve_has_typefocus',''),(4860,900,'tve_revision_tve_updated_post',''),(4861,900,'tve_revision_tve_has_wistia_popover',''),(4862,900,'_elementor_edit_mode','builder'),(4863,900,'_elementor_template_type','wp-page'),(4864,900,'_elementor_version','3.7.1'),(4865,900,'_wp_page_template','default'),(4866,900,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4867,900,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4869,900,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4870,900,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4871,900,'_elementor_pro_version','3.7.3'),(4872,901,'tve_revision_tve_landing_page',''),(4873,901,'tve_revision_tve_disable_theme_dependency',''),(4874,901,'tve_revision_tve_content_before_more',''),(4875,901,'tve_revision_tve_content_more_found',''),(4876,901,'tve_revision_tve_save_post',''),(4877,901,'tve_revision_tve_custom_css',''),(4878,901,'tve_revision_tve_user_custom_css',''),(4879,901,'tve_revision_tve_page_events',''),(4880,901,'tve_revision_tve_globals',''),(4881,901,'tve_revision_tve_global_scripts',''),(4882,901,'tve_revision_thrive_icon_pack',''),(4883,901,'tve_revision_thrive_tcb_post_fonts',''),(4884,901,'tve_revision_tve_has_masonry',''),(4885,901,'tve_revision_tve_has_typefocus',''),(4886,901,'tve_revision_tve_updated_post',''),(4887,901,'tve_revision_tve_has_wistia_popover',''),(4888,901,'_elementor_edit_mode','builder'),(4889,901,'_elementor_template_type','wp-page'),(4890,901,'_elementor_version','3.7.1'),(4891,901,'_wp_page_template','default'),(4892,901,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4893,901,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4895,901,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4896,901,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4897,901,'_elementor_pro_version','3.7.3'),(4898,902,'tve_revision_tve_landing_page',''),(4899,902,'tve_revision_tve_disable_theme_dependency',''),(4900,902,'tve_revision_tve_content_before_more',''),(4901,902,'tve_revision_tve_content_more_found',''),(4902,902,'tve_revision_tve_save_post',''),(4903,902,'tve_revision_tve_custom_css',''),(4904,902,'tve_revision_tve_user_custom_css',''),(4905,902,'tve_revision_tve_page_events',''),(4906,902,'tve_revision_tve_globals',''),(4907,902,'tve_revision_tve_global_scripts',''),(4908,902,'tve_revision_thrive_icon_pack',''),(4909,902,'tve_revision_thrive_tcb_post_fonts',''),(4910,902,'tve_revision_tve_has_masonry',''),(4911,902,'tve_revision_tve_has_typefocus',''),(4912,902,'tve_revision_tve_updated_post',''),(4913,902,'tve_revision_tve_has_wistia_popover',''),(4914,902,'_elementor_edit_mode','builder'),(4915,902,'_elementor_template_type','wp-page'),(4916,902,'_elementor_version','3.7.1'),(4917,902,'_wp_page_template','default'),(4918,902,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4919,902,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4921,902,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4922,902,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4923,902,'_elementor_pro_version','3.7.3'),(4924,903,'tve_revision_tve_landing_page',''),(4925,903,'tve_revision_tve_disable_theme_dependency',''),(4926,903,'tve_revision_tve_content_before_more',''),(4927,903,'tve_revision_tve_content_more_found',''),(4928,903,'tve_revision_tve_save_post',''),(4929,903,'tve_revision_tve_custom_css',''),(4930,903,'tve_revision_tve_user_custom_css',''),(4931,903,'tve_revision_tve_page_events',''),(4932,903,'tve_revision_tve_globals',''),(4933,903,'tve_revision_tve_global_scripts',''),(4934,903,'tve_revision_thrive_icon_pack',''),(4935,903,'tve_revision_thrive_tcb_post_fonts',''),(4936,903,'tve_revision_tve_has_masonry',''),(4937,903,'tve_revision_tve_has_typefocus',''),(4938,903,'tve_revision_tve_updated_post',''),(4939,903,'tve_revision_tve_has_wistia_popover',''),(4940,903,'_elementor_edit_mode','builder'),(4941,903,'_elementor_template_type','wp-page'),(4942,903,'_elementor_version','3.7.1'),(4943,903,'_wp_page_template','default'),(4944,903,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4945,903,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4947,903,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4948,903,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4949,903,'_elementor_pro_version','3.7.3'),(4950,904,'tve_revision_tve_landing_page',''),(4951,904,'tve_revision_tve_disable_theme_dependency',''),(4952,904,'tve_revision_tve_content_before_more',''),(4953,904,'tve_revision_tve_content_more_found',''),(4954,904,'tve_revision_tve_save_post',''),(4955,904,'tve_revision_tve_custom_css',''),(4956,904,'tve_revision_tve_user_custom_css',''),(4957,904,'tve_revision_tve_page_events',''),(4958,904,'tve_revision_tve_globals',''),(4959,904,'tve_revision_tve_global_scripts',''),(4960,904,'tve_revision_thrive_icon_pack',''),(4961,904,'tve_revision_thrive_tcb_post_fonts',''),(4962,904,'tve_revision_tve_has_masonry',''),(4963,904,'tve_revision_tve_has_typefocus',''),(4964,904,'tve_revision_tve_updated_post',''),(4965,904,'tve_revision_tve_has_wistia_popover',''),(4966,904,'_elementor_edit_mode','builder'),(4967,904,'_elementor_template_type','wp-page'),(4968,904,'_elementor_version','3.7.1'),(4969,904,'_wp_page_template','default'),(4970,904,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4971,904,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4973,904,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4974,904,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(4975,904,'_elementor_pro_version','3.7.3'),(4976,905,'tve_revision_tve_landing_page',''),(4977,905,'tve_revision_tve_disable_theme_dependency',''),(4978,905,'tve_revision_tve_content_before_more',''),(4979,905,'tve_revision_tve_content_more_found',''),(4980,905,'tve_revision_tve_save_post',''),(4981,905,'tve_revision_tve_custom_css',''),(4982,905,'tve_revision_tve_user_custom_css',''),(4983,905,'tve_revision_tve_page_events',''),(4984,905,'tve_revision_tve_globals',''),(4985,905,'tve_revision_tve_global_scripts',''),(4986,905,'tve_revision_thrive_icon_pack',''),(4987,905,'tve_revision_thrive_tcb_post_fonts',''),(4988,905,'tve_revision_tve_has_masonry',''),(4989,905,'tve_revision_tve_has_typefocus',''),(4990,905,'tve_revision_tve_updated_post',''),(4991,905,'tve_revision_tve_has_wistia_popover',''),(4992,905,'_elementor_edit_mode','builder'),(4993,905,'_elementor_template_type','wp-page'),(4994,905,'_elementor_version','3.7.1'),(4995,905,'_wp_page_template','default'),(4996,905,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4997,905,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4999,905,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5000,905,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5001,905,'_elementor_pro_version','3.7.3'),(5002,906,'tve_revision_tve_landing_page',''),(5003,906,'tve_revision_tve_disable_theme_dependency',''),(5004,906,'tve_revision_tve_content_before_more',''),(5005,906,'tve_revision_tve_content_more_found',''),(5006,906,'tve_revision_tve_save_post',''),(5007,906,'tve_revision_tve_custom_css',''),(5008,906,'tve_revision_tve_user_custom_css',''),(5009,906,'tve_revision_tve_page_events',''),(5010,906,'tve_revision_tve_globals',''),(5011,906,'tve_revision_tve_global_scripts',''),(5012,906,'tve_revision_thrive_icon_pack',''),(5013,906,'tve_revision_thrive_tcb_post_fonts',''),(5014,906,'tve_revision_tve_has_masonry',''),(5015,906,'tve_revision_tve_has_typefocus',''),(5016,906,'tve_revision_tve_updated_post',''),(5017,906,'tve_revision_tve_has_wistia_popover',''),(5018,906,'_elementor_edit_mode','builder'),(5019,906,'_elementor_template_type','wp-page'),(5020,906,'_elementor_version','3.7.1'),(5021,906,'_wp_page_template','default'),(5022,906,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5023,906,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5025,906,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5026,906,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5027,906,'_elementor_pro_version','3.7.3'),(5028,907,'tve_revision_tve_landing_page',''),(5029,907,'tve_revision_tve_disable_theme_dependency',''),(5030,907,'tve_revision_tve_content_before_more',''),(5031,907,'tve_revision_tve_content_more_found',''),(5032,907,'tve_revision_tve_save_post',''),(5033,907,'tve_revision_tve_custom_css',''),(5034,907,'tve_revision_tve_user_custom_css',''),(5035,907,'tve_revision_tve_page_events',''),(5036,907,'tve_revision_tve_globals',''),(5037,907,'tve_revision_tve_global_scripts',''),(5038,907,'tve_revision_thrive_icon_pack',''),(5039,907,'tve_revision_thrive_tcb_post_fonts',''),(5040,907,'tve_revision_tve_has_masonry',''),(5041,907,'tve_revision_tve_has_typefocus',''),(5042,907,'tve_revision_tve_updated_post',''),(5043,907,'tve_revision_tve_has_wistia_popover',''),(5044,907,'_elementor_edit_mode','builder'),(5045,907,'_elementor_template_type','wp-page'),(5046,907,'_elementor_version','3.7.1'),(5047,907,'_wp_page_template','default'),(5048,907,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5049,907,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5051,907,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5052,907,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5053,907,'_elementor_pro_version','3.7.3'),(5054,908,'tve_revision_tve_landing_page',''),(5055,908,'tve_revision_tve_disable_theme_dependency',''),(5056,908,'tve_revision_tve_content_before_more',''),(5057,908,'tve_revision_tve_content_more_found',''),(5058,908,'tve_revision_tve_save_post',''),(5059,908,'tve_revision_tve_custom_css',''),(5060,908,'tve_revision_tve_user_custom_css',''),(5061,908,'tve_revision_tve_page_events',''),(5062,908,'tve_revision_tve_globals',''),(5063,908,'tve_revision_tve_global_scripts',''),(5064,908,'tve_revision_thrive_icon_pack',''),(5065,908,'tve_revision_thrive_tcb_post_fonts',''),(5066,908,'tve_revision_tve_has_masonry',''),(5067,908,'tve_revision_tve_has_typefocus',''),(5068,908,'tve_revision_tve_updated_post',''),(5069,908,'tve_revision_tve_has_wistia_popover',''),(5070,908,'_elementor_edit_mode','builder'),(5071,908,'_elementor_template_type','wp-page'),(5072,908,'_elementor_version','3.7.1'),(5073,908,'_wp_page_template','default'),(5074,908,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5075,908,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5077,908,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5078,908,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5079,908,'_elementor_pro_version','3.7.3'),(5080,909,'tve_revision_tve_landing_page',''),(5081,909,'tve_revision_tve_disable_theme_dependency',''),(5082,909,'tve_revision_tve_content_before_more',''),(5083,909,'tve_revision_tve_content_more_found',''),(5084,909,'tve_revision_tve_save_post',''),(5085,909,'tve_revision_tve_custom_css',''),(5086,909,'tve_revision_tve_user_custom_css',''),(5087,909,'tve_revision_tve_page_events',''),(5088,909,'tve_revision_tve_globals',''),(5089,909,'tve_revision_tve_global_scripts',''),(5090,909,'tve_revision_thrive_icon_pack',''),(5091,909,'tve_revision_thrive_tcb_post_fonts',''),(5092,909,'tve_revision_tve_has_masonry',''),(5093,909,'tve_revision_tve_has_typefocus',''),(5094,909,'tve_revision_tve_updated_post',''),(5095,909,'tve_revision_tve_has_wistia_popover',''),(5096,909,'_elementor_edit_mode','builder'),(5097,909,'_elementor_template_type','wp-page'),(5098,909,'_elementor_version','3.7.1'),(5099,909,'_wp_page_template','default'),(5100,909,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5101,909,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5103,909,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5104,909,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5105,909,'_elementor_pro_version','3.7.3'),(5106,910,'tve_revision_tve_landing_page',''),(5107,910,'tve_revision_tve_disable_theme_dependency',''),(5108,910,'tve_revision_tve_content_before_more',''),(5109,910,'tve_revision_tve_content_more_found',''),(5110,910,'tve_revision_tve_save_post',''),(5111,910,'tve_revision_tve_custom_css',''),(5112,910,'tve_revision_tve_user_custom_css',''),(5113,910,'tve_revision_tve_page_events',''),(5114,910,'tve_revision_tve_globals',''),(5115,910,'tve_revision_tve_global_scripts',''),(5116,910,'tve_revision_thrive_icon_pack',''),(5117,910,'tve_revision_thrive_tcb_post_fonts',''),(5118,910,'tve_revision_tve_has_masonry',''),(5119,910,'tve_revision_tve_has_typefocus',''),(5120,910,'tve_revision_tve_updated_post',''),(5121,910,'tve_revision_tve_has_wistia_popover',''),(5122,910,'_elementor_edit_mode','builder'),(5123,910,'_elementor_template_type','wp-page'),(5124,910,'_elementor_version','3.7.1'),(5125,910,'_wp_page_template','default'),(5126,910,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5127,910,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5129,910,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5130,910,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5131,910,'_elementor_pro_version','3.7.3'),(5132,911,'tve_revision_tve_landing_page',''),(5133,911,'tve_revision_tve_disable_theme_dependency',''),(5134,911,'tve_revision_tve_content_before_more',''),(5135,911,'tve_revision_tve_content_more_found',''),(5136,911,'tve_revision_tve_save_post',''),(5137,911,'tve_revision_tve_custom_css',''),(5138,911,'tve_revision_tve_user_custom_css',''),(5139,911,'tve_revision_tve_page_events',''),(5140,911,'tve_revision_tve_globals',''),(5141,911,'tve_revision_tve_global_scripts',''),(5142,911,'tve_revision_thrive_icon_pack',''),(5143,911,'tve_revision_thrive_tcb_post_fonts',''),(5144,911,'tve_revision_tve_has_masonry',''),(5145,911,'tve_revision_tve_has_typefocus',''),(5146,911,'tve_revision_tve_updated_post',''),(5147,911,'tve_revision_tve_has_wistia_popover',''),(5148,911,'_elementor_edit_mode','builder'),(5149,911,'_elementor_template_type','wp-page'),(5150,911,'_elementor_version','3.7.1'),(5151,911,'_wp_page_template','default'),(5152,911,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5153,911,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wpjn_postmeta` VALUES (5155,911,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5156,911,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5157,911,'_elementor_pro_version','3.7.3'),(5158,912,'tve_revision_tve_landing_page',''),(5159,912,'tve_revision_tve_disable_theme_dependency',''),(5160,912,'tve_revision_tve_content_before_more',''),(5161,912,'tve_revision_tve_content_more_found',''),(5162,912,'tve_revision_tve_save_post',''),(5163,912,'tve_revision_tve_custom_css',''),(5164,912,'tve_revision_tve_user_custom_css',''),(5165,912,'tve_revision_tve_page_events',''),(5166,912,'tve_revision_tve_globals',''),(5167,912,'tve_revision_tve_global_scripts',''),(5168,912,'tve_revision_thrive_icon_pack',''),(5169,912,'tve_revision_thrive_tcb_post_fonts',''),(5170,912,'tve_revision_tve_has_masonry',''),(5171,912,'tve_revision_tve_has_typefocus',''),(5172,912,'tve_revision_tve_updated_post',''),(5173,912,'tve_revision_tve_has_wistia_popover',''),(5174,912,'_elementor_edit_mode','builder'),(5175,912,'_elementor_template_type','wp-page'),(5176,912,'_elementor_version','3.7.1'),(5177,912,'_wp_page_template','default'),(5178,912,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5179,912,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5181,912,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5182,912,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5183,912,'_elementor_pro_version','3.7.3'),(5184,913,'tve_revision_tve_landing_page',''),(5185,913,'tve_revision_tve_disable_theme_dependency',''),(5186,913,'tve_revision_tve_content_before_more',''),(5187,913,'tve_revision_tve_content_more_found',''),(5188,913,'tve_revision_tve_save_post',''),(5189,913,'tve_revision_tve_custom_css',''),(5190,913,'tve_revision_tve_user_custom_css',''),(5191,913,'tve_revision_tve_page_events',''),(5192,913,'tve_revision_tve_globals',''),(5193,913,'tve_revision_tve_global_scripts',''),(5194,913,'tve_revision_thrive_icon_pack',''),(5195,913,'tve_revision_thrive_tcb_post_fonts',''),(5196,913,'tve_revision_tve_has_masonry',''),(5197,913,'tve_revision_tve_has_typefocus',''),(5198,913,'tve_revision_tve_updated_post',''),(5199,913,'tve_revision_tve_has_wistia_popover',''),(5200,913,'_elementor_edit_mode','builder'),(5201,913,'_elementor_template_type','wp-page'),(5202,913,'_elementor_version','3.7.1'),(5203,913,'_wp_page_template','default'),(5204,913,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5205,913,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5207,913,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5208,913,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5209,913,'_elementor_pro_version','3.7.3'),(5210,914,'tve_revision_tve_landing_page',''),(5211,914,'tve_revision_tve_disable_theme_dependency',''),(5212,914,'tve_revision_tve_content_before_more',''),(5213,914,'tve_revision_tve_content_more_found',''),(5214,914,'tve_revision_tve_save_post',''),(5215,914,'tve_revision_tve_custom_css',''),(5216,914,'tve_revision_tve_user_custom_css',''),(5217,914,'tve_revision_tve_page_events',''),(5218,914,'tve_revision_tve_globals',''),(5219,914,'tve_revision_tve_global_scripts',''),(5220,914,'tve_revision_thrive_icon_pack',''),(5221,914,'tve_revision_thrive_tcb_post_fonts',''),(5222,914,'tve_revision_tve_has_masonry',''),(5223,914,'tve_revision_tve_has_typefocus',''),(5224,914,'tve_revision_tve_updated_post',''),(5225,914,'tve_revision_tve_has_wistia_popover',''),(5226,914,'_elementor_edit_mode','builder'),(5227,914,'_elementor_template_type','wp-page'),(5228,914,'_elementor_version','3.7.1'),(5229,914,'_wp_page_template','default'),(5230,914,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5231,914,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5233,914,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5234,914,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5235,914,'_elementor_pro_version','3.7.3'),(5236,915,'tve_revision_tve_landing_page',''),(5237,915,'tve_revision_tve_disable_theme_dependency',''),(5238,915,'tve_revision_tve_content_before_more',''),(5239,915,'tve_revision_tve_content_more_found',''),(5240,915,'tve_revision_tve_save_post',''),(5241,915,'tve_revision_tve_custom_css',''),(5242,915,'tve_revision_tve_user_custom_css',''),(5243,915,'tve_revision_tve_page_events',''),(5244,915,'tve_revision_tve_globals',''),(5245,915,'tve_revision_tve_global_scripts',''),(5246,915,'tve_revision_thrive_icon_pack',''),(5247,915,'tve_revision_thrive_tcb_post_fonts',''),(5248,915,'tve_revision_tve_has_masonry',''),(5249,915,'tve_revision_tve_has_typefocus',''),(5250,915,'tve_revision_tve_updated_post',''),(5251,915,'tve_revision_tve_has_wistia_popover',''),(5252,915,'_elementor_edit_mode','builder'),(5253,915,'_elementor_template_type','wp-page'),(5254,915,'_elementor_version','3.7.1'),(5255,915,'_wp_page_template','default'),(5256,915,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5257,915,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5259,915,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5260,915,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5261,915,'_elementor_pro_version','3.7.3'),(5262,916,'tve_revision_tve_landing_page',''),(5263,916,'tve_revision_tve_disable_theme_dependency',''),(5264,916,'tve_revision_tve_content_before_more',''),(5265,916,'tve_revision_tve_content_more_found',''),(5266,916,'tve_revision_tve_save_post',''),(5267,916,'tve_revision_tve_custom_css',''),(5268,916,'tve_revision_tve_user_custom_css',''),(5269,916,'tve_revision_tve_page_events',''),(5270,916,'tve_revision_tve_globals',''),(5271,916,'tve_revision_tve_global_scripts',''),(5272,916,'tve_revision_thrive_icon_pack',''),(5273,916,'tve_revision_thrive_tcb_post_fonts',''),(5274,916,'tve_revision_tve_has_masonry',''),(5275,916,'tve_revision_tve_has_typefocus',''),(5276,916,'tve_revision_tve_updated_post',''),(5277,916,'tve_revision_tve_has_wistia_popover',''),(5278,916,'_elementor_edit_mode','builder'),(5279,916,'_elementor_template_type','wp-page'),(5280,916,'_elementor_version','3.7.1'),(5281,916,'_wp_page_template','default'),(5282,916,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5283,916,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5285,916,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5286,916,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5287,916,'_elementor_pro_version','3.7.3'),(5288,917,'tve_revision_tve_landing_page',''),(5289,917,'tve_revision_tve_disable_theme_dependency',''),(5290,917,'tve_revision_tve_content_before_more',''),(5291,917,'tve_revision_tve_content_more_found',''),(5292,917,'tve_revision_tve_save_post',''),(5293,917,'tve_revision_tve_custom_css',''),(5294,917,'tve_revision_tve_user_custom_css',''),(5295,917,'tve_revision_tve_page_events',''),(5296,917,'tve_revision_tve_globals',''),(5297,917,'tve_revision_tve_global_scripts',''),(5298,917,'tve_revision_thrive_icon_pack',''),(5299,917,'tve_revision_thrive_tcb_post_fonts',''),(5300,917,'tve_revision_tve_has_masonry',''),(5301,917,'tve_revision_tve_has_typefocus',''),(5302,917,'tve_revision_tve_updated_post',''),(5303,917,'tve_revision_tve_has_wistia_popover',''),(5304,917,'_elementor_edit_mode','builder'),(5305,917,'_elementor_template_type','wp-page'),(5306,917,'_elementor_version','3.7.1'),(5307,917,'_wp_page_template','default'),(5308,917,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5309,917,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5311,917,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5312,917,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5313,917,'_elementor_pro_version','3.7.3'),(5314,918,'tve_revision_tve_landing_page',''),(5315,918,'tve_revision_tve_disable_theme_dependency',''),(5316,918,'tve_revision_tve_content_before_more',''),(5317,918,'tve_revision_tve_content_more_found',''),(5318,918,'tve_revision_tve_save_post',''),(5319,918,'tve_revision_tve_custom_css',''),(5320,918,'tve_revision_tve_user_custom_css',''),(5321,918,'tve_revision_tve_page_events',''),(5322,918,'tve_revision_tve_globals',''),(5323,918,'tve_revision_tve_global_scripts',''),(5324,918,'tve_revision_thrive_icon_pack',''),(5325,918,'tve_revision_thrive_tcb_post_fonts',''),(5326,918,'tve_revision_tve_has_masonry',''),(5327,918,'tve_revision_tve_has_typefocus',''),(5328,918,'tve_revision_tve_updated_post',''),(5329,918,'tve_revision_tve_has_wistia_popover',''),(5330,918,'_elementor_edit_mode','builder'),(5331,918,'_elementor_template_type','wp-page'),(5332,918,'_elementor_version','3.7.1'),(5333,918,'_wp_page_template','default'),(5334,918,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5335,918,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5337,918,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5338,918,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5339,918,'_elementor_pro_version','3.7.3'),(5340,919,'tve_revision_tve_landing_page',''),(5341,919,'tve_revision_tve_disable_theme_dependency',''),(5342,919,'tve_revision_tve_content_before_more',''),(5343,919,'tve_revision_tve_content_more_found',''),(5344,919,'tve_revision_tve_save_post',''),(5345,919,'tve_revision_tve_custom_css',''),(5346,919,'tve_revision_tve_user_custom_css',''),(5347,919,'tve_revision_tve_page_events',''),(5348,919,'tve_revision_tve_globals',''),(5349,919,'tve_revision_tve_global_scripts',''),(5350,919,'tve_revision_thrive_icon_pack',''),(5351,919,'tve_revision_thrive_tcb_post_fonts',''),(5352,919,'tve_revision_tve_has_masonry',''),(5353,919,'tve_revision_tve_has_typefocus',''),(5354,919,'tve_revision_tve_updated_post',''),(5355,919,'tve_revision_tve_has_wistia_popover',''),(5356,919,'_elementor_edit_mode','builder'),(5357,919,'_elementor_template_type','wp-page'),(5358,919,'_elementor_version','3.7.1'),(5359,919,'_wp_page_template','default'),(5360,919,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5361,919,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5363,919,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5364,919,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5365,919,'_elementor_pro_version','3.7.3'),(5366,920,'tve_revision_tve_landing_page',''),(5367,920,'tve_revision_tve_disable_theme_dependency',''),(5368,920,'tve_revision_tve_content_before_more',''),(5369,920,'tve_revision_tve_content_more_found',''),(5370,920,'tve_revision_tve_save_post',''),(5371,920,'tve_revision_tve_custom_css',''),(5372,920,'tve_revision_tve_user_custom_css',''),(5373,920,'tve_revision_tve_page_events',''),(5374,920,'tve_revision_tve_globals',''),(5375,920,'tve_revision_tve_global_scripts',''),(5376,920,'tve_revision_thrive_icon_pack',''),(5377,920,'tve_revision_thrive_tcb_post_fonts',''),(5378,920,'tve_revision_tve_has_masonry',''),(5379,920,'tve_revision_tve_has_typefocus',''),(5380,920,'tve_revision_tve_updated_post',''),(5381,920,'tve_revision_tve_has_wistia_popover',''),(5382,920,'_elementor_edit_mode','builder'),(5383,920,'_elementor_template_type','wp-page'),(5384,920,'_elementor_version','3.7.1'),(5385,920,'_wp_page_template','default'),(5386,920,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5387,920,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5389,920,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5390,920,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5391,920,'_elementor_pro_version','3.7.3'),(5395,923,'_wp_attached_file','2022/08/placeholder-611.png'),(5396,923,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/08/placeholder-611.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-611-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2008;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-611-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-611-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-611-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5345;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:27:\"placeholder-611-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:894;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5397,923,'_elementor_source_image_hash','6cb5c8b312d998c0221ebff9068e5d55747cbdbd'),(5398,924,'_wp_attached_file','2022/08/placeholder-612.png'),(5399,924,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2022/08/placeholder-612.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-612-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2008;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-612-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-612-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-612-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5345;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:27:\"placeholder-612-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:894;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5400,924,'_elementor_source_image_hash','90777928e883013eb00a2eaf96d7f5fd9798fb66'),(5401,925,'_wp_attached_file','2022/08/Call_to_Actions1.png'),(5402,925,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:545;s:6:\"height\";i:536;s:4:\"file\";s:28:\"2022/08/Call_to_Actions1.png\";s:8:\"filesize\";i:35993;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Call_to_Actions1-300x295.png\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Call_to_Actions1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29211;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:28:\"Call_to_Actions1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16406;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5403,925,'_elementor_source_image_hash','2e1c969d8e6096c6ea181c1ad8454cf6df905870'),(5404,926,'tve_revision_tve_landing_page',''),(5405,926,'tve_revision_tve_disable_theme_dependency',''),(5406,926,'tve_revision_tve_content_before_more',''),(5407,926,'tve_revision_tve_content_more_found',''),(5408,926,'tve_revision_tve_save_post',''),(5409,926,'tve_revision_tve_custom_css',''),(5410,926,'tve_revision_tve_user_custom_css',''),(5411,926,'tve_revision_tve_page_events',''),(5412,926,'tve_revision_tve_globals',''),(5413,926,'tve_revision_tve_global_scripts',''),(5414,926,'tve_revision_thrive_icon_pack',''),(5415,926,'tve_revision_thrive_tcb_post_fonts',''),(5416,926,'tve_revision_tve_has_masonry',''),(5417,926,'tve_revision_tve_has_typefocus',''),(5418,926,'tve_revision_tve_updated_post',''),(5419,926,'tve_revision_tve_has_wistia_popover',''),(5420,926,'_elementor_edit_mode','builder'),(5421,926,'_elementor_template_type','wp-page'),(5422,926,'_elementor_version','3.7.1'),(5423,926,'_wp_page_template','default'),(5424,926,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5425,926,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5427,926,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5428,926,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5429,926,'_elementor_pro_version','3.7.3'),(5431,927,'tve_revision_tve_landing_page',''),(5432,927,'tve_revision_tve_disable_theme_dependency',''),(5433,927,'tve_revision_tve_content_before_more',''),(5434,927,'tve_revision_tve_content_more_found',''),(5435,927,'tve_revision_tve_save_post',''),(5436,927,'tve_revision_tve_custom_css',''),(5437,927,'tve_revision_tve_user_custom_css',''),(5438,927,'tve_revision_tve_page_events',''),(5439,927,'tve_revision_tve_globals',''),(5440,927,'tve_revision_tve_global_scripts',''),(5441,927,'tve_revision_thrive_icon_pack',''),(5442,927,'tve_revision_thrive_tcb_post_fonts',''),(5443,927,'tve_revision_tve_has_masonry',''),(5444,927,'tve_revision_tve_has_typefocus',''),(5445,927,'tve_revision_tve_updated_post',''),(5446,927,'tve_revision_tve_has_wistia_popover',''),(5447,927,'_elementor_edit_mode','builder'),(5448,927,'_elementor_template_type','wp-page'),(5449,927,'_elementor_version','3.7.1'),(5450,927,'_wp_page_template','default'),(5451,927,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5452,927,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5454,927,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5455,927,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5456,927,'_elementor_pro_version','3.7.3'),(5458,928,'tve_revision_tve_landing_page',''),(5459,928,'tve_revision_tve_disable_theme_dependency',''),(5460,928,'tve_revision_tve_content_before_more',''),(5461,928,'tve_revision_tve_content_more_found',''),(5462,928,'tve_revision_tve_save_post',''),(5463,928,'tve_revision_tve_custom_css',''),(5464,928,'tve_revision_tve_user_custom_css',''),(5465,928,'tve_revision_tve_page_events',''),(5466,928,'tve_revision_tve_globals',''),(5467,928,'tve_revision_tve_global_scripts',''),(5468,928,'tve_revision_thrive_icon_pack',''),(5469,928,'tve_revision_thrive_tcb_post_fonts',''),(5470,928,'tve_revision_tve_has_masonry',''),(5471,928,'tve_revision_tve_has_typefocus',''),(5472,928,'tve_revision_tve_updated_post',''),(5473,928,'tve_revision_tve_has_wistia_popover',''),(5474,928,'_elementor_edit_mode','builder'),(5475,928,'_elementor_template_type','wp-page'),(5476,928,'_elementor_version','3.7.1'),(5477,928,'_wp_page_template','default'),(5478,928,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5479,928,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5481,928,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5482,928,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5483,928,'_elementor_pro_version','3.7.3'),(5485,929,'tve_revision_tve_landing_page',''),(5486,929,'tve_revision_tve_disable_theme_dependency',''),(5487,929,'tve_revision_tve_content_before_more',''),(5488,929,'tve_revision_tve_content_more_found',''),(5489,929,'tve_revision_tve_save_post',''),(5490,929,'tve_revision_tve_custom_css',''),(5491,929,'tve_revision_tve_user_custom_css',''),(5492,929,'tve_revision_tve_page_events',''),(5493,929,'tve_revision_tve_globals',''),(5494,929,'tve_revision_tve_global_scripts',''),(5495,929,'tve_revision_thrive_icon_pack',''),(5496,929,'tve_revision_thrive_tcb_post_fonts',''),(5497,929,'tve_revision_tve_has_masonry',''),(5498,929,'tve_revision_tve_has_typefocus',''),(5499,929,'tve_revision_tve_updated_post',''),(5500,929,'tve_revision_tve_has_wistia_popover',''),(5501,929,'_elementor_edit_mode','builder'),(5502,929,'_elementor_template_type','wp-page'),(5503,929,'_elementor_version','3.7.1'),(5504,929,'_wp_page_template','default'),(5505,929,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5506,929,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5508,929,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5509,929,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5510,929,'_elementor_pro_version','3.7.3'),(5511,930,'tve_revision_tve_landing_page',''),(5512,930,'tve_revision_tve_disable_theme_dependency',''),(5513,930,'tve_revision_tve_content_before_more',''),(5514,930,'tve_revision_tve_content_more_found',''),(5515,930,'tve_revision_tve_save_post',''),(5516,930,'tve_revision_tve_custom_css',''),(5517,930,'tve_revision_tve_user_custom_css',''),(5518,930,'tve_revision_tve_page_events',''),(5519,930,'tve_revision_tve_globals',''),(5520,930,'tve_revision_tve_global_scripts',''),(5521,930,'tve_revision_thrive_icon_pack',''),(5522,930,'tve_revision_thrive_tcb_post_fonts',''),(5523,930,'tve_revision_tve_has_masonry',''),(5524,930,'tve_revision_tve_has_typefocus',''),(5525,930,'tve_revision_tve_updated_post',''),(5526,930,'tve_revision_tve_has_wistia_popover',''),(5527,930,'_elementor_edit_mode','builder'),(5528,930,'_elementor_template_type','wp-page'),(5529,930,'_elementor_version','3.7.1'),(5530,930,'_wp_page_template','default'),(5531,930,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c43849f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"4e0192d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Traffic Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5532,930,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5534,930,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5535,930,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5536,930,'_elementor_pro_version','3.7.3'),(5537,931,'tve_revision_tve_landing_page',''),(5538,931,'tve_revision_tve_disable_theme_dependency',''),(5539,931,'tve_revision_tve_content_before_more',''),(5540,931,'tve_revision_tve_content_more_found',''),(5541,931,'tve_revision_tve_save_post',''),(5542,931,'tve_revision_tve_custom_css',''),(5543,931,'tve_revision_tve_user_custom_css',''),(5544,931,'tve_revision_tve_page_events',''),(5545,931,'tve_revision_tve_globals',''),(5546,931,'tve_revision_tve_global_scripts',''),(5547,931,'tve_revision_thrive_icon_pack',''),(5548,931,'tve_revision_thrive_tcb_post_fonts',''),(5549,931,'tve_revision_tve_has_masonry',''),(5550,931,'tve_revision_tve_has_typefocus',''),(5551,931,'tve_revision_tve_updated_post',''),(5552,931,'tve_revision_tve_has_wistia_popover',''),(5553,931,'_elementor_edit_mode','builder'),(5554,931,'_elementor_template_type','wp-page'),(5555,931,'_elementor_version','3.7.1'),(5556,931,'_wp_page_template','default'),(5557,931,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Over 90% of your visitors move to another tab while browsing<br \\/>through your web page, service or product\\\".<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5558,931,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5560,931,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5561,931,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5562,931,'_elementor_pro_version','3.7.3'),(5563,932,'tve_revision_tve_landing_page',''),(5564,932,'tve_revision_tve_disable_theme_dependency',''),(5565,932,'tve_revision_tve_content_before_more',''),(5566,932,'tve_revision_tve_content_more_found',''),(5567,932,'tve_revision_tve_save_post',''),(5568,932,'tve_revision_tve_custom_css',''),(5569,932,'tve_revision_tve_user_custom_css',''),(5570,932,'tve_revision_tve_page_events',''),(5571,932,'tve_revision_tve_globals',''),(5572,932,'tve_revision_tve_global_scripts',''),(5573,932,'tve_revision_thrive_icon_pack',''),(5574,932,'tve_revision_thrive_tcb_post_fonts',''),(5575,932,'tve_revision_tve_has_masonry',''),(5576,932,'tve_revision_tve_has_typefocus',''),(5577,932,'tve_revision_tve_updated_post',''),(5578,932,'tve_revision_tve_has_wistia_popover',''),(5579,932,'_elementor_edit_mode','builder'),(5580,932,'_elementor_template_type','wp-page'),(5581,932,'_elementor_version','3.7.1'),(5582,932,'_wp_page_template','default'),(5583,932,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Over 90% of your visitors move to another tab while browsing<br \\/>through your web page, service or product\\\".<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5584,932,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5586,932,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5587,932,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5588,932,'_elementor_pro_version','3.7.3'),(5589,933,'tve_revision_tve_landing_page',''),(5590,933,'tve_revision_tve_disable_theme_dependency',''),(5591,933,'tve_revision_tve_content_before_more',''),(5592,933,'tve_revision_tve_content_more_found',''),(5593,933,'tve_revision_tve_save_post',''),(5594,933,'tve_revision_tve_custom_css',''),(5595,933,'tve_revision_tve_user_custom_css',''),(5596,933,'tve_revision_tve_page_events',''),(5597,933,'tve_revision_tve_globals',''),(5598,933,'tve_revision_tve_global_scripts',''),(5599,933,'tve_revision_thrive_icon_pack',''),(5600,933,'tve_revision_thrive_tcb_post_fonts',''),(5601,933,'tve_revision_tve_has_masonry',''),(5602,933,'tve_revision_tve_has_typefocus',''),(5603,933,'tve_revision_tve_updated_post',''),(5604,933,'tve_revision_tve_has_wistia_popover',''),(5605,933,'_elementor_edit_mode','builder'),(5606,933,'_elementor_template_type','wp-page'),(5607,933,'_elementor_version','3.7.1'),(5608,933,'_wp_page_template','default'),(5609,933,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Over 90% of your visitors move to another tab while browsing<br \\/>through your web page, service or product\\\".<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5610,933,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5612,933,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5613,933,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5614,933,'_elementor_pro_version','3.7.3'),(5615,934,'tve_revision_tve_landing_page',''),(5616,934,'tve_revision_tve_disable_theme_dependency',''),(5617,934,'tve_revision_tve_content_before_more',''),(5618,934,'tve_revision_tve_content_more_found',''),(5619,934,'tve_revision_tve_save_post',''),(5620,934,'tve_revision_tve_custom_css',''),(5621,934,'tve_revision_tve_user_custom_css',''),(5622,934,'tve_revision_tve_page_events',''),(5623,934,'tve_revision_tve_globals',''),(5624,934,'tve_revision_tve_global_scripts',''),(5625,934,'tve_revision_thrive_icon_pack',''),(5626,934,'tve_revision_thrive_tcb_post_fonts',''),(5627,934,'tve_revision_tve_has_masonry',''),(5628,934,'tve_revision_tve_has_typefocus',''),(5629,934,'tve_revision_tve_updated_post',''),(5630,934,'tve_revision_tve_has_wistia_popover',''),(5631,934,'_elementor_edit_mode','builder'),(5632,934,'_elementor_template_type','wp-page'),(5633,934,'_elementor_version','3.7.1'),(5634,934,'_wp_page_template','default'),(5635,934,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with using Tab Engagement Solution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5636,934,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5638,934,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5639,934,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5640,934,'_elementor_pro_version','3.7.3'),(5641,935,'tve_revision_tve_landing_page',''),(5642,935,'tve_revision_tve_disable_theme_dependency',''),(5643,935,'tve_revision_tve_content_before_more',''),(5644,935,'tve_revision_tve_content_more_found',''),(5645,935,'tve_revision_tve_save_post',''),(5646,935,'tve_revision_tve_custom_css',''),(5647,935,'tve_revision_tve_user_custom_css',''),(5648,935,'tve_revision_tve_page_events',''),(5649,935,'tve_revision_tve_globals',''),(5650,935,'tve_revision_tve_global_scripts',''),(5651,935,'tve_revision_thrive_icon_pack',''),(5652,935,'tve_revision_thrive_tcb_post_fonts',''),(5653,935,'tve_revision_tve_has_masonry',''),(5654,935,'tve_revision_tve_has_typefocus',''),(5655,935,'tve_revision_tve_updated_post',''),(5656,935,'tve_revision_tve_has_wistia_popover',''),(5657,935,'_elementor_edit_mode','builder'),(5658,935,'_elementor_template_type','wp-page'),(5659,935,'_elementor_version','3.7.1'),(5660,935,'_wp_page_template','default'),(5661,935,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with using Tab Engagement Solution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5662,935,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5664,935,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5665,935,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5666,935,'_elementor_pro_version','3.7.3'),(5667,936,'tve_revision_tve_landing_page',''),(5668,936,'tve_revision_tve_disable_theme_dependency',''),(5669,936,'tve_revision_tve_content_before_more',''),(5670,936,'tve_revision_tve_content_more_found',''),(5671,936,'tve_revision_tve_save_post',''),(5672,936,'tve_revision_tve_custom_css',''),(5673,936,'tve_revision_tve_user_custom_css',''),(5674,936,'tve_revision_tve_page_events',''),(5675,936,'tve_revision_tve_globals',''),(5676,936,'tve_revision_tve_global_scripts',''),(5677,936,'tve_revision_thrive_icon_pack',''),(5678,936,'tve_revision_thrive_tcb_post_fonts',''),(5679,936,'tve_revision_tve_has_masonry',''),(5680,936,'tve_revision_tve_has_typefocus',''),(5681,936,'tve_revision_tve_updated_post',''),(5682,936,'tve_revision_tve_has_wistia_popover',''),(5683,936,'_elementor_edit_mode','builder'),(5684,936,'_elementor_template_type','wp-page'),(5685,936,'_elementor_version','3.7.1'),(5686,936,'_wp_page_template','default'),(5687,936,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with using Tab Engagement Solution.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5688,936,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5690,936,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5691,936,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5692,936,'_elementor_pro_version','3.7.3'),(5693,937,'tve_revision_tve_landing_page',''),(5694,937,'tve_revision_tve_disable_theme_dependency',''),(5695,937,'tve_revision_tve_content_before_more',''),(5696,937,'tve_revision_tve_content_more_found',''),(5697,937,'tve_revision_tve_save_post',''),(5698,937,'tve_revision_tve_custom_css',''),(5699,937,'tve_revision_tve_user_custom_css',''),(5700,937,'tve_revision_tve_page_events',''),(5701,937,'tve_revision_tve_globals',''),(5702,937,'tve_revision_tve_global_scripts',''),(5703,937,'tve_revision_thrive_icon_pack',''),(5704,937,'tve_revision_thrive_tcb_post_fonts',''),(5705,937,'tve_revision_tve_has_masonry',''),(5706,937,'tve_revision_tve_has_typefocus',''),(5707,937,'tve_revision_tve_updated_post',''),(5708,937,'tve_revision_tve_has_wistia_popover',''),(5709,937,'_elementor_edit_mode','builder'),(5710,937,'_elementor_template_type','wp-page'),(5711,937,'_elementor_version','3.7.1'),(5712,937,'_wp_page_template','default'),(5713,937,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5714,937,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5716,937,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5717,937,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5718,937,'_elementor_pro_version','3.7.3'),(5719,938,'tve_revision_tve_landing_page',''),(5720,938,'tve_revision_tve_disable_theme_dependency',''),(5721,938,'tve_revision_tve_content_before_more',''),(5722,938,'tve_revision_tve_content_more_found',''),(5723,938,'tve_revision_tve_save_post',''),(5724,938,'tve_revision_tve_custom_css',''),(5725,938,'tve_revision_tve_user_custom_css',''),(5726,938,'tve_revision_tve_page_events',''),(5727,938,'tve_revision_tve_globals',''),(5728,938,'tve_revision_tve_global_scripts',''),(5729,938,'tve_revision_thrive_icon_pack',''),(5730,938,'tve_revision_thrive_tcb_post_fonts',''),(5731,938,'tve_revision_tve_has_masonry',''),(5732,938,'tve_revision_tve_has_typefocus',''),(5733,938,'tve_revision_tve_updated_post',''),(5734,938,'tve_revision_tve_has_wistia_popover',''),(5735,938,'_elementor_edit_mode','builder'),(5736,938,'_elementor_template_type','wp-page'),(5737,938,'_elementor_version','3.7.1'),(5738,938,'_wp_page_template','default'),(5739,938,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5740,938,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5742,938,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5743,938,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5744,938,'_elementor_pro_version','3.7.3'),(5745,939,'tve_revision_tve_landing_page',''),(5746,939,'tve_revision_tve_disable_theme_dependency',''),(5747,939,'tve_revision_tve_content_before_more',''),(5748,939,'tve_revision_tve_content_more_found',''),(5749,939,'tve_revision_tve_save_post',''),(5750,939,'tve_revision_tve_custom_css',''),(5751,939,'tve_revision_tve_user_custom_css',''),(5752,939,'tve_revision_tve_page_events',''),(5753,939,'tve_revision_tve_globals',''),(5754,939,'tve_revision_tve_global_scripts',''),(5755,939,'tve_revision_thrive_icon_pack',''),(5756,939,'tve_revision_thrive_tcb_post_fonts',''),(5757,939,'tve_revision_tve_has_masonry',''),(5758,939,'tve_revision_tve_has_typefocus',''),(5759,939,'tve_revision_tve_updated_post',''),(5760,939,'tve_revision_tve_has_wistia_popover',''),(5761,939,'_elementor_edit_mode','builder'),(5762,939,'_elementor_template_type','wp-page'),(5763,939,'_elementor_version','3.7.1'),(5764,939,'_wp_page_template','default'),(5765,939,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"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\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5766,939,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5768,939,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5769,939,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5770,939,'_elementor_pro_version','3.7.3'),(5771,940,'tve_revision_tve_landing_page',''),(5772,940,'tve_revision_tve_disable_theme_dependency',''),(5773,940,'tve_revision_tve_content_before_more',''),(5774,940,'tve_revision_tve_content_more_found',''),(5775,940,'tve_revision_tve_save_post',''),(5776,940,'tve_revision_tve_custom_css',''),(5777,940,'tve_revision_tve_user_custom_css',''),(5778,940,'tve_revision_tve_page_events',''),(5779,940,'tve_revision_tve_globals',''),(5780,940,'tve_revision_tve_global_scripts',''),(5781,940,'tve_revision_thrive_icon_pack',''),(5782,940,'tve_revision_thrive_tcb_post_fonts',''),(5783,940,'tve_revision_tve_has_masonry',''),(5784,940,'tve_revision_tve_has_typefocus',''),(5785,940,'tve_revision_tve_updated_post',''),(5786,940,'tve_revision_tve_has_wistia_popover',''),(5787,940,'_elementor_edit_mode','builder'),(5788,940,'_elementor_template_type','wp-page'),(5789,940,'_elementor_version','3.7.1'),(5790,940,'_wp_page_template','default'),(5791,940,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5792,940,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5794,940,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5795,940,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5796,940,'_elementor_pro_version','3.7.3'),(5855,942,'tve_revision_tve_landing_page',''),(5856,942,'tve_revision_tve_disable_theme_dependency',''),(5857,942,'tve_revision_tve_content_before_more',''),(5858,942,'tve_revision_tve_content_more_found',''),(5859,942,'tve_revision_tve_save_post',''),(5860,942,'tve_revision_tve_custom_css',''),(5861,942,'tve_revision_tve_user_custom_css',''),(5862,942,'tve_revision_tve_page_events',''),(5863,942,'tve_revision_tve_globals',''),(5864,942,'tve_revision_tve_global_scripts',''),(5865,942,'tve_revision_thrive_icon_pack',''),(5866,942,'tve_revision_thrive_tcb_post_fonts',''),(5867,942,'tve_revision_tve_has_masonry',''),(5868,942,'tve_revision_tve_has_typefocus',''),(5869,942,'tve_revision_tve_updated_post',''),(5870,942,'tve_revision_tve_has_wistia_popover',''),(5871,942,'_elementor_edit_mode','builder'),(5872,942,'_elementor_template_type','wp-page'),(5873,942,'_elementor_version','3.7.1'),(5874,942,'_wp_page_template','default'),(5875,942,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5876,942,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5878,942,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5879,942,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5880,942,'_elementor_pro_version','3.7.3'),(5881,943,'tve_revision_tve_landing_page',''),(5882,943,'tve_revision_tve_disable_theme_dependency',''),(5883,943,'tve_revision_tve_content_before_more',''),(5884,943,'tve_revision_tve_content_more_found',''),(5885,943,'tve_revision_tve_save_post',''),(5886,943,'tve_revision_tve_custom_css',''),(5887,943,'tve_revision_tve_user_custom_css',''),(5888,943,'tve_revision_tve_page_events',''),(5889,943,'tve_revision_tve_globals',''),(5890,943,'tve_revision_tve_global_scripts',''),(5891,943,'tve_revision_thrive_icon_pack',''),(5892,943,'tve_revision_thrive_tcb_post_fonts',''),(5893,943,'tve_revision_tve_has_masonry',''),(5894,943,'tve_revision_tve_has_typefocus',''),(5895,943,'tve_revision_tve_updated_post',''),(5896,943,'tve_revision_tve_has_wistia_popover',''),(5897,943,'_elementor_edit_mode','builder'),(5898,943,'_elementor_template_type','wp-page'),(5899,943,'_elementor_version','3.7.1'),(5900,943,'_wp_page_template','default'),(5901,943,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5902,943,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5904,943,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5905,943,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5906,943,'_elementor_pro_version','3.7.3'),(5907,944,'tve_revision_tve_landing_page',''),(5908,944,'tve_revision_tve_disable_theme_dependency',''),(5909,944,'tve_revision_tve_content_before_more',''),(5910,944,'tve_revision_tve_content_more_found',''),(5911,944,'tve_revision_tve_save_post',''),(5912,944,'tve_revision_tve_custom_css',''),(5913,944,'tve_revision_tve_user_custom_css',''),(5914,944,'tve_revision_tve_page_events',''),(5915,944,'tve_revision_tve_globals',''),(5916,944,'tve_revision_tve_global_scripts',''),(5917,944,'tve_revision_thrive_icon_pack',''),(5918,944,'tve_revision_thrive_tcb_post_fonts',''),(5919,944,'tve_revision_tve_has_masonry',''),(5920,944,'tve_revision_tve_has_typefocus',''),(5921,944,'tve_revision_tve_updated_post',''),(5922,944,'tve_revision_tve_has_wistia_popover',''),(5923,944,'_elementor_edit_mode','builder'),(5924,944,'_elementor_template_type','wp-page'),(5925,944,'_elementor_version','3.7.1'),(5926,944,'_wp_page_template','default'),(5927,944,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5928,944,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5930,944,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5931,944,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5932,944,'_elementor_pro_version','3.7.3'),(5933,945,'tve_revision_tve_landing_page',''),(5934,945,'tve_revision_tve_disable_theme_dependency',''),(5935,945,'tve_revision_tve_content_before_more',''),(5936,945,'tve_revision_tve_content_more_found',''),(5937,945,'tve_revision_tve_save_post',''),(5938,945,'tve_revision_tve_custom_css',''),(5939,945,'tve_revision_tve_user_custom_css',''),(5940,945,'tve_revision_tve_page_events',''),(5941,945,'tve_revision_tve_globals',''),(5942,945,'tve_revision_tve_global_scripts',''),(5943,945,'tve_revision_thrive_icon_pack',''),(5944,945,'tve_revision_thrive_tcb_post_fonts',''),(5945,945,'tve_revision_tve_has_masonry',''),(5946,945,'tve_revision_tve_has_typefocus',''),(5947,945,'tve_revision_tve_updated_post',''),(5948,945,'tve_revision_tve_has_wistia_popover',''),(5949,945,'_elementor_edit_mode','builder'),(5950,945,'_elementor_template_type','wp-page'),(5951,945,'_elementor_version','3.7.1'),(5952,945,'_wp_page_template','default'),(5953,945,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5954,945,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5956,945,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5957,945,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5958,945,'_elementor_pro_version','3.7.3'),(5959,946,'tve_revision_tve_landing_page',''),(5960,946,'tve_revision_tve_disable_theme_dependency',''),(5961,946,'tve_revision_tve_content_before_more',''),(5962,946,'tve_revision_tve_content_more_found',''),(5963,946,'tve_revision_tve_save_post',''),(5964,946,'tve_revision_tve_custom_css',''),(5965,946,'tve_revision_tve_user_custom_css',''),(5966,946,'tve_revision_tve_page_events',''),(5967,946,'tve_revision_tve_globals',''),(5968,946,'tve_revision_tve_global_scripts',''),(5969,946,'tve_revision_thrive_icon_pack',''),(5970,946,'tve_revision_thrive_tcb_post_fonts',''),(5971,946,'tve_revision_tve_has_masonry',''),(5972,946,'tve_revision_tve_has_typefocus',''),(5973,946,'tve_revision_tve_updated_post',''),(5974,946,'tve_revision_tve_has_wistia_popover',''),(5975,946,'_elementor_edit_mode','builder'),(5976,946,'_elementor_template_type','wp-page'),(5977,946,'_elementor_version','3.7.1'),(5978,946,'_wp_page_template','default'),(5979,946,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5980,946,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5982,946,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5983,946,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(5984,946,'_elementor_pro_version','3.7.3'),(5985,947,'tve_revision_tve_landing_page',''),(5986,947,'tve_revision_tve_disable_theme_dependency',''),(5987,947,'tve_revision_tve_content_before_more',''),(5988,947,'tve_revision_tve_content_more_found',''),(5989,947,'tve_revision_tve_save_post',''),(5990,947,'tve_revision_tve_custom_css',''),(5991,947,'tve_revision_tve_user_custom_css',''),(5992,947,'tve_revision_tve_page_events',''),(5993,947,'tve_revision_tve_globals',''),(5994,947,'tve_revision_tve_global_scripts',''),(5995,947,'tve_revision_thrive_icon_pack',''),(5996,947,'tve_revision_thrive_tcb_post_fonts',''),(5997,947,'tve_revision_tve_has_masonry',''),(5998,947,'tve_revision_tve_has_typefocus',''),(5999,947,'tve_revision_tve_updated_post',''),(6000,947,'tve_revision_tve_has_wistia_popover',''),(6001,947,'_elementor_edit_mode','builder'),(6002,947,'_elementor_template_type','wp-page'),(6003,947,'_elementor_version','3.7.1'),(6004,947,'_wp_page_template','default'),(6005,947,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6006,947,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6008,947,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6009,947,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6010,947,'_elementor_pro_version','3.7.3'),(6012,948,'tve_revision_tve_landing_page',''),(6013,948,'tve_revision_tve_disable_theme_dependency',''),(6014,948,'tve_revision_tve_content_before_more',''),(6015,948,'tve_revision_tve_content_more_found',''),(6016,948,'tve_revision_tve_save_post',''),(6017,948,'tve_revision_tve_custom_css',''),(6018,948,'tve_revision_tve_user_custom_css',''),(6019,948,'tve_revision_tve_page_events',''),(6020,948,'tve_revision_tve_globals',''),(6021,948,'tve_revision_tve_global_scripts',''),(6022,948,'tve_revision_thrive_icon_pack',''),(6023,948,'tve_revision_thrive_tcb_post_fonts',''),(6024,948,'tve_revision_tve_has_masonry',''),(6025,948,'tve_revision_tve_has_typefocus',''),(6026,948,'tve_revision_tve_updated_post',''),(6027,948,'tve_revision_tve_has_wistia_popover',''),(6028,948,'_elementor_edit_mode','builder'),(6029,948,'_elementor_template_type','wp-page'),(6030,948,'_elementor_version','3.7.1'),(6031,948,'_wp_page_template','default'),(6032,948,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6033,948,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wpjn_postmeta` VALUES (6035,948,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6036,948,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6037,948,'_elementor_pro_version','3.7.3'),(6039,949,'tve_revision_tve_landing_page',''),(6040,949,'tve_revision_tve_disable_theme_dependency',''),(6041,949,'tve_revision_tve_content_before_more',''),(6042,949,'tve_revision_tve_content_more_found',''),(6043,949,'tve_revision_tve_save_post',''),(6044,949,'tve_revision_tve_custom_css',''),(6045,949,'tve_revision_tve_user_custom_css',''),(6046,949,'tve_revision_tve_page_events',''),(6047,949,'tve_revision_tve_globals',''),(6048,949,'tve_revision_tve_global_scripts',''),(6049,949,'tve_revision_thrive_icon_pack',''),(6050,949,'tve_revision_thrive_tcb_post_fonts',''),(6051,949,'tve_revision_tve_has_masonry',''),(6052,949,'tve_revision_tve_has_typefocus',''),(6053,949,'tve_revision_tve_updated_post',''),(6054,949,'tve_revision_tve_has_wistia_popover',''),(6055,949,'_elementor_edit_mode','builder'),(6056,949,'_elementor_template_type','wp-page'),(6057,949,'_elementor_version','3.7.1'),(6058,949,'_wp_page_template','default'),(6059,949,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness Is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6060,949,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6062,949,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6063,949,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6064,949,'_elementor_pro_version','3.7.3'),(6066,950,'tve_revision_tve_landing_page',''),(6067,950,'tve_revision_tve_disable_theme_dependency',''),(6068,950,'tve_revision_tve_content_before_more',''),(6069,950,'tve_revision_tve_content_more_found',''),(6070,950,'tve_revision_tve_save_post',''),(6071,950,'tve_revision_tve_custom_css',''),(6072,950,'tve_revision_tve_user_custom_css',''),(6073,950,'tve_revision_tve_page_events',''),(6074,950,'tve_revision_tve_globals',''),(6075,950,'tve_revision_tve_global_scripts',''),(6076,950,'tve_revision_thrive_icon_pack',''),(6077,950,'tve_revision_thrive_tcb_post_fonts',''),(6078,950,'tve_revision_tve_has_masonry',''),(6079,950,'tve_revision_tve_has_typefocus',''),(6080,950,'tve_revision_tve_updated_post',''),(6081,950,'tve_revision_tve_has_wistia_popover',''),(6082,950,'_elementor_edit_mode','builder'),(6083,950,'_elementor_template_type','wp-page'),(6084,950,'_elementor_version','3.7.1'),(6085,950,'_wp_page_template','default'),(6086,950,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6087,950,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6089,950,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6090,950,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6091,950,'_elementor_pro_version','3.7.3'),(6098,951,'_wp_attached_file','2022/08/domain-registration.png'),(6099,951,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:31:\"2022/08/domain-registration.png\";s:8:\"filesize\";i:3768;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"domain-registration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3269;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:31:\"domain-registration-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6100,951,'_elementor_source_image_hash','8889be536d7118702cf5a8b42f55ee7270527457'),(6101,952,'_wp_attached_file','2022/08/viral-marketing.png'),(6102,952,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:27:\"2022/08/viral-marketing.png\";s:8:\"filesize\";i:5621;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"viral-marketing-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5292;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:27:\"viral-marketing-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3308;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6103,952,'_elementor_source_image_hash','e8694cc85fbbecfdd5435b4fcbfed846d1acb0f8'),(6104,953,'_wp_attached_file','2022/08/analytics.png'),(6105,953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:21:\"2022/08/analytics.png\";s:8:\"filesize\";i:8104;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"analytics-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6791;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:21:\"analytics-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4090;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6106,953,'_elementor_source_image_hash','998da665a14fdf2c3588c87951eaf78e704e5244'),(6107,954,'tve_revision_tve_landing_page',''),(6108,954,'tve_revision_tve_disable_theme_dependency',''),(6109,954,'tve_revision_tve_content_before_more',''),(6110,954,'tve_revision_tve_content_more_found',''),(6111,954,'tve_revision_tve_save_post',''),(6112,954,'tve_revision_tve_custom_css',''),(6113,954,'tve_revision_tve_user_custom_css',''),(6114,954,'tve_revision_tve_page_events',''),(6115,954,'tve_revision_tve_globals',''),(6116,954,'tve_revision_tve_global_scripts',''),(6117,954,'tve_revision_thrive_icon_pack',''),(6118,954,'tve_revision_thrive_tcb_post_fonts',''),(6119,954,'tve_revision_tve_has_masonry',''),(6120,954,'tve_revision_tve_has_typefocus',''),(6121,954,'tve_revision_tve_updated_post',''),(6122,954,'tve_revision_tve_has_wistia_popover',''),(6123,954,'_elementor_edit_mode','builder'),(6124,954,'_elementor_template_type','wp-page'),(6125,954,'_elementor_version','3.7.1'),(6126,954,'_wp_page_template','default'),(6127,954,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6128,954,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6130,954,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6131,954,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6132,954,'_elementor_pro_version','3.7.3'),(6134,955,'tve_revision_tve_landing_page',''),(6135,955,'tve_revision_tve_disable_theme_dependency',''),(6136,955,'tve_revision_tve_content_before_more',''),(6137,955,'tve_revision_tve_content_more_found',''),(6138,955,'tve_revision_tve_save_post',''),(6139,955,'tve_revision_tve_custom_css',''),(6140,955,'tve_revision_tve_user_custom_css',''),(6141,955,'tve_revision_tve_page_events',''),(6142,955,'tve_revision_tve_globals',''),(6143,955,'tve_revision_tve_global_scripts',''),(6144,955,'tve_revision_thrive_icon_pack',''),(6145,955,'tve_revision_thrive_tcb_post_fonts',''),(6146,955,'tve_revision_tve_has_masonry',''),(6147,955,'tve_revision_tve_has_typefocus',''),(6148,955,'tve_revision_tve_updated_post',''),(6149,955,'tve_revision_tve_has_wistia_popover',''),(6150,955,'_elementor_edit_mode','builder'),(6151,955,'_elementor_template_type','wp-page'),(6152,955,'_elementor_version','3.7.1'),(6153,955,'_wp_page_template','default'),(6154,955,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6155,955,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6157,955,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6158,955,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6159,955,'_elementor_pro_version','3.7.3'),(6161,956,'tve_revision_tve_landing_page',''),(6162,956,'tve_revision_tve_disable_theme_dependency',''),(6163,956,'tve_revision_tve_content_before_more',''),(6164,956,'tve_revision_tve_content_more_found',''),(6165,956,'tve_revision_tve_save_post',''),(6166,956,'tve_revision_tve_custom_css',''),(6167,956,'tve_revision_tve_user_custom_css',''),(6168,956,'tve_revision_tve_page_events',''),(6169,956,'tve_revision_tve_globals',''),(6170,956,'tve_revision_tve_global_scripts',''),(6171,956,'tve_revision_thrive_icon_pack',''),(6172,956,'tve_revision_thrive_tcb_post_fonts',''),(6173,956,'tve_revision_tve_has_masonry',''),(6174,956,'tve_revision_tve_has_typefocus',''),(6175,956,'tve_revision_tve_updated_post',''),(6176,956,'tve_revision_tve_has_wistia_popover',''),(6177,956,'_elementor_edit_mode','builder'),(6178,956,'_elementor_template_type','wp-page'),(6179,956,'_elementor_version','3.7.1'),(6180,956,'_wp_page_template','default'),(6181,956,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6182,956,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6184,956,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6185,956,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6186,956,'_elementor_pro_version','3.7.3'),(6188,957,'tve_revision_tve_landing_page',''),(6189,957,'tve_revision_tve_disable_theme_dependency',''),(6190,957,'tve_revision_tve_content_before_more',''),(6191,957,'tve_revision_tve_content_more_found',''),(6192,957,'tve_revision_tve_save_post',''),(6193,957,'tve_revision_tve_custom_css',''),(6194,957,'tve_revision_tve_user_custom_css',''),(6195,957,'tve_revision_tve_page_events',''),(6196,957,'tve_revision_tve_globals',''),(6197,957,'tve_revision_tve_global_scripts',''),(6198,957,'tve_revision_thrive_icon_pack',''),(6199,957,'tve_revision_thrive_tcb_post_fonts',''),(6200,957,'tve_revision_tve_has_masonry',''),(6201,957,'tve_revision_tve_has_typefocus',''),(6202,957,'tve_revision_tve_updated_post',''),(6203,957,'tve_revision_tve_has_wistia_popover',''),(6204,957,'_elementor_edit_mode','builder'),(6205,957,'_elementor_template_type','wp-page'),(6206,957,'_elementor_version','3.7.2'),(6207,957,'_wp_page_template','default'),(6208,957,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6209,957,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6211,957,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6212,957,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6213,957,'_elementor_pro_version','3.7.3'),(6214,958,'tve_revision_tve_landing_page',''),(6215,958,'tve_revision_tve_disable_theme_dependency',''),(6216,958,'tve_revision_tve_content_before_more',''),(6217,958,'tve_revision_tve_content_more_found',''),(6218,958,'tve_revision_tve_save_post',''),(6219,958,'tve_revision_tve_custom_css',''),(6220,958,'tve_revision_tve_user_custom_css',''),(6221,958,'tve_revision_tve_page_events',''),(6222,958,'tve_revision_tve_globals',''),(6223,958,'tve_revision_tve_global_scripts',''),(6224,958,'tve_revision_thrive_icon_pack',''),(6225,958,'tve_revision_thrive_tcb_post_fonts',''),(6226,958,'tve_revision_tve_has_masonry',''),(6227,958,'tve_revision_tve_has_typefocus',''),(6228,958,'tve_revision_tve_updated_post',''),(6229,958,'tve_revision_tve_has_wistia_popover',''),(6230,958,'_elementor_edit_mode','builder'),(6231,958,'_elementor_template_type','wp-page'),(6232,958,'_elementor_version','3.7.2'),(6233,958,'_wp_page_template','default'),(6234,958,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6235,958,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6237,958,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6238,958,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6239,958,'_elementor_pro_version','3.7.3'),(6240,959,'tve_revision_tve_landing_page',''),(6241,959,'tve_revision_tve_disable_theme_dependency',''),(6242,959,'tve_revision_tve_content_before_more',''),(6243,959,'tve_revision_tve_content_more_found',''),(6244,959,'tve_revision_tve_save_post',''),(6245,959,'tve_revision_tve_custom_css',''),(6246,959,'tve_revision_tve_user_custom_css',''),(6247,959,'tve_revision_tve_page_events',''),(6248,959,'tve_revision_tve_globals',''),(6249,959,'tve_revision_tve_global_scripts',''),(6250,959,'tve_revision_thrive_icon_pack',''),(6251,959,'tve_revision_thrive_tcb_post_fonts',''),(6252,959,'tve_revision_tve_has_masonry',''),(6253,959,'tve_revision_tve_has_typefocus',''),(6254,959,'tve_revision_tve_updated_post',''),(6255,959,'tve_revision_tve_has_wistia_popover',''),(6256,959,'_elementor_edit_mode','builder'),(6257,959,'_elementor_template_type','wp-page'),(6258,959,'_elementor_version','3.7.2'),(6259,959,'_wp_page_template','default'),(6260,959,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6261,959,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6263,959,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6264,959,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6265,959,'_elementor_pro_version','3.7.3'),(6324,961,'tve_revision_tve_landing_page',''),(6325,961,'tve_revision_tve_disable_theme_dependency',''),(6326,961,'tve_revision_tve_content_before_more',''),(6327,961,'tve_revision_tve_content_more_found',''),(6328,961,'tve_revision_tve_save_post',''),(6329,961,'tve_revision_tve_custom_css',''),(6330,961,'tve_revision_tve_user_custom_css',''),(6331,961,'tve_revision_tve_page_events',''),(6332,961,'tve_revision_tve_globals',''),(6333,961,'tve_revision_tve_global_scripts',''),(6334,961,'tve_revision_thrive_icon_pack',''),(6335,961,'tve_revision_thrive_tcb_post_fonts',''),(6336,961,'tve_revision_tve_has_masonry',''),(6337,961,'tve_revision_tve_has_typefocus',''),(6338,961,'tve_revision_tve_updated_post',''),(6339,961,'tve_revision_tve_has_wistia_popover',''),(6340,961,'_elementor_edit_mode','builder'),(6341,961,'_elementor_template_type','wp-page'),(6342,961,'_elementor_version','3.7.2'),(6343,961,'_wp_page_template','default'),(6344,961,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6345,961,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6347,961,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6348,961,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6349,961,'_elementor_pro_version','3.7.3'),(6350,962,'tve_revision_tve_landing_page',''),(6351,962,'tve_revision_tve_disable_theme_dependency',''),(6352,962,'tve_revision_tve_content_before_more',''),(6353,962,'tve_revision_tve_content_more_found',''),(6354,962,'tve_revision_tve_save_post',''),(6355,962,'tve_revision_tve_custom_css',''),(6356,962,'tve_revision_tve_user_custom_css',''),(6357,962,'tve_revision_tve_page_events',''),(6358,962,'tve_revision_tve_globals',''),(6359,962,'tve_revision_tve_global_scripts',''),(6360,962,'tve_revision_thrive_icon_pack',''),(6361,962,'tve_revision_thrive_tcb_post_fonts',''),(6362,962,'tve_revision_tve_has_masonry',''),(6363,962,'tve_revision_tve_has_typefocus',''),(6364,962,'tve_revision_tve_updated_post',''),(6365,962,'tve_revision_tve_has_wistia_popover',''),(6366,962,'_elementor_edit_mode','builder'),(6367,962,'_elementor_template_type','wp-page'),(6368,962,'_elementor_version','3.7.2'),(6369,962,'_wp_page_template','default'),(6370,962,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6371,962,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6373,962,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6374,962,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6375,962,'_elementor_pro_version','3.7.3'),(6376,963,'tve_revision_tve_landing_page',''),(6377,963,'tve_revision_tve_disable_theme_dependency',''),(6378,963,'tve_revision_tve_content_before_more',''),(6379,963,'tve_revision_tve_content_more_found',''),(6380,963,'tve_revision_tve_save_post',''),(6381,963,'tve_revision_tve_custom_css',''),(6382,963,'tve_revision_tve_user_custom_css',''),(6383,963,'tve_revision_tve_page_events',''),(6384,963,'tve_revision_tve_globals',''),(6385,963,'tve_revision_tve_global_scripts',''),(6386,963,'tve_revision_thrive_icon_pack',''),(6387,963,'tve_revision_thrive_tcb_post_fonts',''),(6388,963,'tve_revision_tve_has_masonry',''),(6389,963,'tve_revision_tve_has_typefocus',''),(6390,963,'tve_revision_tve_updated_post',''),(6391,963,'tve_revision_tve_has_wistia_popover',''),(6392,963,'_elementor_edit_mode','builder'),(6393,963,'_elementor_template_type','wp-page'),(6394,963,'_elementor_version','3.7.2'),(6395,963,'_wp_page_template','default'),(6396,963,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6397,963,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6399,963,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6400,963,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6401,963,'_elementor_pro_version','3.7.3'),(6403,964,'tve_revision_tve_landing_page',''),(6404,964,'tve_revision_tve_disable_theme_dependency',''),(6405,964,'tve_revision_tve_content_before_more',''),(6406,964,'tve_revision_tve_content_more_found',''),(6407,964,'tve_revision_tve_save_post',''),(6408,964,'tve_revision_tve_custom_css',''),(6409,964,'tve_revision_tve_user_custom_css',''),(6410,964,'tve_revision_tve_page_events',''),(6411,964,'tve_revision_tve_globals',''),(6412,964,'tve_revision_tve_global_scripts',''),(6413,964,'tve_revision_thrive_icon_pack',''),(6414,964,'tve_revision_thrive_tcb_post_fonts',''),(6415,964,'tve_revision_tve_has_masonry',''),(6416,964,'tve_revision_tve_has_typefocus',''),(6417,964,'tve_revision_tve_updated_post',''),(6418,964,'tve_revision_tve_has_wistia_popover',''),(6419,964,'_elementor_edit_mode','builder'),(6420,964,'_elementor_template_type','wp-page'),(6421,964,'_elementor_version','3.7.2'),(6422,964,'_wp_page_template','default'),(6423,964,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6424,964,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6426,964,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6427,964,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6428,964,'_elementor_pro_version','3.7.3'),(6430,965,'tve_revision_tve_landing_page',''),(6431,965,'tve_revision_tve_disable_theme_dependency',''),(6432,965,'tve_revision_tve_content_before_more',''),(6433,965,'tve_revision_tve_content_more_found',''),(6434,965,'tve_revision_tve_save_post',''),(6435,965,'tve_revision_tve_custom_css',''),(6436,965,'tve_revision_tve_user_custom_css',''),(6437,965,'tve_revision_tve_page_events',''),(6438,965,'tve_revision_tve_globals',''),(6439,965,'tve_revision_tve_global_scripts',''),(6440,965,'tve_revision_thrive_icon_pack',''),(6441,965,'tve_revision_thrive_tcb_post_fonts',''),(6442,965,'tve_revision_tve_has_masonry',''),(6443,965,'tve_revision_tve_has_typefocus',''),(6444,965,'tve_revision_tve_updated_post',''),(6445,965,'tve_revision_tve_has_wistia_popover',''),(6446,965,'_elementor_edit_mode','builder'),(6447,965,'_elementor_template_type','wp-page'),(6448,965,'_elementor_version','3.7.2'),(6449,965,'_wp_page_template','default'),(6450,965,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6451,965,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6453,965,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6454,965,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6455,965,'_elementor_pro_version','3.7.3'),(6457,966,'tve_revision_tve_landing_page',''),(6458,966,'tve_revision_tve_disable_theme_dependency',''),(6459,966,'tve_revision_tve_content_before_more',''),(6460,966,'tve_revision_tve_content_more_found',''),(6461,966,'tve_revision_tve_save_post',''),(6462,966,'tve_revision_tve_custom_css',''),(6463,966,'tve_revision_tve_user_custom_css',''),(6464,966,'tve_revision_tve_page_events',''),(6465,966,'tve_revision_tve_globals',''),(6466,966,'tve_revision_tve_global_scripts',''),(6467,966,'tve_revision_thrive_icon_pack',''),(6468,966,'tve_revision_thrive_tcb_post_fonts',''),(6469,966,'tve_revision_tve_has_masonry',''),(6470,966,'tve_revision_tve_has_typefocus',''),(6471,966,'tve_revision_tve_updated_post',''),(6472,966,'tve_revision_tve_has_wistia_popover',''),(6473,966,'_elementor_edit_mode','builder'),(6474,966,'_elementor_template_type','wp-page'),(6475,966,'_elementor_version','3.7.2'),(6476,966,'_wp_page_template','default'),(6477,966,'_elementor_data','[{\"id\":\"0cea622\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"956e4f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6478,966,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6480,966,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6481,966,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6482,966,'_elementor_pro_version','3.7.3'),(6544,968,'tve_revision_tve_landing_page',''),(6545,968,'tve_revision_tve_disable_theme_dependency',''),(6546,968,'tve_revision_tve_content_before_more',''),(6547,968,'tve_revision_tve_content_more_found',''),(6548,968,'tve_revision_tve_save_post',''),(6549,968,'tve_revision_tve_custom_css',''),(6550,968,'tve_revision_tve_user_custom_css',''),(6551,968,'tve_revision_tve_page_events',''),(6552,968,'tve_revision_tve_globals',''),(6553,968,'tve_revision_tve_global_scripts',''),(6554,968,'tve_revision_thrive_icon_pack',''),(6555,968,'tve_revision_thrive_tcb_post_fonts',''),(6556,968,'tve_revision_tve_has_masonry',''),(6557,968,'tve_revision_tve_has_typefocus',''),(6558,968,'tve_revision_tve_updated_post',''),(6559,968,'tve_revision_tve_has_wistia_popover',''),(6560,968,'_elementor_edit_mode','builder'),(6561,968,'_elementor_template_type','wp-page'),(6562,968,'_elementor_version','3.7.2'),(6563,968,'_wp_page_template','default'),(6564,968,'_elementor_data','[{\"id\":\"0cea622\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"956e4f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6565,968,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6567,968,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6568,968,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6569,968,'_elementor_pro_version','3.7.3'),(6570,969,'tve_revision_tve_landing_page',''),(6571,969,'tve_revision_tve_disable_theme_dependency',''),(6572,969,'tve_revision_tve_content_before_more',''),(6573,969,'tve_revision_tve_content_more_found',''),(6574,969,'tve_revision_tve_save_post',''),(6575,969,'tve_revision_tve_custom_css',''),(6576,969,'tve_revision_tve_user_custom_css',''),(6577,969,'tve_revision_tve_page_events',''),(6578,969,'tve_revision_tve_globals',''),(6579,969,'tve_revision_tve_global_scripts',''),(6580,969,'tve_revision_thrive_icon_pack',''),(6581,969,'tve_revision_thrive_tcb_post_fonts',''),(6582,969,'tve_revision_tve_has_masonry',''),(6583,969,'tve_revision_tve_has_typefocus',''),(6584,969,'tve_revision_tve_updated_post',''),(6585,969,'tve_revision_tve_has_wistia_popover',''),(6586,969,'_elementor_edit_mode','builder'),(6587,969,'_elementor_template_type','wp-page'),(6588,969,'_elementor_version','3.7.2'),(6589,969,'_wp_page_template','default'),(6590,969,'_elementor_data','[{\"id\":\"0cea622\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"956e4f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6591,969,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6593,969,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6594,969,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6595,969,'_elementor_pro_version','3.7.3'),(6596,970,'tve_revision_tve_landing_page',''),(6597,970,'tve_revision_tve_disable_theme_dependency',''),(6598,970,'tve_revision_tve_content_before_more',''),(6599,970,'tve_revision_tve_content_more_found',''),(6600,970,'tve_revision_tve_save_post',''),(6601,970,'tve_revision_tve_custom_css',''),(6602,970,'tve_revision_tve_user_custom_css',''),(6603,970,'tve_revision_tve_page_events',''),(6604,970,'tve_revision_tve_globals',''),(6605,970,'tve_revision_tve_global_scripts',''),(6606,970,'tve_revision_thrive_icon_pack',''),(6607,970,'tve_revision_thrive_tcb_post_fonts',''),(6608,970,'tve_revision_tve_has_masonry',''),(6609,970,'tve_revision_tve_has_typefocus',''),(6610,970,'tve_revision_tve_updated_post',''),(6611,970,'tve_revision_tve_has_wistia_popover',''),(6612,970,'_elementor_edit_mode','builder'),(6613,970,'_elementor_template_type','wp-page'),(6614,970,'_elementor_version','3.7.2'),(6615,970,'_wp_page_template','default'),(6616,970,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6617,970,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6619,970,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6620,970,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6621,970,'_elementor_pro_version','3.7.3'),(6623,972,'tve_revision_tve_landing_page',''),(6624,972,'tve_revision_tve_disable_theme_dependency',''),(6625,972,'tve_revision_tve_content_before_more',''),(6626,972,'tve_revision_tve_content_more_found',''),(6627,972,'tve_revision_tve_save_post',''),(6628,972,'tve_revision_tve_custom_css',''),(6629,972,'tve_revision_tve_user_custom_css',''),(6630,972,'tve_revision_tve_page_events',''),(6631,972,'tve_revision_tve_globals',''),(6632,972,'tve_revision_tve_global_scripts',''),(6633,972,'tve_revision_thrive_icon_pack',''),(6634,972,'tve_revision_thrive_tcb_post_fonts',''),(6635,972,'tve_revision_tve_has_masonry',''),(6636,972,'tve_revision_tve_has_typefocus',''),(6637,972,'tve_revision_tve_updated_post',''),(6638,972,'tve_revision_tve_has_wistia_popover',''),(6639,972,'_elementor_edit_mode','builder'),(6640,972,'_elementor_template_type','wp-page'),(6641,972,'_elementor_version','3.7.2'),(6642,972,'_wp_page_template','default'),(6643,972,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6644,972,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6646,972,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6647,972,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6648,972,'_elementor_pro_version','3.7.3'),(6650,973,'tve_revision_tve_landing_page',''),(6651,973,'tve_revision_tve_disable_theme_dependency',''),(6652,973,'tve_revision_tve_content_before_more',''),(6653,973,'tve_revision_tve_content_more_found',''),(6654,973,'tve_revision_tve_save_post',''),(6655,973,'tve_revision_tve_custom_css',''),(6656,973,'tve_revision_tve_user_custom_css',''),(6657,973,'tve_revision_tve_page_events',''),(6658,973,'tve_revision_tve_globals',''),(6659,973,'tve_revision_tve_global_scripts',''),(6660,973,'tve_revision_thrive_icon_pack',''),(6661,973,'tve_revision_thrive_tcb_post_fonts',''),(6662,973,'tve_revision_tve_has_masonry',''),(6663,973,'tve_revision_tve_has_typefocus',''),(6664,973,'tve_revision_tve_updated_post',''),(6665,973,'tve_revision_tve_has_wistia_popover',''),(6666,973,'_elementor_edit_mode','builder'),(6667,973,'_elementor_template_type','wp-page'),(6668,973,'_elementor_version','3.7.2'),(6669,973,'_wp_page_template','default'),(6670,973,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6671,973,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6673,973,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6674,973,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6675,973,'_elementor_pro_version','3.7.3'),(6677,974,'tve_revision_tve_landing_page',''),(6678,974,'tve_revision_tve_disable_theme_dependency',''),(6679,974,'tve_revision_tve_content_before_more',''),(6680,974,'tve_revision_tve_content_more_found',''),(6681,974,'tve_revision_tve_save_post',''),(6682,974,'tve_revision_tve_custom_css',''),(6683,974,'tve_revision_tve_user_custom_css',''),(6684,974,'tve_revision_tve_page_events',''),(6685,974,'tve_revision_tve_globals',''),(6686,974,'tve_revision_tve_global_scripts',''),(6687,974,'tve_revision_thrive_icon_pack',''),(6688,974,'tve_revision_thrive_tcb_post_fonts',''),(6689,974,'tve_revision_tve_has_masonry',''),(6690,974,'tve_revision_tve_has_typefocus',''),(6691,974,'tve_revision_tve_updated_post',''),(6692,974,'tve_revision_tve_has_wistia_popover',''),(6693,974,'_elementor_edit_mode','builder'),(6694,974,'_elementor_template_type','wp-page'),(6695,974,'_elementor_version','3.7.2'),(6696,974,'_wp_page_template','default'),(6697,974,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_type\":\"success\",\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6698,974,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6700,974,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6701,974,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6702,974,'_elementor_pro_version','3.7.3'),(6704,975,'tve_revision_tve_landing_page',''),(6705,975,'tve_revision_tve_disable_theme_dependency',''),(6706,975,'tve_revision_tve_content_before_more',''),(6707,975,'tve_revision_tve_content_more_found',''),(6708,975,'tve_revision_tve_save_post',''),(6709,975,'tve_revision_tve_custom_css',''),(6710,975,'tve_revision_tve_user_custom_css',''),(6711,975,'tve_revision_tve_page_events',''),(6712,975,'tve_revision_tve_globals',''),(6713,975,'tve_revision_tve_global_scripts',''),(6714,975,'tve_revision_thrive_icon_pack',''),(6715,975,'tve_revision_thrive_tcb_post_fonts',''),(6716,975,'tve_revision_tve_has_masonry',''),(6717,975,'tve_revision_tve_has_typefocus',''),(6718,975,'tve_revision_tve_updated_post',''),(6719,975,'tve_revision_tve_has_wistia_popover',''),(6720,975,'_elementor_edit_mode','builder'),(6721,975,'_elementor_template_type','wp-page'),(6722,975,'_elementor_version','3.7.2'),(6723,975,'_wp_page_template','default'),(6724,975,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_type\":\"success\",\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6725,975,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6727,975,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6728,975,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6729,975,'_elementor_pro_version','3.7.3'),(6730,976,'tve_revision_tve_landing_page',''),(6731,976,'tve_revision_tve_disable_theme_dependency',''),(6732,976,'tve_revision_tve_content_before_more',''),(6733,976,'tve_revision_tve_content_more_found',''),(6734,976,'tve_revision_tve_save_post',''),(6735,976,'tve_revision_tve_custom_css',''),(6736,976,'tve_revision_tve_user_custom_css',''),(6737,976,'tve_revision_tve_page_events',''),(6738,976,'tve_revision_tve_globals',''),(6739,976,'tve_revision_tve_global_scripts',''),(6740,976,'tve_revision_thrive_icon_pack',''),(6741,976,'tve_revision_thrive_tcb_post_fonts',''),(6742,976,'tve_revision_tve_has_masonry',''),(6743,976,'tve_revision_tve_has_typefocus',''),(6744,976,'tve_revision_tve_updated_post',''),(6745,976,'tve_revision_tve_has_wistia_popover',''),(6746,976,'_elementor_edit_mode','builder'),(6747,976,'_elementor_template_type','wp-page'),(6748,976,'_elementor_version','3.7.2'),(6749,976,'_wp_page_template','default');
INSERT INTO `wpjn_postmeta` VALUES (6750,976,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_type\":\"success\",\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#00ce1b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6751,976,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6753,976,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6754,976,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6755,976,'_elementor_pro_version','3.7.3'),(6756,977,'tve_revision_tve_landing_page',''),(6757,977,'tve_revision_tve_disable_theme_dependency',''),(6758,977,'tve_revision_tve_content_before_more',''),(6759,977,'tve_revision_tve_content_more_found',''),(6760,977,'tve_revision_tve_save_post',''),(6761,977,'tve_revision_tve_custom_css',''),(6762,977,'tve_revision_tve_user_custom_css',''),(6763,977,'tve_revision_tve_page_events',''),(6764,977,'tve_revision_tve_globals',''),(6765,977,'tve_revision_tve_global_scripts',''),(6766,977,'tve_revision_thrive_icon_pack',''),(6767,977,'tve_revision_thrive_tcb_post_fonts',''),(6768,977,'tve_revision_tve_has_masonry',''),(6769,977,'tve_revision_tve_has_typefocus',''),(6770,977,'tve_revision_tve_updated_post',''),(6771,977,'tve_revision_tve_has_wistia_popover',''),(6772,977,'_elementor_edit_mode','builder'),(6773,977,'_elementor_template_type','wp-page'),(6774,977,'_elementor_version','3.7.2'),(6775,977,'_wp_page_template','default'),(6776,977,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6777,977,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6779,977,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6780,977,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(6781,977,'_elementor_pro_version','3.7.3'),(6782,971,'_edit_last','1'),(6783,971,'_tve_js_modules_gutenberg','a:0:{}'),(6784,971,'_edit_lock','1661166757:1'),(6785,971,'_elementor_edit_mode','builder'),(6786,971,'_elementor_template_type','wp-page'),(6787,971,'_elementor_version','3.7.2'),(6788,971,'_elementor_pro_version','3.7.3'),(6789,971,'_astra_content_layout_flag','disabled'),(6790,971,'site-post-title','disabled'),(6791,971,'ast-title-bar-display','disabled'),(6792,971,'ast-featured-img','disabled'),(6793,971,'site-content-layout','page-builder'),(6794,971,'site-sidebar-layout','no-sidebar'),(6853,979,'_wp_attached_file','2022/08/placeholder-1.png'),(6854,979,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2022/08/placeholder-1.png\";s:8:\"filesize\";i:9229;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3247;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2115;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10117;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:25:\"placeholder-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1233;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6855,979,'_elementor_source_image_hash','044a4bbf076970d89ff97d4d3c7fa6d0f4bf829a'),(6856,980,'tve_revision_tve_landing_page',''),(6857,980,'tve_revision_tve_disable_theme_dependency',''),(6858,980,'tve_revision_tve_content_before_more',''),(6859,980,'tve_revision_tve_content_more_found',''),(6860,980,'tve_revision_tve_save_post',''),(6861,980,'tve_revision_tve_custom_css',''),(6862,980,'tve_revision_tve_user_custom_css',''),(6863,980,'tve_revision_tve_page_events',''),(6864,980,'tve_revision_tve_globals',''),(6865,980,'tve_revision_tve_global_scripts',''),(6866,980,'tve_revision_thrive_icon_pack',''),(6867,980,'tve_revision_thrive_tcb_post_fonts',''),(6868,980,'tve_revision_tve_has_masonry',''),(6869,980,'tve_revision_tve_has_typefocus',''),(6870,980,'tve_revision_tve_updated_post',''),(6871,980,'tve_revision_tve_has_wistia_popover',''),(6872,980,'_elementor_edit_mode','builder'),(6873,980,'_elementor_template_type','wp-page'),(6874,980,'_elementor_version','3.7.2'),(6875,980,'_elementor_pro_version','3.7.3'),(6876,981,'tve_revision_tve_landing_page',''),(6877,981,'tve_revision_tve_disable_theme_dependency',''),(6878,981,'tve_revision_tve_content_before_more',''),(6879,981,'tve_revision_tve_content_more_found',''),(6880,981,'tve_revision_tve_save_post',''),(6881,981,'tve_revision_tve_custom_css',''),(6882,981,'tve_revision_tve_user_custom_css',''),(6883,981,'tve_revision_tve_page_events',''),(6884,981,'tve_revision_tve_globals',''),(6885,981,'tve_revision_tve_global_scripts',''),(6886,981,'tve_revision_thrive_icon_pack',''),(6887,981,'tve_revision_thrive_tcb_post_fonts',''),(6888,981,'tve_revision_tve_has_masonry',''),(6889,981,'tve_revision_tve_has_typefocus',''),(6890,981,'tve_revision_tve_updated_post',''),(6891,981,'tve_revision_tve_has_wistia_popover',''),(6892,981,'_elementor_edit_mode','builder'),(6893,981,'_elementor_template_type','wp-page'),(6894,981,'_elementor_version','3.7.2'),(6895,981,'_elementor_pro_version','3.7.3'),(6896,971,'_wp_page_template','default'),(6897,971,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6898,971,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6899,982,'tve_revision_tve_landing_page',''),(6900,982,'tve_revision_tve_disable_theme_dependency',''),(6901,982,'tve_revision_tve_content_before_more',''),(6902,982,'tve_revision_tve_content_more_found',''),(6903,982,'tve_revision_tve_save_post',''),(6904,982,'tve_revision_tve_custom_css',''),(6905,982,'tve_revision_tve_user_custom_css',''),(6906,982,'tve_revision_tve_page_events',''),(6907,982,'tve_revision_tve_globals',''),(6908,982,'tve_revision_tve_global_scripts',''),(6909,982,'tve_revision_thrive_icon_pack',''),(6910,982,'tve_revision_thrive_tcb_post_fonts',''),(6911,982,'tve_revision_tve_has_masonry',''),(6912,982,'tve_revision_tve_has_typefocus',''),(6913,982,'tve_revision_tve_updated_post',''),(6914,982,'tve_revision_tve_has_wistia_popover',''),(6915,982,'_elementor_edit_mode','builder'),(6916,982,'_elementor_template_type','wp-page'),(6917,982,'_elementor_version','3.7.2'),(6918,982,'_elementor_pro_version','3.7.3'),(6919,982,'_wp_page_template','default'),(6920,982,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6921,982,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(6923,971,'_eael_custom_js',''),(6924,983,'tve_revision_tve_landing_page',''),(6925,983,'tve_revision_tve_disable_theme_dependency',''),(6926,983,'tve_revision_tve_content_before_more',''),(6927,983,'tve_revision_tve_content_more_found',''),(6928,983,'tve_revision_tve_save_post',''),(6929,983,'tve_revision_tve_custom_css',''),(6930,983,'tve_revision_tve_user_custom_css',''),(6931,983,'tve_revision_tve_page_events',''),(6932,983,'tve_revision_tve_globals',''),(6933,983,'tve_revision_tve_global_scripts',''),(6934,983,'tve_revision_thrive_icon_pack',''),(6935,983,'tve_revision_thrive_tcb_post_fonts',''),(6936,983,'tve_revision_tve_has_masonry',''),(6937,983,'tve_revision_tve_has_typefocus',''),(6938,983,'tve_revision_tve_updated_post',''),(6939,983,'tve_revision_tve_has_wistia_popover',''),(6940,983,'_elementor_edit_mode','builder'),(6941,983,'_elementor_template_type','wp-page'),(6942,983,'_elementor_version','3.7.2'),(6943,983,'_elementor_pro_version','3.7.3'),(6944,983,'_wp_page_template','default'),(6945,983,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6946,983,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(6948,984,'tve_revision_tve_landing_page',''),(6949,984,'tve_revision_tve_disable_theme_dependency',''),(6950,984,'tve_revision_tve_content_before_more',''),(6951,984,'tve_revision_tve_content_more_found',''),(6952,984,'tve_revision_tve_save_post',''),(6953,984,'tve_revision_tve_custom_css',''),(6954,984,'tve_revision_tve_user_custom_css',''),(6955,984,'tve_revision_tve_page_events',''),(6956,984,'tve_revision_tve_globals',''),(6957,984,'tve_revision_tve_global_scripts',''),(6958,984,'tve_revision_thrive_icon_pack',''),(6959,984,'tve_revision_thrive_tcb_post_fonts',''),(6960,984,'tve_revision_tve_has_masonry',''),(6961,984,'tve_revision_tve_has_typefocus',''),(6962,984,'tve_revision_tve_updated_post',''),(6963,984,'tve_revision_tve_has_wistia_popover',''),(6964,984,'_elementor_edit_mode','builder'),(6965,984,'_elementor_template_type','wp-page'),(6966,984,'_elementor_version','3.7.2'),(6967,984,'_elementor_pro_version','3.7.3'),(6968,984,'_wp_page_template','default'),(6969,984,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6970,984,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false}]'),(6972,985,'tve_revision_tve_landing_page',''),(6973,985,'tve_revision_tve_disable_theme_dependency',''),(6974,985,'tve_revision_tve_content_before_more',''),(6975,985,'tve_revision_tve_content_more_found',''),(6976,985,'tve_revision_tve_save_post',''),(6977,985,'tve_revision_tve_custom_css',''),(6978,985,'tve_revision_tve_user_custom_css',''),(6979,985,'tve_revision_tve_page_events',''),(6980,985,'tve_revision_tve_globals',''),(6981,985,'tve_revision_tve_global_scripts',''),(6982,985,'tve_revision_thrive_icon_pack',''),(6983,985,'tve_revision_thrive_tcb_post_fonts',''),(6984,985,'tve_revision_tve_has_masonry',''),(6985,985,'tve_revision_tve_has_typefocus',''),(6986,985,'tve_revision_tve_updated_post',''),(6987,985,'tve_revision_tve_has_wistia_popover',''),(6988,985,'_elementor_edit_mode','builder'),(6989,985,'_elementor_template_type','wp-page'),(6990,985,'_elementor_version','3.7.2'),(6991,985,'_elementor_pro_version','3.7.3'),(6992,985,'_wp_page_template','default'),(6993,985,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6994,985,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6996,986,'tve_revision_tve_landing_page',''),(6997,986,'tve_revision_tve_disable_theme_dependency',''),(6998,986,'tve_revision_tve_content_before_more',''),(6999,986,'tve_revision_tve_content_more_found',''),(7000,986,'tve_revision_tve_save_post',''),(7001,986,'tve_revision_tve_custom_css',''),(7002,986,'tve_revision_tve_user_custom_css',''),(7003,986,'tve_revision_tve_page_events',''),(7004,986,'tve_revision_tve_globals',''),(7005,986,'tve_revision_tve_global_scripts',''),(7006,986,'tve_revision_thrive_icon_pack',''),(7007,986,'tve_revision_thrive_tcb_post_fonts',''),(7008,986,'tve_revision_tve_has_masonry',''),(7009,986,'tve_revision_tve_has_typefocus',''),(7010,986,'tve_revision_tve_updated_post',''),(7011,986,'tve_revision_tve_has_wistia_popover',''),(7012,986,'_elementor_edit_mode','builder'),(7013,986,'_elementor_template_type','wp-page'),(7014,986,'_elementor_version','3.7.2'),(7015,986,'_elementor_pro_version','3.7.3'),(7016,986,'_wp_page_template','default'),(7017,986,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7018,986,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7020,987,'tve_revision_tve_landing_page',''),(7021,987,'tve_revision_tve_disable_theme_dependency',''),(7022,987,'tve_revision_tve_content_before_more',''),(7023,987,'tve_revision_tve_content_more_found',''),(7024,987,'tve_revision_tve_save_post',''),(7025,987,'tve_revision_tve_custom_css',''),(7026,987,'tve_revision_tve_user_custom_css',''),(7027,987,'tve_revision_tve_page_events',''),(7028,987,'tve_revision_tve_globals',''),(7029,987,'tve_revision_tve_global_scripts',''),(7030,987,'tve_revision_thrive_icon_pack',''),(7031,987,'tve_revision_thrive_tcb_post_fonts',''),(7032,987,'tve_revision_tve_has_masonry',''),(7033,987,'tve_revision_tve_has_typefocus',''),(7034,987,'tve_revision_tve_updated_post',''),(7035,987,'tve_revision_tve_has_wistia_popover',''),(7036,987,'_elementor_edit_mode','builder'),(7037,987,'_elementor_template_type','wp-page'),(7038,987,'_elementor_version','3.7.2'),(7039,987,'_elementor_pro_version','3.7.3'),(7040,987,'_wp_page_template','default'),(7041,987,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7042,987,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7044,988,'tve_revision_tve_landing_page',''),(7045,988,'tve_revision_tve_disable_theme_dependency',''),(7046,988,'tve_revision_tve_content_before_more',''),(7047,988,'tve_revision_tve_content_more_found',''),(7048,988,'tve_revision_tve_save_post',''),(7049,988,'tve_revision_tve_custom_css',''),(7050,988,'tve_revision_tve_user_custom_css',''),(7051,988,'tve_revision_tve_page_events',''),(7052,988,'tve_revision_tve_globals',''),(7053,988,'tve_revision_tve_global_scripts',''),(7054,988,'tve_revision_thrive_icon_pack',''),(7055,988,'tve_revision_thrive_tcb_post_fonts',''),(7056,988,'tve_revision_tve_has_masonry',''),(7057,988,'tve_revision_tve_has_typefocus',''),(7058,988,'tve_revision_tve_updated_post',''),(7059,988,'tve_revision_tve_has_wistia_popover',''),(7060,988,'_elementor_edit_mode','builder'),(7061,988,'_elementor_template_type','wp-page'),(7062,988,'_elementor_version','3.7.2'),(7063,988,'_elementor_pro_version','3.7.3'),(7064,988,'_wp_page_template','default'),(7065,988,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7066,988,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7068,989,'tve_revision_tve_landing_page',''),(7069,989,'tve_revision_tve_disable_theme_dependency',''),(7070,989,'tve_revision_tve_content_before_more',''),(7071,989,'tve_revision_tve_content_more_found',''),(7072,989,'tve_revision_tve_save_post',''),(7073,989,'tve_revision_tve_custom_css',''),(7074,989,'tve_revision_tve_user_custom_css',''),(7075,989,'tve_revision_tve_page_events',''),(7076,989,'tve_revision_tve_globals',''),(7077,989,'tve_revision_tve_global_scripts',''),(7078,989,'tve_revision_thrive_icon_pack',''),(7079,989,'tve_revision_thrive_tcb_post_fonts',''),(7080,989,'tve_revision_tve_has_masonry',''),(7081,989,'tve_revision_tve_has_typefocus',''),(7082,989,'tve_revision_tve_updated_post',''),(7083,989,'tve_revision_tve_has_wistia_popover',''),(7084,989,'_elementor_edit_mode','builder'),(7085,989,'_elementor_template_type','wp-page'),(7086,989,'_elementor_version','3.7.2'),(7087,989,'_elementor_pro_version','3.7.3'),(7088,989,'_wp_page_template','default'),(7089,989,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7090,989,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7092,990,'tve_revision_tve_landing_page',''),(7093,990,'tve_revision_tve_disable_theme_dependency',''),(7094,990,'tve_revision_tve_content_before_more',''),(7095,990,'tve_revision_tve_content_more_found',''),(7096,990,'tve_revision_tve_save_post',''),(7097,990,'tve_revision_tve_custom_css',''),(7098,990,'tve_revision_tve_user_custom_css',''),(7099,990,'tve_revision_tve_page_events',''),(7100,990,'tve_revision_tve_globals',''),(7101,990,'tve_revision_tve_global_scripts',''),(7102,990,'tve_revision_thrive_icon_pack',''),(7103,990,'tve_revision_thrive_tcb_post_fonts',''),(7104,990,'tve_revision_tve_has_masonry',''),(7105,990,'tve_revision_tve_has_typefocus',''),(7106,990,'tve_revision_tve_updated_post',''),(7107,990,'tve_revision_tve_has_wistia_popover',''),(7108,990,'_elementor_edit_mode','builder'),(7109,990,'_elementor_template_type','wp-page'),(7110,990,'_elementor_version','3.7.2'),(7111,990,'_elementor_pro_version','3.7.3'),(7112,990,'_wp_page_template','default'),(7113,990,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7114,990,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the company\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7116,991,'tve_revision_tve_landing_page',''),(7117,991,'tve_revision_tve_disable_theme_dependency',''),(7118,991,'tve_revision_tve_content_before_more',''),(7119,991,'tve_revision_tve_content_more_found',''),(7120,991,'tve_revision_tve_save_post',''),(7121,991,'tve_revision_tve_custom_css',''),(7122,991,'tve_revision_tve_user_custom_css',''),(7123,991,'tve_revision_tve_page_events',''),(7124,991,'tve_revision_tve_globals',''),(7125,991,'tve_revision_tve_global_scripts',''),(7126,991,'tve_revision_thrive_icon_pack',''),(7127,991,'tve_revision_thrive_tcb_post_fonts',''),(7128,991,'tve_revision_tve_has_masonry',''),(7129,991,'tve_revision_tve_has_typefocus',''),(7130,991,'tve_revision_tve_updated_post',''),(7131,991,'tve_revision_tve_has_wistia_popover',''),(7132,991,'_elementor_edit_mode','builder'),(7133,991,'_elementor_template_type','wp-page'),(7134,991,'_elementor_version','3.7.2'),(7135,991,'_elementor_pro_version','3.7.3'),(7136,991,'_wp_page_template','default'),(7137,991,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7138,991,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7140,992,'tve_revision_tve_landing_page',''),(7141,992,'tve_revision_tve_disable_theme_dependency',''),(7142,992,'tve_revision_tve_content_before_more',''),(7143,992,'tve_revision_tve_content_more_found',''),(7144,992,'tve_revision_tve_save_post',''),(7145,992,'tve_revision_tve_custom_css',''),(7146,992,'tve_revision_tve_user_custom_css',''),(7147,992,'tve_revision_tve_page_events',''),(7148,992,'tve_revision_tve_globals',''),(7149,992,'tve_revision_tve_global_scripts',''),(7150,992,'tve_revision_thrive_icon_pack',''),(7151,992,'tve_revision_thrive_tcb_post_fonts',''),(7152,992,'tve_revision_tve_has_masonry',''),(7153,992,'tve_revision_tve_has_typefocus',''),(7154,992,'tve_revision_tve_updated_post',''),(7155,992,'tve_revision_tve_has_wistia_popover',''),(7156,992,'_elementor_edit_mode','builder'),(7157,992,'_elementor_template_type','wp-page'),(7158,992,'_elementor_version','3.7.2'),(7159,992,'_elementor_pro_version','3.7.3'),(7160,992,'_wp_page_template','default'),(7161,992,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7162,992,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7164,993,'tve_revision_tve_landing_page',''),(7165,993,'tve_revision_tve_disable_theme_dependency',''),(7166,993,'tve_revision_tve_content_before_more',''),(7167,993,'tve_revision_tve_content_more_found',''),(7168,993,'tve_revision_tve_save_post',''),(7169,993,'tve_revision_tve_custom_css',''),(7170,993,'tve_revision_tve_user_custom_css',''),(7171,993,'tve_revision_tve_page_events',''),(7172,993,'tve_revision_tve_globals',''),(7173,993,'tve_revision_tve_global_scripts',''),(7174,993,'tve_revision_thrive_icon_pack',''),(7175,993,'tve_revision_thrive_tcb_post_fonts',''),(7176,993,'tve_revision_tve_has_masonry',''),(7177,993,'tve_revision_tve_has_typefocus',''),(7178,993,'tve_revision_tve_updated_post',''),(7179,993,'tve_revision_tve_has_wistia_popover',''),(7180,993,'_elementor_edit_mode','builder'),(7181,993,'_elementor_template_type','wp-page'),(7182,993,'_elementor_version','3.7.2'),(7183,993,'_elementor_pro_version','3.7.3'),(7184,993,'_wp_page_template','default'),(7185,993,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7186,993,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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<\\/p>\",\"align\":\"center\",\"text_color\":\"#bfbfbf\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7188,994,'tve_revision_tve_landing_page',''),(7189,994,'tve_revision_tve_disable_theme_dependency',''),(7190,994,'tve_revision_tve_content_before_more',''),(7191,994,'tve_revision_tve_content_more_found',''),(7192,994,'tve_revision_tve_save_post',''),(7193,994,'tve_revision_tve_custom_css',''),(7194,994,'tve_revision_tve_user_custom_css',''),(7195,994,'tve_revision_tve_page_events',''),(7196,994,'tve_revision_tve_globals',''),(7197,994,'tve_revision_tve_global_scripts',''),(7198,994,'tve_revision_thrive_icon_pack',''),(7199,994,'tve_revision_thrive_tcb_post_fonts',''),(7200,994,'tve_revision_tve_has_masonry',''),(7201,994,'tve_revision_tve_has_typefocus',''),(7202,994,'tve_revision_tve_updated_post',''),(7203,994,'tve_revision_tve_has_wistia_popover',''),(7204,994,'_elementor_edit_mode','builder'),(7205,994,'_elementor_template_type','wp-page'),(7206,994,'_elementor_version','3.7.2'),(7207,994,'_elementor_pro_version','3.7.3'),(7208,994,'_wp_page_template','default'),(7209,994,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7210,994,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7212,995,'tve_revision_tve_landing_page',''),(7213,995,'tve_revision_tve_disable_theme_dependency',''),(7214,995,'tve_revision_tve_content_before_more',''),(7215,995,'tve_revision_tve_content_more_found',''),(7216,995,'tve_revision_tve_save_post',''),(7217,995,'tve_revision_tve_custom_css',''),(7218,995,'tve_revision_tve_user_custom_css',''),(7219,995,'tve_revision_tve_page_events',''),(7220,995,'tve_revision_tve_globals',''),(7221,995,'tve_revision_tve_global_scripts',''),(7222,995,'tve_revision_thrive_icon_pack',''),(7223,995,'tve_revision_thrive_tcb_post_fonts',''),(7224,995,'tve_revision_tve_has_masonry',''),(7225,995,'tve_revision_tve_has_typefocus',''),(7226,995,'tve_revision_tve_updated_post',''),(7227,995,'tve_revision_tve_has_wistia_popover',''),(7228,995,'_elementor_edit_mode','builder'),(7229,995,'_elementor_template_type','wp-page'),(7230,995,'_elementor_version','3.7.2'),(7231,995,'_elementor_pro_version','3.7.3'),(7232,995,'_wp_page_template','default'),(7233,995,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7234,995,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7236,996,'tve_revision_tve_landing_page',''),(7237,996,'tve_revision_tve_disable_theme_dependency',''),(7238,996,'tve_revision_tve_content_before_more',''),(7239,996,'tve_revision_tve_content_more_found',''),(7240,996,'tve_revision_tve_save_post',''),(7241,996,'tve_revision_tve_custom_css',''),(7242,996,'tve_revision_tve_user_custom_css',''),(7243,996,'tve_revision_tve_page_events',''),(7244,996,'tve_revision_tve_globals',''),(7245,996,'tve_revision_tve_global_scripts',''),(7246,996,'tve_revision_thrive_icon_pack',''),(7247,996,'tve_revision_thrive_tcb_post_fonts',''),(7248,996,'tve_revision_tve_has_masonry',''),(7249,996,'tve_revision_tve_has_typefocus',''),(7250,996,'tve_revision_tve_updated_post',''),(7251,996,'tve_revision_tve_has_wistia_popover',''),(7252,996,'_elementor_edit_mode','builder'),(7253,996,'_elementor_template_type','wp-page'),(7254,996,'_elementor_version','3.7.2'),(7255,996,'_elementor_pro_version','3.7.3'),(7256,996,'_wp_page_template','default'),(7257,996,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7258,996,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7260,997,'tve_revision_tve_landing_page',''),(7261,997,'tve_revision_tve_disable_theme_dependency',''),(7262,997,'tve_revision_tve_content_before_more',''),(7263,997,'tve_revision_tve_content_more_found',''),(7264,997,'tve_revision_tve_save_post',''),(7265,997,'tve_revision_tve_custom_css',''),(7266,997,'tve_revision_tve_user_custom_css',''),(7267,997,'tve_revision_tve_page_events',''),(7268,997,'tve_revision_tve_globals',''),(7269,997,'tve_revision_tve_global_scripts',''),(7270,997,'tve_revision_thrive_icon_pack',''),(7271,997,'tve_revision_thrive_tcb_post_fonts',''),(7272,997,'tve_revision_tve_has_masonry',''),(7273,997,'tve_revision_tve_has_typefocus',''),(7274,997,'tve_revision_tve_updated_post',''),(7275,997,'tve_revision_tve_has_wistia_popover',''),(7276,997,'_elementor_edit_mode','builder'),(7277,997,'_elementor_template_type','wp-page'),(7278,997,'_elementor_version','3.7.2'),(7279,997,'_elementor_pro_version','3.7.3'),(7280,997,'_wp_page_template','default'),(7281,997,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7282,997,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"10,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\" \\u20a6\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7284,971,'_eael_widget_elements','a:1:{s:11:\"price-table\";s:11:\"price-table\";}'),(7285,998,'tve_revision_tve_landing_page',''),(7286,998,'tve_revision_tve_disable_theme_dependency',''),(7287,998,'tve_revision_tve_content_before_more',''),(7288,998,'tve_revision_tve_content_more_found',''),(7289,998,'tve_revision_tve_save_post',''),(7290,998,'tve_revision_tve_custom_css',''),(7291,998,'tve_revision_tve_user_custom_css',''),(7292,998,'tve_revision_tve_page_events',''),(7293,998,'tve_revision_tve_globals',''),(7294,998,'tve_revision_tve_global_scripts',''),(7295,998,'tve_revision_thrive_icon_pack',''),(7296,998,'tve_revision_thrive_tcb_post_fonts',''),(7297,998,'tve_revision_tve_has_masonry',''),(7298,998,'tve_revision_tve_has_typefocus',''),(7299,998,'tve_revision_tve_updated_post',''),(7300,998,'tve_revision_tve_has_wistia_popover',''),(7301,998,'_elementor_edit_mode','builder'),(7302,998,'_elementor_template_type','wp-page'),(7303,998,'_elementor_version','3.7.2'),(7304,998,'_elementor_pro_version','3.7.3'),(7305,998,'_wp_page_template','default'),(7306,998,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7307,998,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"10,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\" \\u20a6\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7309,999,'tve_revision_tve_landing_page',''),(7310,999,'tve_revision_tve_disable_theme_dependency',''),(7311,999,'tve_revision_tve_content_before_more',''),(7312,999,'tve_revision_tve_content_more_found',''),(7313,999,'tve_revision_tve_save_post',''),(7314,999,'tve_revision_tve_custom_css',''),(7315,999,'tve_revision_tve_user_custom_css',''),(7316,999,'tve_revision_tve_page_events',''),(7317,999,'tve_revision_tve_globals',''),(7318,999,'tve_revision_tve_global_scripts',''),(7319,999,'tve_revision_thrive_icon_pack',''),(7320,999,'tve_revision_thrive_tcb_post_fonts',''),(7321,999,'tve_revision_tve_has_masonry',''),(7322,999,'tve_revision_tve_has_typefocus',''),(7323,999,'tve_revision_tve_updated_post',''),(7324,999,'tve_revision_tve_has_wistia_popover',''),(7325,999,'_elementor_edit_mode','builder'),(7326,999,'_elementor_template_type','wp-page'),(7327,999,'_elementor_version','3.7.2'),(7328,999,'_elementor_pro_version','3.7.3'),(7329,999,'_wp_page_template','default'),(7330,999,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7331,999,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"10,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\" \\u20a6\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7333,1000,'tve_revision_tve_landing_page',''),(7334,1000,'tve_revision_tve_disable_theme_dependency',''),(7335,1000,'tve_revision_tve_content_before_more',''),(7336,1000,'tve_revision_tve_content_more_found',''),(7337,1000,'tve_revision_tve_save_post',''),(7338,1000,'tve_revision_tve_custom_css',''),(7339,1000,'tve_revision_tve_user_custom_css',''),(7340,1000,'tve_revision_tve_page_events',''),(7341,1000,'tve_revision_tve_globals',''),(7342,1000,'tve_revision_tve_global_scripts',''),(7343,1000,'tve_revision_thrive_icon_pack',''),(7344,1000,'tve_revision_thrive_tcb_post_fonts',''),(7345,1000,'tve_revision_tve_has_masonry',''),(7346,1000,'tve_revision_tve_has_typefocus',''),(7347,1000,'tve_revision_tve_updated_post',''),(7348,1000,'tve_revision_tve_has_wistia_popover',''),(7349,1000,'_elementor_edit_mode','builder'),(7350,1000,'_elementor_template_type','wp-page'),(7351,1000,'_elementor_version','3.7.2'),(7352,1000,'_elementor_pro_version','3.7.3'),(7353,1000,'_wp_page_template','default'),(7354,1000,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7355,1000,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7357,1001,'tve_revision_tve_landing_page',''),(7358,1001,'tve_revision_tve_disable_theme_dependency',''),(7359,1001,'tve_revision_tve_content_before_more',''),(7360,1001,'tve_revision_tve_content_more_found',''),(7361,1001,'tve_revision_tve_save_post',''),(7362,1001,'tve_revision_tve_custom_css',''),(7363,1001,'tve_revision_tve_user_custom_css',''),(7364,1001,'tve_revision_tve_page_events',''),(7365,1001,'tve_revision_tve_globals',''),(7366,1001,'tve_revision_tve_global_scripts',''),(7367,1001,'tve_revision_thrive_icon_pack',''),(7368,1001,'tve_revision_thrive_tcb_post_fonts',''),(7369,1001,'tve_revision_tve_has_masonry',''),(7370,1001,'tve_revision_tve_has_typefocus',''),(7371,1001,'tve_revision_tve_updated_post',''),(7372,1001,'tve_revision_tve_has_wistia_popover',''),(7373,1001,'_elementor_edit_mode','builder'),(7374,1001,'_elementor_template_type','wp-page'),(7375,1001,'_elementor_version','3.7.2'),(7376,1001,'_elementor_pro_version','3.7.3'),(7377,1001,'_wp_page_template','default'),(7378,1001,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7379,1001,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7381,1002,'tve_revision_tve_landing_page',''),(7382,1002,'tve_revision_tve_disable_theme_dependency',''),(7383,1002,'tve_revision_tve_content_before_more',''),(7384,1002,'tve_revision_tve_content_more_found',''),(7385,1002,'tve_revision_tve_save_post',''),(7386,1002,'tve_revision_tve_custom_css',''),(7387,1002,'tve_revision_tve_user_custom_css',''),(7388,1002,'tve_revision_tve_page_events',''),(7389,1002,'tve_revision_tve_globals',''),(7390,1002,'tve_revision_tve_global_scripts',''),(7391,1002,'tve_revision_thrive_icon_pack',''),(7392,1002,'tve_revision_thrive_tcb_post_fonts',''),(7393,1002,'tve_revision_tve_has_masonry',''),(7394,1002,'tve_revision_tve_has_typefocus',''),(7395,1002,'tve_revision_tve_updated_post',''),(7396,1002,'tve_revision_tve_has_wistia_popover',''),(7397,1002,'_elementor_edit_mode','builder'),(7398,1002,'_elementor_template_type','wp-page'),(7399,1002,'_elementor_version','3.7.2'),(7400,1002,'_elementor_pro_version','3.7.3'),(7401,1002,'_wp_page_template','default'),(7402,1002,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7403,1002,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7405,1003,'tve_revision_tve_landing_page',''),(7406,1003,'tve_revision_tve_disable_theme_dependency',''),(7407,1003,'tve_revision_tve_content_before_more',''),(7408,1003,'tve_revision_tve_content_more_found',''),(7409,1003,'tve_revision_tve_save_post',''),(7410,1003,'tve_revision_tve_custom_css',''),(7411,1003,'tve_revision_tve_user_custom_css',''),(7412,1003,'tve_revision_tve_page_events',''),(7413,1003,'tve_revision_tve_globals',''),(7414,1003,'tve_revision_tve_global_scripts',''),(7415,1003,'tve_revision_thrive_icon_pack',''),(7416,1003,'tve_revision_thrive_tcb_post_fonts',''),(7417,1003,'tve_revision_tve_has_masonry',''),(7418,1003,'tve_revision_tve_has_typefocus',''),(7419,1003,'tve_revision_tve_updated_post',''),(7420,1003,'tve_revision_tve_has_wistia_popover',''),(7421,1003,'_elementor_edit_mode','builder'),(7422,1003,'_elementor_template_type','wp-page'),(7423,1003,'_elementor_version','3.7.2'),(7424,1003,'_elementor_pro_version','3.7.3'),(7425,1003,'_wp_page_template','default'),(7426,1003,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7427,1003,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7429,1004,'tve_revision_tve_landing_page',''),(7430,1004,'tve_revision_tve_disable_theme_dependency',''),(7431,1004,'tve_revision_tve_content_before_more',''),(7432,1004,'tve_revision_tve_content_more_found',''),(7433,1004,'tve_revision_tve_save_post',''),(7434,1004,'tve_revision_tve_custom_css',''),(7435,1004,'tve_revision_tve_user_custom_css',''),(7436,1004,'tve_revision_tve_page_events',''),(7437,1004,'tve_revision_tve_globals',''),(7438,1004,'tve_revision_tve_global_scripts',''),(7439,1004,'tve_revision_thrive_icon_pack',''),(7440,1004,'tve_revision_thrive_tcb_post_fonts',''),(7441,1004,'tve_revision_tve_has_masonry',''),(7442,1004,'tve_revision_tve_has_typefocus',''),(7443,1004,'tve_revision_tve_updated_post',''),(7444,1004,'tve_revision_tve_has_wistia_popover',''),(7445,1004,'_elementor_edit_mode','builder'),(7446,1004,'_elementor_template_type','wp-page'),(7447,1004,'_elementor_version','3.7.2'),(7448,1004,'_elementor_pro_version','3.7.3'),(7449,1004,'_wp_page_template','default'),(7450,1004,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7451,1004,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7453,1005,'tve_revision_tve_landing_page',''),(7454,1005,'tve_revision_tve_disable_theme_dependency',''),(7455,1005,'tve_revision_tve_content_before_more',''),(7456,1005,'tve_revision_tve_content_more_found',''),(7457,1005,'tve_revision_tve_save_post',''),(7458,1005,'tve_revision_tve_custom_css',''),(7459,1005,'tve_revision_tve_user_custom_css',''),(7460,1005,'tve_revision_tve_page_events',''),(7461,1005,'tve_revision_tve_globals',''),(7462,1005,'tve_revision_tve_global_scripts',''),(7463,1005,'tve_revision_thrive_icon_pack',''),(7464,1005,'tve_revision_thrive_tcb_post_fonts',''),(7465,1005,'tve_revision_tve_has_masonry',''),(7466,1005,'tve_revision_tve_has_typefocus',''),(7467,1005,'tve_revision_tve_updated_post',''),(7468,1005,'tve_revision_tve_has_wistia_popover',''),(7469,1005,'_elementor_edit_mode','builder'),(7470,1005,'_elementor_template_type','wp-page'),(7471,1005,'_elementor_version','3.7.2'),(7472,1005,'_elementor_pro_version','3.7.3'),(7473,1005,'_wp_page_template','default'),(7474,1005,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7475,1005,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Unlimited calls\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Free hosting\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB of storage space\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"500 MB Bandwidth\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7477,1006,'tve_revision_tve_landing_page',''),(7478,1006,'tve_revision_tve_disable_theme_dependency',''),(7479,1006,'tve_revision_tve_content_before_more',''),(7480,1006,'tve_revision_tve_content_more_found',''),(7481,1006,'tve_revision_tve_save_post',''),(7482,1006,'tve_revision_tve_custom_css',''),(7483,1006,'tve_revision_tve_user_custom_css',''),(7484,1006,'tve_revision_tve_page_events',''),(7485,1006,'tve_revision_tve_globals',''),(7486,1006,'tve_revision_tve_global_scripts',''),(7487,1006,'tve_revision_thrive_icon_pack',''),(7488,1006,'tve_revision_thrive_tcb_post_fonts',''),(7489,1006,'tve_revision_tve_has_masonry',''),(7490,1006,'tve_revision_tve_has_typefocus',''),(7491,1006,'tve_revision_tve_updated_post',''),(7492,1006,'tve_revision_tve_has_wistia_popover',''),(7493,1006,'_elementor_edit_mode','builder'),(7494,1006,'_elementor_template_type','wp-page'),(7495,1006,'_elementor_version','3.7.2'),(7496,1006,'_elementor_pro_version','3.7.3'),(7497,1006,'_wp_page_template','default'),(7498,1006,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7499,1006,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7501,1007,'tve_revision_tve_landing_page',''),(7502,1007,'tve_revision_tve_disable_theme_dependency',''),(7503,1007,'tve_revision_tve_content_before_more',''),(7504,1007,'tve_revision_tve_content_more_found',''),(7505,1007,'tve_revision_tve_save_post',''),(7506,1007,'tve_revision_tve_custom_css',''),(7507,1007,'tve_revision_tve_user_custom_css',''),(7508,1007,'tve_revision_tve_page_events',''),(7509,1007,'tve_revision_tve_globals',''),(7510,1007,'tve_revision_tve_global_scripts',''),(7511,1007,'tve_revision_thrive_icon_pack',''),(7512,1007,'tve_revision_thrive_tcb_post_fonts',''),(7513,1007,'tve_revision_tve_has_masonry',''),(7514,1007,'tve_revision_tve_has_typefocus',''),(7515,1007,'tve_revision_tve_updated_post',''),(7516,1007,'tve_revision_tve_has_wistia_popover',''),(7517,1007,'_elementor_edit_mode','builder'),(7518,1007,'_elementor_template_type','wp-page'),(7519,1007,'_elementor_version','3.7.2'),(7520,1007,'_elementor_pro_version','3.7.3'),(7521,1007,'_wp_page_template','default'),(7522,1007,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7523,1007,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7525,1008,'tve_revision_tve_landing_page',''),(7526,1008,'tve_revision_tve_disable_theme_dependency',''),(7527,1008,'tve_revision_tve_content_before_more',''),(7528,1008,'tve_revision_tve_content_more_found',''),(7529,1008,'tve_revision_tve_save_post',''),(7530,1008,'tve_revision_tve_custom_css',''),(7531,1008,'tve_revision_tve_user_custom_css',''),(7532,1008,'tve_revision_tve_page_events',''),(7533,1008,'tve_revision_tve_globals',''),(7534,1008,'tve_revision_tve_global_scripts',''),(7535,1008,'tve_revision_thrive_icon_pack',''),(7536,1008,'tve_revision_thrive_tcb_post_fonts',''),(7537,1008,'tve_revision_tve_has_masonry',''),(7538,1008,'tve_revision_tve_has_typefocus',''),(7539,1008,'tve_revision_tve_updated_post',''),(7540,1008,'tve_revision_tve_has_wistia_popover',''),(7541,1008,'_elementor_edit_mode','builder'),(7542,1008,'_elementor_template_type','wp-page'),(7543,1008,'_elementor_version','3.7.2'),(7544,1008,'_elementor_pro_version','3.7.3'),(7545,1008,'_wp_page_template','default'),(7546,1008,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7547,1008,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7549,1009,'tve_revision_tve_landing_page',''),(7550,1009,'tve_revision_tve_disable_theme_dependency',''),(7551,1009,'tve_revision_tve_content_before_more',''),(7552,1009,'tve_revision_tve_content_more_found',''),(7553,1009,'tve_revision_tve_save_post',''),(7554,1009,'tve_revision_tve_custom_css',''),(7555,1009,'tve_revision_tve_user_custom_css',''),(7556,1009,'tve_revision_tve_page_events',''),(7557,1009,'tve_revision_tve_globals',''),(7558,1009,'tve_revision_tve_global_scripts',''),(7559,1009,'tve_revision_thrive_icon_pack',''),(7560,1009,'tve_revision_thrive_tcb_post_fonts',''),(7561,1009,'tve_revision_tve_has_masonry',''),(7562,1009,'tve_revision_tve_has_typefocus',''),(7563,1009,'tve_revision_tve_updated_post',''),(7564,1009,'tve_revision_tve_has_wistia_popover',''),(7565,1009,'_elementor_edit_mode','builder'),(7566,1009,'_elementor_template_type','wp-page'),(7567,1009,'_elementor_version','3.7.2'),(7568,1009,'_elementor_pro_version','3.7.3'),(7569,1009,'_wp_page_template','default'),(7570,1009,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7571,1009,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7605,1010,'tve_revision_tve_landing_page',''),(7606,1010,'tve_revision_tve_disable_theme_dependency',''),(7607,1010,'tve_revision_tve_content_before_more',''),(7608,1010,'tve_revision_tve_content_more_found',''),(7609,1010,'tve_revision_tve_save_post',''),(7610,1010,'tve_revision_tve_custom_css',''),(7611,1010,'tve_revision_tve_user_custom_css',''),(7612,1010,'tve_revision_tve_page_events',''),(7613,1010,'tve_revision_tve_globals',''),(7614,1010,'tve_revision_tve_global_scripts',''),(7615,1010,'tve_revision_thrive_icon_pack',''),(7616,1010,'tve_revision_thrive_tcb_post_fonts',''),(7617,1010,'tve_revision_tve_has_masonry',''),(7618,1010,'tve_revision_tve_has_typefocus',''),(7619,1010,'tve_revision_tve_updated_post',''),(7620,1010,'tve_revision_tve_has_wistia_popover',''),(7621,1010,'_elementor_edit_mode','builder'),(7622,1010,'_elementor_template_type','wp-page'),(7623,1010,'_elementor_version','3.7.2'),(7624,1010,'_elementor_pro_version','3.7.3'),(7625,1010,'_wp_page_template','default'),(7626,1010,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7627,1010,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7629,1011,'tve_revision_tve_landing_page',''),(7630,1011,'tve_revision_tve_disable_theme_dependency',''),(7631,1011,'tve_revision_tve_content_before_more',''),(7632,1011,'tve_revision_tve_content_more_found',''),(7633,1011,'tve_revision_tve_save_post',''),(7634,1011,'tve_revision_tve_custom_css',''),(7635,1011,'tve_revision_tve_user_custom_css',''),(7636,1011,'tve_revision_tve_page_events',''),(7637,1011,'tve_revision_tve_globals',''),(7638,1011,'tve_revision_tve_global_scripts',''),(7639,1011,'tve_revision_thrive_icon_pack',''),(7640,1011,'tve_revision_thrive_tcb_post_fonts',''),(7641,1011,'tve_revision_tve_has_masonry',''),(7642,1011,'tve_revision_tve_has_typefocus',''),(7643,1011,'tve_revision_tve_updated_post',''),(7644,1011,'tve_revision_tve_has_wistia_popover',''),(7645,1011,'_elementor_edit_mode','builder'),(7646,1011,'_elementor_template_type','wp-page'),(7647,1011,'_elementor_version','3.7.2'),(7648,1011,'_elementor_pro_version','3.7.3'),(7649,1011,'_wp_page_template','default'),(7650,1011,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7651,1011,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7653,1012,'tve_revision_tve_landing_page',''),(7654,1012,'tve_revision_tve_disable_theme_dependency',''),(7655,1012,'tve_revision_tve_content_before_more',''),(7656,1012,'tve_revision_tve_content_more_found',''),(7657,1012,'tve_revision_tve_save_post',''),(7658,1012,'tve_revision_tve_custom_css',''),(7659,1012,'tve_revision_tve_user_custom_css',''),(7660,1012,'tve_revision_tve_page_events',''),(7661,1012,'tve_revision_tve_globals',''),(7662,1012,'tve_revision_tve_global_scripts',''),(7663,1012,'tve_revision_thrive_icon_pack',''),(7664,1012,'tve_revision_thrive_tcb_post_fonts',''),(7665,1012,'tve_revision_tve_has_masonry',''),(7666,1012,'tve_revision_tve_has_typefocus',''),(7667,1012,'tve_revision_tve_updated_post',''),(7668,1012,'tve_revision_tve_has_wistia_popover',''),(7669,1012,'_elementor_edit_mode','builder'),(7670,1012,'_elementor_template_type','wp-page'),(7671,1012,'_elementor_version','3.7.2'),(7672,1012,'_elementor_pro_version','3.7.3'),(7673,1012,'_wp_page_template','default'),(7674,1012,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7675,1012,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7677,1013,'tve_revision_tve_landing_page',''),(7678,1013,'tve_revision_tve_disable_theme_dependency',''),(7679,1013,'tve_revision_tve_content_before_more',''),(7680,1013,'tve_revision_tve_content_more_found',''),(7681,1013,'tve_revision_tve_save_post',''),(7682,1013,'tve_revision_tve_custom_css',''),(7683,1013,'tve_revision_tve_user_custom_css',''),(7684,1013,'tve_revision_tve_page_events',''),(7685,1013,'tve_revision_tve_globals',''),(7686,1013,'tve_revision_tve_global_scripts',''),(7687,1013,'tve_revision_thrive_icon_pack',''),(7688,1013,'tve_revision_thrive_tcb_post_fonts',''),(7689,1013,'tve_revision_tve_has_masonry',''),(7690,1013,'tve_revision_tve_has_typefocus',''),(7691,1013,'tve_revision_tve_updated_post',''),(7692,1013,'tve_revision_tve_has_wistia_popover',''),(7693,1013,'_elementor_edit_mode','builder'),(7694,1013,'_elementor_template_type','wp-page'),(7695,1013,'_elementor_version','3.7.2'),(7696,1013,'_elementor_pro_version','3.7.3'),(7697,1013,'_wp_page_template','default'),(7698,1013,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7699,1013,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7701,1014,'tve_revision_tve_landing_page',''),(7702,1014,'tve_revision_tve_disable_theme_dependency',''),(7703,1014,'tve_revision_tve_content_before_more',''),(7704,1014,'tve_revision_tve_content_more_found',''),(7705,1014,'tve_revision_tve_save_post',''),(7706,1014,'tve_revision_tve_custom_css',''),(7707,1014,'tve_revision_tve_user_custom_css',''),(7708,1014,'tve_revision_tve_page_events',''),(7709,1014,'tve_revision_tve_globals',''),(7710,1014,'tve_revision_tve_global_scripts',''),(7711,1014,'tve_revision_thrive_icon_pack',''),(7712,1014,'tve_revision_thrive_tcb_post_fonts',''),(7713,1014,'tve_revision_tve_has_masonry',''),(7714,1014,'tve_revision_tve_has_typefocus',''),(7715,1014,'tve_revision_tve_updated_post',''),(7716,1014,'tve_revision_tve_has_wistia_popover',''),(7717,1014,'_elementor_edit_mode','builder'),(7718,1014,'_elementor_template_type','wp-page'),(7719,1014,'_elementor_version','3.7.2'),(7720,1014,'_elementor_pro_version','3.7.3'),(7721,1014,'_wp_page_template','default'),(7722,1014,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7723,1014,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7725,1015,'tve_revision_tve_landing_page',''),(7726,1015,'tve_revision_tve_disable_theme_dependency',''),(7727,1015,'tve_revision_tve_content_before_more',''),(7728,1015,'tve_revision_tve_content_more_found',''),(7729,1015,'tve_revision_tve_save_post',''),(7730,1015,'tve_revision_tve_custom_css',''),(7731,1015,'tve_revision_tve_user_custom_css',''),(7732,1015,'tve_revision_tve_page_events',''),(7733,1015,'tve_revision_tve_globals',''),(7734,1015,'tve_revision_tve_global_scripts',''),(7735,1015,'tve_revision_thrive_icon_pack',''),(7736,1015,'tve_revision_thrive_tcb_post_fonts',''),(7737,1015,'tve_revision_tve_has_masonry',''),(7738,1015,'tve_revision_tve_has_typefocus',''),(7739,1015,'tve_revision_tve_updated_post',''),(7740,1015,'tve_revision_tve_has_wistia_popover',''),(7741,1015,'_elementor_edit_mode','builder'),(7742,1015,'_elementor_template_type','wp-page'),(7743,1015,'_elementor_version','3.7.2'),(7744,1015,'_elementor_pro_version','3.7.3'),(7745,1015,'_wp_page_template','default'),(7746,1015,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7747,1015,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7750,1016,'tve_revision_tve_landing_page',''),(7751,1016,'tve_revision_tve_disable_theme_dependency',''),(7752,1016,'tve_revision_tve_content_before_more',''),(7753,1016,'tve_revision_tve_content_more_found',''),(7754,1016,'tve_revision_tve_save_post',''),(7755,1016,'tve_revision_tve_custom_css',''),(7756,1016,'tve_revision_tve_user_custom_css',''),(7757,1016,'tve_revision_tve_page_events',''),(7758,1016,'tve_revision_tve_globals',''),(7759,1016,'tve_revision_tve_global_scripts',''),(7760,1016,'tve_revision_thrive_icon_pack',''),(7761,1016,'tve_revision_thrive_tcb_post_fonts',''),(7762,1016,'tve_revision_tve_has_masonry',''),(7763,1016,'tve_revision_tve_has_typefocus',''),(7764,1016,'tve_revision_tve_updated_post',''),(7765,1016,'tve_revision_tve_has_wistia_popover',''),(7766,1016,'_elementor_edit_mode','builder'),(7767,1016,'_elementor_template_type','wp-page'),(7768,1016,'_elementor_version','3.7.2'),(7769,1016,'_elementor_pro_version','3.7.3'),(7770,1016,'_wp_page_template','default'),(7771,1016,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7772,1016,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7775,1017,'tve_revision_tve_landing_page',''),(7776,1017,'tve_revision_tve_disable_theme_dependency',''),(7777,1017,'tve_revision_tve_content_before_more',''),(7778,1017,'tve_revision_tve_content_more_found',''),(7779,1017,'tve_revision_tve_save_post',''),(7780,1017,'tve_revision_tve_custom_css',''),(7781,1017,'tve_revision_tve_user_custom_css',''),(7782,1017,'tve_revision_tve_page_events',''),(7783,1017,'tve_revision_tve_globals',''),(7784,1017,'tve_revision_tve_global_scripts',''),(7785,1017,'tve_revision_thrive_icon_pack',''),(7786,1017,'tve_revision_thrive_tcb_post_fonts',''),(7787,1017,'tve_revision_tve_has_masonry',''),(7788,1017,'tve_revision_tve_has_typefocus',''),(7789,1017,'tve_revision_tve_updated_post',''),(7790,1017,'tve_revision_tve_has_wistia_popover',''),(7791,1017,'_elementor_edit_mode','builder'),(7792,1017,'_elementor_template_type','wp-page'),(7793,1017,'_elementor_version','3.7.2'),(7794,1017,'_elementor_pro_version','3.7.3'),(7795,1017,'_wp_page_template','default'),(7796,1017,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7797,1017,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(7800,1018,'tve_revision_tve_landing_page',''),(7801,1018,'tve_revision_tve_disable_theme_dependency',''),(7802,1018,'tve_revision_tve_content_before_more',''),(7803,1018,'tve_revision_tve_content_more_found',''),(7804,1018,'tve_revision_tve_save_post',''),(7805,1018,'tve_revision_tve_custom_css',''),(7806,1018,'tve_revision_tve_user_custom_css',''),(7807,1018,'tve_revision_tve_page_events',''),(7808,1018,'tve_revision_tve_globals',''),(7809,1018,'tve_revision_tve_global_scripts',''),(7810,1018,'tve_revision_thrive_icon_pack',''),(7811,1018,'tve_revision_thrive_tcb_post_fonts',''),(7812,1018,'tve_revision_tve_has_masonry',''),(7813,1018,'tve_revision_tve_has_typefocus',''),(7814,1018,'tve_revision_tve_updated_post',''),(7815,1018,'tve_revision_tve_has_wistia_popover',''),(7816,1018,'_elementor_edit_mode','builder'),(7817,1018,'_elementor_template_type','wp-page'),(7818,1018,'_elementor_version','3.7.2'),(7819,1018,'_elementor_pro_version','3.7.3'),(7820,1018,'_wp_page_template','default'),(7821,1018,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7822,1018,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7826,1019,'tve_revision_tve_landing_page',''),(7827,1019,'tve_revision_tve_disable_theme_dependency',''),(7828,1019,'tve_revision_tve_content_before_more',''),(7829,1019,'tve_revision_tve_content_more_found',''),(7830,1019,'tve_revision_tve_save_post',''),(7831,1019,'tve_revision_tve_custom_css',''),(7832,1019,'tve_revision_tve_user_custom_css',''),(7833,1019,'tve_revision_tve_page_events',''),(7834,1019,'tve_revision_tve_globals',''),(7835,1019,'tve_revision_tve_global_scripts',''),(7836,1019,'tve_revision_thrive_icon_pack',''),(7837,1019,'tve_revision_thrive_tcb_post_fonts',''),(7838,1019,'tve_revision_tve_has_masonry',''),(7839,1019,'tve_revision_tve_has_typefocus',''),(7840,1019,'tve_revision_tve_updated_post',''),(7841,1019,'tve_revision_tve_has_wistia_popover',''),(7842,1019,'_elementor_edit_mode','builder'),(7843,1019,'_elementor_template_type','wp-page'),(7844,1019,'_elementor_version','3.7.2'),(7845,1019,'_elementor_pro_version','3.7.3'),(7846,1019,'_wp_page_template','default'),(7847,1019,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7848,1019,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7851,1020,'tve_revision_tve_landing_page',''),(7852,1020,'tve_revision_tve_disable_theme_dependency',''),(7853,1020,'tve_revision_tve_content_before_more',''),(7854,1020,'tve_revision_tve_content_more_found',''),(7855,1020,'tve_revision_tve_save_post',''),(7856,1020,'tve_revision_tve_custom_css',''),(7857,1020,'tve_revision_tve_user_custom_css',''),(7858,1020,'tve_revision_tve_page_events',''),(7859,1020,'tve_revision_tve_globals',''),(7860,1020,'tve_revision_tve_global_scripts',''),(7861,1020,'tve_revision_thrive_icon_pack',''),(7862,1020,'tve_revision_thrive_tcb_post_fonts',''),(7863,1020,'tve_revision_tve_has_masonry',''),(7864,1020,'tve_revision_tve_has_typefocus',''),(7865,1020,'tve_revision_tve_updated_post',''),(7866,1020,'tve_revision_tve_has_wistia_popover',''),(7867,1020,'_elementor_edit_mode','builder'),(7868,1020,'_elementor_template_type','wp-page'),(7869,1020,'_elementor_version','3.7.2'),(7870,1020,'_elementor_pro_version','3.7.3'),(7871,1020,'_wp_page_template','default'),(7872,1020,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7873,1020,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7876,1021,'tve_revision_tve_landing_page',''),(7877,1021,'tve_revision_tve_disable_theme_dependency',''),(7878,1021,'tve_revision_tve_content_before_more',''),(7879,1021,'tve_revision_tve_content_more_found',''),(7880,1021,'tve_revision_tve_save_post',''),(7881,1021,'tve_revision_tve_custom_css',''),(7882,1021,'tve_revision_tve_user_custom_css',''),(7883,1021,'tve_revision_tve_page_events',''),(7884,1021,'tve_revision_tve_globals',''),(7885,1021,'tve_revision_tve_global_scripts',''),(7886,1021,'tve_revision_thrive_icon_pack',''),(7887,1021,'tve_revision_thrive_tcb_post_fonts',''),(7888,1021,'tve_revision_tve_has_masonry',''),(7889,1021,'tve_revision_tve_has_typefocus',''),(7890,1021,'tve_revision_tve_updated_post',''),(7891,1021,'tve_revision_tve_has_wistia_popover',''),(7892,1021,'_elementor_edit_mode','builder'),(7893,1021,'_elementor_template_type','wp-page'),(7894,1021,'_elementor_version','3.7.2'),(7895,1021,'_elementor_pro_version','3.7.3'),(7896,1021,'_wp_page_template','default'),(7897,1021,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7898,1021,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7934,1022,'tve_revision_tve_landing_page',''),(7935,1022,'tve_revision_tve_disable_theme_dependency',''),(7936,1022,'tve_revision_tve_content_before_more',''),(7937,1022,'tve_revision_tve_content_more_found',''),(7938,1022,'tve_revision_tve_save_post',''),(7939,1022,'tve_revision_tve_custom_css',''),(7940,1022,'tve_revision_tve_user_custom_css',''),(7941,1022,'tve_revision_tve_page_events',''),(7942,1022,'tve_revision_tve_globals',''),(7943,1022,'tve_revision_tve_global_scripts',''),(7944,1022,'tve_revision_thrive_icon_pack',''),(7945,1022,'tve_revision_thrive_tcb_post_fonts',''),(7946,1022,'tve_revision_tve_has_masonry',''),(7947,1022,'tve_revision_tve_has_typefocus',''),(7948,1022,'tve_revision_tve_updated_post',''),(7949,1022,'tve_revision_tve_has_wistia_popover',''),(7950,1022,'_elementor_edit_mode','builder'),(7951,1022,'_elementor_template_type','wp-page'),(7952,1022,'_elementor_version','3.7.2'),(7953,1022,'_elementor_pro_version','3.7.3'),(7954,1022,'_wp_page_template','default'),(7955,1022,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7956,1022,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7959,1023,'tve_revision_tve_landing_page',''),(7960,1023,'tve_revision_tve_disable_theme_dependency',''),(7961,1023,'tve_revision_tve_content_before_more',''),(7962,1023,'tve_revision_tve_content_more_found',''),(7963,1023,'tve_revision_tve_save_post',''),(7964,1023,'tve_revision_tve_custom_css',''),(7965,1023,'tve_revision_tve_user_custom_css',''),(7966,1023,'tve_revision_tve_page_events',''),(7967,1023,'tve_revision_tve_globals',''),(7968,1023,'tve_revision_tve_global_scripts',''),(7969,1023,'tve_revision_thrive_icon_pack',''),(7970,1023,'tve_revision_thrive_tcb_post_fonts',''),(7971,1023,'tve_revision_tve_has_masonry',''),(7972,1023,'tve_revision_tve_has_typefocus',''),(7973,1023,'tve_revision_tve_updated_post',''),(7974,1023,'tve_revision_tve_has_wistia_popover',''),(7975,1023,'_elementor_edit_mode','builder'),(7976,1023,'_elementor_template_type','wp-page'),(7977,1023,'_elementor_version','3.7.2'),(7978,1023,'_elementor_pro_version','3.7.3'),(7979,1023,'_wp_page_template','default'),(7980,1023,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7981,1023,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(7984,1024,'tve_revision_tve_landing_page',''),(7985,1024,'tve_revision_tve_disable_theme_dependency',''),(7986,1024,'tve_revision_tve_content_before_more',''),(7987,1024,'tve_revision_tve_content_more_found',''),(7988,1024,'tve_revision_tve_save_post',''),(7989,1024,'tve_revision_tve_custom_css',''),(7990,1024,'tve_revision_tve_user_custom_css',''),(7991,1024,'tve_revision_tve_page_events',''),(7992,1024,'tve_revision_tve_globals',''),(7993,1024,'tve_revision_tve_global_scripts',''),(7994,1024,'tve_revision_thrive_icon_pack',''),(7995,1024,'tve_revision_thrive_tcb_post_fonts',''),(7996,1024,'tve_revision_tve_has_masonry',''),(7997,1024,'tve_revision_tve_has_typefocus',''),(7998,1024,'tve_revision_tve_updated_post',''),(7999,1024,'tve_revision_tve_has_wistia_popover',''),(8000,1024,'_elementor_edit_mode','builder'),(8001,1024,'_elementor_template_type','wp-page'),(8002,1024,'_elementor_version','3.7.2'),(8003,1024,'_elementor_pro_version','3.7.3'),(8004,1024,'_wp_page_template','default'),(8005,1024,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8006,1024,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8009,1025,'tve_revision_tve_landing_page',''),(8010,1025,'tve_revision_tve_disable_theme_dependency',''),(8011,1025,'tve_revision_tve_content_before_more',''),(8012,1025,'tve_revision_tve_content_more_found',''),(8013,1025,'tve_revision_tve_save_post',''),(8014,1025,'tve_revision_tve_custom_css',''),(8015,1025,'tve_revision_tve_user_custom_css',''),(8016,1025,'tve_revision_tve_page_events',''),(8017,1025,'tve_revision_tve_globals',''),(8018,1025,'tve_revision_tve_global_scripts',''),(8019,1025,'tve_revision_thrive_icon_pack',''),(8020,1025,'tve_revision_thrive_tcb_post_fonts',''),(8021,1025,'tve_revision_tve_has_masonry',''),(8022,1025,'tve_revision_tve_has_typefocus',''),(8023,1025,'tve_revision_tve_updated_post',''),(8024,1025,'tve_revision_tve_has_wistia_popover',''),(8025,1025,'_elementor_edit_mode','builder'),(8026,1025,'_elementor_template_type','wp-page'),(8027,1025,'_elementor_version','3.7.2'),(8028,1025,'_elementor_pro_version','3.7.3'),(8029,1025,'_wp_page_template','default'),(8030,1025,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8031,1025,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8033,1026,'tve_revision_tve_landing_page',''),(8034,1026,'tve_revision_tve_disable_theme_dependency',''),(8035,1026,'tve_revision_tve_content_before_more',''),(8036,1026,'tve_revision_tve_content_more_found',''),(8037,1026,'tve_revision_tve_save_post',''),(8038,1026,'tve_revision_tve_custom_css',''),(8039,1026,'tve_revision_tve_user_custom_css',''),(8040,1026,'tve_revision_tve_page_events',''),(8041,1026,'tve_revision_tve_globals',''),(8042,1026,'tve_revision_tve_global_scripts',''),(8043,1026,'tve_revision_thrive_icon_pack',''),(8044,1026,'tve_revision_thrive_tcb_post_fonts',''),(8045,1026,'tve_revision_tve_has_masonry',''),(8046,1026,'tve_revision_tve_has_typefocus',''),(8047,1026,'tve_revision_tve_updated_post',''),(8048,1026,'tve_revision_tve_has_wistia_popover',''),(8049,1026,'_elementor_edit_mode','builder'),(8050,1026,'_elementor_template_type','wp-page'),(8051,1026,'_elementor_version','3.7.2'),(8052,1026,'_elementor_pro_version','3.7.3'),(8053,1026,'_wp_page_template','default'),(8054,1026,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8055,1026,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8057,1027,'tve_revision_tve_landing_page',''),(8058,1027,'tve_revision_tve_disable_theme_dependency',''),(8059,1027,'tve_revision_tve_content_before_more',''),(8060,1027,'tve_revision_tve_content_more_found',''),(8061,1027,'tve_revision_tve_save_post',''),(8062,1027,'tve_revision_tve_custom_css',''),(8063,1027,'tve_revision_tve_user_custom_css',''),(8064,1027,'tve_revision_tve_page_events',''),(8065,1027,'tve_revision_tve_globals',''),(8066,1027,'tve_revision_tve_global_scripts',''),(8067,1027,'tve_revision_thrive_icon_pack',''),(8068,1027,'tve_revision_thrive_tcb_post_fonts',''),(8069,1027,'tve_revision_tve_has_masonry',''),(8070,1027,'tve_revision_tve_has_typefocus',''),(8071,1027,'tve_revision_tve_updated_post',''),(8072,1027,'tve_revision_tve_has_wistia_popover',''),(8073,1027,'_elementor_edit_mode','builder'),(8074,1027,'_elementor_template_type','wp-page'),(8075,1027,'_elementor_version','3.7.2'),(8076,1027,'_elementor_pro_version','3.7.3'),(8077,1027,'_wp_page_template','default'),(8078,1027,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8079,1027,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8082,1028,'tve_revision_tve_landing_page',''),(8083,1028,'tve_revision_tve_disable_theme_dependency',''),(8084,1028,'tve_revision_tve_content_before_more',''),(8085,1028,'tve_revision_tve_content_more_found',''),(8086,1028,'tve_revision_tve_save_post',''),(8087,1028,'tve_revision_tve_custom_css',''),(8088,1028,'tve_revision_tve_user_custom_css',''),(8089,1028,'tve_revision_tve_page_events',''),(8090,1028,'tve_revision_tve_globals',''),(8091,1028,'tve_revision_tve_global_scripts',''),(8092,1028,'tve_revision_thrive_icon_pack',''),(8093,1028,'tve_revision_thrive_tcb_post_fonts',''),(8094,1028,'tve_revision_tve_has_masonry',''),(8095,1028,'tve_revision_tve_has_typefocus',''),(8096,1028,'tve_revision_tve_updated_post',''),(8097,1028,'tve_revision_tve_has_wistia_popover',''),(8098,1028,'_elementor_edit_mode','builder'),(8099,1028,'_elementor_template_type','wp-page'),(8100,1028,'_elementor_version','3.7.2'),(8101,1028,'_wp_page_template','default'),(8102,1028,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8103,1028,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8105,1028,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8106,1028,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(8107,1028,'_elementor_pro_version','3.7.3'),(8108,1029,'tve_revision_tve_landing_page',''),(8109,1029,'tve_revision_tve_disable_theme_dependency',''),(8110,1029,'tve_revision_tve_content_before_more',''),(8111,1029,'tve_revision_tve_content_more_found',''),(8112,1029,'tve_revision_tve_save_post',''),(8113,1029,'tve_revision_tve_custom_css',''),(8114,1029,'tve_revision_tve_user_custom_css',''),(8115,1029,'tve_revision_tve_page_events',''),(8116,1029,'tve_revision_tve_globals',''),(8117,1029,'tve_revision_tve_global_scripts',''),(8118,1029,'tve_revision_thrive_icon_pack',''),(8119,1029,'tve_revision_thrive_tcb_post_fonts',''),(8120,1029,'tve_revision_tve_has_masonry',''),(8121,1029,'tve_revision_tve_has_typefocus',''),(8122,1029,'tve_revision_tve_updated_post',''),(8123,1029,'tve_revision_tve_has_wistia_popover',''),(8124,1029,'_elementor_edit_mode','builder'),(8125,1029,'_elementor_template_type','wp-page'),(8126,1029,'_elementor_version','3.7.2'),(8127,1029,'_wp_page_template','default'),(8128,1029,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"ChatBots Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A Virtual Assistant A.I Based Conversational Marketing &amp; \\u201cChat Agent\\u201d Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic \\u2018Artificial Intelligence\\u2019 Technology To Skyrocket Your Sales and Lead.<\\/p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.<\\/p><p>Our ChatBot can be your Virtual Assistant\\u2026 We can embed them on your Website or Landing Pages, with Call to Action Buttons.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a4e7c9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/skillabundance.com\\/sendo\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2f11cf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":803,\"sizes\":[]}},\"elements\":[{\"id\":\"2bb7354\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c4a15a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Engagement Services: Tab Idleness is Real. \\nAnd it\\u2019s been killing your conversions online!\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"05fa27b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"06169cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\\".<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6161411\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a 7 - days free trial\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"size\":\"xl\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8129,1029,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8131,1029,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8132,1029,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(8133,1029,'_elementor_pro_version','3.7.3'),(8134,1030,'tve_revision_tve_landing_page',''),(8135,1030,'tve_revision_tve_disable_theme_dependency',''),(8136,1030,'tve_revision_tve_content_before_more',''),(8137,1030,'tve_revision_tve_content_more_found',''),(8138,1030,'tve_revision_tve_save_post',''),(8139,1030,'tve_revision_tve_custom_css',''),(8140,1030,'tve_revision_tve_user_custom_css',''),(8141,1030,'tve_revision_tve_page_events',''),(8142,1030,'tve_revision_tve_globals',''),(8143,1030,'tve_revision_tve_global_scripts',''),(8144,1030,'tve_revision_thrive_icon_pack',''),(8145,1030,'tve_revision_thrive_tcb_post_fonts',''),(8146,1030,'tve_revision_tve_has_masonry',''),(8147,1030,'tve_revision_tve_has_typefocus',''),(8148,1030,'tve_revision_tve_updated_post',''),(8149,1030,'tve_revision_tve_has_wistia_popover',''),(8150,1030,'_elementor_edit_mode','builder'),(8151,1030,'_elementor_template_type','wp-page'),(8152,1030,'_elementor_version','3.7.2'),(8153,1030,'_wp_page_template','default'),(8154,1030,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8155,1030,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8157,1030,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8158,1030,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(8159,1030,'_elementor_pro_version','3.7.3'),(8160,1031,'tve_revision_tve_landing_page',''),(8161,1031,'tve_revision_tve_disable_theme_dependency',''),(8162,1031,'tve_revision_tve_content_before_more',''),(8163,1031,'tve_revision_tve_content_more_found',''),(8164,1031,'tve_revision_tve_save_post',''),(8165,1031,'tve_revision_tve_custom_css',''),(8166,1031,'tve_revision_tve_user_custom_css',''),(8167,1031,'tve_revision_tve_page_events',''),(8168,1031,'tve_revision_tve_globals',''),(8169,1031,'tve_revision_tve_global_scripts',''),(8170,1031,'tve_revision_thrive_icon_pack',''),(8171,1031,'tve_revision_thrive_tcb_post_fonts',''),(8172,1031,'tve_revision_tve_has_masonry',''),(8173,1031,'tve_revision_tve_has_typefocus',''),(8174,1031,'tve_revision_tve_updated_post',''),(8175,1031,'tve_revision_tve_has_wistia_popover',''),(8176,1031,'_elementor_edit_mode','builder'),(8177,1031,'_elementor_template_type','wp-page'),(8178,1031,'_elementor_version','3.7.2'),(8179,1031,'_wp_page_template','default'),(8180,1031,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8181,1031,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8183,1031,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8184,1031,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(8185,1031,'_elementor_pro_version','3.7.3'),(8186,1032,'tve_revision_tve_landing_page',''),(8187,1032,'tve_revision_tve_disable_theme_dependency',''),(8188,1032,'tve_revision_tve_content_before_more',''),(8189,1032,'tve_revision_tve_content_more_found',''),(8190,1032,'tve_revision_tve_save_post',''),(8191,1032,'tve_revision_tve_custom_css',''),(8192,1032,'tve_revision_tve_user_custom_css',''),(8193,1032,'tve_revision_tve_page_events',''),(8194,1032,'tve_revision_tve_globals',''),(8195,1032,'tve_revision_tve_global_scripts',''),(8196,1032,'tve_revision_thrive_icon_pack',''),(8197,1032,'tve_revision_thrive_tcb_post_fonts',''),(8198,1032,'tve_revision_tve_has_masonry',''),(8199,1032,'tve_revision_tve_has_typefocus',''),(8200,1032,'tve_revision_tve_updated_post',''),(8201,1032,'tve_revision_tve_has_wistia_popover',''),(8202,1032,'_elementor_edit_mode','builder'),(8203,1032,'_elementor_template_type','wp-page'),(8204,1032,'_elementor_version','3.7.2'),(8205,1032,'_wp_page_template','default'),(8206,1032,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8207,1032,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8209,1032,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8210,1032,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(8211,1032,'_elementor_pro_version','3.7.3'),(8212,1033,'tve_revision_tve_landing_page',''),(8213,1033,'tve_revision_tve_disable_theme_dependency',''),(8214,1033,'tve_revision_tve_content_before_more',''),(8215,1033,'tve_revision_tve_content_more_found',''),(8216,1033,'tve_revision_tve_save_post',''),(8217,1033,'tve_revision_tve_custom_css',''),(8218,1033,'tve_revision_tve_user_custom_css',''),(8219,1033,'tve_revision_tve_page_events',''),(8220,1033,'tve_revision_tve_globals',''),(8221,1033,'tve_revision_tve_global_scripts',''),(8222,1033,'tve_revision_thrive_icon_pack',''),(8223,1033,'tve_revision_thrive_tcb_post_fonts',''),(8224,1033,'tve_revision_tve_has_masonry',''),(8225,1033,'tve_revision_tve_has_typefocus',''),(8226,1033,'tve_revision_tve_updated_post',''),(8227,1033,'tve_revision_tve_has_wistia_popover',''),(8228,1033,'_elementor_edit_mode','builder'),(8229,1033,'_elementor_template_type','wp-page'),(8230,1033,'_elementor_version','3.7.2'),(8231,1033,'_wp_page_template','default'),(8232,1033,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8233,1033,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8235,1033,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8236,1033,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(8237,1033,'_elementor_pro_version','3.7.3'),(8275,1036,'_edit_last','1'),(8276,1036,'_tve_js_modules_gutenberg','a:0:{}'),(8277,1036,'_edit_lock','1661170313:1'),(8278,1036,'_elementor_edit_mode','builder'),(8279,1036,'_elementor_template_type','wp-page'),(8280,1036,'_elementor_version','3.7.2'),(8281,1036,'_elementor_pro_version','3.7.3'),(8282,1036,'_astra_content_layout_flag','disabled'),(8283,1036,'site-post-title','disabled'),(8284,1036,'ast-title-bar-display','disabled'),(8285,1036,'ast-featured-img','disabled'),(8286,1036,'site-content-layout','page-builder'),(8287,1036,'site-sidebar-layout','no-sidebar'),(8288,1036,'_wp_page_template','default'),(8289,1036,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8290,1036,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8292,1036,'_eael_custom_js',''),(8293,1036,'_eael_widget_elements','a:0:{}'),(8295,1037,'tve_revision_tve_landing_page',''),(8296,1037,'tve_revision_tve_disable_theme_dependency',''),(8297,1037,'tve_revision_tve_content_before_more',''),(8298,1037,'tve_revision_tve_content_more_found',''),(8299,1037,'tve_revision_tve_save_post',''),(8300,1037,'tve_revision_tve_custom_css',''),(8301,1037,'tve_revision_tve_user_custom_css',''),(8302,1037,'tve_revision_tve_page_events',''),(8303,1037,'tve_revision_tve_globals',''),(8304,1037,'tve_revision_tve_global_scripts',''),(8305,1037,'tve_revision_thrive_icon_pack',''),(8306,1037,'tve_revision_thrive_tcb_post_fonts',''),(8307,1037,'tve_revision_tve_has_masonry',''),(8308,1037,'tve_revision_tve_has_typefocus',''),(8309,1037,'tve_revision_tve_updated_post',''),(8310,1037,'tve_revision_tve_has_wistia_popover',''),(8311,1037,'_elementor_edit_mode','builder'),(8312,1037,'_elementor_template_type','wp-page'),(8313,1037,'_elementor_version','3.7.2'),(8314,1037,'_elementor_pro_version','3.7.3'),(8315,1037,'_wp_page_template','default'),(8316,1037,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8317,1037,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"WebEnagage Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tab Idleness is Real. And it\\u2019s been killing your conversions online!<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8320,1038,'tve_revision_tve_landing_page',''),(8321,1038,'tve_revision_tve_disable_theme_dependency',''),(8322,1038,'tve_revision_tve_content_before_more',''),(8323,1038,'tve_revision_tve_content_more_found',''),(8324,1038,'tve_revision_tve_save_post',''),(8325,1038,'tve_revision_tve_custom_css',''),(8326,1038,'tve_revision_tve_user_custom_css',''),(8327,1038,'tve_revision_tve_page_events',''),(8328,1038,'tve_revision_tve_globals',''),(8329,1038,'tve_revision_tve_global_scripts',''),(8330,1038,'tve_revision_thrive_icon_pack',''),(8331,1038,'tve_revision_thrive_tcb_post_fonts',''),(8332,1038,'tve_revision_tve_has_masonry',''),(8333,1038,'tve_revision_tve_has_typefocus',''),(8334,1038,'tve_revision_tve_updated_post',''),(8335,1038,'tve_revision_tve_has_wistia_popover',''),(8336,1038,'_elementor_edit_mode','builder'),(8337,1038,'_elementor_template_type','wp-page'),(8338,1038,'_elementor_version','3.7.2'),(8339,1038,'_elementor_pro_version','3.7.3'),(8340,1038,'_wp_page_template','default'),(8341,1038,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8342,1038,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8344,1039,'tve_revision_tve_landing_page',''),(8345,1039,'tve_revision_tve_disable_theme_dependency',''),(8346,1039,'tve_revision_tve_content_before_more',''),(8347,1039,'tve_revision_tve_content_more_found',''),(8348,1039,'tve_revision_tve_save_post',''),(8349,1039,'tve_revision_tve_custom_css',''),(8350,1039,'tve_revision_tve_user_custom_css',''),(8351,1039,'tve_revision_tve_page_events',''),(8352,1039,'tve_revision_tve_globals',''),(8353,1039,'tve_revision_tve_global_scripts',''),(8354,1039,'tve_revision_thrive_icon_pack',''),(8355,1039,'tve_revision_thrive_tcb_post_fonts',''),(8356,1039,'tve_revision_tve_has_masonry',''),(8357,1039,'tve_revision_tve_has_typefocus',''),(8358,1039,'tve_revision_tve_updated_post',''),(8359,1039,'tve_revision_tve_has_wistia_popover',''),(8360,1039,'_elementor_edit_mode','builder'),(8361,1039,'_elementor_template_type','wp-page'),(8362,1039,'_elementor_version','3.7.2'),(8363,1039,'_elementor_pro_version','3.7.3'),(8364,1039,'_wp_page_template','default'),(8365,1039,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8366,1039,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8368,1040,'tve_revision_tve_landing_page',''),(8369,1040,'tve_revision_tve_disable_theme_dependency',''),(8370,1040,'tve_revision_tve_content_before_more',''),(8371,1040,'tve_revision_tve_content_more_found',''),(8372,1040,'tve_revision_tve_save_post',''),(8373,1040,'tve_revision_tve_custom_css',''),(8374,1040,'tve_revision_tve_user_custom_css',''),(8375,1040,'tve_revision_tve_page_events',''),(8376,1040,'tve_revision_tve_globals',''),(8377,1040,'tve_revision_tve_global_scripts',''),(8378,1040,'tve_revision_thrive_icon_pack',''),(8379,1040,'tve_revision_thrive_tcb_post_fonts',''),(8380,1040,'tve_revision_tve_has_masonry',''),(8381,1040,'tve_revision_tve_has_typefocus',''),(8382,1040,'tve_revision_tve_updated_post',''),(8383,1040,'tve_revision_tve_has_wistia_popover',''),(8384,1040,'_elementor_edit_mode','builder'),(8385,1040,'_elementor_template_type','wp-page'),(8386,1040,'_elementor_version','3.7.2'),(8387,1040,'_elementor_pro_version','3.7.3'),(8388,1040,'_wp_page_template','default'),(8389,1040,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8390,1040,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8392,1041,'tve_revision_tve_landing_page',''),(8393,1041,'tve_revision_tve_disable_theme_dependency',''),(8394,1041,'tve_revision_tve_content_before_more',''),(8395,1041,'tve_revision_tve_content_more_found',''),(8396,1041,'tve_revision_tve_save_post',''),(8397,1041,'tve_revision_tve_custom_css',''),(8398,1041,'tve_revision_tve_user_custom_css',''),(8399,1041,'tve_revision_tve_page_events',''),(8400,1041,'tve_revision_tve_globals',''),(8401,1041,'tve_revision_tve_global_scripts',''),(8402,1041,'tve_revision_thrive_icon_pack',''),(8403,1041,'tve_revision_thrive_tcb_post_fonts',''),(8404,1041,'tve_revision_tve_has_masonry',''),(8405,1041,'tve_revision_tve_has_typefocus',''),(8406,1041,'tve_revision_tve_updated_post',''),(8407,1041,'tve_revision_tve_has_wistia_popover',''),(8408,1041,'_elementor_edit_mode','builder'),(8409,1041,'_elementor_template_type','wp-page'),(8410,1041,'_elementor_version','3.7.2'),(8411,1041,'_elementor_pro_version','3.7.3'),(8412,1041,'_wp_page_template','default'),(8413,1041,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8414,1041,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8416,1042,'tve_revision_tve_landing_page',''),(8417,1042,'tve_revision_tve_disable_theme_dependency',''),(8418,1042,'tve_revision_tve_content_before_more',''),(8419,1042,'tve_revision_tve_content_more_found',''),(8420,1042,'tve_revision_tve_save_post',''),(8421,1042,'tve_revision_tve_custom_css',''),(8422,1042,'tve_revision_tve_user_custom_css',''),(8423,1042,'tve_revision_tve_page_events',''),(8424,1042,'tve_revision_tve_globals',''),(8425,1042,'tve_revision_tve_global_scripts',''),(8426,1042,'tve_revision_thrive_icon_pack',''),(8427,1042,'tve_revision_thrive_tcb_post_fonts',''),(8428,1042,'tve_revision_tve_has_masonry',''),(8429,1042,'tve_revision_tve_has_typefocus',''),(8430,1042,'tve_revision_tve_updated_post',''),(8431,1042,'tve_revision_tve_has_wistia_popover',''),(8432,1042,'_elementor_edit_mode','builder'),(8433,1042,'_elementor_template_type','wp-page'),(8434,1042,'_elementor_version','3.7.2'),(8435,1042,'_elementor_pro_version','3.7.3'),(8436,1042,'_wp_page_template','default'),(8437,1042,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8438,1042,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8440,1043,'tve_revision_tve_landing_page',''),(8441,1043,'tve_revision_tve_disable_theme_dependency',''),(8442,1043,'tve_revision_tve_content_before_more',''),(8443,1043,'tve_revision_tve_content_more_found',''),(8444,1043,'tve_revision_tve_save_post',''),(8445,1043,'tve_revision_tve_custom_css',''),(8446,1043,'tve_revision_tve_user_custom_css',''),(8447,1043,'tve_revision_tve_page_events',''),(8448,1043,'tve_revision_tve_globals',''),(8449,1043,'tve_revision_tve_global_scripts',''),(8450,1043,'tve_revision_thrive_icon_pack',''),(8451,1043,'tve_revision_thrive_tcb_post_fonts',''),(8452,1043,'tve_revision_tve_has_masonry',''),(8453,1043,'tve_revision_tve_has_typefocus',''),(8454,1043,'tve_revision_tve_updated_post',''),(8455,1043,'tve_revision_tve_has_wistia_popover',''),(8456,1043,'_elementor_edit_mode','builder'),(8457,1043,'_elementor_template_type','wp-page'),(8458,1043,'_elementor_version','3.7.2'),(8459,1043,'_elementor_pro_version','3.7.3'),(8460,1043,'_wp_page_template','default'),(8461,1043,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8462,1043,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8464,1044,'tve_revision_tve_landing_page',''),(8465,1044,'tve_revision_tve_disable_theme_dependency',''),(8466,1044,'tve_revision_tve_content_before_more',''),(8467,1044,'tve_revision_tve_content_more_found',''),(8468,1044,'tve_revision_tve_save_post',''),(8469,1044,'tve_revision_tve_custom_css',''),(8470,1044,'tve_revision_tve_user_custom_css',''),(8471,1044,'tve_revision_tve_page_events',''),(8472,1044,'tve_revision_tve_globals',''),(8473,1044,'tve_revision_tve_global_scripts',''),(8474,1044,'tve_revision_thrive_icon_pack',''),(8475,1044,'tve_revision_thrive_tcb_post_fonts',''),(8476,1044,'tve_revision_tve_has_masonry',''),(8477,1044,'tve_revision_tve_has_typefocus',''),(8478,1044,'tve_revision_tve_updated_post',''),(8479,1044,'tve_revision_tve_has_wistia_popover',''),(8480,1044,'_elementor_edit_mode','builder'),(8481,1044,'_elementor_template_type','wp-page'),(8482,1044,'_elementor_version','3.7.2'),(8483,1044,'_elementor_pro_version','3.7.3'),(8484,1044,'_wp_page_template','default'),(8485,1044,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8486,1044,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8488,1045,'tve_revision_tve_landing_page',''),(8489,1045,'tve_revision_tve_disable_theme_dependency',''),(8490,1045,'tve_revision_tve_content_before_more',''),(8491,1045,'tve_revision_tve_content_more_found',''),(8492,1045,'tve_revision_tve_save_post',''),(8493,1045,'tve_revision_tve_custom_css',''),(8494,1045,'tve_revision_tve_user_custom_css',''),(8495,1045,'tve_revision_tve_page_events',''),(8496,1045,'tve_revision_tve_globals',''),(8497,1045,'tve_revision_tve_global_scripts',''),(8498,1045,'tve_revision_thrive_icon_pack',''),(8499,1045,'tve_revision_thrive_tcb_post_fonts',''),(8500,1045,'tve_revision_tve_has_masonry',''),(8501,1045,'tve_revision_tve_has_typefocus',''),(8502,1045,'tve_revision_tve_updated_post',''),(8503,1045,'tve_revision_tve_has_wistia_popover',''),(8504,1045,'_elementor_edit_mode','builder'),(8505,1045,'_elementor_template_type','wp-page'),(8506,1045,'_elementor_version','3.7.2'),(8507,1045,'_elementor_pro_version','3.7.3'),(8508,1045,'_wp_page_template','default'),(8509,1045,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8510,1045,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\\u201d.<\\/p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.<\\/p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.<\\/p><p>We can help you stop that with using Tab Engagement Solution.<\\/p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website.\\u00a0<\\/p><ul><li><strong>Capture your user\\u2019s attention whenever they switch tabs.<\\/strong><\\/li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.<\\/strong><\\/li><li><strong>Boost your website conversions by driving more traffic back to the website.<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8512,1046,'tve_revision_tve_landing_page',''),(8513,1046,'tve_revision_tve_disable_theme_dependency',''),(8514,1046,'tve_revision_tve_content_before_more',''),(8515,1046,'tve_revision_tve_content_more_found',''),(8516,1046,'tve_revision_tve_save_post',''),(8517,1046,'tve_revision_tve_custom_css',''),(8518,1046,'tve_revision_tve_user_custom_css',''),(8519,1046,'tve_revision_tve_page_events',''),(8520,1046,'tve_revision_tve_globals',''),(8521,1046,'tve_revision_tve_global_scripts',''),(8522,1046,'tve_revision_thrive_icon_pack',''),(8523,1046,'tve_revision_thrive_tcb_post_fonts',''),(8524,1046,'tve_revision_tve_has_masonry',''),(8525,1046,'tve_revision_tve_has_typefocus',''),(8526,1046,'tve_revision_tve_updated_post',''),(8527,1046,'tve_revision_tve_has_wistia_popover',''),(8528,1046,'_elementor_edit_mode','builder'),(8529,1046,'_elementor_template_type','wp-page'),(8530,1046,'_elementor_version','3.7.2'),(8531,1046,'_elementor_pro_version','3.7.3'),(8532,1046,'_wp_page_template','default'),(8533,1046,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8534,1046,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8536,1047,'tve_revision_tve_landing_page',''),(8537,1047,'tve_revision_tve_disable_theme_dependency',''),(8538,1047,'tve_revision_tve_content_before_more',''),(8539,1047,'tve_revision_tve_content_more_found',''),(8540,1047,'tve_revision_tve_save_post',''),(8541,1047,'tve_revision_tve_custom_css',''),(8542,1047,'tve_revision_tve_user_custom_css',''),(8543,1047,'tve_revision_tve_page_events',''),(8544,1047,'tve_revision_tve_globals',''),(8545,1047,'tve_revision_tve_global_scripts',''),(8546,1047,'tve_revision_thrive_icon_pack',''),(8547,1047,'tve_revision_thrive_tcb_post_fonts',''),(8548,1047,'tve_revision_tve_has_masonry',''),(8549,1047,'tve_revision_tve_has_typefocus',''),(8550,1047,'tve_revision_tve_updated_post',''),(8551,1047,'tve_revision_tve_has_wistia_popover',''),(8552,1047,'_elementor_edit_mode','builder'),(8553,1047,'_elementor_template_type','wp-page'),(8554,1047,'_elementor_version','3.7.2'),(8555,1047,'_elementor_pro_version','3.7.3'),(8556,1047,'_wp_page_template','default'),(8557,1047,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8558,1047,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8560,1048,'tve_revision_tve_landing_page',''),(8561,1048,'tve_revision_tve_disable_theme_dependency',''),(8562,1048,'tve_revision_tve_content_before_more',''),(8563,1048,'tve_revision_tve_content_more_found',''),(8564,1048,'tve_revision_tve_save_post',''),(8565,1048,'tve_revision_tve_custom_css',''),(8566,1048,'tve_revision_tve_user_custom_css',''),(8567,1048,'tve_revision_tve_page_events',''),(8568,1048,'tve_revision_tve_globals',''),(8569,1048,'tve_revision_tve_global_scripts',''),(8570,1048,'tve_revision_thrive_icon_pack',''),(8571,1048,'tve_revision_thrive_tcb_post_fonts',''),(8572,1048,'tve_revision_tve_has_masonry',''),(8573,1048,'tve_revision_tve_has_typefocus',''),(8574,1048,'tve_revision_tve_updated_post',''),(8575,1048,'tve_revision_tve_has_wistia_popover',''),(8576,1048,'_elementor_edit_mode','builder'),(8577,1048,'_elementor_template_type','wp-page'),(8578,1048,'_elementor_version','3.7.2'),(8579,1048,'_elementor_pro_version','3.7.3'),(8580,1048,'_wp_page_template','default'),(8581,1048,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8582,1048,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Yearly Plan\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\\u20a610,000 Naira\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"One Website\",\"_id\":\"71abf8a\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"One Campaign\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"800423c\"},{\"eael_pricing_table_item\":\"Unlimited Webpages\",\"_id\":\"1555ded\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Messages\",\"_id\":\"da97997\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Unlimited Page Views\",\"_id\":\"5c27d32\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"24\\/7 Unlimited Support\",\"_id\":\"aa17c85\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"f6cade7\",\"eael_pricing_table_item\":\"Live Website Data Statistics\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"3cdec8d\",\"eael_pricing_table_item\":\"Sound Tab Notification\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"b4bb0a7\",\"eael_pricing_table_item\":\"Custom Favicon and Emojis\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bcf2cb4\",\"eael_pricing_table_item\":\"Facebook\\u2122 Style Notification Dot\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"30cdc98\",\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"},{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8584,1049,'tve_revision_tve_landing_page',''),(8585,1049,'tve_revision_tve_disable_theme_dependency',''),(8586,1049,'tve_revision_tve_content_before_more',''),(8587,1049,'tve_revision_tve_content_more_found',''),(8588,1049,'tve_revision_tve_save_post',''),(8589,1049,'tve_revision_tve_custom_css',''),(8590,1049,'tve_revision_tve_user_custom_css',''),(8591,1049,'tve_revision_tve_page_events',''),(8592,1049,'tve_revision_tve_globals',''),(8593,1049,'tve_revision_tve_global_scripts',''),(8594,1049,'tve_revision_thrive_icon_pack',''),(8595,1049,'tve_revision_thrive_tcb_post_fonts',''),(8596,1049,'tve_revision_tve_has_masonry',''),(8597,1049,'tve_revision_tve_has_typefocus',''),(8598,1049,'tve_revision_tve_updated_post',''),(8599,1049,'tve_revision_tve_has_wistia_popover',''),(8600,1049,'_elementor_edit_mode','builder'),(8601,1049,'_elementor_template_type','wp-page'),(8602,1049,'_elementor_version','3.7.2'),(8603,1049,'_elementor_pro_version','3.7.3'),(8604,1049,'_wp_page_template','default'),(8605,1049,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8606,1049,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"1afce20\"}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(8608,1050,'tve_revision_tve_landing_page',''),(8609,1050,'tve_revision_tve_disable_theme_dependency',''),(8610,1050,'tve_revision_tve_content_before_more',''),(8611,1050,'tve_revision_tve_content_more_found',''),(8612,1050,'tve_revision_tve_save_post',''),(8613,1050,'tve_revision_tve_custom_css',''),(8614,1050,'tve_revision_tve_user_custom_css',''),(8615,1050,'tve_revision_tve_page_events',''),(8616,1050,'tve_revision_tve_globals',''),(8617,1050,'tve_revision_tve_global_scripts',''),(8618,1050,'tve_revision_thrive_icon_pack',''),(8619,1050,'tve_revision_thrive_tcb_post_fonts',''),(8620,1050,'tve_revision_tve_has_masonry',''),(8621,1050,'tve_revision_tve_has_typefocus',''),(8622,1050,'tve_revision_tve_updated_post',''),(8623,1050,'tve_revision_tve_has_wistia_popover',''),(8624,1050,'_elementor_edit_mode','builder'),(8625,1050,'_elementor_template_type','wp-page'),(8626,1050,'_elementor_version','3.7.2'),(8627,1050,'_elementor_pro_version','3.7.3'),(8628,1050,'_wp_page_template','default'),(8629,1050,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8630,1050,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"1afce20\"}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(8632,1051,'tve_revision_tve_landing_page',''),(8633,1051,'tve_revision_tve_disable_theme_dependency',''),(8634,1051,'tve_revision_tve_content_before_more',''),(8635,1051,'tve_revision_tve_content_more_found',''),(8636,1051,'tve_revision_tve_save_post',''),(8637,1051,'tve_revision_tve_custom_css',''),(8638,1051,'tve_revision_tve_user_custom_css',''),(8639,1051,'tve_revision_tve_page_events',''),(8640,1051,'tve_revision_tve_globals',''),(8641,1051,'tve_revision_tve_global_scripts',''),(8642,1051,'tve_revision_thrive_icon_pack',''),(8643,1051,'tve_revision_thrive_tcb_post_fonts',''),(8644,1051,'tve_revision_tve_has_masonry',''),(8645,1051,'tve_revision_tve_has_typefocus',''),(8646,1051,'tve_revision_tve_updated_post',''),(8647,1051,'tve_revision_tve_has_wistia_popover',''),(8648,1051,'_elementor_edit_mode','builder'),(8649,1051,'_elementor_template_type','wp-page'),(8650,1051,'_elementor_version','3.7.2'),(8651,1051,'_elementor_pro_version','3.7.3'),(8652,1051,'_wp_page_template','default'),(8653,1051,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8654,1051,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"1afce20\"}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(8656,1052,'tve_revision_tve_landing_page',''),(8657,1052,'tve_revision_tve_disable_theme_dependency',''),(8658,1052,'tve_revision_tve_content_before_more',''),(8659,1052,'tve_revision_tve_content_more_found',''),(8660,1052,'tve_revision_tve_save_post',''),(8661,1052,'tve_revision_tve_custom_css',''),(8662,1052,'tve_revision_tve_user_custom_css',''),(8663,1052,'tve_revision_tve_page_events',''),(8664,1052,'tve_revision_tve_globals',''),(8665,1052,'tve_revision_tve_global_scripts',''),(8666,1052,'tve_revision_thrive_icon_pack',''),(8667,1052,'tve_revision_thrive_tcb_post_fonts',''),(8668,1052,'tve_revision_tve_has_masonry',''),(8669,1052,'tve_revision_tve_has_typefocus',''),(8670,1052,'tve_revision_tve_updated_post',''),(8671,1052,'tve_revision_tve_has_wistia_popover',''),(8672,1052,'_elementor_edit_mode','builder'),(8673,1052,'_elementor_template_type','wp-page'),(8674,1052,'_elementor_version','3.7.2'),(8675,1052,'_elementor_pro_version','3.7.3'),(8676,1052,'_wp_page_template','default'),(8677,1052,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8678,1052,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"1afce20\"}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(8680,1053,'tve_revision_tve_landing_page',''),(8681,1053,'tve_revision_tve_disable_theme_dependency',''),(8682,1053,'tve_revision_tve_content_before_more',''),(8683,1053,'tve_revision_tve_content_more_found',''),(8684,1053,'tve_revision_tve_save_post',''),(8685,1053,'tve_revision_tve_custom_css',''),(8686,1053,'tve_revision_tve_user_custom_css',''),(8687,1053,'tve_revision_tve_page_events',''),(8688,1053,'tve_revision_tve_globals',''),(8689,1053,'tve_revision_tve_global_scripts',''),(8690,1053,'tve_revision_thrive_icon_pack',''),(8691,1053,'tve_revision_thrive_tcb_post_fonts',''),(8692,1053,'tve_revision_tve_has_masonry',''),(8693,1053,'tve_revision_tve_has_typefocus',''),(8694,1053,'tve_revision_tve_updated_post',''),(8695,1053,'tve_revision_tve_has_wistia_popover',''),(8696,1053,'_elementor_edit_mode','builder'),(8697,1053,'_elementor_template_type','wp-page'),(8698,1053,'_elementor_version','3.7.2'),(8699,1053,'_elementor_pro_version','3.7.3'),(8700,1053,'_wp_page_template','default'),(8701,1053,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8702,1053,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"1afce20\"}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(8704,1054,'tve_revision_tve_landing_page',''),(8705,1054,'tve_revision_tve_disable_theme_dependency',''),(8706,1054,'tve_revision_tve_content_before_more',''),(8707,1054,'tve_revision_tve_content_more_found',''),(8708,1054,'tve_revision_tve_save_post',''),(8709,1054,'tve_revision_tve_custom_css',''),(8710,1054,'tve_revision_tve_user_custom_css',''),(8711,1054,'tve_revision_tve_page_events',''),(8712,1054,'tve_revision_tve_globals',''),(8713,1054,'tve_revision_tve_global_scripts',''),(8714,1054,'tve_revision_thrive_icon_pack',''),(8715,1054,'tve_revision_thrive_tcb_post_fonts',''),(8716,1054,'tve_revision_tve_has_masonry',''),(8717,1054,'tve_revision_tve_has_typefocus',''),(8718,1054,'tve_revision_tve_updated_post',''),(8719,1054,'tve_revision_tve_has_wistia_popover',''),(8720,1054,'_elementor_edit_mode','builder'),(8721,1054,'_elementor_template_type','wp-page'),(8722,1054,'_elementor_version','3.7.2'),(8723,1054,'_elementor_pro_version','3.7.3'),(8724,1054,'_wp_page_template','default'),(8725,1054,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8726,1054,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"09a98b1\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Message Frequency Customization\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300,\"_id\":\"1afce20\"}],\"eael_pricing_table_btn\":\"Start a 3 - days free trial\",\"eael_pricing_table_btn_link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_styles\":\"ribbon-4\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_pricing_onsale_color\":\"#FF0000\",\"eael_pricing_table_price_tag_onsale_typography_typography\":\"custom\",\"eael_pricing_table_price_tag_onsale_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"eael_pricing_table_price_tag_onsale_typography_font_weight\":\"bold\",\"eael_pricing_table_tooltip_color\":\"#734409\",\"eael_pricing_table_tooltip_arrow_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"eael_pricing_table_btn_normal_bg_color\":\"#4F310B\",\"eael_pricing_table_btn_hover_bg_color\":\"#C8760E\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_list_disable_item_color\":\"#793807\",\"eael_pricing_table_list_item_icon_size_svg\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_pricing_table_list_item_typography_typography\":\"custom\",\"eael_pricing_table_featured_tag_text_color\":\"#FFFFFF\",\"eael_pricing_table_featured_tag_bg_color\":\"#682D05\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":false}],\"isInner\":false}]'),(8728,1055,'tve_revision_tve_landing_page',''),(8729,1055,'tve_revision_tve_disable_theme_dependency',''),(8730,1055,'tve_revision_tve_content_before_more',''),(8731,1055,'tve_revision_tve_content_more_found',''),(8732,1055,'tve_revision_tve_save_post',''),(8733,1055,'tve_revision_tve_custom_css',''),(8734,1055,'tve_revision_tve_user_custom_css',''),(8735,1055,'tve_revision_tve_page_events',''),(8736,1055,'tve_revision_tve_globals',''),(8737,1055,'tve_revision_tve_global_scripts',''),(8738,1055,'tve_revision_thrive_icon_pack',''),(8739,1055,'tve_revision_thrive_tcb_post_fonts',''),(8740,1055,'tve_revision_tve_has_masonry',''),(8741,1055,'tve_revision_tve_has_typefocus',''),(8742,1055,'tve_revision_tve_updated_post',''),(8743,1055,'tve_revision_tve_has_wistia_popover',''),(8744,1055,'_elementor_edit_mode','builder'),(8745,1055,'_elementor_template_type','wp-page'),(8746,1055,'_elementor_version','3.7.2'),(8747,1055,'_elementor_pro_version','3.7.3'),(8748,1055,'_wp_page_template','default'),(8749,1055,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8750,1055,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8811,1057,'tve_revision_tve_landing_page',''),(8812,1057,'tve_revision_tve_disable_theme_dependency',''),(8813,1057,'tve_revision_tve_content_before_more',''),(8814,1057,'tve_revision_tve_content_more_found',''),(8815,1057,'tve_revision_tve_save_post',''),(8816,1057,'tve_revision_tve_custom_css',''),(8817,1057,'tve_revision_tve_user_custom_css',''),(8818,1057,'tve_revision_tve_page_events',''),(8819,1057,'tve_revision_tve_globals',''),(8820,1057,'tve_revision_tve_global_scripts',''),(8821,1057,'tve_revision_thrive_icon_pack',''),(8822,1057,'tve_revision_thrive_tcb_post_fonts',''),(8823,1057,'tve_revision_tve_has_masonry',''),(8824,1057,'tve_revision_tve_has_typefocus',''),(8825,1057,'tve_revision_tve_updated_post',''),(8826,1057,'tve_revision_tve_has_wistia_popover',''),(8827,1057,'_elementor_edit_mode','builder'),(8828,1057,'_elementor_template_type','wp-page'),(8829,1057,'_elementor_version','3.7.2'),(8830,1057,'_elementor_pro_version','3.7.3'),(8831,1057,'_wp_page_template','default'),(8832,1057,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8833,1057,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8835,1058,'tve_revision_tve_landing_page',''),(8836,1058,'tve_revision_tve_disable_theme_dependency',''),(8837,1058,'tve_revision_tve_content_before_more',''),(8838,1058,'tve_revision_tve_content_more_found',''),(8839,1058,'tve_revision_tve_save_post',''),(8840,1058,'tve_revision_tve_custom_css',''),(8841,1058,'tve_revision_tve_user_custom_css',''),(8842,1058,'tve_revision_tve_page_events',''),(8843,1058,'tve_revision_tve_globals',''),(8844,1058,'tve_revision_tve_global_scripts',''),(8845,1058,'tve_revision_thrive_icon_pack',''),(8846,1058,'tve_revision_thrive_tcb_post_fonts',''),(8847,1058,'tve_revision_tve_has_masonry',''),(8848,1058,'tve_revision_tve_has_typefocus',''),(8849,1058,'tve_revision_tve_updated_post',''),(8850,1058,'tve_revision_tve_has_wistia_popover',''),(8851,1058,'_elementor_edit_mode','builder'),(8852,1058,'_elementor_template_type','wp-page'),(8853,1058,'_elementor_version','3.7.2'),(8854,1058,'_elementor_pro_version','3.7.3'),(8855,1058,'_wp_page_template','default'),(8856,1058,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8857,1058,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8859,1059,'tve_revision_tve_landing_page',''),(8860,1059,'tve_revision_tve_disable_theme_dependency',''),(8861,1059,'tve_revision_tve_content_before_more',''),(8862,1059,'tve_revision_tve_content_more_found',''),(8863,1059,'tve_revision_tve_save_post',''),(8864,1059,'tve_revision_tve_custom_css',''),(8865,1059,'tve_revision_tve_user_custom_css',''),(8866,1059,'tve_revision_tve_page_events',''),(8867,1059,'tve_revision_tve_globals',''),(8868,1059,'tve_revision_tve_global_scripts',''),(8869,1059,'tve_revision_thrive_icon_pack',''),(8870,1059,'tve_revision_thrive_tcb_post_fonts',''),(8871,1059,'tve_revision_tve_has_masonry',''),(8872,1059,'tve_revision_tve_has_typefocus',''),(8873,1059,'tve_revision_tve_updated_post',''),(8874,1059,'tve_revision_tve_has_wistia_popover',''),(8875,1059,'_elementor_edit_mode','builder'),(8876,1059,'_elementor_template_type','wp-page'),(8877,1059,'_elementor_version','3.7.2'),(8878,1059,'_elementor_pro_version','3.7.3'),(8879,1059,'_wp_page_template','default'),(8880,1059,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8881,1059,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8884,1060,'tve_revision_tve_landing_page',''),(8885,1060,'tve_revision_tve_disable_theme_dependency',''),(8886,1060,'tve_revision_tve_content_before_more',''),(8887,1060,'tve_revision_tve_content_more_found',''),(8888,1060,'tve_revision_tve_save_post',''),(8889,1060,'tve_revision_tve_custom_css',''),(8890,1060,'tve_revision_tve_user_custom_css',''),(8891,1060,'tve_revision_tve_page_events',''),(8892,1060,'tve_revision_tve_globals',''),(8893,1060,'tve_revision_tve_global_scripts',''),(8894,1060,'tve_revision_thrive_icon_pack',''),(8895,1060,'tve_revision_thrive_tcb_post_fonts',''),(8896,1060,'tve_revision_tve_has_masonry',''),(8897,1060,'tve_revision_tve_has_typefocus',''),(8898,1060,'tve_revision_tve_updated_post',''),(8899,1060,'tve_revision_tve_has_wistia_popover',''),(8900,1060,'_elementor_edit_mode','builder'),(8901,1060,'_elementor_template_type','wp-page'),(8902,1060,'_elementor_version','3.7.2'),(8903,1060,'_elementor_pro_version','3.7.3'),(8904,1060,'_wp_page_template','default'),(8905,1060,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8906,1060,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8909,1061,'tve_revision_tve_landing_page',''),(8910,1061,'tve_revision_tve_disable_theme_dependency',''),(8911,1061,'tve_revision_tve_content_before_more',''),(8912,1061,'tve_revision_tve_content_more_found',''),(8913,1061,'tve_revision_tve_save_post',''),(8914,1061,'tve_revision_tve_custom_css',''),(8915,1061,'tve_revision_tve_user_custom_css',''),(8916,1061,'tve_revision_tve_page_events',''),(8917,1061,'tve_revision_tve_globals',''),(8918,1061,'tve_revision_tve_global_scripts',''),(8919,1061,'tve_revision_thrive_icon_pack',''),(8920,1061,'tve_revision_thrive_tcb_post_fonts',''),(8921,1061,'tve_revision_tve_has_masonry',''),(8922,1061,'tve_revision_tve_has_typefocus',''),(8923,1061,'tve_revision_tve_updated_post',''),(8924,1061,'tve_revision_tve_has_wistia_popover',''),(8925,1061,'_elementor_edit_mode','builder'),(8926,1061,'_elementor_template_type','wp-page'),(8927,1061,'_elementor_version','3.7.2'),(8928,1061,'_elementor_pro_version','3.7.3'),(8929,1061,'_wp_page_template','default'),(8930,1061,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8931,1061,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d60ec00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(8934,1062,'tve_revision_tve_landing_page',''),(8935,1062,'tve_revision_tve_disable_theme_dependency',''),(8936,1062,'tve_revision_tve_content_before_more',''),(8937,1062,'tve_revision_tve_content_more_found',''),(8938,1062,'tve_revision_tve_save_post',''),(8939,1062,'tve_revision_tve_custom_css',''),(8940,1062,'tve_revision_tve_user_custom_css',''),(8941,1062,'tve_revision_tve_page_events',''),(8942,1062,'tve_revision_tve_globals',''),(8943,1062,'tve_revision_tve_global_scripts',''),(8944,1062,'tve_revision_thrive_icon_pack',''),(8945,1062,'tve_revision_thrive_tcb_post_fonts',''),(8946,1062,'tve_revision_tve_has_masonry',''),(8947,1062,'tve_revision_tve_has_typefocus',''),(8948,1062,'tve_revision_tve_updated_post',''),(8949,1062,'tve_revision_tve_has_wistia_popover',''),(8950,1062,'_elementor_edit_mode','builder'),(8951,1062,'_elementor_template_type','wp-page'),(8952,1062,'_elementor_version','3.7.2'),(8953,1062,'_elementor_pro_version','3.7.3'),(8954,1062,'_wp_page_template','default'),(8955,1062,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8956,1062,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8992,1063,'tve_revision_tve_landing_page',''),(8993,1063,'tve_revision_tve_disable_theme_dependency',''),(8994,1063,'tve_revision_tve_content_before_more',''),(8995,1063,'tve_revision_tve_content_more_found',''),(8996,1063,'tve_revision_tve_save_post',''),(8997,1063,'tve_revision_tve_custom_css',''),(8998,1063,'tve_revision_tve_user_custom_css',''),(8999,1063,'tve_revision_tve_page_events',''),(9000,1063,'tve_revision_tve_globals',''),(9001,1063,'tve_revision_tve_global_scripts',''),(9002,1063,'tve_revision_thrive_icon_pack',''),(9003,1063,'tve_revision_thrive_tcb_post_fonts',''),(9004,1063,'tve_revision_tve_has_masonry',''),(9005,1063,'tve_revision_tve_has_typefocus',''),(9006,1063,'tve_revision_tve_updated_post',''),(9007,1063,'tve_revision_tve_has_wistia_popover',''),(9008,1063,'_elementor_edit_mode','builder'),(9009,1063,'_elementor_template_type','wp-page'),(9010,1063,'_elementor_version','3.7.2'),(9011,1063,'_wp_page_template','default'),(9012,1063,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(9013,1063,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9015,1063,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9016,1063,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(9017,1063,'_elementor_pro_version','3.7.3'),(9018,1064,'tve_revision_tve_landing_page',''),(9019,1064,'tve_revision_tve_disable_theme_dependency',''),(9020,1064,'tve_revision_tve_content_before_more',''),(9021,1064,'tve_revision_tve_content_more_found',''),(9022,1064,'tve_revision_tve_save_post',''),(9023,1064,'tve_revision_tve_custom_css',''),(9024,1064,'tve_revision_tve_user_custom_css',''),(9025,1064,'tve_revision_tve_page_events',''),(9026,1064,'tve_revision_tve_globals',''),(9027,1064,'tve_revision_tve_global_scripts',''),(9028,1064,'tve_revision_thrive_icon_pack',''),(9029,1064,'tve_revision_thrive_tcb_post_fonts',''),(9030,1064,'tve_revision_tve_has_masonry',''),(9031,1064,'tve_revision_tve_has_typefocus',''),(9032,1064,'tve_revision_tve_updated_post',''),(9033,1064,'tve_revision_tve_has_wistia_popover',''),(9034,1064,'_elementor_edit_mode','builder'),(9035,1064,'_elementor_template_type','wp-page'),(9036,1064,'_elementor_version','3.7.2'),(9037,1064,'_wp_page_template','default'),(9038,1064,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"White Board Video Animation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04198cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b1e68e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a0b00cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"401cabb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20651d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"949eade\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4dbdd8a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(9039,1064,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9041,1064,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9042,1064,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(9043,1064,'_elementor_pro_version','3.7.3'),(9044,1065,'tve_revision_tve_landing_page',''),(9045,1065,'tve_revision_tve_disable_theme_dependency',''),(9046,1065,'tve_revision_tve_content_before_more',''),(9047,1065,'tve_revision_tve_content_more_found',''),(9048,1065,'tve_revision_tve_save_post',''),(9049,1065,'tve_revision_tve_custom_css',''),(9050,1065,'tve_revision_tve_user_custom_css',''),(9051,1065,'tve_revision_tve_page_events',''),(9052,1065,'tve_revision_tve_globals',''),(9053,1065,'tve_revision_tve_global_scripts',''),(9054,1065,'tve_revision_thrive_icon_pack',''),(9055,1065,'tve_revision_thrive_tcb_post_fonts',''),(9056,1065,'tve_revision_tve_has_masonry',''),(9057,1065,'tve_revision_tve_has_typefocus',''),(9058,1065,'tve_revision_tve_updated_post',''),(9059,1065,'tve_revision_tve_has_wistia_popover',''),(9060,1065,'_elementor_edit_mode','builder'),(9061,1065,'_elementor_template_type','wp-page'),(9062,1065,'_elementor_version','3.7.2'),(9063,1065,'_wp_page_template','default');
INSERT INTO `wpjn_postmeta` VALUES (9064,1065,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(9065,1065,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9067,1065,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9068,1065,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(9069,1065,'_elementor_pro_version','3.7.3'),(9070,1066,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9071,1066,'_wp_page_template','default'),(9072,1066,'site-sidebar-layout','no-sidebar'),(9073,1066,'site-content-layout','page-builder'),(9074,1066,'ast-featured-img','disabled'),(9075,1066,'ast-title-bar-display','disabled'),(9076,1066,'site-post-title','disabled'),(9077,1066,'_astra_content_layout_flag','disabled'),(9078,1066,'_elementor_pro_version','3.7.3'),(9079,1066,'_elementor_template_type','wp-page'),(9080,1066,'_elementor_version','3.7.2'),(9081,1066,'_edit_last','1'),(9082,1066,'_tve_js_modules_gutenberg','a:0:{}'),(9083,1066,'_edit_lock','1661173823:1'),(9084,1066,'_elementor_edit_mode','builder'),(9085,1066,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9087,1066,'_eael_custom_js',''),(9088,1066,'_eael_widget_elements','a:0:{}'),(9090,1067,'tve_revision_tve_landing_page',''),(9091,1067,'tve_revision_tve_disable_theme_dependency',''),(9092,1067,'tve_revision_tve_content_before_more',''),(9093,1067,'tve_revision_tve_content_more_found',''),(9094,1067,'tve_revision_tve_save_post',''),(9095,1067,'tve_revision_tve_custom_css',''),(9096,1067,'tve_revision_tve_user_custom_css',''),(9097,1067,'tve_revision_tve_page_events',''),(9098,1067,'tve_revision_tve_globals',''),(9099,1067,'tve_revision_tve_global_scripts',''),(9100,1067,'tve_revision_thrive_icon_pack',''),(9101,1067,'tve_revision_thrive_tcb_post_fonts',''),(9102,1067,'tve_revision_tve_has_masonry',''),(9103,1067,'tve_revision_tve_has_typefocus',''),(9104,1067,'tve_revision_tve_updated_post',''),(9105,1067,'tve_revision_tve_has_wistia_popover',''),(9106,1067,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9107,1067,'_wp_page_template','default'),(9108,1067,'_elementor_pro_version','3.7.3'),(9109,1067,'_elementor_template_type','wp-page'),(9110,1067,'_elementor_version','3.7.2'),(9111,1067,'_elementor_edit_mode','builder'),(9112,1067,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Video Marketing.<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9115,1068,'tve_revision_tve_landing_page',''),(9116,1068,'tve_revision_tve_disable_theme_dependency',''),(9117,1068,'tve_revision_tve_content_before_more',''),(9118,1068,'tve_revision_tve_content_more_found',''),(9119,1068,'tve_revision_tve_save_post',''),(9120,1068,'tve_revision_tve_custom_css',''),(9121,1068,'tve_revision_tve_user_custom_css',''),(9122,1068,'tve_revision_tve_page_events',''),(9123,1068,'tve_revision_tve_globals',''),(9124,1068,'tve_revision_tve_global_scripts',''),(9125,1068,'tve_revision_thrive_icon_pack',''),(9126,1068,'tve_revision_thrive_tcb_post_fonts',''),(9127,1068,'tve_revision_tve_has_masonry',''),(9128,1068,'tve_revision_tve_has_typefocus',''),(9129,1068,'tve_revision_tve_updated_post',''),(9130,1068,'tve_revision_tve_has_wistia_popover',''),(9131,1068,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9132,1068,'_wp_page_template','default'),(9133,1068,'_elementor_pro_version','3.7.3'),(9134,1068,'_elementor_template_type','wp-page'),(9135,1068,'_elementor_version','3.7.2'),(9136,1068,'_elementor_edit_mode','builder'),(9137,1068,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Us<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9139,1069,'tve_revision_tve_landing_page',''),(9140,1069,'tve_revision_tve_disable_theme_dependency',''),(9141,1069,'tve_revision_tve_content_before_more',''),(9142,1069,'tve_revision_tve_content_more_found',''),(9143,1069,'tve_revision_tve_save_post',''),(9144,1069,'tve_revision_tve_custom_css',''),(9145,1069,'tve_revision_tve_user_custom_css',''),(9146,1069,'tve_revision_tve_page_events',''),(9147,1069,'tve_revision_tve_globals',''),(9148,1069,'tve_revision_tve_global_scripts',''),(9149,1069,'tve_revision_thrive_icon_pack',''),(9150,1069,'tve_revision_thrive_tcb_post_fonts',''),(9151,1069,'tve_revision_tve_has_masonry',''),(9152,1069,'tve_revision_tve_has_typefocus',''),(9153,1069,'tve_revision_tve_updated_post',''),(9154,1069,'tve_revision_tve_has_wistia_popover',''),(9155,1069,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9156,1069,'_wp_page_template','default'),(9157,1069,'_elementor_pro_version','3.7.3'),(9158,1069,'_elementor_template_type','wp-page'),(9159,1069,'_elementor_version','3.7.2'),(9160,1069,'_elementor_edit_mode','builder'),(9161,1069,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42ccabf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Us<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9163,1070,'tve_revision_tve_landing_page',''),(9164,1070,'tve_revision_tve_disable_theme_dependency',''),(9165,1070,'tve_revision_tve_content_before_more',''),(9166,1070,'tve_revision_tve_content_more_found',''),(9167,1070,'tve_revision_tve_save_post',''),(9168,1070,'tve_revision_tve_custom_css',''),(9169,1070,'tve_revision_tve_user_custom_css',''),(9170,1070,'tve_revision_tve_page_events',''),(9171,1070,'tve_revision_tve_globals',''),(9172,1070,'tve_revision_tve_global_scripts',''),(9173,1070,'tve_revision_thrive_icon_pack',''),(9174,1070,'tve_revision_thrive_tcb_post_fonts',''),(9175,1070,'tve_revision_tve_has_masonry',''),(9176,1070,'tve_revision_tve_has_typefocus',''),(9177,1070,'tve_revision_tve_updated_post',''),(9178,1070,'tve_revision_tve_has_wistia_popover',''),(9179,1070,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9180,1070,'_wp_page_template','default'),(9181,1070,'_elementor_pro_version','3.7.3'),(9182,1070,'_elementor_template_type','wp-page'),(9183,1070,'_elementor_version','3.7.2'),(9184,1070,'_elementor_edit_mode','builder'),(9185,1070,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9187,1071,'tve_revision_tve_landing_page',''),(9188,1071,'tve_revision_tve_disable_theme_dependency',''),(9189,1071,'tve_revision_tve_content_before_more',''),(9190,1071,'tve_revision_tve_content_more_found',''),(9191,1071,'tve_revision_tve_save_post',''),(9192,1071,'tve_revision_tve_custom_css',''),(9193,1071,'tve_revision_tve_user_custom_css',''),(9194,1071,'tve_revision_tve_page_events',''),(9195,1071,'tve_revision_tve_globals',''),(9196,1071,'tve_revision_tve_global_scripts',''),(9197,1071,'tve_revision_thrive_icon_pack',''),(9198,1071,'tve_revision_thrive_tcb_post_fonts',''),(9199,1071,'tve_revision_tve_has_masonry',''),(9200,1071,'tve_revision_tve_has_typefocus',''),(9201,1071,'tve_revision_tve_updated_post',''),(9202,1071,'tve_revision_tve_has_wistia_popover',''),(9203,1071,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9204,1071,'_wp_page_template','default'),(9205,1071,'_elementor_pro_version','3.7.3'),(9206,1071,'_elementor_template_type','wp-page'),(9207,1071,'_elementor_version','3.7.2'),(9208,1071,'_elementor_edit_mode','builder'),(9209,1071,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9211,1072,'tve_revision_tve_landing_page',''),(9212,1072,'tve_revision_tve_disable_theme_dependency',''),(9213,1072,'tve_revision_tve_content_before_more',''),(9214,1072,'tve_revision_tve_content_more_found',''),(9215,1072,'tve_revision_tve_save_post',''),(9216,1072,'tve_revision_tve_custom_css',''),(9217,1072,'tve_revision_tve_user_custom_css',''),(9218,1072,'tve_revision_tve_page_events',''),(9219,1072,'tve_revision_tve_globals',''),(9220,1072,'tve_revision_tve_global_scripts',''),(9221,1072,'tve_revision_thrive_icon_pack',''),(9222,1072,'tve_revision_thrive_tcb_post_fonts',''),(9223,1072,'tve_revision_tve_has_masonry',''),(9224,1072,'tve_revision_tve_has_typefocus',''),(9225,1072,'tve_revision_tve_updated_post',''),(9226,1072,'tve_revision_tve_has_wistia_popover',''),(9227,1072,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9228,1072,'_wp_page_template','default'),(9229,1072,'_elementor_pro_version','3.7.3'),(9230,1072,'_elementor_template_type','wp-page'),(9231,1072,'_elementor_version','3.7.2'),(9232,1072,'_elementor_edit_mode','builder'),(9233,1072,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc\\u2026 We help create awareness of your Business through Videos\\u2026<\\/p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc\\u2026<\\/p><p>We Offer our Services at an Affordable Price.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a170a41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whiteboard Animations<\\/p>\",\"align\":\"center\",\"text_color\":\"#6F3509\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49},\"typography_font_weight\":\"bold\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9235,1073,'tve_revision_tve_landing_page',''),(9236,1073,'tve_revision_tve_disable_theme_dependency',''),(9237,1073,'tve_revision_tve_content_before_more',''),(9238,1073,'tve_revision_tve_content_more_found',''),(9239,1073,'tve_revision_tve_save_post',''),(9240,1073,'tve_revision_tve_custom_css',''),(9241,1073,'tve_revision_tve_user_custom_css',''),(9242,1073,'tve_revision_tve_page_events',''),(9243,1073,'tve_revision_tve_globals',''),(9244,1073,'tve_revision_tve_global_scripts',''),(9245,1073,'tve_revision_thrive_icon_pack',''),(9246,1073,'tve_revision_thrive_tcb_post_fonts',''),(9247,1073,'tve_revision_tve_has_masonry',''),(9248,1073,'tve_revision_tve_has_typefocus',''),(9249,1073,'tve_revision_tve_updated_post',''),(9250,1073,'tve_revision_tve_has_wistia_popover',''),(9251,1073,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9252,1073,'_wp_page_template','default'),(9253,1073,'_elementor_pro_version','3.7.3'),(9254,1073,'_elementor_template_type','wp-page'),(9255,1073,'_elementor_version','3.7.2'),(9256,1073,'_elementor_edit_mode','builder'),(9257,1073,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9259,1074,'tve_revision_tve_landing_page',''),(9260,1074,'tve_revision_tve_disable_theme_dependency',''),(9261,1074,'tve_revision_tve_content_before_more',''),(9262,1074,'tve_revision_tve_content_more_found',''),(9263,1074,'tve_revision_tve_save_post',''),(9264,1074,'tve_revision_tve_custom_css',''),(9265,1074,'tve_revision_tve_user_custom_css',''),(9266,1074,'tve_revision_tve_page_events',''),(9267,1074,'tve_revision_tve_globals',''),(9268,1074,'tve_revision_tve_global_scripts',''),(9269,1074,'tve_revision_thrive_icon_pack',''),(9270,1074,'tve_revision_thrive_tcb_post_fonts',''),(9271,1074,'tve_revision_tve_has_masonry',''),(9272,1074,'tve_revision_tve_has_typefocus',''),(9273,1074,'tve_revision_tve_updated_post',''),(9274,1074,'tve_revision_tve_has_wistia_popover',''),(9275,1074,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9276,1074,'_wp_page_template','default'),(9277,1074,'_elementor_pro_version','3.7.3'),(9278,1074,'_elementor_template_type','wp-page'),(9279,1074,'_elementor_version','3.7.2'),(9280,1074,'_elementor_edit_mode','builder'),(9281,1074,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9283,1075,'tve_revision_tve_landing_page',''),(9284,1075,'tve_revision_tve_disable_theme_dependency',''),(9285,1075,'tve_revision_tve_content_before_more',''),(9286,1075,'tve_revision_tve_content_more_found',''),(9287,1075,'tve_revision_tve_save_post',''),(9288,1075,'tve_revision_tve_custom_css',''),(9289,1075,'tve_revision_tve_user_custom_css',''),(9290,1075,'tve_revision_tve_page_events',''),(9291,1075,'tve_revision_tve_globals',''),(9292,1075,'tve_revision_tve_global_scripts',''),(9293,1075,'tve_revision_thrive_icon_pack',''),(9294,1075,'tve_revision_thrive_tcb_post_fonts',''),(9295,1075,'tve_revision_tve_has_masonry',''),(9296,1075,'tve_revision_tve_has_typefocus',''),(9297,1075,'tve_revision_tve_updated_post',''),(9298,1075,'tve_revision_tve_has_wistia_popover',''),(9299,1075,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9300,1075,'_wp_page_template','default'),(9301,1075,'_elementor_pro_version','3.7.3'),(9302,1075,'_elementor_template_type','wp-page'),(9303,1075,'_elementor_version','3.7.2'),(9304,1075,'_elementor_edit_mode','builder'),(9305,1075,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741844269\\/b65d0b4009\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9307,1076,'tve_revision_tve_landing_page',''),(9308,1076,'tve_revision_tve_disable_theme_dependency',''),(9309,1076,'tve_revision_tve_content_before_more',''),(9310,1076,'tve_revision_tve_content_more_found',''),(9311,1076,'tve_revision_tve_save_post',''),(9312,1076,'tve_revision_tve_custom_css',''),(9313,1076,'tve_revision_tve_user_custom_css',''),(9314,1076,'tve_revision_tve_page_events',''),(9315,1076,'tve_revision_tve_globals',''),(9316,1076,'tve_revision_tve_global_scripts',''),(9317,1076,'tve_revision_thrive_icon_pack',''),(9318,1076,'tve_revision_thrive_tcb_post_fonts',''),(9319,1076,'tve_revision_tve_has_masonry',''),(9320,1076,'tve_revision_tve_has_typefocus',''),(9321,1076,'tve_revision_tve_updated_post',''),(9322,1076,'tve_revision_tve_has_wistia_popover',''),(9323,1076,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9324,1076,'_wp_page_template','default'),(9325,1076,'_elementor_pro_version','3.7.3'),(9326,1076,'_elementor_template_type','wp-page'),(9327,1076,'_elementor_version','3.7.2'),(9328,1076,'_elementor_edit_mode','builder'),(9329,1076,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9387,1078,'tve_revision_tve_landing_page',''),(9388,1078,'tve_revision_tve_disable_theme_dependency',''),(9389,1078,'tve_revision_tve_content_before_more',''),(9390,1078,'tve_revision_tve_content_more_found',''),(9391,1078,'tve_revision_tve_save_post',''),(9392,1078,'tve_revision_tve_custom_css',''),(9393,1078,'tve_revision_tve_user_custom_css',''),(9394,1078,'tve_revision_tve_page_events',''),(9395,1078,'tve_revision_tve_globals',''),(9396,1078,'tve_revision_tve_global_scripts',''),(9397,1078,'tve_revision_thrive_icon_pack',''),(9398,1078,'tve_revision_thrive_tcb_post_fonts',''),(9399,1078,'tve_revision_tve_has_masonry',''),(9400,1078,'tve_revision_tve_has_typefocus',''),(9401,1078,'tve_revision_tve_updated_post',''),(9402,1078,'tve_revision_tve_has_wistia_popover',''),(9403,1078,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9404,1078,'_wp_page_template','default'),(9405,1078,'_elementor_pro_version','3.7.3'),(9406,1078,'_elementor_template_type','wp-page'),(9407,1078,'_elementor_version','3.7.2'),(9408,1078,'_elementor_edit_mode','builder'),(9409,1078,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9411,1079,'tve_revision_tve_landing_page',''),(9412,1079,'tve_revision_tve_disable_theme_dependency',''),(9413,1079,'tve_revision_tve_content_before_more',''),(9414,1079,'tve_revision_tve_content_more_found',''),(9415,1079,'tve_revision_tve_save_post',''),(9416,1079,'tve_revision_tve_custom_css',''),(9417,1079,'tve_revision_tve_user_custom_css',''),(9418,1079,'tve_revision_tve_page_events',''),(9419,1079,'tve_revision_tve_globals',''),(9420,1079,'tve_revision_tve_global_scripts',''),(9421,1079,'tve_revision_thrive_icon_pack',''),(9422,1079,'tve_revision_thrive_tcb_post_fonts',''),(9423,1079,'tve_revision_tve_has_masonry',''),(9424,1079,'tve_revision_tve_has_typefocus',''),(9425,1079,'tve_revision_tve_updated_post',''),(9426,1079,'tve_revision_tve_has_wistia_popover',''),(9427,1079,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9428,1079,'_wp_page_template','default'),(9429,1079,'_elementor_pro_version','3.7.3'),(9430,1079,'_elementor_template_type','wp-page'),(9431,1079,'_elementor_version','3.7.2'),(9432,1079,'_elementor_edit_mode','builder'),(9433,1079,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741849634\\/61950e751a\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b16ed74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.<\\/p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68edf61\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741851817\\/6587d16b7b\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9435,1080,'tve_revision_tve_landing_page',''),(9436,1080,'tve_revision_tve_disable_theme_dependency',''),(9437,1080,'tve_revision_tve_content_before_more',''),(9438,1080,'tve_revision_tve_content_more_found',''),(9439,1080,'tve_revision_tve_save_post',''),(9440,1080,'tve_revision_tve_custom_css',''),(9441,1080,'tve_revision_tve_user_custom_css',''),(9442,1080,'tve_revision_tve_page_events',''),(9443,1080,'tve_revision_tve_globals',''),(9444,1080,'tve_revision_tve_global_scripts',''),(9445,1080,'tve_revision_thrive_icon_pack',''),(9446,1080,'tve_revision_thrive_tcb_post_fonts',''),(9447,1080,'tve_revision_tve_has_masonry',''),(9448,1080,'tve_revision_tve_has_typefocus',''),(9449,1080,'tve_revision_tve_updated_post',''),(9450,1080,'tve_revision_tve_has_wistia_popover',''),(9451,1080,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9452,1080,'_wp_page_template','default'),(9453,1080,'_elementor_pro_version','3.7.3'),(9454,1080,'_elementor_template_type','wp-page'),(9455,1080,'_elementor_version','3.7.2'),(9456,1080,'_elementor_edit_mode','builder'),(9457,1080,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9459,1081,'tve_revision_tve_landing_page',''),(9460,1081,'tve_revision_tve_disable_theme_dependency',''),(9461,1081,'tve_revision_tve_content_before_more',''),(9462,1081,'tve_revision_tve_content_more_found',''),(9463,1081,'tve_revision_tve_save_post',''),(9464,1081,'tve_revision_tve_custom_css',''),(9465,1081,'tve_revision_tve_user_custom_css',''),(9466,1081,'tve_revision_tve_page_events',''),(9467,1081,'tve_revision_tve_globals',''),(9468,1081,'tve_revision_tve_global_scripts',''),(9469,1081,'tve_revision_thrive_icon_pack',''),(9470,1081,'tve_revision_thrive_tcb_post_fonts',''),(9471,1081,'tve_revision_tve_has_masonry',''),(9472,1081,'tve_revision_tve_has_typefocus',''),(9473,1081,'tve_revision_tve_updated_post',''),(9474,1081,'tve_revision_tve_has_wistia_popover',''),(9475,1081,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9476,1081,'_wp_page_template','default'),(9477,1081,'_elementor_pro_version','3.7.3'),(9478,1081,'_elementor_template_type','wp-page'),(9479,1081,'_elementor_version','3.7.2'),(9480,1081,'_elementor_edit_mode','builder'),(9481,1081,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9483,1082,'tve_revision_tve_landing_page',''),(9484,1082,'tve_revision_tve_disable_theme_dependency',''),(9485,1082,'tve_revision_tve_content_before_more',''),(9486,1082,'tve_revision_tve_content_more_found',''),(9487,1082,'tve_revision_tve_save_post',''),(9488,1082,'tve_revision_tve_custom_css',''),(9489,1082,'tve_revision_tve_user_custom_css',''),(9490,1082,'tve_revision_tve_page_events',''),(9491,1082,'tve_revision_tve_globals',''),(9492,1082,'tve_revision_tve_global_scripts',''),(9493,1082,'tve_revision_thrive_icon_pack',''),(9494,1082,'tve_revision_thrive_tcb_post_fonts',''),(9495,1082,'tve_revision_tve_has_masonry',''),(9496,1082,'tve_revision_tve_has_typefocus',''),(9497,1082,'tve_revision_tve_updated_post',''),(9498,1082,'tve_revision_tve_has_wistia_popover',''),(9499,1082,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9500,1082,'_wp_page_template','default'),(9501,1082,'_elementor_pro_version','3.7.3'),(9502,1082,'_elementor_template_type','wp-page'),(9503,1082,'_elementor_version','3.7.2'),(9504,1082,'_elementor_edit_mode','builder'),(9505,1082,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9507,1083,'tve_revision_tve_landing_page',''),(9508,1083,'tve_revision_tve_disable_theme_dependency',''),(9509,1083,'tve_revision_tve_content_before_more',''),(9510,1083,'tve_revision_tve_content_more_found',''),(9511,1083,'tve_revision_tve_save_post',''),(9512,1083,'tve_revision_tve_custom_css',''),(9513,1083,'tve_revision_tve_user_custom_css',''),(9514,1083,'tve_revision_tve_page_events',''),(9515,1083,'tve_revision_tve_globals',''),(9516,1083,'tve_revision_tve_global_scripts',''),(9517,1083,'tve_revision_thrive_icon_pack',''),(9518,1083,'tve_revision_thrive_tcb_post_fonts',''),(9519,1083,'tve_revision_tve_has_masonry',''),(9520,1083,'tve_revision_tve_has_typefocus',''),(9521,1083,'tve_revision_tve_updated_post',''),(9522,1083,'tve_revision_tve_has_wistia_popover',''),(9523,1083,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9524,1083,'_wp_page_template','default'),(9525,1083,'_elementor_pro_version','3.7.3'),(9526,1083,'_elementor_template_type','wp-page'),(9527,1083,'_elementor_version','3.7.2'),(9528,1083,'_elementor_edit_mode','builder'),(9529,1083,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9532,1084,'tve_revision_tve_landing_page',''),(9533,1084,'tve_revision_tve_disable_theme_dependency',''),(9534,1084,'tve_revision_tve_content_before_more',''),(9535,1084,'tve_revision_tve_content_more_found',''),(9536,1084,'tve_revision_tve_save_post',''),(9537,1084,'tve_revision_tve_custom_css',''),(9538,1084,'tve_revision_tve_user_custom_css',''),(9539,1084,'tve_revision_tve_page_events',''),(9540,1084,'tve_revision_tve_globals',''),(9541,1084,'tve_revision_tve_global_scripts',''),(9542,1084,'tve_revision_thrive_icon_pack',''),(9543,1084,'tve_revision_thrive_tcb_post_fonts',''),(9544,1084,'tve_revision_tve_has_masonry',''),(9545,1084,'tve_revision_tve_has_typefocus',''),(9546,1084,'tve_revision_tve_updated_post',''),(9547,1084,'tve_revision_tve_has_wistia_popover',''),(9548,1084,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9549,1084,'_wp_page_template','default'),(9550,1084,'_elementor_pro_version','3.7.3'),(9551,1084,'_elementor_template_type','wp-page'),(9552,1084,'_elementor_version','3.7.2'),(9553,1084,'_elementor_edit_mode','builder'),(9554,1084,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9557,1085,'tve_revision_tve_landing_page',''),(9558,1085,'tve_revision_tve_disable_theme_dependency',''),(9559,1085,'tve_revision_tve_content_before_more',''),(9560,1085,'tve_revision_tve_content_more_found',''),(9561,1085,'tve_revision_tve_save_post',''),(9562,1085,'tve_revision_tve_custom_css',''),(9563,1085,'tve_revision_tve_user_custom_css',''),(9564,1085,'tve_revision_tve_page_events',''),(9565,1085,'tve_revision_tve_globals',''),(9566,1085,'tve_revision_tve_global_scripts',''),(9567,1085,'tve_revision_thrive_icon_pack',''),(9568,1085,'tve_revision_thrive_tcb_post_fonts',''),(9569,1085,'tve_revision_tve_has_masonry',''),(9570,1085,'tve_revision_tve_has_typefocus',''),(9571,1085,'tve_revision_tve_updated_post',''),(9572,1085,'tve_revision_tve_has_wistia_popover',''),(9573,1085,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9574,1085,'_wp_page_template','default'),(9575,1085,'_elementor_pro_version','3.7.3'),(9576,1085,'_elementor_template_type','wp-page'),(9577,1085,'_elementor_version','3.7.2'),(9578,1085,'_elementor_edit_mode','builder'),(9579,1085,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9582,1086,'tve_revision_tve_landing_page',''),(9583,1086,'tve_revision_tve_disable_theme_dependency',''),(9584,1086,'tve_revision_tve_content_before_more',''),(9585,1086,'tve_revision_tve_content_more_found',''),(9586,1086,'tve_revision_tve_save_post',''),(9587,1086,'tve_revision_tve_custom_css',''),(9588,1086,'tve_revision_tve_user_custom_css',''),(9589,1086,'tve_revision_tve_page_events',''),(9590,1086,'tve_revision_tve_globals',''),(9591,1086,'tve_revision_tve_global_scripts',''),(9592,1086,'tve_revision_thrive_icon_pack',''),(9593,1086,'tve_revision_thrive_tcb_post_fonts',''),(9594,1086,'tve_revision_tve_has_masonry',''),(9595,1086,'tve_revision_tve_has_typefocus',''),(9596,1086,'tve_revision_tve_updated_post',''),(9597,1086,'tve_revision_tve_has_wistia_popover',''),(9598,1086,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9599,1086,'_wp_page_template','default'),(9600,1086,'_elementor_pro_version','3.7.3'),(9601,1086,'_elementor_template_type','wp-page'),(9602,1086,'_elementor_version','3.7.2'),(9603,1086,'_elementor_edit_mode','builder'),(9604,1086,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9666,1088,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9667,1088,'_wp_page_template','default'),(9668,1088,'site-sidebar-layout','no-sidebar'),(9669,1088,'site-content-layout','page-builder'),(9670,1088,'ast-featured-img','disabled'),(9671,1088,'ast-title-bar-display','disabled'),(9672,1088,'site-post-title','disabled'),(9673,1088,'_astra_content_layout_flag','disabled'),(9674,1088,'_elementor_pro_version','3.7.3'),(9675,1088,'_elementor_template_type','wp-page'),(9676,1088,'_elementor_version','3.7.2'),(9677,1088,'_edit_last','1'),(9678,1088,'_tve_js_modules_gutenberg','a:0:{}'),(9679,1088,'_edit_lock','1661263201:1'),(9680,1088,'_elementor_edit_mode','builder'),(9681,1088,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e502bc6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-5.jpg\",\"id\":1122,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9683,1088,'_eael_custom_js',''),(9684,1088,'_eael_widget_elements','a:0:{}'),(9686,1089,'tve_revision_tve_landing_page',''),(9687,1089,'tve_revision_tve_disable_theme_dependency',''),(9688,1089,'tve_revision_tve_content_before_more',''),(9689,1089,'tve_revision_tve_content_more_found',''),(9690,1089,'tve_revision_tve_save_post',''),(9691,1089,'tve_revision_tve_custom_css',''),(9692,1089,'tve_revision_tve_user_custom_css',''),(9693,1089,'tve_revision_tve_page_events',''),(9694,1089,'tve_revision_tve_globals',''),(9695,1089,'tve_revision_tve_global_scripts',''),(9696,1089,'tve_revision_thrive_icon_pack',''),(9697,1089,'tve_revision_thrive_tcb_post_fonts',''),(9698,1089,'tve_revision_tve_has_masonry',''),(9699,1089,'tve_revision_tve_has_typefocus',''),(9700,1089,'tve_revision_tve_updated_post',''),(9701,1089,'tve_revision_tve_has_wistia_popover',''),(9702,1089,'_elementor_edit_mode','builder'),(9703,1089,'_elementor_template_type','wp-page'),(9704,1089,'_elementor_version','3.7.2'),(9705,1089,'_wp_page_template','default'),(9706,1089,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(9707,1089,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9709,1089,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9710,1089,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(9711,1089,'_elementor_pro_version','3.7.3'),(9712,1090,'tve_revision_tve_landing_page',''),(9713,1090,'tve_revision_tve_disable_theme_dependency',''),(9714,1090,'tve_revision_tve_content_before_more',''),(9715,1090,'tve_revision_tve_content_more_found',''),(9716,1090,'tve_revision_tve_save_post',''),(9717,1090,'tve_revision_tve_custom_css',''),(9718,1090,'tve_revision_tve_user_custom_css',''),(9719,1090,'tve_revision_tve_page_events',''),(9720,1090,'tve_revision_tve_globals',''),(9721,1090,'tve_revision_tve_global_scripts',''),(9722,1090,'tve_revision_thrive_icon_pack',''),(9723,1090,'tve_revision_thrive_tcb_post_fonts',''),(9724,1090,'tve_revision_tve_has_masonry',''),(9725,1090,'tve_revision_tve_has_typefocus',''),(9726,1090,'tve_revision_tve_updated_post',''),(9727,1090,'tve_revision_tve_has_wistia_popover',''),(9728,1090,'_elementor_edit_mode','builder'),(9729,1090,'_elementor_template_type','wp-page'),(9730,1090,'_elementor_version','3.7.2'),(9731,1090,'_wp_page_template','default'),(9732,1090,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website, Sales Pages, and Landing Page Design Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"695576e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d9fd3a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8f5c46b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"527a172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a27efef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ced51f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f935930\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8ddad26\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27000ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"BOOK A CONSULTATION\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(9733,1090,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9735,1090,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9736,1090,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(9737,1090,'_elementor_pro_version','3.7.3'),(9738,1091,'tve_revision_tve_landing_page',''),(9739,1091,'tve_revision_tve_disable_theme_dependency',''),(9740,1091,'tve_revision_tve_content_before_more',''),(9741,1091,'tve_revision_tve_content_more_found',''),(9742,1091,'tve_revision_tve_save_post',''),(9743,1091,'tve_revision_tve_custom_css',''),(9744,1091,'tve_revision_tve_user_custom_css',''),(9745,1091,'tve_revision_tve_page_events',''),(9746,1091,'tve_revision_tve_globals',''),(9747,1091,'tve_revision_tve_global_scripts',''),(9748,1091,'tve_revision_thrive_icon_pack',''),(9749,1091,'tve_revision_thrive_tcb_post_fonts',''),(9750,1091,'tve_revision_tve_has_masonry',''),(9751,1091,'tve_revision_tve_has_typefocus',''),(9752,1091,'tve_revision_tve_updated_post',''),(9753,1091,'tve_revision_tve_has_wistia_popover',''),(9754,1091,'_elementor_edit_mode','builder'),(9755,1091,'_elementor_template_type','wp-page'),(9756,1091,'_elementor_version','3.7.2'),(9757,1091,'_wp_page_template','default'),(9758,1091,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9759,1091,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9761,1091,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(9762,1091,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(9763,1091,'_elementor_pro_version','3.7.3'),(9764,1092,'tve_revision_tve_landing_page',''),(9765,1092,'tve_revision_tve_disable_theme_dependency',''),(9766,1092,'tve_revision_tve_content_before_more',''),(9767,1092,'tve_revision_tve_content_more_found',''),(9768,1092,'tve_revision_tve_save_post',''),(9769,1092,'tve_revision_tve_custom_css',''),(9770,1092,'tve_revision_tve_user_custom_css',''),(9771,1092,'tve_revision_tve_page_events',''),(9772,1092,'tve_revision_tve_globals',''),(9773,1092,'tve_revision_tve_global_scripts',''),(9774,1092,'tve_revision_thrive_icon_pack',''),(9775,1092,'tve_revision_thrive_tcb_post_fonts',''),(9776,1092,'tve_revision_tve_has_masonry',''),(9777,1092,'tve_revision_tve_has_typefocus',''),(9778,1092,'tve_revision_tve_updated_post',''),(9779,1092,'tve_revision_tve_has_wistia_popover',''),(9780,1092,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9781,1092,'_wp_page_template','default'),(9782,1092,'_elementor_pro_version','3.7.3'),(9783,1092,'_elementor_template_type','wp-page'),(9784,1092,'_elementor_version','3.7.2'),(9785,1092,'_elementor_edit_mode','builder'),(9786,1092,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9789,1093,'tve_revision_tve_landing_page',''),(9790,1093,'tve_revision_tve_disable_theme_dependency',''),(9791,1093,'tve_revision_tve_content_before_more',''),(9792,1093,'tve_revision_tve_content_more_found',''),(9793,1093,'tve_revision_tve_save_post',''),(9794,1093,'tve_revision_tve_custom_css',''),(9795,1093,'tve_revision_tve_user_custom_css',''),(9796,1093,'tve_revision_tve_page_events',''),(9797,1093,'tve_revision_tve_globals',''),(9798,1093,'tve_revision_tve_global_scripts',''),(9799,1093,'tve_revision_thrive_icon_pack',''),(9800,1093,'tve_revision_thrive_tcb_post_fonts',''),(9801,1093,'tve_revision_tve_has_masonry',''),(9802,1093,'tve_revision_tve_has_typefocus',''),(9803,1093,'tve_revision_tve_updated_post',''),(9804,1093,'tve_revision_tve_has_wistia_popover',''),(9805,1093,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9806,1093,'_wp_page_template','default'),(9807,1093,'_elementor_pro_version','3.7.3'),(9808,1093,'_elementor_template_type','wp-page'),(9809,1093,'_elementor_version','3.7.2'),(9810,1093,'_elementor_edit_mode','builder'),(9811,1093,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9814,1094,'tve_revision_tve_landing_page',''),(9815,1094,'tve_revision_tve_disable_theme_dependency',''),(9816,1094,'tve_revision_tve_content_before_more',''),(9817,1094,'tve_revision_tve_content_more_found',''),(9818,1094,'tve_revision_tve_save_post',''),(9819,1094,'tve_revision_tve_custom_css',''),(9820,1094,'tve_revision_tve_user_custom_css',''),(9821,1094,'tve_revision_tve_page_events',''),(9822,1094,'tve_revision_tve_globals',''),(9823,1094,'tve_revision_tve_global_scripts',''),(9824,1094,'tve_revision_thrive_icon_pack',''),(9825,1094,'tve_revision_thrive_tcb_post_fonts',''),(9826,1094,'tve_revision_tve_has_masonry',''),(9827,1094,'tve_revision_tve_has_typefocus',''),(9828,1094,'tve_revision_tve_updated_post',''),(9829,1094,'tve_revision_tve_has_wistia_popover',''),(9830,1094,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9831,1094,'_wp_page_template','default'),(9832,1094,'_elementor_pro_version','3.7.3'),(9833,1094,'_elementor_template_type','wp-page'),(9834,1094,'_elementor_version','3.7.2'),(9835,1094,'_elementor_edit_mode','builder'),(9836,1094,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9839,1095,'tve_revision_tve_landing_page',''),(9840,1095,'tve_revision_tve_disable_theme_dependency',''),(9841,1095,'tve_revision_tve_content_before_more',''),(9842,1095,'tve_revision_tve_content_more_found',''),(9843,1095,'tve_revision_tve_save_post',''),(9844,1095,'tve_revision_tve_custom_css',''),(9845,1095,'tve_revision_tve_user_custom_css',''),(9846,1095,'tve_revision_tve_page_events',''),(9847,1095,'tve_revision_tve_globals',''),(9848,1095,'tve_revision_tve_global_scripts',''),(9849,1095,'tve_revision_thrive_icon_pack',''),(9850,1095,'tve_revision_thrive_tcb_post_fonts',''),(9851,1095,'tve_revision_tve_has_masonry',''),(9852,1095,'tve_revision_tve_has_typefocus',''),(9853,1095,'tve_revision_tve_updated_post',''),(9854,1095,'tve_revision_tve_has_wistia_popover',''),(9855,1095,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9856,1095,'_wp_page_template','default'),(9857,1095,'_elementor_pro_version','3.7.3'),(9858,1095,'_elementor_template_type','wp-page'),(9859,1095,'_elementor_version','3.7.2'),(9860,1095,'_elementor_edit_mode','builder'),(9861,1095,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9863,1096,'tve_revision_tve_landing_page',''),(9864,1096,'tve_revision_tve_disable_theme_dependency',''),(9865,1096,'tve_revision_tve_content_before_more',''),(9866,1096,'tve_revision_tve_content_more_found',''),(9867,1096,'tve_revision_tve_save_post',''),(9868,1096,'tve_revision_tve_custom_css',''),(9869,1096,'tve_revision_tve_user_custom_css',''),(9870,1096,'tve_revision_tve_page_events',''),(9871,1096,'tve_revision_tve_globals',''),(9872,1096,'tve_revision_tve_global_scripts',''),(9873,1096,'tve_revision_thrive_icon_pack',''),(9874,1096,'tve_revision_thrive_tcb_post_fonts',''),(9875,1096,'tve_revision_tve_has_masonry',''),(9876,1096,'tve_revision_tve_has_typefocus',''),(9877,1096,'tve_revision_tve_updated_post',''),(9878,1096,'tve_revision_tve_has_wistia_popover',''),(9879,1096,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9880,1096,'_wp_page_template','default'),(9881,1096,'_elementor_pro_version','3.7.3'),(9882,1096,'_elementor_template_type','wp-page'),(9883,1096,'_elementor_version','3.7.2'),(9884,1096,'_elementor_edit_mode','builder'),(9885,1096,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9887,1097,'tve_revision_tve_landing_page',''),(9888,1097,'tve_revision_tve_disable_theme_dependency',''),(9889,1097,'tve_revision_tve_content_before_more',''),(9890,1097,'tve_revision_tve_content_more_found',''),(9891,1097,'tve_revision_tve_save_post',''),(9892,1097,'tve_revision_tve_custom_css',''),(9893,1097,'tve_revision_tve_user_custom_css',''),(9894,1097,'tve_revision_tve_page_events',''),(9895,1097,'tve_revision_tve_globals',''),(9896,1097,'tve_revision_tve_global_scripts',''),(9897,1097,'tve_revision_thrive_icon_pack',''),(9898,1097,'tve_revision_thrive_tcb_post_fonts',''),(9899,1097,'tve_revision_tve_has_masonry',''),(9900,1097,'tve_revision_tve_has_typefocus',''),(9901,1097,'tve_revision_tve_updated_post',''),(9902,1097,'tve_revision_tve_has_wistia_popover',''),(9903,1097,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9904,1097,'_wp_page_template','default'),(9905,1097,'_elementor_pro_version','3.7.3'),(9906,1097,'_elementor_template_type','wp-page'),(9907,1097,'_elementor_version','3.7.2'),(9908,1097,'_elementor_edit_mode','builder'),(9909,1097,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9999,1099,'tve_revision_tve_landing_page',''),(10000,1099,'tve_revision_tve_disable_theme_dependency',''),(10001,1099,'tve_revision_tve_content_before_more',''),(10002,1099,'tve_revision_tve_content_more_found',''),(10003,1099,'tve_revision_tve_save_post',''),(10004,1099,'tve_revision_tve_custom_css',''),(10005,1099,'tve_revision_tve_user_custom_css',''),(10006,1099,'tve_revision_tve_page_events',''),(10007,1099,'tve_revision_tve_globals',''),(10008,1099,'tve_revision_tve_global_scripts',''),(10009,1099,'tve_revision_thrive_icon_pack',''),(10010,1099,'tve_revision_thrive_tcb_post_fonts',''),(10011,1099,'tve_revision_tve_has_masonry',''),(10012,1099,'tve_revision_tve_has_typefocus',''),(10013,1099,'tve_revision_tve_updated_post',''),(10014,1099,'tve_revision_tve_has_wistia_popover',''),(10015,1099,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10016,1099,'_wp_page_template','default'),(10017,1099,'_elementor_pro_version','3.7.3'),(10018,1099,'_elementor_template_type','wp-page'),(10019,1099,'_elementor_version','3.7.2'),(10020,1099,'_elementor_edit_mode','builder'),(10021,1099,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10023,1100,'tve_revision_tve_landing_page',''),(10024,1100,'tve_revision_tve_disable_theme_dependency',''),(10025,1100,'tve_revision_tve_content_before_more',''),(10026,1100,'tve_revision_tve_content_more_found',''),(10027,1100,'tve_revision_tve_save_post',''),(10028,1100,'tve_revision_tve_custom_css',''),(10029,1100,'tve_revision_tve_user_custom_css',''),(10030,1100,'tve_revision_tve_page_events',''),(10031,1100,'tve_revision_tve_globals',''),(10032,1100,'tve_revision_tve_global_scripts',''),(10033,1100,'tve_revision_thrive_icon_pack',''),(10034,1100,'tve_revision_thrive_tcb_post_fonts',''),(10035,1100,'tve_revision_tve_has_masonry',''),(10036,1100,'tve_revision_tve_has_typefocus',''),(10037,1100,'tve_revision_tve_updated_post',''),(10038,1100,'tve_revision_tve_has_wistia_popover',''),(10039,1100,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10040,1100,'_wp_page_template','default'),(10041,1100,'_elementor_pro_version','3.7.3'),(10042,1100,'_elementor_template_type','wp-page'),(10043,1100,'_elementor_version','3.7.2'),(10044,1100,'_elementor_edit_mode','builder'),(10045,1100,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10047,1101,'tve_revision_tve_landing_page',''),(10048,1101,'tve_revision_tve_disable_theme_dependency',''),(10049,1101,'tve_revision_tve_content_before_more',''),(10050,1101,'tve_revision_tve_content_more_found',''),(10051,1101,'tve_revision_tve_save_post',''),(10052,1101,'tve_revision_tve_custom_css',''),(10053,1101,'tve_revision_tve_user_custom_css',''),(10054,1101,'tve_revision_tve_page_events',''),(10055,1101,'tve_revision_tve_globals',''),(10056,1101,'tve_revision_tve_global_scripts',''),(10057,1101,'tve_revision_thrive_icon_pack',''),(10058,1101,'tve_revision_thrive_tcb_post_fonts',''),(10059,1101,'tve_revision_tve_has_masonry',''),(10060,1101,'tve_revision_tve_has_typefocus',''),(10061,1101,'tve_revision_tve_updated_post',''),(10062,1101,'tve_revision_tve_has_wistia_popover',''),(10063,1101,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10064,1101,'_wp_page_template','default'),(10065,1101,'_elementor_pro_version','3.7.3'),(10066,1101,'_elementor_template_type','wp-page'),(10067,1101,'_elementor_version','3.7.2'),(10068,1101,'_elementor_edit_mode','builder'),(10069,1101,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 30 Minutes...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10227,1105,'tve_revision_tve_landing_page',''),(10228,1105,'tve_revision_tve_disable_theme_dependency',''),(10229,1105,'tve_revision_tve_content_before_more',''),(10230,1105,'tve_revision_tve_content_more_found',''),(10231,1105,'tve_revision_tve_save_post',''),(10232,1105,'tve_revision_tve_custom_css',''),(10233,1105,'tve_revision_tve_user_custom_css',''),(10234,1105,'tve_revision_tve_page_events',''),(10235,1105,'tve_revision_tve_globals',''),(10236,1105,'tve_revision_tve_global_scripts',''),(10237,1105,'tve_revision_thrive_icon_pack',''),(10238,1105,'tve_revision_thrive_tcb_post_fonts',''),(10239,1105,'tve_revision_tve_has_masonry',''),(10240,1105,'tve_revision_tve_has_typefocus',''),(10241,1105,'tve_revision_tve_updated_post',''),(10242,1105,'tve_revision_tve_has_wistia_popover',''),(10243,1105,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10244,1105,'_wp_page_template','default'),(10245,1105,'_elementor_pro_version','3.7.3'),(10246,1105,'_elementor_template_type','wp-page'),(10247,1105,'_elementor_version','3.7.2'),(10248,1105,'_elementor_edit_mode','builder'),(10249,1105,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 30 Minutes...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10251,1106,'tve_revision_tve_landing_page',''),(10252,1106,'tve_revision_tve_disable_theme_dependency',''),(10253,1106,'tve_revision_tve_content_before_more',''),(10254,1106,'tve_revision_tve_content_more_found',''),(10255,1106,'tve_revision_tve_save_post',''),(10256,1106,'tve_revision_tve_custom_css',''),(10257,1106,'tve_revision_tve_user_custom_css',''),(10258,1106,'tve_revision_tve_page_events',''),(10259,1106,'tve_revision_tve_globals',''),(10260,1106,'tve_revision_tve_global_scripts',''),(10261,1106,'tve_revision_thrive_icon_pack',''),(10262,1106,'tve_revision_thrive_tcb_post_fonts',''),(10263,1106,'tve_revision_tve_has_masonry',''),(10264,1106,'tve_revision_tve_has_typefocus',''),(10265,1106,'tve_revision_tve_updated_post',''),(10266,1106,'tve_revision_tve_has_wistia_popover',''),(10267,1106,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10268,1106,'_wp_page_template','default'),(10269,1106,'_elementor_pro_version','3.7.3'),(10270,1106,'_elementor_template_type','wp-page'),(10271,1106,'_elementor_version','3.7.2'),(10272,1106,'_elementor_edit_mode','builder'),(10273,1106,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 30 Minutes...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10275,1107,'tve_revision_tve_landing_page',''),(10276,1107,'tve_revision_tve_disable_theme_dependency',''),(10277,1107,'tve_revision_tve_content_before_more',''),(10278,1107,'tve_revision_tve_content_more_found',''),(10279,1107,'tve_revision_tve_save_post',''),(10280,1107,'tve_revision_tve_custom_css',''),(10281,1107,'tve_revision_tve_user_custom_css',''),(10282,1107,'tve_revision_tve_page_events',''),(10283,1107,'tve_revision_tve_globals',''),(10284,1107,'tve_revision_tve_global_scripts',''),(10285,1107,'tve_revision_thrive_icon_pack',''),(10286,1107,'tve_revision_thrive_tcb_post_fonts',''),(10287,1107,'tve_revision_tve_has_masonry',''),(10288,1107,'tve_revision_tve_has_typefocus',''),(10289,1107,'tve_revision_tve_updated_post',''),(10290,1107,'tve_revision_tve_has_wistia_popover',''),(10291,1107,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10292,1107,'_wp_page_template','default'),(10293,1107,'_elementor_pro_version','3.7.3'),(10294,1107,'_elementor_template_type','wp-page'),(10295,1107,'_elementor_version','3.7.2'),(10296,1107,'_elementor_edit_mode','builder'),(10297,1107,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"heading\":\"Slide Heading\",\"description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"button_text\":\"Click Here\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10299,1108,'_wp_attached_file','2022/08/ezgif.com-gif-maker-2.png'),(10300,1108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:562;s:4:\"file\";s:33:\"2022/08/ezgif.com-gif-maker-2.png\";s:8:\"filesize\";i:117690;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"ezgif.com-gif-maker-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ezgif.com-gif-maker-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13062;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:33:\"ezgif.com-gif-maker-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7285;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10301,1109,'_wp_attached_file','2022/08/ezgif.com-gif-maker.png'),(10302,1109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:260;s:6:\"height\";i:195;s:4:\"file\";s:31:\"2022/08/ezgif.com-gif-maker.png\";s:8:\"filesize\";i:73430;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ezgif.com-gif-maker-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35954;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:31:\"ezgif.com-gif-maker-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10303,1110,'tve_revision_tve_landing_page',''),(10304,1110,'tve_revision_tve_disable_theme_dependency',''),(10305,1110,'tve_revision_tve_content_before_more',''),(10306,1110,'tve_revision_tve_content_more_found',''),(10307,1110,'tve_revision_tve_save_post',''),(10308,1110,'tve_revision_tve_custom_css',''),(10309,1110,'tve_revision_tve_user_custom_css',''),(10310,1110,'tve_revision_tve_page_events',''),(10311,1110,'tve_revision_tve_globals',''),(10312,1110,'tve_revision_tve_global_scripts',''),(10313,1110,'tve_revision_thrive_icon_pack',''),(10314,1110,'tve_revision_thrive_tcb_post_fonts',''),(10315,1110,'tve_revision_tve_has_masonry',''),(10316,1110,'tve_revision_tve_has_typefocus',''),(10317,1110,'tve_revision_tve_updated_post',''),(10318,1110,'tve_revision_tve_has_wistia_popover',''),(10319,1110,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10320,1110,'_wp_page_template','default'),(10321,1110,'_elementor_pro_version','3.7.3'),(10322,1110,'_elementor_template_type','wp-page'),(10323,1110,'_elementor_version','3.7.2'),(10324,1110,'_elementor_edit_mode','builder'),(10325,1110,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"heading\":\"Slide Heading\",\"description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"button_text\":\"Click Here\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10327,1111,'tve_revision_tve_landing_page',''),(10328,1111,'tve_revision_tve_disable_theme_dependency',''),(10329,1111,'tve_revision_tve_content_before_more',''),(10330,1111,'tve_revision_tve_content_more_found',''),(10331,1111,'tve_revision_tve_save_post',''),(10332,1111,'tve_revision_tve_custom_css',''),(10333,1111,'tve_revision_tve_user_custom_css',''),(10334,1111,'tve_revision_tve_page_events',''),(10335,1111,'tve_revision_tve_globals',''),(10336,1111,'tve_revision_tve_global_scripts',''),(10337,1111,'tve_revision_thrive_icon_pack',''),(10338,1111,'tve_revision_thrive_tcb_post_fonts',''),(10339,1111,'tve_revision_tve_has_masonry',''),(10340,1111,'tve_revision_tve_has_typefocus',''),(10341,1111,'tve_revision_tve_updated_post',''),(10342,1111,'tve_revision_tve_has_wistia_popover',''),(10343,1111,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10344,1111,'_wp_page_template','default'),(10345,1111,'_elementor_pro_version','3.7.3'),(10346,1111,'_elementor_template_type','wp-page'),(10347,1111,'_elementor_version','3.7.2'),(10348,1111,'_elementor_edit_mode','builder'),(10349,1111,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"heading\":\"Slide Heading\",\"description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"button_text\":\"Click Here\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10351,1112,'tve_revision_tve_landing_page',''),(10352,1112,'tve_revision_tve_disable_theme_dependency',''),(10353,1112,'tve_revision_tve_content_before_more',''),(10354,1112,'tve_revision_tve_content_more_found',''),(10355,1112,'tve_revision_tve_save_post',''),(10356,1112,'tve_revision_tve_custom_css',''),(10357,1112,'tve_revision_tve_user_custom_css',''),(10358,1112,'tve_revision_tve_page_events',''),(10359,1112,'tve_revision_tve_globals',''),(10360,1112,'tve_revision_tve_global_scripts',''),(10361,1112,'tve_revision_thrive_icon_pack',''),(10362,1112,'tve_revision_thrive_tcb_post_fonts',''),(10363,1112,'tve_revision_tve_has_masonry',''),(10364,1112,'tve_revision_tve_has_typefocus',''),(10365,1112,'tve_revision_tve_updated_post',''),(10366,1112,'tve_revision_tve_has_wistia_popover',''),(10367,1112,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10368,1112,'_wp_page_template','default'),(10369,1112,'_elementor_pro_version','3.7.3'),(10370,1112,'_elementor_template_type','wp-page'),(10371,1112,'_elementor_version','3.7.2'),(10372,1112,'_elementor_edit_mode','builder'),(10373,1112,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10375,1113,'tve_revision_tve_landing_page',''),(10376,1113,'tve_revision_tve_disable_theme_dependency',''),(10377,1113,'tve_revision_tve_content_before_more',''),(10378,1113,'tve_revision_tve_content_more_found',''),(10379,1113,'tve_revision_tve_save_post',''),(10380,1113,'tve_revision_tve_custom_css',''),(10381,1113,'tve_revision_tve_user_custom_css',''),(10382,1113,'tve_revision_tve_page_events',''),(10383,1113,'tve_revision_tve_globals',''),(10384,1113,'tve_revision_tve_global_scripts',''),(10385,1113,'tve_revision_thrive_icon_pack',''),(10386,1113,'tve_revision_thrive_tcb_post_fonts',''),(10387,1113,'tve_revision_tve_has_masonry',''),(10388,1113,'tve_revision_tve_has_typefocus',''),(10389,1113,'tve_revision_tve_updated_post',''),(10390,1113,'tve_revision_tve_has_wistia_popover',''),(10391,1113,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10392,1113,'_wp_page_template','default'),(10393,1113,'_elementor_pro_version','3.7.3'),(10394,1113,'_elementor_template_type','wp-page'),(10395,1113,'_elementor_version','3.7.2'),(10396,1113,'_elementor_edit_mode','builder'),(10397,1113,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10399,1114,'tve_revision_tve_landing_page',''),(10400,1114,'tve_revision_tve_disable_theme_dependency',''),(10401,1114,'tve_revision_tve_content_before_more',''),(10402,1114,'tve_revision_tve_content_more_found',''),(10403,1114,'tve_revision_tve_save_post',''),(10404,1114,'tve_revision_tve_custom_css',''),(10405,1114,'tve_revision_tve_user_custom_css',''),(10406,1114,'tve_revision_tve_page_events',''),(10407,1114,'tve_revision_tve_globals',''),(10408,1114,'tve_revision_tve_global_scripts',''),(10409,1114,'tve_revision_thrive_icon_pack',''),(10410,1114,'tve_revision_thrive_tcb_post_fonts',''),(10411,1114,'tve_revision_tve_has_masonry',''),(10412,1114,'tve_revision_tve_has_typefocus',''),(10413,1114,'tve_revision_tve_updated_post',''),(10414,1114,'tve_revision_tve_has_wistia_popover',''),(10415,1114,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10416,1114,'_wp_page_template','default'),(10417,1114,'_elementor_pro_version','3.7.3'),(10418,1114,'_elementor_template_type','wp-page'),(10419,1114,'_elementor_version','3.7.2'),(10420,1114,'_elementor_edit_mode','builder'),(10421,1114,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10423,1115,'tve_revision_tve_landing_page',''),(10424,1115,'tve_revision_tve_disable_theme_dependency',''),(10425,1115,'tve_revision_tve_content_before_more',''),(10426,1115,'tve_revision_tve_content_more_found',''),(10427,1115,'tve_revision_tve_save_post',''),(10428,1115,'tve_revision_tve_custom_css',''),(10429,1115,'tve_revision_tve_user_custom_css',''),(10430,1115,'tve_revision_tve_page_events',''),(10431,1115,'tve_revision_tve_globals',''),(10432,1115,'tve_revision_tve_global_scripts',''),(10433,1115,'tve_revision_thrive_icon_pack',''),(10434,1115,'tve_revision_thrive_tcb_post_fonts',''),(10435,1115,'tve_revision_tve_has_masonry',''),(10436,1115,'tve_revision_tve_has_typefocus',''),(10437,1115,'tve_revision_tve_updated_post',''),(10438,1115,'tve_revision_tve_has_wistia_popover',''),(10439,1115,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10440,1115,'_wp_page_template','default'),(10441,1115,'_elementor_pro_version','3.7.3'),(10442,1115,'_elementor_template_type','wp-page'),(10443,1115,'_elementor_version','3.7.2'),(10444,1115,'_elementor_edit_mode','builder'),(10445,1115,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10447,1116,'tve_revision_tve_landing_page',''),(10448,1116,'tve_revision_tve_disable_theme_dependency',''),(10449,1116,'tve_revision_tve_content_before_more',''),(10450,1116,'tve_revision_tve_content_more_found',''),(10451,1116,'tve_revision_tve_save_post',''),(10452,1116,'tve_revision_tve_custom_css',''),(10453,1116,'tve_revision_tve_user_custom_css',''),(10454,1116,'tve_revision_tve_page_events',''),(10455,1116,'tve_revision_tve_globals',''),(10456,1116,'tve_revision_tve_global_scripts',''),(10457,1116,'tve_revision_thrive_icon_pack',''),(10458,1116,'tve_revision_thrive_tcb_post_fonts',''),(10459,1116,'tve_revision_tve_has_masonry',''),(10460,1116,'tve_revision_tve_has_typefocus',''),(10461,1116,'tve_revision_tve_updated_post',''),(10462,1116,'tve_revision_tve_has_wistia_popover',''),(10463,1116,'_elementor_edit_mode','builder'),(10464,1116,'_elementor_template_type','wp-page'),(10465,1116,'_elementor_version','3.7.2'),(10466,1116,'_wp_page_template','default'),(10467,1116,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10468,1116,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10470,1116,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10471,1116,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10472,1116,'_elementor_pro_version','3.7.3'),(10473,1117,'tve_revision_tve_landing_page',''),(10474,1117,'tve_revision_tve_disable_theme_dependency',''),(10475,1117,'tve_revision_tve_content_before_more',''),(10476,1117,'tve_revision_tve_content_more_found',''),(10477,1117,'tve_revision_tve_save_post',''),(10478,1117,'tve_revision_tve_custom_css',''),(10479,1117,'tve_revision_tve_user_custom_css',''),(10480,1117,'tve_revision_tve_page_events',''),(10481,1117,'tve_revision_tve_globals',''),(10482,1117,'tve_revision_tve_global_scripts',''),(10483,1117,'tve_revision_thrive_icon_pack',''),(10484,1117,'tve_revision_thrive_tcb_post_fonts',''),(10485,1117,'tve_revision_tve_has_masonry',''),(10486,1117,'tve_revision_tve_has_typefocus',''),(10487,1117,'tve_revision_tve_updated_post',''),(10488,1117,'tve_revision_tve_has_wistia_popover',''),(10489,1117,'_elementor_edit_mode','builder'),(10490,1117,'_elementor_template_type','wp-page'),(10491,1117,'_elementor_version','3.7.2'),(10492,1117,'_wp_page_template','default'),(10493,1117,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b7a445\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f62869\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"eb88e49\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Video Transcriptions\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"0edaf6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29f54a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.<\\/p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e10c135\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10494,1117,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10496,1117,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10497,1117,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10498,1117,'_elementor_pro_version','3.7.3'),(10499,1118,'tve_revision_tve_landing_page',''),(10500,1118,'tve_revision_tve_disable_theme_dependency',''),(10501,1118,'tve_revision_tve_content_before_more',''),(10502,1118,'tve_revision_tve_content_more_found',''),(10503,1118,'tve_revision_tve_save_post',''),(10504,1118,'tve_revision_tve_custom_css',''),(10505,1118,'tve_revision_tve_user_custom_css',''),(10506,1118,'tve_revision_tve_page_events',''),(10507,1118,'tve_revision_tve_globals',''),(10508,1118,'tve_revision_tve_global_scripts',''),(10509,1118,'tve_revision_thrive_icon_pack',''),(10510,1118,'tve_revision_thrive_tcb_post_fonts',''),(10511,1118,'tve_revision_tve_has_masonry',''),(10512,1118,'tve_revision_tve_has_typefocus',''),(10513,1118,'tve_revision_tve_updated_post',''),(10514,1118,'tve_revision_tve_has_wistia_popover',''),(10515,1118,'_elementor_edit_mode','builder'),(10516,1118,'_elementor_template_type','wp-page'),(10517,1118,'_elementor_version','3.7.2'),(10518,1118,'_wp_page_template','default'),(10519,1118,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10520,1118,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10522,1118,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10523,1118,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10524,1118,'_elementor_pro_version','3.7.3'),(10526,1119,'tve_revision_tve_landing_page',''),(10527,1119,'tve_revision_tve_disable_theme_dependency',''),(10528,1119,'tve_revision_tve_content_before_more',''),(10529,1119,'tve_revision_tve_content_more_found',''),(10530,1119,'tve_revision_tve_save_post',''),(10531,1119,'tve_revision_tve_custom_css',''),(10532,1119,'tve_revision_tve_user_custom_css',''),(10533,1119,'tve_revision_tve_page_events',''),(10534,1119,'tve_revision_tve_globals',''),(10535,1119,'tve_revision_tve_global_scripts',''),(10536,1119,'tve_revision_thrive_icon_pack',''),(10537,1119,'tve_revision_thrive_tcb_post_fonts',''),(10538,1119,'tve_revision_tve_has_masonry',''),(10539,1119,'tve_revision_tve_has_typefocus',''),(10540,1119,'tve_revision_tve_updated_post',''),(10541,1119,'tve_revision_tve_has_wistia_popover',''),(10542,1119,'_elementor_edit_mode','builder'),(10543,1119,'_elementor_template_type','wp-page'),(10544,1119,'_elementor_version','3.7.2'),(10545,1119,'_wp_page_template','default'),(10546,1119,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10547,1119,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10549,1119,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10550,1119,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10551,1119,'_elementor_pro_version','3.7.3'),(10553,1120,'tve_revision_tve_landing_page',''),(10554,1120,'tve_revision_tve_disable_theme_dependency',''),(10555,1120,'tve_revision_tve_content_before_more',''),(10556,1120,'tve_revision_tve_content_more_found',''),(10557,1120,'tve_revision_tve_save_post',''),(10558,1120,'tve_revision_tve_custom_css',''),(10559,1120,'tve_revision_tve_user_custom_css',''),(10560,1120,'tve_revision_tve_page_events',''),(10561,1120,'tve_revision_tve_globals',''),(10562,1120,'tve_revision_tve_global_scripts',''),(10563,1120,'tve_revision_thrive_icon_pack',''),(10564,1120,'tve_revision_thrive_tcb_post_fonts',''),(10565,1120,'tve_revision_tve_has_masonry',''),(10566,1120,'tve_revision_tve_has_typefocus',''),(10567,1120,'tve_revision_tve_updated_post',''),(10568,1120,'tve_revision_tve_has_wistia_popover',''),(10569,1120,'_elementor_edit_mode','builder'),(10570,1120,'_elementor_template_type','wp-page'),(10571,1120,'_elementor_version','3.7.2'),(10572,1120,'_wp_page_template','default'),(10573,1120,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10574,1120,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10576,1120,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10577,1120,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10578,1120,'_elementor_pro_version','3.7.3'),(10580,1121,'tve_revision_tve_landing_page',''),(10581,1121,'tve_revision_tve_disable_theme_dependency',''),(10582,1121,'tve_revision_tve_content_before_more',''),(10583,1121,'tve_revision_tve_content_more_found',''),(10584,1121,'tve_revision_tve_save_post',''),(10585,1121,'tve_revision_tve_custom_css',''),(10586,1121,'tve_revision_tve_user_custom_css',''),(10587,1121,'tve_revision_tve_page_events',''),(10588,1121,'tve_revision_tve_globals',''),(10589,1121,'tve_revision_tve_global_scripts',''),(10590,1121,'tve_revision_thrive_icon_pack',''),(10591,1121,'tve_revision_thrive_tcb_post_fonts',''),(10592,1121,'tve_revision_tve_has_masonry',''),(10593,1121,'tve_revision_tve_has_typefocus',''),(10594,1121,'tve_revision_tve_updated_post',''),(10595,1121,'tve_revision_tve_has_wistia_popover',''),(10596,1121,'_elementor_edit_mode','builder'),(10597,1121,'_elementor_template_type','wp-page'),(10598,1121,'_elementor_version','3.7.2'),(10599,1121,'_wp_page_template','default'),(10600,1121,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/website-design-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10601,1121,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10603,1121,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10604,1121,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10605,1121,'_elementor_pro_version','3.7.3'),(10607,1122,'_wp_attached_file','2022/08/ezgif.com-gif-maker-5.jpg'),(10608,1122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:680;s:6:\"height\";i:410;s:4:\"file\";s:33:\"2022/08/ezgif.com-gif-maker-5.jpg\";s:8:\"filesize\";i:54720;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"ezgif.com-gif-maker-5-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ezgif.com-gif-maker-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:7262;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:33:\"ezgif.com-gif-maker-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:4306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10610,1123,'tve_revision_tve_landing_page',''),(10611,1123,'tve_revision_tve_disable_theme_dependency',''),(10612,1123,'tve_revision_tve_content_before_more',''),(10613,1123,'tve_revision_tve_content_more_found',''),(10614,1123,'tve_revision_tve_save_post',''),(10615,1123,'tve_revision_tve_custom_css',''),(10616,1123,'tve_revision_tve_user_custom_css',''),(10617,1123,'tve_revision_tve_page_events',''),(10618,1123,'tve_revision_tve_globals',''),(10619,1123,'tve_revision_tve_global_scripts',''),(10620,1123,'tve_revision_thrive_icon_pack',''),(10621,1123,'tve_revision_thrive_tcb_post_fonts',''),(10622,1123,'tve_revision_tve_has_masonry',''),(10623,1123,'tve_revision_tve_has_typefocus',''),(10624,1123,'tve_revision_tve_updated_post',''),(10625,1123,'tve_revision_tve_has_wistia_popover',''),(10626,1123,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10627,1123,'_wp_page_template','default'),(10628,1123,'_elementor_pro_version','3.7.3'),(10629,1123,'_elementor_template_type','wp-page'),(10630,1123,'_elementor_version','3.7.2'),(10631,1123,'_elementor_edit_mode','builder'),(10632,1123,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10635,1124,'tve_revision_tve_landing_page',''),(10636,1124,'tve_revision_tve_disable_theme_dependency',''),(10637,1124,'tve_revision_tve_content_before_more',''),(10638,1124,'tve_revision_tve_content_more_found',''),(10639,1124,'tve_revision_tve_save_post',''),(10640,1124,'tve_revision_tve_custom_css',''),(10641,1124,'tve_revision_tve_user_custom_css',''),(10642,1124,'tve_revision_tve_page_events',''),(10643,1124,'tve_revision_tve_globals',''),(10644,1124,'tve_revision_tve_global_scripts',''),(10645,1124,'tve_revision_thrive_icon_pack',''),(10646,1124,'tve_revision_thrive_tcb_post_fonts',''),(10647,1124,'tve_revision_tve_has_masonry',''),(10648,1124,'tve_revision_tve_has_typefocus',''),(10649,1124,'tve_revision_tve_updated_post',''),(10650,1124,'tve_revision_tve_has_wistia_popover',''),(10651,1124,'_elementor_edit_mode','builder'),(10652,1124,'_elementor_template_type','wp-page'),(10653,1124,'_elementor_version','3.7.2'),(10654,1124,'_wp_page_template','default'),(10655,1124,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/website-design-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10656,1124,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10658,1124,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10659,1124,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10660,1124,'_elementor_pro_version','3.7.3'),(10661,1125,'tve_revision_tve_landing_page',''),(10662,1125,'tve_revision_tve_disable_theme_dependency',''),(10663,1125,'tve_revision_tve_content_before_more',''),(10664,1125,'tve_revision_tve_content_more_found',''),(10665,1125,'tve_revision_tve_save_post',''),(10666,1125,'tve_revision_tve_custom_css',''),(10667,1125,'tve_revision_tve_user_custom_css',''),(10668,1125,'tve_revision_tve_page_events',''),(10669,1125,'tve_revision_tve_globals',''),(10670,1125,'tve_revision_tve_global_scripts',''),(10671,1125,'tve_revision_thrive_icon_pack',''),(10672,1125,'tve_revision_thrive_tcb_post_fonts',''),(10673,1125,'tve_revision_tve_has_masonry',''),(10674,1125,'tve_revision_tve_has_typefocus',''),(10675,1125,'tve_revision_tve_updated_post',''),(10676,1125,'tve_revision_tve_has_wistia_popover',''),(10677,1125,'_elementor_edit_mode','builder'),(10678,1125,'_elementor_template_type','wp-page'),(10679,1125,'_elementor_version','3.7.2'),(10680,1125,'_wp_page_template','default'),(10681,1125,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/website-design-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10682,1125,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10684,1125,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10685,1125,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10686,1125,'_elementor_pro_version','3.7.3'),(10687,1126,'tve_revision_tve_landing_page',''),(10688,1126,'tve_revision_tve_disable_theme_dependency',''),(10689,1126,'tve_revision_tve_content_before_more',''),(10690,1126,'tve_revision_tve_content_more_found',''),(10691,1126,'tve_revision_tve_save_post',''),(10692,1126,'tve_revision_tve_custom_css',''),(10693,1126,'tve_revision_tve_user_custom_css',''),(10694,1126,'tve_revision_tve_page_events',''),(10695,1126,'tve_revision_tve_globals',''),(10696,1126,'tve_revision_tve_global_scripts',''),(10697,1126,'tve_revision_thrive_icon_pack',''),(10698,1126,'tve_revision_thrive_tcb_post_fonts',''),(10699,1126,'tve_revision_tve_has_masonry',''),(10700,1126,'tve_revision_tve_has_typefocus',''),(10701,1126,'tve_revision_tve_updated_post',''),(10702,1126,'tve_revision_tve_has_wistia_popover',''),(10703,1126,'_elementor_edit_mode','builder'),(10704,1126,'_elementor_template_type','wp-page'),(10705,1126,'_elementor_version','3.7.2'),(10706,1126,'_wp_page_template','default'),(10707,1126,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10708,1126,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10710,1126,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10711,1126,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(10712,1126,'_elementor_pro_version','3.7.3'),(10713,1127,'tve_revision_tve_landing_page',''),(10714,1127,'tve_revision_tve_disable_theme_dependency',''),(10715,1127,'tve_revision_tve_content_before_more',''),(10716,1127,'tve_revision_tve_content_more_found',''),(10717,1127,'tve_revision_tve_save_post',''),(10718,1127,'tve_revision_tve_custom_css',''),(10719,1127,'tve_revision_tve_user_custom_css',''),(10720,1127,'tve_revision_tve_page_events',''),(10721,1127,'tve_revision_tve_globals',''),(10722,1127,'tve_revision_tve_global_scripts',''),(10723,1127,'tve_revision_thrive_icon_pack',''),(10724,1127,'tve_revision_thrive_tcb_post_fonts',''),(10725,1127,'tve_revision_tve_has_masonry',''),(10726,1127,'tve_revision_tve_has_typefocus',''),(10727,1127,'tve_revision_tve_updated_post',''),(10728,1127,'tve_revision_tve_has_wistia_popover',''),(10729,1127,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10730,1127,'_wp_page_template','default'),(10731,1127,'_elementor_pro_version','3.7.3'),(10732,1127,'_elementor_template_type','wp-page'),(10733,1127,'_elementor_version','3.7.2'),(10734,1127,'_elementor_edit_mode','builder'),(10735,1127,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10738,1128,'tve_revision_tve_landing_page',''),(10739,1128,'tve_revision_tve_disable_theme_dependency',''),(10740,1128,'tve_revision_tve_content_before_more',''),(10741,1128,'tve_revision_tve_content_more_found',''),(10742,1128,'tve_revision_tve_save_post',''),(10743,1128,'tve_revision_tve_custom_css',''),(10744,1128,'tve_revision_tve_user_custom_css',''),(10745,1128,'tve_revision_tve_page_events',''),(10746,1128,'tve_revision_tve_globals',''),(10747,1128,'tve_revision_tve_global_scripts',''),(10748,1128,'tve_revision_thrive_icon_pack',''),(10749,1128,'tve_revision_thrive_tcb_post_fonts',''),(10750,1128,'tve_revision_tve_has_masonry',''),(10751,1128,'tve_revision_tve_has_typefocus',''),(10752,1128,'tve_revision_tve_updated_post',''),(10753,1128,'tve_revision_tve_has_wistia_popover',''),(10754,1128,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10755,1128,'_wp_page_template','default'),(10756,1128,'_elementor_pro_version','3.7.3'),(10757,1128,'_elementor_template_type','wp-page'),(10758,1128,'_elementor_version','3.7.2'),(10759,1128,'_elementor_edit_mode','builder'),(10760,1128,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-1.jpg\",\"id\":1104,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10763,1129,'tve_revision_tve_landing_page',''),(10764,1129,'tve_revision_tve_disable_theme_dependency',''),(10765,1129,'tve_revision_tve_content_before_more',''),(10766,1129,'tve_revision_tve_content_more_found',''),(10767,1129,'tve_revision_tve_save_post',''),(10768,1129,'tve_revision_tve_custom_css',''),(10769,1129,'tve_revision_tve_user_custom_css',''),(10770,1129,'tve_revision_tve_page_events',''),(10771,1129,'tve_revision_tve_globals',''),(10772,1129,'tve_revision_tve_global_scripts',''),(10773,1129,'tve_revision_thrive_icon_pack',''),(10774,1129,'tve_revision_thrive_tcb_post_fonts',''),(10775,1129,'tve_revision_tve_has_masonry',''),(10776,1129,'tve_revision_tve_has_typefocus',''),(10777,1129,'tve_revision_tve_updated_post',''),(10778,1129,'tve_revision_tve_has_wistia_popover',''),(10779,1129,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10780,1129,'_wp_page_template','default'),(10781,1129,'_elementor_pro_version','3.7.3'),(10782,1129,'_elementor_template_type','wp-page'),(10783,1129,'_elementor_version','3.7.2'),(10784,1129,'_elementor_edit_mode','builder'),(10785,1129,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-5.jpg\",\"id\":1122,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10788,1130,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10789,1130,'_wp_page_template','default'),(10790,1130,'site-sidebar-layout','no-sidebar'),(10791,1130,'site-content-layout','page-builder'),(10792,1130,'ast-featured-img','disabled'),(10793,1130,'ast-title-bar-display','disabled'),(10794,1130,'site-post-title','disabled'),(10795,1130,'_astra_content_layout_flag','disabled'),(10796,1130,'_elementor_pro_version','3.7.3'),(10797,1130,'_elementor_template_type','wp-page'),(10798,1130,'_elementor_version','3.7.2'),(10799,1130,'_edit_last','1'),(10800,1130,'_tve_js_modules_gutenberg','a:0:{}'),(10801,1130,'_edit_lock','1661309796:1'),(10802,1130,'_elementor_edit_mode','builder'),(10803,1130,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(10805,1130,'_eael_custom_js',''),(10806,1130,'_eael_widget_elements','a:0:{}'),(10808,1131,'tve_revision_tve_landing_page',''),(10809,1131,'tve_revision_tve_disable_theme_dependency',''),(10810,1131,'tve_revision_tve_content_before_more',''),(10811,1131,'tve_revision_tve_content_more_found',''),(10812,1131,'tve_revision_tve_save_post',''),(10813,1131,'tve_revision_tve_custom_css',''),(10814,1131,'tve_revision_tve_user_custom_css',''),(10815,1131,'tve_revision_tve_page_events',''),(10816,1131,'tve_revision_tve_globals',''),(10817,1131,'tve_revision_tve_global_scripts',''),(10818,1131,'tve_revision_thrive_icon_pack',''),(10819,1131,'tve_revision_thrive_tcb_post_fonts',''),(10820,1131,'tve_revision_tve_has_masonry',''),(10821,1131,'tve_revision_tve_has_typefocus',''),(10822,1131,'tve_revision_tve_updated_post',''),(10823,1131,'tve_revision_tve_has_wistia_popover',''),(10824,1131,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10825,1131,'_wp_page_template','default'),(10826,1131,'_elementor_pro_version','3.7.3'),(10827,1131,'_elementor_template_type','wp-page'),(10828,1131,'_elementor_version','3.7.2'),(10829,1131,'_elementor_edit_mode','builder'),(10830,1131,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10833,1132,'tve_revision_tve_landing_page',''),(10834,1132,'tve_revision_tve_disable_theme_dependency',''),(10835,1132,'tve_revision_tve_content_before_more',''),(10836,1132,'tve_revision_tve_content_more_found',''),(10837,1132,'tve_revision_tve_save_post',''),(10838,1132,'tve_revision_tve_custom_css',''),(10839,1132,'tve_revision_tve_user_custom_css',''),(10840,1132,'tve_revision_tve_page_events',''),(10841,1132,'tve_revision_tve_globals',''),(10842,1132,'tve_revision_tve_global_scripts',''),(10843,1132,'tve_revision_thrive_icon_pack',''),(10844,1132,'tve_revision_thrive_tcb_post_fonts',''),(10845,1132,'tve_revision_tve_has_masonry',''),(10846,1132,'tve_revision_tve_has_typefocus',''),(10847,1132,'tve_revision_tve_updated_post',''),(10848,1132,'tve_revision_tve_has_wistia_popover',''),(10849,1132,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10850,1132,'_wp_page_template','default'),(10851,1132,'_elementor_pro_version','3.7.3'),(10852,1132,'_elementor_template_type','wp-page'),(10853,1132,'_elementor_version','3.7.2'),(10854,1132,'_elementor_edit_mode','builder'),(10855,1132,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10858,1133,'tve_revision_tve_landing_page',''),(10859,1133,'tve_revision_tve_disable_theme_dependency',''),(10860,1133,'tve_revision_tve_content_before_more',''),(10861,1133,'tve_revision_tve_content_more_found',''),(10862,1133,'tve_revision_tve_save_post',''),(10863,1133,'tve_revision_tve_custom_css',''),(10864,1133,'tve_revision_tve_user_custom_css',''),(10865,1133,'tve_revision_tve_page_events',''),(10866,1133,'tve_revision_tve_globals',''),(10867,1133,'tve_revision_tve_global_scripts',''),(10868,1133,'tve_revision_thrive_icon_pack',''),(10869,1133,'tve_revision_thrive_tcb_post_fonts',''),(10870,1133,'tve_revision_tve_has_masonry',''),(10871,1133,'tve_revision_tve_has_typefocus',''),(10872,1133,'tve_revision_tve_updated_post',''),(10873,1133,'tve_revision_tve_has_wistia_popover',''),(10874,1133,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10875,1133,'_wp_page_template','default'),(10876,1133,'_elementor_pro_version','3.7.3'),(10877,1133,'_elementor_template_type','wp-page'),(10878,1133,'_elementor_version','3.7.2'),(10879,1133,'_elementor_edit_mode','builder'),(10880,1133,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10883,1134,'tve_revision_tve_landing_page',''),(10884,1134,'tve_revision_tve_disable_theme_dependency',''),(10885,1134,'tve_revision_tve_content_before_more',''),(10886,1134,'tve_revision_tve_content_more_found',''),(10887,1134,'tve_revision_tve_save_post',''),(10888,1134,'tve_revision_tve_custom_css',''),(10889,1134,'tve_revision_tve_user_custom_css',''),(10890,1134,'tve_revision_tve_page_events',''),(10891,1134,'tve_revision_tve_globals',''),(10892,1134,'tve_revision_tve_global_scripts',''),(10893,1134,'tve_revision_thrive_icon_pack',''),(10894,1134,'tve_revision_thrive_tcb_post_fonts',''),(10895,1134,'tve_revision_tve_has_masonry',''),(10896,1134,'tve_revision_tve_has_typefocus',''),(10897,1134,'tve_revision_tve_updated_post',''),(10898,1134,'tve_revision_tve_has_wistia_popover',''),(10899,1134,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10900,1134,'_wp_page_template','default'),(10901,1134,'_elementor_pro_version','3.7.3'),(10902,1134,'_elementor_template_type','wp-page'),(10903,1134,'_elementor_version','3.7.2'),(10904,1134,'_elementor_edit_mode','builder'),(10905,1134,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10908,1135,'tve_revision_tve_landing_page',''),(10909,1135,'tve_revision_tve_disable_theme_dependency',''),(10910,1135,'tve_revision_tve_content_before_more',''),(10911,1135,'tve_revision_tve_content_more_found',''),(10912,1135,'tve_revision_tve_save_post',''),(10913,1135,'tve_revision_tve_custom_css',''),(10914,1135,'tve_revision_tve_user_custom_css',''),(10915,1135,'tve_revision_tve_page_events',''),(10916,1135,'tve_revision_tve_globals',''),(10917,1135,'tve_revision_tve_global_scripts',''),(10918,1135,'tve_revision_thrive_icon_pack',''),(10919,1135,'tve_revision_thrive_tcb_post_fonts',''),(10920,1135,'tve_revision_tve_has_masonry',''),(10921,1135,'tve_revision_tve_has_typefocus',''),(10922,1135,'tve_revision_tve_updated_post',''),(10923,1135,'tve_revision_tve_has_wistia_popover',''),(10924,1135,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10925,1135,'_wp_page_template','default'),(10926,1135,'_elementor_pro_version','3.7.3'),(10927,1135,'_elementor_template_type','wp-page'),(10928,1135,'_elementor_version','3.7.2'),(10929,1135,'_elementor_edit_mode','builder'),(10930,1135,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10932,1136,'tve_revision_tve_landing_page',''),(10933,1136,'tve_revision_tve_disable_theme_dependency',''),(10934,1136,'tve_revision_tve_content_before_more',''),(10935,1136,'tve_revision_tve_content_more_found',''),(10936,1136,'tve_revision_tve_save_post',''),(10937,1136,'tve_revision_tve_custom_css',''),(10938,1136,'tve_revision_tve_user_custom_css',''),(10939,1136,'tve_revision_tve_page_events',''),(10940,1136,'tve_revision_tve_globals',''),(10941,1136,'tve_revision_tve_global_scripts',''),(10942,1136,'tve_revision_thrive_icon_pack',''),(10943,1136,'tve_revision_thrive_tcb_post_fonts',''),(10944,1136,'tve_revision_tve_has_masonry',''),(10945,1136,'tve_revision_tve_has_typefocus',''),(10946,1136,'tve_revision_tve_updated_post',''),(10947,1136,'tve_revision_tve_has_wistia_popover',''),(10948,1136,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10949,1136,'_wp_page_template','default'),(10950,1136,'_elementor_pro_version','3.7.3'),(10951,1136,'_elementor_template_type','wp-page'),(10952,1136,'_elementor_version','3.7.2'),(10953,1136,'_elementor_edit_mode','builder'),(10954,1136,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Website Design Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10956,1137,'tve_revision_tve_landing_page',''),(10957,1137,'tve_revision_tve_disable_theme_dependency',''),(10958,1137,'tve_revision_tve_content_before_more',''),(10959,1137,'tve_revision_tve_content_more_found',''),(10960,1137,'tve_revision_tve_save_post',''),(10961,1137,'tve_revision_tve_custom_css',''),(10962,1137,'tve_revision_tve_user_custom_css',''),(10963,1137,'tve_revision_tve_page_events',''),(10964,1137,'tve_revision_tve_globals',''),(10965,1137,'tve_revision_tve_global_scripts',''),(10966,1137,'tve_revision_thrive_icon_pack',''),(10967,1137,'tve_revision_thrive_tcb_post_fonts',''),(10968,1137,'tve_revision_tve_has_masonry',''),(10969,1137,'tve_revision_tve_has_typefocus',''),(10970,1137,'tve_revision_tve_updated_post',''),(10971,1137,'tve_revision_tve_has_wistia_popover',''),(10972,1137,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10973,1137,'_wp_page_template','default'),(10974,1137,'_elementor_pro_version','3.7.3'),(10975,1137,'_elementor_template_type','wp-page'),(10976,1137,'_elementor_version','3.7.2'),(10977,1137,'_elementor_edit_mode','builder'),(10978,1137,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(10980,1138,'tve_revision_tve_landing_page',''),(10981,1138,'tve_revision_tve_disable_theme_dependency',''),(10982,1138,'tve_revision_tve_content_before_more',''),(10983,1138,'tve_revision_tve_content_more_found',''),(10984,1138,'tve_revision_tve_save_post',''),(10985,1138,'tve_revision_tve_custom_css',''),(10986,1138,'tve_revision_tve_user_custom_css',''),(10987,1138,'tve_revision_tve_page_events',''),(10988,1138,'tve_revision_tve_globals',''),(10989,1138,'tve_revision_tve_global_scripts',''),(10990,1138,'tve_revision_thrive_icon_pack',''),(10991,1138,'tve_revision_thrive_tcb_post_fonts',''),(10992,1138,'tve_revision_tve_has_masonry',''),(10993,1138,'tve_revision_tve_has_typefocus',''),(10994,1138,'tve_revision_tve_updated_post',''),(10995,1138,'tve_revision_tve_has_wistia_popover',''),(10996,1138,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10997,1138,'_wp_page_template','default'),(10998,1138,'_elementor_pro_version','3.7.3'),(10999,1138,'_elementor_template_type','wp-page'),(11000,1138,'_elementor_version','3.7.2'),(11001,1138,'_elementor_edit_mode','builder'),(11002,1138,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11004,1139,'tve_revision_tve_landing_page',''),(11005,1139,'tve_revision_tve_disable_theme_dependency',''),(11006,1139,'tve_revision_tve_content_before_more',''),(11007,1139,'tve_revision_tve_content_more_found',''),(11008,1139,'tve_revision_tve_save_post',''),(11009,1139,'tve_revision_tve_custom_css',''),(11010,1139,'tve_revision_tve_user_custom_css',''),(11011,1139,'tve_revision_tve_page_events',''),(11012,1139,'tve_revision_tve_globals',''),(11013,1139,'tve_revision_tve_global_scripts',''),(11014,1139,'tve_revision_thrive_icon_pack',''),(11015,1139,'tve_revision_thrive_tcb_post_fonts',''),(11016,1139,'tve_revision_tve_has_masonry',''),(11017,1139,'tve_revision_tve_has_typefocus',''),(11018,1139,'tve_revision_tve_updated_post',''),(11019,1139,'tve_revision_tve_has_wistia_popover',''),(11020,1139,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11021,1139,'_wp_page_template','default'),(11022,1139,'_elementor_pro_version','3.7.3'),(11023,1139,'_elementor_template_type','wp-page'),(11024,1139,'_elementor_version','3.7.2'),(11025,1139,'_elementor_edit_mode','builder'),(11026,1139,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.<\\/p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.<\\/p><p>We Build the Following types of Websites...<\\/p><ol><li>Ecommerce Website.<\\/li><li>Hotel Website.<\\/li><li>E- Learning Website.<\\/li><li>School Management Website.<\\/li><li>Marketplace Website.<\\/li><li>Community and Forum Website.<\\/li><li>Blogs.<\\/li><li>Product Sales Pages<\\/li><li>Landing Pages.<\\/li><li>Membership Websites.<\\/li><li>Corporates Website.<\\/li><li>Church Website.<\\/li><li>Personal Brand Website.<\\/li><li>Agency Website.<\\/li><li>Portfolio Website, etc..<\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11028,1140,'tve_revision_tve_landing_page',''),(11029,1140,'tve_revision_tve_disable_theme_dependency',''),(11030,1140,'tve_revision_tve_content_before_more',''),(11031,1140,'tve_revision_tve_content_more_found',''),(11032,1140,'tve_revision_tve_save_post',''),(11033,1140,'tve_revision_tve_custom_css',''),(11034,1140,'tve_revision_tve_user_custom_css',''),(11035,1140,'tve_revision_tve_page_events',''),(11036,1140,'tve_revision_tve_globals',''),(11037,1140,'tve_revision_tve_global_scripts',''),(11038,1140,'tve_revision_thrive_icon_pack',''),(11039,1140,'tve_revision_thrive_tcb_post_fonts',''),(11040,1140,'tve_revision_tve_has_masonry',''),(11041,1140,'tve_revision_tve_has_typefocus',''),(11042,1140,'tve_revision_tve_updated_post',''),(11043,1140,'tve_revision_tve_has_wistia_popover',''),(11044,1140,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11045,1140,'_wp_page_template','default'),(11046,1140,'_elementor_pro_version','3.7.3'),(11047,1140,'_elementor_template_type','wp-page'),(11048,1140,'_elementor_version','3.7.2'),(11049,1140,'_elementor_edit_mode','builder'),(11050,1140,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p><p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11052,1141,'tve_revision_tve_landing_page',''),(11053,1141,'tve_revision_tve_disable_theme_dependency',''),(11054,1141,'tve_revision_tve_content_before_more',''),(11055,1141,'tve_revision_tve_content_more_found',''),(11056,1141,'tve_revision_tve_save_post',''),(11057,1141,'tve_revision_tve_custom_css',''),(11058,1141,'tve_revision_tve_user_custom_css',''),(11059,1141,'tve_revision_tve_page_events',''),(11060,1141,'tve_revision_tve_globals',''),(11061,1141,'tve_revision_tve_global_scripts',''),(11062,1141,'tve_revision_thrive_icon_pack',''),(11063,1141,'tve_revision_thrive_tcb_post_fonts',''),(11064,1141,'tve_revision_tve_has_masonry',''),(11065,1141,'tve_revision_tve_has_typefocus',''),(11066,1141,'tve_revision_tve_updated_post',''),(11067,1141,'tve_revision_tve_has_wistia_popover',''),(11068,1141,'_elementor_edit_mode','builder'),(11069,1141,'_elementor_template_type','wp-page'),(11070,1141,'_elementor_version','3.7.2'),(11071,1141,'_wp_page_template','default'),(11072,1141,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11073,1141,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11075,1141,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11076,1141,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(11077,1141,'_elementor_pro_version','3.7.3'),(11078,1142,'tve_revision_tve_landing_page',''),(11079,1142,'tve_revision_tve_disable_theme_dependency',''),(11080,1142,'tve_revision_tve_content_before_more',''),(11081,1142,'tve_revision_tve_content_more_found',''),(11082,1142,'tve_revision_tve_save_post',''),(11083,1142,'tve_revision_tve_custom_css',''),(11084,1142,'tve_revision_tve_user_custom_css',''),(11085,1142,'tve_revision_tve_page_events',''),(11086,1142,'tve_revision_tve_globals',''),(11087,1142,'tve_revision_tve_global_scripts',''),(11088,1142,'tve_revision_thrive_icon_pack',''),(11089,1142,'tve_revision_thrive_tcb_post_fonts',''),(11090,1142,'tve_revision_tve_has_masonry',''),(11091,1142,'tve_revision_tve_has_typefocus',''),(11092,1142,'tve_revision_tve_updated_post',''),(11093,1142,'tve_revision_tve_has_wistia_popover',''),(11094,1142,'_elementor_edit_mode','builder'),(11095,1142,'_elementor_template_type','wp-page'),(11096,1142,'_elementor_version','3.7.2'),(11097,1142,'_wp_page_template','default'),(11098,1142,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1f5ed58\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"5361d53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"5cd5bc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lead Generation Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"8d59510\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a685bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p><p>With our lead gen services, which include call, lead, and revenue tracking, your company\\u00a0can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20b082c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f3f4b2c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"919b68d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ffe649\",\"elType\":\"widget\",\"settings\":{\"title\":\"Viral Sales Funnel Lead Services\",\"header_size\":\"h4\",\"title_color\":\"#4F310B\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"39608b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc34d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d6c3f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dc308fb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11099,1142,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11101,1142,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11102,1142,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(11103,1142,'_elementor_pro_version','3.7.3'),(11104,1143,'tve_revision_tve_landing_page',''),(11105,1143,'tve_revision_tve_disable_theme_dependency',''),(11106,1143,'tve_revision_tve_content_before_more',''),(11107,1143,'tve_revision_tve_content_more_found',''),(11108,1143,'tve_revision_tve_save_post',''),(11109,1143,'tve_revision_tve_custom_css',''),(11110,1143,'tve_revision_tve_user_custom_css',''),(11111,1143,'tve_revision_tve_page_events',''),(11112,1143,'tve_revision_tve_globals',''),(11113,1143,'tve_revision_tve_global_scripts',''),(11114,1143,'tve_revision_thrive_icon_pack',''),(11115,1143,'tve_revision_thrive_tcb_post_fonts',''),(11116,1143,'tve_revision_tve_has_masonry',''),(11117,1143,'tve_revision_tve_has_typefocus',''),(11118,1143,'tve_revision_tve_updated_post',''),(11119,1143,'tve_revision_tve_has_wistia_popover',''),(11120,1143,'_elementor_edit_mode','builder'),(11121,1143,'_elementor_template_type','wp-page'),(11122,1143,'_elementor_version','3.7.2'),(11123,1143,'_wp_page_template','default'),(11124,1143,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11125,1143,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11127,1143,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11128,1143,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(11129,1143,'_elementor_pro_version','3.7.3'),(11131,1144,'tve_revision_tve_landing_page',''),(11132,1144,'tve_revision_tve_disable_theme_dependency',''),(11133,1144,'tve_revision_tve_content_before_more',''),(11134,1144,'tve_revision_tve_content_more_found',''),(11135,1144,'tve_revision_tve_save_post',''),(11136,1144,'tve_revision_tve_custom_css',''),(11137,1144,'tve_revision_tve_user_custom_css',''),(11138,1144,'tve_revision_tve_page_events',''),(11139,1144,'tve_revision_tve_globals',''),(11140,1144,'tve_revision_tve_global_scripts',''),(11141,1144,'tve_revision_thrive_icon_pack',''),(11142,1144,'tve_revision_thrive_tcb_post_fonts',''),(11143,1144,'tve_revision_tve_has_masonry',''),(11144,1144,'tve_revision_tve_has_typefocus',''),(11145,1144,'tve_revision_tve_updated_post',''),(11146,1144,'tve_revision_tve_has_wistia_popover',''),(11147,1144,'_elementor_edit_mode','builder'),(11148,1144,'_elementor_template_type','wp-page'),(11149,1144,'_elementor_version','3.7.2'),(11150,1144,'_wp_page_template','default'),(11151,1144,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11152,1144,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wpjn_postmeta` VALUES (11154,1144,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11155,1144,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(11156,1144,'_elementor_pro_version','3.7.3'),(11157,1145,'tve_revision_tve_landing_page',''),(11158,1145,'tve_revision_tve_disable_theme_dependency',''),(11159,1145,'tve_revision_tve_content_before_more',''),(11160,1145,'tve_revision_tve_content_more_found',''),(11161,1145,'tve_revision_tve_save_post',''),(11162,1145,'tve_revision_tve_custom_css',''),(11163,1145,'tve_revision_tve_user_custom_css',''),(11164,1145,'tve_revision_tve_page_events',''),(11165,1145,'tve_revision_tve_globals',''),(11166,1145,'tve_revision_tve_global_scripts',''),(11167,1145,'tve_revision_thrive_icon_pack',''),(11168,1145,'tve_revision_thrive_tcb_post_fonts',''),(11169,1145,'tve_revision_tve_has_masonry',''),(11170,1145,'tve_revision_tve_has_typefocus',''),(11171,1145,'tve_revision_tve_updated_post',''),(11172,1145,'tve_revision_tve_has_wistia_popover',''),(11173,1145,'_elementor_edit_mode','builder'),(11174,1145,'_elementor_template_type','wp-page'),(11175,1145,'_elementor_version','3.7.2'),(11176,1145,'_wp_page_template','default'),(11177,1145,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11178,1145,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11180,1145,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11181,1145,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(11182,1145,'_elementor_pro_version','3.7.3'),(11183,1146,'tve_revision_tve_landing_page',''),(11184,1146,'tve_revision_tve_disable_theme_dependency',''),(11185,1146,'tve_revision_tve_content_before_more',''),(11186,1146,'tve_revision_tve_content_more_found',''),(11187,1146,'tve_revision_tve_save_post',''),(11188,1146,'tve_revision_tve_custom_css',''),(11189,1146,'tve_revision_tve_user_custom_css',''),(11190,1146,'tve_revision_tve_page_events',''),(11191,1146,'tve_revision_tve_globals',''),(11192,1146,'tve_revision_tve_global_scripts',''),(11193,1146,'tve_revision_thrive_icon_pack',''),(11194,1146,'tve_revision_thrive_tcb_post_fonts',''),(11195,1146,'tve_revision_tve_has_masonry',''),(11196,1146,'tve_revision_tve_has_typefocus',''),(11197,1146,'tve_revision_tve_updated_post',''),(11198,1146,'tve_revision_tve_has_wistia_popover',''),(11199,1146,'_elementor_edit_mode','builder'),(11200,1146,'_elementor_template_type','wp-page'),(11201,1146,'_elementor_version','3.7.2'),(11202,1146,'_wp_page_template','default'),(11203,1146,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11204,1146,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11206,1146,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11207,1146,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(11208,1146,'_elementor_pro_version','3.7.3'),(11268,1148,'tve_revision_tve_landing_page',''),(11269,1148,'tve_revision_tve_disable_theme_dependency',''),(11270,1148,'tve_revision_tve_content_before_more',''),(11271,1148,'tve_revision_tve_content_more_found',''),(11272,1148,'tve_revision_tve_save_post',''),(11273,1148,'tve_revision_tve_custom_css',''),(11274,1148,'tve_revision_tve_user_custom_css',''),(11275,1148,'tve_revision_tve_page_events',''),(11276,1148,'tve_revision_tve_globals',''),(11277,1148,'tve_revision_tve_global_scripts',''),(11278,1148,'tve_revision_thrive_icon_pack',''),(11279,1148,'tve_revision_thrive_tcb_post_fonts',''),(11280,1148,'tve_revision_tve_has_masonry',''),(11281,1148,'tve_revision_tve_has_typefocus',''),(11282,1148,'tve_revision_tve_updated_post',''),(11283,1148,'tve_revision_tve_has_wistia_popover',''),(11284,1148,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11285,1148,'_wp_page_template','default'),(11286,1148,'_elementor_pro_version','3.7.3'),(11287,1148,'_elementor_template_type','wp-page'),(11288,1148,'_elementor_version','3.7.2'),(11289,1148,'_elementor_edit_mode','builder'),(11290,1148,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p><p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11292,1149,'tve_revision_tve_landing_page',''),(11293,1149,'tve_revision_tve_disable_theme_dependency',''),(11294,1149,'tve_revision_tve_content_before_more',''),(11295,1149,'tve_revision_tve_content_more_found',''),(11296,1149,'tve_revision_tve_save_post',''),(11297,1149,'tve_revision_tve_custom_css',''),(11298,1149,'tve_revision_tve_user_custom_css',''),(11299,1149,'tve_revision_tve_page_events',''),(11300,1149,'tve_revision_tve_globals',''),(11301,1149,'tve_revision_tve_global_scripts',''),(11302,1149,'tve_revision_thrive_icon_pack',''),(11303,1149,'tve_revision_thrive_tcb_post_fonts',''),(11304,1149,'tve_revision_tve_has_masonry',''),(11305,1149,'tve_revision_tve_has_typefocus',''),(11306,1149,'tve_revision_tve_updated_post',''),(11307,1149,'tve_revision_tve_has_wistia_popover',''),(11308,1149,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11309,1149,'_wp_page_template','default'),(11310,1149,'_elementor_pro_version','3.7.3'),(11311,1149,'_elementor_template_type','wp-page'),(11312,1149,'_elementor_version','3.7.2'),(11313,1149,'_elementor_edit_mode','builder'),(11314,1149,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.<\\/p><p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.<\\/p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.<\\/p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard\\u2026<\\/p><p>Build a Viral Email List from our Viral Sales Funnels\\u2026<\\/p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11316,1150,'tve_revision_tve_landing_page',''),(11317,1150,'tve_revision_tve_disable_theme_dependency',''),(11318,1150,'tve_revision_tve_content_before_more',''),(11319,1150,'tve_revision_tve_content_more_found',''),(11320,1150,'tve_revision_tve_save_post',''),(11321,1150,'tve_revision_tve_custom_css',''),(11322,1150,'tve_revision_tve_user_custom_css',''),(11323,1150,'tve_revision_tve_page_events',''),(11324,1150,'tve_revision_tve_globals',''),(11325,1150,'tve_revision_tve_global_scripts',''),(11326,1150,'tve_revision_thrive_icon_pack',''),(11327,1150,'tve_revision_thrive_tcb_post_fonts',''),(11328,1150,'tve_revision_tve_has_masonry',''),(11329,1150,'tve_revision_tve_has_typefocus',''),(11330,1150,'tve_revision_tve_updated_post',''),(11331,1150,'tve_revision_tve_has_wistia_popover',''),(11332,1150,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11333,1150,'_wp_page_template','default'),(11334,1150,'_elementor_pro_version','3.7.3'),(11335,1150,'_elementor_template_type','wp-page'),(11336,1150,'_elementor_version','3.7.2'),(11337,1150,'_elementor_edit_mode','builder'),(11338,1150,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11340,1151,'tve_revision_tve_landing_page',''),(11341,1151,'tve_revision_tve_disable_theme_dependency',''),(11342,1151,'tve_revision_tve_content_before_more',''),(11343,1151,'tve_revision_tve_content_more_found',''),(11344,1151,'tve_revision_tve_save_post',''),(11345,1151,'tve_revision_tve_custom_css',''),(11346,1151,'tve_revision_tve_user_custom_css',''),(11347,1151,'tve_revision_tve_page_events',''),(11348,1151,'tve_revision_tve_globals',''),(11349,1151,'tve_revision_tve_global_scripts',''),(11350,1151,'tve_revision_thrive_icon_pack',''),(11351,1151,'tve_revision_thrive_tcb_post_fonts',''),(11352,1151,'tve_revision_tve_has_masonry',''),(11353,1151,'tve_revision_tve_has_typefocus',''),(11354,1151,'tve_revision_tve_updated_post',''),(11355,1151,'tve_revision_tve_has_wistia_popover',''),(11356,1151,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11357,1151,'_wp_page_template','default'),(11358,1151,'_elementor_pro_version','3.7.3'),(11359,1151,'_elementor_template_type','wp-page'),(11360,1151,'_elementor_version','3.7.2'),(11361,1151,'_elementor_edit_mode','builder'),(11362,1151,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11364,1152,'tve_revision_tve_landing_page',''),(11365,1152,'tve_revision_tve_disable_theme_dependency',''),(11366,1152,'tve_revision_tve_content_before_more',''),(11367,1152,'tve_revision_tve_content_more_found',''),(11368,1152,'tve_revision_tve_save_post',''),(11369,1152,'tve_revision_tve_custom_css',''),(11370,1152,'tve_revision_tve_user_custom_css',''),(11371,1152,'tve_revision_tve_page_events',''),(11372,1152,'tve_revision_tve_globals',''),(11373,1152,'tve_revision_tve_global_scripts',''),(11374,1152,'tve_revision_thrive_icon_pack',''),(11375,1152,'tve_revision_thrive_tcb_post_fonts',''),(11376,1152,'tve_revision_tve_has_masonry',''),(11377,1152,'tve_revision_tve_has_typefocus',''),(11378,1152,'tve_revision_tve_updated_post',''),(11379,1152,'tve_revision_tve_has_wistia_popover',''),(11380,1152,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11381,1152,'_wp_page_template','default'),(11382,1152,'_elementor_pro_version','3.7.3'),(11383,1152,'_elementor_template_type','wp-page'),(11384,1152,'_elementor_version','3.7.2'),(11385,1152,'_elementor_edit_mode','builder'),(11386,1152,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11388,1153,'tve_revision_tve_landing_page',''),(11389,1153,'tve_revision_tve_disable_theme_dependency',''),(11390,1153,'tve_revision_tve_content_before_more',''),(11391,1153,'tve_revision_tve_content_more_found',''),(11392,1153,'tve_revision_tve_save_post',''),(11393,1153,'tve_revision_tve_custom_css',''),(11394,1153,'tve_revision_tve_user_custom_css',''),(11395,1153,'tve_revision_tve_page_events',''),(11396,1153,'tve_revision_tve_globals',''),(11397,1153,'tve_revision_tve_global_scripts',''),(11398,1153,'tve_revision_thrive_icon_pack',''),(11399,1153,'tve_revision_thrive_tcb_post_fonts',''),(11400,1153,'tve_revision_tve_has_masonry',''),(11401,1153,'tve_revision_tve_has_typefocus',''),(11402,1153,'tve_revision_tve_updated_post',''),(11403,1153,'tve_revision_tve_has_wistia_popover',''),(11404,1153,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11405,1153,'_wp_page_template','default'),(11406,1153,'_elementor_pro_version','3.7.3'),(11407,1153,'_elementor_template_type','wp-page'),(11408,1153,'_elementor_version','3.7.2'),(11409,1153,'_elementor_edit_mode','builder'),(11410,1153,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/h6><h6>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/h6><h6>Sounds cool, doesn\\u2019t it?<\\/h6><h6>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/h6><h6>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/h6><ul><li><h6>Viral List Building<\\/h6><\\/li><li><h6>Referral Marketing<\\/h6><\\/li><li><h6>Viral Giveaways<\\/h6><\\/li><li><h6>Viral Contest and Sweepstakes.<\\/h6><\\/li><li><h6>Viral Waiting List<\\/h6><\\/li><li><h6>Quiz Campaigns<\\/h6><\\/li><\\/ul><h6>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/h6>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11412,1154,'tve_revision_tve_landing_page',''),(11413,1154,'tve_revision_tve_disable_theme_dependency',''),(11414,1154,'tve_revision_tve_content_before_more',''),(11415,1154,'tve_revision_tve_content_more_found',''),(11416,1154,'tve_revision_tve_save_post',''),(11417,1154,'tve_revision_tve_custom_css',''),(11418,1154,'tve_revision_tve_user_custom_css',''),(11419,1154,'tve_revision_tve_page_events',''),(11420,1154,'tve_revision_tve_globals',''),(11421,1154,'tve_revision_tve_global_scripts',''),(11422,1154,'tve_revision_thrive_icon_pack',''),(11423,1154,'tve_revision_thrive_tcb_post_fonts',''),(11424,1154,'tve_revision_tve_has_masonry',''),(11425,1154,'tve_revision_tve_has_typefocus',''),(11426,1154,'tve_revision_tve_updated_post',''),(11427,1154,'tve_revision_tve_has_wistia_popover',''),(11428,1154,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11429,1154,'_wp_page_template','default'),(11430,1154,'_elementor_pro_version','3.7.3'),(11431,1154,'_elementor_template_type','wp-page'),(11432,1154,'_elementor_version','3.7.2'),(11433,1154,'_elementor_edit_mode','builder'),(11434,1154,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/h6><h6>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/h6><h6>Sounds cool, doesn\\u2019t it?<\\/h6><h6>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/h6><h6>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/h6><ul><li><h6>Viral List Building<\\/h6><\\/li><li><h6>Referral Marketing<\\/h6><\\/li><li><h6>Viral Giveaways<\\/h6><\\/li><li><h6>Viral Contest and Sweepstakes.<\\/h6><\\/li><li><h6>Viral Waiting List<\\/h6><\\/li><li><h6>Quiz Campaigns<\\/h6><\\/li><\\/ul><h6>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/h6>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11436,1155,'tve_revision_tve_landing_page',''),(11437,1155,'tve_revision_tve_disable_theme_dependency',''),(11438,1155,'tve_revision_tve_content_before_more',''),(11439,1155,'tve_revision_tve_content_more_found',''),(11440,1155,'tve_revision_tve_save_post',''),(11441,1155,'tve_revision_tve_custom_css',''),(11442,1155,'tve_revision_tve_user_custom_css',''),(11443,1155,'tve_revision_tve_page_events',''),(11444,1155,'tve_revision_tve_globals',''),(11445,1155,'tve_revision_tve_global_scripts',''),(11446,1155,'tve_revision_thrive_icon_pack',''),(11447,1155,'tve_revision_thrive_tcb_post_fonts',''),(11448,1155,'tve_revision_tve_has_masonry',''),(11449,1155,'tve_revision_tve_has_typefocus',''),(11450,1155,'tve_revision_tve_updated_post',''),(11451,1155,'tve_revision_tve_has_wistia_popover',''),(11452,1155,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11453,1155,'_wp_page_template','default'),(11454,1155,'_elementor_pro_version','3.7.3'),(11455,1155,'_elementor_template_type','wp-page'),(11456,1155,'_elementor_version','3.7.2'),(11457,1155,'_elementor_edit_mode','builder'),(11458,1155,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/h6><h6>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/h6><h6>Sounds cool, doesn\\u2019t it?<\\/h6><h6>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/h6><h6>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/h6><ul><li><h6>Viral List Building<\\/h6><\\/li><li><h6>Referral Marketing<\\/h6><\\/li><li><h6>Viral Giveaways<\\/h6><\\/li><li><h6>Viral Contest and Sweepstakes.<\\/h6><\\/li><li><h6>Viral Waiting List<\\/h6><\\/li><li><h6>Quiz Campaigns<\\/h6><\\/li><\\/ul><h6>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/h6>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11460,1156,'tve_revision_tve_landing_page',''),(11461,1156,'tve_revision_tve_disable_theme_dependency',''),(11462,1156,'tve_revision_tve_content_before_more',''),(11463,1156,'tve_revision_tve_content_more_found',''),(11464,1156,'tve_revision_tve_save_post',''),(11465,1156,'tve_revision_tve_custom_css',''),(11466,1156,'tve_revision_tve_user_custom_css',''),(11467,1156,'tve_revision_tve_page_events',''),(11468,1156,'tve_revision_tve_globals',''),(11469,1156,'tve_revision_tve_global_scripts',''),(11470,1156,'tve_revision_thrive_icon_pack',''),(11471,1156,'tve_revision_thrive_tcb_post_fonts',''),(11472,1156,'tve_revision_tve_has_masonry',''),(11473,1156,'tve_revision_tve_has_typefocus',''),(11474,1156,'tve_revision_tve_updated_post',''),(11475,1156,'tve_revision_tve_has_wistia_popover',''),(11476,1156,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11477,1156,'_wp_page_template','default'),(11478,1156,'_elementor_pro_version','3.7.3'),(11479,1156,'_elementor_template_type','wp-page'),(11480,1156,'_elementor_version','3.7.2'),(11481,1156,'_elementor_edit_mode','builder'),(11482,1156,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li><p>Viral List Building<\\/p><\\/li><li><p>Referral Marketing<\\/p><\\/li><li><p>Viral Giveaways<\\/p><\\/li><li><p>Viral Contest and Sweepstakes.<\\/p><\\/li><li><p>Viral Waiting List<\\/p><\\/li><li><p>Quiz Campaigns<\\/p><\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11484,1157,'tve_revision_tve_landing_page',''),(11485,1157,'tve_revision_tve_disable_theme_dependency',''),(11486,1157,'tve_revision_tve_content_before_more',''),(11487,1157,'tve_revision_tve_content_more_found',''),(11488,1157,'tve_revision_tve_save_post',''),(11489,1157,'tve_revision_tve_custom_css',''),(11490,1157,'tve_revision_tve_user_custom_css',''),(11491,1157,'tve_revision_tve_page_events',''),(11492,1157,'tve_revision_tve_globals',''),(11493,1157,'tve_revision_tve_global_scripts',''),(11494,1157,'tve_revision_thrive_icon_pack',''),(11495,1157,'tve_revision_thrive_tcb_post_fonts',''),(11496,1157,'tve_revision_tve_has_masonry',''),(11497,1157,'tve_revision_tve_has_typefocus',''),(11498,1157,'tve_revision_tve_updated_post',''),(11499,1157,'tve_revision_tve_has_wistia_popover',''),(11500,1157,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11501,1157,'_wp_page_template','default'),(11502,1157,'_elementor_pro_version','3.7.3'),(11503,1157,'_elementor_template_type','wp-page'),(11504,1157,'_elementor_version','3.7.2'),(11505,1157,'_elementor_edit_mode','builder'),(11506,1157,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li><p>Viral List Building<\\/p><\\/li><li><p>Referral Marketing<\\/p><\\/li><li><p>Viral Giveaways<\\/p><\\/li><li><p>Viral Contest and Sweepstakes.<\\/p><\\/li><li><p>Viral Waiting List<\\/p><\\/li><li><p>Quiz Campaigns<\\/p><\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11508,1158,'tve_revision_tve_landing_page',''),(11509,1158,'tve_revision_tve_disable_theme_dependency',''),(11510,1158,'tve_revision_tve_content_before_more',''),(11511,1158,'tve_revision_tve_content_more_found',''),(11512,1158,'tve_revision_tve_save_post',''),(11513,1158,'tve_revision_tve_custom_css',''),(11514,1158,'tve_revision_tve_user_custom_css',''),(11515,1158,'tve_revision_tve_page_events',''),(11516,1158,'tve_revision_tve_globals',''),(11517,1158,'tve_revision_tve_global_scripts',''),(11518,1158,'tve_revision_thrive_icon_pack',''),(11519,1158,'tve_revision_thrive_tcb_post_fonts',''),(11520,1158,'tve_revision_tve_has_masonry',''),(11521,1158,'tve_revision_tve_has_typefocus',''),(11522,1158,'tve_revision_tve_updated_post',''),(11523,1158,'tve_revision_tve_has_wistia_popover',''),(11524,1158,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11525,1158,'_wp_page_template','default'),(11526,1158,'_elementor_pro_version','3.7.3'),(11527,1158,'_elementor_template_type','wp-page'),(11528,1158,'_elementor_version','3.7.2'),(11529,1158,'_elementor_edit_mode','builder'),(11530,1158,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li><p>Viral List Building<\\/p><\\/li><li><p>Referral Marketing<\\/p><\\/li><li><p>Viral Giveaways<\\/p><\\/li><li><p>Viral Contest and Sweepstakes.<\\/p><\\/li><li><p>Viral Waiting List<\\/p><\\/li><li><p>Quiz Campaigns<\\/p><\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11532,1159,'tve_revision_tve_landing_page',''),(11533,1159,'tve_revision_tve_disable_theme_dependency',''),(11534,1159,'tve_revision_tve_content_before_more',''),(11535,1159,'tve_revision_tve_content_more_found',''),(11536,1159,'tve_revision_tve_save_post',''),(11537,1159,'tve_revision_tve_custom_css',''),(11538,1159,'tve_revision_tve_user_custom_css',''),(11539,1159,'tve_revision_tve_page_events',''),(11540,1159,'tve_revision_tve_globals',''),(11541,1159,'tve_revision_tve_global_scripts',''),(11542,1159,'tve_revision_thrive_icon_pack',''),(11543,1159,'tve_revision_thrive_tcb_post_fonts',''),(11544,1159,'tve_revision_tve_has_masonry',''),(11545,1159,'tve_revision_tve_has_typefocus',''),(11546,1159,'tve_revision_tve_updated_post',''),(11547,1159,'tve_revision_tve_has_wistia_popover',''),(11548,1159,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11549,1159,'_wp_page_template','default'),(11550,1159,'_elementor_pro_version','3.7.3'),(11551,1159,'_elementor_template_type','wp-page'),(11552,1159,'_elementor_version','3.7.2'),(11553,1159,'_elementor_edit_mode','builder'),(11554,1159,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11556,1160,'tve_revision_tve_landing_page',''),(11557,1160,'tve_revision_tve_disable_theme_dependency',''),(11558,1160,'tve_revision_tve_content_before_more',''),(11559,1160,'tve_revision_tve_content_more_found',''),(11560,1160,'tve_revision_tve_save_post',''),(11561,1160,'tve_revision_tve_custom_css',''),(11562,1160,'tve_revision_tve_user_custom_css',''),(11563,1160,'tve_revision_tve_page_events',''),(11564,1160,'tve_revision_tve_globals',''),(11565,1160,'tve_revision_tve_global_scripts',''),(11566,1160,'tve_revision_thrive_icon_pack',''),(11567,1160,'tve_revision_thrive_tcb_post_fonts',''),(11568,1160,'tve_revision_tve_has_masonry',''),(11569,1160,'tve_revision_tve_has_typefocus',''),(11570,1160,'tve_revision_tve_updated_post',''),(11571,1160,'tve_revision_tve_has_wistia_popover',''),(11572,1160,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11573,1160,'_wp_page_template','default'),(11574,1160,'_elementor_pro_version','3.7.3'),(11575,1160,'_elementor_template_type','wp-page'),(11576,1160,'_elementor_version','3.7.2'),(11577,1160,'_elementor_edit_mode','builder'),(11578,1160,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11580,1161,'tve_revision_tve_landing_page',''),(11581,1161,'tve_revision_tve_disable_theme_dependency',''),(11582,1161,'tve_revision_tve_content_before_more',''),(11583,1161,'tve_revision_tve_content_more_found',''),(11584,1161,'tve_revision_tve_save_post',''),(11585,1161,'tve_revision_tve_custom_css',''),(11586,1161,'tve_revision_tve_user_custom_css',''),(11587,1161,'tve_revision_tve_page_events',''),(11588,1161,'tve_revision_tve_globals',''),(11589,1161,'tve_revision_tve_global_scripts',''),(11590,1161,'tve_revision_thrive_icon_pack',''),(11591,1161,'tve_revision_thrive_tcb_post_fonts',''),(11592,1161,'tve_revision_tve_has_masonry',''),(11593,1161,'tve_revision_tve_has_typefocus',''),(11594,1161,'tve_revision_tve_updated_post',''),(11595,1161,'tve_revision_tve_has_wistia_popover',''),(11596,1161,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11597,1161,'_wp_page_template','default'),(11598,1161,'_elementor_pro_version','3.7.3'),(11599,1161,'_elementor_template_type','wp-page'),(11600,1161,'_elementor_version','3.7.2'),(11601,1161,'_elementor_edit_mode','builder'),(11602,1161,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>people on social media through word of mouth.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11604,1162,'tve_revision_tve_landing_page',''),(11605,1162,'tve_revision_tve_disable_theme_dependency',''),(11606,1162,'tve_revision_tve_content_before_more',''),(11607,1162,'tve_revision_tve_content_more_found',''),(11608,1162,'tve_revision_tve_save_post',''),(11609,1162,'tve_revision_tve_custom_css',''),(11610,1162,'tve_revision_tve_user_custom_css',''),(11611,1162,'tve_revision_tve_page_events',''),(11612,1162,'tve_revision_tve_globals',''),(11613,1162,'tve_revision_tve_global_scripts',''),(11614,1162,'tve_revision_thrive_icon_pack',''),(11615,1162,'tve_revision_thrive_tcb_post_fonts',''),(11616,1162,'tve_revision_tve_has_masonry',''),(11617,1162,'tve_revision_tve_has_typefocus',''),(11618,1162,'tve_revision_tve_updated_post',''),(11619,1162,'tve_revision_tve_has_wistia_popover',''),(11620,1162,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11621,1162,'_wp_page_template','default'),(11622,1162,'_elementor_pro_version','3.7.3'),(11623,1162,'_elementor_template_type','wp-page'),(11624,1162,'_elementor_version','3.7.2'),(11625,1162,'_elementor_edit_mode','builder'),(11626,1162,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11628,1163,'tve_revision_tve_landing_page',''),(11629,1163,'tve_revision_tve_disable_theme_dependency',''),(11630,1163,'tve_revision_tve_content_before_more',''),(11631,1163,'tve_revision_tve_content_more_found',''),(11632,1163,'tve_revision_tve_save_post',''),(11633,1163,'tve_revision_tve_custom_css',''),(11634,1163,'tve_revision_tve_user_custom_css',''),(11635,1163,'tve_revision_tve_page_events',''),(11636,1163,'tve_revision_tve_globals',''),(11637,1163,'tve_revision_tve_global_scripts',''),(11638,1163,'tve_revision_thrive_icon_pack',''),(11639,1163,'tve_revision_thrive_tcb_post_fonts',''),(11640,1163,'tve_revision_tve_has_masonry',''),(11641,1163,'tve_revision_tve_has_typefocus',''),(11642,1163,'tve_revision_tve_updated_post',''),(11643,1163,'tve_revision_tve_has_wistia_popover',''),(11644,1163,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11645,1163,'_wp_page_template','default'),(11646,1163,'_elementor_pro_version','3.7.3'),(11647,1163,'_elementor_template_type','wp-page'),(11648,1163,'_elementor_version','3.7.2'),(11649,1163,'_elementor_edit_mode','builder'),(11650,1163,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11652,1164,'tve_revision_tve_landing_page',''),(11653,1164,'tve_revision_tve_disable_theme_dependency',''),(11654,1164,'tve_revision_tve_content_before_more',''),(11655,1164,'tve_revision_tve_content_more_found',''),(11656,1164,'tve_revision_tve_save_post',''),(11657,1164,'tve_revision_tve_custom_css',''),(11658,1164,'tve_revision_tve_user_custom_css',''),(11659,1164,'tve_revision_tve_page_events',''),(11660,1164,'tve_revision_tve_globals',''),(11661,1164,'tve_revision_tve_global_scripts',''),(11662,1164,'tve_revision_thrive_icon_pack',''),(11663,1164,'tve_revision_thrive_tcb_post_fonts',''),(11664,1164,'tve_revision_tve_has_masonry',''),(11665,1164,'tve_revision_tve_has_typefocus',''),(11666,1164,'tve_revision_tve_updated_post',''),(11667,1164,'tve_revision_tve_has_wistia_popover',''),(11668,1164,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11669,1164,'_wp_page_template','default'),(11670,1164,'_elementor_pro_version','3.7.3'),(11671,1164,'_elementor_template_type','wp-page'),(11672,1164,'_elementor_version','3.7.2'),(11673,1164,'_elementor_edit_mode','builder'),(11674,1164,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11676,1165,'tve_revision_tve_landing_page',''),(11677,1165,'tve_revision_tve_disable_theme_dependency',''),(11678,1165,'tve_revision_tve_content_before_more',''),(11679,1165,'tve_revision_tve_content_more_found',''),(11680,1165,'tve_revision_tve_save_post',''),(11681,1165,'tve_revision_tve_custom_css',''),(11682,1165,'tve_revision_tve_user_custom_css',''),(11683,1165,'tve_revision_tve_page_events',''),(11684,1165,'tve_revision_tve_globals',''),(11685,1165,'tve_revision_tve_global_scripts',''),(11686,1165,'tve_revision_thrive_icon_pack',''),(11687,1165,'tve_revision_thrive_tcb_post_fonts',''),(11688,1165,'tve_revision_tve_has_masonry',''),(11689,1165,'tve_revision_tve_has_typefocus',''),(11690,1165,'tve_revision_tve_updated_post',''),(11691,1165,'tve_revision_tve_has_wistia_popover',''),(11692,1165,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11693,1165,'_wp_page_template','default'),(11694,1165,'_elementor_pro_version','3.7.3'),(11695,1165,'_elementor_template_type','wp-page'),(11696,1165,'_elementor_version','3.7.2'),(11697,1165,'_elementor_edit_mode','builder'),(11698,1165,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"fe3e7fa\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11700,1166,'tve_revision_tve_landing_page',''),(11701,1166,'tve_revision_tve_disable_theme_dependency',''),(11702,1166,'tve_revision_tve_content_before_more',''),(11703,1166,'tve_revision_tve_content_more_found',''),(11704,1166,'tve_revision_tve_save_post',''),(11705,1166,'tve_revision_tve_custom_css',''),(11706,1166,'tve_revision_tve_user_custom_css',''),(11707,1166,'tve_revision_tve_page_events',''),(11708,1166,'tve_revision_tve_globals',''),(11709,1166,'tve_revision_tve_global_scripts',''),(11710,1166,'tve_revision_thrive_icon_pack',''),(11711,1166,'tve_revision_thrive_tcb_post_fonts',''),(11712,1166,'tve_revision_tve_has_masonry',''),(11713,1166,'tve_revision_tve_has_typefocus',''),(11714,1166,'tve_revision_tve_updated_post',''),(11715,1166,'tve_revision_tve_has_wistia_popover',''),(11716,1166,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11717,1166,'_wp_page_template','default'),(11718,1166,'_elementor_pro_version','3.7.3'),(11719,1166,'_elementor_template_type','wp-page'),(11720,1166,'_elementor_version','3.7.2'),(11721,1166,'_elementor_edit_mode','builder'),(11722,1166,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"fe3e7fa\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11724,1167,'tve_revision_tve_landing_page',''),(11725,1167,'tve_revision_tve_disable_theme_dependency',''),(11726,1167,'tve_revision_tve_content_before_more',''),(11727,1167,'tve_revision_tve_content_more_found',''),(11728,1167,'tve_revision_tve_save_post',''),(11729,1167,'tve_revision_tve_custom_css',''),(11730,1167,'tve_revision_tve_user_custom_css',''),(11731,1167,'tve_revision_tve_page_events',''),(11732,1167,'tve_revision_tve_globals',''),(11733,1167,'tve_revision_tve_global_scripts',''),(11734,1167,'tve_revision_thrive_icon_pack',''),(11735,1167,'tve_revision_thrive_tcb_post_fonts',''),(11736,1167,'tve_revision_tve_has_masonry',''),(11737,1167,'tve_revision_tve_has_typefocus',''),(11738,1167,'tve_revision_tve_updated_post',''),(11739,1167,'tve_revision_tve_has_wistia_popover',''),(11740,1167,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11741,1167,'_wp_page_template','default'),(11742,1167,'_elementor_pro_version','3.7.3'),(11743,1167,'_elementor_template_type','wp-page'),(11744,1167,'_elementor_version','3.7.2'),(11745,1167,'_elementor_edit_mode','builder'),(11746,1167,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"fe3e7fa\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11748,1168,'tve_revision_tve_landing_page',''),(11749,1168,'tve_revision_tve_disable_theme_dependency',''),(11750,1168,'tve_revision_tve_content_before_more',''),(11751,1168,'tve_revision_tve_content_more_found',''),(11752,1168,'tve_revision_tve_save_post',''),(11753,1168,'tve_revision_tve_custom_css',''),(11754,1168,'tve_revision_tve_user_custom_css',''),(11755,1168,'tve_revision_tve_page_events',''),(11756,1168,'tve_revision_tve_globals',''),(11757,1168,'tve_revision_tve_global_scripts',''),(11758,1168,'tve_revision_thrive_icon_pack',''),(11759,1168,'tve_revision_thrive_tcb_post_fonts',''),(11760,1168,'tve_revision_tve_has_masonry',''),(11761,1168,'tve_revision_tve_has_typefocus',''),(11762,1168,'tve_revision_tve_updated_post',''),(11763,1168,'tve_revision_tve_has_wistia_popover',''),(11764,1168,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11765,1168,'_wp_page_template','default'),(11766,1168,'_elementor_pro_version','3.7.3'),(11767,1168,'_elementor_template_type','wp-page'),(11768,1168,'_elementor_version','3.7.2'),(11769,1168,'_elementor_edit_mode','builder'),(11770,1168,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11772,1169,'tve_revision_tve_landing_page',''),(11773,1169,'tve_revision_tve_disable_theme_dependency',''),(11774,1169,'tve_revision_tve_content_before_more',''),(11775,1169,'tve_revision_tve_content_more_found',''),(11776,1169,'tve_revision_tve_save_post',''),(11777,1169,'tve_revision_tve_custom_css',''),(11778,1169,'tve_revision_tve_user_custom_css',''),(11779,1169,'tve_revision_tve_page_events',''),(11780,1169,'tve_revision_tve_globals',''),(11781,1169,'tve_revision_tve_global_scripts',''),(11782,1169,'tve_revision_thrive_icon_pack',''),(11783,1169,'tve_revision_thrive_tcb_post_fonts',''),(11784,1169,'tve_revision_tve_has_masonry',''),(11785,1169,'tve_revision_tve_has_typefocus',''),(11786,1169,'tve_revision_tve_updated_post',''),(11787,1169,'tve_revision_tve_has_wistia_popover',''),(11788,1169,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11789,1169,'_wp_page_template','default'),(11790,1169,'_elementor_pro_version','3.7.3'),(11791,1169,'_elementor_template_type','wp-page'),(11792,1169,'_elementor_version','3.7.2'),(11793,1169,'_elementor_edit_mode','builder'),(11794,1169,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11796,1170,'tve_revision_tve_landing_page',''),(11797,1170,'tve_revision_tve_disable_theme_dependency',''),(11798,1170,'tve_revision_tve_content_before_more',''),(11799,1170,'tve_revision_tve_content_more_found',''),(11800,1170,'tve_revision_tve_save_post',''),(11801,1170,'tve_revision_tve_custom_css',''),(11802,1170,'tve_revision_tve_user_custom_css',''),(11803,1170,'tve_revision_tve_page_events',''),(11804,1170,'tve_revision_tve_globals',''),(11805,1170,'tve_revision_tve_global_scripts',''),(11806,1170,'tve_revision_thrive_icon_pack',''),(11807,1170,'tve_revision_thrive_tcb_post_fonts',''),(11808,1170,'tve_revision_tve_has_masonry',''),(11809,1170,'tve_revision_tve_has_typefocus',''),(11810,1170,'tve_revision_tve_updated_post',''),(11811,1170,'tve_revision_tve_has_wistia_popover',''),(11812,1170,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11813,1170,'_wp_page_template','default'),(11814,1170,'_elementor_pro_version','3.7.3'),(11815,1170,'_elementor_template_type','wp-page'),(11816,1170,'_elementor_version','3.7.2'),(11817,1170,'_elementor_edit_mode','builder'),(11818,1170,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"34a66db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"bold\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11820,1171,'tve_revision_tve_landing_page',''),(11821,1171,'tve_revision_tve_disable_theme_dependency',''),(11822,1171,'tve_revision_tve_content_before_more',''),(11823,1171,'tve_revision_tve_content_more_found',''),(11824,1171,'tve_revision_tve_save_post',''),(11825,1171,'tve_revision_tve_custom_css',''),(11826,1171,'tve_revision_tve_user_custom_css',''),(11827,1171,'tve_revision_tve_page_events',''),(11828,1171,'tve_revision_tve_globals',''),(11829,1171,'tve_revision_tve_global_scripts',''),(11830,1171,'tve_revision_thrive_icon_pack',''),(11831,1171,'tve_revision_thrive_tcb_post_fonts',''),(11832,1171,'tve_revision_tve_has_masonry',''),(11833,1171,'tve_revision_tve_has_typefocus',''),(11834,1171,'tve_revision_tve_updated_post',''),(11835,1171,'tve_revision_tve_has_wistia_popover',''),(11836,1171,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11837,1171,'_wp_page_template','default'),(11838,1171,'_elementor_pro_version','3.7.3'),(11839,1171,'_elementor_template_type','wp-page'),(11840,1171,'_elementor_version','3.7.2'),(11841,1171,'_elementor_edit_mode','builder'),(11842,1171,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11844,1172,'tve_revision_tve_landing_page',''),(11845,1172,'tve_revision_tve_disable_theme_dependency',''),(11846,1172,'tve_revision_tve_content_before_more',''),(11847,1172,'tve_revision_tve_content_more_found',''),(11848,1172,'tve_revision_tve_save_post',''),(11849,1172,'tve_revision_tve_custom_css',''),(11850,1172,'tve_revision_tve_user_custom_css',''),(11851,1172,'tve_revision_tve_page_events',''),(11852,1172,'tve_revision_tve_globals',''),(11853,1172,'tve_revision_tve_global_scripts',''),(11854,1172,'tve_revision_thrive_icon_pack',''),(11855,1172,'tve_revision_thrive_tcb_post_fonts',''),(11856,1172,'tve_revision_tve_has_masonry',''),(11857,1172,'tve_revision_tve_has_typefocus',''),(11858,1172,'tve_revision_tve_updated_post',''),(11859,1172,'tve_revision_tve_has_wistia_popover',''),(11860,1172,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11861,1172,'_wp_page_template','default'),(11862,1172,'_elementor_pro_version','3.7.3'),(11863,1172,'_elementor_template_type','wp-page'),(11864,1172,'_elementor_version','3.7.2'),(11865,1172,'_elementor_edit_mode','builder'),(11866,1172,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11868,1173,'tve_revision_tve_landing_page',''),(11869,1173,'tve_revision_tve_disable_theme_dependency',''),(11870,1173,'tve_revision_tve_content_before_more',''),(11871,1173,'tve_revision_tve_content_more_found',''),(11872,1173,'tve_revision_tve_save_post',''),(11873,1173,'tve_revision_tve_custom_css',''),(11874,1173,'tve_revision_tve_user_custom_css',''),(11875,1173,'tve_revision_tve_page_events',''),(11876,1173,'tve_revision_tve_globals',''),(11877,1173,'tve_revision_tve_global_scripts',''),(11878,1173,'tve_revision_thrive_icon_pack',''),(11879,1173,'tve_revision_thrive_tcb_post_fonts',''),(11880,1173,'tve_revision_tve_has_masonry',''),(11881,1173,'tve_revision_tve_has_typefocus',''),(11882,1173,'tve_revision_tve_updated_post',''),(11883,1173,'tve_revision_tve_has_wistia_popover',''),(11884,1173,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11885,1173,'_wp_page_template','default'),(11886,1173,'_elementor_pro_version','3.7.3'),(11887,1173,'_elementor_template_type','wp-page'),(11888,1173,'_elementor_version','3.7.2'),(11889,1173,'_elementor_edit_mode','builder'),(11890,1173,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11892,1174,'tve_revision_tve_landing_page',''),(11893,1174,'tve_revision_tve_disable_theme_dependency',''),(11894,1174,'tve_revision_tve_content_before_more',''),(11895,1174,'tve_revision_tve_content_more_found',''),(11896,1174,'tve_revision_tve_save_post',''),(11897,1174,'tve_revision_tve_custom_css',''),(11898,1174,'tve_revision_tve_user_custom_css',''),(11899,1174,'tve_revision_tve_page_events',''),(11900,1174,'tve_revision_tve_globals',''),(11901,1174,'tve_revision_tve_global_scripts',''),(11902,1174,'tve_revision_thrive_icon_pack',''),(11903,1174,'tve_revision_thrive_tcb_post_fonts',''),(11904,1174,'tve_revision_tve_has_masonry',''),(11905,1174,'tve_revision_tve_has_typefocus',''),(11906,1174,'tve_revision_tve_updated_post',''),(11907,1174,'tve_revision_tve_has_wistia_popover',''),(11908,1174,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11909,1174,'_wp_page_template','default'),(11910,1174,'_elementor_pro_version','3.7.3'),(11911,1174,'_elementor_template_type','wp-page'),(11912,1174,'_elementor_version','3.7.2'),(11913,1174,'_elementor_edit_mode','builder'),(11914,1174,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11916,1175,'tve_revision_tve_landing_page',''),(11917,1175,'tve_revision_tve_disable_theme_dependency',''),(11918,1175,'tve_revision_tve_content_before_more',''),(11919,1175,'tve_revision_tve_content_more_found',''),(11920,1175,'tve_revision_tve_save_post',''),(11921,1175,'tve_revision_tve_custom_css',''),(11922,1175,'tve_revision_tve_user_custom_css',''),(11923,1175,'tve_revision_tve_page_events',''),(11924,1175,'tve_revision_tve_globals',''),(11925,1175,'tve_revision_tve_global_scripts',''),(11926,1175,'tve_revision_thrive_icon_pack',''),(11927,1175,'tve_revision_thrive_tcb_post_fonts',''),(11928,1175,'tve_revision_tve_has_masonry',''),(11929,1175,'tve_revision_tve_has_typefocus',''),(11930,1175,'tve_revision_tve_updated_post',''),(11931,1175,'tve_revision_tve_has_wistia_popover',''),(11932,1175,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11933,1175,'_wp_page_template','default'),(11934,1175,'_elementor_pro_version','3.7.3'),(11935,1175,'_elementor_template_type','wp-page'),(11936,1175,'_elementor_version','3.7.2'),(11937,1175,'_elementor_edit_mode','builder'),(11938,1175,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11940,1176,'tve_revision_tve_landing_page',''),(11941,1176,'tve_revision_tve_disable_theme_dependency',''),(11942,1176,'tve_revision_tve_content_before_more',''),(11943,1176,'tve_revision_tve_content_more_found',''),(11944,1176,'tve_revision_tve_save_post',''),(11945,1176,'tve_revision_tve_custom_css',''),(11946,1176,'tve_revision_tve_user_custom_css',''),(11947,1176,'tve_revision_tve_page_events',''),(11948,1176,'tve_revision_tve_globals',''),(11949,1176,'tve_revision_tve_global_scripts',''),(11950,1176,'tve_revision_thrive_icon_pack',''),(11951,1176,'tve_revision_thrive_tcb_post_fonts',''),(11952,1176,'tve_revision_tve_has_masonry',''),(11953,1176,'tve_revision_tve_has_typefocus',''),(11954,1176,'tve_revision_tve_updated_post',''),(11955,1176,'tve_revision_tve_has_wistia_popover',''),(11956,1176,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11957,1176,'_wp_page_template','default'),(11958,1176,'_elementor_pro_version','3.7.3'),(11959,1176,'_elementor_template_type','wp-page'),(11960,1176,'_elementor_version','3.7.2'),(11961,1176,'_elementor_edit_mode','builder'),(11962,1176,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11964,1177,'tve_revision_tve_landing_page',''),(11965,1177,'tve_revision_tve_disable_theme_dependency',''),(11966,1177,'tve_revision_tve_content_before_more',''),(11967,1177,'tve_revision_tve_content_more_found',''),(11968,1177,'tve_revision_tve_save_post',''),(11969,1177,'tve_revision_tve_custom_css',''),(11970,1177,'tve_revision_tve_user_custom_css',''),(11971,1177,'tve_revision_tve_page_events',''),(11972,1177,'tve_revision_tve_globals',''),(11973,1177,'tve_revision_tve_global_scripts',''),(11974,1177,'tve_revision_thrive_icon_pack',''),(11975,1177,'tve_revision_thrive_tcb_post_fonts',''),(11976,1177,'tve_revision_tve_has_masonry',''),(11977,1177,'tve_revision_tve_has_typefocus',''),(11978,1177,'tve_revision_tve_updated_post',''),(11979,1177,'tve_revision_tve_has_wistia_popover',''),(11980,1177,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11981,1177,'_wp_page_template','default'),(11982,1177,'_elementor_pro_version','3.7.3'),(11983,1177,'_elementor_template_type','wp-page'),(11984,1177,'_elementor_version','3.7.2'),(11985,1177,'_elementor_edit_mode','builder'),(11986,1177,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12044,1179,'tve_revision_tve_landing_page',''),(12045,1179,'tve_revision_tve_disable_theme_dependency',''),(12046,1179,'tve_revision_tve_content_before_more',''),(12047,1179,'tve_revision_tve_content_more_found',''),(12048,1179,'tve_revision_tve_save_post',''),(12049,1179,'tve_revision_tve_custom_css',''),(12050,1179,'tve_revision_tve_user_custom_css',''),(12051,1179,'tve_revision_tve_page_events',''),(12052,1179,'tve_revision_tve_globals',''),(12053,1179,'tve_revision_tve_global_scripts',''),(12054,1179,'tve_revision_thrive_icon_pack',''),(12055,1179,'tve_revision_thrive_tcb_post_fonts',''),(12056,1179,'tve_revision_tve_has_masonry',''),(12057,1179,'tve_revision_tve_has_typefocus',''),(12058,1179,'tve_revision_tve_updated_post',''),(12059,1179,'tve_revision_tve_has_wistia_popover',''),(12060,1179,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12061,1179,'_wp_page_template','default'),(12062,1179,'_elementor_pro_version','3.7.3'),(12063,1179,'_elementor_template_type','wp-page'),(12064,1179,'_elementor_version','3.7.2'),(12065,1179,'_elementor_edit_mode','builder'),(12066,1179,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12068,1180,'tve_revision_tve_landing_page',''),(12069,1180,'tve_revision_tve_disable_theme_dependency',''),(12070,1180,'tve_revision_tve_content_before_more',''),(12071,1180,'tve_revision_tve_content_more_found',''),(12072,1180,'tve_revision_tve_save_post',''),(12073,1180,'tve_revision_tve_custom_css',''),(12074,1180,'tve_revision_tve_user_custom_css',''),(12075,1180,'tve_revision_tve_page_events',''),(12076,1180,'tve_revision_tve_globals',''),(12077,1180,'tve_revision_tve_global_scripts',''),(12078,1180,'tve_revision_thrive_icon_pack',''),(12079,1180,'tve_revision_thrive_tcb_post_fonts',''),(12080,1180,'tve_revision_tve_has_masonry',''),(12081,1180,'tve_revision_tve_has_typefocus',''),(12082,1180,'tve_revision_tve_updated_post',''),(12083,1180,'tve_revision_tve_has_wistia_popover',''),(12084,1180,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12085,1180,'_wp_page_template','default'),(12086,1180,'_elementor_pro_version','3.7.3'),(12087,1180,'_elementor_template_type','wp-page'),(12088,1180,'_elementor_version','3.7.2'),(12089,1180,'_elementor_edit_mode','builder'),(12090,1180,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12092,1181,'tve_revision_tve_landing_page',''),(12093,1181,'tve_revision_tve_disable_theme_dependency',''),(12094,1181,'tve_revision_tve_content_before_more',''),(12095,1181,'tve_revision_tve_content_more_found',''),(12096,1181,'tve_revision_tve_save_post',''),(12097,1181,'tve_revision_tve_custom_css',''),(12098,1181,'tve_revision_tve_user_custom_css',''),(12099,1181,'tve_revision_tve_page_events',''),(12100,1181,'tve_revision_tve_globals',''),(12101,1181,'tve_revision_tve_global_scripts',''),(12102,1181,'tve_revision_thrive_icon_pack',''),(12103,1181,'tve_revision_thrive_tcb_post_fonts',''),(12104,1181,'tve_revision_tve_has_masonry',''),(12105,1181,'tve_revision_tve_has_typefocus',''),(12106,1181,'tve_revision_tve_updated_post',''),(12107,1181,'tve_revision_tve_has_wistia_popover',''),(12108,1181,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12109,1181,'_wp_page_template','default'),(12110,1181,'_elementor_pro_version','3.7.3'),(12111,1181,'_elementor_template_type','wp-page'),(12112,1181,'_elementor_version','3.7.2'),(12113,1181,'_elementor_edit_mode','builder'),(12114,1181,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12116,1182,'tve_revision_tve_landing_page',''),(12117,1182,'tve_revision_tve_disable_theme_dependency',''),(12118,1182,'tve_revision_tve_content_before_more',''),(12119,1182,'tve_revision_tve_content_more_found',''),(12120,1182,'tve_revision_tve_save_post',''),(12121,1182,'tve_revision_tve_custom_css',''),(12122,1182,'tve_revision_tve_user_custom_css',''),(12123,1182,'tve_revision_tve_page_events',''),(12124,1182,'tve_revision_tve_globals',''),(12125,1182,'tve_revision_tve_global_scripts',''),(12126,1182,'tve_revision_thrive_icon_pack',''),(12127,1182,'tve_revision_thrive_tcb_post_fonts',''),(12128,1182,'tve_revision_tve_has_masonry',''),(12129,1182,'tve_revision_tve_has_typefocus',''),(12130,1182,'tve_revision_tve_updated_post',''),(12131,1182,'tve_revision_tve_has_wistia_popover',''),(12132,1182,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12133,1182,'_wp_page_template','default'),(12134,1182,'_elementor_pro_version','3.7.3'),(12135,1182,'_elementor_template_type','wp-page'),(12136,1182,'_elementor_version','3.7.2'),(12137,1182,'_elementor_edit_mode','builder'),(12138,1182,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12140,1183,'tve_revision_tve_landing_page',''),(12141,1183,'tve_revision_tve_disable_theme_dependency',''),(12142,1183,'tve_revision_tve_content_before_more',''),(12143,1183,'tve_revision_tve_content_more_found',''),(12144,1183,'tve_revision_tve_save_post',''),(12145,1183,'tve_revision_tve_custom_css',''),(12146,1183,'tve_revision_tve_user_custom_css',''),(12147,1183,'tve_revision_tve_page_events',''),(12148,1183,'tve_revision_tve_globals',''),(12149,1183,'tve_revision_tve_global_scripts',''),(12150,1183,'tve_revision_thrive_icon_pack',''),(12151,1183,'tve_revision_thrive_tcb_post_fonts',''),(12152,1183,'tve_revision_tve_has_masonry',''),(12153,1183,'tve_revision_tve_has_typefocus',''),(12154,1183,'tve_revision_tve_updated_post',''),(12155,1183,'tve_revision_tve_has_wistia_popover',''),(12156,1183,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12157,1183,'_wp_page_template','default'),(12158,1183,'_elementor_pro_version','3.7.3'),(12159,1183,'_elementor_template_type','wp-page'),(12160,1183,'_elementor_version','3.7.2'),(12161,1183,'_elementor_edit_mode','builder'),(12162,1183,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Toggle #1\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12164,1184,'tve_revision_tve_landing_page',''),(12165,1184,'tve_revision_tve_disable_theme_dependency',''),(12166,1184,'tve_revision_tve_content_before_more',''),(12167,1184,'tve_revision_tve_content_more_found',''),(12168,1184,'tve_revision_tve_save_post',''),(12169,1184,'tve_revision_tve_custom_css',''),(12170,1184,'tve_revision_tve_user_custom_css',''),(12171,1184,'tve_revision_tve_page_events',''),(12172,1184,'tve_revision_tve_globals',''),(12173,1184,'tve_revision_tve_global_scripts',''),(12174,1184,'tve_revision_thrive_icon_pack',''),(12175,1184,'tve_revision_thrive_tcb_post_fonts',''),(12176,1184,'tve_revision_tve_has_masonry',''),(12177,1184,'tve_revision_tve_has_typefocus',''),(12178,1184,'tve_revision_tve_updated_post',''),(12179,1184,'tve_revision_tve_has_wistia_popover',''),(12180,1184,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12181,1184,'_wp_page_template','default'),(12182,1184,'_elementor_pro_version','3.7.3'),(12183,1184,'_elementor_template_type','wp-page'),(12184,1184,'_elementor_version','3.7.2'),(12185,1184,'_elementor_edit_mode','builder'),(12186,1184,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12244,1186,'tve_revision_tve_landing_page',''),(12245,1186,'tve_revision_tve_disable_theme_dependency',''),(12246,1186,'tve_revision_tve_content_before_more',''),(12247,1186,'tve_revision_tve_content_more_found',''),(12248,1186,'tve_revision_tve_save_post',''),(12249,1186,'tve_revision_tve_custom_css',''),(12250,1186,'tve_revision_tve_user_custom_css',''),(12251,1186,'tve_revision_tve_page_events',''),(12252,1186,'tve_revision_tve_globals',''),(12253,1186,'tve_revision_tve_global_scripts',''),(12254,1186,'tve_revision_thrive_icon_pack',''),(12255,1186,'tve_revision_thrive_tcb_post_fonts',''),(12256,1186,'tve_revision_tve_has_masonry',''),(12257,1186,'tve_revision_tve_has_typefocus',''),(12258,1186,'tve_revision_tve_updated_post',''),(12259,1186,'tve_revision_tve_has_wistia_popover',''),(12260,1186,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12261,1186,'_wp_page_template','default'),(12262,1186,'_elementor_pro_version','3.7.3'),(12263,1186,'_elementor_template_type','wp-page'),(12264,1186,'_elementor_version','3.7.2'),(12265,1186,'_elementor_edit_mode','builder'),(12266,1186,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12268,1187,'tve_revision_tve_landing_page',''),(12269,1187,'tve_revision_tve_disable_theme_dependency',''),(12270,1187,'tve_revision_tve_content_before_more',''),(12271,1187,'tve_revision_tve_content_more_found',''),(12272,1187,'tve_revision_tve_save_post',''),(12273,1187,'tve_revision_tve_custom_css',''),(12274,1187,'tve_revision_tve_user_custom_css',''),(12275,1187,'tve_revision_tve_page_events',''),(12276,1187,'tve_revision_tve_globals',''),(12277,1187,'tve_revision_tve_global_scripts',''),(12278,1187,'tve_revision_thrive_icon_pack',''),(12279,1187,'tve_revision_thrive_tcb_post_fonts',''),(12280,1187,'tve_revision_tve_has_masonry',''),(12281,1187,'tve_revision_tve_has_typefocus',''),(12282,1187,'tve_revision_tve_updated_post',''),(12283,1187,'tve_revision_tve_has_wistia_popover',''),(12284,1187,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12285,1187,'_wp_page_template','default'),(12286,1187,'_elementor_pro_version','3.7.3'),(12287,1187,'_elementor_template_type','wp-page'),(12288,1187,'_elementor_version','3.7.2'),(12289,1187,'_elementor_edit_mode','builder'),(12290,1187,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"tab_title\":\"Toggle #2\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12292,1188,'tve_revision_tve_landing_page',''),(12293,1188,'tve_revision_tve_disable_theme_dependency',''),(12294,1188,'tve_revision_tve_content_before_more',''),(12295,1188,'tve_revision_tve_content_more_found',''),(12296,1188,'tve_revision_tve_save_post',''),(12297,1188,'tve_revision_tve_custom_css',''),(12298,1188,'tve_revision_tve_user_custom_css',''),(12299,1188,'tve_revision_tve_page_events',''),(12300,1188,'tve_revision_tve_globals',''),(12301,1188,'tve_revision_tve_global_scripts',''),(12302,1188,'tve_revision_thrive_icon_pack',''),(12303,1188,'tve_revision_thrive_tcb_post_fonts',''),(12304,1188,'tve_revision_tve_has_masonry',''),(12305,1188,'tve_revision_tve_has_typefocus',''),(12306,1188,'tve_revision_tve_updated_post',''),(12307,1188,'tve_revision_tve_has_wistia_popover',''),(12308,1188,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12309,1188,'_wp_page_template','default'),(12310,1188,'_elementor_pro_version','3.7.3'),(12311,1188,'_elementor_template_type','wp-page'),(12312,1188,'_elementor_version','3.7.2'),(12313,1188,'_elementor_edit_mode','builder'),(12314,1188,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12316,1189,'tve_revision_tve_landing_page',''),(12317,1189,'tve_revision_tve_disable_theme_dependency',''),(12318,1189,'tve_revision_tve_content_before_more',''),(12319,1189,'tve_revision_tve_content_more_found',''),(12320,1189,'tve_revision_tve_save_post',''),(12321,1189,'tve_revision_tve_custom_css',''),(12322,1189,'tve_revision_tve_user_custom_css',''),(12323,1189,'tve_revision_tve_page_events',''),(12324,1189,'tve_revision_tve_globals',''),(12325,1189,'tve_revision_tve_global_scripts',''),(12326,1189,'tve_revision_thrive_icon_pack',''),(12327,1189,'tve_revision_thrive_tcb_post_fonts',''),(12328,1189,'tve_revision_tve_has_masonry',''),(12329,1189,'tve_revision_tve_has_typefocus',''),(12330,1189,'tve_revision_tve_updated_post',''),(12331,1189,'tve_revision_tve_has_wistia_popover',''),(12332,1189,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12333,1189,'_wp_page_template','default'),(12334,1189,'_elementor_pro_version','3.7.3'),(12335,1189,'_elementor_template_type','wp-page'),(12336,1189,'_elementor_version','3.7.2'),(12337,1189,'_elementor_edit_mode','builder'),(12338,1189,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12340,1190,'tve_revision_tve_landing_page',''),(12341,1190,'tve_revision_tve_disable_theme_dependency',''),(12342,1190,'tve_revision_tve_content_before_more',''),(12343,1190,'tve_revision_tve_content_more_found',''),(12344,1190,'tve_revision_tve_save_post',''),(12345,1190,'tve_revision_tve_custom_css',''),(12346,1190,'tve_revision_tve_user_custom_css',''),(12347,1190,'tve_revision_tve_page_events',''),(12348,1190,'tve_revision_tve_globals',''),(12349,1190,'tve_revision_tve_global_scripts',''),(12350,1190,'tve_revision_thrive_icon_pack',''),(12351,1190,'tve_revision_thrive_tcb_post_fonts',''),(12352,1190,'tve_revision_tve_has_masonry',''),(12353,1190,'tve_revision_tve_has_typefocus',''),(12354,1190,'tve_revision_tve_updated_post',''),(12355,1190,'tve_revision_tve_has_wistia_popover',''),(12356,1190,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12357,1190,'_wp_page_template','default'),(12358,1190,'_elementor_pro_version','3.7.3'),(12359,1190,'_elementor_template_type','wp-page'),(12360,1190,'_elementor_version','3.7.2'),(12361,1190,'_elementor_edit_mode','builder'),(12362,1190,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12364,1191,'tve_revision_tve_landing_page',''),(12365,1191,'tve_revision_tve_disable_theme_dependency',''),(12366,1191,'tve_revision_tve_content_before_more',''),(12367,1191,'tve_revision_tve_content_more_found',''),(12368,1191,'tve_revision_tve_save_post',''),(12369,1191,'tve_revision_tve_custom_css',''),(12370,1191,'tve_revision_tve_user_custom_css',''),(12371,1191,'tve_revision_tve_page_events',''),(12372,1191,'tve_revision_tve_globals',''),(12373,1191,'tve_revision_tve_global_scripts',''),(12374,1191,'tve_revision_thrive_icon_pack',''),(12375,1191,'tve_revision_thrive_tcb_post_fonts',''),(12376,1191,'tve_revision_tve_has_masonry',''),(12377,1191,'tve_revision_tve_has_typefocus',''),(12378,1191,'tve_revision_tve_updated_post',''),(12379,1191,'tve_revision_tve_has_wistia_popover',''),(12380,1191,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12381,1191,'_wp_page_template','default'),(12382,1191,'_elementor_pro_version','3.7.3'),(12383,1191,'_elementor_template_type','wp-page'),(12384,1191,'_elementor_version','3.7.2'),(12385,1191,'_elementor_edit_mode','builder'),(12386,1191,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12388,1192,'tve_revision_tve_landing_page',''),(12389,1192,'tve_revision_tve_disable_theme_dependency',''),(12390,1192,'tve_revision_tve_content_before_more',''),(12391,1192,'tve_revision_tve_content_more_found',''),(12392,1192,'tve_revision_tve_save_post',''),(12393,1192,'tve_revision_tve_custom_css',''),(12394,1192,'tve_revision_tve_user_custom_css',''),(12395,1192,'tve_revision_tve_page_events',''),(12396,1192,'tve_revision_tve_globals',''),(12397,1192,'tve_revision_tve_global_scripts',''),(12398,1192,'tve_revision_thrive_icon_pack',''),(12399,1192,'tve_revision_thrive_tcb_post_fonts',''),(12400,1192,'tve_revision_tve_has_masonry',''),(12401,1192,'tve_revision_tve_has_typefocus',''),(12402,1192,'tve_revision_tve_updated_post',''),(12403,1192,'tve_revision_tve_has_wistia_popover',''),(12404,1192,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12405,1192,'_wp_page_template','default'),(12406,1192,'_elementor_pro_version','3.7.3'),(12407,1192,'_elementor_template_type','wp-page'),(12408,1192,'_elementor_version','3.7.2'),(12409,1192,'_elementor_edit_mode','builder'),(12410,1192,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12412,1193,'tve_revision_tve_landing_page',''),(12413,1193,'tve_revision_tve_disable_theme_dependency',''),(12414,1193,'tve_revision_tve_content_before_more',''),(12415,1193,'tve_revision_tve_content_more_found',''),(12416,1193,'tve_revision_tve_save_post',''),(12417,1193,'tve_revision_tve_custom_css',''),(12418,1193,'tve_revision_tve_user_custom_css',''),(12419,1193,'tve_revision_tve_page_events',''),(12420,1193,'tve_revision_tve_globals',''),(12421,1193,'tve_revision_tve_global_scripts',''),(12422,1193,'tve_revision_thrive_icon_pack',''),(12423,1193,'tve_revision_thrive_tcb_post_fonts',''),(12424,1193,'tve_revision_tve_has_masonry',''),(12425,1193,'tve_revision_tve_has_typefocus',''),(12426,1193,'tve_revision_tve_updated_post',''),(12427,1193,'tve_revision_tve_has_wistia_popover',''),(12428,1193,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12429,1193,'_wp_page_template','default'),(12430,1193,'_elementor_pro_version','3.7.3'),(12431,1193,'_elementor_template_type','wp-page'),(12432,1193,'_elementor_version','3.7.2'),(12433,1193,'_elementor_edit_mode','builder'),(12434,1193,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"2814799\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12436,1194,'tve_revision_tve_landing_page',''),(12437,1194,'tve_revision_tve_disable_theme_dependency',''),(12438,1194,'tve_revision_tve_content_before_more',''),(12439,1194,'tve_revision_tve_content_more_found',''),(12440,1194,'tve_revision_tve_save_post',''),(12441,1194,'tve_revision_tve_custom_css',''),(12442,1194,'tve_revision_tve_user_custom_css',''),(12443,1194,'tve_revision_tve_page_events',''),(12444,1194,'tve_revision_tve_globals',''),(12445,1194,'tve_revision_tve_global_scripts',''),(12446,1194,'tve_revision_thrive_icon_pack',''),(12447,1194,'tve_revision_thrive_tcb_post_fonts',''),(12448,1194,'tve_revision_tve_has_masonry',''),(12449,1194,'tve_revision_tve_has_typefocus',''),(12450,1194,'tve_revision_tve_updated_post',''),(12451,1194,'tve_revision_tve_has_wistia_popover',''),(12452,1194,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12453,1194,'_wp_page_template','default'),(12454,1194,'_elementor_pro_version','3.7.3'),(12455,1194,'_elementor_template_type','wp-page'),(12456,1194,'_elementor_version','3.7.2'),(12457,1194,'_elementor_edit_mode','builder'),(12458,1194,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<p>Profound relationships with customers.<\\/p><p>Higher conversion rate: Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><p>Lower cost of marketing:<\\/p><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12460,1195,'tve_revision_tve_landing_page',''),(12461,1195,'tve_revision_tve_disable_theme_dependency',''),(12462,1195,'tve_revision_tve_content_before_more',''),(12463,1195,'tve_revision_tve_content_more_found',''),(12464,1195,'tve_revision_tve_save_post',''),(12465,1195,'tve_revision_tve_custom_css',''),(12466,1195,'tve_revision_tve_user_custom_css',''),(12467,1195,'tve_revision_tve_page_events',''),(12468,1195,'tve_revision_tve_globals',''),(12469,1195,'tve_revision_tve_global_scripts',''),(12470,1195,'tve_revision_thrive_icon_pack',''),(12471,1195,'tve_revision_thrive_tcb_post_fonts',''),(12472,1195,'tve_revision_tve_has_masonry',''),(12473,1195,'tve_revision_tve_has_typefocus',''),(12474,1195,'tve_revision_tve_updated_post',''),(12475,1195,'tve_revision_tve_has_wistia_popover',''),(12476,1195,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12477,1195,'_wp_page_template','default'),(12478,1195,'_elementor_pro_version','3.7.3'),(12479,1195,'_elementor_template_type','wp-page'),(12480,1195,'_elementor_version','3.7.2'),(12481,1195,'_elementor_edit_mode','builder'),(12482,1195,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<p>Profound relationships with customers.<\\/p><p>Higher conversion rate: Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><p>Lower cost of marketing:<\\/p><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12484,1196,'tve_revision_tve_landing_page',''),(12485,1196,'tve_revision_tve_disable_theme_dependency',''),(12486,1196,'tve_revision_tve_content_before_more',''),(12487,1196,'tve_revision_tve_content_more_found',''),(12488,1196,'tve_revision_tve_save_post',''),(12489,1196,'tve_revision_tve_custom_css',''),(12490,1196,'tve_revision_tve_user_custom_css',''),(12491,1196,'tve_revision_tve_page_events',''),(12492,1196,'tve_revision_tve_globals',''),(12493,1196,'tve_revision_tve_global_scripts',''),(12494,1196,'tve_revision_thrive_icon_pack',''),(12495,1196,'tve_revision_thrive_tcb_post_fonts',''),(12496,1196,'tve_revision_tve_has_masonry',''),(12497,1196,'tve_revision_tve_has_typefocus',''),(12498,1196,'tve_revision_tve_updated_post',''),(12499,1196,'tve_revision_tve_has_wistia_popover',''),(12500,1196,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12501,1196,'_wp_page_template','default'),(12502,1196,'_elementor_pro_version','3.7.3'),(12503,1196,'_elementor_template_type','wp-page'),(12504,1196,'_elementor_version','3.7.2'),(12505,1196,'_elementor_edit_mode','builder'),(12506,1196,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<p>Profound relationships with customers.<\\/p><p>Higher conversion rate: Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><p>Lower cost of marketing:<\\/p><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12508,1197,'tve_revision_tve_landing_page',''),(12509,1197,'tve_revision_tve_disable_theme_dependency',''),(12510,1197,'tve_revision_tve_content_before_more',''),(12511,1197,'tve_revision_tve_content_more_found',''),(12512,1197,'tve_revision_tve_save_post',''),(12513,1197,'tve_revision_tve_custom_css',''),(12514,1197,'tve_revision_tve_user_custom_css',''),(12515,1197,'tve_revision_tve_page_events',''),(12516,1197,'tve_revision_tve_globals',''),(12517,1197,'tve_revision_tve_global_scripts',''),(12518,1197,'tve_revision_thrive_icon_pack',''),(12519,1197,'tve_revision_thrive_tcb_post_fonts',''),(12520,1197,'tve_revision_tve_has_masonry',''),(12521,1197,'tve_revision_tve_has_typefocus',''),(12522,1197,'tve_revision_tve_updated_post',''),(12523,1197,'tve_revision_tve_has_wistia_popover',''),(12524,1197,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12525,1197,'_wp_page_template','default'),(12526,1197,'_elementor_pro_version','3.7.3'),(12527,1197,'_elementor_template_type','wp-page'),(12528,1197,'_elementor_version','3.7.2'),(12529,1197,'_elementor_edit_mode','builder'),(12530,1197,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12532,1198,'tve_revision_tve_landing_page',''),(12533,1198,'tve_revision_tve_disable_theme_dependency',''),(12534,1198,'tve_revision_tve_content_before_more',''),(12535,1198,'tve_revision_tve_content_more_found',''),(12536,1198,'tve_revision_tve_save_post',''),(12537,1198,'tve_revision_tve_custom_css',''),(12538,1198,'tve_revision_tve_user_custom_css',''),(12539,1198,'tve_revision_tve_page_events',''),(12540,1198,'tve_revision_tve_globals',''),(12541,1198,'tve_revision_tve_global_scripts',''),(12542,1198,'tve_revision_thrive_icon_pack',''),(12543,1198,'tve_revision_thrive_tcb_post_fonts',''),(12544,1198,'tve_revision_tve_has_masonry',''),(12545,1198,'tve_revision_tve_has_typefocus',''),(12546,1198,'tve_revision_tve_updated_post',''),(12547,1198,'tve_revision_tve_has_wistia_popover',''),(12548,1198,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12549,1198,'_wp_page_template','default'),(12550,1198,'_elementor_pro_version','3.7.3'),(12551,1198,'_elementor_template_type','wp-page'),(12552,1198,'_elementor_version','3.7.2'),(12553,1198,'_elementor_edit_mode','builder'),(12554,1198,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12556,1199,'tve_revision_tve_landing_page',''),(12557,1199,'tve_revision_tve_disable_theme_dependency',''),(12558,1199,'tve_revision_tve_content_before_more',''),(12559,1199,'tve_revision_tve_content_more_found',''),(12560,1199,'tve_revision_tve_save_post',''),(12561,1199,'tve_revision_tve_custom_css',''),(12562,1199,'tve_revision_tve_user_custom_css',''),(12563,1199,'tve_revision_tve_page_events',''),(12564,1199,'tve_revision_tve_globals',''),(12565,1199,'tve_revision_tve_global_scripts',''),(12566,1199,'tve_revision_thrive_icon_pack',''),(12567,1199,'tve_revision_thrive_tcb_post_fonts',''),(12568,1199,'tve_revision_tve_has_masonry',''),(12569,1199,'tve_revision_tve_has_typefocus',''),(12570,1199,'tve_revision_tve_updated_post',''),(12571,1199,'tve_revision_tve_has_wistia_popover',''),(12572,1199,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12573,1199,'_wp_page_template','default'),(12574,1199,'_elementor_pro_version','3.7.3'),(12575,1199,'_elementor_template_type','wp-page'),(12576,1199,'_elementor_version','3.7.2'),(12577,1199,'_elementor_edit_mode','builder'),(12578,1199,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12580,1200,'tve_revision_tve_landing_page',''),(12581,1200,'tve_revision_tve_disable_theme_dependency',''),(12582,1200,'tve_revision_tve_content_before_more',''),(12583,1200,'tve_revision_tve_content_more_found',''),(12584,1200,'tve_revision_tve_save_post',''),(12585,1200,'tve_revision_tve_custom_css',''),(12586,1200,'tve_revision_tve_user_custom_css',''),(12587,1200,'tve_revision_tve_page_events',''),(12588,1200,'tve_revision_tve_globals',''),(12589,1200,'tve_revision_tve_global_scripts',''),(12590,1200,'tve_revision_thrive_icon_pack',''),(12591,1200,'tve_revision_thrive_tcb_post_fonts',''),(12592,1200,'tve_revision_tve_has_masonry',''),(12593,1200,'tve_revision_tve_has_typefocus',''),(12594,1200,'tve_revision_tve_updated_post',''),(12595,1200,'tve_revision_tve_has_wistia_popover',''),(12596,1200,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12597,1200,'_wp_page_template','default'),(12598,1200,'_elementor_pro_version','3.7.3'),(12599,1200,'_elementor_template_type','wp-page'),(12600,1200,'_elementor_version','3.7.2'),(12601,1200,'_elementor_edit_mode','builder'),(12602,1200,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12604,1201,'tve_revision_tve_landing_page',''),(12605,1201,'tve_revision_tve_disable_theme_dependency',''),(12606,1201,'tve_revision_tve_content_before_more',''),(12607,1201,'tve_revision_tve_content_more_found',''),(12608,1201,'tve_revision_tve_save_post',''),(12609,1201,'tve_revision_tve_custom_css',''),(12610,1201,'tve_revision_tve_user_custom_css',''),(12611,1201,'tve_revision_tve_page_events',''),(12612,1201,'tve_revision_tve_globals',''),(12613,1201,'tve_revision_tve_global_scripts',''),(12614,1201,'tve_revision_thrive_icon_pack',''),(12615,1201,'tve_revision_thrive_tcb_post_fonts',''),(12616,1201,'tve_revision_tve_has_masonry',''),(12617,1201,'tve_revision_tve_has_typefocus',''),(12618,1201,'tve_revision_tve_updated_post',''),(12619,1201,'tve_revision_tve_has_wistia_popover',''),(12620,1201,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12621,1201,'_wp_page_template','default'),(12622,1201,'_elementor_pro_version','3.7.3'),(12623,1201,'_elementor_template_type','wp-page'),(12624,1201,'_elementor_version','3.7.2'),(12625,1201,'_elementor_edit_mode','builder'),(12626,1201,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12628,1202,'tve_revision_tve_landing_page',''),(12629,1202,'tve_revision_tve_disable_theme_dependency',''),(12630,1202,'tve_revision_tve_content_before_more',''),(12631,1202,'tve_revision_tve_content_more_found',''),(12632,1202,'tve_revision_tve_save_post',''),(12633,1202,'tve_revision_tve_custom_css',''),(12634,1202,'tve_revision_tve_user_custom_css',''),(12635,1202,'tve_revision_tve_page_events',''),(12636,1202,'tve_revision_tve_globals',''),(12637,1202,'tve_revision_tve_global_scripts',''),(12638,1202,'tve_revision_thrive_icon_pack',''),(12639,1202,'tve_revision_thrive_tcb_post_fonts',''),(12640,1202,'tve_revision_tve_has_masonry',''),(12641,1202,'tve_revision_tve_has_typefocus',''),(12642,1202,'tve_revision_tve_updated_post',''),(12643,1202,'tve_revision_tve_has_wistia_popover',''),(12644,1202,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12645,1202,'_wp_page_template','default'),(12646,1202,'_elementor_pro_version','3.7.3'),(12647,1202,'_elementor_template_type','wp-page'),(12648,1202,'_elementor_version','3.7.2'),(12649,1202,'_elementor_edit_mode','builder'),(12650,1202,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12652,1203,'tve_revision_tve_landing_page',''),(12653,1203,'tve_revision_tve_disable_theme_dependency',''),(12654,1203,'tve_revision_tve_content_before_more',''),(12655,1203,'tve_revision_tve_content_more_found',''),(12656,1203,'tve_revision_tve_save_post',''),(12657,1203,'tve_revision_tve_custom_css',''),(12658,1203,'tve_revision_tve_user_custom_css',''),(12659,1203,'tve_revision_tve_page_events',''),(12660,1203,'tve_revision_tve_globals',''),(12661,1203,'tve_revision_tve_global_scripts',''),(12662,1203,'tve_revision_thrive_icon_pack',''),(12663,1203,'tve_revision_thrive_tcb_post_fonts',''),(12664,1203,'tve_revision_tve_has_masonry',''),(12665,1203,'tve_revision_tve_has_typefocus',''),(12666,1203,'tve_revision_tve_updated_post',''),(12667,1203,'tve_revision_tve_has_wistia_popover',''),(12668,1203,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12669,1203,'_wp_page_template','default'),(12670,1203,'_elementor_pro_version','3.7.3'),(12671,1203,'_elementor_template_type','wp-page'),(12672,1203,'_elementor_version','3.7.2'),(12673,1203,'_elementor_edit_mode','builder'),(12674,1203,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12676,1204,'tve_revision_tve_landing_page',''),(12677,1204,'tve_revision_tve_disable_theme_dependency',''),(12678,1204,'tve_revision_tve_content_before_more',''),(12679,1204,'tve_revision_tve_content_more_found',''),(12680,1204,'tve_revision_tve_save_post',''),(12681,1204,'tve_revision_tve_custom_css',''),(12682,1204,'tve_revision_tve_user_custom_css',''),(12683,1204,'tve_revision_tve_page_events',''),(12684,1204,'tve_revision_tve_globals',''),(12685,1204,'tve_revision_tve_global_scripts',''),(12686,1204,'tve_revision_thrive_icon_pack',''),(12687,1204,'tve_revision_thrive_tcb_post_fonts',''),(12688,1204,'tve_revision_tve_has_masonry',''),(12689,1204,'tve_revision_tve_has_typefocus',''),(12690,1204,'tve_revision_tve_updated_post',''),(12691,1204,'tve_revision_tve_has_wistia_popover',''),(12692,1204,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12693,1204,'_wp_page_template','default'),(12694,1204,'_elementor_pro_version','3.7.3'),(12695,1204,'_elementor_template_type','wp-page'),(12696,1204,'_elementor_version','3.7.2'),(12697,1204,'_elementor_edit_mode','builder'),(12698,1204,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12700,1205,'tve_revision_tve_landing_page',''),(12701,1205,'tve_revision_tve_disable_theme_dependency',''),(12702,1205,'tve_revision_tve_content_before_more',''),(12703,1205,'tve_revision_tve_content_more_found',''),(12704,1205,'tve_revision_tve_save_post',''),(12705,1205,'tve_revision_tve_custom_css',''),(12706,1205,'tve_revision_tve_user_custom_css',''),(12707,1205,'tve_revision_tve_page_events',''),(12708,1205,'tve_revision_tve_globals',''),(12709,1205,'tve_revision_tve_global_scripts',''),(12710,1205,'tve_revision_thrive_icon_pack',''),(12711,1205,'tve_revision_thrive_tcb_post_fonts',''),(12712,1205,'tve_revision_tve_has_masonry',''),(12713,1205,'tve_revision_tve_has_typefocus',''),(12714,1205,'tve_revision_tve_updated_post',''),(12715,1205,'tve_revision_tve_has_wistia_popover',''),(12716,1205,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12717,1205,'_wp_page_template','default'),(12718,1205,'_elementor_pro_version','3.7.3'),(12719,1205,'_elementor_template_type','wp-page'),(12720,1205,'_elementor_version','3.7.2'),(12721,1205,'_elementor_edit_mode','builder'),(12722,1205,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12724,1206,'tve_revision_tve_landing_page',''),(12725,1206,'tve_revision_tve_disable_theme_dependency',''),(12726,1206,'tve_revision_tve_content_before_more',''),(12727,1206,'tve_revision_tve_content_more_found',''),(12728,1206,'tve_revision_tve_save_post',''),(12729,1206,'tve_revision_tve_custom_css',''),(12730,1206,'tve_revision_tve_user_custom_css',''),(12731,1206,'tve_revision_tve_page_events',''),(12732,1206,'tve_revision_tve_globals',''),(12733,1206,'tve_revision_tve_global_scripts',''),(12734,1206,'tve_revision_thrive_icon_pack',''),(12735,1206,'tve_revision_thrive_tcb_post_fonts',''),(12736,1206,'tve_revision_tve_has_masonry',''),(12737,1206,'tve_revision_tve_has_typefocus',''),(12738,1206,'tve_revision_tve_updated_post',''),(12739,1206,'tve_revision_tve_has_wistia_popover',''),(12740,1206,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12741,1206,'_wp_page_template','default'),(12742,1206,'_elementor_pro_version','3.7.3'),(12743,1206,'_elementor_template_type','wp-page'),(12744,1206,'_elementor_version','3.7.2'),(12745,1206,'_elementor_edit_mode','builder'),(12746,1206,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>\\u00a0<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12748,1207,'tve_revision_tve_landing_page',''),(12749,1207,'tve_revision_tve_disable_theme_dependency',''),(12750,1207,'tve_revision_tve_content_before_more',''),(12751,1207,'tve_revision_tve_content_more_found',''),(12752,1207,'tve_revision_tve_save_post',''),(12753,1207,'tve_revision_tve_custom_css',''),(12754,1207,'tve_revision_tve_user_custom_css',''),(12755,1207,'tve_revision_tve_page_events',''),(12756,1207,'tve_revision_tve_globals',''),(12757,1207,'tve_revision_tve_global_scripts',''),(12758,1207,'tve_revision_thrive_icon_pack',''),(12759,1207,'tve_revision_thrive_tcb_post_fonts',''),(12760,1207,'tve_revision_tve_has_masonry',''),(12761,1207,'tve_revision_tve_has_typefocus',''),(12762,1207,'tve_revision_tve_updated_post',''),(12763,1207,'tve_revision_tve_has_wistia_popover',''),(12764,1207,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12765,1207,'_wp_page_template','default'),(12766,1207,'_elementor_pro_version','3.7.3'),(12767,1207,'_elementor_template_type','wp-page'),(12768,1207,'_elementor_version','3.7.2'),(12769,1207,'_elementor_edit_mode','builder'),(12770,1207,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>\\u00a0<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12772,1208,'tve_revision_tve_landing_page',''),(12773,1208,'tve_revision_tve_disable_theme_dependency',''),(12774,1208,'tve_revision_tve_content_before_more',''),(12775,1208,'tve_revision_tve_content_more_found',''),(12776,1208,'tve_revision_tve_save_post',''),(12777,1208,'tve_revision_tve_custom_css',''),(12778,1208,'tve_revision_tve_user_custom_css',''),(12779,1208,'tve_revision_tve_page_events',''),(12780,1208,'tve_revision_tve_globals',''),(12781,1208,'tve_revision_tve_global_scripts',''),(12782,1208,'tve_revision_thrive_icon_pack',''),(12783,1208,'tve_revision_thrive_tcb_post_fonts',''),(12784,1208,'tve_revision_tve_has_masonry',''),(12785,1208,'tve_revision_tve_has_typefocus',''),(12786,1208,'tve_revision_tve_updated_post',''),(12787,1208,'tve_revision_tve_has_wistia_popover',''),(12788,1208,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12789,1208,'_wp_page_template','default'),(12790,1208,'_elementor_pro_version','3.7.3'),(12791,1208,'_elementor_template_type','wp-page'),(12792,1208,'_elementor_version','3.7.2'),(12793,1208,'_elementor_edit_mode','builder'),(12794,1208,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>\\u00a0<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12796,1209,'tve_revision_tve_landing_page',''),(12797,1209,'tve_revision_tve_disable_theme_dependency',''),(12798,1209,'tve_revision_tve_content_before_more',''),(12799,1209,'tve_revision_tve_content_more_found',''),(12800,1209,'tve_revision_tve_save_post',''),(12801,1209,'tve_revision_tve_custom_css',''),(12802,1209,'tve_revision_tve_user_custom_css',''),(12803,1209,'tve_revision_tve_page_events',''),(12804,1209,'tve_revision_tve_globals',''),(12805,1209,'tve_revision_tve_global_scripts',''),(12806,1209,'tve_revision_thrive_icon_pack',''),(12807,1209,'tve_revision_thrive_tcb_post_fonts',''),(12808,1209,'tve_revision_tve_has_masonry',''),(12809,1209,'tve_revision_tve_has_typefocus',''),(12810,1209,'tve_revision_tve_updated_post',''),(12811,1209,'tve_revision_tve_has_wistia_popover',''),(12812,1209,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12813,1209,'_wp_page_template','default'),(12814,1209,'_elementor_pro_version','3.7.3'),(12815,1209,'_elementor_template_type','wp-page'),(12816,1209,'_elementor_version','3.7.2'),(12817,1209,'_elementor_edit_mode','builder'),(12818,1209,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12876,1211,'tve_revision_tve_landing_page',''),(12877,1211,'tve_revision_tve_disable_theme_dependency',''),(12878,1211,'tve_revision_tve_content_before_more',''),(12879,1211,'tve_revision_tve_content_more_found',''),(12880,1211,'tve_revision_tve_save_post',''),(12881,1211,'tve_revision_tve_custom_css',''),(12882,1211,'tve_revision_tve_user_custom_css',''),(12883,1211,'tve_revision_tve_page_events',''),(12884,1211,'tve_revision_tve_globals',''),(12885,1211,'tve_revision_tve_global_scripts',''),(12886,1211,'tve_revision_thrive_icon_pack',''),(12887,1211,'tve_revision_thrive_tcb_post_fonts',''),(12888,1211,'tve_revision_tve_has_masonry',''),(12889,1211,'tve_revision_tve_has_typefocus',''),(12890,1211,'tve_revision_tve_updated_post',''),(12891,1211,'tve_revision_tve_has_wistia_popover',''),(12892,1211,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12893,1211,'_wp_page_template','default'),(12894,1211,'_elementor_pro_version','3.7.3'),(12895,1211,'_elementor_template_type','wp-page'),(12896,1211,'_elementor_version','3.7.2'),(12897,1211,'_elementor_edit_mode','builder'),(12898,1211,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12900,1212,'tve_revision_tve_landing_page',''),(12901,1212,'tve_revision_tve_disable_theme_dependency',''),(12902,1212,'tve_revision_tve_content_before_more',''),(12903,1212,'tve_revision_tve_content_more_found',''),(12904,1212,'tve_revision_tve_save_post',''),(12905,1212,'tve_revision_tve_custom_css',''),(12906,1212,'tve_revision_tve_user_custom_css',''),(12907,1212,'tve_revision_tve_page_events',''),(12908,1212,'tve_revision_tve_globals',''),(12909,1212,'tve_revision_tve_global_scripts',''),(12910,1212,'tve_revision_thrive_icon_pack',''),(12911,1212,'tve_revision_thrive_tcb_post_fonts',''),(12912,1212,'tve_revision_tve_has_masonry',''),(12913,1212,'tve_revision_tve_has_typefocus',''),(12914,1212,'tve_revision_tve_updated_post',''),(12915,1212,'tve_revision_tve_has_wistia_popover',''),(12916,1212,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12917,1212,'_wp_page_template','default'),(12918,1212,'_elementor_pro_version','3.7.3'),(12919,1212,'_elementor_template_type','wp-page'),(12920,1212,'_elementor_version','3.7.2'),(12921,1212,'_elementor_edit_mode','builder'),(12922,1212,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12924,1213,'tve_revision_tve_landing_page',''),(12925,1213,'tve_revision_tve_disable_theme_dependency',''),(12926,1213,'tve_revision_tve_content_before_more',''),(12927,1213,'tve_revision_tve_content_more_found',''),(12928,1213,'tve_revision_tve_save_post',''),(12929,1213,'tve_revision_tve_custom_css',''),(12930,1213,'tve_revision_tve_user_custom_css',''),(12931,1213,'tve_revision_tve_page_events',''),(12932,1213,'tve_revision_tve_globals',''),(12933,1213,'tve_revision_tve_global_scripts',''),(12934,1213,'tve_revision_thrive_icon_pack',''),(12935,1213,'tve_revision_thrive_tcb_post_fonts',''),(12936,1213,'tve_revision_tve_has_masonry',''),(12937,1213,'tve_revision_tve_has_typefocus',''),(12938,1213,'tve_revision_tve_updated_post',''),(12939,1213,'tve_revision_tve_has_wistia_popover',''),(12940,1213,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12941,1213,'_wp_page_template','default'),(12942,1213,'_elementor_pro_version','3.7.3'),(12943,1213,'_elementor_template_type','wp-page'),(12944,1213,'_elementor_version','3.7.2'),(12945,1213,'_elementor_edit_mode','builder'),(12946,1213,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Promotions.<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12948,1214,'tve_revision_tve_landing_page',''),(12949,1214,'tve_revision_tve_disable_theme_dependency',''),(12950,1214,'tve_revision_tve_content_before_more',''),(12951,1214,'tve_revision_tve_content_more_found',''),(12952,1214,'tve_revision_tve_save_post',''),(12953,1214,'tve_revision_tve_custom_css',''),(12954,1214,'tve_revision_tve_user_custom_css',''),(12955,1214,'tve_revision_tve_page_events',''),(12956,1214,'tve_revision_tve_globals',''),(12957,1214,'tve_revision_tve_global_scripts',''),(12958,1214,'tve_revision_thrive_icon_pack',''),(12959,1214,'tve_revision_thrive_tcb_post_fonts',''),(12960,1214,'tve_revision_tve_has_masonry',''),(12961,1214,'tve_revision_tve_has_typefocus',''),(12962,1214,'tve_revision_tve_updated_post',''),(12963,1214,'tve_revision_tve_has_wistia_popover',''),(12964,1214,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12965,1214,'_wp_page_template','default'),(12966,1214,'_elementor_pro_version','3.7.3'),(12967,1214,'_elementor_template_type','wp-page'),(12968,1214,'_elementor_version','3.7.2'),(12969,1214,'_elementor_edit_mode','builder'),(12970,1214,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Promotions.<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12972,1215,'tve_revision_tve_landing_page',''),(12973,1215,'tve_revision_tve_disable_theme_dependency',''),(12974,1215,'tve_revision_tve_content_before_more',''),(12975,1215,'tve_revision_tve_content_more_found',''),(12976,1215,'tve_revision_tve_save_post',''),(12977,1215,'tve_revision_tve_custom_css',''),(12978,1215,'tve_revision_tve_user_custom_css',''),(12979,1215,'tve_revision_tve_page_events',''),(12980,1215,'tve_revision_tve_globals',''),(12981,1215,'tve_revision_tve_global_scripts',''),(12982,1215,'tve_revision_thrive_icon_pack',''),(12983,1215,'tve_revision_thrive_tcb_post_fonts',''),(12984,1215,'tve_revision_tve_has_masonry',''),(12985,1215,'tve_revision_tve_has_typefocus',''),(12986,1215,'tve_revision_tve_updated_post',''),(12987,1215,'tve_revision_tve_has_wistia_popover',''),(12988,1215,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12989,1215,'_wp_page_template','default'),(12990,1215,'_elementor_pro_version','3.7.3'),(12991,1215,'_elementor_template_type','wp-page'),(12992,1215,'_elementor_version','3.7.2'),(12993,1215,'_elementor_edit_mode','builder'),(12994,1215,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Promotions.<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(12996,1216,'tve_revision_tve_landing_page',''),(12997,1216,'tve_revision_tve_disable_theme_dependency',''),(12998,1216,'tve_revision_tve_content_before_more',''),(12999,1216,'tve_revision_tve_content_more_found',''),(13000,1216,'tve_revision_tve_save_post',''),(13001,1216,'tve_revision_tve_custom_css',''),(13002,1216,'tve_revision_tve_user_custom_css',''),(13003,1216,'tve_revision_tve_page_events',''),(13004,1216,'tve_revision_tve_globals',''),(13005,1216,'tve_revision_tve_global_scripts',''),(13006,1216,'tve_revision_thrive_icon_pack',''),(13007,1216,'tve_revision_thrive_tcb_post_fonts',''),(13008,1216,'tve_revision_tve_has_masonry',''),(13009,1216,'tve_revision_tve_has_typefocus',''),(13010,1216,'tve_revision_tve_updated_post',''),(13011,1216,'tve_revision_tve_has_wistia_popover',''),(13012,1216,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13013,1216,'_wp_page_template','default'),(13014,1216,'_elementor_pro_version','3.7.3'),(13015,1216,'_elementor_template_type','wp-page'),(13016,1216,'_elementor_version','3.7.2'),(13017,1216,'_elementor_edit_mode','builder'),(13018,1216,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13020,1217,'tve_revision_tve_landing_page',''),(13021,1217,'tve_revision_tve_disable_theme_dependency',''),(13022,1217,'tve_revision_tve_content_before_more',''),(13023,1217,'tve_revision_tve_content_more_found',''),(13024,1217,'tve_revision_tve_save_post',''),(13025,1217,'tve_revision_tve_custom_css',''),(13026,1217,'tve_revision_tve_user_custom_css',''),(13027,1217,'tve_revision_tve_page_events',''),(13028,1217,'tve_revision_tve_globals',''),(13029,1217,'tve_revision_tve_global_scripts',''),(13030,1217,'tve_revision_thrive_icon_pack',''),(13031,1217,'tve_revision_thrive_tcb_post_fonts',''),(13032,1217,'tve_revision_tve_has_masonry',''),(13033,1217,'tve_revision_tve_has_typefocus',''),(13034,1217,'tve_revision_tve_updated_post',''),(13035,1217,'tve_revision_tve_has_wistia_popover',''),(13036,1217,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13037,1217,'_wp_page_template','default'),(13038,1217,'_elementor_pro_version','3.7.3'),(13039,1217,'_elementor_template_type','wp-page'),(13040,1217,'_elementor_version','3.7.2'),(13041,1217,'_elementor_edit_mode','builder'),(13042,1217,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13044,1218,'tve_revision_tve_landing_page',''),(13045,1218,'tve_revision_tve_disable_theme_dependency',''),(13046,1218,'tve_revision_tve_content_before_more',''),(13047,1218,'tve_revision_tve_content_more_found',''),(13048,1218,'tve_revision_tve_save_post',''),(13049,1218,'tve_revision_tve_custom_css',''),(13050,1218,'tve_revision_tve_user_custom_css',''),(13051,1218,'tve_revision_tve_page_events',''),(13052,1218,'tve_revision_tve_globals',''),(13053,1218,'tve_revision_tve_global_scripts',''),(13054,1218,'tve_revision_thrive_icon_pack',''),(13055,1218,'tve_revision_thrive_tcb_post_fonts',''),(13056,1218,'tve_revision_tve_has_masonry',''),(13057,1218,'tve_revision_tve_has_typefocus',''),(13058,1218,'tve_revision_tve_updated_post',''),(13059,1218,'tve_revision_tve_has_wistia_popover',''),(13060,1218,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13061,1218,'_wp_page_template','default'),(13062,1218,'_elementor_pro_version','3.7.3'),(13063,1218,'_elementor_template_type','wp-page'),(13064,1218,'_elementor_version','3.7.2'),(13065,1218,'_elementor_edit_mode','builder'),(13066,1218,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13068,1219,'tve_revision_tve_landing_page',''),(13069,1219,'tve_revision_tve_disable_theme_dependency',''),(13070,1219,'tve_revision_tve_content_before_more',''),(13071,1219,'tve_revision_tve_content_more_found',''),(13072,1219,'tve_revision_tve_save_post',''),(13073,1219,'tve_revision_tve_custom_css',''),(13074,1219,'tve_revision_tve_user_custom_css',''),(13075,1219,'tve_revision_tve_page_events',''),(13076,1219,'tve_revision_tve_globals',''),(13077,1219,'tve_revision_tve_global_scripts',''),(13078,1219,'tve_revision_thrive_icon_pack',''),(13079,1219,'tve_revision_thrive_tcb_post_fonts',''),(13080,1219,'tve_revision_tve_has_masonry',''),(13081,1219,'tve_revision_tve_has_typefocus',''),(13082,1219,'tve_revision_tve_updated_post',''),(13083,1219,'tve_revision_tve_has_wistia_popover',''),(13084,1219,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13085,1219,'_wp_page_template','default'),(13086,1219,'_elementor_pro_version','3.7.3'),(13087,1219,'_elementor_template_type','wp-page'),(13088,1219,'_elementor_version','3.7.2'),(13089,1219,'_elementor_edit_mode','builder'),(13090,1219,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p>\\u00a0<\\/p>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13092,1220,'tve_revision_tve_landing_page',''),(13093,1220,'tve_revision_tve_disable_theme_dependency',''),(13094,1220,'tve_revision_tve_content_before_more',''),(13095,1220,'tve_revision_tve_content_more_found',''),(13096,1220,'tve_revision_tve_save_post',''),(13097,1220,'tve_revision_tve_custom_css',''),(13098,1220,'tve_revision_tve_user_custom_css',''),(13099,1220,'tve_revision_tve_page_events',''),(13100,1220,'tve_revision_tve_globals',''),(13101,1220,'tve_revision_tve_global_scripts',''),(13102,1220,'tve_revision_thrive_icon_pack',''),(13103,1220,'tve_revision_thrive_tcb_post_fonts',''),(13104,1220,'tve_revision_tve_has_masonry',''),(13105,1220,'tve_revision_tve_has_typefocus',''),(13106,1220,'tve_revision_tve_updated_post',''),(13107,1220,'tve_revision_tve_has_wistia_popover',''),(13108,1220,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13109,1220,'_wp_page_template','default'),(13110,1220,'_elementor_pro_version','3.7.3'),(13111,1220,'_elementor_template_type','wp-page'),(13112,1220,'_elementor_version','3.7.2'),(13113,1220,'_elementor_edit_mode','builder'),(13114,1220,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p>\\u00a0<\\/p>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13116,1221,'tve_revision_tve_landing_page',''),(13117,1221,'tve_revision_tve_disable_theme_dependency',''),(13118,1221,'tve_revision_tve_content_before_more',''),(13119,1221,'tve_revision_tve_content_more_found',''),(13120,1221,'tve_revision_tve_save_post',''),(13121,1221,'tve_revision_tve_custom_css',''),(13122,1221,'tve_revision_tve_user_custom_css',''),(13123,1221,'tve_revision_tve_page_events',''),(13124,1221,'tve_revision_tve_globals',''),(13125,1221,'tve_revision_tve_global_scripts',''),(13126,1221,'tve_revision_thrive_icon_pack',''),(13127,1221,'tve_revision_thrive_tcb_post_fonts',''),(13128,1221,'tve_revision_tve_has_masonry',''),(13129,1221,'tve_revision_tve_has_typefocus',''),(13130,1221,'tve_revision_tve_updated_post',''),(13131,1221,'tve_revision_tve_has_wistia_popover',''),(13132,1221,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13133,1221,'_wp_page_template','default'),(13134,1221,'_elementor_pro_version','3.7.3'),(13135,1221,'_elementor_template_type','wp-page'),(13136,1221,'_elementor_version','3.7.2'),(13137,1221,'_elementor_edit_mode','builder'),(13138,1221,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p>\\u00a0<\\/p>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13140,1222,'tve_revision_tve_landing_page',''),(13141,1222,'tve_revision_tve_disable_theme_dependency',''),(13142,1222,'tve_revision_tve_content_before_more',''),(13143,1222,'tve_revision_tve_content_more_found',''),(13144,1222,'tve_revision_tve_save_post',''),(13145,1222,'tve_revision_tve_custom_css',''),(13146,1222,'tve_revision_tve_user_custom_css',''),(13147,1222,'tve_revision_tve_page_events',''),(13148,1222,'tve_revision_tve_globals',''),(13149,1222,'tve_revision_tve_global_scripts',''),(13150,1222,'tve_revision_thrive_icon_pack',''),(13151,1222,'tve_revision_thrive_tcb_post_fonts',''),(13152,1222,'tve_revision_tve_has_masonry',''),(13153,1222,'tve_revision_tve_has_typefocus',''),(13154,1222,'tve_revision_tve_updated_post',''),(13155,1222,'tve_revision_tve_has_wistia_popover',''),(13156,1222,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13157,1222,'_wp_page_template','default'),(13158,1222,'_elementor_pro_version','3.7.3'),(13159,1222,'_elementor_template_type','wp-page'),(13160,1222,'_elementor_version','3.7.2'),(13161,1222,'_elementor_edit_mode','builder'),(13162,1222,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p>\\u00a0<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p>\\u00a0<\\/p>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13220,1224,'tve_revision_tve_landing_page',''),(13221,1224,'tve_revision_tve_disable_theme_dependency',''),(13222,1224,'tve_revision_tve_content_before_more',''),(13223,1224,'tve_revision_tve_content_more_found',''),(13224,1224,'tve_revision_tve_save_post',''),(13225,1224,'tve_revision_tve_custom_css',''),(13226,1224,'tve_revision_tve_user_custom_css',''),(13227,1224,'tve_revision_tve_page_events',''),(13228,1224,'tve_revision_tve_globals',''),(13229,1224,'tve_revision_tve_global_scripts',''),(13230,1224,'tve_revision_thrive_icon_pack',''),(13231,1224,'tve_revision_thrive_tcb_post_fonts',''),(13232,1224,'tve_revision_tve_has_masonry',''),(13233,1224,'tve_revision_tve_has_typefocus',''),(13234,1224,'tve_revision_tve_updated_post',''),(13235,1224,'tve_revision_tve_has_wistia_popover',''),(13236,1224,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13237,1224,'_wp_page_template','default'),(13238,1224,'_elementor_pro_version','3.7.3'),(13239,1224,'_elementor_template_type','wp-page'),(13240,1224,'_elementor_version','3.7.2'),(13241,1224,'_elementor_edit_mode','builder'),(13242,1224,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p>\\u00a0<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p>\\u00a0<\\/p>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13244,1225,'tve_revision_tve_landing_page',''),(13245,1225,'tve_revision_tve_disable_theme_dependency',''),(13246,1225,'tve_revision_tve_content_before_more',''),(13247,1225,'tve_revision_tve_content_more_found',''),(13248,1225,'tve_revision_tve_save_post',''),(13249,1225,'tve_revision_tve_custom_css',''),(13250,1225,'tve_revision_tve_user_custom_css',''),(13251,1225,'tve_revision_tve_page_events',''),(13252,1225,'tve_revision_tve_globals',''),(13253,1225,'tve_revision_tve_global_scripts',''),(13254,1225,'tve_revision_thrive_icon_pack',''),(13255,1225,'tve_revision_thrive_tcb_post_fonts',''),(13256,1225,'tve_revision_tve_has_masonry',''),(13257,1225,'tve_revision_tve_has_typefocus',''),(13258,1225,'tve_revision_tve_updated_post',''),(13259,1225,'tve_revision_tve_has_wistia_popover',''),(13260,1225,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13261,1225,'_wp_page_template','default'),(13262,1225,'_elementor_pro_version','3.7.3'),(13263,1225,'_elementor_template_type','wp-page'),(13264,1225,'_elementor_version','3.7.2'),(13265,1225,'_elementor_edit_mode','builder'),(13266,1225,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p>\\u00a0<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p>\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p>\\u00a0<\\/p>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13268,1226,'tve_revision_tve_landing_page',''),(13269,1226,'tve_revision_tve_disable_theme_dependency',''),(13270,1226,'tve_revision_tve_content_before_more',''),(13271,1226,'tve_revision_tve_content_more_found',''),(13272,1226,'tve_revision_tve_save_post',''),(13273,1226,'tve_revision_tve_custom_css',''),(13274,1226,'tve_revision_tve_user_custom_css',''),(13275,1226,'tve_revision_tve_page_events',''),(13276,1226,'tve_revision_tve_globals',''),(13277,1226,'tve_revision_tve_global_scripts',''),(13278,1226,'tve_revision_thrive_icon_pack',''),(13279,1226,'tve_revision_thrive_tcb_post_fonts',''),(13280,1226,'tve_revision_tve_has_masonry',''),(13281,1226,'tve_revision_tve_has_typefocus',''),(13282,1226,'tve_revision_tve_updated_post',''),(13283,1226,'tve_revision_tve_has_wistia_popover',''),(13284,1226,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13285,1226,'_wp_page_template','default'),(13286,1226,'_elementor_pro_version','3.7.3'),(13287,1226,'_elementor_template_type','wp-page'),(13288,1226,'_elementor_version','3.7.2'),(13289,1226,'_elementor_edit_mode','builder'),(13290,1226,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13292,1227,'tve_revision_tve_landing_page',''),(13293,1227,'tve_revision_tve_disable_theme_dependency',''),(13294,1227,'tve_revision_tve_content_before_more',''),(13295,1227,'tve_revision_tve_content_more_found',''),(13296,1227,'tve_revision_tve_save_post',''),(13297,1227,'tve_revision_tve_custom_css',''),(13298,1227,'tve_revision_tve_user_custom_css',''),(13299,1227,'tve_revision_tve_page_events',''),(13300,1227,'tve_revision_tve_globals',''),(13301,1227,'tve_revision_tve_global_scripts',''),(13302,1227,'tve_revision_thrive_icon_pack',''),(13303,1227,'tve_revision_thrive_tcb_post_fonts',''),(13304,1227,'tve_revision_tve_has_masonry',''),(13305,1227,'tve_revision_tve_has_typefocus',''),(13306,1227,'tve_revision_tve_updated_post',''),(13307,1227,'tve_revision_tve_has_wistia_popover',''),(13308,1227,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13309,1227,'_wp_page_template','default'),(13310,1227,'_elementor_pro_version','3.7.3'),(13311,1227,'_elementor_template_type','wp-page'),(13312,1227,'_elementor_version','3.7.2'),(13313,1227,'_elementor_edit_mode','builder'),(13314,1227,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13316,1228,'tve_revision_tve_landing_page',''),(13317,1228,'tve_revision_tve_disable_theme_dependency',''),(13318,1228,'tve_revision_tve_content_before_more',''),(13319,1228,'tve_revision_tve_content_more_found',''),(13320,1228,'tve_revision_tve_save_post',''),(13321,1228,'tve_revision_tve_custom_css',''),(13322,1228,'tve_revision_tve_user_custom_css',''),(13323,1228,'tve_revision_tve_page_events',''),(13324,1228,'tve_revision_tve_globals',''),(13325,1228,'tve_revision_tve_global_scripts',''),(13326,1228,'tve_revision_thrive_icon_pack',''),(13327,1228,'tve_revision_thrive_tcb_post_fonts',''),(13328,1228,'tve_revision_tve_has_masonry',''),(13329,1228,'tve_revision_tve_has_typefocus',''),(13330,1228,'tve_revision_tve_updated_post',''),(13331,1228,'tve_revision_tve_has_wistia_popover',''),(13332,1228,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13333,1228,'_wp_page_template','default'),(13334,1228,'_elementor_pro_version','3.7.3'),(13335,1228,'_elementor_template_type','wp-page'),(13336,1228,'_elementor_version','3.7.2'),(13337,1228,'_elementor_edit_mode','builder'),(13338,1228,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13340,1229,'tve_revision_tve_landing_page',''),(13341,1229,'tve_revision_tve_disable_theme_dependency',''),(13342,1229,'tve_revision_tve_content_before_more',''),(13343,1229,'tve_revision_tve_content_more_found',''),(13344,1229,'tve_revision_tve_save_post',''),(13345,1229,'tve_revision_tve_custom_css',''),(13346,1229,'tve_revision_tve_user_custom_css',''),(13347,1229,'tve_revision_tve_page_events',''),(13348,1229,'tve_revision_tve_globals',''),(13349,1229,'tve_revision_tve_global_scripts',''),(13350,1229,'tve_revision_thrive_icon_pack',''),(13351,1229,'tve_revision_thrive_tcb_post_fonts',''),(13352,1229,'tve_revision_tve_has_masonry',''),(13353,1229,'tve_revision_tve_has_typefocus',''),(13354,1229,'tve_revision_tve_updated_post',''),(13355,1229,'tve_revision_tve_has_wistia_popover',''),(13356,1229,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13357,1229,'_wp_page_template','default'),(13358,1229,'_elementor_pro_version','3.7.3'),(13359,1229,'_elementor_template_type','wp-page'),(13360,1229,'_elementor_version','3.7.2'),(13361,1229,'_elementor_edit_mode','builder'),(13362,1229,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13364,1230,'tve_revision_tve_landing_page',''),(13365,1230,'tve_revision_tve_disable_theme_dependency',''),(13366,1230,'tve_revision_tve_content_before_more',''),(13367,1230,'tve_revision_tve_content_more_found',''),(13368,1230,'tve_revision_tve_save_post',''),(13369,1230,'tve_revision_tve_custom_css',''),(13370,1230,'tve_revision_tve_user_custom_css',''),(13371,1230,'tve_revision_tve_page_events',''),(13372,1230,'tve_revision_tve_globals',''),(13373,1230,'tve_revision_tve_global_scripts',''),(13374,1230,'tve_revision_thrive_icon_pack',''),(13375,1230,'tve_revision_thrive_tcb_post_fonts',''),(13376,1230,'tve_revision_tve_has_masonry',''),(13377,1230,'tve_revision_tve_has_typefocus',''),(13378,1230,'tve_revision_tve_updated_post',''),(13379,1230,'tve_revision_tve_has_wistia_popover',''),(13380,1230,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13381,1230,'_wp_page_template','default'),(13382,1230,'_elementor_pro_version','3.7.3'),(13383,1230,'_elementor_template_type','wp-page'),(13384,1230,'_elementor_version','3.7.2'),(13385,1230,'_elementor_edit_mode','builder');
INSERT INTO `wpjn_postmeta` VALUES (13386,1230,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13388,1231,'tve_revision_tve_landing_page',''),(13389,1231,'tve_revision_tve_disable_theme_dependency',''),(13390,1231,'tve_revision_tve_content_before_more',''),(13391,1231,'tve_revision_tve_content_more_found',''),(13392,1231,'tve_revision_tve_save_post',''),(13393,1231,'tve_revision_tve_custom_css',''),(13394,1231,'tve_revision_tve_user_custom_css',''),(13395,1231,'tve_revision_tve_page_events',''),(13396,1231,'tve_revision_tve_globals',''),(13397,1231,'tve_revision_tve_global_scripts',''),(13398,1231,'tve_revision_thrive_icon_pack',''),(13399,1231,'tve_revision_thrive_tcb_post_fonts',''),(13400,1231,'tve_revision_tve_has_masonry',''),(13401,1231,'tve_revision_tve_has_typefocus',''),(13402,1231,'tve_revision_tve_updated_post',''),(13403,1231,'tve_revision_tve_has_wistia_popover',''),(13404,1231,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13405,1231,'_wp_page_template','default'),(13406,1231,'_elementor_pro_version','3.7.3'),(13407,1231,'_elementor_template_type','wp-page'),(13408,1231,'_elementor_version','3.7.2'),(13409,1231,'_elementor_edit_mode','builder'),(13410,1231,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13412,1232,'tve_revision_tve_landing_page',''),(13413,1232,'tve_revision_tve_disable_theme_dependency',''),(13414,1232,'tve_revision_tve_content_before_more',''),(13415,1232,'tve_revision_tve_content_more_found',''),(13416,1232,'tve_revision_tve_save_post',''),(13417,1232,'tve_revision_tve_custom_css',''),(13418,1232,'tve_revision_tve_user_custom_css',''),(13419,1232,'tve_revision_tve_page_events',''),(13420,1232,'tve_revision_tve_globals',''),(13421,1232,'tve_revision_tve_global_scripts',''),(13422,1232,'tve_revision_thrive_icon_pack',''),(13423,1232,'tve_revision_thrive_tcb_post_fonts',''),(13424,1232,'tve_revision_tve_has_masonry',''),(13425,1232,'tve_revision_tve_has_typefocus',''),(13426,1232,'tve_revision_tve_updated_post',''),(13427,1232,'tve_revision_tve_has_wistia_popover',''),(13428,1232,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13429,1232,'_wp_page_template','default'),(13430,1232,'_elementor_pro_version','3.7.3'),(13431,1232,'_elementor_template_type','wp-page'),(13432,1232,'_elementor_version','3.7.2'),(13433,1232,'_elementor_edit_mode','builder'),(13434,1232,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13436,1233,'tve_revision_tve_landing_page',''),(13437,1233,'tve_revision_tve_disable_theme_dependency',''),(13438,1233,'tve_revision_tve_content_before_more',''),(13439,1233,'tve_revision_tve_content_more_found',''),(13440,1233,'tve_revision_tve_save_post',''),(13441,1233,'tve_revision_tve_custom_css',''),(13442,1233,'tve_revision_tve_user_custom_css',''),(13443,1233,'tve_revision_tve_page_events',''),(13444,1233,'tve_revision_tve_globals',''),(13445,1233,'tve_revision_tve_global_scripts',''),(13446,1233,'tve_revision_thrive_icon_pack',''),(13447,1233,'tve_revision_thrive_tcb_post_fonts',''),(13448,1233,'tve_revision_tve_has_masonry',''),(13449,1233,'tve_revision_tve_has_typefocus',''),(13450,1233,'tve_revision_tve_updated_post',''),(13451,1233,'tve_revision_tve_has_wistia_popover',''),(13452,1233,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13453,1233,'_wp_page_template','default'),(13454,1233,'_elementor_pro_version','3.7.3'),(13455,1233,'_elementor_template_type','wp-page'),(13456,1233,'_elementor_version','3.7.2'),(13457,1233,'_elementor_edit_mode','builder'),(13458,1233,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13460,1234,'tve_revision_tve_landing_page',''),(13461,1234,'tve_revision_tve_disable_theme_dependency',''),(13462,1234,'tve_revision_tve_content_before_more',''),(13463,1234,'tve_revision_tve_content_more_found',''),(13464,1234,'tve_revision_tve_save_post',''),(13465,1234,'tve_revision_tve_custom_css',''),(13466,1234,'tve_revision_tve_user_custom_css',''),(13467,1234,'tve_revision_tve_page_events',''),(13468,1234,'tve_revision_tve_globals',''),(13469,1234,'tve_revision_tve_global_scripts',''),(13470,1234,'tve_revision_thrive_icon_pack',''),(13471,1234,'tve_revision_thrive_tcb_post_fonts',''),(13472,1234,'tve_revision_tve_has_masonry',''),(13473,1234,'tve_revision_tve_has_typefocus',''),(13474,1234,'tve_revision_tve_updated_post',''),(13475,1234,'tve_revision_tve_has_wistia_popover',''),(13476,1234,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13477,1234,'_wp_page_template','default'),(13478,1234,'_elementor_pro_version','3.7.3'),(13479,1234,'_elementor_template_type','wp-page'),(13480,1234,'_elementor_version','3.7.2'),(13481,1234,'_elementor_edit_mode','builder'),(13482,1234,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e18ffef\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741870413\\/a67912cbdf\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13484,1235,'tve_revision_tve_landing_page',''),(13485,1235,'tve_revision_tve_disable_theme_dependency',''),(13486,1235,'tve_revision_tve_content_before_more',''),(13487,1235,'tve_revision_tve_content_more_found',''),(13488,1235,'tve_revision_tve_save_post',''),(13489,1235,'tve_revision_tve_custom_css',''),(13490,1235,'tve_revision_tve_user_custom_css',''),(13491,1235,'tve_revision_tve_page_events',''),(13492,1235,'tve_revision_tve_globals',''),(13493,1235,'tve_revision_tve_global_scripts',''),(13494,1235,'tve_revision_thrive_icon_pack',''),(13495,1235,'tve_revision_thrive_tcb_post_fonts',''),(13496,1235,'tve_revision_tve_has_masonry',''),(13497,1235,'tve_revision_tve_has_typefocus',''),(13498,1235,'tve_revision_tve_updated_post',''),(13499,1235,'tve_revision_tve_has_wistia_popover',''),(13500,1235,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13501,1235,'_wp_page_template','default'),(13502,1235,'_elementor_pro_version','3.7.3'),(13503,1235,'_elementor_template_type','wp-page'),(13504,1235,'_elementor_version','3.7.2'),(13505,1235,'_elementor_edit_mode','builder'),(13506,1235,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13508,1236,'tve_revision_tve_landing_page',''),(13509,1236,'tve_revision_tve_disable_theme_dependency',''),(13510,1236,'tve_revision_tve_content_before_more',''),(13511,1236,'tve_revision_tve_content_more_found',''),(13512,1236,'tve_revision_tve_save_post',''),(13513,1236,'tve_revision_tve_custom_css',''),(13514,1236,'tve_revision_tve_user_custom_css',''),(13515,1236,'tve_revision_tve_page_events',''),(13516,1236,'tve_revision_tve_globals',''),(13517,1236,'tve_revision_tve_global_scripts',''),(13518,1236,'tve_revision_thrive_icon_pack',''),(13519,1236,'tve_revision_thrive_tcb_post_fonts',''),(13520,1236,'tve_revision_tve_has_masonry',''),(13521,1236,'tve_revision_tve_has_typefocus',''),(13522,1236,'tve_revision_tve_updated_post',''),(13523,1236,'tve_revision_tve_has_wistia_popover',''),(13524,1236,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13525,1236,'_wp_page_template','default'),(13526,1236,'_elementor_pro_version','3.7.3'),(13527,1236,'_elementor_template_type','wp-page'),(13528,1236,'_elementor_version','3.7.2'),(13529,1236,'_elementor_edit_mode','builder'),(13530,1236,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13532,1237,'tve_revision_tve_landing_page',''),(13533,1237,'tve_revision_tve_disable_theme_dependency',''),(13534,1237,'tve_revision_tve_content_before_more',''),(13535,1237,'tve_revision_tve_content_more_found',''),(13536,1237,'tve_revision_tve_save_post',''),(13537,1237,'tve_revision_tve_custom_css',''),(13538,1237,'tve_revision_tve_user_custom_css',''),(13539,1237,'tve_revision_tve_page_events',''),(13540,1237,'tve_revision_tve_globals',''),(13541,1237,'tve_revision_tve_global_scripts',''),(13542,1237,'tve_revision_thrive_icon_pack',''),(13543,1237,'tve_revision_thrive_tcb_post_fonts',''),(13544,1237,'tve_revision_tve_has_masonry',''),(13545,1237,'tve_revision_tve_has_typefocus',''),(13546,1237,'tve_revision_tve_updated_post',''),(13547,1237,'tve_revision_tve_has_wistia_popover',''),(13548,1237,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13549,1237,'_wp_page_template','default'),(13550,1237,'_elementor_pro_version','3.7.3'),(13551,1237,'_elementor_template_type','wp-page'),(13552,1237,'_elementor_version','3.7.2'),(13553,1237,'_elementor_edit_mode','builder'),(13554,1237,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}]},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13556,1238,'tve_revision_tve_landing_page',''),(13557,1238,'tve_revision_tve_disable_theme_dependency',''),(13558,1238,'tve_revision_tve_content_before_more',''),(13559,1238,'tve_revision_tve_content_more_found',''),(13560,1238,'tve_revision_tve_save_post',''),(13561,1238,'tve_revision_tve_custom_css',''),(13562,1238,'tve_revision_tve_user_custom_css',''),(13563,1238,'tve_revision_tve_page_events',''),(13564,1238,'tve_revision_tve_globals',''),(13565,1238,'tve_revision_tve_global_scripts',''),(13566,1238,'tve_revision_thrive_icon_pack',''),(13567,1238,'tve_revision_thrive_tcb_post_fonts',''),(13568,1238,'tve_revision_tve_has_masonry',''),(13569,1238,'tve_revision_tve_has_typefocus',''),(13570,1238,'tve_revision_tve_updated_post',''),(13571,1238,'tve_revision_tve_has_wistia_popover',''),(13572,1238,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13573,1238,'_wp_page_template','default'),(13574,1238,'_elementor_pro_version','3.7.3'),(13575,1238,'_elementor_template_type','wp-page'),(13576,1238,'_elementor_version','3.7.2'),(13577,1238,'_elementor_edit_mode','builder'),(13578,1238,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13580,1239,'tve_revision_tve_landing_page',''),(13581,1239,'tve_revision_tve_disable_theme_dependency',''),(13582,1239,'tve_revision_tve_content_before_more',''),(13583,1239,'tve_revision_tve_content_more_found',''),(13584,1239,'tve_revision_tve_save_post',''),(13585,1239,'tve_revision_tve_custom_css',''),(13586,1239,'tve_revision_tve_user_custom_css',''),(13587,1239,'tve_revision_tve_page_events',''),(13588,1239,'tve_revision_tve_globals',''),(13589,1239,'tve_revision_tve_global_scripts',''),(13590,1239,'tve_revision_thrive_icon_pack',''),(13591,1239,'tve_revision_thrive_tcb_post_fonts',''),(13592,1239,'tve_revision_tve_has_masonry',''),(13593,1239,'tve_revision_tve_has_typefocus',''),(13594,1239,'tve_revision_tve_updated_post',''),(13595,1239,'tve_revision_tve_has_wistia_popover',''),(13596,1239,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13597,1239,'_wp_page_template','default'),(13598,1239,'_elementor_pro_version','3.7.3'),(13599,1239,'_elementor_template_type','wp-page'),(13600,1239,'_elementor_version','3.7.2'),(13601,1239,'_elementor_edit_mode','builder'),(13602,1239,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13604,1240,'tve_revision_tve_landing_page',''),(13605,1240,'tve_revision_tve_disable_theme_dependency',''),(13606,1240,'tve_revision_tve_content_before_more',''),(13607,1240,'tve_revision_tve_content_more_found',''),(13608,1240,'tve_revision_tve_save_post',''),(13609,1240,'tve_revision_tve_custom_css',''),(13610,1240,'tve_revision_tve_user_custom_css',''),(13611,1240,'tve_revision_tve_page_events',''),(13612,1240,'tve_revision_tve_globals',''),(13613,1240,'tve_revision_tve_global_scripts',''),(13614,1240,'tve_revision_thrive_icon_pack',''),(13615,1240,'tve_revision_thrive_tcb_post_fonts',''),(13616,1240,'tve_revision_tve_has_masonry',''),(13617,1240,'tve_revision_tve_has_typefocus',''),(13618,1240,'tve_revision_tve_updated_post',''),(13619,1240,'tve_revision_tve_has_wistia_popover',''),(13620,1240,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13621,1240,'_wp_page_template','default'),(13622,1240,'_elementor_pro_version','3.7.3'),(13623,1240,'_elementor_template_type','wp-page'),(13624,1240,'_elementor_version','3.7.2'),(13625,1240,'_elementor_edit_mode','builder'),(13626,1240,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"tab_active_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor1\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13628,1241,'tve_revision_tve_landing_page',''),(13629,1241,'tve_revision_tve_disable_theme_dependency',''),(13630,1241,'tve_revision_tve_content_before_more',''),(13631,1241,'tve_revision_tve_content_more_found',''),(13632,1241,'tve_revision_tve_save_post',''),(13633,1241,'tve_revision_tve_custom_css',''),(13634,1241,'tve_revision_tve_user_custom_css',''),(13635,1241,'tve_revision_tve_page_events',''),(13636,1241,'tve_revision_tve_globals',''),(13637,1241,'tve_revision_tve_global_scripts',''),(13638,1241,'tve_revision_thrive_icon_pack',''),(13639,1241,'tve_revision_thrive_tcb_post_fonts',''),(13640,1241,'tve_revision_tve_has_masonry',''),(13641,1241,'tve_revision_tve_has_typefocus',''),(13642,1241,'tve_revision_tve_updated_post',''),(13643,1241,'tve_revision_tve_has_wistia_popover',''),(13644,1241,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13645,1241,'_wp_page_template','default'),(13646,1241,'_elementor_pro_version','3.7.3'),(13647,1241,'_elementor_template_type','wp-page'),(13648,1241,'_elementor_version','3.7.2'),(13649,1241,'_elementor_edit_mode','builder'),(13650,1241,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13652,1242,'tve_revision_tve_landing_page',''),(13653,1242,'tve_revision_tve_disable_theme_dependency',''),(13654,1242,'tve_revision_tve_content_before_more',''),(13655,1242,'tve_revision_tve_content_more_found',''),(13656,1242,'tve_revision_tve_save_post',''),(13657,1242,'tve_revision_tve_custom_css',''),(13658,1242,'tve_revision_tve_user_custom_css',''),(13659,1242,'tve_revision_tve_page_events',''),(13660,1242,'tve_revision_tve_globals',''),(13661,1242,'tve_revision_tve_global_scripts',''),(13662,1242,'tve_revision_thrive_icon_pack',''),(13663,1242,'tve_revision_thrive_tcb_post_fonts',''),(13664,1242,'tve_revision_tve_has_masonry',''),(13665,1242,'tve_revision_tve_has_typefocus',''),(13666,1242,'tve_revision_tve_updated_post',''),(13667,1242,'tve_revision_tve_has_wistia_popover',''),(13668,1242,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13669,1242,'_wp_page_template','default'),(13670,1242,'_elementor_pro_version','3.7.3'),(13671,1242,'_elementor_template_type','wp-page'),(13672,1242,'_elementor_version','3.7.2'),(13673,1242,'_elementor_edit_mode','builder'),(13674,1242,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13676,1243,'tve_revision_tve_landing_page',''),(13677,1243,'tve_revision_tve_disable_theme_dependency',''),(13678,1243,'tve_revision_tve_content_before_more',''),(13679,1243,'tve_revision_tve_content_more_found',''),(13680,1243,'tve_revision_tve_save_post',''),(13681,1243,'tve_revision_tve_custom_css',''),(13682,1243,'tve_revision_tve_user_custom_css',''),(13683,1243,'tve_revision_tve_page_events',''),(13684,1243,'tve_revision_tve_globals',''),(13685,1243,'tve_revision_tve_global_scripts',''),(13686,1243,'tve_revision_thrive_icon_pack',''),(13687,1243,'tve_revision_thrive_tcb_post_fonts',''),(13688,1243,'tve_revision_tve_has_masonry',''),(13689,1243,'tve_revision_tve_has_typefocus',''),(13690,1243,'tve_revision_tve_updated_post',''),(13691,1243,'tve_revision_tve_has_wistia_popover',''),(13692,1243,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13693,1243,'_wp_page_template','default'),(13694,1243,'_elementor_pro_version','3.7.3'),(13695,1243,'_elementor_template_type','wp-page'),(13696,1243,'_elementor_version','3.7.2'),(13697,1243,'_elementor_edit_mode','builder'),(13698,1243,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b8b79e9\",\"elType\":\"widget\",\"settings\":{\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=9uOETcuFjbE\",\"vimeo_link\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_overlay\":{\"id\":979,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/placeholder-1.png\"},\"youtube_url\":\"https:\\/\\/vimeo.com\\/741514942\\/54040f5257\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/741864428\\/8ce8dd7cab\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"video_type\":\"vimeo\",\"vimeo_title\":\"\",\"vimeo_portrait\":\"\",\"vimeo_byline\":\"\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13700,1244,'tve_revision_tve_landing_page',''),(13701,1244,'tve_revision_tve_disable_theme_dependency',''),(13702,1244,'tve_revision_tve_content_before_more',''),(13703,1244,'tve_revision_tve_content_more_found',''),(13704,1244,'tve_revision_tve_save_post',''),(13705,1244,'tve_revision_tve_custom_css',''),(13706,1244,'tve_revision_tve_user_custom_css',''),(13707,1244,'tve_revision_tve_page_events',''),(13708,1244,'tve_revision_tve_globals',''),(13709,1244,'tve_revision_tve_global_scripts',''),(13710,1244,'tve_revision_thrive_icon_pack',''),(13711,1244,'tve_revision_thrive_tcb_post_fonts',''),(13712,1244,'tve_revision_tve_has_masonry',''),(13713,1244,'tve_revision_tve_has_typefocus',''),(13714,1244,'tve_revision_tve_updated_post',''),(13715,1244,'tve_revision_tve_has_wistia_popover',''),(13716,1244,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13717,1244,'_wp_page_template','default'),(13718,1244,'_elementor_pro_version','3.7.3'),(13719,1244,'_elementor_template_type','wp-page'),(13720,1244,'_elementor_version','3.7.2'),(13721,1244,'_elementor_edit_mode','builder'),(13722,1244,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13853,1249,'tve_revision_tve_landing_page',''),(13854,1249,'tve_revision_tve_disable_theme_dependency',''),(13855,1249,'tve_revision_tve_content_before_more',''),(13856,1249,'tve_revision_tve_content_more_found',''),(13857,1249,'tve_revision_tve_save_post',''),(13858,1249,'tve_revision_tve_custom_css',''),(13859,1249,'tve_revision_tve_user_custom_css',''),(13860,1249,'tve_revision_tve_page_events',''),(13861,1249,'tve_revision_tve_globals',''),(13862,1249,'tve_revision_tve_global_scripts',''),(13863,1249,'tve_revision_thrive_icon_pack',''),(13864,1249,'tve_revision_thrive_tcb_post_fonts',''),(13865,1249,'tve_revision_tve_has_masonry',''),(13866,1249,'tve_revision_tve_has_typefocus',''),(13867,1249,'tve_revision_tve_updated_post',''),(13868,1249,'tve_revision_tve_has_wistia_popover',''),(13869,1249,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13870,1249,'_wp_page_template','default'),(13871,1249,'_elementor_pro_version','3.7.3'),(13872,1249,'_elementor_template_type','wp-page'),(13873,1249,'_elementor_version','3.7.2'),(13874,1249,'_elementor_edit_mode','builder'),(13875,1249,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13877,1250,'tve_revision_tve_landing_page',''),(13878,1250,'tve_revision_tve_disable_theme_dependency',''),(13879,1250,'tve_revision_tve_content_before_more',''),(13880,1250,'tve_revision_tve_content_more_found',''),(13881,1250,'tve_revision_tve_save_post',''),(13882,1250,'tve_revision_tve_custom_css',''),(13883,1250,'tve_revision_tve_user_custom_css',''),(13884,1250,'tve_revision_tve_page_events',''),(13885,1250,'tve_revision_tve_globals',''),(13886,1250,'tve_revision_tve_global_scripts',''),(13887,1250,'tve_revision_thrive_icon_pack',''),(13888,1250,'tve_revision_thrive_tcb_post_fonts',''),(13889,1250,'tve_revision_tve_has_masonry',''),(13890,1250,'tve_revision_tve_has_typefocus',''),(13891,1250,'tve_revision_tve_updated_post',''),(13892,1250,'tve_revision_tve_has_wistia_popover',''),(13893,1250,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13894,1250,'_wp_page_template','default'),(13895,1250,'_elementor_pro_version','3.7.3'),(13896,1250,'_elementor_template_type','wp-page'),(13897,1250,'_elementor_version','3.7.2'),(13898,1250,'_elementor_edit_mode','builder'),(13899,1250,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Slide 1 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\"},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13901,1251,'tve_revision_tve_landing_page',''),(13902,1251,'tve_revision_tve_disable_theme_dependency',''),(13903,1251,'tve_revision_tve_content_before_more',''),(13904,1251,'tve_revision_tve_content_more_found',''),(13905,1251,'tve_revision_tve_save_post',''),(13906,1251,'tve_revision_tve_custom_css',''),(13907,1251,'tve_revision_tve_user_custom_css',''),(13908,1251,'tve_revision_tve_page_events',''),(13909,1251,'tve_revision_tve_globals',''),(13910,1251,'tve_revision_tve_global_scripts',''),(13911,1251,'tve_revision_thrive_icon_pack',''),(13912,1251,'tve_revision_thrive_tcb_post_fonts',''),(13913,1251,'tve_revision_tve_has_masonry',''),(13914,1251,'tve_revision_tve_has_typefocus',''),(13915,1251,'tve_revision_tve_updated_post',''),(13916,1251,'tve_revision_tve_has_wistia_popover',''),(13917,1251,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(13918,1251,'_wp_page_template','default'),(13919,1251,'_elementor_pro_version','3.7.3'),(13920,1251,'_elementor_template_type','wp-page'),(13921,1251,'_elementor_version','3.7.2'),(13922,1251,'_elementor_edit_mode','builder'),(13923,1251,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download.png\",\"id\":1246,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download-3.jpg\",\"id\":1247,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(13925,1252,'_wp_attached_file','2022/08/WhatsApp-Marketing.gif'),(13926,1252,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1438;s:6:\"height\";i:810;s:4:\"file\";s:30:\"2022/08/WhatsApp-Marketing.gif\";s:8:\"filesize\";i:16926529;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13983,1254,'tve_revision_tve_landing_page',''),(13984,1254,'tve_revision_tve_disable_theme_dependency',''),(13985,1254,'tve_revision_tve_content_before_more',''),(13986,1254,'tve_revision_tve_content_more_found',''),(13987,1254,'tve_revision_tve_save_post',''),(13988,1254,'tve_revision_tve_custom_css',''),(13989,1254,'tve_revision_tve_user_custom_css',''),(13990,1254,'tve_revision_tve_page_events',''),(13991,1254,'tve_revision_tve_globals',''),(13992,1254,'tve_revision_tve_global_scripts',''),(13993,1254,'tve_revision_thrive_icon_pack',''),(13994,1254,'tve_revision_thrive_tcb_post_fonts',''),(13995,1254,'tve_revision_tve_has_masonry',''),(13996,1254,'tve_revision_tve_has_typefocus',''),(13997,1254,'tve_revision_tve_updated_post',''),(13998,1254,'tve_revision_tve_has_wistia_popover',''),(13999,1254,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14000,1254,'_wp_page_template','default'),(14001,1254,'_elementor_pro_version','3.7.3'),(14002,1254,'_elementor_template_type','wp-page'),(14003,1254,'_elementor_version','3.7.2'),(14004,1254,'_elementor_edit_mode','builder'),(14005,1254,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download.png\",\"id\":1246,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download-3.jpg\",\"id\":1247,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14007,1255,'tve_revision_tve_landing_page',''),(14008,1255,'tve_revision_tve_disable_theme_dependency',''),(14009,1255,'tve_revision_tve_content_before_more',''),(14010,1255,'tve_revision_tve_content_more_found',''),(14011,1255,'tve_revision_tve_save_post',''),(14012,1255,'tve_revision_tve_custom_css',''),(14013,1255,'tve_revision_tve_user_custom_css',''),(14014,1255,'tve_revision_tve_page_events',''),(14015,1255,'tve_revision_tve_globals',''),(14016,1255,'tve_revision_tve_global_scripts',''),(14017,1255,'tve_revision_thrive_icon_pack',''),(14018,1255,'tve_revision_thrive_tcb_post_fonts',''),(14019,1255,'tve_revision_tve_has_masonry',''),(14020,1255,'tve_revision_tve_has_typefocus',''),(14021,1255,'tve_revision_tve_updated_post',''),(14022,1255,'tve_revision_tve_has_wistia_popover',''),(14023,1255,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14024,1255,'_wp_page_template','default'),(14025,1255,'_elementor_pro_version','3.7.3'),(14026,1255,'_elementor_template_type','wp-page'),(14027,1255,'_elementor_version','3.7.2'),(14028,1255,'_elementor_edit_mode','builder'),(14029,1255,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download.png\",\"id\":1246,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download-3.jpg\",\"id\":1247,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14031,1256,'tve_revision_tve_landing_page',''),(14032,1256,'tve_revision_tve_disable_theme_dependency',''),(14033,1256,'tve_revision_tve_content_before_more',''),(14034,1256,'tve_revision_tve_content_more_found',''),(14035,1256,'tve_revision_tve_save_post',''),(14036,1256,'tve_revision_tve_custom_css',''),(14037,1256,'tve_revision_tve_user_custom_css',''),(14038,1256,'tve_revision_tve_page_events',''),(14039,1256,'tve_revision_tve_globals',''),(14040,1256,'tve_revision_tve_global_scripts',''),(14041,1256,'tve_revision_thrive_icon_pack',''),(14042,1256,'tve_revision_thrive_tcb_post_fonts',''),(14043,1256,'tve_revision_tve_has_masonry',''),(14044,1256,'tve_revision_tve_has_typefocus',''),(14045,1256,'tve_revision_tve_updated_post',''),(14046,1256,'tve_revision_tve_has_wistia_popover',''),(14047,1256,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14048,1256,'_wp_page_template','default'),(14049,1256,'_elementor_pro_version','3.7.3'),(14050,1256,'_elementor_template_type','wp-page'),(14051,1256,'_elementor_version','3.7.2'),(14052,1256,'_elementor_edit_mode','builder'),(14053,1256,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download-3.jpg\",\"id\":1247,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14111,1258,'tve_revision_tve_landing_page',''),(14112,1258,'tve_revision_tve_disable_theme_dependency',''),(14113,1258,'tve_revision_tve_content_before_more',''),(14114,1258,'tve_revision_tve_content_more_found',''),(14115,1258,'tve_revision_tve_save_post',''),(14116,1258,'tve_revision_tve_custom_css',''),(14117,1258,'tve_revision_tve_user_custom_css',''),(14118,1258,'tve_revision_tve_page_events',''),(14119,1258,'tve_revision_tve_globals',''),(14120,1258,'tve_revision_tve_global_scripts',''),(14121,1258,'tve_revision_thrive_icon_pack',''),(14122,1258,'tve_revision_thrive_tcb_post_fonts',''),(14123,1258,'tve_revision_tve_has_masonry',''),(14124,1258,'tve_revision_tve_has_typefocus',''),(14125,1258,'tve_revision_tve_updated_post',''),(14126,1258,'tve_revision_tve_has_wistia_popover',''),(14127,1258,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14128,1258,'_wp_page_template','default'),(14129,1258,'_elementor_pro_version','3.7.3'),(14130,1258,'_elementor_template_type','wp-page'),(14131,1258,'_elementor_version','3.7.2'),(14132,1258,'_elementor_edit_mode','builder'),(14133,1258,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download-3.jpg\",\"id\":1247,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14135,1259,'tve_revision_tve_landing_page',''),(14136,1259,'tve_revision_tve_disable_theme_dependency',''),(14137,1259,'tve_revision_tve_content_before_more',''),(14138,1259,'tve_revision_tve_content_more_found',''),(14139,1259,'tve_revision_tve_save_post',''),(14140,1259,'tve_revision_tve_custom_css',''),(14141,1259,'tve_revision_tve_user_custom_css',''),(14142,1259,'tve_revision_tve_page_events',''),(14143,1259,'tve_revision_tve_globals',''),(14144,1259,'tve_revision_tve_global_scripts',''),(14145,1259,'tve_revision_thrive_icon_pack',''),(14146,1259,'tve_revision_thrive_tcb_post_fonts',''),(14147,1259,'tve_revision_tve_has_masonry',''),(14148,1259,'tve_revision_tve_has_typefocus',''),(14149,1259,'tve_revision_tve_updated_post',''),(14150,1259,'tve_revision_tve_has_wistia_popover',''),(14151,1259,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14152,1259,'_wp_page_template','default'),(14153,1259,'_elementor_pro_version','3.7.3'),(14154,1259,'_elementor_template_type','wp-page'),(14155,1259,'_elementor_version','3.7.2'),(14156,1259,'_elementor_edit_mode','builder'),(14157,1259,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/download-3.jpg\",\"id\":1247,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14159,1260,'tve_revision_tve_landing_page',''),(14160,1260,'tve_revision_tve_disable_theme_dependency',''),(14161,1260,'tve_revision_tve_content_before_more',''),(14162,1260,'tve_revision_tve_content_more_found',''),(14163,1260,'tve_revision_tve_save_post',''),(14164,1260,'tve_revision_tve_custom_css',''),(14165,1260,'tve_revision_tve_user_custom_css',''),(14166,1260,'tve_revision_tve_page_events',''),(14167,1260,'tve_revision_tve_globals',''),(14168,1260,'tve_revision_tve_global_scripts',''),(14169,1260,'tve_revision_thrive_icon_pack',''),(14170,1260,'tve_revision_thrive_tcb_post_fonts',''),(14171,1260,'tve_revision_tve_has_masonry',''),(14172,1260,'tve_revision_tve_has_typefocus',''),(14173,1260,'tve_revision_tve_updated_post',''),(14174,1260,'tve_revision_tve_has_wistia_popover',''),(14175,1260,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14176,1260,'_wp_page_template','default'),(14177,1260,'_elementor_pro_version','3.7.3'),(14178,1260,'_elementor_template_type','wp-page'),(14179,1260,'_elementor_version','3.7.2'),(14180,1260,'_elementor_edit_mode','builder'),(14181,1260,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14239,1262,'tve_revision_tve_landing_page',''),(14240,1262,'tve_revision_tve_disable_theme_dependency',''),(14241,1262,'tve_revision_tve_content_before_more',''),(14242,1262,'tve_revision_tve_content_more_found',''),(14243,1262,'tve_revision_tve_save_post',''),(14244,1262,'tve_revision_tve_custom_css',''),(14245,1262,'tve_revision_tve_user_custom_css',''),(14246,1262,'tve_revision_tve_page_events',''),(14247,1262,'tve_revision_tve_globals',''),(14248,1262,'tve_revision_tve_global_scripts',''),(14249,1262,'tve_revision_thrive_icon_pack',''),(14250,1262,'tve_revision_thrive_tcb_post_fonts',''),(14251,1262,'tve_revision_tve_has_masonry',''),(14252,1262,'tve_revision_tve_has_typefocus',''),(14253,1262,'tve_revision_tve_updated_post',''),(14254,1262,'tve_revision_tve_has_wistia_popover',''),(14255,1262,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14256,1262,'_wp_page_template','default'),(14257,1262,'_elementor_pro_version','3.7.3'),(14258,1262,'_elementor_template_type','wp-page'),(14259,1262,'_elementor_version','3.7.2'),(14260,1262,'_elementor_edit_mode','builder'),(14261,1262,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14263,1263,'tve_revision_tve_landing_page',''),(14264,1263,'tve_revision_tve_disable_theme_dependency',''),(14265,1263,'tve_revision_tve_content_before_more',''),(14266,1263,'tve_revision_tve_content_more_found',''),(14267,1263,'tve_revision_tve_save_post',''),(14268,1263,'tve_revision_tve_custom_css',''),(14269,1263,'tve_revision_tve_user_custom_css',''),(14270,1263,'tve_revision_tve_page_events',''),(14271,1263,'tve_revision_tve_globals',''),(14272,1263,'tve_revision_tve_global_scripts',''),(14273,1263,'tve_revision_thrive_icon_pack',''),(14274,1263,'tve_revision_thrive_tcb_post_fonts',''),(14275,1263,'tve_revision_tve_has_masonry',''),(14276,1263,'tve_revision_tve_has_typefocus',''),(14277,1263,'tve_revision_tve_updated_post',''),(14278,1263,'tve_revision_tve_has_wistia_popover',''),(14279,1263,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14280,1263,'_wp_page_template','default'),(14281,1263,'_elementor_pro_version','3.7.3'),(14282,1263,'_elementor_template_type','wp-page'),(14283,1263,'_elementor_version','3.7.2'),(14284,1263,'_elementor_edit_mode','builder'),(14285,1263,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14287,1264,'tve_revision_tve_landing_page',''),(14288,1264,'tve_revision_tve_disable_theme_dependency',''),(14289,1264,'tve_revision_tve_content_before_more',''),(14290,1264,'tve_revision_tve_content_more_found',''),(14291,1264,'tve_revision_tve_save_post',''),(14292,1264,'tve_revision_tve_custom_css',''),(14293,1264,'tve_revision_tve_user_custom_css',''),(14294,1264,'tve_revision_tve_page_events',''),(14295,1264,'tve_revision_tve_globals',''),(14296,1264,'tve_revision_tve_global_scripts',''),(14297,1264,'tve_revision_thrive_icon_pack',''),(14298,1264,'tve_revision_thrive_tcb_post_fonts',''),(14299,1264,'tve_revision_tve_has_masonry',''),(14300,1264,'tve_revision_tve_has_typefocus',''),(14301,1264,'tve_revision_tve_updated_post',''),(14302,1264,'tve_revision_tve_has_wistia_popover',''),(14303,1264,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14304,1264,'_wp_page_template','default'),(14305,1264,'_elementor_pro_version','3.7.3'),(14306,1264,'_elementor_template_type','wp-page'),(14307,1264,'_elementor_version','3.7.2'),(14308,1264,'_elementor_edit_mode','builder'),(14309,1264,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14311,1265,'tve_revision_tve_landing_page',''),(14312,1265,'tve_revision_tve_disable_theme_dependency',''),(14313,1265,'tve_revision_tve_content_before_more',''),(14314,1265,'tve_revision_tve_content_more_found',''),(14315,1265,'tve_revision_tve_save_post',''),(14316,1265,'tve_revision_tve_custom_css',''),(14317,1265,'tve_revision_tve_user_custom_css',''),(14318,1265,'tve_revision_tve_page_events',''),(14319,1265,'tve_revision_tve_globals',''),(14320,1265,'tve_revision_tve_global_scripts',''),(14321,1265,'tve_revision_thrive_icon_pack',''),(14322,1265,'tve_revision_thrive_tcb_post_fonts',''),(14323,1265,'tve_revision_tve_has_masonry',''),(14324,1265,'tve_revision_tve_has_typefocus',''),(14325,1265,'tve_revision_tve_updated_post',''),(14326,1265,'tve_revision_tve_has_wistia_popover',''),(14327,1265,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14328,1265,'_wp_page_template','default'),(14329,1265,'_elementor_pro_version','3.7.3'),(14330,1265,'_elementor_template_type','wp-page'),(14331,1265,'_elementor_version','3.7.2'),(14332,1265,'_elementor_edit_mode','builder'),(14333,1265,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14335,1266,'tve_revision_tve_landing_page',''),(14336,1266,'tve_revision_tve_disable_theme_dependency',''),(14337,1266,'tve_revision_tve_content_before_more',''),(14338,1266,'tve_revision_tve_content_more_found',''),(14339,1266,'tve_revision_tve_save_post',''),(14340,1266,'tve_revision_tve_custom_css',''),(14341,1266,'tve_revision_tve_user_custom_css',''),(14342,1266,'tve_revision_tve_page_events',''),(14343,1266,'tve_revision_tve_globals',''),(14344,1266,'tve_revision_tve_global_scripts',''),(14345,1266,'tve_revision_thrive_icon_pack',''),(14346,1266,'tve_revision_thrive_tcb_post_fonts',''),(14347,1266,'tve_revision_tve_has_masonry',''),(14348,1266,'tve_revision_tve_has_typefocus',''),(14349,1266,'tve_revision_tve_updated_post',''),(14350,1266,'tve_revision_tve_has_wistia_popover',''),(14351,1266,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14352,1266,'_wp_page_template','default'),(14353,1266,'_elementor_pro_version','3.7.3'),(14354,1266,'_elementor_template_type','wp-page'),(14355,1266,'_elementor_version','3.7.2'),(14356,1266,'_elementor_edit_mode','builder'),(14357,1266,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14359,1267,'tve_revision_tve_landing_page',''),(14360,1267,'tve_revision_tve_disable_theme_dependency',''),(14361,1267,'tve_revision_tve_content_before_more',''),(14362,1267,'tve_revision_tve_content_more_found',''),(14363,1267,'tve_revision_tve_save_post',''),(14364,1267,'tve_revision_tve_custom_css',''),(14365,1267,'tve_revision_tve_user_custom_css',''),(14366,1267,'tve_revision_tve_page_events',''),(14367,1267,'tve_revision_tve_globals',''),(14368,1267,'tve_revision_tve_global_scripts',''),(14369,1267,'tve_revision_thrive_icon_pack',''),(14370,1267,'tve_revision_thrive_tcb_post_fonts',''),(14371,1267,'tve_revision_tve_has_masonry',''),(14372,1267,'tve_revision_tve_has_typefocus',''),(14373,1267,'tve_revision_tve_updated_post',''),(14374,1267,'tve_revision_tve_has_wistia_popover',''),(14375,1267,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14376,1267,'_wp_page_template','default'),(14377,1267,'_elementor_pro_version','3.7.3'),(14378,1267,'_elementor_template_type','wp-page'),(14379,1267,'_elementor_version','3.7.2'),(14380,1267,'_elementor_edit_mode','builder'),(14381,1267,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14439,1269,'tve_revision_tve_landing_page',''),(14440,1269,'tve_revision_tve_disable_theme_dependency',''),(14441,1269,'tve_revision_tve_content_before_more',''),(14442,1269,'tve_revision_tve_content_more_found',''),(14443,1269,'tve_revision_tve_save_post',''),(14444,1269,'tve_revision_tve_custom_css',''),(14445,1269,'tve_revision_tve_user_custom_css',''),(14446,1269,'tve_revision_tve_page_events',''),(14447,1269,'tve_revision_tve_globals',''),(14448,1269,'tve_revision_tve_global_scripts',''),(14449,1269,'tve_revision_thrive_icon_pack',''),(14450,1269,'tve_revision_thrive_tcb_post_fonts',''),(14451,1269,'tve_revision_tve_has_masonry',''),(14452,1269,'tve_revision_tve_has_typefocus',''),(14453,1269,'tve_revision_tve_updated_post',''),(14454,1269,'tve_revision_tve_has_wistia_popover',''),(14455,1269,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14456,1269,'_wp_page_template','default'),(14457,1269,'_elementor_pro_version','3.7.3'),(14458,1269,'_elementor_template_type','wp-page'),(14459,1269,'_elementor_version','3.7.2'),(14460,1269,'_elementor_edit_mode','builder'),(14461,1269,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14463,1270,'tve_revision_tve_landing_page',''),(14464,1270,'tve_revision_tve_disable_theme_dependency',''),(14465,1270,'tve_revision_tve_content_before_more',''),(14466,1270,'tve_revision_tve_content_more_found',''),(14467,1270,'tve_revision_tve_save_post',''),(14468,1270,'tve_revision_tve_custom_css',''),(14469,1270,'tve_revision_tve_user_custom_css',''),(14470,1270,'tve_revision_tve_page_events',''),(14471,1270,'tve_revision_tve_globals',''),(14472,1270,'tve_revision_tve_global_scripts',''),(14473,1270,'tve_revision_thrive_icon_pack',''),(14474,1270,'tve_revision_thrive_tcb_post_fonts',''),(14475,1270,'tve_revision_tve_has_masonry',''),(14476,1270,'tve_revision_tve_has_typefocus',''),(14477,1270,'tve_revision_tve_updated_post',''),(14478,1270,'tve_revision_tve_has_wistia_popover',''),(14479,1270,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14480,1270,'_wp_page_template','default'),(14481,1270,'_elementor_pro_version','3.7.3'),(14482,1270,'_elementor_template_type','wp-page'),(14483,1270,'_elementor_version','3.7.2'),(14484,1270,'_elementor_edit_mode','builder'),(14485,1270,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":677,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"d0fdecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a26450d\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Enter your title\",\"sub_heading\":\"Enter your description\",\"price\":\"39.99\",\"period\":\"Monthly\",\"features_list\":[{\"item_text\":\"List Item #1\",\"_id\":\"3b061a7\"},{\"item_text\":\"List Item #2\",\"_id\":\"cc8a173\"},{\"item_text\":\"List Item #3\",\"_id\":\"54b6174\"}],\"button_text\":\"Click Here\",\"footer_additional_info\":\"This is text element\",\"ribbon_title\":\"Popular\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14487,1271,'tve_revision_tve_landing_page',''),(14488,1271,'tve_revision_tve_disable_theme_dependency',''),(14489,1271,'tve_revision_tve_content_before_more',''),(14490,1271,'tve_revision_tve_content_more_found',''),(14491,1271,'tve_revision_tve_save_post',''),(14492,1271,'tve_revision_tve_custom_css',''),(14493,1271,'tve_revision_tve_user_custom_css',''),(14494,1271,'tve_revision_tve_page_events',''),(14495,1271,'tve_revision_tve_globals',''),(14496,1271,'tve_revision_tve_global_scripts',''),(14497,1271,'tve_revision_thrive_icon_pack',''),(14498,1271,'tve_revision_thrive_tcb_post_fonts',''),(14499,1271,'tve_revision_tve_has_masonry',''),(14500,1271,'tve_revision_tve_has_typefocus',''),(14501,1271,'tve_revision_tve_updated_post',''),(14502,1271,'tve_revision_tve_has_wistia_popover',''),(14503,1271,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14504,1271,'_wp_page_template','default'),(14505,1271,'_elementor_pro_version','3.7.3'),(14506,1271,'_elementor_template_type','wp-page'),(14507,1271,'_elementor_version','3.7.2'),(14508,1271,'_elementor_edit_mode','builder'),(14509,1271,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14511,1272,'tve_revision_tve_landing_page',''),(14512,1272,'tve_revision_tve_disable_theme_dependency',''),(14513,1272,'tve_revision_tve_content_before_more',''),(14514,1272,'tve_revision_tve_content_more_found',''),(14515,1272,'tve_revision_tve_save_post',''),(14516,1272,'tve_revision_tve_custom_css',''),(14517,1272,'tve_revision_tve_user_custom_css',''),(14518,1272,'tve_revision_tve_page_events',''),(14519,1272,'tve_revision_tve_globals',''),(14520,1272,'tve_revision_tve_global_scripts',''),(14521,1272,'tve_revision_thrive_icon_pack',''),(14522,1272,'tve_revision_thrive_tcb_post_fonts',''),(14523,1272,'tve_revision_tve_has_masonry',''),(14524,1272,'tve_revision_tve_has_typefocus',''),(14525,1272,'tve_revision_tve_updated_post',''),(14526,1272,'tve_revision_tve_has_wistia_popover',''),(14527,1272,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14528,1272,'_wp_page_template','default'),(14529,1272,'_elementor_pro_version','3.7.3'),(14530,1272,'_elementor_template_type','wp-page'),(14531,1272,'_elementor_version','3.7.2'),(14532,1272,'_elementor_edit_mode','builder'),(14533,1272,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14535,1273,'tve_revision_tve_landing_page',''),(14536,1273,'tve_revision_tve_disable_theme_dependency',''),(14537,1273,'tve_revision_tve_content_before_more',''),(14538,1273,'tve_revision_tve_content_more_found',''),(14539,1273,'tve_revision_tve_save_post',''),(14540,1273,'tve_revision_tve_custom_css',''),(14541,1273,'tve_revision_tve_user_custom_css',''),(14542,1273,'tve_revision_tve_page_events',''),(14543,1273,'tve_revision_tve_globals',''),(14544,1273,'tve_revision_tve_global_scripts',''),(14545,1273,'tve_revision_thrive_icon_pack',''),(14546,1273,'tve_revision_thrive_tcb_post_fonts',''),(14547,1273,'tve_revision_tve_has_masonry',''),(14548,1273,'tve_revision_tve_has_typefocus',''),(14549,1273,'tve_revision_tve_updated_post',''),(14550,1273,'tve_revision_tve_has_wistia_popover',''),(14551,1273,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14552,1273,'_wp_page_template','default'),(14553,1273,'_elementor_pro_version','3.7.3'),(14554,1273,'_elementor_template_type','wp-page'),(14555,1273,'_elementor_version','3.7.2'),(14556,1273,'_elementor_edit_mode','builder'),(14557,1273,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14559,1274,'tve_revision_tve_landing_page',''),(14560,1274,'tve_revision_tve_disable_theme_dependency',''),(14561,1274,'tve_revision_tve_content_before_more',''),(14562,1274,'tve_revision_tve_content_more_found',''),(14563,1274,'tve_revision_tve_save_post',''),(14564,1274,'tve_revision_tve_custom_css',''),(14565,1274,'tve_revision_tve_user_custom_css',''),(14566,1274,'tve_revision_tve_page_events',''),(14567,1274,'tve_revision_tve_globals',''),(14568,1274,'tve_revision_tve_global_scripts',''),(14569,1274,'tve_revision_thrive_icon_pack',''),(14570,1274,'tve_revision_thrive_tcb_post_fonts',''),(14571,1274,'tve_revision_tve_has_masonry',''),(14572,1274,'tve_revision_tve_has_typefocus',''),(14573,1274,'tve_revision_tve_updated_post',''),(14574,1274,'tve_revision_tve_has_wistia_popover',''),(14575,1274,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14576,1274,'_wp_page_template','default'),(14577,1274,'_elementor_pro_version','3.7.3'),(14578,1274,'_elementor_template_type','wp-page'),(14579,1274,'_elementor_version','3.7.2'),(14580,1274,'_elementor_edit_mode','builder'),(14581,1274,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14583,1275,'tve_revision_tve_landing_page',''),(14584,1275,'tve_revision_tve_disable_theme_dependency',''),(14585,1275,'tve_revision_tve_content_before_more',''),(14586,1275,'tve_revision_tve_content_more_found',''),(14587,1275,'tve_revision_tve_save_post',''),(14588,1275,'tve_revision_tve_custom_css',''),(14589,1275,'tve_revision_tve_user_custom_css',''),(14590,1275,'tve_revision_tve_page_events',''),(14591,1275,'tve_revision_tve_globals',''),(14592,1275,'tve_revision_tve_global_scripts',''),(14593,1275,'tve_revision_thrive_icon_pack',''),(14594,1275,'tve_revision_thrive_tcb_post_fonts',''),(14595,1275,'tve_revision_tve_has_masonry',''),(14596,1275,'tve_revision_tve_has_typefocus',''),(14597,1275,'tve_revision_tve_updated_post',''),(14598,1275,'tve_revision_tve_has_wistia_popover',''),(14599,1275,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14600,1275,'_wp_page_template','default'),(14601,1275,'_elementor_pro_version','3.7.3'),(14602,1275,'_elementor_template_type','wp-page'),(14603,1275,'_elementor_version','3.7.2'),(14604,1275,'_elementor_edit_mode','builder'),(14605,1275,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14607,1276,'tve_revision_tve_landing_page',''),(14608,1276,'tve_revision_tve_disable_theme_dependency',''),(14609,1276,'tve_revision_tve_content_before_more',''),(14610,1276,'tve_revision_tve_content_more_found',''),(14611,1276,'tve_revision_tve_save_post',''),(14612,1276,'tve_revision_tve_custom_css',''),(14613,1276,'tve_revision_tve_user_custom_css',''),(14614,1276,'tve_revision_tve_page_events',''),(14615,1276,'tve_revision_tve_globals',''),(14616,1276,'tve_revision_tve_global_scripts',''),(14617,1276,'tve_revision_thrive_icon_pack',''),(14618,1276,'tve_revision_thrive_tcb_post_fonts',''),(14619,1276,'tve_revision_tve_has_masonry',''),(14620,1276,'tve_revision_tve_has_typefocus',''),(14621,1276,'tve_revision_tve_updated_post',''),(14622,1276,'tve_revision_tve_has_wistia_popover',''),(14623,1276,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14624,1276,'_wp_page_template','default'),(14625,1276,'_elementor_pro_version','3.7.3'),(14626,1276,'_elementor_template_type','wp-page'),(14627,1276,'_elementor_version','3.7.2'),(14628,1276,'_elementor_edit_mode','builder'),(14629,1276,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14631,1277,'tve_revision_tve_landing_page',''),(14632,1277,'tve_revision_tve_disable_theme_dependency',''),(14633,1277,'tve_revision_tve_content_before_more',''),(14634,1277,'tve_revision_tve_content_more_found',''),(14635,1277,'tve_revision_tve_save_post',''),(14636,1277,'tve_revision_tve_custom_css',''),(14637,1277,'tve_revision_tve_user_custom_css',''),(14638,1277,'tve_revision_tve_page_events',''),(14639,1277,'tve_revision_tve_globals',''),(14640,1277,'tve_revision_tve_global_scripts',''),(14641,1277,'tve_revision_thrive_icon_pack',''),(14642,1277,'tve_revision_thrive_tcb_post_fonts',''),(14643,1277,'tve_revision_tve_has_masonry',''),(14644,1277,'tve_revision_tve_has_typefocus',''),(14645,1277,'tve_revision_tve_updated_post',''),(14646,1277,'tve_revision_tve_has_wistia_popover',''),(14647,1277,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14648,1277,'_wp_page_template','default'),(14649,1277,'_elementor_pro_version','3.7.3'),(14650,1277,'_elementor_template_type','wp-page'),(14651,1277,'_elementor_version','3.7.2'),(14652,1277,'_elementor_edit_mode','builder'),(14653,1277,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14655,1278,'tve_revision_tve_landing_page',''),(14656,1278,'tve_revision_tve_disable_theme_dependency',''),(14657,1278,'tve_revision_tve_content_before_more',''),(14658,1278,'tve_revision_tve_content_more_found',''),(14659,1278,'tve_revision_tve_save_post',''),(14660,1278,'tve_revision_tve_custom_css',''),(14661,1278,'tve_revision_tve_user_custom_css',''),(14662,1278,'tve_revision_tve_page_events',''),(14663,1278,'tve_revision_tve_globals',''),(14664,1278,'tve_revision_tve_global_scripts',''),(14665,1278,'tve_revision_thrive_icon_pack',''),(14666,1278,'tve_revision_thrive_tcb_post_fonts',''),(14667,1278,'tve_revision_tve_has_masonry',''),(14668,1278,'tve_revision_tve_has_typefocus',''),(14669,1278,'tve_revision_tve_updated_post',''),(14670,1278,'tve_revision_tve_has_wistia_popover',''),(14671,1278,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14672,1278,'_wp_page_template','default'),(14673,1278,'_elementor_pro_version','3.7.3'),(14674,1278,'_elementor_template_type','wp-page'),(14675,1278,'_elementor_version','3.7.2'),(14676,1278,'_elementor_edit_mode','builder'),(14677,1278,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14679,1279,'tve_revision_tve_landing_page',''),(14680,1279,'tve_revision_tve_disable_theme_dependency',''),(14681,1279,'tve_revision_tve_content_before_more',''),(14682,1279,'tve_revision_tve_content_more_found',''),(14683,1279,'tve_revision_tve_save_post',''),(14684,1279,'tve_revision_tve_custom_css',''),(14685,1279,'tve_revision_tve_user_custom_css',''),(14686,1279,'tve_revision_tve_page_events',''),(14687,1279,'tve_revision_tve_globals',''),(14688,1279,'tve_revision_tve_global_scripts',''),(14689,1279,'tve_revision_thrive_icon_pack',''),(14690,1279,'tve_revision_thrive_tcb_post_fonts',''),(14691,1279,'tve_revision_tve_has_masonry',''),(14692,1279,'tve_revision_tve_has_typefocus',''),(14693,1279,'tve_revision_tve_updated_post',''),(14694,1279,'tve_revision_tve_has_wistia_popover',''),(14695,1279,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14696,1279,'_wp_page_template','default'),(14697,1279,'_elementor_pro_version','3.7.3'),(14698,1279,'_elementor_template_type','wp-page'),(14699,1279,'_elementor_version','3.7.2'),(14700,1279,'_elementor_edit_mode','builder'),(14701,1279,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"b601148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf5c5a4\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"Lets help reach your users with WhatsApp Marketing\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Access to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14703,1280,'tve_revision_tve_landing_page',''),(14704,1280,'tve_revision_tve_disable_theme_dependency',''),(14705,1280,'tve_revision_tve_content_before_more',''),(14706,1280,'tve_revision_tve_content_more_found',''),(14707,1280,'tve_revision_tve_save_post',''),(14708,1280,'tve_revision_tve_custom_css',''),(14709,1280,'tve_revision_tve_user_custom_css',''),(14710,1280,'tve_revision_tve_page_events',''),(14711,1280,'tve_revision_tve_globals',''),(14712,1280,'tve_revision_tve_global_scripts',''),(14713,1280,'tve_revision_thrive_icon_pack',''),(14714,1280,'tve_revision_thrive_tcb_post_fonts',''),(14715,1280,'tve_revision_tve_has_masonry',''),(14716,1280,'tve_revision_tve_has_typefocus',''),(14717,1280,'tve_revision_tve_updated_post',''),(14718,1280,'tve_revision_tve_has_wistia_popover',''),(14719,1280,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14720,1280,'_wp_page_template','default'),(14721,1280,'_elementor_pro_version','3.7.3'),(14722,1280,'_elementor_template_type','wp-page'),(14723,1280,'_elementor_version','3.7.2'),(14724,1280,'_elementor_edit_mode','builder');
INSERT INTO `wpjn_postmeta` VALUES (14725,1280,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14727,1281,'tve_revision_tve_landing_page',''),(14728,1281,'tve_revision_tve_disable_theme_dependency',''),(14729,1281,'tve_revision_tve_content_before_more',''),(14730,1281,'tve_revision_tve_content_more_found',''),(14731,1281,'tve_revision_tve_save_post',''),(14732,1281,'tve_revision_tve_custom_css',''),(14733,1281,'tve_revision_tve_user_custom_css',''),(14734,1281,'tve_revision_tve_page_events',''),(14735,1281,'tve_revision_tve_globals',''),(14736,1281,'tve_revision_tve_global_scripts',''),(14737,1281,'tve_revision_thrive_icon_pack',''),(14738,1281,'tve_revision_thrive_tcb_post_fonts',''),(14739,1281,'tve_revision_tve_has_masonry',''),(14740,1281,'tve_revision_tve_has_typefocus',''),(14741,1281,'tve_revision_tve_updated_post',''),(14742,1281,'tve_revision_tve_has_wistia_popover',''),(14743,1281,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14744,1281,'_wp_page_template','default'),(14745,1281,'_elementor_pro_version','3.7.3'),(14746,1281,'_elementor_template_type','wp-page'),(14747,1281,'_elementor_version','3.7.2'),(14748,1281,'_elementor_edit_mode','builder'),(14749,1281,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14751,1282,'tve_revision_tve_landing_page',''),(14752,1282,'tve_revision_tve_disable_theme_dependency',''),(14753,1282,'tve_revision_tve_content_before_more',''),(14754,1282,'tve_revision_tve_content_more_found',''),(14755,1282,'tve_revision_tve_save_post',''),(14756,1282,'tve_revision_tve_custom_css',''),(14757,1282,'tve_revision_tve_user_custom_css',''),(14758,1282,'tve_revision_tve_page_events',''),(14759,1282,'tve_revision_tve_globals',''),(14760,1282,'tve_revision_tve_global_scripts',''),(14761,1282,'tve_revision_thrive_icon_pack',''),(14762,1282,'tve_revision_thrive_tcb_post_fonts',''),(14763,1282,'tve_revision_tve_has_masonry',''),(14764,1282,'tve_revision_tve_has_typefocus',''),(14765,1282,'tve_revision_tve_updated_post',''),(14766,1282,'tve_revision_tve_has_wistia_popover',''),(14767,1282,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14768,1282,'_wp_page_template','default'),(14769,1282,'_elementor_pro_version','3.7.3'),(14770,1282,'_elementor_template_type','wp-page'),(14771,1282,'_elementor_version','3.7.2'),(14772,1282,'_elementor_edit_mode','builder'),(14773,1282,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14775,1283,'tve_revision_tve_landing_page',''),(14776,1283,'tve_revision_tve_disable_theme_dependency',''),(14777,1283,'tve_revision_tve_content_before_more',''),(14778,1283,'tve_revision_tve_content_more_found',''),(14779,1283,'tve_revision_tve_save_post',''),(14780,1283,'tve_revision_tve_custom_css',''),(14781,1283,'tve_revision_tve_user_custom_css',''),(14782,1283,'tve_revision_tve_page_events',''),(14783,1283,'tve_revision_tve_globals',''),(14784,1283,'tve_revision_tve_global_scripts',''),(14785,1283,'tve_revision_thrive_icon_pack',''),(14786,1283,'tve_revision_thrive_tcb_post_fonts',''),(14787,1283,'tve_revision_tve_has_masonry',''),(14788,1283,'tve_revision_tve_has_typefocus',''),(14789,1283,'tve_revision_tve_updated_post',''),(14790,1283,'tve_revision_tve_has_wistia_popover',''),(14791,1283,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14792,1283,'_wp_page_template','default'),(14793,1283,'_elementor_pro_version','3.7.3'),(14794,1283,'_elementor_template_type','wp-page'),(14795,1283,'_elementor_version','3.7.2'),(14796,1283,'_elementor_edit_mode','builder'),(14797,1283,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14799,1284,'_wp_attached_file','2022/08/Lead-Gen.gif'),(14800,1284,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1438;s:6:\"height\";i:810;s:4:\"file\";s:20:\"2022/08/Lead-Gen.gif\";s:8:\"filesize\";i:62077028;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14801,1285,'_wp_attached_file','2022/08/3.png'),(14802,1285,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:13:\"2022/08/3.png\";s:8:\"filesize\";i:388886;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49251;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-1024x577.png\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21317;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176281;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"3-1536x865.png\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:435445;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:13:\"3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14803,1286,'_wp_attached_file','2022/08/4.png'),(14804,1286,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:924;s:4:\"file\";s:13:\"2022/08/4.png\";s:8:\"filesize\";i:1311775;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75775;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"4-1024x577.png\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:540348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41152;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"4-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:336263;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"4-1536x865.png\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1057365;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:13:\"4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21350;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14805,1287,'_wp_attached_file','2022/08/0-1.jpg'),(14806,1287,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:385;s:4:\"file\";s:15:\"2022/08/0-1.jpg\";s:8:\"filesize\";i:180652;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"0-1-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16887;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"0-1-1024x329.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"0-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:16742;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"0-1-768x246.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37725;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:15:\"0-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:13639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14895,1289,'tve_revision_tve_landing_page',''),(14896,1289,'tve_revision_tve_disable_theme_dependency',''),(14897,1289,'tve_revision_tve_content_before_more',''),(14898,1289,'tve_revision_tve_content_more_found',''),(14899,1289,'tve_revision_tve_save_post',''),(14900,1289,'tve_revision_tve_custom_css',''),(14901,1289,'tve_revision_tve_user_custom_css',''),(14902,1289,'tve_revision_tve_page_events',''),(14903,1289,'tve_revision_tve_globals',''),(14904,1289,'tve_revision_tve_global_scripts',''),(14905,1289,'tve_revision_thrive_icon_pack',''),(14906,1289,'tve_revision_thrive_tcb_post_fonts',''),(14907,1289,'tve_revision_tve_has_masonry',''),(14908,1289,'tve_revision_tve_has_typefocus',''),(14909,1289,'tve_revision_tve_updated_post',''),(14910,1289,'tve_revision_tve_has_wistia_popover',''),(14911,1289,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14912,1289,'_wp_page_template','default'),(14913,1289,'_elementor_pro_version','3.7.3'),(14914,1289,'_elementor_template_type','wp-page'),(14915,1289,'_elementor_version','3.7.2'),(14916,1289,'_elementor_edit_mode','builder'),(14917,1289,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14919,1290,'tve_revision_tve_landing_page',''),(14920,1290,'tve_revision_tve_disable_theme_dependency',''),(14921,1290,'tve_revision_tve_content_before_more',''),(14922,1290,'tve_revision_tve_content_more_found',''),(14923,1290,'tve_revision_tve_save_post',''),(14924,1290,'tve_revision_tve_custom_css',''),(14925,1290,'tve_revision_tve_user_custom_css',''),(14926,1290,'tve_revision_tve_page_events',''),(14927,1290,'tve_revision_tve_globals',''),(14928,1290,'tve_revision_tve_global_scripts',''),(14929,1290,'tve_revision_thrive_icon_pack',''),(14930,1290,'tve_revision_thrive_tcb_post_fonts',''),(14931,1290,'tve_revision_tve_has_masonry',''),(14932,1290,'tve_revision_tve_has_typefocus',''),(14933,1290,'tve_revision_tve_updated_post',''),(14934,1290,'tve_revision_tve_has_wistia_popover',''),(14935,1290,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14936,1290,'_wp_page_template','default'),(14937,1290,'_elementor_pro_version','3.7.3'),(14938,1290,'_elementor_template_type','wp-page'),(14939,1290,'_elementor_version','3.7.2'),(14940,1290,'_elementor_edit_mode','builder'),(14941,1290,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"Click Here\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 2 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\"},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14943,1291,'tve_revision_tve_landing_page',''),(14944,1291,'tve_revision_tve_disable_theme_dependency',''),(14945,1291,'tve_revision_tve_content_before_more',''),(14946,1291,'tve_revision_tve_content_more_found',''),(14947,1291,'tve_revision_tve_save_post',''),(14948,1291,'tve_revision_tve_custom_css',''),(14949,1291,'tve_revision_tve_user_custom_css',''),(14950,1291,'tve_revision_tve_page_events',''),(14951,1291,'tve_revision_tve_globals',''),(14952,1291,'tve_revision_tve_global_scripts',''),(14953,1291,'tve_revision_thrive_icon_pack',''),(14954,1291,'tve_revision_thrive_tcb_post_fonts',''),(14955,1291,'tve_revision_tve_has_masonry',''),(14956,1291,'tve_revision_tve_has_typefocus',''),(14957,1291,'tve_revision_tve_updated_post',''),(14958,1291,'tve_revision_tve_has_wistia_popover',''),(14959,1291,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14960,1291,'_wp_page_template','default'),(14961,1291,'_elementor_pro_version','3.7.3'),(14962,1291,'_elementor_template_type','wp-page'),(14963,1291,'_elementor_version','3.7.2'),(14964,1291,'_elementor_edit_mode','builder'),(14965,1291,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14967,1292,'tve_revision_tve_landing_page',''),(14968,1292,'tve_revision_tve_disable_theme_dependency',''),(14969,1292,'tve_revision_tve_content_before_more',''),(14970,1292,'tve_revision_tve_content_more_found',''),(14971,1292,'tve_revision_tve_save_post',''),(14972,1292,'tve_revision_tve_custom_css',''),(14973,1292,'tve_revision_tve_user_custom_css',''),(14974,1292,'tve_revision_tve_page_events',''),(14975,1292,'tve_revision_tve_globals',''),(14976,1292,'tve_revision_tve_global_scripts',''),(14977,1292,'tve_revision_thrive_icon_pack',''),(14978,1292,'tve_revision_thrive_tcb_post_fonts',''),(14979,1292,'tve_revision_tve_has_masonry',''),(14980,1292,'tve_revision_tve_has_typefocus',''),(14981,1292,'tve_revision_tve_updated_post',''),(14982,1292,'tve_revision_tve_has_wistia_popover',''),(14983,1292,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(14984,1292,'_wp_page_template','default'),(14985,1292,'_elementor_pro_version','3.7.3'),(14986,1292,'_elementor_template_type','wp-page'),(14987,1292,'_elementor_version','3.7.2'),(14988,1292,'_elementor_edit_mode','builder'),(14989,1292,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(14991,1293,'tve_revision_tve_landing_page',''),(14992,1293,'tve_revision_tve_disable_theme_dependency',''),(14993,1293,'tve_revision_tve_content_before_more',''),(14994,1293,'tve_revision_tve_content_more_found',''),(14995,1293,'tve_revision_tve_save_post',''),(14996,1293,'tve_revision_tve_custom_css',''),(14997,1293,'tve_revision_tve_user_custom_css',''),(14998,1293,'tve_revision_tve_page_events',''),(14999,1293,'tve_revision_tve_globals',''),(15000,1293,'tve_revision_tve_global_scripts',''),(15001,1293,'tve_revision_thrive_icon_pack',''),(15002,1293,'tve_revision_thrive_tcb_post_fonts',''),(15003,1293,'tve_revision_tve_has_masonry',''),(15004,1293,'tve_revision_tve_has_typefocus',''),(15005,1293,'tve_revision_tve_updated_post',''),(15006,1293,'tve_revision_tve_has_wistia_popover',''),(15007,1293,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15008,1293,'_wp_page_template','default'),(15009,1293,'_elementor_pro_version','3.7.3'),(15010,1293,'_elementor_template_type','wp-page'),(15011,1293,'_elementor_version','3.7.2'),(15012,1293,'_elementor_edit_mode','builder'),(15013,1293,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15015,1294,'tve_revision_tve_landing_page',''),(15016,1294,'tve_revision_tve_disable_theme_dependency',''),(15017,1294,'tve_revision_tve_content_before_more',''),(15018,1294,'tve_revision_tve_content_more_found',''),(15019,1294,'tve_revision_tve_save_post',''),(15020,1294,'tve_revision_tve_custom_css',''),(15021,1294,'tve_revision_tve_user_custom_css',''),(15022,1294,'tve_revision_tve_page_events',''),(15023,1294,'tve_revision_tve_globals',''),(15024,1294,'tve_revision_tve_global_scripts',''),(15025,1294,'tve_revision_thrive_icon_pack',''),(15026,1294,'tve_revision_thrive_tcb_post_fonts',''),(15027,1294,'tve_revision_tve_has_masonry',''),(15028,1294,'tve_revision_tve_has_typefocus',''),(15029,1294,'tve_revision_tve_updated_post',''),(15030,1294,'tve_revision_tve_has_wistia_popover',''),(15031,1294,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15032,1294,'_wp_page_template','default'),(15033,1294,'_elementor_pro_version','3.7.3'),(15034,1294,'_elementor_template_type','wp-page'),(15035,1294,'_elementor_version','3.7.2'),(15036,1294,'_elementor_edit_mode','builder'),(15037,1294,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15159,1296,'tve_revision_tve_landing_page',''),(15160,1296,'tve_revision_tve_disable_theme_dependency',''),(15161,1296,'tve_revision_tve_content_before_more',''),(15162,1296,'tve_revision_tve_content_more_found',''),(15163,1296,'tve_revision_tve_save_post',''),(15164,1296,'tve_revision_tve_custom_css',''),(15165,1296,'tve_revision_tve_user_custom_css',''),(15166,1296,'tve_revision_tve_page_events',''),(15167,1296,'tve_revision_tve_globals',''),(15168,1296,'tve_revision_tve_global_scripts',''),(15169,1296,'tve_revision_thrive_icon_pack',''),(15170,1296,'tve_revision_thrive_tcb_post_fonts',''),(15171,1296,'tve_revision_tve_has_masonry',''),(15172,1296,'tve_revision_tve_has_typefocus',''),(15173,1296,'tve_revision_tve_updated_post',''),(15174,1296,'tve_revision_tve_has_wistia_popover',''),(15175,1296,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15176,1296,'_wp_page_template','default'),(15177,1296,'_elementor_pro_version','3.7.3'),(15178,1296,'_elementor_template_type','wp-page'),(15179,1296,'_elementor_version','3.7.2'),(15180,1296,'_elementor_edit_mode','builder'),(15181,1296,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15183,1297,'tve_revision_tve_landing_page',''),(15184,1297,'tve_revision_tve_disable_theme_dependency',''),(15185,1297,'tve_revision_tve_content_before_more',''),(15186,1297,'tve_revision_tve_content_more_found',''),(15187,1297,'tve_revision_tve_save_post',''),(15188,1297,'tve_revision_tve_custom_css',''),(15189,1297,'tve_revision_tve_user_custom_css',''),(15190,1297,'tve_revision_tve_page_events',''),(15191,1297,'tve_revision_tve_globals',''),(15192,1297,'tve_revision_tve_global_scripts',''),(15193,1297,'tve_revision_thrive_icon_pack',''),(15194,1297,'tve_revision_thrive_tcb_post_fonts',''),(15195,1297,'tve_revision_tve_has_masonry',''),(15196,1297,'tve_revision_tve_has_typefocus',''),(15197,1297,'tve_revision_tve_updated_post',''),(15198,1297,'tve_revision_tve_has_wistia_popover',''),(15199,1297,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15200,1297,'_wp_page_template','default'),(15201,1297,'_elementor_pro_version','3.7.3'),(15202,1297,'_elementor_template_type','wp-page'),(15203,1297,'_elementor_version','3.7.2'),(15204,1297,'_elementor_edit_mode','builder'),(15205,1297,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"Slide 3 Heading\",\"description\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"button_text\":\"Click Here\",\"background_color\":\"#1abc9c\",\"_id\":\"0bd8cd6\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15207,1298,'tve_revision_tve_landing_page',''),(15208,1298,'tve_revision_tve_disable_theme_dependency',''),(15209,1298,'tve_revision_tve_content_before_more',''),(15210,1298,'tve_revision_tve_content_more_found',''),(15211,1298,'tve_revision_tve_save_post',''),(15212,1298,'tve_revision_tve_custom_css',''),(15213,1298,'tve_revision_tve_user_custom_css',''),(15214,1298,'tve_revision_tve_page_events',''),(15215,1298,'tve_revision_tve_globals',''),(15216,1298,'tve_revision_tve_global_scripts',''),(15217,1298,'tve_revision_thrive_icon_pack',''),(15218,1298,'tve_revision_thrive_tcb_post_fonts',''),(15219,1298,'tve_revision_tve_has_masonry',''),(15220,1298,'tve_revision_tve_has_typefocus',''),(15221,1298,'tve_revision_tve_updated_post',''),(15222,1298,'tve_revision_tve_has_wistia_popover',''),(15223,1298,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15224,1298,'_wp_page_template','default'),(15225,1298,'_elementor_pro_version','3.7.3'),(15226,1298,'_elementor_template_type','wp-page'),(15227,1298,'_elementor_version','3.7.2'),(15228,1298,'_elementor_edit_mode','builder'),(15229,1298,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15291,1301,'tve_revision_tve_landing_page',''),(15292,1301,'tve_revision_tve_disable_theme_dependency',''),(15293,1301,'tve_revision_tve_content_before_more',''),(15294,1301,'tve_revision_tve_content_more_found',''),(15295,1301,'tve_revision_tve_save_post',''),(15296,1301,'tve_revision_tve_custom_css',''),(15297,1301,'tve_revision_tve_user_custom_css',''),(15298,1301,'tve_revision_tve_page_events',''),(15299,1301,'tve_revision_tve_globals',''),(15300,1301,'tve_revision_tve_global_scripts',''),(15301,1301,'tve_revision_thrive_icon_pack',''),(15302,1301,'tve_revision_thrive_tcb_post_fonts',''),(15303,1301,'tve_revision_tve_has_masonry',''),(15304,1301,'tve_revision_tve_has_typefocus',''),(15305,1301,'tve_revision_tve_updated_post',''),(15306,1301,'tve_revision_tve_has_wistia_popover',''),(15307,1301,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15308,1301,'_wp_page_template','default'),(15309,1301,'_elementor_pro_version','3.7.3'),(15310,1301,'_elementor_template_type','wp-page'),(15311,1301,'_elementor_version','3.7.2'),(15312,1301,'_elementor_edit_mode','builder'),(15313,1301,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15315,1302,'tve_revision_tve_landing_page',''),(15316,1302,'tve_revision_tve_disable_theme_dependency',''),(15317,1302,'tve_revision_tve_content_before_more',''),(15318,1302,'tve_revision_tve_content_more_found',''),(15319,1302,'tve_revision_tve_save_post',''),(15320,1302,'tve_revision_tve_custom_css',''),(15321,1302,'tve_revision_tve_user_custom_css',''),(15322,1302,'tve_revision_tve_page_events',''),(15323,1302,'tve_revision_tve_globals',''),(15324,1302,'tve_revision_tve_global_scripts',''),(15325,1302,'tve_revision_thrive_icon_pack',''),(15326,1302,'tve_revision_thrive_tcb_post_fonts',''),(15327,1302,'tve_revision_tve_has_masonry',''),(15328,1302,'tve_revision_tve_has_typefocus',''),(15329,1302,'tve_revision_tve_updated_post',''),(15330,1302,'tve_revision_tve_has_wistia_popover',''),(15331,1302,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15332,1302,'_wp_page_template','default'),(15333,1302,'_elementor_pro_version','3.7.3'),(15334,1302,'_elementor_template_type','wp-page'),(15335,1302,'_elementor_version','3.7.2'),(15336,1302,'_elementor_edit_mode','builder'),(15337,1302,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee66d5\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"6405841\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"8361293\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#1abc9c\",\"_id\":\"ff2ccc3\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/4.png\",\"id\":1286,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15339,1303,'tve_revision_tve_landing_page',''),(15340,1303,'tve_revision_tve_disable_theme_dependency',''),(15341,1303,'tve_revision_tve_content_before_more',''),(15342,1303,'tve_revision_tve_content_more_found',''),(15343,1303,'tve_revision_tve_save_post',''),(15344,1303,'tve_revision_tve_custom_css',''),(15345,1303,'tve_revision_tve_user_custom_css',''),(15346,1303,'tve_revision_tve_page_events',''),(15347,1303,'tve_revision_tve_globals',''),(15348,1303,'tve_revision_tve_global_scripts',''),(15349,1303,'tve_revision_thrive_icon_pack',''),(15350,1303,'tve_revision_thrive_tcb_post_fonts',''),(15351,1303,'tve_revision_tve_has_masonry',''),(15352,1303,'tve_revision_tve_has_typefocus',''),(15353,1303,'tve_revision_tve_updated_post',''),(15354,1303,'tve_revision_tve_has_wistia_popover',''),(15355,1303,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15356,1303,'_wp_page_template','default'),(15357,1303,'_elementor_pro_version','3.7.3'),(15358,1303,'_elementor_template_type','wp-page'),(15359,1303,'_elementor_version','3.7.2'),(15360,1303,'_elementor_edit_mode','builder'),(15361,1303,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15420,1305,'tve_revision_tve_landing_page',''),(15421,1305,'tve_revision_tve_disable_theme_dependency',''),(15422,1305,'tve_revision_tve_content_before_more',''),(15423,1305,'tve_revision_tve_content_more_found',''),(15424,1305,'tve_revision_tve_save_post',''),(15425,1305,'tve_revision_tve_custom_css',''),(15426,1305,'tve_revision_tve_user_custom_css',''),(15427,1305,'tve_revision_tve_page_events',''),(15428,1305,'tve_revision_tve_globals',''),(15429,1305,'tve_revision_tve_global_scripts',''),(15430,1305,'tve_revision_thrive_icon_pack',''),(15431,1305,'tve_revision_thrive_tcb_post_fonts',''),(15432,1305,'tve_revision_tve_has_masonry',''),(15433,1305,'tve_revision_tve_has_typefocus',''),(15434,1305,'tve_revision_tve_updated_post',''),(15435,1305,'tve_revision_tve_has_wistia_popover',''),(15436,1305,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15437,1305,'_wp_page_template','default'),(15438,1305,'_elementor_pro_version','3.7.3'),(15439,1305,'_elementor_template_type','wp-page'),(15440,1305,'_elementor_version','3.7.2'),(15441,1305,'_elementor_edit_mode','builder'),(15442,1305,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-5.jpg\",\"id\":1122,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(15444,1306,'tve_revision_tve_landing_page',''),(15445,1306,'tve_revision_tve_disable_theme_dependency',''),(15446,1306,'tve_revision_tve_content_before_more',''),(15447,1306,'tve_revision_tve_content_more_found',''),(15448,1306,'tve_revision_tve_save_post',''),(15449,1306,'tve_revision_tve_custom_css',''),(15450,1306,'tve_revision_tve_user_custom_css',''),(15451,1306,'tve_revision_tve_page_events',''),(15452,1306,'tve_revision_tve_globals',''),(15453,1306,'tve_revision_tve_global_scripts',''),(15454,1306,'tve_revision_thrive_icon_pack',''),(15455,1306,'tve_revision_thrive_tcb_post_fonts',''),(15456,1306,'tve_revision_tve_has_masonry',''),(15457,1306,'tve_revision_tve_has_typefocus',''),(15458,1306,'tve_revision_tve_updated_post',''),(15459,1306,'tve_revision_tve_has_wistia_popover',''),(15460,1306,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15461,1306,'_wp_page_template','default'),(15462,1306,'_elementor_pro_version','3.7.3'),(15463,1306,'_elementor_template_type','wp-page'),(15464,1306,'_elementor_version','3.7.2'),(15465,1306,'_elementor_edit_mode','builder'),(15466,1306,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cce419\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"36527c9\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-5.jpg\",\"id\":1122,\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"50ea32d\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-2.png\",\"id\":1108,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"},{\"_id\":\"3227c0c\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker.png\",\"id\":1109,\"alt\":\"\",\"source\":\"library\"},\"heading\":\"\",\"description\":\"\",\"button_text\":\"\"}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(15468,1307,'tve_revision_tve_landing_page',''),(15469,1307,'tve_revision_tve_disable_theme_dependency',''),(15470,1307,'tve_revision_tve_content_before_more',''),(15471,1307,'tve_revision_tve_content_more_found',''),(15472,1307,'tve_revision_tve_save_post',''),(15473,1307,'tve_revision_tve_custom_css',''),(15474,1307,'tve_revision_tve_user_custom_css',''),(15475,1307,'tve_revision_tve_page_events',''),(15476,1307,'tve_revision_tve_globals',''),(15477,1307,'tve_revision_tve_global_scripts',''),(15478,1307,'tve_revision_thrive_icon_pack',''),(15479,1307,'tve_revision_thrive_tcb_post_fonts',''),(15480,1307,'tve_revision_tve_has_masonry',''),(15481,1307,'tve_revision_tve_has_typefocus',''),(15482,1307,'tve_revision_tve_updated_post',''),(15483,1307,'tve_revision_tve_has_wistia_popover',''),(15484,1307,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15485,1307,'_wp_page_template','default'),(15486,1307,'_elementor_pro_version','3.7.3'),(15487,1307,'_elementor_template_type','wp-page'),(15488,1307,'_elementor_version','3.7.2'),(15489,1307,'_elementor_edit_mode','builder'),(15490,1307,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e502bc6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-5.jpg\",\"id\":1122,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(15492,1308,'tve_revision_tve_landing_page',''),(15493,1308,'tve_revision_tve_disable_theme_dependency',''),(15494,1308,'tve_revision_tve_content_before_more',''),(15495,1308,'tve_revision_tve_content_more_found',''),(15496,1308,'tve_revision_tve_save_post',''),(15497,1308,'tve_revision_tve_custom_css',''),(15498,1308,'tve_revision_tve_user_custom_css',''),(15499,1308,'tve_revision_tve_page_events',''),(15500,1308,'tve_revision_tve_globals',''),(15501,1308,'tve_revision_tve_global_scripts',''),(15502,1308,'tve_revision_thrive_icon_pack',''),(15503,1308,'tve_revision_thrive_tcb_post_fonts',''),(15504,1308,'tve_revision_tve_has_masonry',''),(15505,1308,'tve_revision_tve_has_typefocus',''),(15506,1308,'tve_revision_tve_updated_post',''),(15507,1308,'tve_revision_tve_has_wistia_popover',''),(15508,1308,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15509,1308,'_wp_page_template','default'),(15510,1308,'_elementor_pro_version','3.7.3'),(15511,1308,'_elementor_template_type','wp-page'),(15512,1308,'_elementor_version','3.7.2'),(15513,1308,'_elementor_edit_mode','builder'),(15514,1308,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15516,1309,'tve_revision_tve_landing_page',''),(15517,1309,'tve_revision_tve_disable_theme_dependency',''),(15518,1309,'tve_revision_tve_content_before_more',''),(15519,1309,'tve_revision_tve_content_more_found',''),(15520,1309,'tve_revision_tve_save_post',''),(15521,1309,'tve_revision_tve_custom_css',''),(15522,1309,'tve_revision_tve_user_custom_css',''),(15523,1309,'tve_revision_tve_page_events',''),(15524,1309,'tve_revision_tve_globals',''),(15525,1309,'tve_revision_tve_global_scripts',''),(15526,1309,'tve_revision_thrive_icon_pack',''),(15527,1309,'tve_revision_thrive_tcb_post_fonts',''),(15528,1309,'tve_revision_tve_has_masonry',''),(15529,1309,'tve_revision_tve_has_typefocus',''),(15530,1309,'tve_revision_tve_updated_post',''),(15531,1309,'tve_revision_tve_has_wistia_popover',''),(15532,1309,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15533,1309,'_wp_page_template','default'),(15534,1309,'_elementor_pro_version','3.7.3'),(15535,1309,'_elementor_template_type','wp-page'),(15536,1309,'_elementor_version','3.7.2'),(15537,1309,'_elementor_edit_mode','builder'),(15538,1309,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59072ba\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#833ca3\",\"_id\":\"b51050b\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},{\"heading\":\"\",\"description\":\"\",\"button_text\":\"\",\"background_color\":\"#4054b2\",\"_id\":\"0a152dc\",\"background_image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}}]},\"elements\":[],\"widgetType\":\"slides\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15540,1310,'tve_revision_tve_landing_page',''),(15541,1310,'tve_revision_tve_disable_theme_dependency',''),(15542,1310,'tve_revision_tve_content_before_more',''),(15543,1310,'tve_revision_tve_content_more_found',''),(15544,1310,'tve_revision_tve_save_post',''),(15545,1310,'tve_revision_tve_custom_css',''),(15546,1310,'tve_revision_tve_user_custom_css',''),(15547,1310,'tve_revision_tve_page_events',''),(15548,1310,'tve_revision_tve_globals',''),(15549,1310,'tve_revision_tve_global_scripts',''),(15550,1310,'tve_revision_thrive_icon_pack',''),(15551,1310,'tve_revision_thrive_tcb_post_fonts',''),(15552,1310,'tve_revision_tve_has_masonry',''),(15553,1310,'tve_revision_tve_has_typefocus',''),(15554,1310,'tve_revision_tve_updated_post',''),(15555,1310,'tve_revision_tve_has_wistia_popover',''),(15556,1310,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15557,1310,'_wp_page_template','default'),(15558,1310,'_elementor_pro_version','3.7.3'),(15559,1310,'_elementor_template_type','wp-page'),(15560,1310,'_elementor_version','3.7.2'),(15561,1310,'_elementor_edit_mode','builder'),(15562,1310,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15564,1311,'tve_revision_tve_landing_page',''),(15565,1311,'tve_revision_tve_disable_theme_dependency',''),(15566,1311,'tve_revision_tve_content_before_more',''),(15567,1311,'tve_revision_tve_content_more_found',''),(15568,1311,'tve_revision_tve_save_post',''),(15569,1311,'tve_revision_tve_custom_css',''),(15570,1311,'tve_revision_tve_user_custom_css',''),(15571,1311,'tve_revision_tve_page_events',''),(15572,1311,'tve_revision_tve_globals',''),(15573,1311,'tve_revision_tve_global_scripts',''),(15574,1311,'tve_revision_thrive_icon_pack',''),(15575,1311,'tve_revision_thrive_tcb_post_fonts',''),(15576,1311,'tve_revision_tve_has_masonry',''),(15577,1311,'tve_revision_tve_has_typefocus',''),(15578,1311,'tve_revision_tve_updated_post',''),(15579,1311,'tve_revision_tve_has_wistia_popover',''),(15580,1311,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15581,1311,'_wp_page_template','default'),(15582,1311,'_elementor_pro_version','3.7.3'),(15583,1311,'_elementor_template_type','wp-page'),(15584,1311,'_elementor_version','3.7.2'),(15585,1311,'_elementor_edit_mode','builder'),(15586,1311,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15588,1312,'tve_revision_tve_landing_page',''),(15589,1312,'tve_revision_tve_disable_theme_dependency',''),(15590,1312,'tve_revision_tve_content_before_more',''),(15591,1312,'tve_revision_tve_content_more_found',''),(15592,1312,'tve_revision_tve_save_post',''),(15593,1312,'tve_revision_tve_custom_css',''),(15594,1312,'tve_revision_tve_user_custom_css',''),(15595,1312,'tve_revision_tve_page_events',''),(15596,1312,'tve_revision_tve_globals',''),(15597,1312,'tve_revision_tve_global_scripts',''),(15598,1312,'tve_revision_thrive_icon_pack',''),(15599,1312,'tve_revision_thrive_tcb_post_fonts',''),(15600,1312,'tve_revision_tve_has_masonry',''),(15601,1312,'tve_revision_tve_has_typefocus',''),(15602,1312,'tve_revision_tve_updated_post',''),(15603,1312,'tve_revision_tve_has_wistia_popover',''),(15604,1312,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15605,1312,'_wp_page_template','default'),(15606,1312,'_elementor_pro_version','3.7.3'),(15607,1312,'_elementor_template_type','wp-page'),(15608,1312,'_elementor_version','3.7.2'),(15609,1312,'_elementor_edit_mode','builder'),(15610,1312,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15612,1313,'tve_revision_tve_landing_page',''),(15613,1313,'tve_revision_tve_disable_theme_dependency',''),(15614,1313,'tve_revision_tve_content_before_more',''),(15615,1313,'tve_revision_tve_content_more_found',''),(15616,1313,'tve_revision_tve_save_post',''),(15617,1313,'tve_revision_tve_custom_css',''),(15618,1313,'tve_revision_tve_user_custom_css',''),(15619,1313,'tve_revision_tve_page_events',''),(15620,1313,'tve_revision_tve_globals',''),(15621,1313,'tve_revision_tve_global_scripts',''),(15622,1313,'tve_revision_thrive_icon_pack',''),(15623,1313,'tve_revision_thrive_tcb_post_fonts',''),(15624,1313,'tve_revision_tve_has_masonry',''),(15625,1313,'tve_revision_tve_has_typefocus',''),(15626,1313,'tve_revision_tve_updated_post',''),(15627,1313,'tve_revision_tve_has_wistia_popover',''),(15628,1313,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15629,1313,'_wp_page_template','default'),(15630,1313,'_elementor_pro_version','3.7.3'),(15631,1313,'_elementor_template_type','wp-page'),(15632,1313,'_elementor_version','3.7.2'),(15633,1313,'_elementor_edit_mode','builder'),(15634,1313,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15636,1314,'tve_revision_tve_landing_page',''),(15637,1314,'tve_revision_tve_disable_theme_dependency',''),(15638,1314,'tve_revision_tve_content_before_more',''),(15639,1314,'tve_revision_tve_content_more_found',''),(15640,1314,'tve_revision_tve_save_post',''),(15641,1314,'tve_revision_tve_custom_css',''),(15642,1314,'tve_revision_tve_user_custom_css',''),(15643,1314,'tve_revision_tve_page_events',''),(15644,1314,'tve_revision_tve_globals',''),(15645,1314,'tve_revision_tve_global_scripts',''),(15646,1314,'tve_revision_thrive_icon_pack',''),(15647,1314,'tve_revision_thrive_tcb_post_fonts',''),(15648,1314,'tve_revision_tve_has_masonry',''),(15649,1314,'tve_revision_tve_has_typefocus',''),(15650,1314,'tve_revision_tve_updated_post',''),(15651,1314,'tve_revision_tve_has_wistia_popover',''),(15652,1314,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15653,1314,'_wp_page_template','default'),(15654,1314,'_elementor_pro_version','3.7.3'),(15655,1314,'_elementor_template_type','wp-page'),(15656,1314,'_elementor_version','3.7.2'),(15657,1314,'_elementor_edit_mode','builder'),(15658,1314,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15660,1315,'tve_revision_tve_landing_page',''),(15661,1315,'tve_revision_tve_disable_theme_dependency',''),(15662,1315,'tve_revision_tve_content_before_more',''),(15663,1315,'tve_revision_tve_content_more_found',''),(15664,1315,'tve_revision_tve_save_post',''),(15665,1315,'tve_revision_tve_custom_css',''),(15666,1315,'tve_revision_tve_user_custom_css',''),(15667,1315,'tve_revision_tve_page_events',''),(15668,1315,'tve_revision_tve_globals',''),(15669,1315,'tve_revision_tve_global_scripts',''),(15670,1315,'tve_revision_thrive_icon_pack',''),(15671,1315,'tve_revision_thrive_tcb_post_fonts',''),(15672,1315,'tve_revision_tve_has_masonry',''),(15673,1315,'tve_revision_tve_has_typefocus',''),(15674,1315,'tve_revision_tve_updated_post',''),(15675,1315,'tve_revision_tve_has_wistia_popover',''),(15676,1315,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15677,1315,'_wp_page_template','default'),(15678,1315,'_elementor_pro_version','3.7.3'),(15679,1315,'_elementor_template_type','wp-page'),(15680,1315,'_elementor_version','3.7.2'),(15681,1315,'_elementor_edit_mode','builder'),(15682,1315,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15684,1316,'tve_revision_tve_landing_page',''),(15685,1316,'tve_revision_tve_disable_theme_dependency',''),(15686,1316,'tve_revision_tve_content_before_more',''),(15687,1316,'tve_revision_tve_content_more_found',''),(15688,1316,'tve_revision_tve_save_post',''),(15689,1316,'tve_revision_tve_custom_css',''),(15690,1316,'tve_revision_tve_user_custom_css',''),(15691,1316,'tve_revision_tve_page_events',''),(15692,1316,'tve_revision_tve_globals',''),(15693,1316,'tve_revision_tve_global_scripts',''),(15694,1316,'tve_revision_thrive_icon_pack',''),(15695,1316,'tve_revision_thrive_tcb_post_fonts',''),(15696,1316,'tve_revision_tve_has_masonry',''),(15697,1316,'tve_revision_tve_has_typefocus',''),(15698,1316,'tve_revision_tve_updated_post',''),(15699,1316,'tve_revision_tve_has_wistia_popover',''),(15700,1316,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15701,1316,'_wp_page_template','default'),(15702,1316,'_elementor_pro_version','3.7.3'),(15703,1316,'_elementor_template_type','wp-page'),(15704,1316,'_elementor_version','3.7.2'),(15705,1316,'_elementor_edit_mode','builder'),(15706,1316,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15710,1317,'tve_revision_tve_landing_page',''),(15711,1317,'tve_revision_tve_disable_theme_dependency',''),(15712,1317,'tve_revision_tve_content_before_more',''),(15713,1317,'tve_revision_tve_content_more_found',''),(15714,1317,'tve_revision_tve_save_post',''),(15715,1317,'tve_revision_tve_custom_css',''),(15716,1317,'tve_revision_tve_user_custom_css',''),(15717,1317,'tve_revision_tve_page_events',''),(15718,1317,'tve_revision_tve_globals',''),(15719,1317,'tve_revision_tve_global_scripts',''),(15720,1317,'tve_revision_thrive_icon_pack',''),(15721,1317,'tve_revision_thrive_tcb_post_fonts',''),(15722,1317,'tve_revision_tve_has_masonry',''),(15723,1317,'tve_revision_tve_has_typefocus',''),(15724,1317,'tve_revision_tve_updated_post',''),(15725,1317,'tve_revision_tve_has_wistia_popover',''),(15726,1317,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15727,1317,'_wp_page_template','default'),(15728,1317,'_elementor_pro_version','3.7.3'),(15729,1317,'_elementor_template_type','wp-page'),(15730,1317,'_elementor_version','3.7.2'),(15731,1317,'_elementor_edit_mode','builder'),(15732,1317,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15735,1318,'tve_revision_tve_landing_page',''),(15736,1318,'tve_revision_tve_disable_theme_dependency',''),(15737,1318,'tve_revision_tve_content_before_more',''),(15738,1318,'tve_revision_tve_content_more_found',''),(15739,1318,'tve_revision_tve_save_post',''),(15740,1318,'tve_revision_tve_custom_css',''),(15741,1318,'tve_revision_tve_user_custom_css',''),(15742,1318,'tve_revision_tve_page_events',''),(15743,1318,'tve_revision_tve_globals',''),(15744,1318,'tve_revision_tve_global_scripts',''),(15745,1318,'tve_revision_thrive_icon_pack',''),(15746,1318,'tve_revision_thrive_tcb_post_fonts',''),(15747,1318,'tve_revision_tve_has_masonry',''),(15748,1318,'tve_revision_tve_has_typefocus',''),(15749,1318,'tve_revision_tve_updated_post',''),(15750,1318,'tve_revision_tve_has_wistia_popover',''),(15751,1318,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15752,1318,'_wp_page_template','default'),(15753,1318,'_elementor_pro_version','3.7.3'),(15754,1318,'_elementor_template_type','wp-page'),(15755,1318,'_elementor_version','3.7.2'),(15756,1318,'_elementor_edit_mode','builder'),(15757,1318,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15760,1319,'tve_revision_tve_landing_page',''),(15761,1319,'tve_revision_tve_disable_theme_dependency',''),(15762,1319,'tve_revision_tve_content_before_more',''),(15763,1319,'tve_revision_tve_content_more_found',''),(15764,1319,'tve_revision_tve_save_post',''),(15765,1319,'tve_revision_tve_custom_css',''),(15766,1319,'tve_revision_tve_user_custom_css',''),(15767,1319,'tve_revision_tve_page_events',''),(15768,1319,'tve_revision_tve_globals',''),(15769,1319,'tve_revision_tve_global_scripts',''),(15770,1319,'tve_revision_thrive_icon_pack',''),(15771,1319,'tve_revision_thrive_tcb_post_fonts',''),(15772,1319,'tve_revision_tve_has_masonry',''),(15773,1319,'tve_revision_tve_has_typefocus',''),(15774,1319,'tve_revision_tve_updated_post',''),(15775,1319,'tve_revision_tve_has_wistia_popover',''),(15776,1319,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15777,1319,'_wp_page_template','default'),(15778,1319,'_elementor_pro_version','3.7.3'),(15779,1319,'_elementor_template_type','wp-page'),(15780,1319,'_elementor_version','3.7.2'),(15781,1319,'_elementor_edit_mode','builder'),(15782,1319,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15785,1320,'tve_revision_tve_landing_page',''),(15786,1320,'tve_revision_tve_disable_theme_dependency',''),(15787,1320,'tve_revision_tve_content_before_more',''),(15788,1320,'tve_revision_tve_content_more_found',''),(15789,1320,'tve_revision_tve_save_post',''),(15790,1320,'tve_revision_tve_custom_css',''),(15791,1320,'tve_revision_tve_user_custom_css',''),(15792,1320,'tve_revision_tve_page_events',''),(15793,1320,'tve_revision_tve_globals',''),(15794,1320,'tve_revision_tve_global_scripts',''),(15795,1320,'tve_revision_thrive_icon_pack',''),(15796,1320,'tve_revision_thrive_tcb_post_fonts',''),(15797,1320,'tve_revision_tve_has_masonry',''),(15798,1320,'tve_revision_tve_has_typefocus',''),(15799,1320,'tve_revision_tve_updated_post',''),(15800,1320,'tve_revision_tve_has_wistia_popover',''),(15801,1320,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15802,1320,'_wp_page_template','default'),(15803,1320,'_elementor_pro_version','3.7.3'),(15804,1320,'_elementor_template_type','wp-page'),(15805,1320,'_elementor_version','3.7.2'),(15806,1320,'_elementor_edit_mode','builder'),(15807,1320,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15809,1321,'tve_revision_tve_landing_page',''),(15810,1321,'tve_revision_tve_disable_theme_dependency',''),(15811,1321,'tve_revision_tve_content_before_more',''),(15812,1321,'tve_revision_tve_content_more_found',''),(15813,1321,'tve_revision_tve_save_post',''),(15814,1321,'tve_revision_tve_custom_css',''),(15815,1321,'tve_revision_tve_user_custom_css',''),(15816,1321,'tve_revision_tve_page_events',''),(15817,1321,'tve_revision_tve_globals',''),(15818,1321,'tve_revision_tve_global_scripts',''),(15819,1321,'tve_revision_thrive_icon_pack',''),(15820,1321,'tve_revision_thrive_tcb_post_fonts',''),(15821,1321,'tve_revision_tve_has_masonry',''),(15822,1321,'tve_revision_tve_has_typefocus',''),(15823,1321,'tve_revision_tve_updated_post',''),(15824,1321,'tve_revision_tve_has_wistia_popover',''),(15825,1321,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15826,1321,'_wp_page_template','default'),(15827,1321,'_elementor_pro_version','3.7.3'),(15828,1321,'_elementor_template_type','wp-page'),(15829,1321,'_elementor_version','3.7.2'),(15830,1321,'_elementor_edit_mode','builder'),(15831,1321,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15833,1322,'tve_revision_tve_landing_page',''),(15834,1322,'tve_revision_tve_disable_theme_dependency',''),(15835,1322,'tve_revision_tve_content_before_more',''),(15836,1322,'tve_revision_tve_content_more_found',''),(15837,1322,'tve_revision_tve_save_post',''),(15838,1322,'tve_revision_tve_custom_css',''),(15839,1322,'tve_revision_tve_user_custom_css',''),(15840,1322,'tve_revision_tve_page_events',''),(15841,1322,'tve_revision_tve_globals',''),(15842,1322,'tve_revision_tve_global_scripts',''),(15843,1322,'tve_revision_thrive_icon_pack',''),(15844,1322,'tve_revision_thrive_tcb_post_fonts',''),(15845,1322,'tve_revision_tve_has_masonry',''),(15846,1322,'tve_revision_tve_has_typefocus',''),(15847,1322,'tve_revision_tve_updated_post',''),(15848,1322,'tve_revision_tve_has_wistia_popover',''),(15849,1322,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15850,1322,'_wp_page_template','default'),(15851,1322,'_elementor_pro_version','3.7.3'),(15852,1322,'_elementor_template_type','wp-page'),(15853,1322,'_elementor_version','3.7.2'),(15854,1322,'_elementor_edit_mode','builder'),(15855,1322,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15913,1324,'tve_revision_tve_landing_page',''),(15914,1324,'tve_revision_tve_disable_theme_dependency',''),(15915,1324,'tve_revision_tve_content_before_more',''),(15916,1324,'tve_revision_tve_content_more_found',''),(15917,1324,'tve_revision_tve_save_post',''),(15918,1324,'tve_revision_tve_custom_css',''),(15919,1324,'tve_revision_tve_user_custom_css',''),(15920,1324,'tve_revision_tve_page_events',''),(15921,1324,'tve_revision_tve_globals',''),(15922,1324,'tve_revision_tve_global_scripts',''),(15923,1324,'tve_revision_thrive_icon_pack',''),(15924,1324,'tve_revision_thrive_tcb_post_fonts',''),(15925,1324,'tve_revision_tve_has_masonry',''),(15926,1324,'tve_revision_tve_has_typefocus',''),(15927,1324,'tve_revision_tve_updated_post',''),(15928,1324,'tve_revision_tve_has_wistia_popover',''),(15929,1324,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15930,1324,'_wp_page_template','default'),(15931,1324,'_elementor_pro_version','3.7.3'),(15932,1324,'_elementor_template_type','wp-page'),(15933,1324,'_elementor_version','3.7.2'),(15934,1324,'_elementor_edit_mode','builder'),(15935,1324,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15937,1325,'tve_revision_tve_landing_page',''),(15938,1325,'tve_revision_tve_disable_theme_dependency',''),(15939,1325,'tve_revision_tve_content_before_more',''),(15940,1325,'tve_revision_tve_content_more_found',''),(15941,1325,'tve_revision_tve_save_post',''),(15942,1325,'tve_revision_tve_custom_css',''),(15943,1325,'tve_revision_tve_user_custom_css',''),(15944,1325,'tve_revision_tve_page_events',''),(15945,1325,'tve_revision_tve_globals',''),(15946,1325,'tve_revision_tve_global_scripts',''),(15947,1325,'tve_revision_thrive_icon_pack',''),(15948,1325,'tve_revision_thrive_tcb_post_fonts',''),(15949,1325,'tve_revision_tve_has_masonry',''),(15950,1325,'tve_revision_tve_has_typefocus',''),(15951,1325,'tve_revision_tve_updated_post',''),(15952,1325,'tve_revision_tve_has_wistia_popover',''),(15953,1325,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15954,1325,'_wp_page_template','default'),(15955,1325,'_elementor_pro_version','3.7.3'),(15956,1325,'_elementor_template_type','wp-page'),(15957,1325,'_elementor_version','3.7.2'),(15958,1325,'_elementor_edit_mode','builder'),(15959,1325,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15961,1326,'tve_revision_tve_landing_page',''),(15962,1326,'tve_revision_tve_disable_theme_dependency',''),(15963,1326,'tve_revision_tve_content_before_more',''),(15964,1326,'tve_revision_tve_content_more_found',''),(15965,1326,'tve_revision_tve_save_post',''),(15966,1326,'tve_revision_tve_custom_css',''),(15967,1326,'tve_revision_tve_user_custom_css',''),(15968,1326,'tve_revision_tve_page_events',''),(15969,1326,'tve_revision_tve_globals',''),(15970,1326,'tve_revision_tve_global_scripts',''),(15971,1326,'tve_revision_thrive_icon_pack',''),(15972,1326,'tve_revision_thrive_tcb_post_fonts',''),(15973,1326,'tve_revision_tve_has_masonry',''),(15974,1326,'tve_revision_tve_has_typefocus',''),(15975,1326,'tve_revision_tve_updated_post',''),(15976,1326,'tve_revision_tve_has_wistia_popover',''),(15977,1326,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(15978,1326,'_wp_page_template','default'),(15979,1326,'_elementor_pro_version','3.7.3'),(15980,1326,'_elementor_template_type','wp-page'),(15981,1326,'_elementor_version','3.7.2'),(15982,1326,'_elementor_edit_mode','builder'),(15983,1326,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(15985,1327,'tve_revision_tve_landing_page',''),(15986,1327,'tve_revision_tve_disable_theme_dependency',''),(15987,1327,'tve_revision_tve_content_before_more',''),(15988,1327,'tve_revision_tve_content_more_found',''),(15989,1327,'tve_revision_tve_save_post',''),(15990,1327,'tve_revision_tve_custom_css',''),(15991,1327,'tve_revision_tve_user_custom_css',''),(15992,1327,'tve_revision_tve_page_events',''),(15993,1327,'tve_revision_tve_globals',''),(15994,1327,'tve_revision_tve_global_scripts',''),(15995,1327,'tve_revision_thrive_icon_pack',''),(15996,1327,'tve_revision_thrive_tcb_post_fonts',''),(15997,1327,'tve_revision_tve_has_masonry',''),(15998,1327,'tve_revision_tve_has_typefocus',''),(15999,1327,'tve_revision_tve_updated_post',''),(16000,1327,'tve_revision_tve_has_wistia_popover',''),(16001,1327,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16002,1327,'_wp_page_template','default'),(16003,1327,'_elementor_pro_version','3.7.3'),(16004,1327,'_elementor_template_type','wp-page'),(16005,1327,'_elementor_version','3.7.2'),(16006,1327,'_elementor_edit_mode','builder');
INSERT INTO `wpjn_postmeta` VALUES (16007,1327,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16009,1328,'tve_revision_tve_landing_page',''),(16010,1328,'tve_revision_tve_disable_theme_dependency',''),(16011,1328,'tve_revision_tve_content_before_more',''),(16012,1328,'tve_revision_tve_content_more_found',''),(16013,1328,'tve_revision_tve_save_post',''),(16014,1328,'tve_revision_tve_custom_css',''),(16015,1328,'tve_revision_tve_user_custom_css',''),(16016,1328,'tve_revision_tve_page_events',''),(16017,1328,'tve_revision_tve_globals',''),(16018,1328,'tve_revision_tve_global_scripts',''),(16019,1328,'tve_revision_thrive_icon_pack',''),(16020,1328,'tve_revision_thrive_tcb_post_fonts',''),(16021,1328,'tve_revision_tve_has_masonry',''),(16022,1328,'tve_revision_tve_has_typefocus',''),(16023,1328,'tve_revision_tve_updated_post',''),(16024,1328,'tve_revision_tve_has_wistia_popover',''),(16025,1328,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16026,1328,'_wp_page_template','default'),(16027,1328,'_elementor_pro_version','3.7.3'),(16028,1328,'_elementor_template_type','wp-page'),(16029,1328,'_elementor_version','3.7.2'),(16030,1328,'_elementor_edit_mode','builder'),(16031,1328,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.20\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16033,1329,'tve_revision_tve_landing_page',''),(16034,1329,'tve_revision_tve_disable_theme_dependency',''),(16035,1329,'tve_revision_tve_content_before_more',''),(16036,1329,'tve_revision_tve_content_more_found',''),(16037,1329,'tve_revision_tve_save_post',''),(16038,1329,'tve_revision_tve_custom_css',''),(16039,1329,'tve_revision_tve_user_custom_css',''),(16040,1329,'tve_revision_tve_page_events',''),(16041,1329,'tve_revision_tve_globals',''),(16042,1329,'tve_revision_tve_global_scripts',''),(16043,1329,'tve_revision_thrive_icon_pack',''),(16044,1329,'tve_revision_thrive_tcb_post_fonts',''),(16045,1329,'tve_revision_tve_has_masonry',''),(16046,1329,'tve_revision_tve_has_typefocus',''),(16047,1329,'tve_revision_tve_updated_post',''),(16048,1329,'tve_revision_tve_has_wistia_popover',''),(16049,1329,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16050,1329,'_wp_page_template','default'),(16051,1329,'_elementor_pro_version','3.7.3'),(16052,1329,'_elementor_template_type','wp-page'),(16053,1329,'_elementor_version','3.7.2'),(16054,1329,'_elementor_edit_mode','builder'),(16055,1329,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16057,1330,'tve_revision_tve_landing_page',''),(16058,1330,'tve_revision_tve_disable_theme_dependency',''),(16059,1330,'tve_revision_tve_content_before_more',''),(16060,1330,'tve_revision_tve_content_more_found',''),(16061,1330,'tve_revision_tve_save_post',''),(16062,1330,'tve_revision_tve_custom_css',''),(16063,1330,'tve_revision_tve_user_custom_css',''),(16064,1330,'tve_revision_tve_page_events',''),(16065,1330,'tve_revision_tve_globals',''),(16066,1330,'tve_revision_tve_global_scripts',''),(16067,1330,'tve_revision_thrive_icon_pack',''),(16068,1330,'tve_revision_thrive_tcb_post_fonts',''),(16069,1330,'tve_revision_tve_has_masonry',''),(16070,1330,'tve_revision_tve_has_typefocus',''),(16071,1330,'tve_revision_tve_updated_post',''),(16072,1330,'tve_revision_tve_has_wistia_popover',''),(16073,1330,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16074,1330,'_wp_page_template','default'),(16075,1330,'_elementor_pro_version','3.7.3'),(16076,1330,'_elementor_template_type','wp-page'),(16077,1330,'_elementor_version','3.7.2'),(16078,1330,'_elementor_edit_mode','builder'),(16079,1330,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16081,1331,'tve_revision_tve_landing_page',''),(16082,1331,'tve_revision_tve_disable_theme_dependency',''),(16083,1331,'tve_revision_tve_content_before_more',''),(16084,1331,'tve_revision_tve_content_more_found',''),(16085,1331,'tve_revision_tve_save_post',''),(16086,1331,'tve_revision_tve_custom_css',''),(16087,1331,'tve_revision_tve_user_custom_css',''),(16088,1331,'tve_revision_tve_page_events',''),(16089,1331,'tve_revision_tve_globals',''),(16090,1331,'tve_revision_tve_global_scripts',''),(16091,1331,'tve_revision_thrive_icon_pack',''),(16092,1331,'tve_revision_thrive_tcb_post_fonts',''),(16093,1331,'tve_revision_tve_has_masonry',''),(16094,1331,'tve_revision_tve_has_typefocus',''),(16095,1331,'tve_revision_tve_updated_post',''),(16096,1331,'tve_revision_tve_has_wistia_popover',''),(16097,1331,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16098,1331,'_wp_page_template','default'),(16099,1331,'_elementor_pro_version','3.7.3'),(16100,1331,'_elementor_template_type','wp-page'),(16101,1331,'_elementor_version','3.7.2'),(16102,1331,'_elementor_edit_mode','builder'),(16103,1331,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16105,1332,'tve_revision_tve_landing_page',''),(16106,1332,'tve_revision_tve_disable_theme_dependency',''),(16107,1332,'tve_revision_tve_content_before_more',''),(16108,1332,'tve_revision_tve_content_more_found',''),(16109,1332,'tve_revision_tve_save_post',''),(16110,1332,'tve_revision_tve_custom_css',''),(16111,1332,'tve_revision_tve_user_custom_css',''),(16112,1332,'tve_revision_tve_page_events',''),(16113,1332,'tve_revision_tve_globals',''),(16114,1332,'tve_revision_tve_global_scripts',''),(16115,1332,'tve_revision_thrive_icon_pack',''),(16116,1332,'tve_revision_thrive_tcb_post_fonts',''),(16117,1332,'tve_revision_tve_has_masonry',''),(16118,1332,'tve_revision_tve_has_typefocus',''),(16119,1332,'tve_revision_tve_updated_post',''),(16120,1332,'tve_revision_tve_has_wistia_popover',''),(16121,1332,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16122,1332,'_wp_page_template','default'),(16123,1332,'_elementor_pro_version','3.7.3'),(16124,1332,'_elementor_template_type','wp-page'),(16125,1332,'_elementor_version','3.7.2'),(16126,1332,'_elementor_edit_mode','builder'),(16127,1332,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16129,1333,'tve_revision_tve_landing_page',''),(16130,1333,'tve_revision_tve_disable_theme_dependency',''),(16131,1333,'tve_revision_tve_content_before_more',''),(16132,1333,'tve_revision_tve_content_more_found',''),(16133,1333,'tve_revision_tve_save_post',''),(16134,1333,'tve_revision_tve_custom_css',''),(16135,1333,'tve_revision_tve_user_custom_css',''),(16136,1333,'tve_revision_tve_page_events',''),(16137,1333,'tve_revision_tve_globals',''),(16138,1333,'tve_revision_tve_global_scripts',''),(16139,1333,'tve_revision_thrive_icon_pack',''),(16140,1333,'tve_revision_thrive_tcb_post_fonts',''),(16141,1333,'tve_revision_tve_has_masonry',''),(16142,1333,'tve_revision_tve_has_typefocus',''),(16143,1333,'tve_revision_tve_updated_post',''),(16144,1333,'tve_revision_tve_has_wistia_popover',''),(16145,1333,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16146,1333,'_wp_page_template','default'),(16147,1333,'_elementor_pro_version','3.7.3'),(16148,1333,'_elementor_template_type','wp-page'),(16149,1333,'_elementor_version','3.7.2'),(16150,1333,'_elementor_edit_mode','builder'),(16151,1333,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16153,1334,'tve_revision_tve_landing_page',''),(16154,1334,'tve_revision_tve_disable_theme_dependency',''),(16155,1334,'tve_revision_tve_content_before_more',''),(16156,1334,'tve_revision_tve_content_more_found',''),(16157,1334,'tve_revision_tve_save_post',''),(16158,1334,'tve_revision_tve_custom_css',''),(16159,1334,'tve_revision_tve_user_custom_css',''),(16160,1334,'tve_revision_tve_page_events',''),(16161,1334,'tve_revision_tve_globals',''),(16162,1334,'tve_revision_tve_global_scripts',''),(16163,1334,'tve_revision_thrive_icon_pack',''),(16164,1334,'tve_revision_thrive_tcb_post_fonts',''),(16165,1334,'tve_revision_tve_has_masonry',''),(16166,1334,'tve_revision_tve_has_typefocus',''),(16167,1334,'tve_revision_tve_updated_post',''),(16168,1334,'tve_revision_tve_has_wistia_popover',''),(16169,1334,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16170,1334,'_wp_page_template','default'),(16171,1334,'_elementor_pro_version','3.7.3'),(16172,1334,'_elementor_template_type','wp-page'),(16173,1334,'_elementor_version','3.7.2'),(16174,1334,'_elementor_edit_mode','builder'),(16175,1334,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.01.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16177,1335,'tve_revision_tve_landing_page',''),(16178,1335,'tve_revision_tve_disable_theme_dependency',''),(16179,1335,'tve_revision_tve_content_before_more',''),(16180,1335,'tve_revision_tve_content_more_found',''),(16181,1335,'tve_revision_tve_save_post',''),(16182,1335,'tve_revision_tve_custom_css',''),(16183,1335,'tve_revision_tve_user_custom_css',''),(16184,1335,'tve_revision_tve_page_events',''),(16185,1335,'tve_revision_tve_globals',''),(16186,1335,'tve_revision_tve_global_scripts',''),(16187,1335,'tve_revision_thrive_icon_pack',''),(16188,1335,'tve_revision_thrive_tcb_post_fonts',''),(16189,1335,'tve_revision_tve_has_masonry',''),(16190,1335,'tve_revision_tve_has_typefocus',''),(16191,1335,'tve_revision_tve_updated_post',''),(16192,1335,'tve_revision_tve_has_wistia_popover',''),(16193,1335,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16194,1335,'_wp_page_template','default'),(16195,1335,'_elementor_pro_version','3.7.3'),(16196,1335,'_elementor_template_type','wp-page'),(16197,1335,'_elementor_version','3.7.2'),(16198,1335,'_elementor_edit_mode','builder'),(16199,1335,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16202,1336,'tve_revision_tve_landing_page',''),(16203,1336,'tve_revision_tve_disable_theme_dependency',''),(16204,1336,'tve_revision_tve_content_before_more',''),(16205,1336,'tve_revision_tve_content_more_found',''),(16206,1336,'tve_revision_tve_save_post',''),(16207,1336,'tve_revision_tve_custom_css',''),(16208,1336,'tve_revision_tve_user_custom_css',''),(16209,1336,'tve_revision_tve_page_events',''),(16210,1336,'tve_revision_tve_globals',''),(16211,1336,'tve_revision_tve_global_scripts',''),(16212,1336,'tve_revision_thrive_icon_pack',''),(16213,1336,'tve_revision_thrive_tcb_post_fonts',''),(16214,1336,'tve_revision_tve_has_masonry',''),(16215,1336,'tve_revision_tve_has_typefocus',''),(16216,1336,'tve_revision_tve_updated_post',''),(16217,1336,'tve_revision_tve_has_wistia_popover',''),(16218,1336,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16219,1336,'_wp_page_template','default'),(16220,1336,'_elementor_pro_version','3.7.3'),(16221,1336,'_elementor_template_type','wp-page'),(16222,1336,'_elementor_version','3.7.2'),(16223,1336,'_elementor_edit_mode','builder'),(16224,1336,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16227,1337,'tve_revision_tve_landing_page',''),(16228,1337,'tve_revision_tve_disable_theme_dependency',''),(16229,1337,'tve_revision_tve_content_before_more',''),(16230,1337,'tve_revision_tve_content_more_found',''),(16231,1337,'tve_revision_tve_save_post',''),(16232,1337,'tve_revision_tve_custom_css',''),(16233,1337,'tve_revision_tve_user_custom_css',''),(16234,1337,'tve_revision_tve_page_events',''),(16235,1337,'tve_revision_tve_globals',''),(16236,1337,'tve_revision_tve_global_scripts',''),(16237,1337,'tve_revision_thrive_icon_pack',''),(16238,1337,'tve_revision_thrive_tcb_post_fonts',''),(16239,1337,'tve_revision_tve_has_masonry',''),(16240,1337,'tve_revision_tve_has_typefocus',''),(16241,1337,'tve_revision_tve_updated_post',''),(16242,1337,'tve_revision_tve_has_wistia_popover',''),(16243,1337,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16244,1337,'_wp_page_template','default'),(16245,1337,'_elementor_pro_version','3.7.3'),(16246,1337,'_elementor_template_type','wp-page'),(16247,1337,'_elementor_version','3.7.2'),(16248,1337,'_elementor_edit_mode','builder'),(16249,1337,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number and our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16252,1338,'tve_revision_tve_landing_page',''),(16253,1338,'tve_revision_tve_disable_theme_dependency',''),(16254,1338,'tve_revision_tve_content_before_more',''),(16255,1338,'tve_revision_tve_content_more_found',''),(16256,1338,'tve_revision_tve_save_post',''),(16257,1338,'tve_revision_tve_custom_css',''),(16258,1338,'tve_revision_tve_user_custom_css',''),(16259,1338,'tve_revision_tve_page_events',''),(16260,1338,'tve_revision_tve_globals',''),(16261,1338,'tve_revision_tve_global_scripts',''),(16262,1338,'tve_revision_thrive_icon_pack',''),(16263,1338,'tve_revision_thrive_tcb_post_fonts',''),(16264,1338,'tve_revision_tve_has_masonry',''),(16265,1338,'tve_revision_tve_has_typefocus',''),(16266,1338,'tve_revision_tve_updated_post',''),(16267,1338,'tve_revision_tve_has_wistia_popover',''),(16268,1338,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16269,1338,'_wp_page_template','default'),(16270,1338,'_elementor_pro_version','3.7.3'),(16271,1338,'_elementor_template_type','wp-page'),(16272,1338,'_elementor_version','3.7.2'),(16273,1338,'_elementor_edit_mode','builder'),(16274,1338,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16278,1339,'_menu_item_type','post_type'),(16279,1339,'_menu_item_menu_item_parent','26'),(16280,1339,'_menu_item_object_id','1130'),(16281,1339,'_menu_item_object','page'),(16282,1339,'_menu_item_target',''),(16283,1339,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16284,1339,'_menu_item_xfn',''),(16285,1339,'_menu_item_url',''),(16287,1339,'_menu_item_tcb_show_when','always'),(16288,1340,'_menu_item_type','post_type'),(16289,1340,'_menu_item_menu_item_parent','26'),(16290,1340,'_menu_item_object_id','1088'),(16291,1340,'_menu_item_object','page'),(16292,1340,'_menu_item_target',''),(16293,1340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16294,1340,'_menu_item_xfn',''),(16295,1340,'_menu_item_url',''),(16297,1340,'_menu_item_tcb_show_when','always'),(16298,1341,'_menu_item_type','post_type'),(16299,1341,'_menu_item_menu_item_parent','26'),(16300,1341,'_menu_item_object_id','1066'),(16301,1341,'_menu_item_object','page'),(16302,1341,'_menu_item_target',''),(16303,1341,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16304,1341,'_menu_item_xfn',''),(16305,1341,'_menu_item_url',''),(16307,1341,'_menu_item_tcb_show_when','always'),(16308,1342,'_menu_item_type','post_type'),(16309,1342,'_menu_item_menu_item_parent','26'),(16310,1342,'_menu_item_object_id','1036'),(16311,1342,'_menu_item_object','page'),(16312,1342,'_menu_item_target',''),(16313,1342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16314,1342,'_menu_item_xfn',''),(16315,1342,'_menu_item_url',''),(16317,1342,'_menu_item_tcb_show_when','always'),(16318,1343,'_menu_item_type','post_type'),(16319,1343,'_menu_item_menu_item_parent','26'),(16320,1343,'_menu_item_object_id','971'),(16321,1343,'_menu_item_object','page'),(16322,1343,'_menu_item_target',''),(16323,1343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16324,1343,'_menu_item_xfn',''),(16325,1343,'_menu_item_url',''),(16327,1343,'_menu_item_tcb_show_when','always'),(16328,1344,'_menu_item_type','custom'),(16329,1344,'_menu_item_menu_item_parent','26'),(16330,1344,'_menu_item_object_id','1344'),(16331,1344,'_menu_item_object','custom'),(16332,1344,'_menu_item_target',''),(16333,1344,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16334,1344,'_menu_item_xfn',''),(16335,1344,'_menu_item_url','https://sunfloris.com/wordpress/sendo/sendo.html'),(16337,1344,'_menu_item_tcb_show_when','always'),(16338,12,'_tve_js_modules_gutenberg','a:0:{}'),(16339,12,'_wp_old_date','2022-03-30'),(16340,12,'_menu_item_tcb_show_when','always'),(16341,26,'_tve_js_modules_gutenberg','a:0:{}'),(16342,26,'_wp_old_date','2022-03-30'),(16343,26,'_menu_item_tcb_show_when','always'),(16344,1344,'_tve_js_modules_gutenberg','a:0:{}'),(16345,1339,'_tve_js_modules_gutenberg','a:0:{}'),(16346,1340,'_tve_js_modules_gutenberg','a:0:{}'),(16347,1341,'_tve_js_modules_gutenberg','a:0:{}'),(16348,1342,'_tve_js_modules_gutenberg','a:0:{}'),(16349,1343,'_tve_js_modules_gutenberg','a:0:{}'),(16350,27,'_tve_js_modules_gutenberg','a:0:{}'),(16351,27,'_wp_old_date','2022-03-30'),(16352,27,'_menu_item_tcb_show_when','always'),(16353,343,'_tve_js_modules_gutenberg','a:0:{}'),(16354,343,'_wp_old_date','2022-03-30'),(16355,343,'_menu_item_tcb_show_when','always'),(16356,348,'_tve_js_modules_gutenberg','a:0:{}'),(16357,348,'_wp_old_date','2022-03-30'),(16358,348,'_menu_item_tcb_show_when','always'),(16359,248,'_tve_js_modules_gutenberg','a:0:{}'),(16360,248,'_wp_old_date','2022-03-30'),(16361,248,'_menu_item_tcb_show_when','always'),(16419,1346,'tve_revision_tve_landing_page',''),(16420,1346,'tve_revision_tve_disable_theme_dependency',''),(16421,1346,'tve_revision_tve_content_before_more',''),(16422,1346,'tve_revision_tve_content_more_found',''),(16423,1346,'tve_revision_tve_save_post',''),(16424,1346,'tve_revision_tve_custom_css',''),(16425,1346,'tve_revision_tve_user_custom_css',''),(16426,1346,'tve_revision_tve_page_events',''),(16427,1346,'tve_revision_tve_globals',''),(16428,1346,'tve_revision_tve_global_scripts',''),(16429,1346,'tve_revision_thrive_icon_pack',''),(16430,1346,'tve_revision_thrive_tcb_post_fonts',''),(16431,1346,'tve_revision_tve_has_masonry',''),(16432,1346,'tve_revision_tve_has_typefocus',''),(16433,1346,'tve_revision_tve_updated_post',''),(16434,1346,'tve_revision_tve_has_wistia_popover',''),(16435,1346,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16436,1346,'_wp_page_template','default'),(16437,1346,'_elementor_pro_version','3.7.3'),(16438,1346,'_elementor_template_type','wp-page'),(16439,1346,'_elementor_version','3.7.2'),(16440,1346,'_elementor_edit_mode','builder'),(16441,1346,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16443,1347,'tve_revision_tve_landing_page',''),(16444,1347,'tve_revision_tve_disable_theme_dependency',''),(16445,1347,'tve_revision_tve_content_before_more',''),(16446,1347,'tve_revision_tve_content_more_found',''),(16447,1347,'tve_revision_tve_save_post',''),(16448,1347,'tve_revision_tve_custom_css',''),(16449,1347,'tve_revision_tve_user_custom_css',''),(16450,1347,'tve_revision_tve_page_events',''),(16451,1347,'tve_revision_tve_globals',''),(16452,1347,'tve_revision_tve_global_scripts',''),(16453,1347,'tve_revision_thrive_icon_pack',''),(16454,1347,'tve_revision_thrive_tcb_post_fonts',''),(16455,1347,'tve_revision_tve_has_masonry',''),(16456,1347,'tve_revision_tve_has_typefocus',''),(16457,1347,'tve_revision_tve_updated_post',''),(16458,1347,'tve_revision_tve_has_wistia_popover',''),(16459,1347,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16460,1347,'_wp_page_template','default'),(16461,1347,'_elementor_pro_version','3.7.3'),(16462,1347,'_elementor_template_type','wp-page'),(16463,1347,'_elementor_version','3.7.2'),(16464,1347,'_elementor_edit_mode','builder'),(16465,1347,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.\\u00a0<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16467,1348,'tve_revision_tve_landing_page',''),(16468,1348,'tve_revision_tve_disable_theme_dependency',''),(16469,1348,'tve_revision_tve_content_before_more',''),(16470,1348,'tve_revision_tve_content_more_found',''),(16471,1348,'tve_revision_tve_save_post',''),(16472,1348,'tve_revision_tve_custom_css',''),(16473,1348,'tve_revision_tve_user_custom_css',''),(16474,1348,'tve_revision_tve_page_events',''),(16475,1348,'tve_revision_tve_globals',''),(16476,1348,'tve_revision_tve_global_scripts',''),(16477,1348,'tve_revision_thrive_icon_pack',''),(16478,1348,'tve_revision_thrive_tcb_post_fonts',''),(16479,1348,'tve_revision_tve_has_masonry',''),(16480,1348,'tve_revision_tve_has_typefocus',''),(16481,1348,'tve_revision_tve_updated_post',''),(16482,1348,'tve_revision_tve_has_wistia_popover',''),(16483,1348,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16484,1348,'_wp_page_template','default'),(16485,1348,'_elementor_pro_version','3.7.3'),(16486,1348,'_elementor_template_type','wp-page'),(16487,1348,'_elementor_version','3.7.2'),(16488,1348,'_elementor_edit_mode','builder'),(16489,1348,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"WhatsAppMarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16491,1349,'tve_revision_tve_landing_page',''),(16492,1349,'tve_revision_tve_disable_theme_dependency',''),(16493,1349,'tve_revision_tve_content_before_more',''),(16494,1349,'tve_revision_tve_content_more_found',''),(16495,1349,'tve_revision_tve_save_post',''),(16496,1349,'tve_revision_tve_custom_css',''),(16497,1349,'tve_revision_tve_user_custom_css',''),(16498,1349,'tve_revision_tve_page_events',''),(16499,1349,'tve_revision_tve_globals',''),(16500,1349,'tve_revision_tve_global_scripts',''),(16501,1349,'tve_revision_thrive_icon_pack',''),(16502,1349,'tve_revision_thrive_tcb_post_fonts',''),(16503,1349,'tve_revision_tve_has_masonry',''),(16504,1349,'tve_revision_tve_has_typefocus',''),(16505,1349,'tve_revision_tve_updated_post',''),(16506,1349,'tve_revision_tve_has_wistia_popover',''),(16507,1349,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16508,1349,'_wp_page_template','default'),(16509,1349,'_elementor_pro_version','3.7.3'),(16510,1349,'_elementor_template_type','wp-page'),(16511,1349,'_elementor_version','3.7.2'),(16512,1349,'_elementor_edit_mode','builder'),(16513,1349,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"WhatsAppMarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16515,1350,'tve_revision_tve_landing_page',''),(16516,1350,'tve_revision_tve_disable_theme_dependency',''),(16517,1350,'tve_revision_tve_content_before_more',''),(16518,1350,'tve_revision_tve_content_more_found',''),(16519,1350,'tve_revision_tve_save_post',''),(16520,1350,'tve_revision_tve_custom_css',''),(16521,1350,'tve_revision_tve_user_custom_css',''),(16522,1350,'tve_revision_tve_page_events',''),(16523,1350,'tve_revision_tve_globals',''),(16524,1350,'tve_revision_tve_global_scripts',''),(16525,1350,'tve_revision_thrive_icon_pack',''),(16526,1350,'tve_revision_thrive_tcb_post_fonts',''),(16527,1350,'tve_revision_tve_has_masonry',''),(16528,1350,'tve_revision_tve_has_typefocus',''),(16529,1350,'tve_revision_tve_updated_post',''),(16530,1350,'tve_revision_tve_has_wistia_popover',''),(16531,1350,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16532,1350,'_wp_page_template','default'),(16533,1350,'_elementor_pro_version','3.7.3'),(16534,1350,'_elementor_template_type','wp-page'),(16535,1350,'_elementor_version','3.7.2'),(16536,1350,'_elementor_edit_mode','builder'),(16537,1350,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"WhatsAppMarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16539,1351,'tve_revision_tve_landing_page',''),(16540,1351,'tve_revision_tve_disable_theme_dependency',''),(16541,1351,'tve_revision_tve_content_before_more',''),(16542,1351,'tve_revision_tve_content_more_found',''),(16543,1351,'tve_revision_tve_save_post',''),(16544,1351,'tve_revision_tve_custom_css',''),(16545,1351,'tve_revision_tve_user_custom_css',''),(16546,1351,'tve_revision_tve_page_events',''),(16547,1351,'tve_revision_tve_globals',''),(16548,1351,'tve_revision_tve_global_scripts',''),(16549,1351,'tve_revision_thrive_icon_pack',''),(16550,1351,'tve_revision_thrive_tcb_post_fonts',''),(16551,1351,'tve_revision_tve_has_masonry',''),(16552,1351,'tve_revision_tve_has_typefocus',''),(16553,1351,'tve_revision_tve_updated_post',''),(16554,1351,'tve_revision_tve_has_wistia_popover',''),(16555,1351,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16556,1351,'_wp_page_template','default'),(16557,1351,'_elementor_pro_version','3.7.3'),(16558,1351,'_elementor_template_type','wp-page'),(16559,1351,'_elementor_version','3.7.2'),(16560,1351,'_elementor_edit_mode','builder'),(16561,1351,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"whatsappmarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16564,1352,'_wp_page_template','default'),(16565,1352,'site-sidebar-layout','no-sidebar'),(16566,1352,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16567,1352,'site-content-layout','page-builder'),(16568,1352,'ast-featured-img','disabled'),(16569,1352,'ast-title-bar-display','disabled'),(16570,1352,'site-post-title','disabled'),(16571,1352,'_astra_content_layout_flag','disabled'),(16572,1352,'_elementor_pro_version','3.7.3'),(16573,1352,'_elementor_template_type','wp-page'),(16574,1352,'_elementor_version','3.7.2'),(16575,1352,'_edit_last','1'),(16576,1352,'_tve_js_modules_gutenberg','a:0:{}'),(16577,1352,'_edit_lock','1676983777:1'),(16578,1352,'_elementor_edit_mode','builder'),(16579,1352,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":747,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16581,1352,'_eael_custom_js',''),(16582,1352,'_eael_widget_elements','a:0:{}'),(16584,1353,'tve_revision_tve_landing_page',''),(16585,1353,'tve_revision_tve_disable_theme_dependency',''),(16586,1353,'tve_revision_tve_content_before_more',''),(16587,1353,'tve_revision_tve_content_more_found',''),(16588,1353,'tve_revision_tve_save_post',''),(16589,1353,'tve_revision_tve_custom_css',''),(16590,1353,'tve_revision_tve_user_custom_css',''),(16591,1353,'tve_revision_tve_page_events',''),(16592,1353,'tve_revision_tve_globals',''),(16593,1353,'tve_revision_tve_global_scripts',''),(16594,1353,'tve_revision_thrive_icon_pack',''),(16595,1353,'tve_revision_thrive_tcb_post_fonts',''),(16596,1353,'tve_revision_tve_has_masonry',''),(16597,1353,'tve_revision_tve_has_typefocus',''),(16598,1353,'tve_revision_tve_updated_post',''),(16599,1353,'tve_revision_tve_has_wistia_popover',''),(16600,1353,'_wp_page_template','default'),(16601,1353,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16602,1353,'_elementor_pro_version','3.7.3'),(16603,1353,'_elementor_template_type','wp-page'),(16604,1353,'_elementor_version','3.7.2'),(16605,1353,'_elementor_edit_mode','builder'),(16606,1353,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"whatsappmarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16609,1354,'tve_revision_tve_landing_page',''),(16610,1354,'tve_revision_tve_disable_theme_dependency',''),(16611,1354,'tve_revision_tve_content_before_more',''),(16612,1354,'tve_revision_tve_content_more_found',''),(16613,1354,'tve_revision_tve_save_post',''),(16614,1354,'tve_revision_tve_custom_css',''),(16615,1354,'tve_revision_tve_user_custom_css',''),(16616,1354,'tve_revision_tve_page_events',''),(16617,1354,'tve_revision_tve_globals',''),(16618,1354,'tve_revision_tve_global_scripts',''),(16619,1354,'tve_revision_thrive_icon_pack',''),(16620,1354,'tve_revision_thrive_tcb_post_fonts',''),(16621,1354,'tve_revision_tve_has_masonry',''),(16622,1354,'tve_revision_tve_has_typefocus',''),(16623,1354,'tve_revision_tve_updated_post',''),(16624,1354,'tve_revision_tve_has_wistia_popover',''),(16625,1354,'_elementor_edit_mode','builder'),(16626,1354,'_elementor_template_type','wp-page'),(16627,1354,'_elementor_version','3.7.2'),(16628,1354,'_wp_page_template','default'),(16629,1354,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16630,1354,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16632,1354,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16633,1354,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(16634,1354,'_elementor_pro_version','3.7.3'),(16636,1355,'tve_revision_tve_landing_page',''),(16637,1355,'tve_revision_tve_disable_theme_dependency',''),(16638,1355,'tve_revision_tve_content_before_more',''),(16639,1355,'tve_revision_tve_content_more_found',''),(16640,1355,'tve_revision_tve_save_post',''),(16641,1355,'tve_revision_tve_custom_css',''),(16642,1355,'tve_revision_tve_user_custom_css',''),(16643,1355,'tve_revision_tve_page_events',''),(16644,1355,'tve_revision_tve_globals',''),(16645,1355,'tve_revision_tve_global_scripts',''),(16646,1355,'tve_revision_thrive_icon_pack',''),(16647,1355,'tve_revision_thrive_tcb_post_fonts',''),(16648,1355,'tve_revision_tve_has_masonry',''),(16649,1355,'tve_revision_tve_has_typefocus',''),(16650,1355,'tve_revision_tve_updated_post',''),(16651,1355,'tve_revision_tve_has_wistia_popover',''),(16652,1355,'_elementor_edit_mode','builder'),(16653,1355,'_elementor_template_type','wp-page'),(16654,1355,'_elementor_version','3.7.2'),(16655,1355,'_wp_page_template','default'),(16656,1355,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16657,1355,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16659,1355,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16660,1355,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(16661,1355,'_elementor_pro_version','3.7.3'),(16663,1356,'tve_revision_tve_landing_page',''),(16664,1356,'tve_revision_tve_disable_theme_dependency',''),(16665,1356,'tve_revision_tve_content_before_more',''),(16666,1356,'tve_revision_tve_content_more_found',''),(16667,1356,'tve_revision_tve_save_post',''),(16668,1356,'tve_revision_tve_custom_css',''),(16669,1356,'tve_revision_tve_user_custom_css',''),(16670,1356,'tve_revision_tve_page_events',''),(16671,1356,'tve_revision_tve_globals',''),(16672,1356,'tve_revision_tve_global_scripts',''),(16673,1356,'tve_revision_thrive_icon_pack',''),(16674,1356,'tve_revision_thrive_tcb_post_fonts',''),(16675,1356,'tve_revision_tve_has_masonry',''),(16676,1356,'tve_revision_tve_has_typefocus',''),(16677,1356,'tve_revision_tve_updated_post',''),(16678,1356,'tve_revision_tve_has_wistia_popover',''),(16679,1356,'_elementor_edit_mode','builder'),(16680,1356,'_elementor_template_type','wp-page'),(16681,1356,'_elementor_version','3.7.2'),(16682,1356,'_wp_page_template','default'),(16683,1356,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16684,1356,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16686,1356,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16687,1356,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(16688,1356,'_elementor_pro_version','3.7.3'),(16690,1357,'tve_revision_tve_landing_page',''),(16691,1357,'tve_revision_tve_disable_theme_dependency',''),(16692,1357,'tve_revision_tve_content_before_more',''),(16693,1357,'tve_revision_tve_content_more_found',''),(16694,1357,'tve_revision_tve_save_post',''),(16695,1357,'tve_revision_tve_custom_css',''),(16696,1357,'tve_revision_tve_user_custom_css',''),(16697,1357,'tve_revision_tve_page_events',''),(16698,1357,'tve_revision_tve_globals',''),(16699,1357,'tve_revision_tve_global_scripts',''),(16700,1357,'tve_revision_thrive_icon_pack',''),(16701,1357,'tve_revision_thrive_tcb_post_fonts',''),(16702,1357,'tve_revision_tve_has_masonry',''),(16703,1357,'tve_revision_tve_has_typefocus',''),(16704,1357,'tve_revision_tve_updated_post',''),(16705,1357,'tve_revision_tve_has_wistia_popover',''),(16706,1357,'_wp_page_template','default'),(16707,1357,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16708,1357,'_elementor_pro_version','3.7.3'),(16709,1357,'_elementor_template_type','wp-page'),(16710,1357,'_elementor_version','3.7.2'),(16711,1357,'_elementor_edit_mode','builder'),(16712,1357,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"whatsappmarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16715,1358,'tve_revision_tve_landing_page',''),(16716,1358,'tve_revision_tve_disable_theme_dependency',''),(16717,1358,'tve_revision_tve_content_before_more',''),(16718,1358,'tve_revision_tve_content_more_found',''),(16719,1358,'tve_revision_tve_save_post',''),(16720,1358,'tve_revision_tve_custom_css',''),(16721,1358,'tve_revision_tve_user_custom_css',''),(16722,1358,'tve_revision_tve_page_events',''),(16723,1358,'tve_revision_tve_globals',''),(16724,1358,'tve_revision_tve_global_scripts',''),(16725,1358,'tve_revision_thrive_icon_pack',''),(16726,1358,'tve_revision_thrive_tcb_post_fonts',''),(16727,1358,'tve_revision_tve_has_masonry',''),(16728,1358,'tve_revision_tve_has_typefocus',''),(16729,1358,'tve_revision_tve_updated_post',''),(16730,1358,'tve_revision_tve_has_wistia_popover',''),(16731,1358,'_wp_page_template','default'),(16732,1358,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16733,1358,'_elementor_pro_version','3.7.3'),(16734,1358,'_elementor_template_type','wp-page'),(16735,1358,'_elementor_version','3.7.2'),(16736,1358,'_elementor_edit_mode','builder'),(16737,1358,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"whatsappmarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16740,1359,'tve_revision_tve_landing_page',''),(16741,1359,'tve_revision_tve_disable_theme_dependency',''),(16742,1359,'tve_revision_tve_content_before_more',''),(16743,1359,'tve_revision_tve_content_more_found',''),(16744,1359,'tve_revision_tve_save_post',''),(16745,1359,'tve_revision_tve_custom_css',''),(16746,1359,'tve_revision_tve_user_custom_css',''),(16747,1359,'tve_revision_tve_page_events',''),(16748,1359,'tve_revision_tve_globals',''),(16749,1359,'tve_revision_tve_global_scripts',''),(16750,1359,'tve_revision_thrive_icon_pack',''),(16751,1359,'tve_revision_thrive_tcb_post_fonts',''),(16752,1359,'tve_revision_tve_has_masonry',''),(16753,1359,'tve_revision_tve_has_typefocus',''),(16754,1359,'tve_revision_tve_updated_post',''),(16755,1359,'tve_revision_tve_has_wistia_popover',''),(16756,1359,'_wp_page_template','default'),(16757,1359,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16758,1359,'_elementor_pro_version','3.7.3'),(16759,1359,'_elementor_template_type','wp-page'),(16760,1359,'_elementor_version','3.7.2'),(16761,1359,'_elementor_edit_mode','builder'),(16762,1359,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":747,\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16766,1360,'tve_revision_tve_landing_page',''),(16767,1360,'tve_revision_tve_disable_theme_dependency',''),(16768,1360,'tve_revision_tve_content_before_more',''),(16769,1360,'tve_revision_tve_content_more_found',''),(16770,1360,'tve_revision_tve_save_post',''),(16771,1360,'tve_revision_tve_custom_css',''),(16772,1360,'tve_revision_tve_user_custom_css',''),(16773,1360,'tve_revision_tve_page_events',''),(16774,1360,'tve_revision_tve_globals',''),(16775,1360,'tve_revision_tve_global_scripts',''),(16776,1360,'tve_revision_thrive_icon_pack',''),(16777,1360,'tve_revision_thrive_tcb_post_fonts',''),(16778,1360,'tve_revision_tve_has_masonry',''),(16779,1360,'tve_revision_tve_has_typefocus',''),(16780,1360,'tve_revision_tve_updated_post',''),(16781,1360,'tve_revision_tve_has_wistia_popover',''),(16782,1360,'_elementor_edit_mode','builder'),(16783,1360,'_elementor_template_type','wp-page'),(16784,1360,'_elementor_version','3.7.2'),(16785,1360,'_wp_page_template','default'),(16786,1360,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16787,1360,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16789,1360,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16790,1360,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(16791,1360,'_elementor_pro_version','3.7.3'),(16792,1361,'tve_revision_tve_landing_page',''),(16793,1361,'tve_revision_tve_disable_theme_dependency',''),(16794,1361,'tve_revision_tve_content_before_more',''),(16795,1361,'tve_revision_tve_content_more_found',''),(16796,1361,'tve_revision_tve_save_post',''),(16797,1361,'tve_revision_tve_custom_css',''),(16798,1361,'tve_revision_tve_user_custom_css',''),(16799,1361,'tve_revision_tve_page_events',''),(16800,1361,'tve_revision_tve_globals',''),(16801,1361,'tve_revision_tve_global_scripts',''),(16802,1361,'tve_revision_thrive_icon_pack',''),(16803,1361,'tve_revision_thrive_tcb_post_fonts',''),(16804,1361,'tve_revision_tve_has_masonry',''),(16805,1361,'tve_revision_tve_has_typefocus',''),(16806,1361,'tve_revision_tve_updated_post',''),(16807,1361,'tve_revision_tve_has_wistia_popover',''),(16808,1361,'_elementor_edit_mode','builder'),(16809,1361,'_elementor_template_type','wp-page'),(16810,1361,'_elementor_version','3.7.2'),(16811,1361,'_wp_page_template','default'),(16812,1361,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16813,1361,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16815,1361,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16816,1361,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(16817,1361,'_elementor_pro_version','3.7.3'),(16818,1362,'tve_revision_tve_landing_page',''),(16819,1362,'tve_revision_tve_disable_theme_dependency',''),(16820,1362,'tve_revision_tve_content_before_more',''),(16821,1362,'tve_revision_tve_content_more_found',''),(16822,1362,'tve_revision_tve_save_post',''),(16823,1362,'tve_revision_tve_custom_css',''),(16824,1362,'tve_revision_tve_user_custom_css',''),(16825,1362,'tve_revision_tve_page_events',''),(16826,1362,'tve_revision_tve_globals',''),(16827,1362,'tve_revision_tve_global_scripts',''),(16828,1362,'tve_revision_thrive_icon_pack',''),(16829,1362,'tve_revision_thrive_tcb_post_fonts',''),(16830,1362,'tve_revision_tve_has_masonry',''),(16831,1362,'tve_revision_tve_has_typefocus',''),(16832,1362,'tve_revision_tve_updated_post',''),(16833,1362,'tve_revision_tve_has_wistia_popover',''),(16834,1362,'_elementor_edit_mode','builder'),(16835,1362,'_elementor_template_type','wp-page'),(16836,1362,'_elementor_version','3.7.2'),(16837,1362,'_wp_page_template','default'),(16838,1362,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16839,1362,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16841,1362,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16842,1362,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(16843,1362,'_elementor_pro_version','3.7.3'),(16844,1363,'tve_revision_tve_landing_page',''),(16845,1363,'tve_revision_tve_disable_theme_dependency',''),(16846,1363,'tve_revision_tve_content_before_more',''),(16847,1363,'tve_revision_tve_content_more_found',''),(16848,1363,'tve_revision_tve_save_post',''),(16849,1363,'tve_revision_tve_custom_css',''),(16850,1363,'tve_revision_tve_user_custom_css',''),(16851,1363,'tve_revision_tve_page_events',''),(16852,1363,'tve_revision_tve_globals',''),(16853,1363,'tve_revision_tve_global_scripts',''),(16854,1363,'tve_revision_thrive_icon_pack',''),(16855,1363,'tve_revision_thrive_tcb_post_fonts',''),(16856,1363,'tve_revision_tve_has_masonry',''),(16857,1363,'tve_revision_tve_has_typefocus',''),(16858,1363,'tve_revision_tve_updated_post',''),(16859,1363,'tve_revision_tve_has_wistia_popover',''),(16860,1363,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16861,1363,'_wp_page_template','default'),(16862,1363,'_elementor_pro_version','3.7.3'),(16863,1363,'_elementor_template_type','wp-page'),(16864,1363,'_elementor_version','3.7.2'),(16865,1363,'_elementor_edit_mode','builder'),(16866,1363,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"whatsappmarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16869,1364,'tve_revision_tve_landing_page',''),(16870,1364,'tve_revision_tve_disable_theme_dependency',''),(16871,1364,'tve_revision_tve_content_before_more',''),(16872,1364,'tve_revision_tve_content_more_found',''),(16873,1364,'tve_revision_tve_save_post',''),(16874,1364,'tve_revision_tve_custom_css',''),(16875,1364,'tve_revision_tve_user_custom_css',''),(16876,1364,'tve_revision_tve_page_events',''),(16877,1364,'tve_revision_tve_globals',''),(16878,1364,'tve_revision_tve_global_scripts',''),(16879,1364,'tve_revision_thrive_icon_pack',''),(16880,1364,'tve_revision_thrive_tcb_post_fonts',''),(16881,1364,'tve_revision_tve_has_masonry',''),(16882,1364,'tve_revision_tve_has_typefocus',''),(16883,1364,'tve_revision_tve_updated_post',''),(16884,1364,'tve_revision_tve_has_wistia_popover',''),(16885,1364,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16886,1364,'_wp_page_template','default'),(16887,1364,'_elementor_pro_version','3.7.3'),(16888,1364,'_elementor_template_type','wp-page'),(16889,1364,'_elementor_version','3.7.2'),(16890,1364,'_elementor_edit_mode','builder'),(16891,1364,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"31f0e73\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"whatsappmarketing\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6fa3ea7\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3e8f6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3b8412e\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e3bd9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6b835f5\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"GOLD PLAN\",\"price\":\"0.007\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to your Subscribers and Lists.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"fbe2b66\",\"item_text\":\"Use your own WhatsApp Number\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.02.\",\"show_ribbon\":\"\",\"ribbon_title\":\"STARTER\",\"ribbon_horizontal_position\":\"right\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FA0C0C\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f76435a\",\"elType\":\"widget\",\"settings\":{\"heading\":\"WhatsApp Marketing\",\"sub_heading\":\"PREMIUM PLAN\",\"price\":\"0.10\",\"currency_format\":\",\",\"period\":\"per user\",\"features_list\":[{\"item_text\":\"Send to our Large Verified  WhatsApp Database Numbers.\",\"_id\":\"3b061a7\"},{\"item_text\":\"Call to Action Button\",\"_id\":\"cc8a173\"},{\"item_text\":\"Send Image, Videos, Links, Documents\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Ability to add a Customer Support Phone Number\"},{\"_id\":\"8c32729\",\"item_text\":\"Short Captivating Messages\"},{\"_id\":\"69b846e\",\"item_text\":\"Ability to use your WhatsApp Number or our WhatsApp Number.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"To use our WhatsApp Number for Marketing. Price will be $0.20.\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"additional_info_color\":\"#FF0000\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"additional_info_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false}]'),(16894,1365,'tve_revision_tve_landing_page',''),(16895,1365,'tve_revision_tve_disable_theme_dependency',''),(16896,1365,'tve_revision_tve_content_before_more',''),(16897,1365,'tve_revision_tve_content_more_found',''),(16898,1365,'tve_revision_tve_save_post',''),(16899,1365,'tve_revision_tve_custom_css',''),(16900,1365,'tve_revision_tve_user_custom_css',''),(16901,1365,'tve_revision_tve_page_events',''),(16902,1365,'tve_revision_tve_globals',''),(16903,1365,'tve_revision_tve_global_scripts',''),(16904,1365,'tve_revision_thrive_icon_pack',''),(16905,1365,'tve_revision_thrive_tcb_post_fonts',''),(16906,1365,'tve_revision_tve_has_masonry',''),(16907,1365,'tve_revision_tve_has_typefocus',''),(16908,1365,'tve_revision_tve_updated_post',''),(16909,1365,'tve_revision_tve_has_wistia_popover',''),(16910,1365,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16911,1365,'_wp_page_template','default'),(16912,1365,'_elementor_pro_version','3.7.3'),(16913,1365,'_elementor_template_type','wp-page'),(16914,1365,'_elementor_version','3.7.2'),(16915,1365,'_elementor_edit_mode','builder'),(16916,1365,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leads Generation & Marketing Services\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f533e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/Lead-Gen.gif\",\"id\":1284,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.<\\/p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.<\\/p><p>Sounds cool, doesn\\u2019t it?<\\/p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cc95bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/3.png\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad900f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a94acc\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Our Lead Generation Marketing Methods.\",\"tab_content\":\"<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:<\\/p><ul><li>Viral List Building<\\/li><li>Referral Marketing<\\/li><li>Viral Giveaways<\\/li><li>Viral Contest and Sweepstakes.<\\/li><li>Viral Waiting List<\\/li><li>Quiz Campaigns<\\/li><\\/ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.<\\/p>\",\"_id\":\"734de4f\"},{\"tab_title\":\"What kind of giveaways we create?\",\"tab_content\":\"<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br \\/>\\u2022 One-time campaigns<br \\/>\\u2022 Software\\u2019s<br \\/>\\u2022 Digital Products<br \\/>\\u2022 Coupons<br \\/>\\u2022 Points for actions<br \\/>\\u2022 Evergreen contests<\\/p>\",\"_id\":\"fe3e7fa\"},{\"_id\":\"651bd40\",\"tab_title\":\"Our Target audience \",\"tab_content\":\"<p>Our Target audience includes but not limited to <br \\/>\\u2022 SaaS Companies<br \\/>\\u2022 eCommerce Brands<br \\/>\\u2022 Local Businesses<br \\/>\\u2022 Startups <br \\/>\\u2022 Online Businesses<br \\/>\\u2022 Marketing Agencies <\\/p><p>Let\\u2019s help you convert your website traffic to quality, valuable and unique leads. <\\/p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. <\\/p><p>You could say it\\u2019s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.<\\/p>\"},{\"_id\":\"cfc45eb\",\"tab_title\":\"How does it work?\",\"tab_content\":\"<p>How does it work?<\\/p><p>\\u2022 Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br \\/>\\u2022 They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br \\/>\\u2022 And the system creates a Viral Loops that generates compounds Leads for your Business.<br \\/>\\u2022 You can decide to run a contest with the highest referral for an amazing price to build your List.<\\/p><p>Assign your Visitors to do a Task and Earn a Free Gift...<\\/p><p>Pick the Best from the Leaderboard\\u2026<\\/p>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_background\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4c2821d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":943,\"sizes\":[]},\"structure\":\"30\"},\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4c8977e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7991e5b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Lead Generation\",\"sub_heading\":\"Send Viral Campaigns and Generate Unique and Quality Leads\",\"price\":\"10\",\"currency_format\":\",\",\"period\":\"per Lead Campaign\",\"features_list\":[{\"item_text\":\"One Landing Lead Page\",\"_id\":\"3b061a7\"},{\"item_text\":\"One Thank You Page\",\"_id\":\"cc8a173\"},{\"item_text\":\"Reward Page to Display your Rewards.\",\"_id\":\"54b6174\"},{\"_id\":\"09a9786\",\"item_text\":\"Gamification and Social Sharing\"},{\"_id\":\"8c32729\",\"item_text\":\"Add your Autoresponder to Collect the List.\"},{\"_id\":\"273bf90\",\"item_text\":\"Data Report and Statistics.\"}],\"button_text\":\"GET A SAMPLE\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"footer_additional_info\":\"Contact us to help you build and generate Contest Campaign for your Digital Business\\u2026 Let\\u2019s help you Skyrocket your Business with Ease\\u2026\",\"ribbon_title\":\"ON DEMAND\",\"header_bg_color\":\"#833c0c\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"bold\",\"pricing_element_bg_color\":\"#FFFFFF\",\"price_color\":\"#FF0505\",\"currency_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"period_color\":\"#000000\",\"period_typography_typography\":\"custom\",\"period_typography_font_weight\":\"bold\",\"features_list_bg_color\":\"#FFFFFF\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_weight\":\"bold\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#000000\",\"__globals__\":{\"header_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"price_color\":\"\",\"features_list_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"ca1a13d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(16921,1366,'_menu_item_type','post_type'),(16922,1366,'_menu_item_menu_item_parent','26'),(16923,1366,'_menu_item_object_id','1352'),(16924,1366,'_menu_item_object','page'),(16925,1366,'_menu_item_target',''),(16926,1366,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16927,1366,'_menu_item_xfn',''),(16928,1366,'_menu_item_url',''),(16930,1366,'_menu_item_tcb_show_when','always'),(16931,12,'_wp_old_date','2022-08-23'),(16932,26,'_wp_old_date','2022-08-23'),(16933,1366,'_tve_js_modules_gutenberg','a:0:{}'),(16934,1344,'_wp_old_date','2022-08-23'),(16935,1339,'_wp_old_date','2022-08-23'),(16936,1340,'_wp_old_date','2022-08-23'),(16937,1341,'_wp_old_date','2022-08-23'),(16938,1342,'_wp_old_date','2022-08-23'),(16939,1343,'_wp_old_date','2022-08-23'),(16940,27,'_wp_old_date','2022-08-23'),(16941,343,'_wp_old_date','2022-08-23'),(16942,348,'_wp_old_date','2022-08-23'),(16943,248,'_wp_old_date','2022-08-23'),(16944,1367,'tve_revision_tve_landing_page',''),(16945,1367,'tve_revision_tve_disable_theme_dependency',''),(16946,1367,'tve_revision_tve_content_before_more',''),(16947,1367,'tve_revision_tve_content_more_found',''),(16948,1367,'tve_revision_tve_save_post',''),(16949,1367,'tve_revision_tve_custom_css',''),(16950,1367,'tve_revision_tve_user_custom_css',''),(16951,1367,'tve_revision_tve_page_events',''),(16952,1367,'tve_revision_tve_globals',''),(16953,1367,'tve_revision_tve_global_scripts',''),(16954,1367,'tve_revision_thrive_icon_pack',''),(16955,1367,'tve_revision_thrive_tcb_post_fonts',''),(16956,1367,'tve_revision_tve_has_masonry',''),(16957,1367,'tve_revision_tve_has_typefocus',''),(16958,1367,'tve_revision_tve_updated_post',''),(16959,1367,'tve_revision_tve_has_wistia_popover',''),(16960,1367,'_elementor_edit_mode','builder'),(16961,1367,'_elementor_template_type','wp-page'),(16962,1367,'_elementor_version','3.7.2'),(16963,1367,'_wp_page_template','default'),(16964,1367,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16965,1367,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16967,1367,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16968,1367,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(16969,1367,'_elementor_pro_version','3.7.3'),(16971,1368,'tve_revision_tve_landing_page',''),(16972,1368,'tve_revision_tve_disable_theme_dependency',''),(16973,1368,'tve_revision_tve_content_before_more',''),(16974,1368,'tve_revision_tve_content_more_found',''),(16975,1368,'tve_revision_tve_save_post',''),(16976,1368,'tve_revision_tve_custom_css',''),(16977,1368,'tve_revision_tve_user_custom_css',''),(16978,1368,'tve_revision_tve_page_events',''),(16979,1368,'tve_revision_tve_globals',''),(16980,1368,'tve_revision_tve_global_scripts',''),(16981,1368,'tve_revision_thrive_icon_pack',''),(16982,1368,'tve_revision_thrive_tcb_post_fonts',''),(16983,1368,'tve_revision_tve_has_masonry',''),(16984,1368,'tve_revision_tve_has_typefocus',''),(16985,1368,'tve_revision_tve_updated_post',''),(16986,1368,'tve_revision_tve_has_wistia_popover',''),(16987,1368,'_elementor_edit_mode','builder'),(16988,1368,'_elementor_template_type','wp-page'),(16989,1368,'_elementor_version','3.7.2'),(16990,1368,'_wp_page_template','default');
INSERT INTO `wpjn_postmeta` VALUES (16991,1368,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16992,1368,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(16994,1368,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16995,1368,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(16996,1368,'_elementor_pro_version','3.7.3'),(16998,1369,'tve_revision_tve_landing_page',''),(16999,1369,'tve_revision_tve_disable_theme_dependency',''),(17000,1369,'tve_revision_tve_content_before_more',''),(17001,1369,'tve_revision_tve_content_more_found',''),(17002,1369,'tve_revision_tve_save_post',''),(17003,1369,'tve_revision_tve_custom_css',''),(17004,1369,'tve_revision_tve_user_custom_css',''),(17005,1369,'tve_revision_tve_page_events',''),(17006,1369,'tve_revision_tve_globals',''),(17007,1369,'tve_revision_tve_global_scripts',''),(17008,1369,'tve_revision_thrive_icon_pack',''),(17009,1369,'tve_revision_thrive_tcb_post_fonts',''),(17010,1369,'tve_revision_tve_has_masonry',''),(17011,1369,'tve_revision_tve_has_typefocus',''),(17012,1369,'tve_revision_tve_updated_post',''),(17013,1369,'tve_revision_tve_has_wistia_popover',''),(17014,1369,'_elementor_edit_mode','builder'),(17015,1369,'_elementor_template_type','wp-page'),(17016,1369,'_elementor_version','3.7.2'),(17017,1369,'_wp_page_template','default'),(17018,1369,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17019,1369,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17021,1369,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17022,1369,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17023,1369,'_elementor_pro_version','3.7.3'),(17056,1374,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17057,1374,'_wp_page_template','default'),(17058,1374,'site-sidebar-layout','no-sidebar'),(17059,1374,'site-content-layout','page-builder'),(17060,1374,'ast-featured-img','disabled'),(17061,1374,'ast-title-bar-display','disabled'),(17062,1374,'site-post-title','disabled'),(17063,1374,'_astra_content_layout_flag','disabled'),(17064,1374,'_elementor_pro_version','3.7.3'),(17065,1374,'_elementor_template_type','wp-page'),(17066,1374,'_elementor_version','3.10.2'),(17067,1374,'_edit_last','1'),(17068,1374,'_tve_js_modules_gutenberg','a:0:{}'),(17069,1374,'_edit_lock','1676067897:1'),(17070,1374,'_elementor_edit_mode','builder'),(17071,1374,'_elementor_data','[{\"id\":\"52f2443\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf58752\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0810141\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div style=\\\"position: relative; width: 100%; height: 0; padding-top: 56.2500%;\\r\\n padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;\\r\\n border-radius: 8px; will-change: transform;\\\">\\r\\n  <iframe loading=\\\"lazy\\\" style=\\\"position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;\\\"\\r\\n    src=\\\"https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFaIMFtAeY&#x2F;view?embed\\\" allowfullscreen=\\\"allowfullscreen\\\" allow=\\\"fullscreen\\\">\\r\\n  <\\/iframe>\\r\\n<\\/div>\\r\\n<a href=\\\"https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFaIMFtAeY&#x2F;view?utm_content=DAFaIMFtAeY&amp;utm_campaign=designshare&amp;utm_medium=embeds&amp;utm_source=link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(17073,1374,'_eael_custom_js',''),(17074,1374,'_eael_widget_elements','a:0:{}'),(17076,1375,'tve_revision_tve_landing_page',''),(17077,1375,'tve_revision_tve_disable_theme_dependency',''),(17078,1375,'tve_revision_tve_content_before_more',''),(17079,1375,'tve_revision_tve_content_more_found',''),(17080,1375,'tve_revision_tve_save_post',''),(17081,1375,'tve_revision_tve_custom_css',''),(17082,1375,'tve_revision_tve_user_custom_css',''),(17083,1375,'tve_revision_tve_page_events',''),(17084,1375,'tve_revision_tve_globals',''),(17085,1375,'tve_revision_tve_global_scripts',''),(17086,1375,'tve_revision_thrive_icon_pack',''),(17087,1375,'tve_revision_thrive_tcb_post_fonts',''),(17088,1375,'tve_revision_tve_has_masonry',''),(17089,1375,'tve_revision_tve_has_typefocus',''),(17090,1375,'tve_revision_tve_updated_post',''),(17091,1375,'tve_revision_tve_has_wistia_popover',''),(17092,1375,'_elementor_edit_mode','builder'),(17093,1375,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17094,1375,'_wp_page_template','default'),(17095,1375,'_elementor_pro_version','3.7.3'),(17096,1375,'_elementor_template_type','wp-page'),(17097,1375,'_elementor_version','3.7.2'),(17098,1375,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e502bc6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-5.jpg\",\"id\":1122,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(17100,1374,'theme-transparent-header-meta','default'),(17103,1376,'tve_revision_tve_landing_page',''),(17104,1376,'tve_revision_tve_disable_theme_dependency',''),(17105,1376,'tve_revision_tve_content_before_more',''),(17106,1376,'tve_revision_tve_content_more_found',''),(17107,1376,'tve_revision_tve_save_post',''),(17108,1376,'tve_revision_tve_custom_css',''),(17109,1376,'tve_revision_tve_user_custom_css',''),(17110,1376,'tve_revision_tve_page_events',''),(17111,1376,'tve_revision_tve_globals',''),(17112,1376,'tve_revision_tve_global_scripts',''),(17113,1376,'tve_revision_thrive_icon_pack',''),(17114,1376,'tve_revision_thrive_tcb_post_fonts',''),(17115,1376,'tve_revision_tve_has_masonry',''),(17116,1376,'tve_revision_tve_has_typefocus',''),(17117,1376,'tve_revision_tve_updated_post',''),(17118,1376,'tve_revision_tve_has_wistia_popover',''),(17119,1376,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17120,1376,'_wp_page_template','default'),(17121,1376,'_elementor_pro_version','3.7.3'),(17122,1376,'_elementor_template_type','wp-page'),(17123,1376,'_elementor_version','3.7.2'),(17124,1376,'_elementor_edit_mode','builder'),(17125,1376,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e502bc6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-5.jpg\",\"id\":1122,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(17127,1377,'tve_revision_tve_landing_page',''),(17128,1377,'tve_revision_tve_disable_theme_dependency',''),(17129,1377,'tve_revision_tve_content_before_more',''),(17130,1377,'tve_revision_tve_content_more_found',''),(17131,1377,'tve_revision_tve_save_post',''),(17132,1377,'tve_revision_tve_custom_css',''),(17133,1377,'tve_revision_tve_user_custom_css',''),(17134,1377,'tve_revision_tve_page_events',''),(17135,1377,'tve_revision_tve_globals',''),(17136,1377,'tve_revision_tve_global_scripts',''),(17137,1377,'tve_revision_thrive_icon_pack',''),(17138,1377,'tve_revision_thrive_tcb_post_fonts',''),(17139,1377,'tve_revision_tve_has_masonry',''),(17140,1377,'tve_revision_tve_has_typefocus',''),(17141,1377,'tve_revision_tve_updated_post',''),(17142,1377,'tve_revision_tve_has_wistia_popover',''),(17143,1377,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17144,1377,'_wp_page_template','default'),(17145,1377,'_elementor_pro_version','3.7.3'),(17146,1377,'_elementor_template_type','wp-page'),(17147,1377,'_elementor_version','3.7.2'),(17148,1377,'_elementor_edit_mode','builder'),(17149,1377,'_elementor_data','[{\"id\":\"2bd9ad38\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"125eefb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fc6ec00\",\"elType\":\"widget\",\"settings\":{\"title\":\"YouTube Transcriptions Services\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4676daa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.<\\/p>\",\"align\":\"center\",\"text_color\":\"#BA690B\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"typography_font_family\":\"Montagu Slab\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e502bc6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/ezgif.com-gif-maker-5.jpg\",\"id\":1122,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b359d9e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"217be40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...<\\/p><p>Our YouTube Transcriptions Solution can do the Following...<\\/p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.<\\/li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.<\\/p><\\/li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.<\\/p><\\/li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.<\\/p><\\/li><li>We provide Featured images, images for the post and post tags.\\u00a0<\\/li><li>SEO Related Keywords<\\/li><\\/ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.<\\/p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.<\\/p><p>Contact us today on WhatsApp to get started.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"84e9e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b7dc90d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a164738\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c74356a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ee708c\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US on whatsapp\",\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"icon_indent\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4b234d2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(17151,1378,'tve_revision_tve_landing_page',''),(17152,1378,'tve_revision_tve_disable_theme_dependency',''),(17153,1378,'tve_revision_tve_content_before_more',''),(17154,1378,'tve_revision_tve_content_more_found',''),(17155,1378,'tve_revision_tve_save_post',''),(17156,1378,'tve_revision_tve_custom_css',''),(17157,1378,'tve_revision_tve_user_custom_css',''),(17158,1378,'tve_revision_tve_page_events',''),(17159,1378,'tve_revision_tve_globals',''),(17160,1378,'tve_revision_tve_global_scripts',''),(17161,1378,'tve_revision_thrive_icon_pack',''),(17162,1378,'tve_revision_thrive_tcb_post_fonts',''),(17163,1378,'tve_revision_tve_has_masonry',''),(17164,1378,'tve_revision_tve_has_typefocus',''),(17165,1378,'tve_revision_tve_updated_post',''),(17166,1378,'tve_revision_tve_has_wistia_popover',''),(17167,1378,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17168,1378,'_wp_page_template','default'),(17169,1378,'_elementor_pro_version','3.7.3'),(17170,1378,'_elementor_template_type','wp-page'),(17171,1378,'_elementor_version','3.7.2'),(17172,1378,'_elementor_edit_mode','builder'),(17173,1378,'_elementor_data','[{\"id\":\"52f2443\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cf58752\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0810141\",\"elType\":\"widget\",\"settings\":{\"html\":\"<div style=\\\"position: relative; width: 100%; height: 0; padding-top: 56.2500%;\\r\\n padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;\\r\\n border-radius: 8px; will-change: transform;\\\">\\r\\n  <iframe loading=\\\"lazy\\\" style=\\\"position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;\\\"\\r\\n    src=\\\"https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFaIMFtAeY&#x2F;view?embed\\\" allowfullscreen=\\\"allowfullscreen\\\" allow=\\\"fullscreen\\\">\\r\\n  <\\/iframe>\\r\\n<\\/div>\\r\\n<a href=\\\"https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFaIMFtAeY&#x2F;view?utm_content=DAFaIMFtAeY&amp;utm_campaign=designshare&amp;utm_medium=embeds&amp;utm_source=link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]'),(17178,1379,'_menu_item_type','custom'),(17179,1379,'_menu_item_menu_item_parent','26'),(17180,1379,'_menu_item_object_id','1379'),(17181,1379,'_menu_item_object','custom'),(17182,1379,'_menu_item_target',''),(17183,1379,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17184,1379,'_menu_item_xfn',''),(17185,1379,'_menu_item_url','https://mobile-marketing.my.canva.site/'),(17187,1379,'_menu_item_tcb_show_when','always'),(17188,12,'_wp_old_date','2022-08-24'),(17189,26,'_wp_old_date','2022-08-24'),(17190,1379,'_tve_js_modules_gutenberg','a:0:{}'),(17191,1366,'_wp_old_date','2022-08-24'),(17192,1344,'_wp_old_date','2022-08-24'),(17193,1339,'_wp_old_date','2022-08-24'),(17194,1340,'_wp_old_date','2022-08-24'),(17195,1341,'_wp_old_date','2022-08-24'),(17196,1342,'_wp_old_date','2022-08-24'),(17197,1343,'_wp_old_date','2022-08-24'),(17198,27,'_wp_old_date','2022-08-24'),(17199,343,'_wp_old_date','2022-08-24'),(17200,348,'_wp_old_date','2022-08-24'),(17201,248,'_wp_old_date','2022-08-24'),(17202,1380,'tve_revision_tve_landing_page',''),(17203,1380,'tve_revision_tve_disable_theme_dependency',''),(17204,1380,'tve_revision_tve_content_before_more',''),(17205,1380,'tve_revision_tve_content_more_found',''),(17206,1380,'tve_revision_tve_save_post',''),(17207,1380,'tve_revision_tve_custom_css',''),(17208,1380,'tve_revision_tve_user_custom_css',''),(17209,1380,'tve_revision_tve_page_events',''),(17210,1380,'tve_revision_tve_globals',''),(17211,1380,'tve_revision_tve_global_scripts',''),(17212,1380,'tve_revision_thrive_icon_pack',''),(17213,1380,'tve_revision_thrive_tcb_post_fonts',''),(17214,1380,'tve_revision_tve_has_masonry',''),(17215,1380,'tve_revision_tve_has_typefocus',''),(17216,1380,'tve_revision_tve_updated_post',''),(17217,1380,'tve_revision_tve_has_wistia_popover',''),(17218,1380,'_elementor_edit_mode','builder'),(17219,1380,'_elementor_template_type','wp-page'),(17220,1380,'_elementor_version','3.7.2'),(17221,1380,'_wp_page_template','default'),(17222,1380,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17223,1380,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17225,1380,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17226,1380,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17227,1380,'_elementor_pro_version','3.7.3'),(17229,1381,'tve_revision_tve_landing_page',''),(17230,1381,'tve_revision_tve_disable_theme_dependency',''),(17231,1381,'tve_revision_tve_content_before_more',''),(17232,1381,'tve_revision_tve_content_more_found',''),(17233,1381,'tve_revision_tve_save_post',''),(17234,1381,'tve_revision_tve_custom_css',''),(17235,1381,'tve_revision_tve_user_custom_css',''),(17236,1381,'tve_revision_tve_page_events',''),(17237,1381,'tve_revision_tve_globals',''),(17238,1381,'tve_revision_tve_global_scripts',''),(17239,1381,'tve_revision_thrive_icon_pack',''),(17240,1381,'tve_revision_thrive_tcb_post_fonts',''),(17241,1381,'tve_revision_tve_has_masonry',''),(17242,1381,'tve_revision_tve_has_typefocus',''),(17243,1381,'tve_revision_tve_updated_post',''),(17244,1381,'tve_revision_tve_has_wistia_popover',''),(17245,1381,'_elementor_edit_mode','builder'),(17246,1381,'_elementor_template_type','wp-page'),(17247,1381,'_elementor_version','3.7.2'),(17248,1381,'_wp_page_template','default'),(17249,1381,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"973b255\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17250,1381,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17252,1381,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17253,1381,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17254,1381,'_elementor_pro_version','3.7.3'),(17256,1382,'tve_revision_tve_landing_page',''),(17257,1382,'tve_revision_tve_disable_theme_dependency',''),(17258,1382,'tve_revision_tve_content_before_more',''),(17259,1382,'tve_revision_tve_content_more_found',''),(17260,1382,'tve_revision_tve_save_post',''),(17261,1382,'tve_revision_tve_custom_css',''),(17262,1382,'tve_revision_tve_user_custom_css',''),(17263,1382,'tve_revision_tve_page_events',''),(17264,1382,'tve_revision_tve_globals',''),(17265,1382,'tve_revision_tve_global_scripts',''),(17266,1382,'tve_revision_thrive_icon_pack',''),(17267,1382,'tve_revision_thrive_tcb_post_fonts',''),(17268,1382,'tve_revision_tve_has_masonry',''),(17269,1382,'tve_revision_tve_has_typefocus',''),(17270,1382,'tve_revision_tve_updated_post',''),(17271,1382,'tve_revision_tve_has_wistia_popover',''),(17272,1382,'_elementor_edit_mode','builder'),(17273,1382,'_elementor_template_type','wp-page'),(17274,1382,'_elementor_version','3.7.2'),(17275,1382,'_wp_page_template','default'),(17276,1382,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17277,1382,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17279,1382,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17280,1382,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17281,1382,'_elementor_pro_version','3.7.3'),(17284,1383,'tve_revision_tve_landing_page',''),(17285,1383,'tve_revision_tve_disable_theme_dependency',''),(17286,1383,'tve_revision_tve_content_before_more',''),(17287,1383,'tve_revision_tve_content_more_found',''),(17288,1383,'tve_revision_tve_save_post',''),(17289,1383,'tve_revision_tve_custom_css',''),(17290,1383,'tve_revision_tve_user_custom_css',''),(17291,1383,'tve_revision_tve_page_events',''),(17292,1383,'tve_revision_tve_globals',''),(17293,1383,'tve_revision_tve_global_scripts',''),(17294,1383,'tve_revision_thrive_icon_pack',''),(17295,1383,'tve_revision_thrive_tcb_post_fonts',''),(17296,1383,'tve_revision_tve_has_masonry',''),(17297,1383,'tve_revision_tve_has_typefocus',''),(17298,1383,'tve_revision_tve_updated_post',''),(17299,1383,'tve_revision_tve_has_wistia_popover',''),(17300,1383,'_elementor_edit_mode','builder'),(17301,1383,'_elementor_template_type','wp-page'),(17302,1383,'_elementor_version','3.10.2'),(17303,1383,'_wp_page_template','default'),(17304,1383,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17305,1383,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17307,1383,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17308,1383,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17309,1383,'_elementor_pro_version','3.7.3'),(17311,1384,'tve_revision_tve_landing_page',''),(17312,1384,'tve_revision_tve_disable_theme_dependency',''),(17313,1384,'tve_revision_tve_content_before_more',''),(17314,1384,'tve_revision_tve_content_more_found',''),(17315,1384,'tve_revision_tve_save_post',''),(17316,1384,'tve_revision_tve_custom_css',''),(17317,1384,'tve_revision_tve_user_custom_css',''),(17318,1384,'tve_revision_tve_page_events',''),(17319,1384,'tve_revision_tve_globals',''),(17320,1384,'tve_revision_tve_global_scripts',''),(17321,1384,'tve_revision_thrive_icon_pack',''),(17322,1384,'tve_revision_thrive_tcb_post_fonts',''),(17323,1384,'tve_revision_tve_has_masonry',''),(17324,1384,'tve_revision_tve_has_typefocus',''),(17325,1384,'tve_revision_tve_updated_post',''),(17326,1384,'tve_revision_tve_has_wistia_popover',''),(17327,1384,'_elementor_edit_mode','builder'),(17328,1384,'_elementor_template_type','wp-page'),(17329,1384,'_elementor_version','3.10.2'),(17330,1384,'_wp_page_template','default'),(17331,1384,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17332,1384,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17334,1384,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17335,1384,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17336,1384,'_elementor_pro_version','3.7.3'),(17338,1385,'tve_revision_tve_landing_page',''),(17339,1385,'tve_revision_tve_disable_theme_dependency',''),(17340,1385,'tve_revision_tve_content_before_more',''),(17341,1385,'tve_revision_tve_content_more_found',''),(17342,1385,'tve_revision_tve_save_post',''),(17343,1385,'tve_revision_tve_custom_css',''),(17344,1385,'tve_revision_tve_user_custom_css',''),(17345,1385,'tve_revision_tve_page_events',''),(17346,1385,'tve_revision_tve_globals',''),(17347,1385,'tve_revision_tve_global_scripts',''),(17348,1385,'tve_revision_thrive_icon_pack',''),(17349,1385,'tve_revision_thrive_tcb_post_fonts',''),(17350,1385,'tve_revision_tve_has_masonry',''),(17351,1385,'tve_revision_tve_has_typefocus',''),(17352,1385,'tve_revision_tve_updated_post',''),(17353,1385,'tve_revision_tve_has_wistia_popover',''),(17354,1385,'_elementor_edit_mode','builder'),(17355,1385,'_elementor_template_type','wp-page'),(17356,1385,'_elementor_version','3.10.2'),(17357,1385,'_wp_page_template','default'),(17358,1385,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17359,1385,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17361,1385,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17362,1385,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17363,1385,'_elementor_pro_version','3.7.3'),(17367,1386,'tve_revision_tve_landing_page',''),(17368,1386,'tve_revision_tve_disable_theme_dependency',''),(17369,1386,'tve_revision_tve_content_before_more',''),(17370,1386,'tve_revision_tve_content_more_found',''),(17371,1386,'tve_revision_tve_save_post',''),(17372,1386,'tve_revision_tve_custom_css',''),(17373,1386,'tve_revision_tve_user_custom_css',''),(17374,1386,'tve_revision_tve_page_events',''),(17375,1386,'tve_revision_tve_globals',''),(17376,1386,'tve_revision_tve_global_scripts',''),(17377,1386,'tve_revision_thrive_icon_pack',''),(17378,1386,'tve_revision_thrive_tcb_post_fonts',''),(17379,1386,'tve_revision_tve_has_masonry',''),(17380,1386,'tve_revision_tve_has_typefocus',''),(17381,1386,'tve_revision_tve_updated_post',''),(17382,1386,'tve_revision_tve_has_wistia_popover',''),(17383,1386,'_elementor_edit_mode','builder'),(17384,1386,'_elementor_template_type','wp-page'),(17385,1386,'_elementor_version','3.10.2'),(17386,1386,'_wp_page_template','default'),(17387,1386,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17388,1386,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17390,1386,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17391,1386,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17392,1386,'_elementor_pro_version','3.7.3'),(17394,1387,'tve_revision_tve_landing_page',''),(17395,1387,'tve_revision_tve_disable_theme_dependency',''),(17396,1387,'tve_revision_tve_content_before_more',''),(17397,1387,'tve_revision_tve_content_more_found',''),(17398,1387,'tve_revision_tve_save_post',''),(17399,1387,'tve_revision_tve_custom_css',''),(17400,1387,'tve_revision_tve_user_custom_css',''),(17401,1387,'tve_revision_tve_page_events',''),(17402,1387,'tve_revision_tve_globals',''),(17403,1387,'tve_revision_tve_global_scripts',''),(17404,1387,'tve_revision_thrive_icon_pack',''),(17405,1387,'tve_revision_thrive_tcb_post_fonts',''),(17406,1387,'tve_revision_tve_has_masonry',''),(17407,1387,'tve_revision_tve_has_typefocus',''),(17408,1387,'tve_revision_tve_updated_post',''),(17409,1387,'tve_revision_tve_has_wistia_popover',''),(17410,1387,'_elementor_edit_mode','builder'),(17411,1387,'_elementor_template_type','wp-page'),(17412,1387,'_elementor_version','3.10.2'),(17413,1387,'_wp_page_template','default'),(17414,1387,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17415,1387,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17417,1387,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17418,1387,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17419,1387,'_elementor_pro_version','3.7.3'),(17421,1388,'tve_revision_tve_landing_page',''),(17422,1388,'tve_revision_tve_disable_theme_dependency',''),(17423,1388,'tve_revision_tve_content_before_more',''),(17424,1388,'tve_revision_tve_content_more_found',''),(17425,1388,'tve_revision_tve_save_post',''),(17426,1388,'tve_revision_tve_custom_css',''),(17427,1388,'tve_revision_tve_user_custom_css',''),(17428,1388,'tve_revision_tve_page_events',''),(17429,1388,'tve_revision_tve_globals',''),(17430,1388,'tve_revision_tve_global_scripts',''),(17431,1388,'tve_revision_thrive_icon_pack',''),(17432,1388,'tve_revision_thrive_tcb_post_fonts',''),(17433,1388,'tve_revision_tve_has_masonry',''),(17434,1388,'tve_revision_tve_has_typefocus',''),(17435,1388,'tve_revision_tve_updated_post',''),(17436,1388,'tve_revision_tve_has_wistia_popover',''),(17437,1388,'_elementor_edit_mode','builder'),(17438,1388,'_elementor_template_type','wp-page'),(17439,1388,'_elementor_version','3.10.2'),(17440,1388,'_wp_page_template','default'),(17441,1388,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17442,1388,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17444,1388,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17445,1388,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17446,1388,'_elementor_pro_version','3.7.3'),(17449,1389,'tve_revision_tve_landing_page',''),(17450,1389,'tve_revision_tve_disable_theme_dependency',''),(17451,1389,'tve_revision_tve_content_before_more',''),(17452,1389,'tve_revision_tve_content_more_found',''),(17453,1389,'tve_revision_tve_save_post',''),(17454,1389,'tve_revision_tve_custom_css',''),(17455,1389,'tve_revision_tve_user_custom_css',''),(17456,1389,'tve_revision_tve_page_events',''),(17457,1389,'tve_revision_tve_globals',''),(17458,1389,'tve_revision_tve_global_scripts',''),(17459,1389,'tve_revision_thrive_icon_pack',''),(17460,1389,'tve_revision_thrive_tcb_post_fonts',''),(17461,1389,'tve_revision_tve_has_masonry',''),(17462,1389,'tve_revision_tve_has_typefocus',''),(17463,1389,'tve_revision_tve_updated_post',''),(17464,1389,'tve_revision_tve_has_wistia_popover',''),(17465,1389,'_elementor_edit_mode','builder'),(17466,1389,'_elementor_template_type','wp-page'),(17467,1389,'_elementor_version','3.10.2'),(17468,1389,'_wp_page_template','default'),(17469,1389,'_elementor_data','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"302e6de\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":700},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8dde34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d761ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754125f5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6d0595b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b54a471\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"ChatsBots Services\",\"description_text\":\"Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2dd12c68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sendo.sunfloris.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5d20aca2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"dd80e9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WebEngage Services\",\"description_text\":\"Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"37937e1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/webengage-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e411046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"74251b65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"Video Marketing Services\",\"description_text\":\"We help create awareness of your Business through Videos at an affordable price.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"7179b77c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/videomarketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d81743d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b75c607\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2ec5b0c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"639f75f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":951,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/domain-registration.png\"},\"title_text\":\"Website Design Services\",\"description_text\":\"We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bcdbca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/websitedesign\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8f34e9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd8986b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Leads Generation & Marketing Services\",\"description_text\":\"The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"977af7a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/leadsgen\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0c33c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b949d6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":953,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/analytics.png\"},\"title_text\":\"YouTube Transcriptions Services\",\"description_text\":\"We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0f5bfc5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/youtubetransservices\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fa1488f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1000},\"gap\":\"no\",\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d308bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f06c286\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"Mobile Marketing Services\",\"description_text\":\"Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS\\/MMS Messages, and WhatsApp Messages.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"cd16bc1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/mobile-marketing.my.canva.site\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"32e266f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"4367137\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"15\",\"bottom\":\"55\",\"left\":\"15\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#e5e5e5\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_color\":\"#00ce1b\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8788523\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":952,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/viral-marketing.png\"},\"title_text\":\"WhatsApp Marketing Services\",\"description_text\":\"WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":20},\"hover_animation\":\"grow\",\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26},\"description_color\":\"#bfbfbf\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"image_size_tablet\":{\"unit\":\"%\",\"size\":25},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"876d808\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#4F310B\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#C8760E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/whatsapp-marketing-services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17470,1389,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17472,1389,'_elementor_data_bckp','[{\"id\":\"2ea897d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"4ad8e35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ae5e105\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b01694e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4453c8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ebb772c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"f752b22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f12035b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How can we help you?\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c9ee2a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e3f6188\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"de85afc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Entrepreneurship Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e06ed99\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9e399a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As professional entrepreneurship coaches we specialize in walking the line between being a cheerleader and a harsh realist. We push you to new heights that are sometimes uncomfortable but are necessary to grow and scale your business. We stick with you through thick and thin and make sure all objectives are growth driven so you start seeing results quickly. n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"23aa4b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"bf7019c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2713817\",\"elType\":\"widget\",\"settings\":{\"title\":\"Money and Finance Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3618755\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5355268\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are reliable money and finance coaches who focus on improving the financial status for both personal or business clients. Our main objective is to address both the black and white numbers, as well as the emotional relationship with money. Weu2019ll also help you come up with a step-by-step plan to help you reach specific financial goals and to have the mindset and habits to support long term financial success.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2f97e0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"49186cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"2ca0de9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team Coaching\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6b78261\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":70,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c0c1870\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As a team coach we drive your team towards accomplishing a goal, whether it be completing a particular project, starting a new business unit or meeting sales efforts. We will help you in confronting and addressing team-busters like groupthink, micromanaging, and unresolved conflict to build a better team for your organization. We will ask questions that help your team to decide whatu2019s best for them.n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17473,1389,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:2;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:19:\"_inline_size_tablet\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:13:\"margin_mobile\";i:3;}}}}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:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}}}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:2:{s:3:\"gap\";i:5;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}}}}'),(17474,1389,'_elementor_pro_version','3.7.3'),(17508,1393,'_elementor_edit_mode','builder'),(17509,1393,'_elementor_template_type','section'),(17510,1393,'_elementor_version','3.11.1'),(17511,1393,'_elementor_pro_version','3.11.1'),(17512,1393,'_eael_custom_js',''),(17513,1394,'tve_revision_tve_landing_page',''),(17514,1394,'tve_revision_tve_disable_theme_dependency',''),(17515,1394,'tve_revision_tve_content_before_more',''),(17516,1394,'tve_revision_tve_content_more_found',''),(17517,1394,'tve_revision_tve_save_post',''),(17518,1394,'tve_revision_tve_custom_css',''),(17519,1394,'tve_revision_tve_user_custom_css',''),(17520,1394,'tve_revision_tve_page_events',''),(17521,1394,'tve_revision_tve_globals',''),(17522,1394,'tve_revision_tve_global_scripts',''),(17523,1394,'tve_revision_thrive_icon_pack',''),(17524,1394,'tve_revision_thrive_tcb_post_fonts',''),(17525,1394,'tve_revision_tve_has_masonry',''),(17526,1394,'tve_revision_tve_has_typefocus',''),(17527,1394,'tve_revision_tve_updated_post',''),(17528,1394,'tve_revision_tve_has_wistia_popover',''),(17529,1394,'_elementor_edit_mode','builder'),(17530,1394,'_elementor_template_type','section'),(17531,1394,'_elementor_version','3.11.1'),(17532,1394,'_elementor_pro_version','3.11.1'),(17533,1393,'_tve_js_modules_gutenberg','a:0:{}'),(17534,1393,'_wp_page_template','default'),(17535,1393,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17536,1393,'_elementor_data','[{\"id\":\"470f9c98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6327042f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d789aa9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5affb9fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79d32dce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"358bbd50\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d0c5154\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"41bee902\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1981d8ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(17537,1395,'tve_revision_tve_landing_page',''),(17538,1395,'tve_revision_tve_disable_theme_dependency',''),(17539,1395,'tve_revision_tve_content_before_more',''),(17540,1395,'tve_revision_tve_content_more_found',''),(17541,1395,'tve_revision_tve_save_post',''),(17542,1395,'tve_revision_tve_custom_css',''),(17543,1395,'tve_revision_tve_user_custom_css',''),(17544,1395,'tve_revision_tve_page_events',''),(17545,1395,'tve_revision_tve_globals',''),(17546,1395,'tve_revision_tve_global_scripts',''),(17547,1395,'tve_revision_thrive_icon_pack',''),(17548,1395,'tve_revision_thrive_tcb_post_fonts',''),(17549,1395,'tve_revision_tve_has_masonry',''),(17550,1395,'tve_revision_tve_has_typefocus',''),(17551,1395,'tve_revision_tve_updated_post',''),(17552,1395,'tve_revision_tve_has_wistia_popover',''),(17553,1395,'_elementor_edit_mode','builder'),(17554,1395,'_elementor_template_type','section'),(17555,1395,'_elementor_version','3.11.1'),(17556,1395,'_elementor_pro_version','3.11.1'),(17557,1395,'_wp_page_template','default'),(17558,1395,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17559,1395,'_elementor_data','[{\"id\":\"470f9c98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"6327042f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4d789aa9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5affb9fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Marketing: The new way to reach your customers!\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79d32dce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/WhatsApp-Marketing.gif\",\"id\":1252,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"358bbd50\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d0c5154\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is WhatsApp Marketing\",\"tab_content\":\"<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;<\\/p>\",\"_id\":\"d9d6ac4\"},{\"_id\":\"98015ef\",\"tab_title\":\"Key Stats About Whatsapp\",\"tab_content\":\"<ul><li>WhatsApp has\\u00a0<strong>2 billion active users<\\/strong>\\u00a0worldwide.<\\/li><li>WhatsApp is ranked as the\\u00a0<strong>most used mobile messenger app<\\/strong>\\u00a0in the world.<\\/li><li>More than\\u00a0<strong>100 billion messages are sent each day<\\/strong>\\u00a0on WhatsApp.<\\/li><li>The average WhatsApp user on Android spends\\u00a0<strong>38 minutes per day<\\/strong>\\u00a0on the app.<\\/li><li>India has the most WhatsApp monthly active users (<strong>390.1 million<\\/strong>).<\\/li><\\/ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends\\u00a0<strong>19.4 hours per month<\\/strong>\\u00a0(38 minutes per day) on the app.<\\/p><p><strong>Source:<\\/strong>\\u00a0<a title=\\\"Hootsuite\\\" href=\\\"https:\\/\\/www.hootsuite.com\\/pages\\/digital-trends-2021\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hootsuite<\\/a><\\/p>\"},{\"tab_title\":\"Why Should You Use WhatsApp Marketing for Your Business?\",\"tab_content\":\"<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.<\\/p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.<\\/p><p>However, the platform is also an excellent choice for promotions in the US and African market.<\\/p><p>WhatsApp marketing allows you to stay in touch with your customers \\u2013 more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.<\\/p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more \\u2013 53% of people say they would buy from companies they can reach via chat.<\\/p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. <\\/p>\",\"_id\":\"2814799\"},{\"tab_title\":\"Number of WhatsApp users per country\",\"tab_content\":\"<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel\\u2019s appeal is also significant especially in Spain (88%) and Netherlands (87%).<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing territories:<\\/div><div>\\u00a0<\\/div><div><strong>Nigeria*<\\/strong><\\/div><div>\\u00a0<\\/div><div>In 2021, WhatsApp\'s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Latin America<\\/strong><\\/p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).<\\/p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>Middle East<\\/strong><\\/p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations \\u2013\\u00a0Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE \\u2013\\u00a0already use WhatsApp.<\\/p><p><strong>Asia<\\/strong><\\/p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Inside track: Where WhatsApp is growing globally.<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Africa<\\/strong><\\/p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria.\\u00a0In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country\\u2019s mobile internet use.<\\/p><p><strong>USA<\\/strong><\\/p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp\\u2019s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><p><strong>India<\\/strong><\\/p><p>India\\u2019s number of users comes in at a colossal 390 million (out of the country\\u2019s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.<\\/p><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"spacer\\\"><div>Top performing countries:<\\/div><div>\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"grid-x\\\"><div class=\\\"cell small-12 \\\"><div class=\\\"two-line-headline \\\"><div class=\\\"two-line-headline__text two-line-headline__text--blog\\\"><div><p><strong>Spain<\\/strong><\\/p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain\\u2019s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.<\\/p><p><strong>Germany<\\/strong><\\/p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.<\\/p><p><strong>United Kingdom<\\/strong><\\/p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.<\\/p><p><strong>South Africa<\\/strong><\\/p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"_id\":\"4b9d3b7\"},{\"_id\":\"aa98e75\",\"tab_title\":\"Benefits of WhatsApp Marketing for Your Business.\",\"tab_content\":\"<ul><li>Profound relationships with customers.<\\/li><\\/ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.<\\/p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand \\u2013 over 70% of consumers say they engage only with personalized marketing messages.<\\/p><ul><li>Better sales:<\\/li><\\/ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.<\\/p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.<\\/p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It\\u2019s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.<\\/p><ul><li>Higher conversion rate:<\\/li><\\/ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.<\\/p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.<\\/p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%.\\u00a0<\\/p><ul><li>Lower cost of marketing:<\\/li><\\/ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.<\\/p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.<\\/p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.<\\/p>\"},{\"_id\":\"5abff48\",\"tab_title\":\"Our WhatsApp Marketing Strategy\",\"tab_content\":\"<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.<\\/p><p>Define your goals and KPIs.<br \\/>Pin down your target audience.<br \\/>Get the business app<br \\/>Create a brand persona.<br \\/>Build a contact list.<br \\/>Design your communication.<br \\/>Deliver great customer service.<\\/p>\"},{\"_id\":\"ba3a960\",\"tab_title\":\"Requirements for WhatsApp Marketing\",\"tab_content\":\"<ol><li>A Business WhatsApp Account Number that users can call.<\\/li><li>Your Target Audience or our own List.<\\/li><li>Your Call to Action Link.<\\/li><li>Short Message and One Image<\\/li><li>Make Payment.<\\/li><\\/ol>\"},{\"_id\":\"9d2ea67\",\"tab_title\":\"Who needs WhatsApp Marketing\",\"tab_content\":\"<p>Grow Your Business On WhatsApp.<\\/p><ol><li>Small Business<\\/li><li>Startups<\\/li><li>Schools<\\/li><li>NGOs and Associations.<\\/li><li>Corporate Business<\\/li><li>Government Agencies.<\\/li><li>Church and Religious Organizations.<\\/li><li>Ecommerce<\\/li><li>Retail Stores.<\\/li><li>Restaurants.<\\/li><li>Service Based Business.<\\/li><\\/ol>\"},{\"_id\":\"09a433e\",\"tab_title\":\"What can you do with WhatsApp Marketing \",\"tab_content\":\"<ol><li>Apps Downloads.<\\/li><li>Website Traffic and Visits.<\\/li><li>Send Notifications and Reminders.<\\/li><li>Providing Customer Support.<\\/li><li>Getting feedback and doing consumer research.<\\/li><li>To get reviews and ratings.<\\/li><li>Deliver special offers and Giveaways.<\\/li><li>Send Educational Content.<\\/li><li>Send Promotions and so much more<\\/li><\\/ol>\"}],\"title_background\":\"#833c0c\",\"title_color\":\"#ffffff\",\"content_color\":\"#833c0c\",\"content_typography_typography\":\"custom\",\"content_typography_font_weight\":\"700\",\"__globals__\":{\"title_background\":\"globals\\/colors?id=astglobalcolor1\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"tab_active_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"41bee902\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1981d8ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2022\\/08\\/0-1.jpg\",\"id\":1287,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(17609,1400,'tve_revision_tve_landing_page',''),(17610,1400,'tve_revision_tve_disable_theme_dependency',''),(17611,1400,'tve_revision_tve_content_before_more',''),(17612,1400,'tve_revision_tve_content_more_found',''),(17613,1400,'tve_revision_tve_save_post',''),(17614,1400,'tve_revision_tve_custom_css',''),(17615,1400,'tve_revision_tve_user_custom_css',''),(17616,1400,'tve_revision_tve_page_events',''),(17617,1400,'tve_revision_tve_globals',''),(17618,1400,'tve_revision_tve_global_scripts',''),(17619,1400,'tve_revision_thrive_icon_pack',''),(17620,1400,'tve_revision_thrive_tcb_post_fonts',''),(17621,1400,'tve_revision_tve_has_masonry',''),(17622,1400,'tve_revision_tve_has_typefocus',''),(17623,1400,'tve_revision_tve_updated_post',''),(17624,1400,'tve_revision_tve_has_wistia_popover',''),(17625,1400,'_elementor_edit_mode','builder'),(17626,1400,'_elementor_template_type','wp-page'),(17627,1400,'_elementor_version','3.14.1'),(17628,1400,'_wp_page_template','default'),(17629,1400,'_elementor_data','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Services\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\",\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2932d93\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"38\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-hero-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that we\\u2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice you\\u2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, we\\u2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends that\\u2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/why-choose-us.jpg\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e8029a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),(17630,1400,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17632,1400,'_elementor_data_bckp','[{\"id\":\"c43bb1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"611fa5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54,\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7d0df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7909ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57f0c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take Control of Your Business with Our World-Class Coaching\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"32845ff\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Consultation\",\"align\":\"center\",\"background_background\":\"\",\"button_background_hover_background\":\"\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3188432\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46,\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d869791\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-hero-img.jpg\",\"id\":38}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78d7e57\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"cb08730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":50,\"space_between_widgets_tablet\":0},\"elements\":[{\"id\":\"82c6d06\",\"elType\":\"widget\",\"settings\":{\"title\":\"We help teams build a business of their dreams with our services.\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Identify Goals\",\"description_text\":\"We work closely with you to understand and identify your business goals that can be converted into an actionable plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2f30123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Bring Ideas to Life\",\"description_text\":\"The ideas and plans that weu2019ve jotted will then be brought to life. We help and guide you to take the first step and set things up.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"b23c2e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Business Expansion\",\"description_text\":\"Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.\",\"position\":\"left\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#B8B8BE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_size\":\"h4\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4f77011\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Services\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63ade53\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"b7cde13\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"fd846a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8890ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"10cf29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"694ef03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"34135b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trust Us\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b88ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"We Are Here to Help!\",\"description_text\":\"If you are looking for a reliable business coach with whom you share your mind and get the best business advice youu2019ve been looking for, we are here. With 10 years of experience in helping businesses grow, weu2019ve mastered the skills of studying the market for you and helping you cope up with the latest trends thatu2019ll take your business to the next level.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ca556f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"98a795e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf3b1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Why Choose Us?\",\"description_text\":\"We are well-experienced business professionals with younger minds.\",\"position\":\"left\",\"title_size\":\"h2\",\"text_align_mobile\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"2878686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Passion & Commitment\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26adf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honesty & Openness\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f785d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicated Team\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba4ffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Practical Approach\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e8de9b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position_tablet\":\"top\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"86ce08a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/why-choose-us.jpg\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7bcc65\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#939CA1\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"227326a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\"},\"elements\":[{\"id\":\"6a43551\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leadersn\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75fc168\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-3.jpg\",\"id\":51},\"testimonial_name\":\"Priscila Markus\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7b238a5\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/customer-1.jpg\",\"id\":49},\"testimonial_name\":\"Kyle Hoffman\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"4f56ec2\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.nn\",\"testimonial_image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/06/customer-4.jpg\",\"id\":245},\"testimonial_name\":\"Jason Myles\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"8898cc8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"a19a7e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f944c45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-4.svg\",\"id\":55},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"992eb7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"3078e2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-5.svg\",\"id\":56},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3cca87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"26606b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-1.svg\",\"id\":52},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"51d5eef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aff82d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/logo-3.svg\",\"id\":54},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(17633,1400,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:6;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:34:\"button_background_hover_background\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:14;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;s:5:\"align\";i:2;s:28:\"space_between_widgets_tablet\";i:1;s:23:\"content_position_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:3;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;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:1;s:3:\"gap\";i:8;s:6:\"layout\";i:1;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:6;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:3:{s:26:\"background_overlay_opacity\";i:2;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:5;s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:10:\"title_size\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:3:{s:11:\"title_color\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_mobile\";i:5;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_custom_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:14:\"_section_style\";a:4:{s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:3;s:17:\"testimonial_image\";i:3;s:16:\"testimonial_name\";i:3;s:15:\"testimonial_job\";i:3;s:21:\"testimonial_alignment\";i:3;}}s:5:\"style\";a:2:{s:33:\"section_style_testimonial_content\";a:3:{s:29:\"content_typography_typography\";i:3;s:28:\"content_typography_font_size\";i:3;s:35:\"content_typography_font_size_mobile\";i:3;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}}}}}'),(17634,1400,'_elementor_pro_version','3.14.1'),(17635,1400,'tve_revision_tve_landing_page',''),(17636,1400,'tve_revision_tve_disable_theme_dependency',''),(17637,1400,'tve_revision_tve_content_before_more',''),(17638,1400,'tve_revision_tve_content_more_found',''),(17639,1400,'tve_revision_tve_save_post',''),(17640,1400,'tve_revision_tve_custom_css',''),(17641,1400,'tve_revision_tve_user_custom_css',''),(17642,1400,'tve_revision_tve_page_events',''),(17643,1400,'tve_revision_tve_globals',''),(17644,1400,'tve_revision_tve_global_scripts',''),(17645,1400,'tve_revision_thrive_icon_pack',''),(17646,1400,'tve_revision_thrive_tcb_post_fonts',''),(17647,1400,'tve_revision_tve_has_masonry',''),(17648,1400,'tve_revision_tve_has_typefocus',''),(17649,1400,'tve_revision_tve_updated_post',''),(17650,1400,'tve_revision_tve_has_wistia_popover',''),(17651,1400,'tve_revision_tve_landing_page',''),(17652,1400,'tve_revision_tve_disable_theme_dependency',''),(17653,1400,'tve_revision_tve_content_before_more',''),(17654,1400,'tve_revision_tve_content_more_found',''),(17655,1400,'tve_revision_tve_save_post',''),(17656,1400,'tve_revision_tve_custom_css',''),(17657,1400,'tve_revision_tve_user_custom_css',''),(17658,1400,'tve_revision_tve_page_events',''),(17659,1400,'tve_revision_tve_globals',''),(17660,1400,'tve_revision_tve_global_scripts',''),(17661,1400,'tve_revision_thrive_icon_pack',''),(17662,1400,'tve_revision_thrive_tcb_post_fonts',''),(17663,1400,'tve_revision_tve_has_masonry',''),(17664,1400,'tve_revision_tve_has_typefocus',''),(17665,1400,'tve_revision_tve_updated_post',''),(17666,1400,'tve_revision_tve_has_wistia_popover',''),(17667,12,'_wp_old_date','2023-02-10'),(17668,26,'_wp_old_date','2023-02-10'),(17669,1379,'_wp_old_date','2023-02-10'),(17670,1366,'_wp_old_date','2023-02-10'),(17671,1344,'_wp_old_date','2023-02-10'),(17672,1339,'_wp_old_date','2023-02-10'),(17673,1340,'_wp_old_date','2023-02-10'),(17674,1341,'_wp_old_date','2023-02-10'),(17675,1342,'_wp_old_date','2023-02-10'),(17676,1343,'_wp_old_date','2023-02-10'),(17677,27,'_wp_old_date','2023-02-10'),(17678,343,'_wp_old_date','2023-02-10'),(17679,348,'_wp_old_date','2023-02-10'),(17680,248,'_wp_old_date','2023-02-10'),(17683,2,'_wp_page_template','default'),(17684,179,'site-post-title','disabled'),(17685,179,'site-sidebar-layout','no-sidebar'),(17686,179,'site-content-layout','page-builder'),(17687,179,'theme-transparent-header-meta','enabled'),(17688,179,'_elementor_edit_mode','builder'),(17689,179,'_elementor_template_type','wp-page'),(17690,179,'_elementor_version','3.4.7'),(17691,179,'_astra_content_layout_flag','disabled'),(17692,179,'ast-title-bar-display','disabled'),(17693,179,'ast-featured-img','disabled'),(17694,179,'_wp_page_template','default'),(17695,179,'_elementor_data','[{\\\"id\\\":\\\"fd5e0c7\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"560\\\",\\\"sizes\\\":[]},\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"34\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-hero-section-bg.svg\\\"},\\\"background_position\\\":\\\"bottom right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"cover\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"160\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"96\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"1ea8ce0\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"align\\\":\\\"flex-end\\\",\\\"space_between_widgets\\\":9,\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"_inline_size\\\":null,\\\"z_index\\\":0},\\\"elements\\\":[{\\\"id\\\":\\\"04341a0\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Courses\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"center\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"title_color\\\":\\\"#FFFFFF\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"4e74cc7\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"align\\\":\\\"center\\\",\\\"__globals__\\\":{\\\"text_color\\\":\\\"\\\"},\\\"text_color\\\":\\\"#FFFFFF\\\",\\\"editor\\\":\\\"<p>Imagine owning a business that you can run anywhere, anyplace and anytime while cashing out.<\\\\/p><p>All Our courses are in Videos, audio, and text Format, which are self-explanatory, easy, step by step breakdown and engaging for our students.<\\\\/p>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"799473f2\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"20\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"110\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"1484eab7\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"_inline_size_tablet\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"4fef1840\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":\\\"54\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-featured-video.jpg\\\"},\\\"image_size\\\":\\\"full\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"40\\\",\\\"vertical\\\":\\\"80\\\",\\\"blur\\\":\\\"120\\\",\\\"spread\\\":\\\"-40\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"width_tablet\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"100\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"5a533647\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"56\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"64\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"80\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"7c7b313e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"Featured Course\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"8fa3787\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"12\\\",\\\"sizes\\\":[]},\\\"text_color\\\":\\\"#1E2428\\\",\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"13\\\",\\\"sizes\\\":[]},\\\"icon_typography_font_weight\\\":\\\"500\\\",\\\"icon_typography_text_transform\\\":\\\"uppercase\\\",\\\"icon_typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"3\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"text_color\\\":\\\"\\\",\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"7649fd32\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Smartphone<br>Online Course<br>Profit Machine\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"8\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"532e583d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Learn how to create, design, publish, host, and automate your online courses using your smartphone.\\\",\\\"header_size\\\":\\\"div\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1.6\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"title_color\\\":\\\"\\\"},\\\"title_color\\\":\\\"#1E2428\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"54b5cfd5\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"eBook 2 Cash Course\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"afdafc2\\\"},{\\\"text\\\":\\\"Video Course 2 Cash\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"7d88af1\\\"},{\\\"_id\\\":\\\"a9c7f4d\\\",\\\"text\\\":\\\"PLR Blueprint\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"}}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"4\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"6\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_mobile\\\":\\\"inherit\\\",\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"text_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"3a240b49\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"Host and Publish your courses.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"afdafc2\\\"},{\\\"text\\\":\\\"Course Sale Strategy\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"7d88af1\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"4\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"_element_width_mobile\\\":\\\"inherit\\\",\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"text_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"2fddc3a6\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Start Course\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"align_mobile\\\":\\\"justify\\\",\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"24\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/smartphone-online-course-profit-machine\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"23aca774\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"30\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"63\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-coding-course-dots-bg.png\\\"},\\\"background_position\\\":\\\"top right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"144\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"96\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"466d1bc2\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"33\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=4e45975\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"6eed7bfb\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":667,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Ecomm-Store-1.jpg\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"full\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"32\\\",\\\"vertical\\\":\\\"32\\\",\\\"blur\\\":\\\"64\\\",\\\"spread\\\":\\\"-24\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-32\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"-32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-24\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"link_to\\\":\\\"custom\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/whatsapp-ecommerce-store\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"60c0ea45\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Store Creation\\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=4e41fe3\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":2,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"2a723909\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"WhatsApp Ecommerce Store  Video Courses\\\",\\\"header_size\\\":\\\"h5\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"3c98991d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Enroll Now for Free\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/whatsapp-ecommerce-store\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"264fcac3\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"300\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-user\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"60f6de22\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"2h 24m\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hourglass-half\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_align\\\":\\\"center\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"\\\"},\\\"icon_align_tablet\\\":\\\"left\\\",\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"16c7fd23\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"33\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=4e45975\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"8\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"8\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"45faa47f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":835,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post.png\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"custom\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"32\\\",\\\"vertical\\\":\\\"32\\\",\\\"blur\\\":\\\"64\\\",\\\"spread\\\":\\\"-24\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-32\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"-32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-24\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"250\\\",\\\"height\\\":\\\"250\\\"},\\\"link_to\\\":\\\"custom\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/smartphone-online-course-profit-machine\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"56623a93\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"course hosting \\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=4e41fe3\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":2,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"2ea17e19\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Smartphone Online Course Profit Machine\\\",\\\"header_size\\\":\\\"h5\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"27ff7110\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Enroll  Now for N5,000 Naira\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/smartphone-online-course-profit-machine\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"49f8d6e7\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"200\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-user\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"447e8c0c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"3h 18m\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hourglass-half\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_align\\\":\\\"center\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=fb67935\\\"},\\\"icon_align_tablet\\\":\\\"left\\\",\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"34879fea\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"33\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=4e45975\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"17f5871a\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1271,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/11\\\\/smartmockups_kv3fk42v.jpg\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"custom\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"32\\\",\\\"vertical\\\":\\\"32\\\",\\\"blur\\\":\\\"64\\\",\\\"spread\\\":\\\"-24\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-32\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"-32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-24\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"250\\\",\\\"height\\\":\\\"250\\\"},\\\"link_to\\\":\\\"custom\\\",\\\"link\\\":{\\\"url\\\":\\\" https:\\\\/\\\\/courses.sunfloris.com\\\\/34-digital-products-ideas\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"47186537\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"ebook\\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=4e41fe3\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":2,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"4ad7685b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"34 Digital Product Ideas to create, and monetize.\\\",\\\"header_size\\\":\\\"h5\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"6db55dc1\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Enroll Now for Free\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/34-digital-products-ideas\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"2333b580\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"500\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-user\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"7e9a66e6\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"15m\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hourglass-half\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_align\\\":\\\"center\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=fb67935\\\"},\\\"icon_align_tablet\\\":\\\"left\\\",\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"}]'),(17696,179,'astra-main-page-id','47747'),(17697,179,'dynamic_page','1'),(17698,179,'_elementor_page_settings','a:37:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:28:\"astra_sites_body_font_family\";s:5:\"Rubik\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17699,179,'_yoast_wpseo_content_score','60'),(17700,179,'_yoast_wpseo_estimated-reading-time-minutes','2'),(17701,179,'_elementor_data_bckp','[{\"id\":\"fd5e0c7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"560\",\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-hero-section-bg.svg\",\"id\":\"29\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"96\",\"left\":\"40\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1ea8ce0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"04341a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Courses\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e74cc7\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e808c15\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":\"1200\",\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"dc4ca18\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"17aa19a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Courses\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6e45f9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ld_course_list col=3 order=\"asc\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"135c5b9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"80\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"80\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"270\",\"sizes\":[]},\"shape_divider_bottom_above_content\":\"yes\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\",\"background_color_b\":\"\"},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"971beeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"58a605b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-featured-review-figure-img.png\",\"id\":\"35\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"31b5e1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"66\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"72\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"z_index\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c9ec434\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our Happy Student Say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ab7040a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mauris auctor sit consequat sed aenean purus egestas porta vel fermentum, nec nisi at eget non, nisi tincidunt tempus, etiam eget blandit tortor pulvinar est faucibus tristique blandit volutpat neque sit fusce.\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"862417c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\"},\"elements\":[{\"id\":\"954ec17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"50aba88\",\"elType\":\"widget\",\"settings\":{\"title\":\"Elena Miles\",\"header_size\":\"h5\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b22cd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"02e1105\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"5605d65\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All Reviews\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#1E2428\",\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"hover_color\":\"globals/colors?id=8281310\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"7e7fb30\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"z_index\":\"1\"},\"elements\":[{\"id\":\"50a3e5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5f8b358\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-review-01.jpg\",\"id\":\"82\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3a4e26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Massa amet, at dolor tellus pellentesque aenean in eget massa tincidunt habitasse volutpat adipiscing sed id sit auctor eu vivamus nulla.</p>\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c307208\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emma Hart\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"7940f68\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"eb8b40d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-review-02.jpg\",\"id\":\"83\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f8e410\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ut morbi felis, felis massa quam sit massa, amet, bibendum pulvinar elit in adipiscing amet imperdiet ac felis congue enim, elementum orci.</p>\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44d891b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eddie Johnson\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(17702,179,'ast_self_id_47747','1'),(17703,179,'_wxr_import_user_slug','akbarh'),(17704,179,'_astra_sites_imported_post','1'),(17705,179,'_astra_sites_enable_for_batch','1'),(17706,179,'_astra_sites_hotlink_imported','1'),(17708,179,'_elementor_pro_version','3.0.5'),(17709,179,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:9;s:11:\"header_size\";i:8;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:5;s:11:\"title_color\";i:2;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_text_transform\";i:3;s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;s:12:\"_inline_size\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:5;s:7:\"z_index\";i:1;s:6:\"margin\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:3;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:3;s:26:\"box_shadow_box_shadow_type\";i:3;s:21:\"box_shadow_box_shadow\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;s:7:\"link_to\";i:3;s:4:\"link\";i:3;s:22:\"image_custom_dimension\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:4;s:27:\"image_box_shadow_box_shadow\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:9;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:9;}s:18:\"section_text_style\";a:8:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:9;s:25:\"icon_typography_font_size\";i:9;s:27:\"icon_typography_font_weight\";i:1;s:30:\"icon_typography_text_transform\";i:1;s:30:\"icon_typography_letter_spacing\";i:1;s:11:\"text_indent\";i:9;s:27:\"icon_typography_line_height\";i:6;}s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:2;s:10:\"icon_align\";i:3;s:17:\"icon_align_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:4:{s:14:\"_element_width\";i:8;s:21:\"_element_custom_width\";i:8;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_width_tablet\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:12:\"align_mobile\";i:1;s:4:\"link\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}}'),(17710,179,'_eael_custom_js',''),(17711,1403,'site-post-title','disabled'),(17712,1403,'site-sidebar-layout','no-sidebar'),(17713,1403,'site-content-layout','page-builder'),(17714,1403,'theme-transparent-header-meta','enabled'),(17715,1403,'_elementor_edit_mode','builder'),(17716,1403,'_elementor_template_type','wp-page'),(17717,1403,'_elementor_version','3.4.6'),(17718,1403,'_astra_content_layout_flag','disabled'),(17719,1403,'ast-title-bar-display','disabled'),(17720,1403,'ast-featured-img','disabled'),(17721,1403,'_wp_page_template','default'),(17722,1403,'_elementor_data','[{\\\"id\\\":\\\"7737729\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"1080\\\",\\\"sizes\\\":[]},\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"34\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-hero-section-bg.svg\\\"},\\\"background_position\\\":\\\"bottom right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"cover\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"160\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"120\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"96\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"a6b1a2b\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"5f12d71\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"About Us\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"center\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"\\\"},\\\"title_color\\\":\\\"#FFFFFF\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"cec5646\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"align\\\":\\\"center\\\",\\\"__globals__\\\":{\\\"text_color\\\":\\\"\\\"},\\\"editor\\\":\\\"<p>Your Number One Digital Platform, where you can learn and earn money with your Skills.<br \\\\/>Start and Grow the Online Business of your dreams with our Short Course, Digital EBooks, Digital Tools, Memberships, and Articles.<\\\\/p>\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"120\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"120\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"text_color\\\":\\\"#FFFFFF\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"3cab6dd\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-play\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"view\\\":\\\"stacked\\\",\\\"link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"12\\\",\\\"sizes\\\":[]},\\\"icon_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"24\\\",\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-80\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"320\\\",\\\"right\\\":\\\"320\\\",\\\"bottom\\\":\\\"320\\\",\\\"left\\\":\\\"320\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"200\\\",\\\"right\\\":\\\"200\\\",\\\"bottom\\\":\\\"200\\\",\\\"left\\\":\\\"200\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"80\\\",\\\"right\\\":\\\"80\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"80\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#1E2428\\\",\\\"_background_image\\\":{\\\"id\\\":\\\"260\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-coding-course-team-video-thumb-img.jpg\\\"},\\\"_background_position\\\":\\\"center center\\\",\\\"_background_repeat\\\":\\\"no-repeat\\\",\\\"_background_size\\\":\\\"cover\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"80\\\",\\\"vertical\\\":\\\"120\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"-64\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.24)\\\"},\\\"__globals__\\\":{\\\"primary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\",\\\"secondary_color\\\":\\\"\\\",\\\"hover_secondary_color\\\":\\\"\\\",\\\"hover_primary_color\\\":\\\"\\\"},\\\"_z_index\\\":1,\\\"primary_color\\\":\\\"#f7b500\\\",\\\"secondary_color\\\":\\\"#ffffff\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"4e146ea\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_position\\\":\\\"middle\\\",\\\"structure\\\":\\\"40\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color_stop\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"80\\\",\\\"sizes\\\":[]},\\\"background_color_b_stop\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"80\\\",\\\"sizes\\\":[]},\\\"background_gradient_angle\\\":{\\\"unit\\\":\\\"deg\\\",\\\"size\\\":\\\"270\\\",\\\"sizes\\\":[]},\\\"shape_divider_top_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"40\\\",\\\"sizes\\\":[]},\\\"shape_divider_top_height_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"40\\\",\\\"sizes\\\":[]},\\\"shape_divider_top_flip\\\":\\\"yes\\\",\\\"shape_divider_bottom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"40\\\",\\\"sizes\\\":[]},\\\"shape_divider_bottom_height_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"40\\\",\\\"sizes\\\":[]},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"155\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"80\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\",\\\"background_color_b\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"d87ac83\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"25\\\",\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"d3c7942\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Let Numbers Talk\\\",\\\"header_size\\\":\\\"h3\\\",\\\"align_mobile\\\":\\\"center\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"d2c3bf9\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"25\\\",\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"78e15fa\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"ending_number\\\":50,\\\"suffix\\\":\\\"+\\\",\\\"title\\\":\\\"Courses\\\",\\\"typography_number_typography\\\":\\\"custom\\\",\\\"typography_number_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"48\\\",\\\"sizes\\\":[]},\\\"typography_number_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"40\\\",\\\"sizes\\\":[]},\\\"typography_number_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"32\\\",\\\"sizes\\\":[]},\\\"typography_title_typography\\\":\\\"custom\\\",\\\"typography_title_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"counter\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"e467f81\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"25\\\",\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"569f2d5\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"ending_number\\\":5,\\\"thousand_separator\\\":\\\"\\\",\\\"title\\\":\\\"Instructors\\\",\\\"typography_number_typography\\\":\\\"custom\\\",\\\"typography_number_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"48\\\",\\\"sizes\\\":[]},\\\"typography_number_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"40\\\",\\\"sizes\\\":[]},\\\"typography_number_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"32\\\",\\\"sizes\\\":[]},\\\"typography_title_typography\\\":\\\"custom\\\",\\\"typography_title_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"counter\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"364bbd4\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"25\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"b14f61c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"ending_number\\\":5000,\\\"suffix\\\":\\\"+\\\",\\\"thousand_separator\\\":\\\"\\\",\\\"title\\\":\\\"Students\\\",\\\"typography_number_typography\\\":\\\"custom\\\",\\\"typography_number_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"48\\\",\\\"sizes\\\":[]},\\\"typography_number_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"40\\\",\\\"sizes\\\":[]},\\\"typography_number_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"32\\\",\\\"sizes\\\":[]},\\\"typography_title_typography\\\":\\\"custom\\\",\\\"typography_title_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"counter\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"4a2d2b4\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"104\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"120\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"80\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"64\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"64\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"background_background\\\":\\\"classic\\\",\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"d476aa2\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"5b08d1c\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"21\\\",\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"64\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"48\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"border_color\\\":\\\"globals\\\\/colors?id=59f2393\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"a40a7d4\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"33\\\",\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"b12d8c6\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"WHAT WE OFFER\\\",\\\"header_size\\\":\\\"h6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"21cf9bb\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"66\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"80\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"7d4eafc\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"You\\\'ll love how you can easily learn all the many right skills you need that can help you live your best life once you take action on them.\\\",\\\"header_size\\\":\\\"div\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1.6\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=5a35251\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"c7e9eca\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>Get Access to over 100+ Digital Products that include hundreds of hours of amazing, in-depth video courses, Ebooks, Articles, and much more, all in a learning environment created for your business and personal success.<\\\\/p>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"c3c5d04\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"21\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"1\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"a9f22f0\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"33\\\",\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"b15323b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"LEARN AT YOUR OWN PACE\\\",\\\"header_size\\\":\\\"h6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"5942108\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"66\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"80\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"cce7f64\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Our Self paced Courses allow our students to learn at their own pace from any device whether from their mobile phone or laptop, any time and any place, at their convenience.\\\",\\\"header_size\\\":\\\"div\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1.6\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=5a35251\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"0ff4b93\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>Resume exactly where you left off and get access to features and updates, No limits on the number of times you can view video lessons or any of the digital products.<\\\\/p>\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"}]'),(17723,1403,'astra-main-page-id','47746'),(17724,1403,'_elementor_page_settings','a:36:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:28:\"astra_sites_body_font_family\";s:5:\"Rubik\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(17725,1403,'_yoast_wpseo_content_score','60'),(17726,1403,'_yoast_wpseo_estimated-reading-time-minutes','2'),(17727,1403,'_elementor_data_bckp','[{\"id\":\"7737729\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"1080\",\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-hero-section-bg.svg\",\"id\":\"29\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a6b1a2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"5f12d71\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cec5646\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Porta platea eget tincidunt nunc massa sed fermentum felis, vel, egestas nec interdum et scelerisque blandit nunc faucibus et adipiscing diam cursus aenean nulla.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3cab6dd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-80\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-40\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"320\",\"right\":\"320\",\"bottom\":\"320\",\"left\":\"320\",\"isLinked\":\"1\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"200\",\"bottom\":\"200\",\"left\":\"200\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":\"1\"},\"_background_background\":\"classic\",\"_background_color\":\"#1E2428\",\"_background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-coding-course-team-video-thumb-img.jpg\",\"id\":\"260\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":\"80\",\"vertical\":\"120\",\"blur\":\"200\",\"spread\":\"-64\",\"color\":\"rgba(0, 0, 0, 0.24)\"},\"__globals__\":{\"primary_color\":\"globals/colors?id=astraextracolor2\",\"secondary_color\":\"\",\"hover_secondary_color\":\"\",\"hover_primary_color\":\"\"},\"_z_index\":1,\"primary_color\":\"#f7b500\",\"secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6824efa\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"960\",\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"64\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"0092ed6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"820aef5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"secondary_color\":\"#1579e6\",\"size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals/colors?id=astratextcolor\",\"secondary_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1d0a236\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mauris auctor sit consequat sed aenean purus egestas porta vel fermentum, nec nisi at eget non, nisi tincidunt tempus, etiam eget blandit tortor pulvinar est faucibus tristique blandit volutpat neque sit fusce.\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41efd17\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"__globals__\":{\"color\":\"globals/colors?id=8281310\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3091496\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mark Odinson\",\"header_size\":\"h5\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bc2385b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4e146ea\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"80\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"80\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"270\",\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\",\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"d87ac83\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d3c7942\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let Numbers Talk\",\"header_size\":\"h3\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"\"},{\"id\":\"d2c3bf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"78e15fa\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"200\",\"suffix\":\"+\",\"title\":\"Courses\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":\"\"},{\"id\":\"e467f81\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"569f2d5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"30\",\"thousand_separator\":\"\",\"title\":\"Instructors\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":\"\"},{\"id\":\"364bbd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\"},\"elements\":[{\"id\":\"b14f61c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":\"4000\",\"suffix\":\"+\",\"thousand_separator\":\"\",\"title\":\"Students\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"typography_number_font_size_mobile\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4a2d2b4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"120\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"d476aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"5b08d1c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"border_color\":\"globals/colors?id=59f2393\"}},\"elements\":[{\"id\":\"a40a7d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b12d8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"21cf9bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"66\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7d4eafc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cursus blandit eget duis proin orci cursus id faucibus id a amet egestas nullam eget ridiculus pellentesque arcu ac vel eu nunc.\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals/colors?id=5a35251\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c7e9eca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Est cras vulputate vitae varius mauris et tristique nibh mauris, elementum, pulvinar ultricies enim vel sed et laoreet ultricies leo ac fringilla id pretium dictumst nibh urna dictum vestibulum in quis venenatis vestibulum in lacus, at ut eget vel in mauris facilisis et mattis elementum.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"c3c5d04\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a9f22f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b15323b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"5942108\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"66\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"cce7f64\",\"elType\":\"widget\",\"settings\":{\"title\":\"Malesuada elementum ante mattis ipsum faucibus turpis at scelerisque elit turpis augue elit nisl sit nibh risus accumsan vitae euismod amet, nibh sed velit.\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals/colors?id=5a35251\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ff4b93\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tristique quam augue ac mi ut habitasse id molestie ultrices dignissim elit consectetur ac eget eleifend id id et vestibulum posuere condimentum hendrerit senectus vel dolor mattis et eget vulputate nisl elit.</p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cd8735\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Molestie ultrices\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"afdafc2\"},{\"text\":\"Vestibulum posuere\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d88af1\"},{\"text\":\"Condimentum hendrerit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"43b67d7\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_color\":\"#1E2428\",\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"inherit\",\"__globals__\":{\"icon_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d97c0a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Quam placerat laoreet\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"afdafc2\"},{\"text\":\"Praesent tempor\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d88af1\"},{\"text\":\"Lectus lacus tellus\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"43b67d7\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_color\":\"#1E2428\",\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"inherit\",\"__globals__\":{\"icon_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"fa6ddc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"120\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"a79e3e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"43c1bdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Industry Experts\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals/colors?id=fb67935\"},\"typography_typography\":\"custom\",\"align_mobile\":\"center\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbb3a65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet The Instructors\",\"typography_typography\":\"custom\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fe3929\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3fd817e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"space_between_widgets\":\"8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1ba61a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-coding-course-instructor-1.jpg\",\"id\":\"298\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"de4735f\",\"elType\":\"widget\",\"settings\":{\"title\":\"John Aston\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18963e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Development Instructor\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c7cbc20\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7be906b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"c3e78d4\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"2fa1832\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"columns\":\"3\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"columns_mobile\":\"5\",\"align_mobile\":\"center\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"fcbf6fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"space_between_widgets\":\"8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b93439f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-coding-course-instructor-4.jpg\",\"id\":\"301\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4a61fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Erika Mina\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bc9cf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mobile Development Instructor\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"097afde\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7be906b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"c3e78d4\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"2fa1832\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"columns\":\"3\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"columns_mobile\":\"5\",\"align_mobile\":\"center\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"6536484\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"space_between_widgets\":\"8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d54e63\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-coding-course-instructor-2.jpg\",\"id\":\"299\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a63179d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Amy Rose\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3097a77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Machine Learning Instructor\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0fb54cb\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7be906b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"c3e78d4\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"2fa1832\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"columns\":\"3\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"columns_mobile\":\"5\",\"align_mobile\":\"center\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"cce3ec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"space_between_widgets\":\"8\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d4b0126\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-coding-course-instructor-3.jpg\",\"id\":\"300\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c97b80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adrian Cruz\",\"header_size\":\"h5\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7461fd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Data Science Instructor\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c55bdb\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7be906b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"c3e78d4\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"2fa1832\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"columns\":\"3\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_secondary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"columns_mobile\":\"5\",\"align_mobile\":\"center\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(17728,1403,'ast_self_id_47746','1'),(17729,1403,'_wxr_import_user_slug','akbarh'),(17730,1403,'_astra_sites_imported_post','1'),(17731,1403,'_astra_sites_enable_for_batch','1'),(17733,1403,'_astra_sites_hotlink_imported','1'),(17734,1403,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;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:6;s:11:\"header_size\";i:6;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:4;s:25:\"typography_text_transform\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";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:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:10:\"text_color\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:4:\"view\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:4:\"size\";i:1;s:12:\"icon_padding\";i:1;s:13:\"primary_color\";i:1;s:15:\"secondary_color\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:8:\"_z_index\";i:1;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;s:17:\"_background_image\";i:1;s:20:\"_background_position\";i:1;s:18:\"_background_repeat\";i:1;s:16:\"_background_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:1;s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}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:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:4;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:21:\"background_color_stop\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;}s:21:\"section_shape_divider\";a:3:{s:24:\"shape_divider_top_height\";i:1;s:22:\"shape_divider_top_flip\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:4;s:6:\"margin\";i:2;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:2;s:5:\"title\";i:3;s:18:\"thousand_separator\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:2:{s:28:\"typography_number_typography\";i:3;s:27:\"typography_number_font_size\";i:3;}s:13:\"section_title\";a:2:{s:27:\"typography_title_typography\";i:3;s:26:\"typography_title_font_size\";i:3;}}}}}'),(17735,1403,'_eael_custom_js',''),(17737,1404,'site-post-title','disabled'),(17738,1404,'site-sidebar-layout','no-sidebar'),(17739,1404,'site-content-layout','page-builder'),(17740,1404,'theme-transparent-header-meta','enabled'),(17741,1404,'_elementor_edit_mode','builder'),(17742,1404,'_elementor_template_type','wp-page'),(17743,1404,'_elementor_version','3.24.4'),(17744,1404,'_astra_content_layout_flag','disabled'),(17745,1404,'ast-title-bar-display','disabled'),(17746,1404,'ast-featured-img','disabled'),(17747,1404,'_wp_page_template','default'),(17748,1404,'_elementor_data','[{\\\"id\\\":\\\"5fa293a\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"34\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-hero-section-bg.svg\\\"},\\\"background_position\\\":\\\"bottom right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"cover\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"160\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"120\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"96\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0e79fe9\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\",\\\"background_background\\\":\\\"classic\\\",\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0b253e2\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"26\\\",\\\"right\\\":\\\"26\\\",\\\"bottom\\\":\\\"26\\\",\\\"left\\\":\\\"26\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"120\\\",\\\"spread\\\":\\\"-40\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.24)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-48\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":\\\"\\\",\\\"bottom\\\":\\\"\\\",\\\"left\\\":\\\"\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"z_index\\\":\\\"1\\\",\\\"border_radius_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"8\\\",\\\"right\\\":\\\"8\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"8\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"border_radius_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"12\\\",\\\"right\\\":\\\"12\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"12\\\",\\\"isLinked\\\":\\\"1\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0a25e62\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"64\\\",\\\"bottom\\\":\\\"56\\\",\\\"left\\\":\\\"56\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"21d3aee\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Contact Us\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"left\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"\\\"},\\\"align_mobile\\\":\\\"center\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"e428702\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-phone\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"view\\\":\\\"framed\\\",\\\"title_text\\\":\\\"Call Us\\\",\\\"description_text\\\":\\\"+234 817 127 2445\\\",\\\"position\\\":\\\"left\\\",\\\"title_size\\\":\\\"h6\\\",\\\"icon_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"description_typography_typography\\\":\\\"custom\\\",\\\"description_typography_font_weight\\\":\\\"500\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_border\\\":\\\"solid\\\",\\\"_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\",\\\"primary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"description_color\\\":\\\"\\\",\\\"_border_color\\\":\\\"globals\\\\/colors?id=cb3339d\\\"},\\\"description_color\\\":\\\"#000000\\\",\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_color\\\":\\\"#EDEDED\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"text_align\\\":\\\"left\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"b7a2e27\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-envelope\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"view\\\":\\\"framed\\\",\\\"title_text\\\":\\\"Email Us\\\",\\\"description_text\\\":\\\"sunflorisservices@gmail.com\\\",\\\"position\\\":\\\"left\\\",\\\"title_size\\\":\\\"h6\\\",\\\"icon_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"description_typography_typography\\\":\\\"custom\\\",\\\"description_typography_font_weight\\\":\\\"500\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_border\\\":\\\"solid\\\",\\\"_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\",\\\"primary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"description_color\\\":\\\"\\\",\\\"_border_color\\\":\\\"globals\\\\/colors?id=cb3339d\\\"},\\\"description_color\\\":\\\"#000000\\\",\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_color\\\":\\\"#EDEDED\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"text_align\\\":\\\"left\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"6c79a86\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Follow us\\\",\\\"header_size\\\":\\\"h6\\\",\\\"align_mobile\\\":\\\"center\\\",\\\"typography_typography\\\":\\\"custom\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"1faff31\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"social_icon_list\\\":[{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-facebook\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"7be906b\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.facebook.com\\\\/SunFlorisBusiness\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-twitter\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"c3e78d4\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/twitter.com\\\\/SunFloris\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"_id\\\":\\\"31c4770\\\",\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-instagram\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.instagram.com\\\\/sunflorisbusiness\\\\/\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-youtube\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"2fa1832\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.youtube.com\\\\/channel\\\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"_id\\\":\\\"a4be533\\\",\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-whatsapp\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/api.whatsapp.com\\\\/send?phone=+2348159821671&text=Hello%20and%20Welcome%20to%20SunFloris%20Services%2C%20How%20may%20we%20help%20you.%20Do%20you%20require%20any%20of%20our%20courses%3F\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}}],\\\"columns\\\":\\\"5\\\",\\\"align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"custom\\\",\\\"icon_primary_color\\\":\\\"#FFFFFF00\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"icon_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"columns_mobile\\\":\\\"5\\\",\\\"align_mobile\\\":\\\"center\\\",\\\"icon_spacing_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\",\\\"hover_secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"social-icons\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"4186908\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"56\\\",\\\"bottom\\\":\\\"56\\\",\\\"left\\\":\\\"56\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"-32\\\",\\\"vertical\\\":\\\"0\\\",\\\"blur\\\":\\\"120\\\",\\\"spread\\\":\\\"-32\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"32\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"background_background\\\":\\\"classic\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"61df710\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"shortcode\\\":\\\"[wpforms id=\\\\\\\"28\\\\\\\"]\\\\t\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"shortcode\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"d8bddfb\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"layout\\\":\\\"full_width\\\",\\\"gap\\\":\\\"no\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"fe81dba\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"d48f45e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"address\\\":\\\"Lagos, Nigeria\\\",\\\"zoom\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"640\\\",\\\"sizes\\\":[]},\\\"height_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"480\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"google_maps\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"}]'),(17749,1404,'astra-main-page-id','47748'),(17750,1404,'_elementor_page_settings','a:1:{s:12:\"bl_ir_active\";s:0:\"\";}'),(17751,1404,'_yoast_wpseo_content_score','90'),(17752,1404,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17753,1404,'_elementor_data_bckp','[{\"id\":\"5fa293a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-hero-section-bg.svg\",\"id\":\"29\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0e79fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"0b253e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"120\",\"spread\":\"-40\",\"color\":\"rgba(0, 0, 0, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-48\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"z_index\":\"1\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"0a25e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"64\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"21d3aee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e3ca4a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Consectetur sodales et, congue sem velit et facilisi metus ac, mattis quis est egestas.</p>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"83bc76a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Address\",\"description_text\":\"123 Fifth Avenue, NY 126004, New York, USA.\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"text_align\":\"left\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"primary_color\":\"#1579e6\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e428702\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Call Us\",\"description_text\":\"+1 123 456 78 90\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b7a2e27\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Email Us\",\"description_text\":\"hello@example.com\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c79a86\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1faff31\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7be906b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"c3e78d4\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"31c4770\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"4731763\",\"social_icon\":{\"value\":\"fab fa-medium\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"2fa1832\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"columns\":\"5\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"columns_mobile\":\"5\",\"align_mobile\":\"center\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals/colors?id=astralinkhover\",\"hover_secondary_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"4186908\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"100\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"-32\",\"vertical\":\"0\",\"blur\":\"120\",\"spread\":\"-32\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"61df710\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"338\"]t\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d8bddfb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fe81dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"d48f45e\",\"elType\":\"widget\",\"settings\":{\"address\":\"123 fifth avenue\",\"zoom\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"640\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"480\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(17754,1404,'ast_self_id_47748','1'),(17755,1404,'_wxr_import_user_slug','akbarh'),(17756,1404,'_astra_sites_imported_post','1'),(17757,1404,'_astra_sites_enable_for_batch','1'),(17758,1404,'_astra_sites_hotlink_imported','1'),(17759,1404,'_elementor_pro_version','3.0.5'),(17760,1404,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:21:\"typography_typography\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:4:{s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:12:\"border_width\";i:2;}s:21:\"section_style_content\";a:5:{s:18:\"title_bottom_space\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:7:\"columns\";i:1;s:5:\"align\";i:1;s:14:\"columns_mobile\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:4:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}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:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{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:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}}'),(17761,1404,'_eael_custom_js',''),(17762,1405,'site-post-title','disabled'),(17763,1405,'site-sidebar-layout','no-sidebar'),(17764,1405,'site-content-layout','page-builder'),(17765,1405,'theme-transparent-header-meta','enabled'),(17766,1405,'_elementor_edit_mode','builder'),(17767,1405,'_elementor_template_type','wp-page'),(17768,1405,'_elementor_version','3.14.1'),(17769,1405,'_astra_content_layout_flag','disabled'),(17770,1405,'ast-title-bar-display','disabled'),(17771,1405,'ast-featured-img','disabled'),(17772,1405,'_wp_page_template','default'),(17773,1405,'_elementor_data','[{\\\"id\\\":\\\"564b576\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"content_position\\\":\\\"middle\\\",\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"280\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"250\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"background_image\\\":{\\\"id\\\":\\\"34\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-hero-section-bg.svg\\\"},\\\"background_position\\\":\\\"bottom right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"cover\\\",\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"128\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"128\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor5\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"3e28874\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"64\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"160\\\",\\\"bottom\\\":\\\"48\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_inline_size\\\":52.5439999999999969304553815163671970367431640625},\\\"elements\\\":[{\\\"id\\\":\\\"beef6da\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"On-Demand digital academy\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"8fa3787\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"12\\\",\\\"sizes\\\":[]},\\\"text_color\\\":\\\"#FFFFFF\\\",\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"13\\\",\\\"sizes\\\":[]},\\\"icon_typography_font_weight\\\":\\\"500\\\",\\\"icon_typography_text_transform\\\":\\\"uppercase\\\",\\\"icon_typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"3\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"text_color\\\":\\\"\\\",\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"ee1470d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"SunFloris<br>Digital <br>Academy\\\",\\\"header_size\\\":\\\"h1\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"4\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"title_color\\\":\\\"\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.3000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"align\\\":\\\"left\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"f5a9254\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>Your Number One Digital Platform, where you can learn and earn money with your Skills.<\\\\/p><p>Start and Grow the Online Business of your dreams with our Short Course, Digital EBooks, Digital Tools, Memberships, and Articles.<\\\\/p>\\\",\\\"text_color\\\":\\\"#F0F7FF\\\",\\\"align\\\":\\\"left\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"d1e881a\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Start Course\\\",\\\"align_mobile\\\":\\\"justify\\\",\\\"background_color\\\":\\\"#FFFFFF\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_element_width\\\":\\\"auto\\\",\\\"_element_width_mobile\\\":\\\"inherit\\\",\\\"_element_vertical_align_mobile\\\":\\\"center\\\",\\\"__globals__\\\":{\\\"button_text_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\",\\\"button_background_hover_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/all-courses\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"f8efbdc\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"View All Courses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-long-arrow-alt-right\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"icon_align\\\":\\\"right\\\",\\\"icon_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"12\\\",\\\"sizes\\\":[]},\\\"button_text_color\\\":\\\"#FFFFFF\\\",\\\"background_color\\\":\\\"#FFFFFF00\\\",\\\"text_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width\\\":\\\"auto\\\",\\\"_element_vertical_align\\\":\\\"center\\\",\\\"__globals__\\\":{\\\"background_color\\\":\\\"\\\",\\\"button_text_color\\\":\\\"\\\",\\\"hover_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"align_mobile\\\":\\\"center\\\",\\\"_element_width_mobile\\\":\\\"inherit\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/all-courses\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"8097b79\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_inline_size\\\":47.4560000000000030695446184836328029632568359375,\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[{\\\"id\\\":\\\"d2cc55c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-play\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"view\\\":\\\"stacked\\\",\\\"link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"24\\\",\\\"sizes\\\":[]},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"168\\\",\\\"right\\\":\\\"168\\\",\\\"bottom\\\":\\\"168\\\",\\\"left\\\":\\\"168\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#1E2428\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"__globals__\\\":{\\\"hover_primary_color\\\":\\\"\\\",\\\"secondary_color\\\":\\\"\\\",\\\"primary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\",\\\"hover_secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\"},\\\"_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"80\\\",\\\"vertical\\\":\\\"120\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"-64\\\",\\\"color\\\":\\\"rgba(0,0,0,0.5)\\\"},\\\"_background_image\\\":{\\\"id\\\":\\\"118\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-hero-video-thumb.jpg\\\"},\\\"_background_position\\\":\\\"center center\\\",\\\"_background_repeat\\\":\\\"no-repeat\\\",\\\"_background_size\\\":\\\"cover\\\",\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"160\\\",\\\"right\\\":\\\"160\\\",\\\"bottom\\\":\\\"160\\\",\\\"left\\\":\\\"160\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"80\\\",\\\"right\\\":\\\"80\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"80\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"f53ce8f\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"64\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-courses-section-bg.svg\\\"},\\\"background_position\\\":\\\"bottom left\\\",\\\"background_xpos\\\":{\\\"unit\\\":\\\"vw\\\",\\\"size\\\":\\\"0\\\",\\\"sizes\\\":[]},\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"contain\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"160\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"160\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"80\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"64\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"64\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"83636e6\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"eeec84d\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"20\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"1f66711\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"_inline_size_tablet\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"246905b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":\\\"54\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-featured-video.jpg\\\"},\\\"image_size\\\":\\\"full\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"40\\\",\\\"vertical\\\":\\\"80\\\",\\\"blur\\\":\\\"120\\\",\\\"spread\\\":\\\"-40\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"width_tablet\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"100\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"504974b\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"56\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"64\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"80\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"9c358fc\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"Featured Course\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"8fa3787\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"12\\\",\\\"sizes\\\":[]},\\\"text_color\\\":\\\"#1E2428\\\",\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"13\\\",\\\"sizes\\\":[]},\\\"icon_typography_font_weight\\\":\\\"500\\\",\\\"icon_typography_text_transform\\\":\\\"uppercase\\\",\\\"icon_typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"3\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"text_color\\\":\\\"\\\",\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"87bb869\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Smartphone<br>Online Course<br>Profit Machine\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"8\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"5169209\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Learn how to create, design, publish, host, and automate your online courses using your smartphone.\\\",\\\"header_size\\\":\\\"div\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1.6\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"title_color\\\":\\\"\\\"},\\\"title_color\\\":\\\"#1E2428\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"6563496\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"eBook 2 Cash Course\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"afdafc2\\\"},{\\\"text\\\":\\\"Video Course 2 Cash\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"7d88af1\\\"},{\\\"_id\\\":\\\"a9c7f4d\\\",\\\"text\\\":\\\"PLR Blueprint\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"}}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"4\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"6\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_mobile\\\":\\\"inherit\\\",\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"text_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"9561414\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"Host and Publish your courses.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"afdafc2\\\"},{\\\"text\\\":\\\"Course Sale Strategy\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"7d88af1\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"4\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"_element_width_mobile\\\":\\\"inherit\\\",\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"text_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"8460eee\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Start Course\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"align_mobile\\\":\\\"justify\\\",\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"24\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/smartphone-online-course-profit-machine\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"3c9a7ad\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"OUR COURSES\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#E09B00FA\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_weight\\\":\\\"900\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"34\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"9\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"368dbf0\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"30\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"63\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-coding-course-dots-bg.png\\\"},\\\"background_position\\\":\\\"top right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"-100\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"144\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"96\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"433c216\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"33\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=4e45975\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"f20d6ef\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":667,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Ecomm-Store-1.jpg\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"full\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"32\\\",\\\"vertical\\\":\\\"32\\\",\\\"blur\\\":\\\"64\\\",\\\"spread\\\":\\\"-24\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-32\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"-32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-24\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"link_to\\\":\\\"custom\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/whatsapp-ecommerce-store\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"3b84d9a\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Store Creation\\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=4e41fe3\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":2,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"299ea92\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"WhatsApp Ecommerce Store  Video Courses\\\",\\\"header_size\\\":\\\"h5\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"99f2697\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Enroll Now for Free\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/whatsapp-ecommerce-store\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"2fed5b8\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"300\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-user\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"fd91466\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"2h 24m\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hourglass-half\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_align\\\":\\\"center\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"\\\"},\\\"icon_align_tablet\\\":\\\"left\\\",\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"b656e9a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"33\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=4e45975\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"8\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"8\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"aaf3410\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":835,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post.png\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"custom\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"32\\\",\\\"vertical\\\":\\\"32\\\",\\\"blur\\\":\\\"64\\\",\\\"spread\\\":\\\"-24\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-32\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"-32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-24\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"250\\\",\\\"height\\\":\\\"250\\\"},\\\"link_to\\\":\\\"custom\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/smartphone-online-course-profit-machine\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"d51d83e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"course hosting \\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=4e41fe3\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":2,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"c37a845\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Smartphone Online Course Profit Machine\\\",\\\"header_size\\\":\\\"h5\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"5e7cb1e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Enroll  Now for N5,000 Naira\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/smartphone-online-course-profit-machine\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"5c771fb\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"200\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-user\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"eb6c02e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"3h 18m\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hourglass-half\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_align\\\":\\\"center\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=fb67935\\\"},\\\"icon_align_tablet\\\":\\\"left\\\",\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"04a8c65\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"33\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=4e45975\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"29793b4\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":664,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/1634823966-scaled.jpg\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"custom\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"32\\\",\\\"vertical\\\":\\\"32\\\",\\\"blur\\\":\\\"64\\\",\\\"spread\\\":\\\"-24\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-32\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"-32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-24\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"250\\\",\\\"height\\\":\\\"250\\\"},\\\"link_to\\\":\\\"custom\\\",\\\"link\\\":{\\\"url\\\":\\\" https:\\\\/\\\\/courses.sunfloris.com\\\\/34-digital-products-ideas\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"39face3\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"ebook\\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=4e41fe3\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":2,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"28556dd\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"34 Digital Product Ideas to create, and monetize.\\\",\\\"header_size\\\":\\\"h5\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"4a5b1f1\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Enroll Now for Free\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/34-digital-products-ideas\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"c1492a0\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"500\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-user\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"cdc41c4\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"15m\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hourglass-half\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_align\\\":\\\"center\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=fb67935\\\"},\\\"icon_align_tablet\\\":\\\"left\\\",\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"5a4e25c\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"-40\\\",\\\"left\\\":0,\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"120\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"z_index\\\":2,\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-64\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"80\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"64\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"ae8e3bc\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"e01d76f\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"content_position\\\":\\\"bottom\\\",\\\"structure\\\":\\\"20\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"104\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"01fd189\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"a948500\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Testimonials\\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":3,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"f65a09b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Trusted by Thousand of\\\\nStudents and Creators\\\",\\\"typography_typography\\\":\\\"custom\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"af6fb2b\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"bcf3a13\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Start Learning\\\",\\\"align\\\":\\\"right\\\",\\\"__globals__\\\":{\\\"button_text_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"button_background_hover_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\",\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\",\\\"hover_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/all-courses\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"9c49e8f\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"20\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"104\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"fb04b6b\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"64\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"80\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0a15351\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":84,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-review-03.jpg\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"full\\\",\\\"align\\\":\\\"left\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"8\\\",\\\"vertical\\\":\\\"16\\\",\\\"blur\\\":\\\"32\\\",\\\"spread\\\":\\\"-8\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"-40\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"63c961f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>\\\\u201cSunFloris\\\\u00a0 Digital Academy helped me Kick Start and Build my Online Business Skills. They really honed my digital marketing skills through their courses especially the Facebook and Instagram courses and with their software, I got access to use software needed to boost my Online Business. \\\\u201d <img class=\\\\\\\"emoji\\\\\\\" role=\\\\\\\"img\\\\\\\" draggable=\\\\\\\"false\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/s.w.org\\\\/images\\\\/core\\\\/emoji\\\\/13.1.0\\\\/svg\\\\/1f60a.svg\\\\\\\" alt=\\\\\\\"\\\\ud83d\\\\ude0a\\\\\\\" \\\\/><span style=\\\\\\\"font-size: 16px;\\\\\\\">\\\\u201d<\\\\/span><\\\\/p>\\\",\\\"text_color\\\":\\\"#1E2428\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"12\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"e0db2a2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"PAUL OKEKE\\\",\\\"header_size\\\":\\\"h6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"c1af065\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"64\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"915bb5c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":301,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-coding-course-instructor-4.jpg\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"custom\\\",\\\"align\\\":\\\"left\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"8\\\",\\\"vertical\\\":\\\"16\\\",\\\"blur\\\":\\\"32\\\",\\\"spread\\\":\\\"-8\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"-40\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"75\\\",\\\"height\\\":\\\"75\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"c1c5c2d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>\\\\u201cI think SunFloris Digital Academy is a very educative and inspiring Platform. If you want to start an Online Business, it has all the Courses, Books, and Softwares that can help you start. It is like having someone hold your hands while they journey with you through the process. I am extremely satisfied.\\\\u201d<\\\\/p>\\\",\\\"text_color\\\":\\\"#1E2428\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"12\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"e848db7\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"FUNKE ADEMOLA\\\",\\\"header_size\\\":\\\"h6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"}]'),(17774,1405,'astra-main-page-id','47749'),(17775,1405,'_elementor_page_settings','a:37:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:28:\"astra_sites_body_font_family\";s:5:\"Rubik\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17776,1405,'_yoast_wpseo_content_score','60'),(17777,1405,'_yoast_wpseo_estimated-reading-time-minutes','5'),(17778,1405,'_elementor_data_bckp','[{\"id\":\"564b576\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"250\",\"left\":\"40\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-hero-section-bg.svg\",\"id\":\"29\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"3e28874\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"160\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":52.544},\"elements\":[{\"id\":\"beef6da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"On-Demand Course\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"8fa3787\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals/colors?id=astraextracolor2\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ee1470d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Complete Python Masterclass for Web Development\",\"header_size\":\"h1\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5a9254\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Amet facilisi phasellus lacus, sit massa, erat placerat aenean aliquet ultrices eleifend enim enim lacus elit.</p>\",\"text_color\":\"#F0F7FF\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1e881a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Course\",\"align_mobile\":\"justify\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_vertical_align_mobile\":\"center\",\"__globals__\":{\"button_text_color\":\"globals/colors?id=astralinkhover\",\"button_background_hover_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f8efbdc\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Courses\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals/colors?id=astraextracolor2\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align_mobile\":\"center\",\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"8097b79\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-24\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":47.456,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"d2cc55c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"168\",\"right\":\"168\",\"bottom\":\"168\",\"left\":\"168\",\"isLinked\":\"1\"},\"_background_background\":\"classic\",\"_background_color\":\"#1E2428\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"__globals__\":{\"hover_primary_color\":\"\",\"secondary_color\":\"\",\"primary_color\":\"globals/colors?id=astraextracolor2\",\"hover_secondary_color\":\"globals/colors?id=astralinkhover\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":\"80\",\"vertical\":\"120\",\"blur\":\"200\",\"spread\":\"-64\",\"color\":\"rgba(0,0,0,0.5)\"},\"_background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-hero-video-thumb.jpg\",\"id\":\"118\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"6cdfab9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"76\",\"right\":\"40\",\"bottom\":\"76\",\"left\":\"40\",\"isLinked\":\"\"},\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"5a3a26b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"_inline_size_mobile\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5bb639a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"40\",\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/html5.svg\"},{\"id\":\"39\",\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/css3.svg\"},{\"id\":\"41\",\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/js.svg\"},{\"id\":\"42\",\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/node-js.svg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"gallery_display_caption\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"},{\"id\":\"bc3405f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"_inline_size_mobile\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"30d32ac\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":\"43\",\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/python.svg\"},{\"id\":\"44\",\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/react.svg\"},{\"id\":\"45\",\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/vuejs.svg\"},{\"id\":\"38\",\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/angular.svg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"gallery_display_caption\":\"none\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"dc9399a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"shape_divider_top_flip\":\"yes\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"content_position\":\"middle\",\"background_color_stop\":{\"unit\":\"%\",\"size\":\"80\",\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":\"80\",\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"270\",\"sizes\":[]},\"shape_divider_bottom_above_content\":\"yes\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\",\"background_color_b\":\"\"},\"shape_divider_top_height_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5bb41da\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"185d3e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-featured-review-figure-img.png\",\"id\":\"35\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"6db2ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"66\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"72\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"z_index\":\"1\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"47e218e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our Happy Student Say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a06b091\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mauris auctor sit consequat sed aenean purus egestas porta vel fermentum, nec nisi at eget non, nisi tincidunt tempus, etiam eget blandit tortor pulvinar est faucibus tristique blandit volutpat neque sit fusce.\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"503d5f6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\"},\"elements\":[{\"id\":\"93e870c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"8\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ce383a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Elena Miles\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63dfc87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"f31de6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"13e7530\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All Reviews\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#1E2428\",\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"__globals__\":{\"hover_color\":\"\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f53ce8f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-courses-section-bg.svg\",\"id\":\"64\"},\"background_position\":\"bottom left\",\"background_xpos\":{\"unit\":\"vw\",\"size\":\"0\",\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"160\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"83636e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"eeec84d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1f66711\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"246905b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-featured-video.jpg\",\"id\":\"54\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"40\",\"vertical\":\"80\",\"blur\":\"120\",\"spread\":\"-40\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"504974b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"56\",\"bottom\":\"0\",\"left\":\"64\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9c358fc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Featured Course\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"8fa3787\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_color\":\"#1E2428\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals/colors?id=astraextracolor2\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"87bb869\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started WithnPython 3 for Beginner\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5169209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nibh enim nisi amet et nunc varius facilisis nulla non urna pulvinar felis, faucibus id placerat.\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#1E2428\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6563496\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Fundamental\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"afdafc2\"},{\"text\":\"Input and output\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d88af1\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"inherit\",\"__globals__\":{\"icon_color\":\"globals/colors?id=astratextcolor\",\"text_color\":\"globals/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9561414\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Conditional branching\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"afdafc2\"},{\"text\":\"8+ more lessons\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d88af1\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"__globals__\":{\"icon_color\":\"globals/colors?id=astratextcolor\",\"text_color\":\"globals/colors?id=astralinkhover\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"8460eee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Course\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"justify\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"368dbf0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-coding-course-dots-bg.png\",\"id\":\"63\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"433c216\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f20d6ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-03.jpg\",\"id\":\"53\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3b84d9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Front End\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"299ea92\",\"elType\":\"widget\",\"settings\":{\"title\":\"HTML 5 Web ComponentnFundamentals\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fed5b8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Beginner\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals/colors?id=astraextracolor2\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"fd91466\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2h 24m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"b656e9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"aaf3410\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-02.jpg\",\"id\":\"52\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d51d83e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Front End\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c37a845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mastering CSS 3 Flexbox WithnReal World Projects\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c771fb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Beginner\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals/colors?id=astraextracolor2\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"eb6c02e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3h 18m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals/colors?id=fb67935\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"04a8c65\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"29793b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-01.jpg\",\"id\":\"51\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39face3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Front End\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28556dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Stack Web Developmentnwith React Hooks and Redux\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1492a0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Intermediate\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\"}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals/colors?id=astraextracolor2\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cdc41c4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"4h 36m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\"}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals/colors?id=fb67935\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5a4e25c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-40\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"ae8e3bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"e01d76f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"01fd189\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a948500\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals/colors?id=astraextracolor2\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f65a09b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Thousand ofnStudents and Tutors\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"af6fb2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\"},\"elements\":[{\"id\":\"bcf3a13\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Learning\",\"align\":\"right\",\"__globals__\":{\"button_text_color\":\"globals/colors?id=astratextcolor\",\"button_background_hover_color\":\"globals/colors?id=astraextracolor2\",\"background_color\":\"globals/colors?id=astraheadingcolor\",\"hover_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9c49e8f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fb04b6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0a15351\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-review-01.jpg\",\"id\":\"82\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63c961f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"u201cMassa amet, at dolor tellus pellentesque aenean in eget massa tincidunt habitasse volutpat adipiscing sed id sit auctor eu vivamus nulla.u201d\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e0db2a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emma Hart\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"c1af065\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"915bb5c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-review-02.jpg\",\"id\":\"83\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1c5c2d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"u201cUt morbi felis, felis massa quam sit massa, amet, bibendum pulvinar elit in adipiscing amet imperdiet ac felis congue enim, elementum orci.u201d\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e848db7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eddie Johnson\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"198df0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"z_index\":1},\"elements\":[{\"id\":\"10306f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8e6b7d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-review-03.jpg\",\"id\":\"84\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"212aced\",\"elType\":\"widget\",\"settings\":{\"editor\":\"u201cDonec in varius facilisis justo, curabitur aliquet sit justo sed sit interdum diam dolor ornare quis a felis adipiscing hendrerit quisque enim.u201d\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97e619c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jonathan Doe\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"85acd3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d681ff8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-review-04.jpg\",\"id\":\"85\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"11c856e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"u201cPulvinar dui vitae enim, diam et nulla elit nam leo lacinia et, a, pulvinar gravida enim in blandit mauris vitae volutpat urna, sed justo hendrerit.u201d\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60b7c9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mike Edward\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(17779,1405,'ast_self_id_47749','1'),(17780,1405,'_wxr_import_user_slug','akbarh'),(17781,1405,'_astra_sites_imported_post','1'),(17782,1405,'_astra_sites_enable_for_batch','1'),(17784,1405,'_astra_sites_hotlink_imported','1'),(17785,1405,'_edit_last','1'),(17786,1405,'_elementor_pro_version','3.14.1'),(17787,1405,'_elementor_controls_usage','a:8:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:10;}}s:5:\"style\";a:3:{s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:10;}s:18:\"section_text_style\";a:8:{s:10:\"text_color\";i:2;s:26:\"icon_typography_typography\";i:10;s:25:\"icon_typography_font_size\";i:10;s:27:\"icon_typography_font_weight\";i:2;s:30:\"icon_typography_text_transform\";i:2;s:30:\"icon_typography_letter_spacing\";i:2;s:11:\"text_indent\";i:10;s:27:\"icon_typography_line_height\";i:6;}s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:2;s:10:\"icon_align\";i:3;s:17:\"icon_align_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:4:{s:14:\"_element_width\";i:8;s:21:\"_element_custom_width\";i:8;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_width_tablet\";i:6;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:14;s:11:\"header_size\";i:11;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:10;s:22:\"typography_line_height\";i:2;s:11:\"title_color\";i:3;s:22:\"typography_font_weight\";i:2;s:22:\"typography_font_family\";i:1;s:25:\"typography_text_transform\";i:6;s:25:\"typography_letter_spacing\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:3;s:5:\"align\";i:1;s:21:\"typography_typography\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:7;s:12:\"align_mobile\";i:3;s:4:\"link\";i:7;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:16:\"background_color\";i:2;s:11:\"hover_color\";i:1;s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:17:\"button_text_color\";i:1;s:12:\"text_padding\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_width_mobile\";i:2;s:23:\"_element_vertical_align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:8;s:6:\"margin\";i:6;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:5;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:5;s:26:\"box_shadow_box_shadow_type\";i:5;s:21:\"box_shadow_box_shadow\";i:5;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:4:\"view\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:4:\"size\";i:1;s:12:\"icon_padding\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;s:17:\"_background_image\";i:1;s:20:\"_background_position\";i:1;s:18:\"_background_repeat\";i:1;s:16:\"_background_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:1;s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:7;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:2;s:15:\"background_xpos\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:5;s:6:\"margin\";i:5;s:7:\"z_index\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:6:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:7:\"link_to\";i:3;s:4:\"link\";i:3;s:22:\"image_custom_dimension\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:6;s:27:\"image_box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:5;}}}}}'),(17788,1405,'_eael_custom_js',''),(17789,1405,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:1;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(17790,1406,'_edit_last','1'),(17791,1406,'_elementor_edit_mode','builder'),(17792,1406,'_elementor_template_type','wp-page'),(17793,1406,'_elementor_version','3.4.7'),(17794,1406,'_astra_content_layout_flag','disabled'),(17795,1406,'site-post-title','disabled'),(17796,1406,'ast-title-bar-display','disabled'),(17797,1406,'ast-featured-img','disabled'),(17798,1406,'site-content-layout','page-builder'),(17799,1406,'site-sidebar-layout','no-sidebar'),(17800,1406,'_wp_page_template','default'),(17801,1406,'_elementor_data','[{\\\"id\\\":\\\"507b249\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"layout\\\":\\\"full_width\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#145714\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"a471024\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"2cb155e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ffffff;\\\\\\\">F<em>ree Training- You Can Turn Your<\\\\/em><\\\\/span><em>\\\\u00a0<span style=\\\\\\\"color: #ffff00;\\\\\\\">WHATSAPP<\\\\/span> <span style=\\\\\\\"color: #ffffff;\\\\\\\">Into A Fully Functional<\\\\/span> <span style=\\\\\\\"color: #ffff00;\\\\\\\">E-COMMERCE STORE<\\\\/span>\\\\u00a0<span style=\\\\\\\"color: #ffffff;\\\\\\\">In Less Than 45 Minutes<\\\\/span><\\\\/em><\\\\/p>\\\",\\\"align\\\":\\\"center\\\",\\\"text_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":35,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-18\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"80c7022\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"layout\\\":\\\"full_width\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"33\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"0a4d50f\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"3059c17\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>Transform your WhatsApp<\\\\/strong> into a power tool that you can list your products and get paid by your customers instantly. Yes, and it is a FREE TRAINING\\\\u2026<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">YES, If you are looking for a way to <strong>SELL YOUR PRODUCTS<\\\\/strong> or <strong>SERVICES, RECEIVE YOUR PAYMENTS<\\\\/strong> even while you sleep <strong>WITHOUT HAVING TO UPLOAD MULTIPLE PICTURES ON YOUR STATUS<\\\\/strong> which expires within <strong>24 hours.<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Then, this training is for you\\\\u2026<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Yes, if you are looking for a way to <strong>sell your products<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>Receive payments<\\\\/strong> even <strong>while you sleep<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Without paying a <strong>developer<\\\\/strong> for an <strong>ecommerce website\\\\u2026<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Then this is the most <strong>important page you will ever visit<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">The reason I am saying so is that I will show you how to step by step on how to create your <strong>complete ecommerce store<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">If you are a <strong>smart business owner<\\\\/strong> looking at how to grow and scale your <strong>online business<\\\\/strong> without spending much on <strong>hiring expensive web designers,<\\\\/strong> then read on.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Stop flooding your <strong>WhatsApp Status<\\\\/strong> with <strong>images,<\\\\/strong> when you can have an <strong>ecommerce store for your business.<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">You can create <strong>Multiple Stores <\\\\/strong>for different <strong>businesses your offer<\\\\/strong> and with <strong>different currencies...<\\\\/strong><\\\\/span><\\\\/p>\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_weight\\\":\\\"500\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"01c1f54\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"25\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"1663d91\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"36a4afe\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Adverts-Digital-Products-Blog-Pinterest-Pin.png\\\",\\\"id\\\":798,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"39a03e6\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p><span style=\\\\\\\"color: #000000;\\\\\\\">Are you are a smart business owner looking at how to grow and scale your online business without spending much on hiring expensive web designers?\\\\u00a0<\\\\/span><\\\\/p><ul><li><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Are you a business owner looking at increasing your online sales?<\\\\/strong><\\\\/span><\\\\/li><li><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Do you Sell your Physical and Digital Products Online?<\\\\/strong><\\\\/span><\\\\/li><li><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Do you Offer Physical and Digital Services Online?<\\\\/strong><\\\\/span><\\\\/li><li><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Do you have WhatsApp on your Mobile Phone?<\\\\/strong><\\\\/span><\\\\/li><li><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Do you know you can now turn your WhatsApp into an online E-commerce Shop or Store?<\\\\/strong><\\\\/span><\\\\/li><\\\\/ul><p><span style=\\\\\\\"color: #000000;\\\\\\\">If you must sell massively, you need to have a very strong online presence.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Then this Practical Training is for \\\\u201cYOU\\\\u201d<\\\\/span><\\\\/p>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"c613350\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Join the Free Telegram Training\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/WAST\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"lg\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fab fa-free-code-camp\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"icon_align\\\":\\\"right\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":31,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":21,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"fe8aaa2\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"5d5b33f\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"9e2e1e6\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>What are you waiting for?<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>BUILD YOUR E-COMMERCE STORE ON WHATSAPP IN 45 MINUTES<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">This WhatsApp \\\\u00c9commerce store affords you the opportunity to display up to 50 of your product online :<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\ud83d\\\\udca5 Without any coding<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\ud83d\\\\udca5 comes with a Free Subdomain<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\ud83d\\\\udca5 Without paying for web hosting yearly.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\ud83d\\\\udca5 Without even hiring a website designer.<\\\\/span><\\\\/p><h4><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>The most interesting part is that it is Do it Yourself aka DIY even as a complete beginner.<\\\\/strong><\\\\/span><\\\\/h4><h4><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Interested in learning how you can create an online shop for your business in few minutes?<\\\\/strong><\\\\/span><\\\\/h4><p><span style=\\\\\\\"color: #000000;\\\\\\\">A Practical Training for businesses that which to sells anything on WhatsApp. Set up your FREE WhatsApp store and start selling online instantly 24X7. Works on both WhatsApp and WhatsApp Business.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>You will learn how to build the E-commerce Store by yourself with our simplified step-by-step video training even if you as a complete beginner.\\\\u00a0<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Stop creating WhatsApp status!\\\\u00a0<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">People get tired of flipping through product images daily.\\\\u00a0<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">WhatsApp automation has gone to the next level.\\\\u00a0<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Businesses have moved past that.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Join other business owners and create your own eCommerce Store...<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Smart sellers are the ones making sales and yet you wonder how.\\\\u00a0<\\\\/span><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- Removes the stress of sending product pictures of your items with their prices to everyone\\\\u00a0<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- Track how your contacts interact with your products on WhatsApp and follow up with those who abandoned their carts<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- You can create this in 30 minutes on your Mobile phone\\\\u00a0<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- You don\\\'t need to be techy at all<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- Customers can pay with a debit card or bank transfer, still on WhatsApp.\\\\u00a0<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- Generate Receipts for your Customers instantly...<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- Saves you from spending 50k and above on an eCommerce store that you won\\\'t know how to use.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- Accept international payment whether in dollars or pounds<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">- Customers can shop for any of your products in one place...<\\\\/span><\\\\/strong><\\\\/p><p><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Checkout the Demo Video to see how your store will look like and also how your customer will interact with your store.<\\\\/strong><\\\\/span><\\\\/p>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"75f3e90\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"f8bfef3\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"255d85d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"video_block\\\":\\\"1325\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"presto_video\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"0b4c3bc\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"def0871\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"4bb27de\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Build your Ecommerce Store for Free\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/WAST\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"lg\\\",\\\"icon_align\\\":\\\"right\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":31,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":19,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"403b492\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">*Benefits of the WhatsApp Store \\\\ud83d\\\\uded2*<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\u267b\\\\ufe0f You will make more sales because your customers can now buy your products even while you are not available.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\u267b\\\\ufe0f You will gain more visibility because your status is no more occupied with excess pictures of your products.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\ud83d\\\\uded2 It\\\'s Easy DIY (Do It Yourself) set-up.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\ud83d\\\\uded2 Works on both WhatsApp Messenger and WhatsApp Business<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\ud83d\\\\uded2Work on both Android, iPhone, and Laptop<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">\\\\ud83e\\\\udd37\\\\u200d\\\\u2642\\\\ufe0f It\\\'s Completely FREE<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">The store is good for physical products and info Products or any services.<\\\\/span><\\\\/strong><\\\\/p><h3><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>All you need to do is to learn how to build yours.....<\\\\/strong><\\\\/span><\\\\/h3><h3><span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Grab the opportunity now!<\\\\/strong><\\\\/span><\\\\/h3>\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"600\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"a828c22\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Join the Free Telegram Training\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/WAST\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"lg\\\",\\\"icon_align\\\":\\\"right\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":31,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":19,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"b19a225\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"70539a3\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"3cecd3f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">*Features of WhatsApp E-COMMERCE store*<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">1. Easy to set up within 30minutes or more.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">2. Different payment gateway integrated (Paystack, Stripe, Flutterwave, etc..)<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">3. You will receive order alerts on WhatsApp and customer contacts to follow up after they place an order.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">4. You will link up all your social media pages to your eCommerce store.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">5 Accepts all types of Payments (Naira, USD, GBP, GHC, KES, ZAR, all Currencies)<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">6 Accepts all Languages... You can build your store in any Language of your choice...<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">5. You can install Facebook pixel and Google analytics to track those who visited your store and lots more.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">6. You can also run sponsored Facebook Ads for your e-commerce store instead of WhatsApp Group.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">The Training Videos are so Self-Explanatory even a child of 5 years can learn how to create it.<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">SEE,<\\\\/span><\\\\/strong><\\\\/p><p><strong><span style=\\\\\\\"color: #000000;\\\\\\\">Smart African Business owners are taking this Opportunity now,\\\\u00a0DON\\\\u2019T BE LEFT OUT.<\\\\/span><\\\\/strong><\\\\/p>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"7fe8ce6\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"structure\\\":\\\"20\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"747ea1d\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"608e408\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Screenshot_20210303-152820.png\\\",\\\"id\\\":822,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"}],\\\"isInner\\\":false},{\\\"id\\\":\\\"5349cbb\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"f1aa578\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Screenshot_20210303-152621.png\\\",\\\"id\\\":821,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"e4c4d9f\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"28c200f\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"513618e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Build your Ecommerce Store for Free\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/WAST\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"lg\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fab fa-free-code-camp\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"icon_align\\\":\\\"right\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":31,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":19,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false}]'),(17803,1406,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17804,1406,'_elementor_controls_usage','a:6:{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:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:6:\"layout\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;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:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:4:\"link\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:13:\"selected_icon\";i:2;s:10:\"icon_align\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;}}}}s:12:\"presto_video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"video_block\";i:1;}}}}}'),(17805,1406,'_elementor_pro_version','3.0.5'),(17806,1406,'_eael_custom_js',''),(17807,1407,'_edit_last','1'),(17808,1407,'_elementor_edit_mode','builder'),(17809,1407,'_elementor_template_type','wp-page'),(17810,1407,'_elementor_version','3.4.7'),(17811,1407,'_astra_content_layout_flag','disabled'),(17812,1407,'site-post-title','disabled'),(17813,1407,'ast-title-bar-display','disabled'),(17814,1407,'ast-featured-img','disabled'),(17815,1407,'site-content-layout','page-builder'),(17816,1407,'site-sidebar-layout','no-sidebar'),(17817,1407,'_wp_page_template','default'),(17818,1407,'_elementor_page_settings','a:37:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:28:\"astra_sites_body_font_family\";s:5:\"Rubik\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(17819,1407,'_elementor_data','[{\\\"id\\\":\\\"7b580fbb\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"custom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":800},\\\"content_position\\\":\\\"middle\\\",\\\"structure\\\":\\\"20\\\",\\\"background_color\\\":\\\"#FFFFFF\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":false},\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":952,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"22201d5d\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"965b0d4\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"FREE EBOOK FOR CREATORS\\\",\\\"size\\\":\\\"xl\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#0B5B21\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Aclonica\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"typography_text_decoration\\\":\\\"underline\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"5ba12543\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1271,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/11\\\\/smartmockups_kv3fk42v.jpg\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"full\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"}],\\\"isInner\\\":false},{\\\"id\\\":\\\"6ee4fa80\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"35\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"25\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"866d157\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Get 34 Profitable Ideas For Your Next Digital Product!\\\",\\\"header_size\\\":\\\"h4\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":45},\\\"typography_font_family\\\":\\\"Lora\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"2d988e8\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"34 pages of digital product ideas with examples...\\\",\\\"selected_icon\\\":{\\\"value\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/iconmonstr-checkbox-10.svg\\\",\\\"id\\\":763},\\\"library\\\":\\\"svg\\\"},\\\"_id\\\":\\\"af02502\\\"},{\\\"text\\\":\\\"Start monetizing your expertise or existing brand...\\\",\\\"selected_icon\\\":{\\\"value\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/iconmonstr-checkbox-10.svg\\\",\\\"id\\\":763},\\\"library\\\":\\\"svg\\\"},\\\"_id\\\":\\\"b8aa807\\\"},{\\\"text\\\":\\\"Bonus worksheet to get crystal clear on your idea...\\\",\\\"selected_icon\\\":{\\\"value\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/iconmonstr-checkbox-10.svg\\\",\\\"id\\\":763},\\\"library\\\":\\\"svg\\\"},\\\"_id\\\":\\\"8f3d1b3\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":4,\\\"sizes\\\":[]},\\\"icon_color\\\":\\\"#0F8014\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":35,\\\"sizes\\\":[]},\\\"icon_self_align\\\":\\\"center\\\",\\\"text_color\\\":\\\"#030303\\\",\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_family\\\":\\\"Lora\\\",\\\"icon_typography_font_weight\\\":\\\"bold\\\",\\\"icon_typography_font_style\\\":\\\"normal\\\",\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"icon_typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"text_shadow_text_shadow_type\\\":\\\"yes\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"f47ce67\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Click here to Download\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/34DPI\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"xl\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hand-point-down\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"icon_align\\\":\\\"right\\\",\\\"icon_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"background_color\\\":\\\"#0F4EDCF7\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"6ff1346\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"num_divider\\\":\\\"yes\\\",\\\"pp_icon_type\\\":\\\"icon\\\",\\\"counter_title\\\":\\\"Number of eBook Downloads\\\",\\\"counter_speed\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":921,\\\"sizes\\\":[]},\\\"counter_icon_color\\\":\\\"#097330\\\",\\\"counter_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":31,\\\"sizes\\\":[]},\\\"counter_num_color\\\":\\\"#E90707\\\",\\\"counter_num_typography_typography\\\":\\\"custom\\\",\\\"counter_num_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":41,\\\"sizes\\\":[]},\\\"counter_num_typography_font_weight\\\":\\\"bold\\\",\\\"counter_title_bg_color\\\":\\\"#FFFFFF\\\",\\\"counter_title_color\\\":\\\"#D10505\\\",\\\"counter_title_typography_typography\\\":\\\"custom\\\",\\\"counter_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":23,\\\"sizes\\\":[]},\\\"counter_title_typography_font_weight\\\":\\\"bold\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"pp-counter\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"7e638e6\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"46381fa\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"08bd45f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Other Courses we Offer\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"58958870\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"63\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-coding-course-dots-bg.png\\\"},\\\"background_position\\\":\\\"top right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"144\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"96\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"6aa60234\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=4e45975\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"50464480\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":667,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Ecomm-Store-1.jpg\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"full\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"32\\\",\\\"vertical\\\":\\\"32\\\",\\\"blur\\\":\\\"64\\\",\\\"spread\\\":\\\"-24\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-32\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"-32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-24\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"link_to\\\":\\\"custom\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/whatsapp-ecommerce-store\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"44e6dfa3\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Store Creation\\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=4e41fe3\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":2,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"10737cfe\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"WhatsApp Ecommerce Store  Video Courses\\\",\\\"header_size\\\":\\\"h5\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"1a2d55d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Enroll Now for Free\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/whatsapp-ecommerce-store\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"75c51168\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"300\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-user\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"1b79b4a4\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"2h 24m\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hourglass-half\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_align\\\":\\\"center\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"\\\"},\\\"icon_align_tablet\\\":\\\"left\\\",\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"58d15779\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"200\\\",\\\"spread\\\":\\\"0\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.08)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"32\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=4e45975\\\"},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"8\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"8\\\",\\\"isLinked\\\":\\\"\\\"},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"310a2824\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":835,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post.png\\\",\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"custom\\\",\\\"image_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"16\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"image_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"image_box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"32\\\",\\\"vertical\\\":\\\"32\\\",\\\"blur\\\":\\\"64\\\",\\\"spread\\\":\\\"-24\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-32\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"-32\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"-24\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"-24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"400\\\",\\\"height\\\":\\\"400\\\"},\\\"link_to\\\":\\\"custom\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/smartphone-online-course-profit-machine\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"44b063d3\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"course hosting \\\",\\\"header_size\\\":\\\"h6\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"globals\\\\/colors?id=4e41fe3\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":2,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"15aab221\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Smartphone Online Course Profit Machine\\\",\\\"header_size\\\":\\\"h5\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"4\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"66258bfb\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Enroll  Now for N5,000 Naira\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/smartphone-online-course-profit-machine\\\\/\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"596f5f92\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"200\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-user\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=astglobalcolor6\\\"},\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"15cece3b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"3h 18m\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-hourglass-half\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"6436431\\\"}],\\\"icon_align\\\":\\\"center\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"11\\\",\\\"sizes\\\":[]},\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"15\\\",\\\"sizes\\\":[]},\\\"icon_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":\\\"1\\\",\\\"sizes\\\":[]},\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"50\\\",\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_color\\\":\\\"globals\\\\/colors?id=fb67935\\\"},\\\"icon_align_tablet\\\":\\\"left\\\",\\\"icon_typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"14\\\",\\\"sizes\\\":[]},\\\"_element_width_tablet\\\":\\\"inherit\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"}]'),(17821,1407,'_elementor_pro_version','3.0.5'),(17822,1407,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:7;s:4:\"size\";i:1;s:5:\"align\";i:1;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:2;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:2;s:25:\"typography_letter_spacing\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:7:\"link_to\";i:2;s:4:\"link\";i:2;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:2;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:5;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:2;s:17:\"icon_align_tablet\";i:2;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:5;s:15:\"icon_self_align\";i:1;}s:18:\"section_text_style\";a:10:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:5;s:27:\"icon_typography_font_family\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:26:\"icon_typography_font_style\";i:1;s:27:\"icon_typography_line_height\";i:5;s:30:\"icon_typography_letter_spacing\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:11:\"text_indent\";i:4;s:25:\"icon_typography_font_size\";i:4;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:4;s:21:\"_element_custom_width\";i:4;s:21:\"_element_width_tablet\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:3;s:4:\"link\";i:3;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:16:\"background_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";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:4:{s:3:\"gap\";i:2;s:13:\"custom_height\";i:1;s:16:\"content_position\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}}}}'),(17823,1407,'_eael_custom_js',''),(17824,1408,'_edit_last','1'),(17825,1408,'_elementor_edit_mode','builder'),(17826,1408,'_elementor_template_type','wp-page'),(17827,1408,'_elementor_version','3.4.7'),(17828,1408,'_wp_page_template','default'),(17829,1408,'site-sidebar-layout','no-sidebar'),(17830,1408,'site-content-layout','page-builder'),(17831,1408,'theme-transparent-header-meta','default'),(17832,1408,'_astra_content_layout_flag','disabled'),(17833,1408,'site-post-title','disabled'),(17834,1408,'ast-title-bar-display','disabled'),(17835,1408,'ast-featured-img','disabled'),(17836,1408,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17837,1408,'_elementor_data','[{\\\"id\\\":\\\"d5bf541\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"a3089cb\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"2fb6407\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p style=\\\\\\\"text-align: center;\\\\\\\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.\\\\u00a0 Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.<\\\\/p>\\\",\\\"text_color\\\":\\\"#FBFBFB\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":25,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_font_style\\\":\\\"italic\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":34,\\\"sizes\\\":[]},\\\"typography_line_height_tablet\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.899999999999999911182158029987476766109466552734375,\\\"sizes\\\":[]},\\\"typography_line_height_mobile\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"f866451\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#107A7B\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"1ab5151\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"acc7d09\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"BRAND NEW TRAINING REVEALS...\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"cyobi8s\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"height\\\":\\\"full\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_overlay_background\\\":\\\"classic\\\",\\\"background_overlay_color_b\\\":\\\"#1c393d\\\",\\\"css_filters_css_filter\\\":\\\"custom\\\",\\\"custom_height\\\":{\\\"unit\\\":\\\"vh\\\",\\\"size\\\":80},\\\"background_position\\\":\\\"center center\\\",\\\"custom_height_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":300},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_size\\\":\\\"cover\\\",\\\"shape_divider_bottom\\\":\\\"wave-brush\\\",\\\"shape_divider_bottom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50},\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":800,\\\"sizes\\\":[]},\\\"custom_height_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":350,\\\"sizes\\\":[]},\\\"shape_divider_bottom_height_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_attachment\\\":\\\"scroll\\\",\\\"__globals__\\\":{\\\"background_overlay_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\",\\\"shape_divider_bottom_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"background_color\\\":\\\"#000000\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"c6408c8\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"animation_delay\\\":700,\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"174\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"50\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"50\\\",\\\"isLinked\\\":false},\\\"background_background\\\":\\\"classic\\\",\\\"css_classes\\\":\\\"envato-kit-62-home\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"051b374\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.\\\",\\\"header_size\\\":\\\"h3\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"17\\\",\\\"right\\\":\\\"17\\\",\\\"bottom\\\":\\\"17\\\",\\\"left\\\":\\\"17\\\",\\\"isLinked\\\":true},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"52\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"be8b5c2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>IMAGINE CREATING and hosting <span style=\\\\\\\"text-decoration: underline; color: #ff6600;\\\\\\\">HOT SELLING ONLINE COURSES<\\\\/span> WITH YOUR SMARTPHONE THAT CONSISTENTLY <span style=\\\\\\\"color: #ff6600;\\\\\\\">EARNS YOU 6 - FIGURES MONTHLY <span style=\\\\\\\"color: #ffffff;\\\\\\\">WITHOUT DOING MOST OF THE <span style=\\\\\\\"color: #ff6600;\\\\\\\">WORK FROM SCRATCH<\\\\/span> OR NEEDING A<\\\\/span> WEBSITE <span style=\\\\\\\"color: #ffffff;\\\\\\\">OR A<\\\\/span> LAPTOP.<\\\\/span><\\\\/p>\\\",\\\"align\\\":\\\"center\\\",\\\"text_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":17,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"ce8a7c3\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"YES, GIVE ME INSTANT ACCESS NOW\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"xl\\\",\\\"icon_align\\\":\\\"right\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":30,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"text_shadow_text_shadow_type\\\":\\\"yes\\\",\\\"text_shadow_text_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"color\\\":\\\"rgba(0, 0, 0, 0)\\\"},\\\"button_text_color\\\":\\\"#050505\\\",\\\"background_color\\\":\\\"#FAFAFA\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"#FF0505\\\",\\\"button_hover_border_color\\\":\\\"#010101\\\",\\\"hover_animation\\\":\\\"buzz\\\",\\\"border_border\\\":\\\"solid\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":true},\\\"button_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"button_box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0, 0, 0, 0)\\\"},\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"link\\\":{\\\"url\\\":\\\"#Content1\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"d1d86be\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"61cc481\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"38a2691\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"RESULTS SPEAK LOUDER!\\\",\\\"link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_weight\\\":\\\"800\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"e8889cc\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":970,\\\"sizes\\\":[]},\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#D4E0D5\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"090da7a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"solid\\\",\\\"border_color\\\":\\\"#4F4949\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"5\\\",\\\"right\\\":\\\"5\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"5\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[{\\\"id\\\":\\\"a5503fc\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/pp.jpg\\\",\\\"id\\\":673,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"50\\\",\\\"height\\\":\\\"50\\\"},\\\"eael_testimonial_name\\\":\\\"John Agbo\\\",\\\"eael_testimonial_company_title\\\":\\\"Digital Creator Labs\\\",\\\"eael_testimonial_description\\\":\\\"<p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>If you\\\'re a digital Creator looking for a way to host your digital products online where students can enroll and take your courses online, then I highly recommend this course for.<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>Flora actually took her time to create this detailed course such that even a primary 4 people can understand it. I\\\'m glad I found this solution.<\\\\/strong><\\\\/span><\\\\/p>\\\",\\\"eael_testimonial_user_display_block\\\":\\\"yes\\\",\\\"eael_testimonial_image_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":87,\\\"sizes\\\":[]},\\\"eael_testimonial_image_rounded\\\":\\\"testimonial-avatar-rounded\\\",\\\"eael_testimonial_position_typography_typography\\\":\\\"custom\\\",\\\"eael_testimonial_position_typography_font_weight\\\":\\\"900\\\",\\\"eael_testimonial_quotation_top\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":88,\\\"sizes\\\":[]},\\\"eael_testimonial_quotation_right\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":61,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-testimonial\\\"}],\\\"isInner\\\":false},{\\\"id\\\":\\\"42a8754\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"5\\\",\\\"right\\\":\\\"5\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"5\\\",\\\"isLinked\\\":true},\\\"border_color\\\":\\\"#221C1CC7\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0, 0, 0, 0.71)\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"bcf89a7\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/WhatsApp-Image-2021-10-28-at-12.02.16-PM.jpeg\\\",\\\"id\\\":937,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"full\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"1d1168d\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":989,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"6e56084\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"d15141e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>Dear friend,<\\\\/p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone<\\\\/strong> without having to<strong> build or create from scratch using a Laptop or need a Website.<\\\\/strong><\\\\/p><p>If you answered <strong>YES<\\\\/strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why\\\\u2026<\\\\/p><p><strong>Online Course Creation<\\\\/strong> is one of the <strong>easiest and lucrative business models<\\\\/strong> anyone can start today and start <strong>making money<\\\\/strong> almost immediately.<\\\\/p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\\\'s not true<\\\\/strong>.<\\\\/p><p>You can Convert your <strong>Knowledge, Experience or Skills<\\\\/strong> into<strong> online courses<\\\\/strong> with just your <strong>Smartphone<\\\\/strong>..<\\\\/p><p><strong>Here\\\'s why Online Course Creation is a Lucrative Business?<\\\\/strong><\\\\/p><p>\\\\ud83d\\\\udca5It\\\'s a product that can never run out of stock.<br \\\\/>\\\\ud83d\\\\udca5It does not require any form of Importation or shipping or delivery. <br \\\\/>\\\\ud83d\\\\udca5 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br \\\\/>\\\\ud83d\\\\udca5It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.<\\\\/p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.<\\\\/strong><\\\\/p><p>The Knowledge industry is worth <strong>Billions of dollars<\\\\/strong>. That is <strong>Billions with a capital *B.<\\\\/strong><\\\\/p><p>What does this tell you?<\\\\/p><p>The <strong>Knowledge industry<\\\\/strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.<\\\\/strong><\\\\/p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...<\\\\/strong><\\\\/p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.<\\\\/p><p>How?<\\\\/p><p><strong>By creating an *Online Course.*<\\\\/strong><\\\\/p><p>Online courses which can be in form of <strong>Video courses or eBooks<\\\\/strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience<\\\\/strong> to <strong>increase your impact and income.<\\\\/strong><\\\\/p><p>But you need to know how to create an online course that<strong> banks<\\\\/strong> so your <strong>online course<\\\\/strong> doesn\\\'t end up in your <strong>archive<\\\\/strong>. <strong>That is why I created this course for you.<\\\\/strong><\\\\/p><h3 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>Introducing...<\\\\/strong><\\\\/span><\\\\/h3>\\\",\\\"align\\\":\\\"justify\\\",\\\"text_color\\\":\\\"#060606\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_weight\\\":\\\"200\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"dc13ef1\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":784,\\\"sizes\\\":[]},\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#125C63\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"3637cf4\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#FFFFFF\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"44\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"8d8e5ac\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post-1.png\\\",\\\"id\\\":951,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"custom\\\",\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"500\\\",\\\"height\\\":\\\"500\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"360b438\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Smartphone Online Course Profit Machine\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#C27615\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":45,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"67adf87\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p style=\\\\\\\"text-align: center;\\\\\\\"><strong><span style=\\\\\\\"color: #000000;\\\\\\\">How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.<\\\\/span><\\\\/strong><\\\\/p>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"c67430b\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":809,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"9942e6c\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"groove\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"5\\\",\\\"right\\\":\\\"5\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"5\\\",\\\"isLinked\\\":true},\\\"border_color\\\":\\\"#E3D7D7\\\",\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0, 0, 0, 0.78)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"43\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"7531a3f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"anchor\\\":\\\"Content1\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"menu-anchor\\\"},{\\\"id\\\":\\\"cd58d47\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Here Is What You\\\'ll Learn Inside Smartphone Online Course Profit Machine\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#BC1C07\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":30,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"ee347bc\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"ffb8846\\\"},{\\\"text\\\":\\\"How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"f521361\\\"},{\\\"text\\\":\\\"Digital Topics That Banks: Hot Evergreen Digital Topics\\\\/Ideas You Can Sell And Make Lots Of Money In Less Time\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"ea42420\\\"},{\\\"text\\\":\\\"Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"2c2a9e5\\\"},{\\\"text\\\":\\\"A Fail Proof process to help you create your digital products by yourself in 48 hours...\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"d1dcba9\\\"},{\\\"text\\\":\\\"How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"701ff62\\\"},{\\\"text\\\":\\\"How to brand and package your online course to make it look more valuable and Irresistible..\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"a8df4e3\\\"},{\\\"text\\\":\\\"How to Enroll your First 100 studnets without spending a dime on advertising..\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"759c0a9\\\"},{\\\"text\\\":\\\"How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"4050018\\\"},{\\\"text\\\":\\\"How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"26205be\\\"},{\\\"text\\\":\\\"How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"2ebbef8\\\"},{\\\"text\\\":\\\"and Lots More\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"1f893f3\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"icon_align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"#0B681C\\\",\\\"icon_color_hover\\\":\\\"#070707\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":22,\\\"sizes\\\":[]},\\\"icon_self_align\\\":\\\"left\\\",\\\"text_color\\\":\\\"#030303\\\",\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":6,\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_family\\\":\\\"Lora\\\",\\\"icon_typography_font_weight\\\":\\\"800\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"481637d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"I WANT TO PAY NOW\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"xl\\\",\\\"icon_align\\\":\\\"right\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":30,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"text_shadow_text_shadow_type\\\":\\\"yes\\\",\\\"text_shadow_text_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"color\\\":\\\"rgba(0, 0, 0, 0)\\\"},\\\"button_text_color\\\":\\\"#EFEFEF\\\",\\\"background_color\\\":\\\"#169284\\\",\\\"hover_color\\\":\\\"#1F919B\\\",\\\"button_background_hover_color\\\":\\\"#FFFFFF\\\",\\\"button_hover_border_color\\\":\\\"#13969B\\\",\\\"hover_animation\\\":\\\"buzz\\\",\\\"border_border\\\":\\\"solid\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":true},\\\"button_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"button_box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0, 0, 0, 0)\\\"},\\\"link\\\":{\\\"url\\\":\\\"#coursevideo\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"f554daf\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":873,\\\"sizes\\\":[]},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"42\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"4112074\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"1a24635\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"How Much To Get The Course?\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"2cb7a0e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<section class=\\\\\\\"elementor-section elementor-top-section elementor-element elementor-element-5930ec6a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\\\\\" data-id=\\\\\\\"5930ec6a\\\\\\\" data-element_type=\\\\\\\"section\\\\\\\" data-settings=\\\\\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\\\\\"><div class=\\\\\\\"elementor-container elementor-column-gap-default\\\\\\\"><div class=\\\\\\\"elementor-row\\\\\\\"><div class=\\\\\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f031a8e\\\\\\\" data-id=\\\\\\\"3f031a8e\\\\\\\" data-element_type=\\\\\\\"column\\\\\\\"><div class=\\\\\\\"elementor-column-wrap elementor-element-populated\\\\\\\"><div class=\\\\\\\"elementor-widget-wrap\\\\\\\"><div class=\\\\\\\"elementor-element elementor-element-45d17c51 elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"45d17c51\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><p><span style=\\\\\\\"color: #000000;\\\\\\\">Let me be very <strong>frank<\\\\/strong> with you..<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I am not going to threaten you with any scarcity here.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">The price for this course is <strong><span style=\\\\\\\"color: #ff0000;\\\\\\\">N20, 000 Naira<\\\\/span><\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong><span style=\\\\\\\"color: #ff0000;\\\\\\\">Billion Dollar Knowledge Information Industry out there.<\\\\/span><\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I\\\\u2019ll allow you to get the course for just<strong><span style=\\\\\\\"color: #ff0000;\\\\\\\"> N5000 Naira\\\\u00a0<\\\\/span><\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">However, this is for a <strong>limited time.<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Let me be honest with you\\\\u2026<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>The price of this course will increase any time from now.<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I cannot tell you when exactly but, one thing is sure; the price must surely go up.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong><span style=\\\\\\\"color: #ff0000;\\\\\\\">FAST ACTION TAKERS <\\\\/span><\\\\/strong>bonuses which includes a <strong><span style=\\\\\\\"color: #ff0000;\\\\\\\">Premium Video Builder Software.<\\\\/span><\\\\/strong><\\\\/span><\\\\/p><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/section><section class=\\\\\\\"elementor-section elementor-top-section elementor-element elementor-element-38a03d3a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\\\\\" data-id=\\\\\\\"38a03d3a\\\\\\\" data-element_type=\\\\\\\"section\\\\\\\" data-settings=\\\\\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\\\\\"><div class=\\\\\\\"elementor-container elementor-column-gap-default\\\\\\\"><div class=\\\\\\\"elementor-row\\\\\\\"><div class=\\\\\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47a5fbff\\\\\\\" data-id=\\\\\\\"47a5fbff\\\\\\\" data-element_type=\\\\\\\"column\\\\\\\"><div class=\\\\\\\"elementor-column-wrap elementor-element-populated\\\\\\\"><div class=\\\\\\\"elementor-widget-wrap\\\\\\\"><div class=\\\\\\\"elementor-element elementor-element-2a24bba3 elementor-widget elementor-widget-heading\\\\\\\" data-id=\\\\\\\"2a24bba3\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-settings=\\\\\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\\\\\" data-widget_type=\\\\\\\"heading.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\">\\\\u00a0<\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/section>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"f892f23\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"COURSE SNIPPET\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#D60A0A\\\",\\\"typography_typography\\\":\\\"custom\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"f191fa5\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"video_block\\\":\\\"1288\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"presto_video\\\"},{\\\"id\\\":\\\"bfb899b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"COURSE SNIPPET TWO\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#EC0000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"7b94fda\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":[],\\\"elements\\\":[],\\\"widgetType\\\":\\\"presto_video\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"97aafa8\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":789,\\\"sizes\\\":[]},\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"bced6d6\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"0cd8e45\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"FAST ACTION TAKERS BONUSES\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"8246141\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"Intro and Outro Video Software\\\",\\\"description_text\\\":\\\"Create Captivating\\\\nIntro And Outro Videos\\\\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \\\\n<br><br><b>VALUE PRICE: N50,000 Naira<\\\\/b>\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"2db4fab\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"video_type\\\":\\\"vimeo\\\",\\\"youtube_url\\\":\\\"https:\\\\/\\\\/youtu.be\\\\/DROCfn_CAko\\\",\\\"vimeo_url\\\":\\\"https:\\\\/\\\\/vimeo.com\\\\/624385691\\\",\\\"dailymotion_url\\\":\\\"https:\\\\/\\\\/www.dailymotion.com\\\\/video\\\\/x6tqhqb\\\",\\\"modestbranding\\\":\\\"yes\\\",\\\"yt_privacy\\\":\\\"yes\\\",\\\"lazy_load\\\":\\\"yes\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"video\\\"},{\\\"id\\\":\\\"65f583f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"The 12 Commandments of Digital Marketing\\\",\\\"description_text\\\":\\\"The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\\\\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten \\\\u2018laws\\\\u2019 are compulsory if you really want to succeed\\\\nin internet marketing.\\\\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\\\\n<br><span style=\\\\\\\"font-weight: 700;\\\\\\\">VALUE PRICE: N10,000 Naira<\\\\/span>\\\\n\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\",\\\"description_typography_typography\\\":\\\"custom\\\",\\\"description_shadow_text_shadow_type\\\":\\\"yes\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"474dcdd\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"The Digital Business Goldmines\\\",\\\"description_text\\\":\\\"A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\\\\n\\\\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\\\\n\\\\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \\\\n\\\\nThis section is for those still looking to choose the right models for making money on the internet consistently.\\\\n<br><span style=\\\\\\\"font-weight: 700;\\\\\\\">VALUE PRICE: N10,000 Naira<\\\\/span>\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"30e66cb\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"The Complete Online Course Business Starter Kit\\\",\\\"description_text\\\":\\\"The fastest way to validate your course idea, attract early customers, and build a world-class online course.\\\\n\\\\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\\\\n<br><span style=\\\\\\\"font-weight: 700;\\\\\\\">VALUE PRICE: N20,000 Naira<\\\\/span>\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"6297e8c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"The Netpreneur Manifesto...\\\",\\\"description_text\\\":\\\"Everything, you need and don\\\'t need to become a successful digital marketer and save yourself, time, money, and frustration\\\\n\\\\n\\\\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br><span style=\\\\\\\"font-weight: 700;\\\\\\\">VALUE PRICE: N10,000 Naira<\\\\/span>\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"3ecd72d5\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"58\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"4664eff0\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"9f7ca78\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"anchor\\\":\\\"coursevideo\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"menu-anchor\\\"},{\\\"id\\\":\\\"2462085\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"TAKE A PEEK INSIDE\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#F80303\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"6f4fc4e9\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"video_block\\\":\\\"1225\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"presto_video\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"fe82286\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":887,\\\"sizes\\\":[]},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"187\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"shape_divider_top\\\":\\\"split\\\",\\\"shape_divider_top_color\\\":\\\"#010101\\\",\\\"shape_divider_top_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":4000,\\\"sizes\\\":[]},\\\"shape_divider_top_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":193,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"762752a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"3\\\",\\\"right\\\":\\\"3\\\",\\\"bottom\\\":\\\"3\\\",\\\"left\\\":\\\"3\\\",\\\"isLinked\\\":true},\\\"border_color\\\":\\\"#000000\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"102\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"d2e8a67\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Here Is Everything You\\\'re Getting Today\\\",\\\"size\\\":\\\"xxl\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\",\\\"typography_text_transform\\\":\\\"none\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"23b47d8\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"view\\\":\\\"inline\\\",\\\"icon_list\\\":[{\\\"text\\\":\\\"Key Consideration in Creating a Profitable Information Marketing Business.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"e0e5f40\\\"},{\\\"text\\\":\\\"The 5 Hot Evergreen Niches that can make you lots of Money.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"2a033f0\\\"},{\\\"text\\\":\\\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"97c4d8e\\\"},{\\\"text\\\":\\\"How to Create your Online Course by Yourself in 48 hours.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"ce12177\\\"},{\\\"text\\\":\\\"Publish, Host, and Automate your Courses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"63c3e4e\\\"},{\\\"text\\\":\\\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"d96a0af\\\"},{\\\"text\\\":\\\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"14c2b2d\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":4,\\\"sizes\\\":[]},\\\"icon_align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"#13510E\\\",\\\"icon_color_hover\\\":\\\"#0A0A0A\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"text_color\\\":\\\"#030303\\\",\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_family\\\":\\\"Lora\\\",\\\"icon_typography_font_weight\\\":\\\"600\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"79b0374\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<h4 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\\\u2013 \\\\u20a6200,000<\\\\/span><\\\\/h4><h4 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #008000;\\\\\\\">Best Price \\\\u2013 Only <del>\\\\u20a620,000<\\\\/del><\\\\/span><\\\\/h4><div class=\\\\\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"aa6d1bc\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><h1 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ff0000;\\\\\\\"><strong><u>Give Away Price<\\\\/u><\\\\/strong><\\\\/span><\\\\/h1><\\\\/div><\\\\/div><\\\\/div><div class=\\\\\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"a488152\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><h1 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ff0000;\\\\\\\">\\\\u20a65,000<\\\\/span><\\\\/h1><\\\\/div><p style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\\\\\"color: #ff0000;\\\\\\\">\\\\u20a620,000<\\\\/span> Once The Timer Below Hits Zero.<\\\\/b><\\\\/span><\\\\/p><\\\\/div><\\\\/div>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"255eaf2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"I WANT TO PAY THE GIVEAWAY PRICE NOW\\\",\\\"align\\\":\\\"center\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":27,\\\"sizes\\\":[]},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/smartphoneonlinecourse\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"e36f9c6\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":628,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"41bd995\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"061f1b4\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Moneyback-Free-Download-PNG.png\\\",\\\"id\\\":1085,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"1aef676\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<div class=\\\\\\\"elementor-element elementor-element-5d3335d elementor-widget elementor-widget-heading\\\\\\\" data-id=\\\\\\\"5d3335d\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"heading.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><h1 class=\\\\\\\"elementor-heading-title elementor-size-default\\\\\\\" style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>100% Money Back Guarantee<\\\\/strong><\\\\/span><\\\\/h1><\\\\/div><\\\\/div><div class=\\\\\\\"elementor-element elementor-element-d67b32c elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"d67b32c\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><p><span style=\\\\\\\"color: #000000;\\\\\\\">This sounds unbelievable right?<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I know, but I am not stupid for making guarantee.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I am confident that this course will work for you because it\\\\u2019s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I can understand.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">The only thing you\\\\u2019ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Then, simply contact us &amp; your entire purchase price will be promptly refunded. <span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to\\\\u00a0 for a full refund of your investment.\\\\u00a0<\\\\/strong><\\\\/span><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.<\\\\/b><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">No tricks. No hidden fees. None of that. All yours for a low price.<\\\\/span><\\\\/p><\\\\/div><\\\\/div><\\\\/div>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"9cb25cf\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"See Everything You\\\'re Getting\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"xl\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":28,\\\"sizes\\\":[]},\\\"background_color\\\":\\\"#245C5F\\\",\\\"button_background_hover_color\\\":\\\"#EF0B0B\\\",\\\"hover_animation\\\":\\\"pop\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"link\\\":{\\\"url\\\":\\\"#Content2\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"36ac7f9\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"783d7ca\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"50f585d\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":610,\\\"sizes\\\":[]},\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#0F6848\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"9fce8aa\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"305b2af\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Questions People Are Asking...\\\",\\\"size\\\":\\\"xl\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":44,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"69bb3c70\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"custom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"\\\"},\\\"content_position\\\":\\\"middle\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"23\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_color\\\":\\\"#FFFFFF\\\",\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":false},\\\"wave_animation_wave_top\\\":{\\\"id\\\":1108,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/wave-top.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1109,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/wave-mid.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1110,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/wave-bot.png\\\"},\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":706,\\\"sizes\\\":[]},\\\"shape_divider_top\\\":\\\"arrow\\\",\\\"shape_divider_top_color\\\":\\\"#18694A\\\",\\\"shape_divider_top_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":300,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"3f28964b\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"padding\\\":{\\\"unit\\\":\\\"%\\\",\\\"top\\\":\\\"7\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_inline_size\\\":null,\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[{\\\"id\\\":\\\"294ae8ff\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"tabs\\\":[{\\\"tab_title\\\":\\\"What Format Are The Training Materials Delivered In?\\\",\\\"tab_content\\\":\\\"<p>The materials are delivered in Videos and Text formats and nothing complicated.<\\\\/p><p>They are not physical books so you don\\\\u2019t need to wait for days to have them shipped to you.<\\\\/p>\\\",\\\"_id\\\":\\\"9ee9b18\\\"},{\\\"tab_title\\\":\\\"I dont have any Course Idea, Can I Benefit from this Course?\\\",\\\"tab_content\\\":\\\"<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.<\\\\/p>\\\",\\\"_id\\\":\\\"b0a507e\\\"},{\\\"tab_title\\\":\\\"How Soon Will I Get Access To The Course After Payment?\\\",\\\"tab_content\\\":\\\"<p>You\\\\u2019ll have immediate access to the course. You\\\\u2019ll be learning and implementing within the next 2 minutes even it\\\\u2019s 2AM.<\\\\/p>\\\",\\\"_id\\\":\\\"a71416c\\\"},{\\\"tab_title\\\":\\\"Are You Going To Offer Me Any Support After Buying The Course?\\\",\\\"tab_content\\\":\\\"<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.<\\\\/p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.<\\\\/p>\\\",\\\"_id\\\":\\\"0396879\\\"},{\\\"tab_title\\\":\\\"Do I Need To Spend Any Other Other Money After Buying This Course?\\\",\\\"tab_content\\\":\\\"<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads<\\\\/p><p>Creating your Course is Free<br \\\\/>Designing your Course is Free<br \\\\/>Hosting your Course Online is Free.<\\\\/p><p>If you\\\\u2019re going to run paid ads, you\\\\u2019ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.<\\\\/p>\\\",\\\"_id\\\":\\\"18bfc4a\\\"}],\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":1},\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":32},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":30,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0,0,0,0.12)\\\"},\\\"title_color\\\":\\\"#0A0A0A\\\",\\\"title_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"icon_align\\\":\\\"right\\\",\\\"content_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"35\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"35\\\",\\\"isLinked\\\":false},\\\"border_color\\\":\\\"#000000\\\",\\\"title_background\\\":\\\"rgba(35,35,35,0)\\\",\\\"title_typography_typography\\\":\\\"custom\\\",\\\"title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16},\\\"title_typography_font_weight\\\":\\\"900\\\",\\\"title_typography_text_transform\\\":\\\"uppercase\\\",\\\"icon_color\\\":\\\"#000000\\\",\\\"icon_active_color\\\":\\\"#CE0000\\\",\\\"content_color\\\":\\\"#141414\\\",\\\"content_typography_typography\\\":\\\"custom\\\",\\\"content_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16},\\\"content_typography_font_weight\\\":\\\"300\\\",\\\"content_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125},\\\"_background_color\\\":\\\"#ffffff\\\",\\\"_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"1\\\",\\\"right\\\":\\\"1\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"1\\\",\\\"isLinked\\\":true},\\\"tab_active_color\\\":\\\"#E61C11\\\",\\\"content_background_color\\\":\\\"rgba(25,25,25,0)\\\",\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"toggle\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"4a03e53\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":989,\\\"sizes\\\":[]},\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\",\\\"shape_divider_bottom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":100,\\\"sizes\\\":[]},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[{\\\"id\\\":\\\"ff02b5a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"a77ce0f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<div class=\\\\\\\"elementor-element elementor-element-74a0c29a elementor-widget elementor-widget-heading\\\\\\\" data-id=\\\\\\\"74a0c29a\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"heading.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\" style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ffffff;\\\\\\\"><strong>Are You Ready To Get Started Now?<\\\\/strong><\\\\/span><\\\\/div><\\\\/div><div class=\\\\\\\"elementor-element elementor-element-f115bce elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"f115bce\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><h3 class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\" style=\\\\\\\"text-align: center;\\\\\\\"><strong><span style=\\\\\\\"color: #ffffff;\\\\\\\">You\\\\u2019re One Step Away From<\\\\/span> <span style=\\\\\\\"color: #ff0000;\\\\\\\">Creating Profitable Online Courses<\\\\/span> <span style=\\\\\\\"color: #ffffff;\\\\\\\">That Can Consistently Pay You.<\\\\/span><\\\\/strong><\\\\/h3><\\\\/div><\\\\/div>\\\",\\\"align\\\":\\\"center\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":70,\\\"sizes\\\":[]},\\\"typography_line_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":74,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"1dca814\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":921,\\\"sizes\\\":[]},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"187\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"shape_divider_top\\\":\\\"split\\\",\\\"shape_divider_top_color\\\":\\\"#010101\\\",\\\"shape_divider_top_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":4000,\\\"sizes\\\":[]},\\\"shape_divider_top_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":193,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"2a1adf9\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"3\\\",\\\"right\\\":\\\"3\\\",\\\"bottom\\\":\\\"3\\\",\\\"left\\\":\\\"3\\\",\\\"isLinked\\\":true},\\\"border_color\\\":\\\"#000000\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"102\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"66\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"937edc9\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"anchor\\\":\\\"Content2\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"menu-anchor\\\"},{\\\"id\\\":\\\"00256e6\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Here Is Everything You\\\'re Getting Today\\\",\\\"size\\\":\\\"xxl\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\",\\\"typography_text_transform\\\":\\\"none\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"9e8e37d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"view\\\":\\\"inline\\\",\\\"icon_list\\\":[{\\\"text\\\":\\\"Key Consideration in Creating a Profitable Information Marketing Business.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"e0e5f40\\\"},{\\\"text\\\":\\\"The 5 Hot Evergreen Niches that can make you lots of Money.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"2a033f0\\\"},{\\\"text\\\":\\\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"97c4d8e\\\"},{\\\"text\\\":\\\"How to Create your Online Course by Yourself in 48 hours.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"ce12177\\\"},{\\\"text\\\":\\\"Publish, Host, and Automate your Courses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"63c3e4e\\\"},{\\\"text\\\":\\\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"d96a0af\\\"},{\\\"text\\\":\\\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"14c2b2d\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":4,\\\"sizes\\\":[]},\\\"icon_align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"#13510E\\\",\\\"icon_color_hover\\\":\\\"#0A0A0A\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"text_color\\\":\\\"#030303\\\",\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_family\\\":\\\"Lora\\\",\\\"icon_typography_font_weight\\\":\\\"600\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"b26bac1\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<h4 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\\\u2013 \\\\u20a6200,000<\\\\/span><\\\\/h4><h4 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #008000;\\\\\\\">Best Price \\\\u2013 Only <del>\\\\u20a620,000<\\\\/del><\\\\/span><\\\\/h4><div class=\\\\\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"aa6d1bc\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><h1 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ff0000;\\\\\\\"><strong><u>Give Away Price<\\\\/u><\\\\/strong><\\\\/span><\\\\/h1><\\\\/div><\\\\/div><\\\\/div><div class=\\\\\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"a488152\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><h2 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ff0000;\\\\\\\">\\\\u20a65,000 or GHS 100 or $15<\\\\/span><\\\\/h2><\\\\/div><p style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\\\\\"color: #ff0000;\\\\\\\">\\\\u20a620,000<\\\\/span> Once The Timer Below Hits Zero.<\\\\/b><\\\\/span><\\\\/p><\\\\/div><\\\\/div>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"71159e8\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Pay Online and Bank Transfer (Selar)\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"983edab\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Pay N5,000 Naira or GHS 100 or $15 Online via Selar\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"lg\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-shopping-cart\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"icon_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":6,\\\"sizes\\\":[]},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"button_text_color\\\":\\\"#FFFFFFF5\\\",\\\"background_color\\\":\\\"#247090\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"#FE0000\\\",\\\"hover_animation\\\":\\\"buzz\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/smartphoneonlinecourse\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"b3e49eb\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<div class=\\\\\\\"elementor-element elementor-element-7a85fa7 elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"7a85fa7\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><p style=\\\\\\\"text-align: left;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>Pay With Selar!<\\\\/strong> If you are in Nigeria or Ghana. Pay<span style=\\\\\\\"color: #ff0000;\\\\\\\"> <b>N5000 Naira or your currency equivalent <\\\\/b><\\\\/span>Online using your debit card, bank transfer, mobile money, and gain access to your course. <\\\\/span><\\\\/p><p style=\\\\\\\"text-align: left;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\">This payment method is safe, secured and 100% approved\\\\u00a0 by CBN and other Financial Bodies.<\\\\/span><\\\\/p><p style=\\\\\\\"text-align: left;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\">You\\\\u2019ll be redirected to the course and you can start learning immediately even if it\\\\u2019s 2AM.<\\\\/span><\\\\/p><\\\\/div><\\\\/div><\\\\/div>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"401ee93\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"I WANT THE COURSE  + ALL THE BONUSES\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"lg\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-shopping-cart\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"icon_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":6,\\\"sizes\\\":[]},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"button_text_color\\\":\\\"#FFFFFFF5\\\",\\\"background_color\\\":\\\"#247090\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"#FE0000\\\",\\\"hover_animation\\\":\\\"buzz\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/smartphoneonlinecourse\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"5e608dd\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"b35161e\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"5b7d534\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"c8f3444\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"3ca0e35\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<h6 style=\\\\\\\"text-align: center;\\\\\\\"><b>IMPORTANT: Earnings And Legal Disclaimers<\\\\/b><\\\\/h6><h6 style=\\\\\\\"text-align: center;\\\\\\\">We Don\\\\u2019t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That\\\\u2019s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We\\\\u2019re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings \\\\u2013 All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.<\\\\/h6>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"1817722\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"height\\\":\\\"min-height\\\",\\\"custom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":214,\\\"sizes\\\":[]},\\\"structure\\\":\\\"30\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"7b137e9\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"f02d6c3\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<h4 class=\\\\\\\"elementor-heading-title elementor-size-default\\\\\\\" style=\\\\\\\"text-align: left;\\\\\\\"><span style=\\\\\\\"color: #ffffff;\\\\\\\"><strong>75% OFF Crazy Offer! Pay <s>N20,000<\\\\/s>\\\\u00a0N5,000 - Expires In\\\\u00a0<u>FEW HOURS<\\\\/u><\\\\/strong><\\\\/span><\\\\/h4>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false},{\\\"id\\\":\\\"65523a0\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":null,\\\"content_position\\\":\\\"center\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"9e0a7dd\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"ct_pro_expire_type\\\":\\\"after_time\\\",\\\"ct_pro_after_hours\\\":8,\\\"ct_pro_after_minuts\\\":59,\\\"ct_pro_after_seconds\\\":59,\\\"ct_pro_restart\\\":\\\"yes\\\",\\\"ct_pro_restart_after_hours\\\":5,\\\"ct_pro_restart_after_minuts\\\":59,\\\"ct_pro_restart_after_seconds\\\":59,\\\"ct_pro_expire_show_type\\\":\\\"hide_ct_pro\\\",\\\"ct_pro_expire_message\\\":\\\"Sorry you are late!\\\",\\\"ct_pro_show_days\\\":\\\"\\\",\\\"ct_pro_label_days\\\":\\\"Days\\\",\\\"ct_pro_label_hours\\\":\\\"Hours\\\",\\\"ct_pro_label_minuts\\\":\\\"Minutes\\\",\\\"ct_pro_label_seconds\\\":\\\"Seconds\\\",\\\"ct_pro_box_background_color\\\":\\\"#FFFFFF\\\",\\\"box_border_border\\\":\\\"double\\\",\\\"box_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"ct_pro_box_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"5\\\",\\\"right\\\":\\\"5\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"5\\\",\\\"isLinked\\\":true},\\\"ct_pro_digit_background_color\\\":\\\"#FFFFFF\\\",\\\"ct_pro_digits_color\\\":\\\"#0D5C18\\\",\\\"eac_digits_typography_typography\\\":\\\"custom\\\",\\\"eac_digits_typography_font_family\\\":\\\"Lora\\\",\\\"eac_digits_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"eac_digits_typography_font_weight\\\":\\\"bold\\\",\\\"ct_pro_label_background_color\\\":\\\"#FF0000\\\",\\\"ct_pro_box_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"ct_pro_digit_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"countdown-timer-pro-widget\\\"}],\\\"isInner\\\":false},{\\\"id\\\":\\\"712c44d\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":null,\\\"content_position\\\":\\\"center\\\",\\\"motion_fx_translateY_effect\\\":\\\"yes\\\",\\\"animation\\\":\\\"slideInUp\\\",\\\"animation_duration\\\":\\\"fast\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"7f8e5f2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"BUY NOW!\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/smartphoneonlinecourse\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-shopping-cart\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"icon_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":8,\\\"sizes\\\":[]},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":45,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"typography_text_decoration\\\":\\\"none\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"background_color\\\":\\\"#2A7439\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"button_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"button_box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":-1,\\\"blur\\\":15,\\\"spread\\\":7,\\\"color\\\":\\\"#FFFAFA\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false}]'),(17839,1408,'_oembed_f173d9a0f2d4500d120e9417ac41075f','<iframe title=\"InV.mp4\" src=\"https://player.vimeo.com/video/624385691?h=d82aac116e&amp;dnt=1&amp;app_id=122963\" width=\"500\" height=\"211\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),(17840,1408,'_oembed_time_f173d9a0f2d4500d120e9417ac41075f','1635707851'),(17841,1408,'_elementor_pro_version','3.0.5'),(17842,1408,'_elementor_controls_usage','a:14:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:12;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:12;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:21:\"typography_font_style\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:3;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:24;s:16:\"content_position\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:15:\"animation_delay\";i:1;s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:4;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:6:{s:13:\"border_border\";i:5;s:12:\"border_color\";i:5;s:13:\"border_radius\";i:4;s:12:\"border_width\";i:4;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:10;s:16:\"background_color\";i:11;s:17:\"background_repeat\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_color_b\";i:1;s:22:\"css_filters_css_filter\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:17:\"shape_divider_top\";i:3;s:23:\"shape_divider_top_color\";i:3;s:23:\"shape_divider_top_width\";i:3;s:24:\"shape_divider_top_height\";i:2;s:26:\"shape_divider_bottom_width\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:13;s:3:\"gap\";i:1;s:16:\"content_position\";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:7;s:6:\"margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:14;s:5:\"align\";i:14;s:11:\"header_size\";i:4;s:4:\"link\";i:1;s:4:\"size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:14;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:8;s:22:\"typography_font_weight\";i:10;s:20:\"typography_font_size\";i:7;s:25:\"typography_text_transform\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:7;s:5:\"align\";i:6;s:4:\"size\";i:5;s:10:\"icon_align\";i:2;s:4:\"link\";i:7;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:20:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:5;s:25:\"typography_text_transform\";i:5;s:21:\"typography_font_style\";i:3;s:28:\"text_shadow_text_shadow_type\";i:2;s:23:\"text_shadow_text_shadow\";i:2;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:6;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:5;s:25:\"button_hover_border_color\";i:2;s:15:\"hover_animation\";i:5;s:13:\"border_border\";i:2;s:13:\"border_radius\";i:5;s:33:\"button_box_shadow_box_shadow_type\";i:3;s:28:\"button_box_shadow_box_shadow\";i:3;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:16:\"eael-testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:30:\"eael_section_testimonial_image\";a:2:{s:5:\"image\";i:1;s:22:\"image_custom_dimension\";i:1;}s:32:\"eael_section_testimonial_content\";a:3:{s:21:\"eael_testimonial_name\";i:1;s:30:\"eael_testimonial_company_title\";i:1;s:28:\"eael_testimonial_description\";i:1;}}s:5:\"style\";a:4:{s:39:\"eael_section_testimonial_styles_general\";a:1:{s:35:\"eael_testimonial_user_display_block\";i:1;}s:37:\"eael_section_testimonial_image_styles\";a:2:{s:28:\"eael_testimonial_image_width\";i:1;s:30:\"eael_testimonial_image_rounded\";i:1;}s:35:\"eael_section_testimonial_typography\";a:2:{s:47:\"eael_testimonial_position_typography_typography\";i:1;s:48:\"eael_testimonial_position_typography_font_weight\";i:1;}s:45:\"eael_section_testimonial_quotation_typography\";a:2:{s:30:\"eael_testimonial_quotation_top\";i:1;s:32:\"eael_testimonial_quotation_right\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:1;}}}}s:11:\"menu-anchor\";a:3:{s:5:\"count\";i:3;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:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:4:\"view\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:3;s:10:\"icon_align\";i:3;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:3;s:16:\"icon_color_hover\";i:3;s:9:\"icon_size\";i:3;s:15:\"icon_self_align\";i:1;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:3;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:3;s:27:\"icon_typography_font_family\";i:3;s:27:\"icon_typography_font_weight\";i:3;}}}}s:12:\"presto_video\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"video_block\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:4:\"view\";i:5;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:5;s:17:\"_background_color\";i:5;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:5;s:15:\"secondary_color\";i:5;s:9:\"icon_size\";i:5;}s:21:\"section_style_content\";a:4:{s:11:\"title_color\";i:5;s:17:\"description_color\";i:5;s:33:\"description_typography_typography\";i:1;s:35:\"description_shadow_text_shadow_type\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:6:{s:10:\"video_type\";i:1;s:11:\"youtube_url\";i:1;s:9:\"vimeo_url\";i:1;s:14:\"modestbranding\";i:1;s:10:\"yt_privacy\";i:1;s:9:\"lazy_load\";i:1;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_toggle_style\";a:5:{s:12:\"border_width\";i:1;s:13:\"space_between\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_toggle_style_title\";a:8:{s:11:\"title_color\";i:1;s:13:\"title_padding\";i:1;s:16:\"title_background\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:16:\"tab_active_color\";i:1;}s:25:\"section_toggle_style_icon\";a:3:{s:10:\"icon_align\";i:1;s:10:\"icon_color\";i:1;s:17:\"icon_active_color\";i:1;}s:28:\"section_toggle_style_content\";a:7:{s:15:\"content_padding\";i:1;s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:30:\"content_typography_line_height\";i:1;s:24:\"content_background_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_width\";i:1;}}}}s:26:\"countdown-timer-pro-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:14:\"ct_pro_section\";a:4:{s:18:\"ct_pro_expire_type\";i:1;s:18:\"ct_pro_after_hours\";i:1;s:19:\"ct_pro_after_minuts\";i:1;s:20:\"ct_pro_after_seconds\";i:1;}s:22:\"ct_pro_restart_section\";a:4:{s:14:\"ct_pro_restart\";i:1;s:26:\"ct_pro_restart_after_hours\";i:1;s:27:\"ct_pro_restart_after_minuts\";i:1;s:28:\"ct_pro_restart_after_seconds\";i:1;}s:21:\"ct_pro_expire_section\";a:1:{s:23:\"ct_pro_expire_show_type\";i:1;}s:25:\"ct_pro_label_text_section\";a:1:{s:16:\"ct_pro_show_days\";i:1;}}s:5:\"style\";a:3:{s:20:\"ct_pro_style_section\";a:6:{s:27:\"ct_pro_box_background_color\";i:1;s:17:\"box_border_border\";i:1;s:16:\"box_border_width\";i:1;s:24:\"ct_pro_box_border_radius\";i:1;s:18:\"ct_pro_box_spacing\";i:1;s:20:\"ct_pro_digit_spacing\";i:1;}s:27:\"ct_pro_digits_style_section\";a:6:{s:29:\"ct_pro_digit_background_color\";i:1;s:19:\"ct_pro_digits_color\";i:1;s:32:\"eac_digits_typography_typography\";i:1;s:33:\"eac_digits_typography_font_family\";i:1;s:31:\"eac_digits_typography_font_size\";i:1;s:33:\"eac_digits_typography_font_weight\";i:1;}s:27:\"ct_pro_labels_style_section\";a:1:{s:29:\"ct_pro_label_background_color\";i:1;}}}}}'),(17843,1408,'_eael_custom_js',''),(17844,1408,'_eael_widget_elements','a:1:{s:12:\"testimonials\";s:12:\"testimonials\";}'),(17845,1408,'_oembed_bbfd085fe519b6067b91f57637faa2ae','{{unknown}}'),(17846,1409,'_edit_last','1'),(17847,1409,'_elementor_edit_mode','builder'),(17848,1409,'_elementor_template_type','wp-page'),(17849,1409,'_elementor_version','3.4.7'),(17850,1409,'_wp_page_template','default'),(17851,1409,'site-sidebar-layout','no-sidebar'),(17852,1409,'site-content-layout','page-builder'),(17853,1409,'theme-transparent-header-meta','default'),(17854,1409,'_astra_content_layout_flag','disabled'),(17855,1409,'site-post-title','disabled'),(17856,1409,'ast-title-bar-display','disabled'),(17857,1409,'ast-featured-img','disabled'),(17858,1409,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wpjn_postmeta` VALUES (17859,1409,'_elementor_data','[{\\\"id\\\":\\\"d5bf541\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"a3089cb\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"2fb6407\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p style=\\\\\\\"text-align: center;\\\\\\\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.\\\\u00a0 Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.<\\\\/p>\\\",\\\"text_color\\\":\\\"#FBFBFB\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":25,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_font_style\\\":\\\"italic\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":34,\\\"sizes\\\":[]},\\\"typography_line_height_tablet\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.899999999999999911182158029987476766109466552734375,\\\"sizes\\\":[]},\\\"typography_line_height_mobile\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"f866451\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#107A7B\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"1ab5151\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"acc7d09\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"BRAND NEW TRAINING REVEALS...\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"cyobi8s\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"height\\\":\\\"full\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_overlay_background\\\":\\\"classic\\\",\\\"background_overlay_color_b\\\":\\\"#1c393d\\\",\\\"css_filters_css_filter\\\":\\\"custom\\\",\\\"custom_height\\\":{\\\"unit\\\":\\\"vh\\\",\\\"size\\\":80},\\\"background_position\\\":\\\"center center\\\",\\\"custom_height_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":300},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_size\\\":\\\"cover\\\",\\\"shape_divider_bottom\\\":\\\"wave-brush\\\",\\\"shape_divider_bottom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50},\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":800,\\\"sizes\\\":[]},\\\"custom_height_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":350,\\\"sizes\\\":[]},\\\"shape_divider_bottom_height_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_attachment\\\":\\\"scroll\\\",\\\"__globals__\\\":{\\\"background_overlay_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\",\\\"shape_divider_bottom_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"background_color\\\":\\\"#000000\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"c6408c8\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"animation_delay\\\":700,\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"174\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"50\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"50\\\",\\\"isLinked\\\":false},\\\"background_background\\\":\\\"classic\\\",\\\"css_classes\\\":\\\"envato-kit-62-home\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"051b374\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.\\\",\\\"header_size\\\":\\\"h3\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"17\\\",\\\"right\\\":\\\"17\\\",\\\"bottom\\\":\\\"17\\\",\\\"left\\\":\\\"17\\\",\\\"isLinked\\\":true},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"52\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"be8b5c2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>IMAGINE CREATING and hosting <span style=\\\\\\\"text-decoration: underline; color: #ff6600;\\\\\\\">HOT SELLING ONLINE COURSES<\\\\/span> WITH YOUR SMARTPHONE THAT CONSISTENTLY <span style=\\\\\\\"color: #ff6600;\\\\\\\">EARNS YOU 6 - FIGURES MONTHLY <span style=\\\\\\\"color: #ffffff;\\\\\\\">WITHOUT DOING MOST OF THE <span style=\\\\\\\"color: #ff6600;\\\\\\\">WORK FROM SCRATCH<\\\\/span> OR NEEDING A<\\\\/span> WEBSITE <span style=\\\\\\\"color: #ffffff;\\\\\\\">OR A<\\\\/span> LAPTOP.<\\\\/span><\\\\/p>\\\",\\\"align\\\":\\\"center\\\",\\\"text_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":17,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"ce8a7c3\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"YES, GIVE ME INSTANT ACCESS NOW\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"xl\\\",\\\"icon_align\\\":\\\"right\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":30,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"text_shadow_text_shadow_type\\\":\\\"yes\\\",\\\"text_shadow_text_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"color\\\":\\\"rgba(0, 0, 0, 0)\\\"},\\\"button_text_color\\\":\\\"#050505\\\",\\\"background_color\\\":\\\"#FAFAFA\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"#FF0505\\\",\\\"button_hover_border_color\\\":\\\"#010101\\\",\\\"hover_animation\\\":\\\"buzz\\\",\\\"border_border\\\":\\\"solid\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":true},\\\"button_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"button_box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0, 0, 0, 0)\\\"},\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"link\\\":{\\\"url\\\":\\\"#Content1\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"d1d86be\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"61cc481\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"38a2691\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"RESULTS SPEAK LOUDER!\\\",\\\"link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_weight\\\":\\\"800\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"e8889cc\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":970,\\\"sizes\\\":[]},\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#D4E0D5\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"090da7a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"solid\\\",\\\"border_color\\\":\\\"#4F4949\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"5\\\",\\\"right\\\":\\\"5\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"5\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[{\\\"id\\\":\\\"a5503fc\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/pp.jpg\\\",\\\"id\\\":673,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"50\\\",\\\"height\\\":\\\"50\\\"},\\\"eael_testimonial_name\\\":\\\"John Agbo\\\",\\\"eael_testimonial_company_title\\\":\\\"Digital Creator Labs\\\",\\\"eael_testimonial_description\\\":\\\"<p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>If you\\\'re a digital Creator looking for a way to host your digital products online where students can enroll and take your courses online, then I highly recommend this course for.<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>Flora actually took her time to create this detailed course such that even a primary 4 people can understand it. I\\\'m glad I found this solution.<\\\\/strong><\\\\/span><\\\\/p>\\\",\\\"eael_testimonial_user_display_block\\\":\\\"yes\\\",\\\"eael_testimonial_image_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":87,\\\"sizes\\\":[]},\\\"eael_testimonial_image_rounded\\\":\\\"testimonial-avatar-rounded\\\",\\\"eael_testimonial_position_typography_typography\\\":\\\"custom\\\",\\\"eael_testimonial_position_typography_font_weight\\\":\\\"900\\\",\\\"eael_testimonial_quotation_top\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":88,\\\"sizes\\\":[]},\\\"eael_testimonial_quotation_right\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":61,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-testimonial\\\"}],\\\"isInner\\\":false},{\\\"id\\\":\\\"42a8754\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"5\\\",\\\"right\\\":\\\"5\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"5\\\",\\\"isLinked\\\":true},\\\"border_color\\\":\\\"#221C1CC7\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0, 0, 0, 0.71)\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"bcf89a7\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/WhatsApp-Image-2021-10-28-at-12.02.16-PM.jpeg\\\",\\\"id\\\":937,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"full\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"1d1168d\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":989,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"6e56084\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"d15141e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p>Dear friend,<\\\\/p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone<\\\\/strong> without having to<strong> build or create from scratch using a Laptop or need a Website.<\\\\/strong><\\\\/p><p>If you answered <strong>YES<\\\\/strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why\\\\u2026<\\\\/p><p><strong>Online Course Creation<\\\\/strong> is one of the <strong>easiest and lucrative business models<\\\\/strong> anyone can start today and start <strong>making money<\\\\/strong> almost immediately.<\\\\/p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\\\'s not true<\\\\/strong>.<\\\\/p><p>You can Convert your <strong>Knowledge, Experience or Skills<\\\\/strong> into<strong> online courses<\\\\/strong> with just your <strong>Smartphone<\\\\/strong>..<\\\\/p><p><strong>Here\\\'s why Online Course Creation is a Lucrative Business?<\\\\/strong><\\\\/p><p>\\\\ud83d\\\\udca5It\\\'s a product that can never run out of stock.<br \\\\/>\\\\ud83d\\\\udca5It does not require any form of Importation or shipping or delivery. <br \\\\/>\\\\ud83d\\\\udca5 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br \\\\/>\\\\ud83d\\\\udca5It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.<\\\\/p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.<\\\\/strong><\\\\/p><p>The Knowledge industry is worth <strong>Billions of dollars<\\\\/strong>. That is <strong>Billions with a capital *B.<\\\\/strong><\\\\/p><p>What does this tell you?<\\\\/p><p>The <strong>Knowledge industry<\\\\/strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.<\\\\/strong><\\\\/p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...<\\\\/strong><\\\\/p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.<\\\\/p><p>How?<\\\\/p><p><strong>By creating an *Online Course.*<\\\\/strong><\\\\/p><p>Online courses which can be in form of <strong>Video courses or eBooks<\\\\/strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience<\\\\/strong> to <strong>increase your impact and income.<\\\\/strong><\\\\/p><p>But you need to know how to create an online course that<strong> banks<\\\\/strong> so your <strong>online course<\\\\/strong> doesn\\\'t end up in your <strong>archive<\\\\/strong>. <strong>That is why I created this course for you.<\\\\/strong><\\\\/p><h3 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>Introducing...<\\\\/strong><\\\\/span><\\\\/h3>\\\",\\\"align\\\":\\\"justify\\\",\\\"text_color\\\":\\\"#060606\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_weight\\\":\\\"200\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"dc13ef1\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":784,\\\"sizes\\\":[]},\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#125C63\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"3637cf4\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#FFFFFF\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"44\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"8d8e5ac\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post-1.png\\\",\\\"id\\\":951,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"},\\\"image_size\\\":\\\"custom\\\",\\\"image_custom_dimension\\\":{\\\"width\\\":\\\"500\\\",\\\"height\\\":\\\"500\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"360b438\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Smartphone Online Course Profit Machine\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#C27615\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":45,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"67adf87\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<p style=\\\\\\\"text-align: center;\\\\\\\"><strong><span style=\\\\\\\"color: #000000;\\\\\\\">How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.<\\\\/span><\\\\/strong><\\\\/p>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"c67430b\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":809,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"9942e6c\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"groove\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"5\\\",\\\"right\\\":\\\"5\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"5\\\",\\\"isLinked\\\":true},\\\"border_color\\\":\\\"#E3D7D7\\\",\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0, 0, 0, 0.78)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"43\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"7531a3f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"anchor\\\":\\\"Content1\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"menu-anchor\\\"},{\\\"id\\\":\\\"cd58d47\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Here Is What You\\\'ll Learn Inside Smartphone Online Course Profit Machine\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#BC1C07\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":30,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"ee347bc\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"icon_list\\\":[{\\\"text\\\":\\\"My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"ffb8846\\\"},{\\\"text\\\":\\\"How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"f521361\\\"},{\\\"text\\\":\\\"Digital Topics That Banks: Hot Evergreen Digital Topics\\\\/Ideas You Can Sell And Make Lots Of Money In Less Time\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"ea42420\\\"},{\\\"text\\\":\\\"Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"2c2a9e5\\\"},{\\\"text\\\":\\\"A Fail Proof process to help you create your digital products by yourself in 48 hours...\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"d1dcba9\\\"},{\\\"text\\\":\\\"How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"701ff62\\\"},{\\\"text\\\":\\\"How to brand and package your online course to make it look more valuable and Irresistible..\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"a8df4e3\\\"},{\\\"text\\\":\\\"How to Enroll your First 100 studnets without spending a dime on advertising..\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"759c0a9\\\"},{\\\"text\\\":\\\"How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"4050018\\\"},{\\\"text\\\":\\\"How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"26205be\\\"},{\\\"text\\\":\\\"How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"2ebbef8\\\"},{\\\"text\\\":\\\"and Lots More\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"1f893f3\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"icon_align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"#0B681C\\\",\\\"icon_color_hover\\\":\\\"#070707\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":22,\\\"sizes\\\":[]},\\\"icon_self_align\\\":\\\"left\\\",\\\"text_color\\\":\\\"#030303\\\",\\\"text_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":6,\\\"sizes\\\":[]},\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_family\\\":\\\"Lora\\\",\\\"icon_typography_font_weight\\\":\\\"800\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"481637d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"I WANT TO PAY NOW\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"xl\\\",\\\"icon_align\\\":\\\"right\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":30,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"text_shadow_text_shadow_type\\\":\\\"yes\\\",\\\"text_shadow_text_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"color\\\":\\\"rgba(0, 0, 0, 0)\\\"},\\\"button_text_color\\\":\\\"#EFEFEF\\\",\\\"background_color\\\":\\\"#169284\\\",\\\"hover_color\\\":\\\"#1F919B\\\",\\\"button_background_hover_color\\\":\\\"#FFFFFF\\\",\\\"button_hover_border_color\\\":\\\"#13969B\\\",\\\"hover_animation\\\":\\\"buzz\\\",\\\"border_border\\\":\\\"solid\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":true},\\\"button_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"button_box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":10,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0, 0, 0, 0)\\\"},\\\"link\\\":{\\\"url\\\":\\\"#coursevideo\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"f554daf\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":873,\\\"sizes\\\":[]},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"42\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"4112074\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"1a24635\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"How Much To Get The Course?\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"2cb7a0e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<section class=\\\\\\\"elementor-section elementor-top-section elementor-element elementor-element-5930ec6a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\\\\\" data-id=\\\\\\\"5930ec6a\\\\\\\" data-element_type=\\\\\\\"section\\\\\\\" data-settings=\\\\\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\\\\\"><div class=\\\\\\\"elementor-container elementor-column-gap-default\\\\\\\"><div class=\\\\\\\"elementor-row\\\\\\\"><div class=\\\\\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f031a8e\\\\\\\" data-id=\\\\\\\"3f031a8e\\\\\\\" data-element_type=\\\\\\\"column\\\\\\\"><div class=\\\\\\\"elementor-column-wrap elementor-element-populated\\\\\\\"><div class=\\\\\\\"elementor-widget-wrap\\\\\\\"><div class=\\\\\\\"elementor-element elementor-element-45d17c51 elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"45d17c51\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><p><span style=\\\\\\\"color: #000000;\\\\\\\">Let me be very <strong>frank<\\\\/strong> with you..<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I am not going to threaten you with any scarcity here.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">The price for this course is <strong><span style=\\\\\\\"color: #ff0000;\\\\\\\">N20, 000 Naira<\\\\/span><\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong><span style=\\\\\\\"color: #ff0000;\\\\\\\">Billion Dollar Knowledge Information Industry out there.<\\\\/span><\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I\\\\u2019ll allow you to get the course for just<strong><span style=\\\\\\\"color: #ff0000;\\\\\\\"> N5000 Naira\\\\u00a0<\\\\/span><\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">However, this is for a <strong>limited time.<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Let me be honest with you\\\\u2026<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>The price of this course will increase any time from now.<\\\\/strong><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I cannot tell you when exactly but, one thing is sure; the price must surely go up.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong><span style=\\\\\\\"color: #ff0000;\\\\\\\">FAST ACTION TAKERS <\\\\/span><\\\\/strong>bonuses which includes a <strong><span style=\\\\\\\"color: #ff0000;\\\\\\\">Premium Video Builder Software.<\\\\/span><\\\\/strong><\\\\/span><\\\\/p><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/section><section class=\\\\\\\"elementor-section elementor-top-section elementor-element elementor-element-38a03d3a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\\\\\" data-id=\\\\\\\"38a03d3a\\\\\\\" data-element_type=\\\\\\\"section\\\\\\\" data-settings=\\\\\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\\\\\"><div class=\\\\\\\"elementor-container elementor-column-gap-default\\\\\\\"><div class=\\\\\\\"elementor-row\\\\\\\"><div class=\\\\\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47a5fbff\\\\\\\" data-id=\\\\\\\"47a5fbff\\\\\\\" data-element_type=\\\\\\\"column\\\\\\\"><div class=\\\\\\\"elementor-column-wrap elementor-element-populated\\\\\\\"><div class=\\\\\\\"elementor-widget-wrap\\\\\\\"><div class=\\\\\\\"elementor-element elementor-element-2a24bba3 elementor-widget elementor-widget-heading\\\\\\\" data-id=\\\\\\\"2a24bba3\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-settings=\\\\\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\\\\\" data-widget_type=\\\\\\\"heading.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\">\\\\u00a0<\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/div><\\\\/section>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"f892f23\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"COURSE SNIPPET\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#D60A0A\\\",\\\"typography_typography\\\":\\\"custom\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"f191fa5\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"video_block\\\":\\\"1288\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"presto_video\\\"},{\\\"id\\\":\\\"bfb899b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"COURSE SNIPPET TWO\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#EC0000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"7b94fda\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":[],\\\"elements\\\":[],\\\"widgetType\\\":\\\"presto_video\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"97aafa8\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":789,\\\"sizes\\\":[]},\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"bced6d6\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"0cd8e45\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"FAST ACTION TAKERS BONUSES\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"8246141\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"Intro and Outro Video Software\\\",\\\"description_text\\\":\\\"Create Captivating\\\\nIntro And Outro Videos\\\\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \\\\n<br><br><b>VALUE PRICE: N50,000 Naira<\\\\/b>\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"2db4fab\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"video_type\\\":\\\"vimeo\\\",\\\"youtube_url\\\":\\\"https:\\\\/\\\\/youtu.be\\\\/DROCfn_CAko\\\",\\\"vimeo_url\\\":\\\"https:\\\\/\\\\/vimeo.com\\\\/624385691\\\",\\\"dailymotion_url\\\":\\\"https:\\\\/\\\\/www.dailymotion.com\\\\/video\\\\/x6tqhqb\\\",\\\"modestbranding\\\":\\\"yes\\\",\\\"yt_privacy\\\":\\\"yes\\\",\\\"lazy_load\\\":\\\"yes\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"video\\\"},{\\\"id\\\":\\\"65f583f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"The 12 Commandments of Digital Marketing\\\",\\\"description_text\\\":\\\"The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\\\\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten \\\\u2018laws\\\\u2019 are compulsory if you really want to succeed\\\\nin internet marketing.\\\\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\\\\n<br><span style=\\\\\\\"font-weight: 700;\\\\\\\">VALUE PRICE: N10,000 Naira<\\\\/span>\\\\n\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\",\\\"description_typography_typography\\\":\\\"custom\\\",\\\"description_shadow_text_shadow_type\\\":\\\"yes\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"474dcdd\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"The Digital Business Goldmines\\\",\\\"description_text\\\":\\\"A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\\\\n\\\\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\\\\n\\\\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \\\\n\\\\nThis section is for those still looking to choose the right models for making money on the internet consistently.\\\\n<br><span style=\\\\\\\"font-weight: 700;\\\\\\\">VALUE PRICE: N10,000 Naira<\\\\/span>\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"30e66cb\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"The Complete Online Course Business Starter Kit\\\",\\\"description_text\\\":\\\"The fastest way to validate your course idea, attract early customers, and build a world-class online course.\\\\n\\\\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\\\\n<br><span style=\\\\\\\"font-weight: 700;\\\\\\\">VALUE PRICE: N20,000 Naira<\\\\/span>\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"6297e8c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title_text\\\":\\\"The Netpreneur Manifesto...\\\",\\\"description_text\\\":\\\"Everything, you need and don\\\'t need to become a successful digital marketer and save yourself, time, money, and frustration\\\\n\\\\n\\\\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br><span style=\\\\\\\"font-weight: 700;\\\\\\\">VALUE PRICE: N10,000 Naira<\\\\/span>\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#FFFFFF\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"view\\\":\\\"stacked\\\",\\\"primary_color\\\":\\\"#B67A11\\\",\\\"secondary_color\\\":\\\"#FFFFFF\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#000000\\\",\\\"description_color\\\":\\\"#000000\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"3ecd72d5\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"58\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"4664eff0\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"9f7ca78\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"anchor\\\":\\\"coursevideo\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"menu-anchor\\\"},{\\\"id\\\":\\\"2462085\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"TAKE A PEEK INSIDE\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#F80303\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"6f4fc4e9\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"video_block\\\":\\\"1225\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"presto_video\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"fe82286\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":887,\\\"sizes\\\":[]},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"187\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"shape_divider_top\\\":\\\"split\\\",\\\"shape_divider_top_color\\\":\\\"#010101\\\",\\\"shape_divider_top_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":4000,\\\"sizes\\\":[]},\\\"shape_divider_top_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":193,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"762752a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"3\\\",\\\"right\\\":\\\"3\\\",\\\"bottom\\\":\\\"3\\\",\\\"left\\\":\\\"3\\\",\\\"isLinked\\\":true},\\\"border_color\\\":\\\"#000000\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"102\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"d2e8a67\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Here Is Everything You\\\'re Getting Today\\\",\\\"size\\\":\\\"xxl\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\",\\\"typography_text_transform\\\":\\\"none\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"75df02a\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"view\\\":\\\"inline\\\",\\\"icon_list\\\":[{\\\"text\\\":\\\"Key Consideration in Creating a Profitable Information Marketing Business.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"e0e5f40\\\"},{\\\"text\\\":\\\"The 5 Hot Evergreen Niches that can make you lots of Money.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"2a033f0\\\"},{\\\"text\\\":\\\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"97c4d8e\\\"},{\\\"text\\\":\\\"How to Create your Online Course by Yourself in 48 hours.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"ce12177\\\"},{\\\"text\\\":\\\"Publish, Host, and Automate your Courses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"63c3e4e\\\"},{\\\"text\\\":\\\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"d96a0af\\\"},{\\\"text\\\":\\\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"14c2b2d\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":4,\\\"sizes\\\":[]},\\\"icon_align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"#13510E\\\",\\\"icon_color_hover\\\":\\\"#0A0A0A\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"text_color\\\":\\\"#030303\\\",\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_family\\\":\\\"Lora\\\",\\\"icon_typography_font_weight\\\":\\\"600\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"79b0374\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<h4 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\\\u2013 \\\\u20a6200,000<\\\\/span><\\\\/h4><h4 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #008000;\\\\\\\">Best Price \\\\u2013 Only <del>\\\\u20a620,000<\\\\/del><\\\\/span><\\\\/h4><div class=\\\\\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"aa6d1bc\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><h1 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ff0000;\\\\\\\"><strong><u>Give Away Price<\\\\/u><\\\\/strong><\\\\/span><\\\\/h1><\\\\/div><\\\\/div><\\\\/div><div class=\\\\\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"a488152\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><h1 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ff0000;\\\\\\\">\\\\u20a65,000<\\\\/span><\\\\/h1><\\\\/div><p style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\\\\\"color: #ff0000;\\\\\\\">\\\\u20a620,000<\\\\/span> Once The Timer Below Hits Zero.<\\\\/b><\\\\/span><\\\\/p><\\\\/div><\\\\/div>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"255eaf2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"I WANT TO PAY THE GIVEAWAY PRICE NOW\\\",\\\"align\\\":\\\"center\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":27,\\\"sizes\\\":[]},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/smartphoneonlinecourse?affiliate=qx8f\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"e36f9c6\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":628,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"41bd995\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"061f1b4\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/Moneyback-Free-Download-PNG.png\\\",\\\"id\\\":1085,\\\"alt\\\":\\\"\\\",\\\"source\\\":\\\"library\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"1aef676\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<div class=\\\\\\\"elementor-element elementor-element-5d3335d elementor-widget elementor-widget-heading\\\\\\\" data-id=\\\\\\\"5d3335d\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"heading.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><h1 class=\\\\\\\"elementor-heading-title elementor-size-default\\\\\\\" style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>100% Money Back Guarantee<\\\\/strong><\\\\/span><\\\\/h1><\\\\/div><\\\\/div><div class=\\\\\\\"elementor-element elementor-element-d67b32c elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"d67b32c\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><p><span style=\\\\\\\"color: #000000;\\\\\\\">This sounds unbelievable right?<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I know, but I am not stupid for making guarantee.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I am confident that this course will work for you because it\\\\u2019s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">I can understand.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">The only thing you\\\\u2019ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.<\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">Then, simply contact us &amp; your entire purchase price will be promptly refunded. <span style=\\\\\\\"color: #008000;\\\\\\\"><strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to\\\\u00a0 for a full refund of your investment.\\\\u00a0<\\\\/strong><\\\\/span><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\"><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.<\\\\/b><\\\\/span><\\\\/p><p><span style=\\\\\\\"color: #000000;\\\\\\\">No tricks. No hidden fees. None of that. All yours for a low price.<\\\\/span><\\\\/p><\\\\/div><\\\\/div><\\\\/div>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"9cb25cf\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"See Everything You\\\'re Getting\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"xl\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":28,\\\"sizes\\\":[]},\\\"background_color\\\":\\\"#245C5F\\\",\\\"button_background_hover_color\\\":\\\"#EF0B0B\\\",\\\"hover_animation\\\":\\\"pop\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"link\\\":{\\\"url\\\":\\\"#Content2\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"36ac7f9\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"783d7ca\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"50f585d\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":610,\\\"sizes\\\":[]},\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#0F6848\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"9fce8aa\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"305b2af\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Questions People Are Asking...\\\",\\\"size\\\":\\\"xl\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":44,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"69bb3c70\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"custom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"\\\"},\\\"content_position\\\":\\\"middle\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"23\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_color\\\":\\\"#FFFFFF\\\",\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":false},\\\"wave_animation_wave_top\\\":{\\\"id\\\":1108,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/wave-top.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1109,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/wave-mid.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1110,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/10\\\\/wave-bot.png\\\"},\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":706,\\\"sizes\\\":[]},\\\"shape_divider_top\\\":\\\"arrow\\\",\\\"shape_divider_top_color\\\":\\\"#18694A\\\",\\\"shape_divider_top_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":300,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"3f28964b\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"padding\\\":{\\\"unit\\\":\\\"%\\\",\\\"top\\\":\\\"7\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_inline_size\\\":null,\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[{\\\"id\\\":\\\"294ae8ff\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"tabs\\\":[{\\\"tab_title\\\":\\\"What Format Are The Training Materials Delivered In?\\\",\\\"tab_content\\\":\\\"<p>The materials are delivered in Videos and Text formats and nothing complicated.<\\\\/p><p>They are not physical books so you don\\\\u2019t need to wait for days to have them shipped to you.<\\\\/p>\\\",\\\"_id\\\":\\\"9ee9b18\\\"},{\\\"tab_title\\\":\\\"I dont have any Course Idea, Can I Benefit from this Course?\\\",\\\"tab_content\\\":\\\"<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.<\\\\/p>\\\",\\\"_id\\\":\\\"b0a507e\\\"},{\\\"tab_title\\\":\\\"How Soon Will I Get Access To The Course After Payment?\\\",\\\"tab_content\\\":\\\"<p>You\\\\u2019ll have immediate access to the course. You\\\\u2019ll be learning and implementing within the next 2 minutes even it\\\\u2019s 2AM.<\\\\/p>\\\",\\\"_id\\\":\\\"a71416c\\\"},{\\\"tab_title\\\":\\\"Are You Going To Offer Me Any Support After Buying The Course?\\\",\\\"tab_content\\\":\\\"<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.<\\\\/p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.<\\\\/p>\\\",\\\"_id\\\":\\\"0396879\\\"},{\\\"tab_title\\\":\\\"Do I Need To Spend Any Other Other Money After Buying This Course?\\\",\\\"tab_content\\\":\\\"<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads<\\\\/p><p>Creating your Course is Free<br \\\\/>Designing your Course is Free<br \\\\/>Hosting your Course Online is Free.<\\\\/p><p>If you\\\\u2019re going to run paid ads, you\\\\u2019ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.<\\\\/p>\\\",\\\"_id\\\":\\\"18bfc4a\\\"}],\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":1},\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":32},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":0,\\\"blur\\\":30,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(0,0,0,0.12)\\\"},\\\"title_color\\\":\\\"#0A0A0A\\\",\\\"title_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"icon_align\\\":\\\"right\\\",\\\"content_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"35\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"35\\\",\\\"isLinked\\\":false},\\\"border_color\\\":\\\"#000000\\\",\\\"title_background\\\":\\\"rgba(35,35,35,0)\\\",\\\"title_typography_typography\\\":\\\"custom\\\",\\\"title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16},\\\"title_typography_font_weight\\\":\\\"900\\\",\\\"title_typography_text_transform\\\":\\\"uppercase\\\",\\\"icon_color\\\":\\\"#000000\\\",\\\"icon_active_color\\\":\\\"#CE0000\\\",\\\"content_color\\\":\\\"#141414\\\",\\\"content_typography_typography\\\":\\\"custom\\\",\\\"content_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16},\\\"content_typography_font_weight\\\":\\\"300\\\",\\\"content_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125},\\\"_background_color\\\":\\\"#ffffff\\\",\\\"_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"1\\\",\\\"right\\\":\\\"1\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"1\\\",\\\"isLinked\\\":true},\\\"tab_active_color\\\":\\\"#E61C11\\\",\\\"content_background_color\\\":\\\"rgba(25,25,25,0)\\\",\\\"_padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"toggle\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"4a03e53\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":989,\\\"sizes\\\":[]},\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\",\\\"shape_divider_bottom_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":100,\\\"sizes\\\":[]},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true}},\\\"elements\\\":[{\\\"id\\\":\\\"ff02b5a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"a77ce0f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<div class=\\\\\\\"elementor-element elementor-element-74a0c29a elementor-widget elementor-widget-heading\\\\\\\" data-id=\\\\\\\"74a0c29a\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"heading.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\" style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ffffff;\\\\\\\"><strong>Are You Ready To Get Started Now?<\\\\/strong><\\\\/span><\\\\/div><\\\\/div><div class=\\\\\\\"elementor-element elementor-element-f115bce elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"f115bce\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><h3 class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\" style=\\\\\\\"text-align: center;\\\\\\\"><strong><span style=\\\\\\\"color: #ffffff;\\\\\\\">You\\\\u2019re One Step Away From<\\\\/span> <span style=\\\\\\\"color: #ff0000;\\\\\\\">Creating Profitable Online Courses<\\\\/span> <span style=\\\\\\\"color: #ffffff;\\\\\\\">That Can Consistently Pay You.<\\\\/span><\\\\/strong><\\\\/h3><\\\\/div><\\\\/div>\\\",\\\"align\\\":\\\"center\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":70,\\\"sizes\\\":[]},\\\"typography_line_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":74,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"1dca814\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":921,\\\"sizes\\\":[]},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"187\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"shape_divider_top\\\":\\\"split\\\",\\\"shape_divider_top_color\\\":\\\"#010101\\\",\\\"shape_divider_top_width\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":4000,\\\"sizes\\\":[]},\\\"shape_divider_top_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":193,\\\"sizes\\\":[]}},\\\"elements\\\":[{\\\"id\\\":\\\"2a1adf9\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"border_border\\\":\\\"solid\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"3\\\",\\\"right\\\":\\\"3\\\",\\\"bottom\\\":\\\"3\\\",\\\"left\\\":\\\"3\\\",\\\"isLinked\\\":true},\\\"border_color\\\":\\\"#000000\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"102\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"66\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[{\\\"id\\\":\\\"937edc9\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"anchor\\\":\\\"Content2\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"menu-anchor\\\"},{\\\"id\\\":\\\"00256e6\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Here Is Everything You\\\'re Getting Today\\\",\\\"size\\\":\\\"xxl\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\",\\\"typography_text_transform\\\":\\\"none\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"0b3bd54\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"view\\\":\\\"inline\\\",\\\"icon_list\\\":[{\\\"text\\\":\\\"Key Consideration in Creating a Profitable Information Marketing Business.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"e0e5f40\\\"},{\\\"text\\\":\\\"The 5 Hot Evergreen Niches that can make you lots of Money.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"2a033f0\\\"},{\\\"text\\\":\\\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"97c4d8e\\\"},{\\\"text\\\":\\\"How to Create your Online Course by Yourself in 48 hours.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"ce12177\\\"},{\\\"text\\\":\\\"Publish, Host, and Automate your Courses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"63c3e4e\\\"},{\\\"text\\\":\\\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"d96a0af\\\"},{\\\"text\\\":\\\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-check-circle\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"_id\\\":\\\"14c2b2d\\\"}],\\\"space_between\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":4,\\\"sizes\\\":[]},\\\"icon_align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"#13510E\\\",\\\"icon_color_hover\\\":\\\"#0A0A0A\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"text_color\\\":\\\"#030303\\\",\\\"icon_typography_typography\\\":\\\"custom\\\",\\\"icon_typography_font_family\\\":\\\"Lora\\\",\\\"icon_typography_font_weight\\\":\\\"600\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-list\\\"},{\\\"id\\\":\\\"b26bac1\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<h4 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\\\u2013 \\\\u20a6200,000<\\\\/span><\\\\/h4><h4 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #008000;\\\\\\\">Best Price \\\\u2013 Only <del>\\\\u20a620,000<\\\\/del><\\\\/span><\\\\/h4><div class=\\\\\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"aa6d1bc\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><h1 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ff0000;\\\\\\\"><strong><u>Give Away Price<\\\\/u><\\\\/strong><\\\\/span><\\\\/h1><\\\\/div><\\\\/div><\\\\/div><div class=\\\\\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"a488152\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><h2 style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #ff0000;\\\\\\\">\\\\u20a65,000 or GHS 100 or $15<\\\\/span><\\\\/h2><\\\\/div><p style=\\\\\\\"text-align: center;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\\\\\"color: #ff0000;\\\\\\\">\\\\u20a620,000<\\\\/span> Once The Timer Below Hits Zero.<\\\\/b><\\\\/span><\\\\/p><\\\\/div><\\\\/div>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"71159e8\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Pay Online and Bank Transfer (Selar)\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#000000\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"983edab\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Pay N5,000 Naira or GHS 100 or $15 Online via Selar\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"lg\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-shopping-cart\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"icon_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":6,\\\"sizes\\\":[]},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"button_text_color\\\":\\\"#FFFFFFF5\\\",\\\"background_color\\\":\\\"#247090\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"#FE0000\\\",\\\"hover_animation\\\":\\\"buzz\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/smartphoneonlinecourse?affiliate=qx8f\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"b3e49eb\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<div class=\\\\\\\"elementor-element elementor-element-7a85fa7 elementor-widget elementor-widget-text-editor\\\\\\\" data-id=\\\\\\\"7a85fa7\\\\\\\" data-element_type=\\\\\\\"widget\\\\\\\" data-widget_type=\\\\\\\"text-editor.default\\\\\\\"><div class=\\\\\\\"elementor-widget-container\\\\\\\"><div class=\\\\\\\"elementor-text-editor elementor-clearfix\\\\\\\"><p style=\\\\\\\"text-align: left;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\"><strong>Pay With Selar!<\\\\/strong> If you are in Nigeria or Ghana. Pay<span style=\\\\\\\"color: #ff0000;\\\\\\\"> <b>N5000 Naira or your currency equivalent <\\\\/b><\\\\/span>Online using your debit card, bank transfer, mobile money, and gain access to your course. <\\\\/span><\\\\/p><p style=\\\\\\\"text-align: left;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\">This payment method is safe, secured and 100% approved\\\\u00a0 by CBN and other Financial Bodies.<\\\\/span><\\\\/p><p style=\\\\\\\"text-align: left;\\\\\\\"><span style=\\\\\\\"color: #000000;\\\\\\\">You\\\\u2019ll be redirected to the course and you can start learning immediately even if it\\\\u2019s 2AM.<\\\\/span><\\\\/p><\\\\/div><\\\\/div><\\\\/div>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"401ee93\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"I WANT THE COURSE  + ALL THE BONUSES\\\",\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"lg\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-shopping-cart\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"icon_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":6,\\\"sizes\\\":[]},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"900\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"button_text_color\\\":\\\"#FFFFFFF5\\\",\\\"background_color\\\":\\\"#247090\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"#FE0000\\\",\\\"hover_animation\\\":\\\"buzz\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/smartphoneonlinecourse?affiliate=qx8f\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"5e608dd\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"b35161e\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"5b7d534\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":[],\\\"elements\\\":[{\\\"id\\\":\\\"c8f3444\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"3ca0e35\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<h6 style=\\\\\\\"text-align: center;\\\\\\\"><b>IMPORTANT: Earnings And Legal Disclaimers<\\\\/b><\\\\/h6><h6 style=\\\\\\\"text-align: center;\\\\\\\">We Don\\\\u2019t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That\\\\u2019s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We\\\\u2019re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings \\\\u2013 All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.<\\\\/h6>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"1817722\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"height\\\":\\\"min-height\\\",\\\"custom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":214,\\\"sizes\\\":[]},\\\"structure\\\":\\\"30\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#000000\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"7b137e9\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":null},\\\"elements\\\":[{\\\"id\\\":\\\"f02d6c3\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"<h4 class=\\\\\\\"elementor-heading-title elementor-size-default\\\\\\\" style=\\\\\\\"text-align: left;\\\\\\\"><span style=\\\\\\\"color: #ffffff;\\\\\\\"><strong>75% OFF Crazy Offer! Pay <s>N20,000<\\\\/s>\\\\u00a0N5,000 - Expires In\\\\u00a0<u>FEW HOURS<\\\\/u><\\\\/strong><\\\\/span><\\\\/h4>\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":false},{\\\"id\\\":\\\"65523a0\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":null,\\\"content_position\\\":\\\"center\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"9e0a7dd\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"ct_pro_expire_type\\\":\\\"after_time\\\",\\\"ct_pro_after_hours\\\":8,\\\"ct_pro_after_minuts\\\":59,\\\"ct_pro_after_seconds\\\":59,\\\"ct_pro_restart\\\":\\\"yes\\\",\\\"ct_pro_restart_after_hours\\\":5,\\\"ct_pro_restart_after_minuts\\\":59,\\\"ct_pro_restart_after_seconds\\\":59,\\\"ct_pro_expire_show_type\\\":\\\"hide_ct_pro\\\",\\\"ct_pro_expire_message\\\":\\\"Sorry you are late!\\\",\\\"ct_pro_show_days\\\":\\\"\\\",\\\"ct_pro_label_days\\\":\\\"Days\\\",\\\"ct_pro_label_hours\\\":\\\"Hours\\\",\\\"ct_pro_label_minuts\\\":\\\"Minutes\\\",\\\"ct_pro_label_seconds\\\":\\\"Seconds\\\",\\\"ct_pro_box_background_color\\\":\\\"#FFFFFF\\\",\\\"box_border_border\\\":\\\"double\\\",\\\"box_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"ct_pro_box_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"5\\\",\\\"right\\\":\\\"5\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"5\\\",\\\"isLinked\\\":true},\\\"ct_pro_digit_background_color\\\":\\\"#FFFFFF\\\",\\\"ct_pro_digits_color\\\":\\\"#0D5C18\\\",\\\"eac_digits_typography_typography\\\":\\\"custom\\\",\\\"eac_digits_typography_font_family\\\":\\\"Lora\\\",\\\"eac_digits_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"eac_digits_typography_font_weight\\\":\\\"bold\\\",\\\"ct_pro_label_background_color\\\":\\\"#FF0000\\\",\\\"ct_pro_box_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"ct_pro_digit_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"countdown-timer-pro-widget\\\"}],\\\"isInner\\\":false},{\\\"id\\\":\\\"712c44d\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":null,\\\"content_position\\\":\\\"center\\\",\\\"motion_fx_translateY_effect\\\":\\\"yes\\\",\\\"animation\\\":\\\"slideInUp\\\",\\\"animation_duration\\\":\\\"fast\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"7f8e5f2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"BUY NOW!\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/selar.co\\\\/smartphoneonlinecourse?affiliate=qx8f\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-shopping-cart\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"icon_indent\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":3,\\\"sizes\\\":[]},\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Lora\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"bold\\\",\\\"typography_text_transform\\\":\\\"uppercase\\\",\\\"typography_font_style\\\":\\\"normal\\\",\\\"typography_text_decoration\\\":\\\"none\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"background_color\\\":\\\"#2A7439\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"button_box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"button_box_shadow_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":-1,\\\"blur\\\":15,\\\"spread\\\":7,\\\"color\\\":\\\"#FFFAFA\\\"},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"align\\\":\\\"center\\\",\\\"size\\\":\\\"md\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false}]'),(17861,1409,'_oembed_f173d9a0f2d4500d120e9417ac41075f','<iframe title=\"InV.mp4\" src=\"https://player.vimeo.com/video/624385691?h=d82aac116e&amp;dnt=1&amp;app_id=122963\" width=\"500\" height=\"211\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),(17862,1409,'_oembed_time_f173d9a0f2d4500d120e9417ac41075f','1635707851'),(17863,1409,'_elementor_pro_version','3.0.5'),(17864,1409,'_elementor_controls_usage','a:14:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:12;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:12;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:21:\"typography_font_style\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:3;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:24;s:16:\"content_position\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:3:{s:15:\"animation_delay\";i:1;s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:4;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:6:{s:13:\"border_border\";i:5;s:12:\"border_color\";i:5;s:13:\"border_radius\";i:4;s:12:\"border_width\";i:4;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:21;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:10;s:16:\"background_color\";i:11;s:17:\"background_repeat\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_color_b\";i:1;s:22:\"css_filters_css_filter\";i:1;}s:21:\"section_shape_divider\";a:7:{s:20:\"shape_divider_bottom\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:17:\"shape_divider_top\";i:3;s:23:\"shape_divider_top_color\";i:3;s:23:\"shape_divider_top_width\";i:3;s:24:\"shape_divider_top_height\";i:2;s:26:\"shape_divider_bottom_width\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:2;s:13:\"custom_height\";i:3;s:13:\"content_width\";i:13;s:3:\"gap\";i:1;s:16:\"content_position\";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:7;s:6:\"margin\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:14;s:5:\"align\";i:14;s:11:\"header_size\";i:4;s:4:\"link\";i:1;s:4:\"size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:14;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:8;s:22:\"typography_font_weight\";i:10;s:20:\"typography_font_size\";i:7;s:25:\"typography_text_transform\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:7;s:5:\"align\";i:7;s:4:\"size\";i:6;s:10:\"icon_align\";i:2;s:4:\"link\";i:7;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:20:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:7;s:22:\"typography_font_weight\";i:5;s:25:\"typography_text_transform\";i:5;s:21:\"typography_font_style\";i:3;s:28:\"text_shadow_text_shadow_type\";i:2;s:23:\"text_shadow_text_shadow\";i:2;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:6;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:5;s:25:\"button_hover_border_color\";i:2;s:15:\"hover_animation\";i:5;s:13:\"border_border\";i:2;s:13:\"border_radius\";i:5;s:33:\"button_box_shadow_box_shadow_type\";i:3;s:28:\"button_box_shadow_box_shadow\";i:3;s:26:\"typography_text_decoration\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:16:\"eael-testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:30:\"eael_section_testimonial_image\";a:2:{s:5:\"image\";i:1;s:22:\"image_custom_dimension\";i:1;}s:32:\"eael_section_testimonial_content\";a:3:{s:21:\"eael_testimonial_name\";i:1;s:30:\"eael_testimonial_company_title\";i:1;s:28:\"eael_testimonial_description\";i:1;}}s:5:\"style\";a:4:{s:39:\"eael_section_testimonial_styles_general\";a:1:{s:35:\"eael_testimonial_user_display_block\";i:1;}s:37:\"eael_section_testimonial_image_styles\";a:2:{s:28:\"eael_testimonial_image_width\";i:1;s:30:\"eael_testimonial_image_rounded\";i:1;}s:35:\"eael_section_testimonial_typography\";a:2:{s:47:\"eael_testimonial_position_typography_typography\";i:1;s:48:\"eael_testimonial_position_typography_font_weight\";i:1;}s:45:\"eael_section_testimonial_quotation_typography\";a:2:{s:30:\"eael_testimonial_quotation_top\";i:1;s:32:\"eael_testimonial_quotation_right\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:1;}}}}s:11:\"menu-anchor\";a:3:{s:5:\"count\";i:3;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:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:4:\"view\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:3;s:10:\"icon_align\";i:3;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:3;s:16:\"icon_color_hover\";i:3;s:9:\"icon_size\";i:3;s:15:\"icon_self_align\";i:1;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:3;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:3;s:27:\"icon_typography_font_family\";i:3;s:27:\"icon_typography_font_weight\";i:3;}}}}s:12:\"presto_video\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:1:{s:11:\"video_block\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:4:\"view\";i:5;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:5;s:17:\"_background_color\";i:5;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:5;s:15:\"secondary_color\";i:5;s:9:\"icon_size\";i:5;}s:21:\"section_style_content\";a:4:{s:11:\"title_color\";i:5;s:17:\"description_color\";i:5;s:33:\"description_typography_typography\";i:1;s:35:\"description_shadow_text_shadow_type\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_video\";a:6:{s:10:\"video_type\";i:1;s:11:\"youtube_url\";i:1;s:9:\"vimeo_url\";i:1;s:14:\"modestbranding\";i:1;s:10:\"yt_privacy\";i:1;s:9:\"lazy_load\";i:1;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:4:{s:20:\"section_toggle_style\";a:5:{s:12:\"border_width\";i:1;s:13:\"space_between\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:12:\"border_color\";i:1;}s:26:\"section_toggle_style_title\";a:8:{s:11:\"title_color\";i:1;s:13:\"title_padding\";i:1;s:16:\"title_background\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:16:\"tab_active_color\";i:1;}s:25:\"section_toggle_style_icon\";a:3:{s:10:\"icon_align\";i:1;s:10:\"icon_color\";i:1;s:17:\"icon_active_color\";i:1;}s:28:\"section_toggle_style_content\";a:7:{s:15:\"content_padding\";i:1;s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;s:30:\"content_typography_line_height\";i:1;s:24:\"content_background_color\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:1:{s:13:\"_border_width\";i:1;}}}}s:26:\"countdown-timer-pro-widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:14:\"ct_pro_section\";a:4:{s:18:\"ct_pro_expire_type\";i:1;s:18:\"ct_pro_after_hours\";i:1;s:19:\"ct_pro_after_minuts\";i:1;s:20:\"ct_pro_after_seconds\";i:1;}s:22:\"ct_pro_restart_section\";a:4:{s:14:\"ct_pro_restart\";i:1;s:26:\"ct_pro_restart_after_hours\";i:1;s:27:\"ct_pro_restart_after_minuts\";i:1;s:28:\"ct_pro_restart_after_seconds\";i:1;}s:21:\"ct_pro_expire_section\";a:1:{s:23:\"ct_pro_expire_show_type\";i:1;}s:25:\"ct_pro_label_text_section\";a:1:{s:16:\"ct_pro_show_days\";i:1;}}s:5:\"style\";a:3:{s:20:\"ct_pro_style_section\";a:6:{s:27:\"ct_pro_box_background_color\";i:1;s:17:\"box_border_border\";i:1;s:16:\"box_border_width\";i:1;s:24:\"ct_pro_box_border_radius\";i:1;s:18:\"ct_pro_box_spacing\";i:1;s:20:\"ct_pro_digit_spacing\";i:1;}s:27:\"ct_pro_digits_style_section\";a:6:{s:29:\"ct_pro_digit_background_color\";i:1;s:19:\"ct_pro_digits_color\";i:1;s:32:\"eac_digits_typography_typography\";i:1;s:33:\"eac_digits_typography_font_family\";i:1;s:31:\"eac_digits_typography_font_size\";i:1;s:33:\"eac_digits_typography_font_weight\";i:1;}s:27:\"ct_pro_labels_style_section\";a:1:{s:29:\"ct_pro_label_background_color\";i:1;}}}}}'),(17865,1409,'_oembed_bbfd085fe519b6067b91f57637faa2ae','{{unknown}}'),(17866,1409,'_eael_custom_js',''),(17867,1409,'_eael_widget_elements','a:1:{s:12:\"testimonials\";s:12:\"testimonials\";}'),(17868,1501,'_elementor_edit_mode','builder'),(17869,1501,'_elementor_template_type','page'),(17870,1501,'_elementor_version','3.4.8'),(17871,1501,'_elementor_pro_version','3.0.5'),(17872,1501,'_wp_page_template','elementor_header_footer'),(17873,1501,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17874,1501,'_elementor_data','[{\\\"id\\\":\\\"77ec9c03\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_position\\\":\\\"middle\\\",\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"background_color_b\\\":\\\"#60339A\\\",\\\"background_color_b_stop\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"background_gradient_angle\\\":{\\\"unit\\\":\\\"deg\\\",\\\"size\\\":90,\\\"sizes\\\":[]},\\\"background_image\\\":{\\\"id\\\":1409,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/b3b444c1-hero-bg-2.png\\\"},\\\"background_position\\\":\\\"top center\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"initial\\\",\\\"shape_divider_bottom_color\\\":\\\"#FFFFFF\\\",\\\"shape_divider_bottom_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":367,\\\"sizes\\\":[]},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"200\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1410,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-1.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1411,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-1.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1412,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-1.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"3e686f56\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"animation\\\":\\\"fadeInLeft\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"5df8b838\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Most Trusted Crypto Company\\\",\\\"header_size\\\":\\\"h4\\\",\\\"title_color\\\":\\\"#FE7ECE\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"3b476ac9\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"The Future Token Economy\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":80,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":49,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"45\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_width\\\":\\\"initial\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"51c57a43\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"Buy, sell and trade crypto to unlock the future of finance\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"2ce63f4f\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"120\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"30\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1405,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1406,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1407,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"7d96816a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"align_mobile\\\":\\\"center\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"2ccfaeb1\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Buy Token Now\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"button_text_color\\\":\\\"#FFFFFF\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"text_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"text_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":false},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"6\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"gradient\\\",\\\"_background_color\\\":\\\"#F86BC3\\\",\\\"_background_color_b\\\":\\\"#F8A0A0\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"_box_shadow_hover_box_shadow_type\\\":\\\"yes\\\",\\\"_box_shadow_hover_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":5,\\\"blur\\\":50,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(248, 107, 195, 0.5)\\\"},\\\"_element_width\\\":\\\"auto\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"button_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"button_background_hover_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"5bde290c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Download White Paper\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"button_text_color\\\":\\\"#FFFFFF\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"text_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"text_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":true},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"gradient\\\",\\\"_background_color\\\":\\\"#F86BC3\\\",\\\"_background_color_b\\\":\\\"#F8A0A0\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"_box_shadow_hover_box_shadow_type\\\":\\\"yes\\\",\\\"_box_shadow_hover_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":5,\\\"blur\\\":50,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(248, 107, 195, 0.5)\\\"},\\\"_element_width\\\":\\\"auto\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"button_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"button_background_hover_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false},{\\\"id\\\":\\\"608f2656\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"animation\\\":\\\"fadeInRight\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"16631eee\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1408,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/b2e19f9b-vector-1.png\\\"},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"330b7d42\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"120\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"120\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1419,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-4.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1420,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-4.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1421,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-4.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"58746eea\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"385a4b\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1413,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-2.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1414,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-2.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1415,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-2.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"2ee53416\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"5852e6cd\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Join The Crypto Exchange\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":60,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"3900a813\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"Invest in cryptocurrency with the most trusted crypto company\\\",\\\"align\\\":\\\"center\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":2,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true},{\\\"id\\\":\\\"145c18a8\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"extended\\\",\\\"content_position\\\":\\\"middle\\\",\\\"structure\\\":\\\"30\\\",\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1416,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-3.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1417,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-3.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1418,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-3.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"3a8f4a14\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":21,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"6da4f884\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_show_dch_icon_content\\\":\\\"\\\",\\\"title_tag\\\":\\\"h4\\\",\\\"eael_dch_first_title\\\":\\\"Private Per-Sale\\\",\\\"eael_dch_last_title\\\":\\\"\\\",\\\"eael_dch_subtext\\\":\\\"March 27, 2019\\\",\\\"eael_dch_bg_color\\\":\\\"#24266B\\\",\\\"eael_dch_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"25\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":false},\\\"eael_dch_container_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_dch_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"eael_dch_base_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_dual_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_first_title_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_first_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_first_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_dch_first_title_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_first_title_typography_text_transform\\\":\\\"none\\\",\\\"eael_dch_first_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_dch_subtext_color\\\":\\\"#6F7DB6\\\",\\\"eael_dch_subtext_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_subtext_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_subtext_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"eael_dch_subtext_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_subtext_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"eael_dch_icon_new\\\":{\\\"value\\\":\\\"fas fa-snowflake\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_dch_separator_icon\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_dch_separator_left_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_slideshow_gallery\\\":[],\\\"eael_dch_separator_right_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-dual-color-header\\\"},{\\\"id\\\":\\\"4f78d397\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_show_dch_icon_content\\\":\\\"\\\",\\\"title_tag\\\":\\\"h4\\\",\\\"eael_dch_first_title\\\":\\\"Pre-sale\\\",\\\"eael_dch_last_title\\\":\\\"\\\",\\\"eael_dch_subtext\\\":\\\"July 8, 2018\\\",\\\"eael_dch_bg_color\\\":\\\"#24266B\\\",\\\"eael_dch_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"25\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":false},\\\"eael_dch_container_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_dch_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"eael_dch_base_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_dual_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_first_title_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_first_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_first_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_dch_first_title_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_first_title_typography_text_transform\\\":\\\"none\\\",\\\"eael_dch_first_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_dch_subtext_color\\\":\\\"#6F7DB6\\\",\\\"eael_dch_subtext_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_subtext_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_subtext_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"eael_dch_subtext_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_subtext_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"eael_dch_icon_new\\\":{\\\"value\\\":\\\"fas fa-snowflake\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_dch_separator_icon\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_dch_separator_left_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_slideshow_gallery\\\":[],\\\"eael_dch_separator_right_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-dual-color-header\\\"},{\\\"id\\\":\\\"33a4f88f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_show_dch_icon_content\\\":\\\"\\\",\\\"title_tag\\\":\\\"h4\\\",\\\"eael_dch_first_title\\\":\\\"Crowd Sale\\\",\\\"eael_dch_last_title\\\":\\\"\\\",\\\"eael_dch_subtext\\\":\\\"<p>Frebuary 25, 2019<\\\\/p>\\\",\\\"eael_dch_bg_color\\\":\\\"#24266B\\\",\\\"eael_dch_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":false},\\\"eael_dch_container_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_dch_container_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_dch_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"eael_dch_base_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_dual_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_first_title_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_first_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_first_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_dch_first_title_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_first_title_typography_text_transform\\\":\\\"none\\\",\\\"eael_dch_first_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_dch_subtext_color\\\":\\\"#6F7DB6\\\",\\\"eael_dch_subtext_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_subtext_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_subtext_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"eael_dch_subtext_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_subtext_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"eael_dch_icon_new\\\":{\\\"value\\\":\\\"fas fa-snowflake\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_dch_separator_icon\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_dch_separator_left_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_slideshow_gallery\\\":[],\\\"eael_dch_separator_right_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-dual-color-header\\\"}],\\\"isInner\\\":true},{\\\"id\\\":\\\"520e6ae7\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":57.33200000000000073896444519050419330596923828125,\\\"align\\\":\\\"space-between\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#24266B\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":false},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":true},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"7c7dfb2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_countdown_due_time\\\":\\\"2021-04-01 00:00\\\",\\\"eael_countdown_days_label\\\":\\\"Days\\\",\\\"eael_countdown_hours_label\\\":\\\"Hours\\\",\\\"eael_countdown_minutes_label\\\":\\\"Minutes\\\",\\\"eael_countdown_seconds_label\\\":\\\"Seconds\\\",\\\"countdown_expiry_text_title\\\":\\\"Countdown is finished!\\\",\\\"countdown_expiry_redirection\\\":\\\"#\\\",\\\"eael_countdown_background\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_countdown_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_countdown_box_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_countdown_digits_color\\\":\\\"#FFFFFF\\\",\\\"eael_countdown_digit_typography_typography\\\":\\\"custom\\\",\\\"eael_countdown_digit_typography_font_family\\\":\\\"Anton\\\",\\\"eael_countdown_digit_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":48,\\\"sizes\\\":[]},\\\"eael_countdown_digit_typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":32,\\\"sizes\\\":[]},\\\"eael_countdown_digit_typography_font_weight\\\":\\\"400\\\",\\\"eael_countdown_digit_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_countdown_digit_typography_letter_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_countdown_label_color\\\":\\\"#6F7DB6\\\",\\\"eael_countdown_label_typography_typography\\\":\\\"custom\\\",\\\"eael_countdown_label_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_countdown_label_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_countdown_label_typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"eael_countdown_label_typography_font_weight\\\":\\\"500\\\",\\\"eael_countdown_label_typography_text_transform\\\":\\\"uppercase\\\",\\\"eael_countdown_label_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"35\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"eael_countdown_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_background_slideshow_gallery\\\":[],\\\"eael_countdown_days_background_color_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_days_background_color_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_days_background_color_slideshow_gallery\\\":[],\\\"eael_countdown_hours_background_color_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_hours_background_color_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_hours_background_color_slideshow_gallery\\\":[],\\\"eael_countdown_minutes_background_color_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_minutes_background_color_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_minutes_background_color_slideshow_gallery\\\":[],\\\"eael_countdown_seconds_background_color_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_seconds_background_color_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_countdown_seconds_background_color_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-countdown\\\"},{\\\"id\\\":\\\"5e9d41d\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"progress_bar_title\\\":\\\"Sale Raised\\\",\\\"progress_bar_animation_duration\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":1000,\\\"sizes\\\":[]},\\\"progress_bar_prefix_label\\\":\\\"Prefix\\\",\\\"progress_bar_postfix_label\\\":\\\"Postfix\\\",\\\"progress_bar_line_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"progress_bar_line_bg_color\\\":\\\"rgba(255, 255, 255, 0.1)\\\",\\\"progress_bar_line_fill_height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"progress_bar_line_fill_color_background\\\":\\\"gradient\\\",\\\"progress_bar_line_fill_color_color\\\":\\\"#F86BC3\\\",\\\"progress_bar_line_fill_color_color_b\\\":\\\"#F8A0A0\\\",\\\"progress_bar_line_fill_color_color_b_stop\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":70,\\\"sizes\\\":[]},\\\"progress_bar_line_fill_color_gradient_angle\\\":{\\\"unit\\\":\\\"deg\\\",\\\"size\\\":90,\\\"sizes\\\":[]},\\\"progress_bar_title_typography_typography\\\":\\\"custom\\\",\\\"progress_bar_title_typography_font_family\\\":\\\"Poppins\\\",\\\"progress_bar_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"progress_bar_title_typography_font_weight\\\":\\\"400\\\",\\\"progress_bar_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"progress_bar_title_color\\\":\\\"#FFFFFF\\\",\\\"progress_bar_count_typography_typography\\\":\\\"custom\\\",\\\"progress_bar_count_typography_font_family\\\":\\\"Roboto\\\",\\\"progress_bar_count_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"progress_bar_count_typography_font_weight\\\":\\\"400\\\",\\\"progress_bar_count_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"progress_bar_count_color\\\":\\\"#FFFFFF\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"progress_bar_line_fill_color_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"progress_bar_line_fill_color_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-progress-bar\\\"},{\\\"id\\\":\\\"31af5066\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"0 BCC \\\",\\\"text_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_width\\\":\\\"auto\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"7120741\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"100,000 BCC\\\",\\\"text_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_width\\\":\\\"auto\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"3367d5a8\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"spacer\\\"},{\\\"id\\\":\\\"6bb26b2c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Buy Token Now\\\",\\\"align\\\":\\\"center\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"button_text_color\\\":\\\"#FFFFFF\\\",\\\"background_color\\\":\\\"#F86BC3\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"#F8A0A0\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"text_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color_b\\\":\\\"#F8A0A0\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"selected_icon\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"button_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"button_background_hover_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":true},{\\\"id\\\":\\\"54c06156\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":33,\\\"_inline_size\\\":21,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"28a91b54\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_show_dch_icon_content\\\":\\\"\\\",\\\"title_tag\\\":\\\"h4\\\",\\\"eael_dch_first_title\\\":\\\"Low - High 24h\\\",\\\"eael_dch_last_title\\\":\\\"\\\",\\\"eael_dch_subtext\\\":\\\"$ 5267.98 - $8674.89\\\",\\\"eael_dch_bg_color\\\":\\\"#24266B\\\",\\\"eael_dch_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"25\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":false},\\\"eael_dch_container_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_dch_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"eael_dch_base_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_dual_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_first_title_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_first_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_first_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_dch_first_title_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_first_title_typography_text_transform\\\":\\\"none\\\",\\\"eael_dch_first_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_dch_subtext_color\\\":\\\"#6F7DB6\\\",\\\"eael_dch_subtext_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_subtext_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_subtext_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"eael_dch_subtext_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_subtext_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"eael_dch_icon_new\\\":{\\\"value\\\":\\\"fas fa-snowflake\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_dch_separator_icon\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_dch_separator_left_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_slideshow_gallery\\\":[],\\\"eael_dch_separator_right_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-dual-color-header\\\"},{\\\"id\\\":\\\"62ad6887\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_show_dch_icon_content\\\":\\\"\\\",\\\"title_tag\\\":\\\"h4\\\",\\\"eael_dch_first_title\\\":\\\"Total Token Sale\\\",\\\"eael_dch_last_title\\\":\\\"\\\",\\\"eael_dch_subtext\\\":\\\"4526 BCC (87.8%)\\\",\\\"eael_dch_bg_color\\\":\\\"#24266B\\\",\\\"eael_dch_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"25\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":false},\\\"eael_dch_container_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_dch_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"eael_dch_base_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_dual_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_first_title_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_first_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_first_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_dch_first_title_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_first_title_typography_text_transform\\\":\\\"none\\\",\\\"eael_dch_first_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_dch_subtext_color\\\":\\\"#6F7DB6\\\",\\\"eael_dch_subtext_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_subtext_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_subtext_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"eael_dch_subtext_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_subtext_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"eael_dch_icon_new\\\":{\\\"value\\\":\\\"fas fa-snowflake\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_dch_separator_icon\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_dch_separator_left_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_slideshow_gallery\\\":[],\\\"eael_dch_separator_right_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-dual-color-header\\\"},{\\\"id\\\":\\\"1d421e23\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_show_dch_icon_content\\\":\\\"\\\",\\\"title_tag\\\":\\\"h4\\\",\\\"eael_dch_first_title\\\":\\\"Acceptable Currency\\\",\\\"eael_dch_last_title\\\":\\\"\\\",\\\"eael_dch_subtext\\\":\\\"BTC, ETH, LCT\\\",\\\"eael_dch_bg_color\\\":\\\"#24266B\\\",\\\"eael_dch_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"25\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":false},\\\"eael_dch_container_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_dch_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"eael_dch_base_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_dual_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_dch_first_title_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_first_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_first_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_dch_first_title_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_first_title_typography_text_transform\\\":\\\"none\\\",\\\"eael_dch_first_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_dch_subtext_color\\\":\\\"#6F7DB6\\\",\\\"eael_dch_subtext_typography_typography\\\":\\\"custom\\\",\\\"eael_dch_subtext_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_dch_subtext_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"eael_dch_subtext_typography_font_weight\\\":\\\"400\\\",\\\"eael_dch_subtext_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"eael_dch_icon_new\\\":{\\\"value\\\":\\\"fas fa-snowflake\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_dch_separator_icon\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_dch_separator_left_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_left_bg_slideshow_gallery\\\":[],\\\"eael_dch_separator_right_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_dch_separator_right_bg_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-dual-color-header\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"4e2bb677\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1437,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-9.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1438,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-9.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1439,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-9.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"50ca6670\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"80\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInLeft\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"2a4feb88\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1422,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-5.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1423,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-5.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1424,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-5.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"3882b02e\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"18cba5bb\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"We Do It Best\\\",\\\"header_size\\\":\\\"h4\\\",\\\"title_color\\\":\\\"#FE7ECE\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"2aa195ba\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"See How It Works\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":60,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"4b9aef59\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"Find out how you can invest and win with\\\\ncryptocurrency\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":2,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true},{\\\"id\\\":\\\"7e4e8d33\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Download White Paper\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"button_text_color\\\":\\\"#FFFFFF\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"text_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"text_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":true},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"gradient\\\",\\\"_background_color\\\":\\\"#F86BC3\\\",\\\"_background_color_b\\\":\\\"#F8A0A0\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"_box_shadow_hover_box_shadow_type\\\":\\\"yes\\\",\\\"_box_shadow_hover_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":5,\\\"blur\\\":50,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(248, 107, 195, 0.5)\\\"},\\\"_element_width\\\":\\\"auto\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"button_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"button_background_hover_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"},{\\\"id\\\":\\\"7747cb18\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#24266B\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"100\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"20\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":\\\"50\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"50\\\",\\\"isLinked\\\":true},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1426,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-6.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1427,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-6.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1428,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-6.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"74a71f98\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"2b7318ee\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1425,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/8b39af30-step-1.png\\\"},\\\"image_size\\\":\\\"full\\\",\\\"align\\\":\\\"left\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"5da9d260\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Sign Up\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"12493d51\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"A cryptocurrency is a digital asset designed to work\\\\nas a medium of exchange that uses strong\\\\ncryptography to secure financial transactions.\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"1246b062\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"Join the industry leaders to discuss where\\\\nthe markets are heading. We accept token\\\\npayments.\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false},{\\\"id\\\":\\\"af11898\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"80\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"15\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"15\\\",\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInRight\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"41bf6531\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#24266B\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":\\\"50\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"50\\\",\\\"isLinked\\\":true},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1430,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-7.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1431,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-7.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1432,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-7.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"4c2ee02e\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"38bcfd41\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1429,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/62d6e036-step-2.png\\\"},\\\"image_size\\\":\\\"full\\\",\\\"align\\\":\\\"left\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"2ba10666\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Search Products\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"6c636d43\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"A cryptocurrency is a digital asset designed to work\\\\nas a medium of exchange that uses strong\\\\ncryptography to secure financial transactions.\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"6618a438\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"Join the industry leaders to discuss where\\\\nthe markets are heading. We accept token\\\\npayments.\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true},{\\\"id\\\":\\\"4e7fd55d\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#24266B\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"50\\\",\\\"right\\\":\\\"50\\\",\\\"bottom\\\":\\\"50\\\",\\\"left\\\":\\\"50\\\",\\\"isLinked\\\":true},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1434,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-8.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1435,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-8.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1436,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-8.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"2258ec5a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"51ced700\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1433,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/50cc67f2-step-3.png\\\"},\\\"image_size\\\":\\\"full\\\",\\\"align\\\":\\\"left\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"7ff8dce\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Trade Tokens\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"1fce0c2f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"A cryptocurrency is a digital asset designed to work\\\\nas a medium of exchange that uses strong\\\\ncryptography to secure financial transactions.\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"52d0cc81\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"Join the industry leaders to discuss where\\\\nthe markets are heading. We accept token\\\\npayments.\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"268e9f8\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1451,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-12.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1452,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-12.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1453,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-12.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"448f1c81\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"28c8369d\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1440,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-10.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1441,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-10.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1442,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-10.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"3df31f89\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"19d7d5e4\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Choose Cryptoc\\\",\\\"header_size\\\":\\\"h4\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FE7ECE\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"63e1aaed\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Advanced Crypto Exchange Platform\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":60,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true},{\\\"id\\\":\\\"5fee6e2b\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"content_position\\\":\\\"middle\\\",\\\"structure\\\":\\\"20\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1448,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-11.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1449,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-11.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1450,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-11.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"35bcf020\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":25,\\\"_inline_size_tablet\\\":35,\\\"animation\\\":\\\"fadeInLeft\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"6488b90b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1443,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/7a4efde2-icon-1.svg\\\"},\\\"title_text\\\":\\\"Advertisers\\\",\\\"description_text\\\":\\\"\\\",\\\"position\\\":\\\"left\\\",\\\"image_size\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"content_vertical_alignment\\\":\\\"middle\\\",\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"title_typography_typography\\\":\\\"custom\\\",\\\"title_typography_font_family\\\":\\\"Poppins\\\",\\\"title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":22,\\\"sizes\\\":[]},\\\"title_typography_font_weight\\\":\\\"400\\\",\\\"title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#24266B\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":true},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image-box\\\"},{\\\"id\\\":\\\"3895f00c\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1444,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/ba8cf958-icon-2.svg\\\"},\\\"title_text\\\":\\\"Researchers\\\",\\\"description_text\\\":\\\"\\\",\\\"position\\\":\\\"left\\\",\\\"image_size\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"content_vertical_alignment\\\":\\\"middle\\\",\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"title_typography_typography\\\":\\\"custom\\\",\\\"title_typography_font_family\\\":\\\"Poppins\\\",\\\"title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":22,\\\"sizes\\\":[]},\\\"title_typography_font_weight\\\":\\\"400\\\",\\\"title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#24266B\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":true},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image-box\\\"},{\\\"id\\\":\\\"36c6cf1a\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1445,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/c6121d6e-icon-3.svg\\\"},\\\"title_text\\\":\\\"Consumers\\\",\\\"description_text\\\":\\\"\\\",\\\"position\\\":\\\"left\\\",\\\"image_size\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"content_vertical_alignment\\\":\\\"middle\\\",\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"title_typography_typography\\\":\\\"custom\\\",\\\"title_typography_font_family\\\":\\\"Poppins\\\",\\\"title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":22,\\\"sizes\\\":[]},\\\"title_typography_font_weight\\\":\\\"400\\\",\\\"title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#24266B\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":true},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image-box\\\"},{\\\"id\\\":\\\"111040f1\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1446,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/b7267ece-icon-4.svg\\\"},\\\"title_text\\\":\\\"Developers\\\",\\\"description_text\\\":\\\"\\\",\\\"position\\\":\\\"left\\\",\\\"image_size\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"content_vertical_alignment\\\":\\\"middle\\\",\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"title_typography_typography\\\":\\\"custom\\\",\\\"title_typography_font_family\\\":\\\"Poppins\\\",\\\"title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":22,\\\"sizes\\\":[]},\\\"title_typography_font_weight\\\":\\\"400\\\",\\\"title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"classic\\\",\\\"_background_color\\\":\\\"#24266B\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":true},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image-box\\\"}],\\\"isInner\\\":true},{\\\"id\\\":\\\"7677ef2f\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":75,\\\"_inline_size_tablet\\\":65,\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"animation\\\":\\\"fadeInRight\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"4acf988\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"image\\\":{\\\"id\\\":1447,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/9d4bcd94-vector-2-1.png\\\"},\\\"image_size\\\":\\\"full\\\",\\\"align\\\":\\\"left\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"image\\\"},{\\\"id\\\":\\\"7bca8943\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"Cryptoc is the most trusted cryptocurrency company, Download our White Paper\\\",\\\"text_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"25555cf5\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"It is a decentralized exchange platform that allows you to participate in peer-to-peer trading. Join\\\\nus now and make the most out of the future token exchange economy.\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"},{\\\"id\\\":\\\"68004783\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"text\\\":\\\"Download White Paper\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"button_text_color\\\":\\\"#FFFFFF\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"hover_color\\\":\\\"#FFFFFF\\\",\\\"button_background_hover_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"text_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"15\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"text_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":true},\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_background\\\":\\\"gradient\\\",\\\"_background_color\\\":\\\"#F86BC3\\\",\\\"_background_color_b\\\":\\\"#F8A0A0\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"_box_shadow_hover_box_shadow_type\\\":\\\"yes\\\",\\\"_box_shadow_hover_box_shadow\\\":{\\\"horizontal\\\":0,\\\"vertical\\\":5,\\\"blur\\\":50,\\\"spread\\\":0,\\\"color\\\":\\\"rgba(248, 107, 195, 0.5)\\\"},\\\"_element_width\\\":\\\"auto\\\",\\\"selected_icon\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"button_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"button_background_hover_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"button\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"3e5276ef\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1464,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-15.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1465,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-15.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1466,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-15.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"10589609\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"7c1b724d\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1454,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-13.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1455,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-13.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1456,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-13.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"2296a99a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"34163152\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"RoadMap\\\",\\\"header_size\\\":\\\"h4\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FE7ECE\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"528e5610\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"View Our Strategic Plan\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":60,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true},{\\\"id\\\":\\\"36127749\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"20\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"-200\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"z_index\\\":1,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1461,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-14.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1462,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-14.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1463,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-14.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"2e077971\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#2B2E76\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"55\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"70\\\",\\\"right\\\":\\\"50\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"50\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInLeft\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"7750b81a\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"progress_bar_layout\\\":\\\"circle\\\",\\\"progress_bar_title\\\":\\\"Total\\\",\\\"progress_bar_value\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":75,\\\"sizes\\\":[]},\\\"progress_bar_animation_duration\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":1000,\\\"sizes\\\":[]},\\\"progress_bar_prefix_label\\\":\\\"Prefix\\\",\\\"progress_bar_postfix_label\\\":\\\"Postfix\\\",\\\"progress_bar_circle_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":190,\\\"sizes\\\":[]},\\\"progress_bar_circle_bg_color\\\":\\\"rgba(255, 255, 255, 0)\\\",\\\"progress_bar_circle_stroke_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"progress_bar_circle_stroke_color\\\":\\\"#4A3781\\\",\\\"progress_bar_circle_fill_color\\\":\\\"#F86BC3\\\",\\\"progress_bar_title_typography_typography\\\":\\\"custom\\\",\\\"progress_bar_title_typography_font_family\\\":\\\"Poppins\\\",\\\"progress_bar_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"progress_bar_title_typography_font_weight\\\":\\\"700\\\",\\\"progress_bar_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"progress_bar_title_color\\\":\\\"#FFFFFF\\\",\\\"progress_bar_count_typography_typography\\\":\\\"custom\\\",\\\"progress_bar_count_typography_font_family\\\":\\\"Poppins\\\",\\\"progress_bar_count_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":22,\\\"sizes\\\":[]},\\\"progress_bar_count_typography_font_weight\\\":\\\"700\\\",\\\"progress_bar_count_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":2,\\\"sizes\\\":[]},\\\"progress_bar_count_color\\\":\\\"#FFFFFF\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"progress_bar_line_fill_color_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"progress_bar_line_fill_color_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-progress-bar\\\"},{\\\"id\\\":\\\"227f099f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_data_table_header_cols_data\\\":[{\\\"eael_data_table_header_col\\\":\\\"Token Allocation\\\",\\\"eael_data_table_header_col_span\\\":\\\"\\\",\\\"eael_data_table_header_col_icon_enabled\\\":\\\"false\\\",\\\"eael_data_table_header_icon_type\\\":\\\"icon\\\",\\\"eael_data_table_header_col_icon_new\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_data_table_header_col_img\\\":{\\\"id\\\":1457,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/placeholder.png\\\"},\\\"eael_data_table_header_col_img_size\\\":\\\"25\\\",\\\"_id\\\":\\\"5df4279\\\",\\\"eael_data_table_header_css_class\\\":\\\"\\\",\\\"eael_data_table_header_css_id\\\":\\\"\\\"},{\\\"eael_data_table_header_col\\\":\\\"\\\",\\\"eael_data_table_header_col_span\\\":\\\"\\\",\\\"eael_data_table_header_col_icon_enabled\\\":\\\"false\\\",\\\"eael_data_table_header_icon_type\\\":\\\"icon\\\",\\\"eael_data_table_header_col_icon_new\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_data_table_header_col_img\\\":{\\\"id\\\":1458,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/placeholder-1.png\\\"},\\\"eael_data_table_header_col_img_size\\\":\\\"25\\\",\\\"_id\\\":\\\"4062030\\\",\\\"eael_data_table_header_css_class\\\":\\\"\\\",\\\"eael_data_table_header_css_id\\\":\\\"\\\"}],\\\"eael_data_table_content_rows\\\":[{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"_id\\\":\\\"a066c49\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Token Sale Program\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"ae17ca5\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"_id\\\":\\\"9a55f91\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"96%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"3599379\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Reserve Fund\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"226493e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"56%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"625266e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"a635a97\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Team and Founders\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b1f114a\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"5%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"ecf13bf\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"341521e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Board Advisor\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"846a082\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"9%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b6831c0\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"06b8ee6\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Ecosystem Development\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"1b07c44\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"29%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"ecde1a2\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"7ecb00e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"_id\\\":\\\"0bc1b86\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Marketing and Bounty\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"37%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"98e33b5\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"}],\\\"table_width_mobile\\\":{\\\"unit\\\":\\\"%\\\",\\\"size\\\":\\\"\\\",\\\"sizes\\\":[]},\\\"table_alignment\\\":\\\"\\\",\\\"eael_data_table_each_header_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_data_table_header_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_data_table_header_title_bg_color\\\":\\\"rgba(74, 72, 147, 0)\\\",\\\"eael_data_table_header_title_hover_color\\\":\\\"#FFFFFF\\\",\\\"eael_data_table_header_title_hover_bg_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_header_title_typography_typography\\\":\\\"custom\\\",\\\"eael_data_table_header_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_data_table_header_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"eael_data_table_header_title_typography_font_weight\\\":\\\"600\\\",\\\"eael_data_table_header_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_data_table_header_title_alignment_mobile\\\":\\\"left\\\",\\\"eael_data_table_content_color_odd\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_bg_odd\\\":\\\"rgba(242, 242, 242, 0)\\\",\\\"eael_data_table_content_even_color\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_bg_even_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_each_cell_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_data_table_content_hover_color_odd\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_hover_bg_odd\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_content_hover_color_even\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_bg_even_hover_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_content_typography_typography\\\":\\\"custom\\\",\\\"eael_data_table_content_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_data_table_content_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"eael_data_table_content_typography_font_weight\\\":\\\"400\\\",\\\"eael_data_table_content_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_data_table_link_normal_text_color\\\":\\\"#F86BC3\\\",\\\"eael_data_table_link_hover_text_color\\\":\\\"#F86BC3\\\",\\\"eael_data_table_content_alignment_mobile\\\":\\\"left\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-data-table\\\"}],\\\"isInner\\\":true},{\\\"id\\\":\\\"40b81a71\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":50,\\\"_inline_size\\\":null,\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#2B2E76\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"55\\\",\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"70\\\",\\\"right\\\":\\\"50\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"50\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInRight\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"5a5104fd\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"progress_bar_layout\\\":\\\"circle\\\",\\\"progress_bar_title\\\":\\\"Total\\\",\\\"progress_bar_animation_duration\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":1000,\\\"sizes\\\":[]},\\\"progress_bar_prefix_label\\\":\\\"Prefix\\\",\\\"progress_bar_postfix_label\\\":\\\"Postfix\\\",\\\"progress_bar_circle_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":190,\\\"sizes\\\":[]},\\\"progress_bar_circle_bg_color\\\":\\\"rgba(255, 255, 255, 0)\\\",\\\"progress_bar_circle_stroke_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":40,\\\"sizes\\\":[]},\\\"progress_bar_circle_stroke_color\\\":\\\"#4A3F7C\\\",\\\"progress_bar_circle_fill_color\\\":\\\"#F8A0A1\\\",\\\"progress_bar_title_typography_typography\\\":\\\"custom\\\",\\\"progress_bar_title_typography_font_family\\\":\\\"Poppins\\\",\\\"progress_bar_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"progress_bar_title_typography_font_weight\\\":\\\"700\\\",\\\"progress_bar_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"progress_bar_title_color\\\":\\\"#FFFFFF\\\",\\\"progress_bar_count_typography_typography\\\":\\\"custom\\\",\\\"progress_bar_count_typography_font_family\\\":\\\"Poppins\\\",\\\"progress_bar_count_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":22,\\\"sizes\\\":[]},\\\"progress_bar_count_typography_font_weight\\\":\\\"700\\\",\\\"progress_bar_count_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":2,\\\"sizes\\\":[]},\\\"progress_bar_count_color\\\":\\\"#FFFFFF\\\",\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"progress_bar_line_fill_color_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"progress_bar_line_fill_color_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-progress-bar\\\"},{\\\"id\\\":\\\"64828b15\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_data_table_header_cols_data\\\":[{\\\"eael_data_table_header_col\\\":\\\"Funds Allocation\\\",\\\"eael_data_table_header_col_span\\\":\\\"\\\",\\\"eael_data_table_header_col_icon_enabled\\\":\\\"false\\\",\\\"eael_data_table_header_icon_type\\\":\\\"icon\\\",\\\"eael_data_table_header_col_icon_new\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_data_table_header_col_img\\\":{\\\"id\\\":1459,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/placeholder-2.png\\\"},\\\"eael_data_table_header_col_img_size\\\":\\\"25\\\",\\\"_id\\\":\\\"5df4279\\\",\\\"eael_data_table_header_css_class\\\":\\\"\\\",\\\"eael_data_table_header_css_id\\\":\\\"\\\"},{\\\"eael_data_table_header_col\\\":\\\"\\\",\\\"eael_data_table_header_col_span\\\":\\\"\\\",\\\"eael_data_table_header_col_icon_enabled\\\":\\\"false\\\",\\\"eael_data_table_header_icon_type\\\":\\\"icon\\\",\\\"eael_data_table_header_col_icon_new\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_data_table_header_col_img\\\":{\\\"id\\\":1460,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/placeholder-3.png\\\"},\\\"eael_data_table_header_col_img_size\\\":\\\"25\\\",\\\"_id\\\":\\\"4062030\\\",\\\"eael_data_table_header_css_class\\\":\\\"\\\",\\\"eael_data_table_header_css_id\\\":\\\"\\\"}],\\\"eael_data_table_content_rows\\\":[{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"_id\\\":\\\"a066c49\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Engineering and Development\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"ae17ca5\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"_id\\\":\\\"9a55f91\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"96%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"3599379\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Business Development\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"226493e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"56%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"625266e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"a635a97\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Marketing & Promotion\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b1f114a\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"5%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"ecf13bf\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"341521e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Legal & Regulation\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"846a082\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"9%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b6831c0\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"06b8ee6\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Operational & Administration\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"1b07c44\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"29%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"ecde1a2\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"7ecb00e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"_id\\\":\\\"0bc1b86\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Contingency\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"37%\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"#\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"98e33b5\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"}],\\\"eael_data_table_each_header_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_data_table_header_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_data_table_header_title_bg_color\\\":\\\"rgba(74, 72, 147, 0)\\\",\\\"eael_data_table_header_title_hover_color\\\":\\\"#FFFFFF\\\",\\\"eael_data_table_header_title_hover_bg_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_header_title_typography_typography\\\":\\\"custom\\\",\\\"eael_data_table_header_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_data_table_header_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"eael_data_table_header_title_typography_font_weight\\\":\\\"600\\\",\\\"eael_data_table_header_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_data_table_content_color_odd\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_bg_odd\\\":\\\"rgba(242, 242, 242, 0)\\\",\\\"eael_data_table_content_even_color\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_bg_even_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_each_cell_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"15\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_data_table_content_hover_color_odd\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_hover_bg_odd\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_content_hover_color_even\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_bg_even_hover_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_content_typography_typography\\\":\\\"custom\\\",\\\"eael_data_table_content_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_data_table_content_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"eael_data_table_content_typography_font_weight\\\":\\\"400\\\",\\\"eael_data_table_content_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_data_table_link_normal_text_color\\\":\\\"#F8A0A1\\\",\\\"eael_data_table_link_hover_text_color\\\":\\\"#F8A0A1\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-data-table\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"1faa0e08\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#24266B\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"300\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1470,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-17.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1471,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-17.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1472,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-17.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"55a9bd90\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"73f2e718\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1467,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-16.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1468,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-16.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1469,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-16.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"7dcd7a0b\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"3a2eefec\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Read Our Blog\\\",\\\"header_size\\\":\\\"h4\\\",\\\"title_color\\\":\\\"#FE7ECE\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"7ea3b5b2\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Latest Blog Posts\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":60,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true},{\\\"id\\\":\\\"3e9d0159\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"authors\\\":[\\\"4\\\"],\\\"posts_per_page\\\":3,\\\"eael_post_grid_columns\\\":\\\"eael-col-3\\\",\\\"layout_mode\\\":\\\"grid\\\",\\\"show_load_more_text\\\":\\\"Load More\\\",\\\"excerpt_expanison_indicator\\\":\\\"...\\\",\\\"eael_read_more_text\\\":\\\"Read More\\\",\\\"read_more_button_text\\\":\\\"Read More\\\",\\\"meta_position\\\":\\\"meta-entry-header\\\",\\\"eael_post_grid_bg_color\\\":\\\"#1B1E61\\\",\\\"eael_post_grid_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"19\\\",\\\"right\\\":\\\"19\\\",\\\"bottom\\\":\\\"19\\\",\\\"left\\\":\\\"19\\\",\\\"isLinked\\\":true},\\\"eael_post_grid_title_color\\\":\\\"#FFFFFF\\\",\\\"eael_post_grid_title_hover_color\\\":\\\"#FE7ECE\\\",\\\"eael_post_grid_title_typography_typography\\\":\\\"custom\\\",\\\"eael_post_grid_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_post_grid_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_post_grid_title_typography_font_weight\\\":\\\"500\\\",\\\"eael_post_grid_title_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.3000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_post_grid_excerpt_color\\\":\\\"#6F7DB6\\\",\\\"eael_post_grid_excerpt_typography_typography\\\":\\\"custom\\\",\\\"eael_post_grid_excerpt_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_post_grid_excerpt_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_post_grid_excerpt_typography_font_weight\\\":\\\"400\\\",\\\"eael_post_grid_excerpt_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.8000000000000000444089209850062616169452667236328125,\\\"sizes\\\":[]},\\\"eael_post_grid_meta_color\\\":\\\"#F86BC3\\\",\\\"eael_post_grid_meta_typography_typography\\\":\\\"custom\\\",\\\"eael_post_grid_meta_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_post_grid_meta_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":12,\\\"sizes\\\":[]},\\\"eael_post_grid_meta_typography_font_weight\\\":\\\"400\\\",\\\"eael_post_grid_meta_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":2,\\\"sizes\\\":[]},\\\"eael_post_grid_bg_hover_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_post_grid_hover_bg_color\\\":\\\"rgba(254, 126, 206, 0.8)\\\",\\\"eael_post_read_more_btn_typography_typography\\\":\\\"custom\\\",\\\"eael_post_read_more_btn_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_post_read_more_btn_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_post_read_more_btn_typography_font_weight\\\":\\\"500\\\",\\\"eael_post_read_more_btn_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_post_read_more_btn_color\\\":\\\"#FFFFFF\\\",\\\"read_more_btn_border_border\\\":\\\"solid\\\",\\\"read_more_btn_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"1\\\",\\\"right\\\":\\\"1\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"1\\\",\\\"isLinked\\\":true},\\\"read_more_btn_border_color\\\":\\\"#F86BC3\\\",\\\"read_more_btn_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"100\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"100\\\",\\\"isLinked\\\":true},\\\"read_more_btn_hover_background_background\\\":\\\"gradient\\\",\\\"read_more_btn_hover_background_color\\\":\\\"#F8A0A0\\\",\\\"read_more_btn_hover_background_color_b\\\":\\\"#F86BC3\\\",\\\"read_more_btn_hover_background_gradient_angle\\\":{\\\"unit\\\":\\\"deg\\\",\\\"size\\\":270,\\\"sizes\\\":[]},\\\"eael_post_read_more_btn_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"25\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"25\\\",\\\"isLinked\\\":false},\\\"read_more_btn_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_animation\\\":\\\"fadeInUp\\\",\\\"eael_post_grid_meta_date_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_post_grid_meta_date_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_post_grid_meta_date_background_slideshow_gallery\\\":[],\\\"read_more_btn_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"read_more_btn_background_slideshow_gallery\\\":[],\\\"read_more_btn_hover_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"read_more_btn_hover_background_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-post-grid\\\"}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"2eada10f\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"extended\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"70\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1483,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-20.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1484,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-20.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1485,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-20.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"64741bf2\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"18d1d3e0\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1473,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-18.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1474,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-18.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1475,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-18.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"55b39529\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"6925881f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Join The Token Economy\\\\n\\\",\\\"header_size\\\":\\\"h4\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FE7ECE\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"1804820b\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Participate In Crypto Exchange\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":60,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true},{\\\"id\\\":\\\"cb952cf\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1480,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-19.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1481,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-19.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1482,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-19.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"2dcdde74\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#24266B\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"666d0084\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_section_data_table_enabled\\\":\\\"true\\\",\\\"eael_data_table_header_cols_data\\\":[{\\\"eael_data_table_header_col\\\":\\\"Currency\\\",\\\"_id\\\":\\\"2bd8843\\\",\\\"eael_data_table_header_col_span\\\":\\\"\\\",\\\"eael_data_table_header_col_icon_enabled\\\":\\\"false\\\",\\\"eael_data_table_header_icon_type\\\":\\\"icon\\\",\\\"eael_data_table_header_col_icon_new\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_data_table_header_col_img\\\":{\\\"id\\\":1476,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/placeholder-4.png\\\"},\\\"eael_data_table_header_col_img_size\\\":\\\"25\\\",\\\"eael_data_table_header_css_class\\\":\\\"\\\",\\\"eael_data_table_header_css_id\\\":\\\"\\\"},{\\\"eael_data_table_header_col\\\":\\\"Price\\\",\\\"_id\\\":\\\"e805c19\\\",\\\"eael_data_table_header_col_span\\\":\\\"\\\",\\\"eael_data_table_header_col_icon_enabled\\\":\\\"false\\\",\\\"eael_data_table_header_icon_type\\\":\\\"icon\\\",\\\"eael_data_table_header_col_icon_new\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_data_table_header_col_img\\\":{\\\"id\\\":1477,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/placeholder-5.png\\\"},\\\"eael_data_table_header_col_img_size\\\":\\\"25\\\",\\\"eael_data_table_header_css_class\\\":\\\"\\\",\\\"eael_data_table_header_css_id\\\":\\\"\\\"},{\\\"eael_data_table_header_col\\\":\\\"Change\\\",\\\"_id\\\":\\\"eedc565\\\",\\\"eael_data_table_header_col_span\\\":\\\"\\\",\\\"eael_data_table_header_col_icon_enabled\\\":\\\"false\\\",\\\"eael_data_table_header_icon_type\\\":\\\"icon\\\",\\\"eael_data_table_header_col_icon_new\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_data_table_header_col_img\\\":{\\\"id\\\":1478,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/placeholder-6.png\\\"},\\\"eael_data_table_header_col_img_size\\\":\\\"25\\\",\\\"eael_data_table_header_css_class\\\":\\\"\\\",\\\"eael_data_table_header_css_id\\\":\\\"\\\"},{\\\"eael_data_table_header_col\\\":\\\"Volume 24H (BTC)\\\",\\\"_id\\\":\\\"0953141\\\",\\\"eael_data_table_header_col_span\\\":\\\"\\\",\\\"eael_data_table_header_col_icon_enabled\\\":\\\"false\\\",\\\"eael_data_table_header_icon_type\\\":\\\"icon\\\",\\\"eael_data_table_header_col_icon_new\\\":{\\\"value\\\":\\\"fas fa-star\\\",\\\"library\\\":\\\"solid\\\"},\\\"eael_data_table_header_col_img\\\":{\\\"id\\\":1479,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/placeholder-7.png\\\"},\\\"eael_data_table_header_col_img_size\\\":\\\"25\\\",\\\"eael_data_table_header_css_class\\\":\\\"\\\",\\\"eael_data_table_header_css_id\\\":\\\"\\\"}],\\\"eael_data_table_content_rows\\\":[{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"_id\\\":\\\"29a9419\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p><img class=\\\\\\\"alignnone size-full wp-image-11848\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/static.live.templately.com\\\\/2020\\\\/05\\\\/3ce8530c-bitcoin-cash.png\\\\\\\" alt=\\\\\\\"\\\\\\\" width=\\\\\\\"20\\\\\\\" height=\\\\\\\"20\\\\\\\" \\\\/> Bitcoin Cash<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"38e7368\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>$154.54<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"dea28b5\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>+0.09%<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"e00b6a0\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>0.00000646<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"cfdb13e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"4ab6eec\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"_id\\\":\\\"0aa9a05\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p><img class=\\\\\\\"alignnone wp-image-11849 size-full\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/static.live.templately.com\\\\/2020\\\\/05\\\\/8f775afc-cardano.png\\\\\\\" alt=\\\\\\\"\\\\\\\" width=\\\\\\\"20\\\\\\\" height=\\\\\\\"20\\\\\\\" \\\\/> Cardano<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>$0.99<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"69ec8df\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>+1.07%<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"41cfc20\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>0.0674796<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b47cd33\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"bdeaa6f\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p><img class=\\\\\\\"alignnone wp-image-11850 size-full\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/static.live.templately.com\\\\/2020\\\\/05\\\\/822b2d3d-crypterium.png\\\\\\\" alt=\\\\\\\"\\\\\\\" width=\\\\\\\"20\\\\\\\" height=\\\\\\\"20\\\\\\\" \\\\/> Crypterium<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"2406eea\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>$154.54<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"69aa51f\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>+37.01%<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"f0d9697\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>0.096684090<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"d301fe9\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b16e230\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p><img class=\\\\\\\"alignnone wp-image-11855 size-full\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/static.live.templately.com\\\\/2020\\\\/05\\\\/1f84eb2b-layer-4.png\\\\\\\" alt=\\\\\\\"\\\\\\\" width=\\\\\\\"20\\\\\\\" height=\\\\\\\"20\\\\\\\" \\\\/> DashCoin<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"42d0989\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>$0.79<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"2877290\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>-4.09%<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"c450855\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>0.055348887<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"e3fa8c1\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"cb5b051\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p><img class=\\\\\\\"alignnone wp-image-11851 size-full\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/static.live.templately.com\\\\/2020\\\\/05\\\\/e434d314-data-exchange.png\\\\\\\" alt=\\\\\\\"\\\\\\\" width=\\\\\\\"20\\\\\\\" height=\\\\\\\"20\\\\\\\" \\\\/> Data Exchange<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"9afd907\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>$0.00<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b9fa93d\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>+0.09%<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"2d8f54c\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>0.00009999<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"48bcf64\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"9a4f3d8\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p><img class=\\\\\\\"alignnone wp-image-11852 size-full\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/static.live.templately.com\\\\/2020\\\\/05\\\\/e8d5b625-dogecoin.png\\\\\\\" alt=\\\\\\\"\\\\\\\" width=\\\\\\\"20\\\\\\\" height=\\\\\\\"20\\\\\\\" \\\\/> DogeCoin<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"cff1123\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>$154.54<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b94d6df\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>+0.09%<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"59c0f05\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>0.0246433<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"b05408a\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"8b76af7\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p><img class=\\\\\\\"alignnone wp-image-11853 size-full\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/static.live.templately.com\\\\/2020\\\\/05\\\\/885386b1-electra.png\\\\\\\" alt=\\\\\\\"\\\\\\\" width=\\\\\\\"20\\\\\\\" height=\\\\\\\"20\\\\\\\" \\\\/> Electra<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"1813068\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>$154.54<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"4552d25\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>-0.09%<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"4d3ff82\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>0.00000646<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"793c02e\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"row\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"textarea\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"Content\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"71ee26c\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"Content\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p><img class=\\\\\\\"alignnone wp-image-11854 size-full\\\\\\\" src=\\\\\\\"https:\\\\/\\\\/static.live.templately.com\\\\/2020\\\\/05\\\\/0df8ead7-ethereum.png\\\\\\\" alt=\\\\\\\"\\\\\\\" width=\\\\\\\"20\\\\\\\" height=\\\\\\\"20\\\\\\\" \\\\/> Ethereum<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"_id\\\":\\\"2ef868b\\\",\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"_id\\\":\\\"9a6a037\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>$154.54<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"_id\\\":\\\"78eea5d\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>-0.09%<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"},{\\\"eael_data_table_content_row_type\\\":\\\"col\\\",\\\"_id\\\":\\\"5fdec17\\\",\\\"eael_data_table_content_row_colspan\\\":1,\\\"eael_data_table_content_row_rowspan\\\":1,\\\"eael_data_table_content_type\\\":\\\"editor\\\",\\\"eael_data_table_content_row_title\\\":\\\"\\\",\\\"eael_data_table_content_row_content\\\":\\\"<p>0.00009999<\\\\/p>\\\",\\\"eael_data_table_content_row_title_link\\\":{\\\"url\\\":\\\"\\\",\\\"is_external\\\":\\\"\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"},\\\"eael_primary_templates_for_tables\\\":\\\"\\\",\\\"eael_data_table_icon_content_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_data_table_content_row_css_class\\\":\\\"\\\",\\\"eael_data_table_content_row_css_id\\\":\\\"\\\"}],\\\"eael_data_table_header_title_color\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_header_title_bg_color\\\":\\\"#1B1E61\\\",\\\"eael_data_table_header_title_typography_typography\\\":\\\"custom\\\",\\\"eael_data_table_header_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_data_table_header_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"eael_data_table_header_title_typography_font_weight\\\":\\\"500\\\",\\\"eael_data_table_content_color_odd\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_bg_odd\\\":\\\"rgba(242, 242, 242, 0)\\\",\\\"eael_data_table_content_even_color\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_bg_even_color\\\":\\\"rgba(2, 1, 1, 0)\\\",\\\"eael_data_table_content_hover_color_odd\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_hover_color_even\\\":\\\"#6F7DB6\\\",\\\"eael_data_table_content_typography_typography\\\":\\\"custom\\\",\\\"eael_data_table_content_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_data_table_content_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"eael_data_table_content_typography_font_weight\\\":\\\"400\\\",\\\"eael_enable_responsive_header_styles\\\":\\\"yes\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"10\\\",\\\"right\\\":\\\"10\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"10\\\",\\\"isLinked\\\":true},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-data-table\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"77b38e46\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1492,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-23.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1493,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-23.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1494,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-23.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"7b482526\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"7045b253\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"0\\\",\\\"left\\\":0,\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1486,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-21.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1487,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-21.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1488,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-21.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"25e60274\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"365feca1\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Choose A Plan\\\",\\\"header_size\\\":\\\"h4\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FE7ECE\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":16,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"500\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"b045fc7\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Flexible Pricing Plans\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":60,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true},{\\\"id\\\":\\\"cc26f67\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"extended\\\",\\\"content_position\\\":\\\"middle\\\",\\\"structure\\\":\\\"40\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1489,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-22.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1490,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-22.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1491,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-22.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"2c993e36\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":25,\\\"_inline_size\\\":null,\\\"_inline_size_tablet\\\":50,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"67c20f93\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_pricing_table_style\\\":\\\"style-3\\\",\\\"eael_pricing_table_title\\\":\\\"Free\\\",\\\"eael_pricing_table_sub_title\\\":\\\"\\\",\\\"eael_pricing_table_price\\\":\\\"0.00\\\",\\\"eael_pricing_table_onsale_price\\\":\\\"89\\\",\\\"eael_pricing_table_price_cur\\\":\\\"$\\\",\\\"eael_pricing_table_price_period\\\":\\\"Per Month\\\",\\\"eael_pricing_table_period_separator\\\":\\\"\\\",\\\"eael_pricing_table_items\\\":[{\\\"eael_pricing_table_item\\\":\\\"Join the industry leaders to discuss where the markets are heading.\\\",\\\"_id\\\":\\\"395a3cb\\\",\\\"eael_pricing_table_list_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_pricing_table_icon_mood\\\":\\\"yes\\\",\\\"eael_pricing_table_list_icon_color\\\":\\\"#00C853\\\",\\\"eael_pricing_item_tooltip\\\":false,\\\"eael_pricing_item_tooltip_content\\\":\\\"I\\\'m a awesome tooltip!!\\\",\\\"eael_pricing_item_tooltip_side\\\":\\\"top\\\",\\\"eael_pricing_item_tooltip_trigger\\\":\\\"hover\\\",\\\"eael_pricing_item_tooltip_animation\\\":\\\"fade\\\",\\\"pricing_item_tooltip_animation_duration\\\":300,\\\"eael_pricing_table_toolip_arrow\\\":\\\"yes\\\",\\\"eael_pricing_item_tooltip_theme\\\":\\\"noir\\\"}],\\\"eael_pricing_table_btn\\\":\\\"Get Started\\\",\\\"eael_pricing_table_featured_tag_text\\\":\\\"Featured\\\",\\\"eael_pricing_table_bg_color\\\":\\\"#24266B\\\",\\\"eael_pricing_table_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_container_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"70\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_pricing_table_container_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"eael_pricing_table_title_color\\\":\\\"#6F7DB6\\\",\\\"eael_pricing_table_title_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_title_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_title_typography_text_transform\\\":\\\"uppercase\\\",\\\"eael_pricing_table_pricing_onsale_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_tag_onsale_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_tag_onsale_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_tag_onsale_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_tag_onsale_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_pricing_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_tag_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_tag_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_tag_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_tag_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_price_tag_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_pricing_table_pricing_curr_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_cur_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_cur_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_cur_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_pricing_period_color\\\":\\\"#FE7ECE\\\",\\\"eael_pricing_table_price_preiod_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_preiod_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_preiod_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_preiod_typography_font_weight\\\":\\\"400\\\",\\\"eael_pricing_table_price_preiod_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.1999999999999999555910790149937383830547332763671875,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_color\\\":\\\"#6F7DB6\\\",\\\"eael_pricing_table_list_item_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_list_item_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_list_item_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_typography_font_weight\\\":\\\"400\\\",\\\"eael_pricing_table_list_item_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.6999999999999999555910790149937383830547332763671875,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_pricing_table_btn_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_btn_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_btn_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_btn_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_normal_bg_color\\\":\\\"rgba(0, 200, 83, 0)\\\",\\\"eael_pricing_table_btn_border_border\\\":\\\"solid\\\",\\\"eael_pricing_table_btn_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_btn_border_color\\\":\\\"#F86BC3\\\",\\\"eael_pricing_table_btn_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_hover_bg_color\\\":\\\"#F86BC3\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_animation\\\":\\\"fadeInLeft\\\",\\\"eael_pricing_table_style_2_icon_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_pricing_table_button_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_slideshow_gallery\\\":[],\\\"eael_pricing_table_btn_normal_bg_gradient_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_normal_bg_gradient_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_normal_bg_gradient_slideshow_gallery\\\":[],\\\"eael_pricing_table_btn_hover_bg_gradient_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_hover_bg_gradient_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_hover_bg_gradient_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-pricing-table\\\"}],\\\"isInner\\\":true},{\\\"id\\\":\\\"f5cae0a\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":25,\\\"_inline_size\\\":null,\\\"_inline_size_tablet\\\":50,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"31fee3b5\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_pricing_table_style\\\":\\\"style-3\\\",\\\"eael_pricing_table_title\\\":\\\"Basic\\\",\\\"eael_pricing_table_sub_title\\\":\\\"\\\",\\\"eael_pricing_table_price\\\":\\\"99.00\\\",\\\"eael_pricing_table_onsale_price\\\":\\\"89\\\",\\\"eael_pricing_table_price_cur\\\":\\\"$\\\",\\\"eael_pricing_table_price_period\\\":\\\"Per Month\\\",\\\"eael_pricing_table_period_separator\\\":\\\"\\\",\\\"eael_pricing_table_items\\\":[{\\\"eael_pricing_table_item\\\":\\\"Join the industry leaders to discuss where the markets are heading.\\\",\\\"_id\\\":\\\"395a3cb\\\",\\\"eael_pricing_table_list_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_pricing_table_icon_mood\\\":\\\"yes\\\",\\\"eael_pricing_table_list_icon_color\\\":\\\"#00C853\\\",\\\"eael_pricing_item_tooltip\\\":false,\\\"eael_pricing_item_tooltip_content\\\":\\\"I\\\'m a awesome tooltip!!\\\",\\\"eael_pricing_item_tooltip_side\\\":\\\"top\\\",\\\"eael_pricing_item_tooltip_trigger\\\":\\\"hover\\\",\\\"eael_pricing_item_tooltip_animation\\\":\\\"fade\\\",\\\"pricing_item_tooltip_animation_duration\\\":300,\\\"eael_pricing_table_toolip_arrow\\\":\\\"yes\\\",\\\"eael_pricing_item_tooltip_theme\\\":\\\"noir\\\"}],\\\"eael_pricing_table_btn\\\":\\\"Get Started\\\",\\\"eael_pricing_table_featured\\\":\\\"yes\\\",\\\"eael_pricing_table_featured_styles\\\":\\\"ribbon-3\\\",\\\"eael_pricing_table_featured_tag_text\\\":\\\"recommended\\\",\\\"eael_pricing_table_bg_color\\\":\\\"#24266B\\\",\\\"eael_pricing_table_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"70\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_pricing_table_container_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"eael_pricing_table_title_color\\\":\\\"#6F7DB6\\\",\\\"eael_pricing_table_title_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_title_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_title_typography_text_transform\\\":\\\"uppercase\\\",\\\"eael_pricing_table_pricing_onsale_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_tag_onsale_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_tag_onsale_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_tag_onsale_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_tag_onsale_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_pricing_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_tag_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_tag_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_tag_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_tag_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_price_tag_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_pricing_table_pricing_curr_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_cur_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_cur_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_cur_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_pricing_period_color\\\":\\\"#FE7ECE\\\",\\\"eael_pricing_table_price_preiod_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_preiod_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_preiod_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_preiod_typography_font_weight\\\":\\\"400\\\",\\\"eael_pricing_table_price_preiod_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.1999999999999999555910790149937383830547332763671875,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_color\\\":\\\"#6F7DB6\\\",\\\"eael_pricing_table_list_item_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_list_item_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_list_item_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_typography_font_weight\\\":\\\"400\\\",\\\"eael_pricing_table_list_item_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.6999999999999999555910790149937383830547332763671875,\\\"sizes\\\":[]},\\\"eael_pricing_table_featured_tag_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_featured_tag_text_color\\\":\\\"#FE7ECE\\\",\\\"eael_pricing_table_featured_tag_bg_color\\\":\\\"#1B1E61\\\",\\\"eael_pricing_table_btn_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_pricing_table_btn_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_btn_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_btn_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_btn_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_normal_bg_color\\\":\\\"rgba(0, 200, 83, 0)\\\",\\\"eael_pricing_table_btn_border_border\\\":\\\"solid\\\",\\\"eael_pricing_table_btn_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_btn_border_color\\\":\\\"#F86BC3\\\",\\\"eael_pricing_table_btn_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_hover_bg_color\\\":\\\"#F86BC3\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_animation\\\":\\\"fadeInDown\\\",\\\"eael_pricing_table_style_2_icon_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_pricing_table_button_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_slideshow_gallery\\\":[],\\\"eael_pricing_table_btn_normal_bg_gradient_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_normal_bg_gradient_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_normal_bg_gradient_slideshow_gallery\\\":[],\\\"eael_pricing_table_btn_hover_bg_gradient_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_hover_bg_gradient_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_hover_bg_gradient_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-pricing-table\\\"}],\\\"isInner\\\":true},{\\\"id\\\":\\\"69a5df3c\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":25,\\\"_inline_size\\\":null,\\\"_inline_size_tablet\\\":50,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"21b401c9\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_pricing_table_style\\\":\\\"style-3\\\",\\\"eael_pricing_table_title\\\":\\\"Plus\\\",\\\"eael_pricing_table_sub_title\\\":\\\"\\\",\\\"eael_pricing_table_price\\\":\\\"149.00\\\",\\\"eael_pricing_table_onsale_price\\\":\\\"89\\\",\\\"eael_pricing_table_price_cur\\\":\\\"$\\\",\\\"eael_pricing_table_price_period\\\":\\\"Per Month\\\",\\\"eael_pricing_table_period_separator\\\":\\\"\\\",\\\"eael_pricing_table_items\\\":[{\\\"eael_pricing_table_item\\\":\\\"Join the industry leaders to discuss where the markets are heading.\\\",\\\"_id\\\":\\\"395a3cb\\\",\\\"eael_pricing_table_list_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_pricing_table_icon_mood\\\":\\\"yes\\\",\\\"eael_pricing_table_list_icon_color\\\":\\\"#00C853\\\",\\\"eael_pricing_item_tooltip\\\":false,\\\"eael_pricing_item_tooltip_content\\\":\\\"I\\\'m a awesome tooltip!!\\\",\\\"eael_pricing_item_tooltip_side\\\":\\\"top\\\",\\\"eael_pricing_item_tooltip_trigger\\\":\\\"hover\\\",\\\"eael_pricing_item_tooltip_animation\\\":\\\"fade\\\",\\\"pricing_item_tooltip_animation_duration\\\":300,\\\"eael_pricing_table_toolip_arrow\\\":\\\"yes\\\",\\\"eael_pricing_item_tooltip_theme\\\":\\\"noir\\\"}],\\\"eael_pricing_table_btn\\\":\\\"Get Started\\\",\\\"eael_pricing_table_featured_tag_text\\\":\\\"Featured\\\",\\\"eael_pricing_table_bg_color\\\":\\\"#24266B\\\",\\\"eael_pricing_table_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_container_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"70\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_pricing_table_container_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"eael_pricing_table_title_color\\\":\\\"#6F7DB6\\\",\\\"eael_pricing_table_title_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_title_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_title_typography_text_transform\\\":\\\"uppercase\\\",\\\"eael_pricing_table_pricing_onsale_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_tag_onsale_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_tag_onsale_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_tag_onsale_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_tag_onsale_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_pricing_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_tag_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_tag_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_tag_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_tag_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_price_tag_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_pricing_table_pricing_curr_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_cur_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_cur_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_cur_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_pricing_period_color\\\":\\\"#FE7ECE\\\",\\\"eael_pricing_table_price_preiod_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_preiod_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_preiod_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_preiod_typography_font_weight\\\":\\\"400\\\",\\\"eael_pricing_table_price_preiod_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.1999999999999999555910790149937383830547332763671875,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_color\\\":\\\"#6F7DB6\\\",\\\"eael_pricing_table_list_item_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_list_item_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_list_item_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_typography_font_weight\\\":\\\"400\\\",\\\"eael_pricing_table_list_item_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.6999999999999999555910790149937383830547332763671875,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_pricing_table_btn_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_btn_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_btn_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_btn_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_normal_bg_color\\\":\\\"rgba(0, 200, 83, 0)\\\",\\\"eael_pricing_table_btn_border_border\\\":\\\"solid\\\",\\\"eael_pricing_table_btn_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_btn_border_color\\\":\\\"#F86BC3\\\",\\\"eael_pricing_table_btn_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_hover_bg_color\\\":\\\"#F86BC3\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_animation\\\":\\\"fadeInUp\\\",\\\"eael_pricing_table_style_2_icon_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_pricing_table_button_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_slideshow_gallery\\\":[],\\\"eael_pricing_table_btn_normal_bg_gradient_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_normal_bg_gradient_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_normal_bg_gradient_slideshow_gallery\\\":[],\\\"eael_pricing_table_btn_hover_bg_gradient_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_hover_bg_gradient_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_hover_bg_gradient_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-pricing-table\\\"}],\\\"isInner\\\":true},{\\\"id\\\":\\\"257fa2a1\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":25,\\\"_inline_size\\\":null,\\\"_inline_size_tablet\\\":50,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"591ceda9\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"eael_pricing_table_style\\\":\\\"style-3\\\",\\\"eael_pricing_table_title\\\":\\\"Advanced\\\",\\\"eael_pricing_table_sub_title\\\":\\\"\\\",\\\"eael_pricing_table_price\\\":\\\"199.00\\\",\\\"eael_pricing_table_onsale_price\\\":\\\"89\\\",\\\"eael_pricing_table_price_cur\\\":\\\"$\\\",\\\"eael_pricing_table_price_period\\\":\\\"Per Month\\\",\\\"eael_pricing_table_period_separator\\\":\\\"\\\",\\\"eael_pricing_table_items\\\":[{\\\"eael_pricing_table_item\\\":\\\"Join the industry leaders to discuss where the markets are heading.\\\",\\\"_id\\\":\\\"395a3cb\\\",\\\"eael_pricing_table_list_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_pricing_table_icon_mood\\\":\\\"yes\\\",\\\"eael_pricing_table_list_icon_color\\\":\\\"#00C853\\\",\\\"eael_pricing_item_tooltip\\\":false,\\\"eael_pricing_item_tooltip_content\\\":\\\"I\\\'m a awesome tooltip!!\\\",\\\"eael_pricing_item_tooltip_side\\\":\\\"top\\\",\\\"eael_pricing_item_tooltip_trigger\\\":\\\"hover\\\",\\\"eael_pricing_item_tooltip_animation\\\":\\\"fade\\\",\\\"pricing_item_tooltip_animation_duration\\\":300,\\\"eael_pricing_table_toolip_arrow\\\":\\\"yes\\\",\\\"eael_pricing_item_tooltip_theme\\\":\\\"noir\\\"}],\\\"eael_pricing_table_btn\\\":\\\"Get Started\\\",\\\"eael_pricing_table_featured_tag_text\\\":\\\"Featured\\\",\\\"eael_pricing_table_bg_color\\\":\\\"#24266B\\\",\\\"eael_pricing_table_container_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_container_padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"70\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_pricing_table_container_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":15,\\\"sizes\\\":[]},\\\"eael_pricing_table_title_color\\\":\\\"#6F7DB6\\\",\\\"eael_pricing_table_title_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_title_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_title_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_title_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_title_typography_text_transform\\\":\\\"uppercase\\\",\\\"eael_pricing_table_pricing_onsale_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_tag_onsale_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_tag_onsale_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_tag_onsale_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":20,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_tag_onsale_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_pricing_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_tag_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_tag_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_tag_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_tag_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_price_tag_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.5,\\\"sizes\\\":[]},\\\"eael_pricing_table_pricing_curr_color\\\":\\\"#FFFFFF\\\",\\\"eael_pricing_table_price_cur_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_cur_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_cur_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":24,\\\"sizes\\\":[]},\\\"eael_pricing_table_pricing_period_color\\\":\\\"#FE7ECE\\\",\\\"eael_pricing_table_price_preiod_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_price_preiod_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_price_preiod_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_price_preiod_typography_font_weight\\\":\\\"400\\\",\\\"eael_pricing_table_price_preiod_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.1999999999999999555910790149937383830547332763671875,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_color\\\":\\\"#6F7DB6\\\",\\\"eael_pricing_table_list_item_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_list_item_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_list_item_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_list_item_typography_font_weight\\\":\\\"400\\\",\\\"eael_pricing_table_list_item_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.6999999999999999555910790149937383830547332763671875,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"16\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"10\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":false},\\\"eael_pricing_table_btn_icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":0,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_typography_typography\\\":\\\"custom\\\",\\\"eael_pricing_table_btn_typography_font_family\\\":\\\"Poppins\\\",\\\"eael_pricing_table_btn_typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_typography_font_weight\\\":\\\"500\\\",\\\"eael_pricing_table_btn_typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_normal_bg_color\\\":\\\"rgba(0, 200, 83, 0)\\\",\\\"eael_pricing_table_btn_border_border\\\":\\\"solid\\\",\\\"eael_pricing_table_btn_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"eael_pricing_table_btn_border_color\\\":\\\"#F86BC3\\\",\\\"eael_pricing_table_btn_border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":50,\\\"sizes\\\":[]},\\\"eael_pricing_table_btn_hover_bg_color\\\":\\\"#F86BC3\\\",\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_animation\\\":\\\"fadeInRight\\\",\\\"eael_pricing_table_style_2_icon_new\\\":{\\\"value\\\":\\\"fas fa-home\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"eael_pricing_table_button_icon_new\\\":{\\\"value\\\":\\\"\\\",\\\"library\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_header_bg_slideshow_gallery\\\":[],\\\"eael_pricing_table_btn_normal_bg_gradient_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_normal_bg_gradient_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_normal_bg_gradient_slideshow_gallery\\\":[],\\\"eael_pricing_table_btn_hover_bg_gradient_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_hover_bg_gradient_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"eael_pricing_table_btn_hover_bg_gradient_slideshow_gallery\\\":[],\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"eael-pricing-table\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false}],\\\"isInner\\\":false},{\\\"id\\\":\\\"518739b9\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#1B1E61\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"100\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"100\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1498,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-25.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1499,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-25.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1500,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-25.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"29229102\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_background\\\":\\\"classic\\\",\\\"background_color\\\":\\\"#24266B\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"20\\\",\\\"right\\\":\\\"20\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"20\\\",\\\"isLinked\\\":true},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"70\\\",\\\"right\\\":\\\"70\\\",\\\"bottom\\\":\\\"70\\\",\\\"left\\\":\\\"70\\\",\\\"isLinked\\\":true},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"30\\\",\\\"right\\\":\\\"30\\\",\\\"bottom\\\":\\\"30\\\",\\\"left\\\":\\\"30\\\",\\\"isLinked\\\":true},\\\"animation\\\":\\\"fadeInUp\\\",\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"4ee671a7\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":0,\\\"bottom\\\":\\\"50\\\",\\\"left\\\":0,\\\"isLinked\\\":false},\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[],\\\"wave_animation_wave_top\\\":{\\\"id\\\":1495,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-top-24.png\\\"},\\\"wave_animation_wave_middle\\\":{\\\"id\\\":1496,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-mid-24.png\\\"},\\\"wave_animation_wave_bottom\\\":{\\\"id\\\":1497,\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/12\\\\/wave-bot-24.png\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"1fbd7124\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":100,\\\"_inline_size\\\":null,\\\"background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_slideshow_gallery\\\":[],\\\"background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_hover_slideshow_gallery\\\":[],\\\"background_overlay_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_slideshow_gallery\\\":[],\\\"background_overlay_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"background_overlay_hover_slideshow_gallery\\\":[]},\\\"elements\\\":[{\\\"id\\\":\\\"2abb31f6\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Sign Up For Newsletter\\\",\\\"align\\\":\\\"center\\\",\\\"title_color\\\":\\\"#FFFFFF\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Anton\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":60,\\\"sizes\\\":[]},\\\"typography_font_size_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":53,\\\"sizes\\\":[]},\\\"typography_font_size_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":36,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":1.100000000000000088817841970012523233890533447265625,\\\"sizes\\\":[]},\\\"_margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"5\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"_margin_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"20\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":false},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"18ef795f\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"editor\\\":\\\"Get the latest updates and news in your inbox\\\",\\\"align\\\":\\\"center\\\",\\\"text_color\\\":\\\"#6F7DB6\\\",\\\"typography_typography\\\":\\\"custom\\\",\\\"typography_font_family\\\":\\\"Poppins\\\",\\\"typography_font_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"typography_font_weight\\\":\\\"400\\\",\\\"typography_line_height\\\":{\\\"unit\\\":\\\"em\\\",\\\"size\\\":2,\\\"sizes\\\":[]},\\\"eael_tooltip_section_content\\\":\\\"I am a tooltip\\\",\\\"eael_ext_content_protection_password_placeholder\\\":\\\"Enter Password\\\",\\\"eael_ext_content_protection_password_submit_btn_txt\\\":\\\"Submit\\\",\\\"_element_custom_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":500,\\\"sizes\\\":[]},\\\"_background_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_slideshow_gallery\\\":[],\\\"_background_hover_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_video_fallback\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"},\\\"_background_hover_slideshow_gallery\\\":[],\\\"_mask_image\\\":{\\\"url\\\":\\\"\\\",\\\"id\\\":\\\"\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"text-editor\\\"}],\\\"isInner\\\":true}],\\\"isInner\\\":true}],\\\"isInner\\\":false}],\\\"isInner\\\":false}]'),(17876,1501,'_elementor_controls_usage','a:14:{s:7:\"heading\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:19;s:11:\"header_size\";i:7;s:5:\"align\";i:10;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:19;s:21:\"typography_typography\";i:19;s:22:\"typography_font_family\";i:19;s:20:\"typography_font_size\";i:19;s:22:\"typography_font_weight\";i:19;s:22:\"typography_line_height\";i:19;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:10;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:9;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:14;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:14;s:21:\"typography_typography\";i:14;s:22:\"typography_font_family\";i:14;s:20:\"typography_font_size\";i:14;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:14;s:5:\"align\";i:2;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:5;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:11:{s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:17:\"button_text_color\";i:5;s:16:\"background_color\";i:5;s:11:\"hover_color\";i:5;s:29:\"button_background_hover_color\";i:5;s:13:\"border_radius\";i:5;s:12:\"text_padding\";i:5;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:4;}s:19:\"_section_background\";a:3:{s:22:\"_background_background\";i:5;s:17:\"_background_color\";i:4;s:19:\"_background_color_b\";i:5;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:5;s:33:\"_box_shadow_hover_box_shadow_type\";i:4;s:28:\"_box_shadow_hover_box_shadow\";i:4;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:35;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:35;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:9:\"animation\";i:9;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:4;s:7:\"padding\";i:7;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:26;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:17;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:15;s:7:\"padding\";i:12;s:7:\"z_index\";i:1;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:8;}}s:5:\"style\";a:4:{s:21:\"section_background_uc\";a:3:{s:23:\"wave_animation_wave_top\";i:26;s:26:\"wave_animation_wave_middle\";i:26;s:26:\"wave_animation_wave_bottom\";i:26;}s:18:\"section_background\";a:9:{s:21:\"background_background\";i:12;s:16:\"background_color\";i:12;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:21:\"section_shape_divider\";a:2:{s:26:\"shape_divider_bottom_color\";i:1;s:27:\"shape_divider_bottom_height\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}}}s:22:\"eael-dual-color-header\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:33:\"eael_section_dch_content_settings\";a:5:{s:26:\"eael_show_dch_icon_content\";i:6;s:9:\"title_tag\";i:6;s:20:\"eael_dch_first_title\";i:6;s:19:\"eael_dch_last_title\";i:6;s:16:\"eael_dch_subtext\";i:6;}}s:5:\"style\";a:2:{s:31:\"eael_section_dch_style_settings\";a:4:{s:17:\"eael_dch_bg_color\";i:6;s:26:\"eael_dch_container_padding\";i:6;s:25:\"eael_dch_container_margin\";i:6;s:22:\"eael_dch_border_radius\";i:6;}s:37:\"eael_section_dch_title_style_settings\";a:14:{s:25:\"eael_dch_base_title_color\";i:6;s:25:\"eael_dch_dual_title_color\";i:6;s:42:\"eael_dch_first_title_typography_typography\";i:6;s:43:\"eael_dch_first_title_typography_font_family\";i:6;s:41:\"eael_dch_first_title_typography_font_size\";i:6;s:43:\"eael_dch_first_title_typography_font_weight\";i:6;s:46:\"eael_dch_first_title_typography_text_transform\";i:6;s:43:\"eael_dch_first_title_typography_line_height\";i:6;s:22:\"eael_dch_subtext_color\";i:6;s:38:\"eael_dch_subtext_typography_typography\";i:6;s:39:\"eael_dch_subtext_typography_font_family\";i:6;s:37:\"eael_dch_subtext_typography_font_size\";i:6;s:39:\"eael_dch_subtext_typography_font_weight\";i:6;s:39:\"eael_dch_subtext_typography_line_height\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:14:\"eael-countdown\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:39:\"eael_section_countdown_settings_general\";a:1:{s:23:\"eael_countdown_due_time\";i:1;}}s:5:\"style\";a:2:{s:37:\"eael_section_countdown_styles_general\";a:3:{s:25:\"eael_countdown_background\";i:1;s:22:\"eael_countdown_spacing\";i:1;s:26:\"eael_countdown_box_padding\";i:1;}s:37:\"eael_section_countdown_styles_content\";a:14:{s:27:\"eael_countdown_digits_color\";i:1;s:42:\"eael_countdown_digit_typography_typography\";i:1;s:43:\"eael_countdown_digit_typography_font_family\";i:1;s:41:\"eael_countdown_digit_typography_font_size\";i:1;s:43:\"eael_countdown_digit_typography_font_weight\";i:1;s:43:\"eael_countdown_digit_typography_line_height\";i:1;s:46:\"eael_countdown_digit_typography_letter_spacing\";i:1;s:26:\"eael_countdown_label_color\";i:1;s:42:\"eael_countdown_label_typography_typography\";i:1;s:43:\"eael_countdown_label_typography_font_family\";i:1;s:41:\"eael_countdown_label_typography_font_size\";i:1;s:43:\"eael_countdown_label_typography_font_weight\";i:1;s:46:\"eael_countdown_label_typography_text_transform\";i:1;s:43:\"eael_countdown_label_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"eael-progress-bar\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:27:\"progress_bar_section_layout\";a:4:{s:18:\"progress_bar_title\";i:3;s:31:\"progress_bar_animation_duration\";i:3;s:19:\"progress_bar_layout\";i:2;s:18:\"progress_bar_value\";i:1;}}s:5:\"style\";a:4:{s:29:\"progress_bar_section_style_bg\";a:2:{s:24:\"progress_bar_line_height\";i:1;s:26:\"progress_bar_line_bg_color\";i:1;}s:31:\"progress_bar_section_style_fill\";a:6:{s:29:\"progress_bar_line_fill_height\";i:1;s:39:\"progress_bar_line_fill_color_background\";i:1;s:34:\"progress_bar_line_fill_color_color\";i:1;s:36:\"progress_bar_line_fill_color_color_b\";i:1;s:41:\"progress_bar_line_fill_color_color_b_stop\";i:1;s:43:\"progress_bar_line_fill_color_gradient_angle\";i:1;}s:37:\"progress_bar_section_style_typography\";a:12:{s:40:\"progress_bar_title_typography_typography\";i:3;s:41:\"progress_bar_title_typography_font_family\";i:3;s:39:\"progress_bar_title_typography_font_size\";i:3;s:41:\"progress_bar_title_typography_font_weight\";i:3;s:41:\"progress_bar_title_typography_line_height\";i:3;s:24:\"progress_bar_title_color\";i:3;s:40:\"progress_bar_count_typography_typography\";i:3;s:41:\"progress_bar_count_typography_font_family\";i:3;s:39:\"progress_bar_count_typography_font_size\";i:3;s:41:\"progress_bar_count_typography_font_weight\";i:3;s:41:\"progress_bar_count_typography_line_height\";i:3;s:24:\"progress_bar_count_color\";i:3;}s:41:\"progress_bar_section_style_general_circle\";a:5:{s:24:\"progress_bar_circle_size\";i:2;s:28:\"progress_bar_circle_bg_color\";i:2;s:32:\"progress_bar_circle_stroke_width\";i:2;s:32:\"progress_bar_circle_stroke_color\";i:2;s:30:\"progress_bar_circle_fill_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:8:\"position\";i:4;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:4;}s:21:\"section_style_content\";a:8:{s:26:\"content_vertical_alignment\";i:4;s:18:\"title_bottom_space\";i:4;s:11:\"title_color\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_font_weight\";i:4;s:28:\"title_typography_line_height\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:4;s:17:\"_background_color\";i:4;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:4;}}}}s:15:\"eael-data-table\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:30:\"eael_section_data_table_header\";a:2:{s:32:\"eael_data_table_header_cols_data\";i:3;s:31:\"eael_section_data_table_enabled\";i:1;}s:31:\"eael_section_data_table_cotnent\";a:1:{s:28:\"eael_data_table_content_rows\";i:3;}}s:5:\"style\";a:4:{s:38:\"eael_section_data_table_style_settings\";a:1:{s:15:\"table_alignment\";i:1;}s:44:\"eael_section_data_table_title_style_settings\";a:11:{s:35:\"eael_data_table_each_header_padding\";i:2;s:34:\"eael_data_table_header_title_color\";i:3;s:37:\"eael_data_table_header_title_bg_color\";i:3;s:40:\"eael_data_table_header_title_hover_color\";i:2;s:43:\"eael_data_table_header_title_hover_bg_color\";i:2;s:50:\"eael_data_table_header_title_typography_typography\";i:3;s:51:\"eael_data_table_header_title_typography_font_family\";i:3;s:49:\"eael_data_table_header_title_typography_font_size\";i:3;s:51:\"eael_data_table_header_title_typography_font_weight\";i:3;s:51:\"eael_data_table_header_title_typography_line_height\";i:2;s:45:\"eael_data_table_header_title_alignment_mobile\";i:1;}s:46:\"eael_section_data_table_content_style_settings\";a:17:{s:33:\"eael_data_table_content_color_odd\";i:3;s:30:\"eael_data_table_content_bg_odd\";i:3;s:34:\"eael_data_table_content_even_color\";i:3;s:37:\"eael_data_table_content_bg_even_color\";i:3;s:33:\"eael_data_table_each_cell_padding\";i:2;s:39:\"eael_data_table_content_hover_color_odd\";i:3;s:36:\"eael_data_table_content_hover_bg_odd\";i:2;s:40:\"eael_data_table_content_hover_color_even\";i:3;s:43:\"eael_data_table_content_bg_even_hover_color\";i:2;s:45:\"eael_data_table_content_typography_typography\";i:3;s:46:\"eael_data_table_content_typography_font_family\";i:3;s:44:\"eael_data_table_content_typography_font_size\";i:3;s:46:\"eael_data_table_content_typography_font_weight\";i:3;s:46:\"eael_data_table_content_typography_line_height\";i:2;s:38:\"eael_data_table_link_normal_text_color\";i:2;s:37:\"eael_data_table_link_hover_text_color\";i:2;s:40:\"eael_data_table_content_alignment_mobile\";i:1;}s:49:\"eael_section_data_table_responsive_style_settings\";a:1:{s:36:\"eael_enable_responsive_header_styles\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}}}}s:14:\"eael-post-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"eael_section_post__filters\";a:2:{s:7:\"authors\";i:1;s:14:\"posts_per_page\";i:1;}s:33:\"eael_section_post_timeline_layout\";a:3:{s:22:\"eael_post_grid_columns\";i:1;s:11:\"layout_mode\";i:1;s:13:\"meta_position\";i:1;}}s:5:\"style\";a:5:{s:28:\"eael_section_post_grid_style\";a:2:{s:23:\"eael_post_grid_bg_color\";i:1;s:28:\"eael_post_grid_border_radius\";i:1;}s:23:\"eael_section_typography\";a:13:{s:26:\"eael_post_grid_title_color\";i:1;s:32:\"eael_post_grid_title_hover_color\";i:1;s:42:\"eael_post_grid_title_typography_typography\";i:1;s:43:\"eael_post_grid_title_typography_font_family\";i:1;s:41:\"eael_post_grid_title_typography_font_size\";i:1;s:43:\"eael_post_grid_title_typography_font_weight\";i:1;s:43:\"eael_post_grid_title_typography_line_height\";i:1;s:28:\"eael_post_grid_excerpt_color\";i:1;s:44:\"eael_post_grid_excerpt_typography_typography\";i:1;s:45:\"eael_post_grid_excerpt_typography_font_family\";i:1;s:43:\"eael_post_grid_excerpt_typography_font_size\";i:1;s:45:\"eael_post_grid_excerpt_typography_font_weight\";i:1;s:45:\"eael_post_grid_excerpt_typography_line_height\";i:1;}s:24:\"section_meta_style_style\";a:6:{s:25:\"eael_post_grid_meta_color\";i:1;s:41:\"eael_post_grid_meta_typography_typography\";i:1;s:42:\"eael_post_grid_meta_typography_font_family\";i:1;s:40:\"eael_post_grid_meta_typography_font_size\";i:1;s:42:\"eael_post_grid_meta_typography_font_weight\";i:1;s:42:\"eael_post_grid_meta_typography_line_height\";i:1;}s:30:\"eael_section_hover_card_styles\";a:2:{s:32:\"eael_post_grid_bg_hover_icon_new\";i:1;s:29:\"eael_post_grid_hover_bg_color\";i:1;}s:26:\"eael_section_read_more_btn\";a:16:{s:45:\"eael_post_read_more_btn_typography_typography\";i:1;s:46:\"eael_post_read_more_btn_typography_font_family\";i:1;s:44:\"eael_post_read_more_btn_typography_font_size\";i:1;s:46:\"eael_post_read_more_btn_typography_font_weight\";i:1;s:46:\"eael_post_read_more_btn_typography_line_height\";i:1;s:29:\"eael_post_read_more_btn_color\";i:1;s:27:\"read_more_btn_border_border\";i:1;s:26:\"read_more_btn_border_width\";i:1;s:26:\"read_more_btn_border_color\";i:1;s:27:\"read_more_btn_border_radius\";i:1;s:41:\"read_more_btn_hover_background_background\";i:1;s:36:\"read_more_btn_hover_background_color\";i:1;s:38:\"read_more_btn_hover_background_color_b\";i:1;s:45:\"read_more_btn_hover_background_gradient_angle\";i:1;s:31:\"eael_post_read_more_btn_padding\";i:1;s:20:\"read_more_btn_margin\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:18:\"eael-pricing-table\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:35:\"eael_section_pricing_table_settings\";a:3:{s:24:\"eael_pricing_table_style\";i:4;s:24:\"eael_pricing_table_title\";i:4;s:28:\"eael_pricing_table_sub_title\";i:4;}s:32:\"eael_section_pricing_table_price\";a:3:{s:24:\"eael_pricing_table_price\";i:4;s:31:\"eael_pricing_table_price_period\";i:4;s:35:\"eael_pricing_table_period_separator\";i:4;}s:34:\"eael_section_pricing_table_feature\";a:1:{s:24:\"eael_pricing_table_items\";i:4;}s:34:\"eael_section_pricing_table_footerr\";a:1:{s:22:\"eael_pricing_table_btn\";i:4;}s:35:\"eael_section_pricing_table_featured\";a:3:{s:27:\"eael_pricing_table_featured\";i:1;s:34:\"eael_pricing_table_featured_styles\";i:1;s:36:\"eael_pricing_table_featured_tag_text\";i:1;}}s:5:\"style\";a:6:{s:41:\"eael_section_pricing_table_style_settings\";a:3:{s:27:\"eael_pricing_table_bg_color\";i:4;s:36:\"eael_pricing_table_container_padding\";i:4;s:32:\"eael_pricing_table_border_radius\";i:4;}s:48:\"eael_section_pricing_table_header_style_settings\";a:6:{s:30:\"eael_pricing_table_title_color\";i:4;s:46:\"eael_pricing_table_title_typography_typography\";i:4;s:47:\"eael_pricing_table_title_typography_font_family\";i:4;s:45:\"eael_pricing_table_title_typography_font_size\";i:4;s:47:\"eael_pricing_table_title_typography_font_weight\";i:4;s:50:\"eael_pricing_table_title_typography_text_transform\";i:4;}s:47:\"eael_section_pricing_table_title_style_settings\";a:21:{s:39:\"eael_pricing_table_pricing_onsale_color\";i:4;s:57:\"eael_pricing_table_price_tag_onsale_typography_typography\";i:4;s:58:\"eael_pricing_table_price_tag_onsale_typography_font_family\";i:4;s:56:\"eael_pricing_table_price_tag_onsale_typography_font_size\";i:4;s:58:\"eael_pricing_table_price_tag_onsale_typography_font_weight\";i:4;s:32:\"eael_pricing_table_pricing_color\";i:4;s:50:\"eael_pricing_table_price_tag_typography_typography\";i:4;s:51:\"eael_pricing_table_price_tag_typography_font_family\";i:4;s:49:\"eael_pricing_table_price_tag_typography_font_size\";i:4;s:51:\"eael_pricing_table_price_tag_typography_font_weight\";i:4;s:51:\"eael_pricing_table_price_tag_typography_line_height\";i:4;s:37:\"eael_pricing_table_pricing_curr_color\";i:4;s:50:\"eael_pricing_table_price_cur_typography_typography\";i:4;s:51:\"eael_pricing_table_price_cur_typography_font_family\";i:4;s:49:\"eael_pricing_table_price_cur_typography_font_size\";i:4;s:39:\"eael_pricing_table_pricing_period_color\";i:4;s:53:\"eael_pricing_table_price_preiod_typography_typography\";i:4;s:54:\"eael_pricing_table_price_preiod_typography_font_family\";i:4;s:52:\"eael_pricing_table_price_preiod_typography_font_size\";i:4;s:54:\"eael_pricing_table_price_preiod_typography_font_weight\";i:4;s:54:\"eael_pricing_table_price_preiod_typography_line_height\";i:4;}s:55:\"eael_section_pricing_table_style_featured_list_settings\";a:7:{s:34:\"eael_pricing_table_list_item_color\";i:4;s:38:\"eael_pricing_table_list_item_icon_size\";i:4;s:50:\"eael_pricing_table_list_item_typography_typography\";i:4;s:51:\"eael_pricing_table_list_item_typography_font_family\";i:4;s:49:\"eael_pricing_table_list_item_typography_font_size\";i:4;s:51:\"eael_pricing_table_list_item_typography_font_weight\";i:4;s:51:\"eael_pricing_table_list_item_typography_line_height\";i:4;}s:45:\"eael_section_pricing_table_btn_style_settings\";a:13:{s:30:\"eael_pricing_table_btn_padding\";i:4;s:32:\"eael_pricing_table_btn_icon_size\";i:4;s:44:\"eael_pricing_table_btn_typography_typography\";i:4;s:45:\"eael_pricing_table_btn_typography_font_family\";i:4;s:43:\"eael_pricing_table_btn_typography_font_size\";i:4;s:45:\"eael_pricing_table_btn_typography_font_weight\";i:4;s:45:\"eael_pricing_table_btn_typography_line_height\";i:4;s:38:\"eael_pricing_table_btn_normal_bg_color\";i:4;s:36:\"eael_pricing_table_btn_border_border\";i:4;s:35:\"eael_pricing_table_btn_border_width\";i:4;s:35:\"eael_pricing_table_btn_border_color\";i:4;s:36:\"eael_pricing_table_btn_border_radius\";i:4;s:37:\"eael_pricing_table_btn_hover_bg_color\";i:4;}s:56:\"eael_section_pricing_table_style_3_featured_tag_settings\";a:3:{s:41:\"eael_pricing_table_featured_tag_font_size\";i:1;s:42:\"eael_pricing_table_featured_tag_text_color\";i:1;s:40:\"eael_pricing_table_featured_tag_bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}}'),(17877,1501,'_eael_custom_js',''),(17878,1501,'_eael_widget_elements','a:6:{s:11:\"dual-header\";s:11:\"dual-header\";s:10:\"count-down\";s:10:\"count-down\";s:12:\"progress-bar\";s:12:\"progress-bar\";s:10:\"data-table\";s:10:\"data-table\";s:9:\"post-grid\";s:9:\"post-grid\";s:11:\"price-table\";s:11:\"price-table\";}'),(17879,1405,'_edit_lock','1688930209:1'),(17880,1502,'_wp_attached_file','2023/07/placeholder.png'),(17881,1502,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2023/07/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2008;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5345;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:23:\"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:894;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17882,1502,'_elementor_source_image_hash','8ed2b43c63b0720aab7ab4da2980950d5c694db0'),(17883,1503,'_elementor_edit_mode','builder'),(17884,1503,'_elementor_template_type','page'),(17885,1503,'_elementor_version','3.14.1'),(17886,1503,'_elementor_pro_version','3.14.1'),(17887,1504,'tve_revision_tve_landing_page',''),(17888,1504,'tve_revision_tve_disable_theme_dependency',''),(17889,1504,'tve_revision_tve_content_before_more',''),(17890,1504,'tve_revision_tve_content_more_found',''),(17891,1504,'tve_revision_tve_save_post',''),(17892,1504,'tve_revision_tve_custom_css',''),(17893,1504,'tve_revision_tve_user_custom_css',''),(17894,1504,'tve_revision_tve_page_events',''),(17895,1504,'tve_revision_tve_globals',''),(17896,1504,'tve_revision_tve_global_scripts',''),(17897,1504,'tve_revision_thrive_icon_pack',''),(17898,1504,'tve_revision_thrive_tcb_post_fonts',''),(17899,1504,'tve_revision_tve_has_masonry',''),(17900,1504,'tve_revision_tve_has_typefocus',''),(17901,1504,'tve_revision_tve_updated_post',''),(17902,1504,'tve_revision_tve_has_wistia_popover',''),(17903,1504,'_elementor_edit_mode','builder'),(17904,1504,'_elementor_template_type','page'),(17905,1504,'_elementor_version','3.14.1'),(17906,1504,'_elementor_pro_version','3.14.1'),(17907,1503,'_tve_js_modules_gutenberg','a:0:{}'),(17908,1503,'_wp_page_template','default'),(17909,1503,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17910,1503,'_elementor_data','[{\"id\":\"72e4dee7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dd6974f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"378f32ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.\\u00a0 Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.<\\/p>\",\"text_color\":\"#FBFBFB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d8cc7f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#107A7B\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37ab0adb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10a17f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRAND NEW TRAINING REVEALS...\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4480a331\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"height\":\"full\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#1c393d\",\"css_filters_css_filter\":\"custom\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_position\":\"center center\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"shape_divider_bottom\":\"wave-brush\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":50},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"scroll\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\",\"shape_divider_bottom_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5594a90f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_delay\":700,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"174\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"css_classes\":\"envato-kit-62-home\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d57725a\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"52\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a4c787\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>IMAGINE CREATING and hosting <span style=\\\"text-decoration: underline; color: #ff6600;\\\">HOT SELLING ONLINE COURSES<\\/span> WITH YOUR SMARTPHONE THAT CONSISTENTLY <span style=\\\"color: #ff6600;\\\">EARNS YOU 6 - FIGURES MONTHLY <span style=\\\"color: #ffffff;\\\">WITHOUT DOING MOST OF THE <span style=\\\"color: #ff6600;\\\">WORK FROM SCRATCH<\\/span> OR NEEDING A<\\/span> WEBSITE <span style=\\\"color: #ffffff;\\\">OR A<\\/span> LAPTOP.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35f1feff\",\"elType\":\"widget\",\"settings\":{\"text\":\"YES, GIVE ME INSTANT ACCESS NOW\",\"align\":\"center\",\"size\":\"xl\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FAFAFA\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF0505\",\"button_hover_border_color\":\"#010101\",\"hover_animation\":\"buzz\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"link\":{\"url\":\"#Content1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f8ecb54\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cbf5c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54357beb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESULTS SPEAK LOUDER!\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3063f99b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#D4E0D5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24c63489\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_color\":\"#4F4949\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"6f3de1e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"border_color\":\"#221C1CC7\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.71)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5653ca2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e538a31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":989,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"167533be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ec41c05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dear friend,<\\/p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone<\\/strong> without having to<strong> build or create from scratch using a Laptop or need a Website.<\\/strong><\\/p><p>If you answered <strong>YES<\\/strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why\\u2026<\\/p><p><strong>Online Course Creation<\\/strong> is one of the <strong>easiest and lucrative business models<\\/strong> anyone can start today and start <strong>making money<\\/strong> almost immediately.<\\/p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\'s not true<\\/strong>.<\\/p><p>You can Convert your <strong>Knowledge, Experience or Skills<\\/strong> into<strong> online courses<\\/strong> with just your <strong>Smartphone<\\/strong>..<\\/p><p><strong>Here\'s why Online Course Creation is a Lucrative Business?<\\/strong><\\/p><p>\\ud83d\\udca5It\'s a product that can never run out of stock.<br \\/>\\ud83d\\udca5It does not require any form of Importation or shipping or delivery. <br \\/>\\ud83d\\udca5 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br \\/>\\ud83d\\udca5It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.<\\/p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.<\\/strong><\\/p><p>The Knowledge industry is worth <strong>Billions of dollars<\\/strong>. That is <strong>Billions with a capital *B.<\\/strong><\\/p><p>What does this tell you?<\\/p><p>The <strong>Knowledge industry<\\/strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.<\\/strong><\\/p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...<\\/strong><\\/p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.<\\/p><p>How?<\\/p><p><strong>By creating an *Online Course.*<\\/strong><\\/p><p>Online courses which can be in form of <strong>Video courses or eBooks<\\/strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience<\\/strong> to <strong>increase your impact and income.<\\/strong><\\/p><p>But you need to know how to create an online course that<strong> banks<\\/strong> so your <strong>online course<\\/strong> doesn\'t end up in your <strong>archive<\\/strong>. <strong>That is why I created this course for you.<\\/strong><\\/p><h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>Introducing...<\\/strong><\\/span><\\/h3>\",\"align\":\"justify\",\"text_color\":\"#060606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"200\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78636d9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":784,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#125C63\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c08c120\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2efd0ec3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"500\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d85fe04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone Online Course Profit Machine\",\"align\":\"center\",\"title_color\":\"#C27615\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d18a847\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #000000;\\\">How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.<\\/span><\\/strong><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80eeef2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":809,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"421c86cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"border_color\":\"#E3D7D7\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.78)\"},\"margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4552abfd\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"Content1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"5d09afed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is What You\'ll Learn Inside Smartphone Online Course Profit Machine\",\"align\":\"center\",\"title_color\":\"#BC1C07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"784ef28\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ffb8846\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"f521361\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Digital Topics\\/Ideas You Can Sell And Make Lots Of Money In Less Time\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ea42420\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2c2a9e5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"A Fail Proof process to help you create your digital products by yourself in 48 hours...\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d1dcba9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"701ff62\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to brand and package your online course to make it look more valuable and Irresistible..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"a8df4e3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Enroll your First 100 studnets without spending a dime on advertising..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"759c0a9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"4050018\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"26205be\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2ebbef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"and Lots More\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1f893f3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#0B681C\",\"icon_color_hover\":\"#070707\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_align\":\"left\",\"text_color\":\"#030303\",\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"800\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff26c69\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT TO PAY NOW\",\"align\":\"center\",\"size\":\"xl\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_text_color\":\"#EFEFEF\",\"background_color\":\"#169284\",\"hover_color\":\"#1F919B\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#13969B\",\"hover_animation\":\"buzz\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"link\":{\"url\":\"#coursevideo\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2999b2dc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":873,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6894a96e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19d26c0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Much To Get The Course?\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ea1406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5930ec6a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5930ec6a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-row\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f031a8e\\\" data-id=\\\"3f031a8e\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-column-wrap elementor-element-populated\\\"><div class=\\\"elementor-widget-wrap\\\"><div class=\\\"elementor-element elementor-element-45d17c51 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"45d17c51\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p><span style=\\\"color: #000000;\\\">Let me be very <strong>frank<\\/strong> with you..<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I am not going to threaten you with any scarcity here.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The price for this course is <strong><span style=\\\"color: #ff0000;\\\">N20, 000 Naira<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong><span style=\\\"color: #ff0000;\\\">Billion Dollar Knowledge Information Industry out there.<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I\\u2019ll allow you to get the course for just<strong><span style=\\\"color: #ff0000;\\\"> N5000 Naira\\u00a0<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">However, this is for a <strong>limited time.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Let me be honest with you\\u2026<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>The price of this course will increase any time from now.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I cannot tell you when exactly but, one thing is sure; the price must surely go up.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong><span style=\\\"color: #ff0000;\\\">FAST ACTION TAKERS <\\/span><\\/strong>bonuses which includes a <strong><span style=\\\"color: #ff0000;\\\">Premium Video Builder Software.<\\/span><\\/strong><\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-38a03d3a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"38a03d3a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-row\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47a5fbff\\\" data-id=\\\"47a5fbff\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-column-wrap elementor-element-populated\\\"><div class=\\\"elementor-widget-wrap\\\"><div class=\\\"elementor-element elementor-element-2a24bba3 elementor-widget elementor-widget-heading\\\" data-id=\\\"2a24bba3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42ec8ac4\",\"elType\":\"widget\",\"settings\":{\"title\":\"COURSE SNIPPET\",\"align\":\"center\",\"title_color\":\"#D60A0A\",\"typography_typography\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d605477\",\"elType\":\"widget\",\"settings\":{\"title\":\"COURSE SNIPPET TWO\",\"align\":\"center\",\"title_color\":\"#EC0000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70ca2480\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":789,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b0b0459\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"650f54b\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST ACTION TAKERS BONUSES\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123bb6a2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Intro and Outro Video Software\",\"description_text\":\"Create Captivating\\nIntro And Outro Videos\\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \\n<br><br><b>VALUE PRICE: N50,000 Naira<\\/b>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60d305b0\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/youtu.be\\/DROCfn_CAko\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/624385691\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"modestbranding\":\"yes\",\"yt_privacy\":\"yes\",\"lazy_load\":\"yes\",\"hosted_url\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"image_overlay\":{\"id\":1502,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"play_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4e649542\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The 12 Commandments of Digital Marketing\",\"description_text\":\"The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten \\u2018laws\\u2019 are compulsory if you really want to succeed\\nin internet marketing.\\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\\n\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_shadow_text_shadow_type\":\"yes\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7ceff4db\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Digital Business Goldmines\",\"description_text\":\"A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\\n\\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\\n\\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \\n\\nThis section is for those still looking to choose the right models for making money on the internet consistently.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7f0edd6f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Complete Online Course Business Starter Kit\",\"description_text\":\"The fastest way to validate your course idea, attract early customers, and build a world-class online course.\\n\\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N20,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"446a8b8f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Netpreneur Manifesto...\",\"description_text\":\"Everything, you need and don\'t need to become a successful digital marketer and save yourself, time, money, and frustration\\n\\n\\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"432c5369\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63e38d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66ab6f40\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"coursevideo\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"354b8e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"TAKE A PEEK INSIDE\",\"align\":\"center\",\"title_color\":\"#F80303\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16823a53\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":887,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top\":\"split\",\"shape_divider_top_color\":\"#010101\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":4000,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":193,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2edee571\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31507a5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is Everything You\'re Getting Today\",\"size\":\"xxl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69607607\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Key Consideration in Creating a Profitable Information Marketing Business.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e0e5f40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"The 5 Hot Evergreen Niches that can make you lots of Money.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2a033f0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"97c4d8e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Create your Online Course by Yourself in 48 hours.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ce12177\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Publish, Host, and Automate your Courses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63c3e4e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d96a0af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"14c2b2d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#13510E\",\"icon_color_hover\":\"#0A0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"371c57ba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\u2013 \\u20a6200,000<\\/span><\\/h4><h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #008000;\\\">Best Price \\u2013 Only <del>\\u20a620,000<\\/del><\\/span><\\/h4><div class=\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"aa6d1bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\"><strong><u>Give Away Price<\\/u><\\/strong><\\/span><\\/h1><\\/div><\\/div><\\/div><div class=\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a488152\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\">\\u20a65,000<\\/span><\\/h1><\\/div><p style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\"color: #ff0000;\\\">\\u20a620,000<\\/span> Once The Timer Below Hits Zero.<\\/b><\\/span><\\/p><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e65aefb\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT TO PAY THE GIVEAWAY PRICE NOW\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71303b81\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":628,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70532592\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61aedf79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2413bbf2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-5d3335d elementor-widget elementor-widget-heading\\\" data-id=\\\"5d3335d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\"><h1 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>100% Money Back Guarantee<\\/strong><\\/span><\\/h1><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d67b32c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"d67b32c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p><span style=\\\"color: #000000;\\\">This sounds unbelievable right?<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I know, but I am not stupid for making guarantee.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I am confident that this course will work for you because it\\u2019s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I can understand.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The only thing you\\u2019ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then, simply contact us &amp; your entire purchase price will be promptly refunded. <span style=\\\"color: #008000;\\\"><strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to\\u00a0 for a full refund of your investment.\\u00a0<\\/strong><\\/span><\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.<\\/b><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">No tricks. No hidden fees. None of that. All yours for a low price.<\\/span><\\/p><\\/div><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"221dd855\",\"elType\":\"widget\",\"settings\":{\"text\":\"See Everything You\'re Getting\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"background_color\":\"#245C5F\",\"button_background_hover_color\":\"#EF0B0B\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"#Content2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f1a7b3c\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d484ab7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aed67b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":610,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0F6848\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a92a2af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59cc900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions People Are Asking...\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613e7aab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"wave_animation_wave_top\":{\"id\":1108,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-top.png\"},\"wave_animation_wave_middle\":{\"id\":1109,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-mid.png\"},\"wave_animation_wave_bottom\":{\"id\":1110,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-bot.png\"},\"content_width\":{\"unit\":\"px\",\"size\":706,\"sizes\":[]},\"shape_divider_top\":\"arrow\",\"shape_divider_top_color\":\"#18694A\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5245496f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45cc16ca\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What Format Are The Training Materials Delivered In?\",\"tab_content\":\"<p>The materials are delivered in Videos and Text formats and nothing complicated.<\\/p><p>They are not physical books so you don\\u2019t need to wait for days to have them shipped to you.<\\/p>\",\"_id\":\"9ee9b18\"},{\"tab_title\":\"I dont have any Course Idea, Can I Benefit from this Course?\",\"tab_content\":\"<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.<\\/p>\",\"_id\":\"b0a507e\"},{\"tab_title\":\"How Soon Will I Get Access To The Course After Payment?\",\"tab_content\":\"<p>You\\u2019ll have immediate access to the course. You\\u2019ll be learning and implementing within the next 2 minutes even it\\u2019s 2AM.<\\/p>\",\"_id\":\"a71416c\"},{\"tab_title\":\"Are You Going To Offer Me Any Support After Buying The Course?\",\"tab_content\":\"<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.<\\/p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.<\\/p>\",\"_id\":\"0396879\"},{\"tab_title\":\"Do I Need To Spend Any Other Other Money After Buying This Course?\",\"tab_content\":\"<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads<\\/p><p>Creating your Course is Free<br \\/>Designing your Course is Free<br \\/>Hosting your Course Online is Free.<\\/p><p>If you\\u2019re going to run paid ads, you\\u2019ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.<\\/p>\",\"_id\":\"18bfc4a\"}],\"border_width\":{\"unit\":\"px\",\"size\":1},\"space_between\":{\"unit\":\"px\",\"size\":32},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.12)\"},\"title_color\":\"#0A0A0A\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"border_color\":\"#000000\",\"title_background\":\"rgba(35,35,35,0)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_font_weight\":\"900\",\"title_typography_text_transform\":\"uppercase\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#CE0000\",\"content_color\":\"#141414\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_background_color\":\"#ffffff\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tab_active_color\":\"#E61C11\",\"content_background_color\":\"rgba(25,25,25,0)\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25cf5556\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":989,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d2f035f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39fd48da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-74a0c29a elementor-widget elementor-widget-heading\\\" data-id=\\\"74a0c29a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Are You Ready To Get Started Now?<\\/strong><\\/span><\\/div><\\/div><div class=\\\"elementor-element elementor-element-f115bce elementor-widget elementor-widget-text-editor\\\" data-id=\\\"f115bce\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><h3 class=\\\"elementor-text-editor elementor-clearfix\\\" style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">You\\u2019re One Step Away From<\\/span> <span style=\\\"color: #ff0000;\\\">Creating Profitable Online Courses<\\/span> <span style=\\\"color: #ffffff;\\\">That Can Consistently Pay You.<\\/span><\\/strong><\\/h3><\\/div><\\/div>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":74,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d5ab396\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top\":\"split\",\"shape_divider_top_color\":\"#010101\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":4000,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":193,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41d4a5d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"66\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a1555b8\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"Content2\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"5d0c45ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is Everything You\'re Getting Today\",\"size\":\"xxl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ae17ab0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Key Consideration in Creating a Profitable Information Marketing Business.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e0e5f40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"The 5 Hot Evergreen Niches that can make you lots of Money.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2a033f0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"97c4d8e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Create your Online Course by Yourself in 48 hours.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ce12177\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Publish, Host, and Automate your Courses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63c3e4e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d96a0af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"14c2b2d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#13510E\",\"icon_color_hover\":\"#0A0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"38896abf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\u2013 \\u20a6200,000<\\/span><\\/h4><h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #008000;\\\">Best Price \\u2013 Only <del>\\u20a620,000<\\/del><\\/span><\\/h4><div class=\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"aa6d1bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\"><strong><u>Give Away Price<\\/u><\\/strong><\\/span><\\/h1><\\/div><\\/div><\\/div><div class=\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a488152\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\">\\u20a65,000 or GHS 100 or $15<\\/span><\\/h2><\\/div><p style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\"color: #ff0000;\\\">\\u20a620,000<\\/span> Once The Timer Below Hits Zero.<\\/b><\\/span><\\/p><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"756229e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pay Online and Bank Transfer (Selar)\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5570c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Pay N5,000 Naira or GHS 100 or $15 Online via Selar\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFFF5\",\"background_color\":\"#247090\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FE0000\",\"hover_animation\":\"buzz\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1b00a540\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-7a85fa7 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7a85fa7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>Pay With Selar!<\\/strong> If you are in Nigeria or Ghana. Pay<span style=\\\"color: #ff0000;\\\"> <b>N5000 Naira or your currency equivalent <\\/b><\\/span>Online using your debit card, bank transfer, mobile money, and gain access to your course. <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\">This payment method is safe, secured and 100% approved\\u00a0 by CBN and other Financial Bodies.<\\/span><\\/p><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\">You\\u2019ll be redirected to the course and you can start learning immediately even if it\\u2019s 2AM.<\\/span><\\/p><\\/div><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16e546d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT THE COURSE  + ALL THE BONUSES\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFFF5\",\"background_color\":\"#247090\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FE0000\",\"hover_animation\":\"buzz\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"309932e4\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"383b689d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2322266c\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7261e8c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b0faabe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\"><b>IMPORTANT: Earnings And Legal Disclaimers<\\/b><\\/h6><h6 style=\\\"text-align: center;\\\">We Don\\u2019t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That\\u2019s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We\\u2019re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings \\u2013 All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.<\\/h6>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a81a79\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":214,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e15ab5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48759b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>75% OFF Crazy Offer! Pay <s>N20,000<\\/s>\\u00a0N5,000 - Expires In\\u00a0<u>FEW HOURS<\\/u><\\/strong><\\/span><\\/h4>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"68d7c982\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"5724560f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"motion_fx_translateY_effect\":\"yes\",\"animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32f0b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY NOW!\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#2A7439\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":-1,\"blur\":15,\"spread\":7,\"color\":\"#FFFAFA\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(17911,1505,'tve_revision_tve_landing_page',''),(17912,1505,'tve_revision_tve_disable_theme_dependency',''),(17913,1505,'tve_revision_tve_content_before_more',''),(17914,1505,'tve_revision_tve_content_more_found',''),(17915,1505,'tve_revision_tve_save_post',''),(17916,1505,'tve_revision_tve_custom_css',''),(17917,1505,'tve_revision_tve_user_custom_css',''),(17918,1505,'tve_revision_tve_page_events',''),(17919,1505,'tve_revision_tve_globals',''),(17920,1505,'tve_revision_tve_global_scripts',''),(17921,1505,'tve_revision_thrive_icon_pack',''),(17922,1505,'tve_revision_thrive_tcb_post_fonts',''),(17923,1505,'tve_revision_tve_has_masonry',''),(17924,1505,'tve_revision_tve_has_typefocus',''),(17925,1505,'tve_revision_tve_updated_post',''),(17926,1505,'tve_revision_tve_has_wistia_popover',''),(17927,1505,'_elementor_edit_mode','builder'),(17928,1505,'_elementor_template_type','page'),(17929,1505,'_elementor_version','3.14.1'),(17930,1505,'_elementor_pro_version','3.14.1'),(17931,1505,'_wp_page_template','default'),(17932,1505,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17933,1505,'_elementor_data','[{\"id\":\"72e4dee7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dd6974f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"378f32ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.\\u00a0 Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.<\\/p>\",\"text_color\":\"#FBFBFB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d8cc7f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#107A7B\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37ab0adb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10a17f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRAND NEW TRAINING REVEALS...\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4480a331\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"height\":\"full\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#1c393d\",\"css_filters_css_filter\":\"custom\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_position\":\"center center\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"shape_divider_bottom\":\"wave-brush\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":50},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"scroll\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\",\"shape_divider_bottom_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5594a90f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_delay\":700,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"174\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"css_classes\":\"envato-kit-62-home\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d57725a\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"52\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a4c787\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>IMAGINE CREATING and hosting <span style=\\\"text-decoration: underline; color: #ff6600;\\\">HOT SELLING ONLINE COURSES<\\/span> WITH YOUR SMARTPHONE THAT CONSISTENTLY <span style=\\\"color: #ff6600;\\\">EARNS YOU 6 - FIGURES MONTHLY <span style=\\\"color: #ffffff;\\\">WITHOUT DOING MOST OF THE <span style=\\\"color: #ff6600;\\\">WORK FROM SCRATCH<\\/span> OR NEEDING A<\\/span> WEBSITE <span style=\\\"color: #ffffff;\\\">OR A<\\/span> LAPTOP.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35f1feff\",\"elType\":\"widget\",\"settings\":{\"text\":\"YES, GIVE ME INSTANT ACCESS NOW\",\"align\":\"center\",\"size\":\"xl\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FAFAFA\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF0505\",\"button_hover_border_color\":\"#010101\",\"hover_animation\":\"buzz\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"link\":{\"url\":\"#Content1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f8ecb54\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cbf5c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54357beb\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESULTS SPEAK LOUDER!\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3063f99b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#D4E0D5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24c63489\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_color\":\"#4F4949\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"6f3de1e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"border_color\":\"#221C1CC7\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.71)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5653ca2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e538a31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":989,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"167533be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ec41c05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dear friend,<\\/p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone<\\/strong> without having to<strong> build or create from scratch using a Laptop or need a Website.<\\/strong><\\/p><p>If you answered <strong>YES<\\/strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why\\u2026<\\/p><p><strong>Online Course Creation<\\/strong> is one of the <strong>easiest and lucrative business models<\\/strong> anyone can start today and start <strong>making money<\\/strong> almost immediately.<\\/p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\'s not true<\\/strong>.<\\/p><p>You can Convert your <strong>Knowledge, Experience or Skills<\\/strong> into<strong> online courses<\\/strong> with just your <strong>Smartphone<\\/strong>..<\\/p><p><strong>Here\'s why Online Course Creation is a Lucrative Business?<\\/strong><\\/p><p>\\ud83d\\udca5It\'s a product that can never run out of stock.<br \\/>\\ud83d\\udca5It does not require any form of Importation or shipping or delivery. <br \\/>\\ud83d\\udca5 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br \\/>\\ud83d\\udca5It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.<\\/p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.<\\/strong><\\/p><p>The Knowledge industry is worth <strong>Billions of dollars<\\/strong>. That is <strong>Billions with a capital *B.<\\/strong><\\/p><p>What does this tell you?<\\/p><p>The <strong>Knowledge industry<\\/strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.<\\/strong><\\/p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...<\\/strong><\\/p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.<\\/p><p>How?<\\/p><p><strong>By creating an *Online Course.*<\\/strong><\\/p><p>Online courses which can be in form of <strong>Video courses or eBooks<\\/strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience<\\/strong> to <strong>increase your impact and income.<\\/strong><\\/p><p>But you need to know how to create an online course that<strong> banks<\\/strong> so your <strong>online course<\\/strong> doesn\'t end up in your <strong>archive<\\/strong>. <strong>That is why I created this course for you.<\\/strong><\\/p><h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>Introducing...<\\/strong><\\/span><\\/h3>\",\"align\":\"justify\",\"text_color\":\"#060606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"200\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78636d9e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":784,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#125C63\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c08c120\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2efd0ec3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"500\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d85fe04\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone Online Course Profit Machine\",\"align\":\"center\",\"title_color\":\"#C27615\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d18a847\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #000000;\\\">How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.<\\/span><\\/strong><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80eeef2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":809,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"421c86cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"border_color\":\"#E3D7D7\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.78)\"},\"margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4552abfd\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"Content1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"5d09afed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is What You\'ll Learn Inside Smartphone Online Course Profit Machine\",\"align\":\"center\",\"title_color\":\"#BC1C07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"784ef28\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ffb8846\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"f521361\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Digital Topics\\/Ideas You Can Sell And Make Lots Of Money In Less Time\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ea42420\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2c2a9e5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"A Fail Proof process to help you create your digital products by yourself in 48 hours...\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d1dcba9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"701ff62\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to brand and package your online course to make it look more valuable and Irresistible..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"a8df4e3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Enroll your First 100 studnets without spending a dime on advertising..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"759c0a9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"4050018\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"26205be\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2ebbef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"and Lots More\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1f893f3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#0B681C\",\"icon_color_hover\":\"#070707\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_align\":\"left\",\"text_color\":\"#030303\",\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"800\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4ff26c69\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT TO PAY NOW\",\"align\":\"center\",\"size\":\"xl\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_text_color\":\"#EFEFEF\",\"background_color\":\"#169284\",\"hover_color\":\"#1F919B\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#13969B\",\"hover_animation\":\"buzz\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"link\":{\"url\":\"#coursevideo\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2999b2dc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":873,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6894a96e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19d26c0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Much To Get The Course?\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ea1406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5930ec6a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5930ec6a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-row\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f031a8e\\\" data-id=\\\"3f031a8e\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-column-wrap elementor-element-populated\\\"><div class=\\\"elementor-widget-wrap\\\"><div class=\\\"elementor-element elementor-element-45d17c51 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"45d17c51\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p><span style=\\\"color: #000000;\\\">Let me be very <strong>frank<\\/strong> with you..<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I am not going to threaten you with any scarcity here.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The price for this course is <strong><span style=\\\"color: #ff0000;\\\">N20, 000 Naira<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong><span style=\\\"color: #ff0000;\\\">Billion Dollar Knowledge Information Industry out there.<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I\\u2019ll allow you to get the course for just<strong><span style=\\\"color: #ff0000;\\\"> N5000 Naira\\u00a0<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">However, this is for a <strong>limited time.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Let me be honest with you\\u2026<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>The price of this course will increase any time from now.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I cannot tell you when exactly but, one thing is sure; the price must surely go up.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong><span style=\\\"color: #ff0000;\\\">FAST ACTION TAKERS <\\/span><\\/strong>bonuses which includes a <strong><span style=\\\"color: #ff0000;\\\">Premium Video Builder Software.<\\/span><\\/strong><\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-38a03d3a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"38a03d3a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-row\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47a5fbff\\\" data-id=\\\"47a5fbff\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-column-wrap elementor-element-populated\\\"><div class=\\\"elementor-widget-wrap\\\"><div class=\\\"elementor-element elementor-element-2a24bba3 elementor-widget elementor-widget-heading\\\" data-id=\\\"2a24bba3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42ec8ac4\",\"elType\":\"widget\",\"settings\":{\"title\":\"COURSE SNIPPET\",\"align\":\"center\",\"title_color\":\"#D60A0A\",\"typography_typography\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d605477\",\"elType\":\"widget\",\"settings\":{\"title\":\"COURSE SNIPPET TWO\",\"align\":\"center\",\"title_color\":\"#EC0000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"70ca2480\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":789,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b0b0459\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"650f54b\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST ACTION TAKERS BONUSES\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"123bb6a2\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Intro and Outro Video Software\",\"description_text\":\"Create Captivating\\nIntro And Outro Videos\\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \\n<br><br><b>VALUE PRICE: N50,000 Naira<\\/b>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60d305b0\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/youtu.be\\/DROCfn_CAko\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/624385691\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"modestbranding\":\"yes\",\"yt_privacy\":\"yes\",\"lazy_load\":\"yes\",\"hosted_url\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"image_overlay\":{\"id\":1502,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"play_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4e649542\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The 12 Commandments of Digital Marketing\",\"description_text\":\"The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten \\u2018laws\\u2019 are compulsory if you really want to succeed\\nin internet marketing.\\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\\n\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_shadow_text_shadow_type\":\"yes\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7ceff4db\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Digital Business Goldmines\",\"description_text\":\"A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\\n\\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\\n\\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \\n\\nThis section is for those still looking to choose the right models for making money on the internet consistently.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7f0edd6f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Complete Online Course Business Starter Kit\",\"description_text\":\"The fastest way to validate your course idea, attract early customers, and build a world-class online course.\\n\\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N20,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"446a8b8f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Netpreneur Manifesto...\",\"description_text\":\"Everything, you need and don\'t need to become a successful digital marketer and save yourself, time, money, and frustration\\n\\n\\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"432c5369\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63e38d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66ab6f40\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"coursevideo\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"354b8e29\",\"elType\":\"widget\",\"settings\":{\"title\":\"TAKE A PEEK INSIDE\",\"align\":\"center\",\"title_color\":\"#F80303\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16823a53\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":887,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top\":\"split\",\"shape_divider_top_color\":\"#010101\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":4000,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":193,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2edee571\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31507a5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is Everything You\'re Getting Today\",\"size\":\"xxl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69607607\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Key Consideration in Creating a Profitable Information Marketing Business.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e0e5f40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"The 5 Hot Evergreen Niches that can make you lots of Money.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2a033f0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"97c4d8e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Create your Online Course by Yourself in 48 hours.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ce12177\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Publish, Host, and Automate your Courses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63c3e4e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d96a0af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"14c2b2d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#13510E\",\"icon_color_hover\":\"#0A0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"371c57ba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\u2013 \\u20a6200,000<\\/span><\\/h4><h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #008000;\\\">Best Price \\u2013 Only <del>\\u20a620,000<\\/del><\\/span><\\/h4><div class=\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"aa6d1bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\"><strong><u>Give Away Price<\\/u><\\/strong><\\/span><\\/h1><\\/div><\\/div><\\/div><div class=\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a488152\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\">\\u20a65,000<\\/span><\\/h1><\\/div><p style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\"color: #ff0000;\\\">\\u20a620,000<\\/span> Once The Timer Below Hits Zero.<\\/b><\\/span><\\/p><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e65aefb\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT TO PAY THE GIVEAWAY PRICE NOW\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71303b81\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":628,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70532592\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61aedf79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2413bbf2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-5d3335d elementor-widget elementor-widget-heading\\\" data-id=\\\"5d3335d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\"><h1 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>100% Money Back Guarantee<\\/strong><\\/span><\\/h1><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d67b32c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"d67b32c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p><span style=\\\"color: #000000;\\\">This sounds unbelievable right?<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I know, but I am not stupid for making guarantee.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I am confident that this course will work for you because it\\u2019s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I can understand.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The only thing you\\u2019ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then, simply contact us &amp; your entire purchase price will be promptly refunded. <span style=\\\"color: #008000;\\\"><strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to\\u00a0 for a full refund of your investment.\\u00a0<\\/strong><\\/span><\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.<\\/b><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">No tricks. No hidden fees. None of that. All yours for a low price.<\\/span><\\/p><\\/div><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"221dd855\",\"elType\":\"widget\",\"settings\":{\"text\":\"See Everything You\'re Getting\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"background_color\":\"#245C5F\",\"button_background_hover_color\":\"#EF0B0B\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"#Content2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f1a7b3c\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d484ab7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3aed67b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":610,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0F6848\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a92a2af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59cc900\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions People Are Asking...\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613e7aab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"wave_animation_wave_top\":{\"id\":1108,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-top.png\"},\"wave_animation_wave_middle\":{\"id\":1109,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-mid.png\"},\"wave_animation_wave_bottom\":{\"id\":1110,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-bot.png\"},\"content_width\":{\"unit\":\"px\",\"size\":706,\"sizes\":[]},\"shape_divider_top\":\"arrow\",\"shape_divider_top_color\":\"#18694A\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5245496f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45cc16ca\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What Format Are The Training Materials Delivered In?\",\"tab_content\":\"<p>The materials are delivered in Videos and Text formats and nothing complicated.<\\/p><p>They are not physical books so you don\\u2019t need to wait for days to have them shipped to you.<\\/p>\",\"_id\":\"9ee9b18\"},{\"tab_title\":\"I dont have any Course Idea, Can I Benefit from this Course?\",\"tab_content\":\"<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.<\\/p>\",\"_id\":\"b0a507e\"},{\"tab_title\":\"How Soon Will I Get Access To The Course After Payment?\",\"tab_content\":\"<p>You\\u2019ll have immediate access to the course. You\\u2019ll be learning and implementing within the next 2 minutes even it\\u2019s 2AM.<\\/p>\",\"_id\":\"a71416c\"},{\"tab_title\":\"Are You Going To Offer Me Any Support After Buying The Course?\",\"tab_content\":\"<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.<\\/p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.<\\/p>\",\"_id\":\"0396879\"},{\"tab_title\":\"Do I Need To Spend Any Other Other Money After Buying This Course?\",\"tab_content\":\"<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads<\\/p><p>Creating your Course is Free<br \\/>Designing your Course is Free<br \\/>Hosting your Course Online is Free.<\\/p><p>If you\\u2019re going to run paid ads, you\\u2019ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.<\\/p>\",\"_id\":\"18bfc4a\"}],\"border_width\":{\"unit\":\"px\",\"size\":1},\"space_between\":{\"unit\":\"px\",\"size\":32},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.12)\"},\"title_color\":\"#0A0A0A\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"border_color\":\"#000000\",\"title_background\":\"rgba(35,35,35,0)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_font_weight\":\"900\",\"title_typography_text_transform\":\"uppercase\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#CE0000\",\"content_color\":\"#141414\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_background_color\":\"#ffffff\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tab_active_color\":\"#E61C11\",\"content_background_color\":\"rgba(25,25,25,0)\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25cf5556\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":989,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d2f035f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39fd48da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-74a0c29a elementor-widget elementor-widget-heading\\\" data-id=\\\"74a0c29a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Are You Ready To Get Started Now?<\\/strong><\\/span><\\/div><\\/div><div class=\\\"elementor-element elementor-element-f115bce elementor-widget elementor-widget-text-editor\\\" data-id=\\\"f115bce\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><h3 class=\\\"elementor-text-editor elementor-clearfix\\\" style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">You\\u2019re One Step Away From<\\/span> <span style=\\\"color: #ff0000;\\\">Creating Profitable Online Courses<\\/span> <span style=\\\"color: #ffffff;\\\">That Can Consistently Pay You.<\\/span><\\/strong><\\/h3><\\/div><\\/div>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":74,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d5ab396\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top\":\"split\",\"shape_divider_top_color\":\"#010101\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":4000,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":193,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41d4a5d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"66\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a1555b8\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"Content2\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"5d0c45ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is Everything You\'re Getting Today\",\"size\":\"xxl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ae17ab0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Key Consideration in Creating a Profitable Information Marketing Business.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e0e5f40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"The 5 Hot Evergreen Niches that can make you lots of Money.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2a033f0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"97c4d8e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Create your Online Course by Yourself in 48 hours.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ce12177\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Publish, Host, and Automate your Courses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63c3e4e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d96a0af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"14c2b2d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#13510E\",\"icon_color_hover\":\"#0A0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"38896abf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\u2013 \\u20a6200,000<\\/span><\\/h4><h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #008000;\\\">Best Price \\u2013 Only <del>\\u20a620,000<\\/del><\\/span><\\/h4><div class=\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"aa6d1bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\"><strong><u>Give Away Price<\\/u><\\/strong><\\/span><\\/h1><\\/div><\\/div><\\/div><div class=\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a488152\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\">\\u20a65,000 or GHS 100 or $15<\\/span><\\/h2><\\/div><p style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\"color: #ff0000;\\\">\\u20a620,000<\\/span> Once The Timer Below Hits Zero.<\\/b><\\/span><\\/p><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"756229e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pay Online and Bank Transfer (Selar)\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5570c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Pay N5,000 Naira or GHS 100 or $15 Online via Selar\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFFF5\",\"background_color\":\"#247090\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FE0000\",\"hover_animation\":\"buzz\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1b00a540\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-7a85fa7 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7a85fa7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>Pay With Selar!<\\/strong> If you are in Nigeria or Ghana. Pay<span style=\\\"color: #ff0000;\\\"> <b>N5000 Naira or your currency equivalent <\\/b><\\/span>Online using your debit card, bank transfer, mobile money, and gain access to your course. <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\">This payment method is safe, secured and 100% approved\\u00a0 by CBN and other Financial Bodies.<\\/span><\\/p><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\">You\\u2019ll be redirected to the course and you can start learning immediately even if it\\u2019s 2AM.<\\/span><\\/p><\\/div><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"16e546d5\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT THE COURSE  + ALL THE BONUSES\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFFF5\",\"background_color\":\"#247090\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FE0000\",\"hover_animation\":\"buzz\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"309932e4\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"383b689d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2322266c\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7261e8c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b0faabe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\"><b>IMPORTANT: Earnings And Legal Disclaimers<\\/b><\\/h6><h6 style=\\\"text-align: center;\\\">We Don\\u2019t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That\\u2019s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We\\u2019re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings \\u2013 All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.<\\/h6>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a81a79\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":214,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e15ab5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48759b2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>75% OFF Crazy Offer! Pay <s>N20,000<\\/s>\\u00a0N5,000 - Expires In\\u00a0<u>FEW HOURS<\\/u><\\/strong><\\/span><\\/h4>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"68d7c982\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"5724560f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"motion_fx_translateY_effect\":\"yes\",\"animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32f0b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY NOW!\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#2A7439\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":-1,\"blur\":15,\"spread\":7,\"color\":\"#FFFAFA\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(17935,1503,'_eael_custom_js',''),(17936,1506,'_wp_attached_file','2023/07/placeholder-1.png'),(17937,1506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2008;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5345;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:25:\"placeholder-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:894;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17938,1506,'_elementor_source_image_hash','8ed2b43c63b0720aab7ab4da2980950d5c694db0'),(17939,1507,'_elementor_edit_mode','builder'),(17940,1507,'_elementor_template_type','page'),(17941,1507,'_elementor_version','3.14.1'),(17942,1507,'_elementor_pro_version','3.14.1'),(17943,1508,'tve_revision_tve_landing_page',''),(17944,1508,'tve_revision_tve_disable_theme_dependency',''),(17945,1508,'tve_revision_tve_content_before_more',''),(17946,1508,'tve_revision_tve_content_more_found',''),(17947,1508,'tve_revision_tve_save_post',''),(17948,1508,'tve_revision_tve_custom_css',''),(17949,1508,'tve_revision_tve_user_custom_css',''),(17950,1508,'tve_revision_tve_page_events',''),(17951,1508,'tve_revision_tve_globals',''),(17952,1508,'tve_revision_tve_global_scripts',''),(17953,1508,'tve_revision_thrive_icon_pack',''),(17954,1508,'tve_revision_thrive_tcb_post_fonts',''),(17955,1508,'tve_revision_tve_has_masonry',''),(17956,1508,'tve_revision_tve_has_typefocus',''),(17957,1508,'tve_revision_tve_updated_post',''),(17958,1508,'tve_revision_tve_has_wistia_popover',''),(17959,1508,'_elementor_edit_mode','builder'),(17960,1508,'_elementor_template_type','page'),(17961,1508,'_elementor_version','3.14.1'),(17962,1508,'_elementor_pro_version','3.14.1'),(17963,1507,'_tve_js_modules_gutenberg','a:0:{}'),(17964,1507,'_wp_page_template','default'),(17965,1507,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17966,1507,'_elementor_data','[{\"id\":\"7a098805\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3faa34da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a22bcf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.\\u00a0 Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.<\\/p>\",\"text_color\":\"#FBFBFB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7232a9b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#107A7B\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5760e3ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4faaaad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRAND NEW TRAINING REVEALS...\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"564f929c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"height\":\"full\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#1c393d\",\"css_filters_css_filter\":\"custom\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_position\":\"center center\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"shape_divider_bottom\":\"wave-brush\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":50},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"scroll\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\",\"shape_divider_bottom_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39cbd87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_delay\":700,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"174\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"css_classes\":\"envato-kit-62-home\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55427922\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"52\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"745e616d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>IMAGINE CREATING and hosting <span style=\\\"text-decoration: underline; color: #ff6600;\\\">HOT SELLING ONLINE COURSES<\\/span> WITH YOUR SMARTPHONE THAT CONSISTENTLY <span style=\\\"color: #ff6600;\\\">EARNS YOU 6 - FIGURES MONTHLY <span style=\\\"color: #ffffff;\\\">WITHOUT DOING MOST OF THE <span style=\\\"color: #ff6600;\\\">WORK FROM SCRATCH<\\/span> OR NEEDING A<\\/span> WEBSITE <span style=\\\"color: #ffffff;\\\">OR A<\\/span> LAPTOP.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7acbfe97\",\"elType\":\"widget\",\"settings\":{\"text\":\"YES, GIVE ME INSTANT ACCESS NOW\",\"align\":\"center\",\"size\":\"xl\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FAFAFA\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF0505\",\"button_hover_border_color\":\"#010101\",\"hover_animation\":\"buzz\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"link\":{\"url\":\"#Content1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6397804c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e567390\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"371427db\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESULTS SPEAK LOUDER!\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c401bfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#D4E0D5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b217828\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_color\":\"#4F4949\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"7fcb7f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"border_color\":\"#221C1CC7\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.71)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41ac5631\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"614f931d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":989,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"163edca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"143b1647\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dear friend,<\\/p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone<\\/strong> without having to<strong> build or create from scratch using a Laptop or need a Website.<\\/strong><\\/p><p>If you answered <strong>YES<\\/strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why\\u2026<\\/p><p><strong>Online Course Creation<\\/strong> is one of the <strong>easiest and lucrative business models<\\/strong> anyone can start today and start <strong>making money<\\/strong> almost immediately.<\\/p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\'s not true<\\/strong>.<\\/p><p>You can Convert your <strong>Knowledge, Experience or Skills<\\/strong> into<strong> online courses<\\/strong> with just your <strong>Smartphone<\\/strong>..<\\/p><p><strong>Here\'s why Online Course Creation is a Lucrative Business?<\\/strong><\\/p><p>\\ud83d\\udca5It\'s a product that can never run out of stock.<br \\/>\\ud83d\\udca5It does not require any form of Importation or shipping or delivery. <br \\/>\\ud83d\\udca5 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br \\/>\\ud83d\\udca5It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.<\\/p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.<\\/strong><\\/p><p>The Knowledge industry is worth <strong>Billions of dollars<\\/strong>. That is <strong>Billions with a capital *B.<\\/strong><\\/p><p>What does this tell you?<\\/p><p>The <strong>Knowledge industry<\\/strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.<\\/strong><\\/p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...<\\/strong><\\/p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.<\\/p><p>How?<\\/p><p><strong>By creating an *Online Course.*<\\/strong><\\/p><p>Online courses which can be in form of <strong>Video courses or eBooks<\\/strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience<\\/strong> to <strong>increase your impact and income.<\\/strong><\\/p><p>But you need to know how to create an online course that<strong> banks<\\/strong> so your <strong>online course<\\/strong> doesn\'t end up in your <strong>archive<\\/strong>. <strong>That is why I created this course for you.<\\/strong><\\/p><h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>Introducing...<\\/strong><\\/span><\\/h3>\",\"align\":\"justify\",\"text_color\":\"#060606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"200\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"166924b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":784,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#125C63\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"116a2090\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e42a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"500\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16550cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone Online Course Profit Machine\",\"align\":\"center\",\"title_color\":\"#C27615\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2324aea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #000000;\\\">How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.<\\/span><\\/strong><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c33900e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":809,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28a3ebf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"border_color\":\"#E3D7D7\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.78)\"},\"margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"590675a7\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"Content1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"7c1c3d00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is What You\'ll Learn Inside Smartphone Online Course Profit Machine\",\"align\":\"center\",\"title_color\":\"#BC1C07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61418338\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ffb8846\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"f521361\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Digital Topics\\/Ideas You Can Sell And Make Lots Of Money In Less Time\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ea42420\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2c2a9e5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"A Fail Proof process to help you create your digital products by yourself in 48 hours...\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d1dcba9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"701ff62\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to brand and package your online course to make it look more valuable and Irresistible..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"a8df4e3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Enroll your First 100 studnets without spending a dime on advertising..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"759c0a9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"4050018\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"26205be\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2ebbef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"and Lots More\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1f893f3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#0B681C\",\"icon_color_hover\":\"#070707\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_align\":\"left\",\"text_color\":\"#030303\",\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"800\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"859a6db\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT TO PAY NOW\",\"align\":\"center\",\"size\":\"xl\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_text_color\":\"#EFEFEF\",\"background_color\":\"#169284\",\"hover_color\":\"#1F919B\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#13969B\",\"hover_animation\":\"buzz\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"link\":{\"url\":\"#coursevideo\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45b19c61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":873,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c92536c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b869771\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Much To Get The Course?\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2d8b73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5930ec6a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5930ec6a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-row\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f031a8e\\\" data-id=\\\"3f031a8e\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-column-wrap elementor-element-populated\\\"><div class=\\\"elementor-widget-wrap\\\"><div class=\\\"elementor-element elementor-element-45d17c51 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"45d17c51\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p><span style=\\\"color: #000000;\\\">Let me be very <strong>frank<\\/strong> with you..<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I am not going to threaten you with any scarcity here.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The price for this course is <strong><span style=\\\"color: #ff0000;\\\">N20, 000 Naira<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong><span style=\\\"color: #ff0000;\\\">Billion Dollar Knowledge Information Industry out there.<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I\\u2019ll allow you to get the course for just<strong><span style=\\\"color: #ff0000;\\\"> N5000 Naira\\u00a0<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">However, this is for a <strong>limited time.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Let me be honest with you\\u2026<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>The price of this course will increase any time from now.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I cannot tell you when exactly but, one thing is sure; the price must surely go up.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong><span style=\\\"color: #ff0000;\\\">FAST ACTION TAKERS <\\/span><\\/strong>bonuses which includes a <strong><span style=\\\"color: #ff0000;\\\">Premium Video Builder Software.<\\/span><\\/strong><\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-38a03d3a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"38a03d3a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-row\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47a5fbff\\\" data-id=\\\"47a5fbff\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-column-wrap elementor-element-populated\\\"><div class=\\\"elementor-widget-wrap\\\"><div class=\\\"elementor-element elementor-element-2a24bba3 elementor-widget elementor-widget-heading\\\" data-id=\\\"2a24bba3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f3f3a3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"COURSE SNIPPET\",\"align\":\"center\",\"title_color\":\"#D60A0A\",\"typography_typography\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1cdaed91\",\"elType\":\"widget\",\"settings\":{\"title\":\"COURSE SNIPPET TWO\",\"align\":\"center\",\"title_color\":\"#EC0000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"387f5c3e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":789,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5476b56d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1995cead\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST ACTION TAKERS BONUSES\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a22f0c7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Intro and Outro Video Software\",\"description_text\":\"Create Captivating\\nIntro And Outro Videos\\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \\n<br><br><b>VALUE PRICE: N50,000 Naira<\\/b>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"42202ba6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/youtu.be\\/DROCfn_CAko\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/624385691\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"modestbranding\":\"yes\",\"yt_privacy\":\"yes\",\"lazy_load\":\"yes\",\"hosted_url\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"image_overlay\":{\"id\":1506,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"play_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5437819f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The 12 Commandments of Digital Marketing\",\"description_text\":\"The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten \\u2018laws\\u2019 are compulsory if you really want to succeed\\nin internet marketing.\\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\\n\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_shadow_text_shadow_type\":\"yes\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59fe619a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Digital Business Goldmines\",\"description_text\":\"A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\\n\\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\\n\\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \\n\\nThis section is for those still looking to choose the right models for making money on the internet consistently.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"320b3f12\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Complete Online Course Business Starter Kit\",\"description_text\":\"The fastest way to validate your course idea, attract early customers, and build a world-class online course.\\n\\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N20,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2a54f700\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Netpreneur Manifesto...\",\"description_text\":\"Everything, you need and don\'t need to become a successful digital marketer and save yourself, time, money, and frustration\\n\\n\\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ac4304a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a360ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f755c87\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"coursevideo\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"130e3785\",\"elType\":\"widget\",\"settings\":{\"title\":\"TAKE A PEEK INSIDE\",\"align\":\"center\",\"title_color\":\"#F80303\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e434d7a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":887,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top\":\"split\",\"shape_divider_top_color\":\"#010101\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":4000,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":193,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15ff2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b2a21db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is Everything You\'re Getting Today\",\"size\":\"xxl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a2da7ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Key Consideration in Creating a Profitable Information Marketing Business.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e0e5f40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"The 5 Hot Evergreen Niches that can make you lots of Money.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2a033f0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"97c4d8e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Create your Online Course by Yourself in 48 hours.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ce12177\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Publish, Host, and Automate your Courses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63c3e4e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d96a0af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"14c2b2d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#13510E\",\"icon_color_hover\":\"#0A0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d634c6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\u2013 \\u20a6200,000<\\/span><\\/h4><h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #008000;\\\">Best Price \\u2013 Only <del>\\u20a620,000<\\/del><\\/span><\\/h4><div class=\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"aa6d1bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\"><strong><u>Give Away Price<\\/u><\\/strong><\\/span><\\/h1><\\/div><\\/div><\\/div><div class=\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a488152\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\">\\u20a65,000<\\/span><\\/h1><\\/div><p style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\"color: #ff0000;\\\">\\u20a620,000<\\/span> Once The Timer Below Hits Zero.<\\/b><\\/span><\\/p><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ed08171\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT TO PAY THE GIVEAWAY PRICE NOW\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de522b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":628,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ff5feee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f6aa7c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"511d8f66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-5d3335d elementor-widget elementor-widget-heading\\\" data-id=\\\"5d3335d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\"><h1 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>100% Money Back Guarantee<\\/strong><\\/span><\\/h1><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d67b32c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"d67b32c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p><span style=\\\"color: #000000;\\\">This sounds unbelievable right?<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I know, but I am not stupid for making guarantee.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I am confident that this course will work for you because it\\u2019s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I can understand.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The only thing you\\u2019ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then, simply contact us &amp; your entire purchase price will be promptly refunded. <span style=\\\"color: #008000;\\\"><strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to\\u00a0 for a full refund of your investment.\\u00a0<\\/strong><\\/span><\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.<\\/b><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">No tricks. No hidden fees. None of that. All yours for a low price.<\\/span><\\/p><\\/div><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4657e196\",\"elType\":\"widget\",\"settings\":{\"text\":\"See Everything You\'re Getting\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"background_color\":\"#245C5F\",\"button_background_hover_color\":\"#EF0B0B\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"#Content2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b971ca8\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45e85201\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6596d7da\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":610,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0F6848\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73af77fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6352c495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions People Are Asking...\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c613fc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"wave_animation_wave_top\":{\"id\":1108,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-top.png\"},\"wave_animation_wave_middle\":{\"id\":1109,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-mid.png\"},\"wave_animation_wave_bottom\":{\"id\":1110,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-bot.png\"},\"content_width\":{\"unit\":\"px\",\"size\":706,\"sizes\":[]},\"shape_divider_top\":\"arrow\",\"shape_divider_top_color\":\"#18694A\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"483a49ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62a474dd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What Format Are The Training Materials Delivered In?\",\"tab_content\":\"<p>The materials are delivered in Videos and Text formats and nothing complicated.<\\/p><p>They are not physical books so you don\\u2019t need to wait for days to have them shipped to you.<\\/p>\",\"_id\":\"9ee9b18\"},{\"tab_title\":\"I dont have any Course Idea, Can I Benefit from this Course?\",\"tab_content\":\"<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.<\\/p>\",\"_id\":\"b0a507e\"},{\"tab_title\":\"How Soon Will I Get Access To The Course After Payment?\",\"tab_content\":\"<p>You\\u2019ll have immediate access to the course. You\\u2019ll be learning and implementing within the next 2 minutes even it\\u2019s 2AM.<\\/p>\",\"_id\":\"a71416c\"},{\"tab_title\":\"Are You Going To Offer Me Any Support After Buying The Course?\",\"tab_content\":\"<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.<\\/p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.<\\/p>\",\"_id\":\"0396879\"},{\"tab_title\":\"Do I Need To Spend Any Other Other Money After Buying This Course?\",\"tab_content\":\"<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads<\\/p><p>Creating your Course is Free<br \\/>Designing your Course is Free<br \\/>Hosting your Course Online is Free.<\\/p><p>If you\\u2019re going to run paid ads, you\\u2019ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.<\\/p>\",\"_id\":\"18bfc4a\"}],\"border_width\":{\"unit\":\"px\",\"size\":1},\"space_between\":{\"unit\":\"px\",\"size\":32},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.12)\"},\"title_color\":\"#0A0A0A\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"border_color\":\"#000000\",\"title_background\":\"rgba(35,35,35,0)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_font_weight\":\"900\",\"title_typography_text_transform\":\"uppercase\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#CE0000\",\"content_color\":\"#141414\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_background_color\":\"#ffffff\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tab_active_color\":\"#E61C11\",\"content_background_color\":\"rgba(25,25,25,0)\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40bdbc47\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":989,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1bd35e07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78339dd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-74a0c29a elementor-widget elementor-widget-heading\\\" data-id=\\\"74a0c29a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Are You Ready To Get Started Now?<\\/strong><\\/span><\\/div><\\/div><div class=\\\"elementor-element elementor-element-f115bce elementor-widget elementor-widget-text-editor\\\" data-id=\\\"f115bce\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><h3 class=\\\"elementor-text-editor elementor-clearfix\\\" style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">You\\u2019re One Step Away From<\\/span> <span style=\\\"color: #ff0000;\\\">Creating Profitable Online Courses<\\/span> <span style=\\\"color: #ffffff;\\\">That Can Consistently Pay You.<\\/span><\\/strong><\\/h3><\\/div><\\/div>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":74,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"687a6e21\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top\":\"split\",\"shape_divider_top_color\":\"#010101\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":4000,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":193,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e589518\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"66\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f10f547\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"Content2\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3a42bde5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is Everything You\'re Getting Today\",\"size\":\"xxl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a72d31\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Key Consideration in Creating a Profitable Information Marketing Business.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e0e5f40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"The 5 Hot Evergreen Niches that can make you lots of Money.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2a033f0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"97c4d8e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Create your Online Course by Yourself in 48 hours.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ce12177\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Publish, Host, and Automate your Courses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63c3e4e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d96a0af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"14c2b2d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#13510E\",\"icon_color_hover\":\"#0A0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"493e53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\u2013 \\u20a6200,000<\\/span><\\/h4><h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #008000;\\\">Best Price \\u2013 Only <del>\\u20a620,000<\\/del><\\/span><\\/h4><div class=\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"aa6d1bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\"><strong><u>Give Away Price<\\/u><\\/strong><\\/span><\\/h1><\\/div><\\/div><\\/div><div class=\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a488152\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\">\\u20a65,000 or GHS 100 or $15<\\/span><\\/h2><\\/div><p style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\"color: #ff0000;\\\">\\u20a620,000<\\/span> Once The Timer Below Hits Zero.<\\/b><\\/span><\\/p><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d30d353\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pay Online and Bank Transfer (Selar)\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3708badc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Pay N5,000 Naira or GHS 100 or $15 Online via Selar\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFFF5\",\"background_color\":\"#247090\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FE0000\",\"hover_animation\":\"buzz\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"264f9f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-7a85fa7 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7a85fa7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>Pay With Selar!<\\/strong> If you are in Nigeria or Ghana. Pay<span style=\\\"color: #ff0000;\\\"> <b>N5000 Naira or your currency equivalent <\\/b><\\/span>Online using your debit card, bank transfer, mobile money, and gain access to your course. <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\">This payment method is safe, secured and 100% approved\\u00a0 by CBN and other Financial Bodies.<\\/span><\\/p><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\">You\\u2019ll be redirected to the course and you can start learning immediately even if it\\u2019s 2AM.<\\/span><\\/p><\\/div><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48f3f9b1\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT THE COURSE  + ALL THE BONUSES\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFFF5\",\"background_color\":\"#247090\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FE0000\",\"hover_animation\":\"buzz\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c92cc0\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55225feb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"106a8f2e\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38c49daf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10fc6416\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\"><b>IMPORTANT: Earnings And Legal Disclaimers<\\/b><\\/h6><h6 style=\\\"text-align: center;\\\">We Don\\u2019t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That\\u2019s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We\\u2019re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings \\u2013 All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.<\\/h6>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b1bd7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":214,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e9aa4f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"493b0d45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>75% OFF Crazy Offer! Pay <s>N20,000<\\/s>\\u00a0N5,000 - Expires In\\u00a0<u>FEW HOURS<\\/u><\\/strong><\\/span><\\/h4>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7940d945\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"3bc083e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"motion_fx_translateY_effect\":\"yes\",\"animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f997c98\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY NOW!\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#2A7439\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":-1,\"blur\":15,\"spread\":7,\"color\":\"#FFFAFA\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(17967,1509,'tve_revision_tve_landing_page',''),(17968,1509,'tve_revision_tve_disable_theme_dependency',''),(17969,1509,'tve_revision_tve_content_before_more',''),(17970,1509,'tve_revision_tve_content_more_found',''),(17971,1509,'tve_revision_tve_save_post',''),(17972,1509,'tve_revision_tve_custom_css',''),(17973,1509,'tve_revision_tve_user_custom_css',''),(17974,1509,'tve_revision_tve_page_events',''),(17975,1509,'tve_revision_tve_globals',''),(17976,1509,'tve_revision_tve_global_scripts',''),(17977,1509,'tve_revision_thrive_icon_pack',''),(17978,1509,'tve_revision_thrive_tcb_post_fonts',''),(17979,1509,'tve_revision_tve_has_masonry',''),(17980,1509,'tve_revision_tve_has_typefocus',''),(17981,1509,'tve_revision_tve_updated_post',''),(17982,1509,'tve_revision_tve_has_wistia_popover',''),(17983,1509,'_elementor_edit_mode','builder'),(17984,1509,'_elementor_template_type','page'),(17985,1509,'_elementor_version','3.14.1'),(17986,1509,'_elementor_pro_version','3.14.1'),(17987,1509,'_wp_page_template','default'),(17988,1509,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(17989,1509,'_elementor_data','[{\"id\":\"7a098805\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3faa34da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a22bcf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.\\u00a0 Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.<\\/p>\",\"text_color\":\"#FBFBFB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.9,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7232a9b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#107A7B\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5760e3ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4faaaad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRAND NEW TRAINING REVEALS...\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"564f929c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"height\":\"full\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#1c393d\",\"css_filters_css_filter\":\"custom\",\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"background_position\":\"center center\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":300},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"shape_divider_bottom\":\"wave-brush\",\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":50},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"shape_divider_bottom_height_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"scroll\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\",\"shape_divider_bottom_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39cbd87d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_delay\":700,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"174\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"css_classes\":\"envato-kit-62-home\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55427922\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"52\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"745e616d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>IMAGINE CREATING and hosting <span style=\\\"text-decoration: underline; color: #ff6600;\\\">HOT SELLING ONLINE COURSES<\\/span> WITH YOUR SMARTPHONE THAT CONSISTENTLY <span style=\\\"color: #ff6600;\\\">EARNS YOU 6 - FIGURES MONTHLY <span style=\\\"color: #ffffff;\\\">WITHOUT DOING MOST OF THE <span style=\\\"color: #ff6600;\\\">WORK FROM SCRATCH<\\/span> OR NEEDING A<\\/span> WEBSITE <span style=\\\"color: #ffffff;\\\">OR A<\\/span> LAPTOP.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7acbfe97\",\"elType\":\"widget\",\"settings\":{\"text\":\"YES, GIVE ME INSTANT ACCESS NOW\",\"align\":\"center\",\"size\":\"xl\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_text_color\":\"#050505\",\"background_color\":\"#FAFAFA\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FF0505\",\"button_hover_border_color\":\"#010101\",\"hover_animation\":\"buzz\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"link\":{\"url\":\"#Content1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6397804c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e567390\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"371427db\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESULTS SPEAK LOUDER!\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c401bfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":970,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#D4E0D5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b217828\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_color\":\"#4F4949\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"7fcb7f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"border_color\":\"#221C1CC7\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.71)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41ac5631\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"614f931d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":989,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"163edca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"143b1647\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dear friend,<\\/p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone<\\/strong> without having to<strong> build or create from scratch using a Laptop or need a Website.<\\/strong><\\/p><p>If you answered <strong>YES<\\/strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why\\u2026<\\/p><p><strong>Online Course Creation<\\/strong> is one of the <strong>easiest and lucrative business models<\\/strong> anyone can start today and start <strong>making money<\\/strong> almost immediately.<\\/p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\'s not true<\\/strong>.<\\/p><p>You can Convert your <strong>Knowledge, Experience or Skills<\\/strong> into<strong> online courses<\\/strong> with just your <strong>Smartphone<\\/strong>..<\\/p><p><strong>Here\'s why Online Course Creation is a Lucrative Business?<\\/strong><\\/p><p>\\ud83d\\udca5It\'s a product that can never run out of stock.<br \\/>\\ud83d\\udca5It does not require any form of Importation or shipping or delivery. <br \\/>\\ud83d\\udca5 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br \\/>\\ud83d\\udca5It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.<\\/p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.<\\/strong><\\/p><p>The Knowledge industry is worth <strong>Billions of dollars<\\/strong>. That is <strong>Billions with a capital *B.<\\/strong><\\/p><p>What does this tell you?<\\/p><p>The <strong>Knowledge industry<\\/strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.<\\/strong><\\/p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...<\\/strong><\\/p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.<\\/p><p>How?<\\/p><p><strong>By creating an *Online Course.*<\\/strong><\\/p><p>Online courses which can be in form of <strong>Video courses or eBooks<\\/strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience<\\/strong> to <strong>increase your impact and income.<\\/strong><\\/p><p>But you need to know how to create an online course that<strong> banks<\\/strong> so your <strong>online course<\\/strong> doesn\'t end up in your <strong>archive<\\/strong>. <strong>That is why I created this course for you.<\\/strong><\\/p><h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>Introducing...<\\/strong><\\/span><\\/h3>\",\"align\":\"justify\",\"text_color\":\"#060606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"200\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"166924b0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":784,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#125C63\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"116a2090\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"44\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e42a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"500\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16550cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone Online Course Profit Machine\",\"align\":\"center\",\"title_color\":\"#C27615\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2324aea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #000000;\\\">How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.<\\/span><\\/strong><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c33900e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":809,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28a3ebf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"groove\",\"border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"border_color\":\"#E3D7D7\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.78)\"},\"margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"590675a7\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"Content1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"7c1c3d00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is What You\'ll Learn Inside Smartphone Online Course Profit Machine\",\"align\":\"center\",\"title_color\":\"#BC1C07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61418338\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ffb8846\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"f521361\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Digital Topics\\/Ideas You Can Sell And Make Lots Of Money In Less Time\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ea42420\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2c2a9e5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"A Fail Proof process to help you create your digital products by yourself in 48 hours...\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d1dcba9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"701ff62\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to brand and package your online course to make it look more valuable and Irresistible..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"a8df4e3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Enroll your First 100 studnets without spending a dime on advertising..\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"759c0a9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"4050018\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"26205be\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2ebbef8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"and Lots More\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1f893f3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#0B681C\",\"icon_color_hover\":\"#070707\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_self_align\":\"left\",\"text_color\":\"#030303\",\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"800\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"859a6db\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT TO PAY NOW\",\"align\":\"center\",\"size\":\"xl\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_text_color\":\"#EFEFEF\",\"background_color\":\"#169284\",\"hover_color\":\"#1F919B\",\"button_background_hover_color\":\"#FFFFFF\",\"button_hover_border_color\":\"#13969B\",\"hover_animation\":\"buzz\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"link\":{\"url\":\"#coursevideo\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45b19c61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":873,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c92536c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b869771\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Much To Get The Course?\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d2d8b73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5930ec6a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5930ec6a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-row\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f031a8e\\\" data-id=\\\"3f031a8e\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-column-wrap elementor-element-populated\\\"><div class=\\\"elementor-widget-wrap\\\"><div class=\\\"elementor-element elementor-element-45d17c51 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"45d17c51\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p><span style=\\\"color: #000000;\\\">Let me be very <strong>frank<\\/strong> with you..<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I am not going to threaten you with any scarcity here.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The price for this course is <strong><span style=\\\"color: #ff0000;\\\">N20, 000 Naira<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong><span style=\\\"color: #ff0000;\\\">Billion Dollar Knowledge Information Industry out there.<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I\\u2019ll allow you to get the course for just<strong><span style=\\\"color: #ff0000;\\\"> N5000 Naira\\u00a0<\\/span><\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">However, this is for a <strong>limited time.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Let me be honest with you\\u2026<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>The price of this course will increase any time from now.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I cannot tell you when exactly but, one thing is sure; the price must surely go up.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong><span style=\\\"color: #ff0000;\\\">FAST ACTION TAKERS <\\/span><\\/strong>bonuses which includes a <strong><span style=\\\"color: #ff0000;\\\">Premium Video Builder Software.<\\/span><\\/strong><\\/span><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-38a03d3a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"38a03d3a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-row\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47a5fbff\\\" data-id=\\\"47a5fbff\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-column-wrap elementor-element-populated\\\"><div class=\\\"elementor-widget-wrap\\\"><div class=\\\"elementor-element elementor-element-2a24bba3 elementor-widget elementor-widget-heading\\\" data-id=\\\"2a24bba3\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f3f3a3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"COURSE SNIPPET\",\"align\":\"center\",\"title_color\":\"#D60A0A\",\"typography_typography\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1cdaed91\",\"elType\":\"widget\",\"settings\":{\"title\":\"COURSE SNIPPET TWO\",\"align\":\"center\",\"title_color\":\"#EC0000\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"387f5c3e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":789,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5476b56d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1995cead\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST ACTION TAKERS BONUSES\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a22f0c7\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Intro and Outro Video Software\",\"description_text\":\"Create Captivating\\nIntro And Outro Videos\\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \\n<br><br><b>VALUE PRICE: N50,000 Naira<\\/b>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"42202ba6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\/\\/youtu.be\\/DROCfn_CAko\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/624385691\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"modestbranding\":\"yes\",\"yt_privacy\":\"yes\",\"lazy_load\":\"yes\",\"hosted_url\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"image_overlay\":{\"id\":1506,\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"play_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"5437819f\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The 12 Commandments of Digital Marketing\",\"description_text\":\"The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten \\u2018laws\\u2019 are compulsory if you really want to succeed\\nin internet marketing.\\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\\n\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_shadow_text_shadow_type\":\"yes\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59fe619a\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Digital Business Goldmines\",\"description_text\":\"A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\\n\\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\\n\\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \\n\\nThis section is for those still looking to choose the right models for making money on the internet consistently.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"320b3f12\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Complete Online Course Business Starter Kit\",\"description_text\":\"The fastest way to validate your course idea, attract early customers, and build a world-class online course.\\n\\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\\n<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N20,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2a54f700\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"The Netpreneur Manifesto...\",\"description_text\":\"Everything, you need and don\'t need to become a successful digital marketer and save yourself, time, money, and frustration\\n\\n\\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br><span style=\\\"font-weight: 700;\\\">VALUE PRICE: N10,000 Naira<\\/span>\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"view\":\"stacked\",\"primary_color\":\"#B67A11\",\"secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_color\":\"#000000\",\"description_color\":\"#000000\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ac4304a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a360ad4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f755c87\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"coursevideo\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"130e3785\",\"elType\":\"widget\",\"settings\":{\"title\":\"TAKE A PEEK INSIDE\",\"align\":\"center\",\"title_color\":\"#F80303\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e434d7a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":887,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top\":\"split\",\"shape_divider_top_color\":\"#010101\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":4000,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":193,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15ff2548\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b2a21db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is Everything You\'re Getting Today\",\"size\":\"xxl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a2da7ae\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Key Consideration in Creating a Profitable Information Marketing Business.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e0e5f40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"The 5 Hot Evergreen Niches that can make you lots of Money.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2a033f0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"97c4d8e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Create your Online Course by Yourself in 48 hours.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ce12177\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Publish, Host, and Automate your Courses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63c3e4e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d96a0af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"14c2b2d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#13510E\",\"icon_color_hover\":\"#0A0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d634c6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\u2013 \\u20a6200,000<\\/span><\\/h4><h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #008000;\\\">Best Price \\u2013 Only <del>\\u20a620,000<\\/del><\\/span><\\/h4><div class=\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"aa6d1bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\"><strong><u>Give Away Price<\\/u><\\/strong><\\/span><\\/h1><\\/div><\\/div><\\/div><div class=\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a488152\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\">\\u20a65,000<\\/span><\\/h1><\\/div><p style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\"color: #ff0000;\\\">\\u20a620,000<\\/span> Once The Timer Below Hits Zero.<\\/b><\\/span><\\/p><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ed08171\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT TO PAY THE GIVEAWAY PRICE NOW\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4de522b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":628,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ff5feee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f6aa7c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"511d8f66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-5d3335d elementor-widget elementor-widget-heading\\\" data-id=\\\"5d3335d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\"><h1 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>100% Money Back Guarantee<\\/strong><\\/span><\\/h1><\\/div><\\/div><div class=\\\"elementor-element elementor-element-d67b32c elementor-widget elementor-widget-text-editor\\\" data-id=\\\"d67b32c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p><span style=\\\"color: #000000;\\\">This sounds unbelievable right?<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I know, but I am not stupid for making guarantee.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I am confident that this course will work for you because it\\u2019s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">I can understand.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The only thing you\\u2019ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then, simply contact us &amp; your entire purchase price will be promptly refunded. <span style=\\\"color: #008000;\\\"><strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to\\u00a0 for a full refund of your investment.\\u00a0<\\/strong><\\/span><\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.<\\/b><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">No tricks. No hidden fees. None of that. All yours for a low price.<\\/span><\\/p><\\/div><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4657e196\",\"elType\":\"widget\",\"settings\":{\"text\":\"See Everything You\'re Getting\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"background_color\":\"#245C5F\",\"button_background_hover_color\":\"#EF0B0B\",\"hover_animation\":\"pop\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"#Content2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b971ca8\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45e85201\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6596d7da\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":610,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0F6848\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73af77fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6352c495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Questions People Are Asking...\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c613fc9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FFFFFF\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"wave_animation_wave_top\":{\"id\":1108,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-top.png\"},\"wave_animation_wave_middle\":{\"id\":1109,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-mid.png\"},\"wave_animation_wave_bottom\":{\"id\":1110,\"url\":\"https:\\/\\/courses.sunfloris.com\\/wp-content\\/uploads\\/2021\\/10\\/wave-bot.png\"},\"content_width\":{\"unit\":\"px\",\"size\":706,\"sizes\":[]},\"shape_divider_top\":\"arrow\",\"shape_divider_top_color\":\"#18694A\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"483a49ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62a474dd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What Format Are The Training Materials Delivered In?\",\"tab_content\":\"<p>The materials are delivered in Videos and Text formats and nothing complicated.<\\/p><p>They are not physical books so you don\\u2019t need to wait for days to have them shipped to you.<\\/p>\",\"_id\":\"9ee9b18\"},{\"tab_title\":\"I dont have any Course Idea, Can I Benefit from this Course?\",\"tab_content\":\"<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.<\\/p>\",\"_id\":\"b0a507e\"},{\"tab_title\":\"How Soon Will I Get Access To The Course After Payment?\",\"tab_content\":\"<p>You\\u2019ll have immediate access to the course. You\\u2019ll be learning and implementing within the next 2 minutes even it\\u2019s 2AM.<\\/p>\",\"_id\":\"a71416c\"},{\"tab_title\":\"Are You Going To Offer Me Any Support After Buying The Course?\",\"tab_content\":\"<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.<\\/p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.<\\/p>\",\"_id\":\"0396879\"},{\"tab_title\":\"Do I Need To Spend Any Other Other Money After Buying This Course?\",\"tab_content\":\"<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads<\\/p><p>Creating your Course is Free<br \\/>Designing your Course is Free<br \\/>Hosting your Course Online is Free.<\\/p><p>If you\\u2019re going to run paid ads, you\\u2019ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.<\\/p>\",\"_id\":\"18bfc4a\"}],\"border_width\":{\"unit\":\"px\",\"size\":1},\"space_between\":{\"unit\":\"px\",\"size\":32},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.12)\"},\"title_color\":\"#0A0A0A\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_align\":\"right\",\"content_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"35\",\"isLinked\":false},\"border_color\":\"#000000\",\"title_background\":\"rgba(35,35,35,0)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_font_weight\":\"900\",\"title_typography_text_transform\":\"uppercase\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#CE0000\",\"content_color\":\"#141414\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.8},\"_background_color\":\"#ffffff\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tab_active_color\":\"#E61C11\",\"content_background_color\":\"rgba(25,25,25,0)\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40bdbc47\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":989,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1bd35e07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78339dd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-74a0c29a elementor-widget elementor-widget-heading\\\" data-id=\\\"74a0c29a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\"><div class=\\\"elementor-widget-container\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Are You Ready To Get Started Now?<\\/strong><\\/span><\\/div><\\/div><div class=\\\"elementor-element elementor-element-f115bce elementor-widget elementor-widget-text-editor\\\" data-id=\\\"f115bce\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><h3 class=\\\"elementor-text-editor elementor-clearfix\\\" style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">You\\u2019re One Step Away From<\\/span> <span style=\\\"color: #ff0000;\\\">Creating Profitable Online Courses<\\/span> <span style=\\\"color: #ffffff;\\\">That Can Consistently Pay You.<\\/span><\\/strong><\\/h3><\\/div><\\/div>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":74,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"687a6e21\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":921,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_top\":\"split\",\"shape_divider_top_color\":\"#010101\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":4000,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":193,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e589518\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"66\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f10f547\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"Content2\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3a42bde5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Here Is Everything You\'re Getting Today\",\"size\":\"xxl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34a72d31\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Key Consideration in Creating a Profitable Information Marketing Business.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e0e5f40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"The 5 Hot Evergreen Niches that can make you lots of Money.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2a033f0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"97c4d8e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"How to Create your Online Course by Yourself in 48 hours.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"ce12177\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Publish, Host, and Automate your Courses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63c3e4e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Online Course Sales Strategy Machine: Ways to Sell your Online Course.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"d96a0af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"14c2b2d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#13510E\",\"icon_color_hover\":\"#0A0A0A\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"493e53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: \\u2013 \\u20a6200,000<\\/span><\\/h4><h4 style=\\\"text-align: center;\\\"><span style=\\\"color: #008000;\\\">Best Price \\u2013 Only <del>\\u20a620,000<\\/del><\\/span><\\/h4><div class=\\\"elementor-element elementor-element-aa6d1bc elementor-widget elementor-widget-text-editor\\\" data-id=\\\"aa6d1bc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\"><strong><u>Give Away Price<\\/u><\\/strong><\\/span><\\/h1><\\/div><\\/div><\\/div><div class=\\\"elementor-element elementor-element-a488152 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"a488152\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ff0000;\\\">\\u20a65,000 or GHS 100 or $15<\\/span><\\/h2><\\/div><p style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><b>WARNING:I Will Be Increasing The Price To <span style=\\\"color: #ff0000;\\\">\\u20a620,000<\\/span> Once The Timer Below Hits Zero.<\\/b><\\/span><\\/p><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d30d353\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pay Online and Bank Transfer (Selar)\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3708badc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Pay N5,000 Naira or GHS 100 or $15 Online via Selar\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFFF5\",\"background_color\":\"#247090\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FE0000\",\"hover_animation\":\"buzz\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"264f9f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-7a85fa7 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"7a85fa7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>Pay With Selar!<\\/strong> If you are in Nigeria or Ghana. Pay<span style=\\\"color: #ff0000;\\\"> <b>N5000 Naira or your currency equivalent <\\/b><\\/span>Online using your debit card, bank transfer, mobile money, and gain access to your course. <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\">This payment method is safe, secured and 100% approved\\u00a0 by CBN and other Financial Bodies.<\\/span><\\/p><p style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\">You\\u2019ll be redirected to the course and you can start learning immediately even if it\\u2019s 2AM.<\\/span><\\/p><\\/div><\\/div><\\/div>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48f3f9b1\",\"elType\":\"widget\",\"settings\":{\"text\":\"I WANT THE COURSE  + ALL THE BONUSES\",\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFFF5\",\"background_color\":\"#247090\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FE0000\",\"hover_animation\":\"buzz\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c92cc0\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55225feb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"106a8f2e\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38c49daf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10fc6416\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h6 style=\\\"text-align: center;\\\"><b>IMPORTANT: Earnings And Legal Disclaimers<\\/b><\\/h6><h6 style=\\\"text-align: center;\\\">We Don\\u2019t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That\\u2019s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We\\u2019re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings \\u2013 All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.<\\/h6>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1b1bd7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":214,\"sizes\":[]},\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e9aa4f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"493b0d45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>75% OFF Crazy Offer! Pay <s>N20,000<\\/s>\\u00a0N5,000 - Expires In\\u00a0<u>FEW HOURS<\\/u><\\/strong><\\/span><\\/h4>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7940d945\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"3bc083e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"motion_fx_translateY_effect\":\"yes\",\"animation\":\"slideInUp\",\"animation_duration\":\"fast\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f997c98\",\"elType\":\"widget\",\"settings\":{\"text\":\"BUY NOW!\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/smartphoneonlinecourse\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-shopping-cart\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"background_color\":\"#2A7439\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":-1,\"blur\":15,\"spread\":7,\"color\":\"#FFFAFA\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(17991,1507,'_eael_custom_js',''),(17992,1510,'_elementor_edit_mode','builder'),(17993,1510,'_elementor_template_type','page'),(17994,1510,'_elementor_version','3.14.1'),(17995,1510,'_elementor_pro_version','3.14.1'),(17996,1511,'tve_revision_tve_landing_page',''),(17997,1511,'tve_revision_tve_disable_theme_dependency',''),(17998,1511,'tve_revision_tve_content_before_more',''),(17999,1511,'tve_revision_tve_content_more_found',''),(18000,1511,'tve_revision_tve_save_post',''),(18001,1511,'tve_revision_tve_custom_css',''),(18002,1511,'tve_revision_tve_user_custom_css',''),(18003,1511,'tve_revision_tve_page_events',''),(18004,1511,'tve_revision_tve_globals',''),(18005,1511,'tve_revision_tve_global_scripts',''),(18006,1511,'tve_revision_thrive_icon_pack',''),(18007,1511,'tve_revision_thrive_tcb_post_fonts',''),(18008,1511,'tve_revision_tve_has_masonry',''),(18009,1511,'tve_revision_tve_has_typefocus',''),(18010,1511,'tve_revision_tve_updated_post',''),(18011,1511,'tve_revision_tve_has_wistia_popover',''),(18012,1511,'_elementor_edit_mode','builder'),(18013,1511,'_elementor_template_type','page'),(18014,1511,'_elementor_version','3.14.1'),(18015,1511,'_elementor_pro_version','3.14.1'),(18016,1510,'_tve_js_modules_gutenberg','a:0:{}'),(18017,1510,'_wp_page_template','default'),(18018,1510,'_elementor_page_settings','a:37:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:28:\"astra_sites_body_font_family\";s:5:\"Rubik\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18019,1510,'_elementor_data','[{\"id\":\"5130944e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"250\",\"left\":\"40\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70ba61a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"160\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":52.544,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"680bf8db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"On-Demand digital academy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"8fa3787\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5a3f0069\",\"elType\":\"widget\",\"settings\":{\"title\":\"SunFloris<br>Digital <br>Academy\",\"header_size\":\"h1\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5543f2d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your Number One Digital Platform, where you can learn and earn money with your Skills.<\\/p><p>Start and Grow the Online Business of your dreams with our Short Course, Digital EBooks, Digital Tools, Memberships, and Articles.<\\/p>\",\"text_color\":\"#F0F7FF\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"284f45ae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Course\",\"align_mobile\":\"justify\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_vertical_align_mobile\":\"center\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor6\"},\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/all-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"891be9b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Courses\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=astglobalcolor6\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align_mobile\":\"center\",\"_element_width_mobile\":\"inherit\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/all-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"7b942a86\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-24\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":47.456,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"167ee05f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"168\",\"right\":\"168\",\"bottom\":\"168\",\"left\":\"168\",\"isLinked\":\"1\"},\"_background_background\":\"classic\",\"_background_color\":\"#1E2428\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"__globals__\":{\"hover_primary_color\":\"\",\"secondary_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor6\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":\"80\",\"vertical\":\"120\",\"blur\":\"200\",\"spread\":\"-64\",\"color\":\"rgba(0,0,0,0.5)\"},\"_background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"72b3dbd8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"bottom left\",\"background_xpos\":{\"unit\":\"vw\",\"size\":\"0\",\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"160\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57aa315c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35eb67b0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cd8b770\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18cbfb36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"40\",\"vertical\":\"80\",\"blur\":\"120\",\"spread\":\"-40\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"7d1d4552\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"56\",\"bottom\":\"0\",\"left\":\"64\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4711d88\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Featured Course\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"8fa3787\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_color\":\"#1E2428\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"25d1c8f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone<br>Online Course<br>Profit Machine\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"456c4f87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn how to create, design, publish, host, and automate your online courses using your smartphone.\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#1E2428\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d954bd9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"eBook 2 Cash Course\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"afdafc2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Video Course 2 Cash\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d88af1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"a9c7f4d\",\"text\":\"PLR Blueprint\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"inherit\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"379f6c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Host and Publish your courses.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"afdafc2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Course Sale Strategy\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d88af1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"56e96f98\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Course\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"justify\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"761e328e\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR COURSES\",\"align\":\"center\",\"title_color\":\"#E09B00FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"212c814c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f98be97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59b2b824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/whatsapp-ecommerce-store\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1cab3fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Store Creation\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6326ccbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Ecommerce Store  Video Courses\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41ef3f0f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll Now for Free\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/whatsapp-ecommerce-store\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"57bafdd3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"300\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2777a636\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2h 24m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"79727407\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69b6d846\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"250\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee0a478\",\"elType\":\"widget\",\"settings\":{\"title\":\"course hosting \",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5992596\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone Online Course Profit Machine\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f68d8d2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll  Now for N5,000 Naira\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"48fc3269\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"200\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"527b18cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3h 18m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=fb67935\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"6fb94306\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3402f236\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"250\"},\"link_to\":\"custom\",\"link\":{\"url\":\" https:\\/\\/courses.sunfloris.com\\/34-digital-products-ideas\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"29293c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"ebook\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20927975\",\"elType\":\"widget\",\"settings\":{\"title\":\"34 Digital Product Ideas to create, and monetize.\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6282b2bb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll Now for Free\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/34-digital-products-ideas\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4775a538\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"500\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1017519c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"15m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=fb67935\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"19502a3e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-40\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a53e907\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"445b8067\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5eede089\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"738269eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c47c995\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Thousand of\\nStudents and Creators\",\"typography_typography\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"715f91a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"387b1b3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Learning\",\"align\":\"right\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/all-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"83899b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53e1add3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d1bd9a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c7f7278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cSunFloris\\u00a0 Digital Academy helped me Kick Start and Build my Online Business Skills. They really honed my digital marketing skills through their courses especially the Facebook and Instagram courses and with their software, I got access to use software needed to boost my Online Business. \\u201d <img class=\\\"emoji\\\" role=\\\"img\\\" draggable=\\\"false\\\" src=\\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/13.1.0\\/svg\\/1f60a.svg\\\" alt=\\\"\\ud83d\\ude0a\\\" \\/><span style=\\\"font-size: 16px;\\\">\\u201d<\\/span><\\/p>\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b648ce6\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAUL OKEKE\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"2fab502b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f70d5de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"image_custom_dimension\":{\"width\":\"75\",\"height\":\"75\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3787f98c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cI think SunFloris Digital Academy is a very educative and inspiring Platform. If you want to start an Online Business, it has all the Courses, Books, and Softwares that can help you start. It is like having someone hold your hands while they journey with you through the process. I am extremely satisfied.\\u201d<\\/p>\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7153eae1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FUNKE ADEMOLA\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(18020,1512,'tve_revision_tve_landing_page',''),(18021,1512,'tve_revision_tve_disable_theme_dependency',''),(18022,1512,'tve_revision_tve_content_before_more',''),(18023,1512,'tve_revision_tve_content_more_found',''),(18024,1512,'tve_revision_tve_save_post',''),(18025,1512,'tve_revision_tve_custom_css',''),(18026,1512,'tve_revision_tve_user_custom_css',''),(18027,1512,'tve_revision_tve_page_events',''),(18028,1512,'tve_revision_tve_globals',''),(18029,1512,'tve_revision_tve_global_scripts',''),(18030,1512,'tve_revision_thrive_icon_pack',''),(18031,1512,'tve_revision_thrive_tcb_post_fonts',''),(18032,1512,'tve_revision_tve_has_masonry',''),(18033,1512,'tve_revision_tve_has_typefocus',''),(18034,1512,'tve_revision_tve_updated_post',''),(18035,1512,'tve_revision_tve_has_wistia_popover',''),(18036,1512,'_elementor_edit_mode','builder'),(18037,1512,'_elementor_template_type','page'),(18038,1512,'_elementor_version','3.14.1'),(18039,1512,'_elementor_pro_version','3.14.1'),(18040,1512,'_wp_page_template','default'),(18041,1512,'_elementor_page_settings','a:37:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:28:\"astra_sites_body_font_family\";s:5:\"Rubik\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wpjn_postmeta` VALUES (18042,1512,'_elementor_data','[{\"id\":\"5130944e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"250\",\"left\":\"40\",\"isLinked\":\"\"},\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"128\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70ba61a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"160\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":52.544,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"680bf8db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"On-Demand digital academy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"8fa3787\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5a3f0069\",\"elType\":\"widget\",\"settings\":{\"title\":\"SunFloris<br>Digital <br>Academy\",\"header_size\":\"h1\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5543f2d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your Number One Digital Platform, where you can learn and earn money with your Skills.<\\/p><p>Start and Grow the Online Business of your dreams with our Short Course, Digital EBooks, Digital Tools, Memberships, and Articles.<\\/p>\",\"text_color\":\"#F0F7FF\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"284f45ae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Course\",\"align_mobile\":\"justify\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_mobile\":\"inherit\",\"_element_vertical_align_mobile\":\"center\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor6\"},\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/all-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"891be9b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Courses\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFFFFF00\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=astglobalcolor6\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"align_mobile\":\"center\",\"_element_width_mobile\":\"inherit\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/all-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"7b942a86\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-24\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":47.456,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"167ee05f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"168\",\"right\":\"168\",\"bottom\":\"168\",\"left\":\"168\",\"isLinked\":\"1\"},\"_background_background\":\"classic\",\"_background_color\":\"#1E2428\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"__globals__\":{\"hover_primary_color\":\"\",\"secondary_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor6\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":\"80\",\"vertical\":\"120\",\"blur\":\"200\",\"spread\":\"-64\",\"color\":\"rgba(0,0,0,0.5)\"},\"_background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"72b3dbd8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"bottom left\",\"background_xpos\":{\"unit\":\"vw\",\"size\":\"0\",\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"160\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57aa315c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35eb67b0\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cd8b770\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18cbfb36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"40\",\"vertical\":\"80\",\"blur\":\"120\",\"spread\":\"-40\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"},{\"id\":\"7d1d4552\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"56\",\"bottom\":\"0\",\"left\":\"64\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4711d88\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Featured Course\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"8fa3787\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"text_color\":\"#1E2428\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"25d1c8f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone<br>Online Course<br>Profit Machine\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"456c4f87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn how to create, design, publish, host, and automate your online courses using your smartphone.\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#1E2428\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d954bd9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"eBook 2 Cash Course\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"afdafc2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Video Course 2 Cash\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d88af1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"a9c7f4d\",\"text\":\"PLR Blueprint\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_mobile\":\"inherit\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"379f6c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Host and Publish your courses.\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"afdafc2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Course Sale Strategy\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d88af1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"56e96f98\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Course\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"justify\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"761e328e\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR COURSES\",\"align\":\"center\",\"title_color\":\"#E09B00FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"900\",\"_margin\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"212c814c\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f98be97\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59b2b824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/whatsapp-ecommerce-store\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1cab3fd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Store Creation\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6326ccbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Ecommerce Store  Video Courses\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41ef3f0f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll Now for Free\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/whatsapp-ecommerce-store\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"57bafdd3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"300\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2777a636\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2h 24m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"79727407\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69b6d846\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"250\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ee0a478\",\"elType\":\"widget\",\"settings\":{\"title\":\"course hosting \",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5992596\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone Online Course Profit Machine\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f68d8d2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll  Now for N5,000 Naira\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"48fc3269\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"200\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"527b18cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3h 18m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=fb67935\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"6fb94306\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3402f236\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"image_custom_dimension\":{\"width\":\"250\",\"height\":\"250\"},\"link_to\":\"custom\",\"link\":{\"url\":\" https:\\/\\/courses.sunfloris.com\\/34-digital-products-ideas\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"29293c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"ebook\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20927975\",\"elType\":\"widget\",\"settings\":{\"title\":\"34 Digital Product Ideas to create, and monetize.\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6282b2bb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll Now for Free\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/34-digital-products-ideas\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4775a538\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"500\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1017519c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"15m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=fb67935\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"19502a3e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-40\",\"left\":0,\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"z_index\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-64\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a53e907\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"445b8067\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"bottom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5eede089\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"738269eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c47c995\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Thousand of\\nStudents and Creators\",\"typography_typography\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"715f91a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"387b1b3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start Learning\",\"align\":\"right\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/all-courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"83899b6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53e1add3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d1bd9a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c7f7278\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cSunFloris\\u00a0 Digital Academy helped me Kick Start and Build my Online Business Skills. They really honed my digital marketing skills through their courses especially the Facebook and Instagram courses and with their software, I got access to use software needed to boost my Online Business. \\u201d <img class=\\\"emoji\\\" role=\\\"img\\\" draggable=\\\"false\\\" src=\\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/13.1.0\\/svg\\/1f60a.svg\\\" alt=\\\"\\ud83d\\ude0a\\\" \\/><span style=\\\"font-size: 16px;\\\">\\u201d<\\/span><\\/p>\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b648ce6\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAUL OKEKE\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"},{\"id\":\"2fab502b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f70d5de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"8\",\"vertical\":\"16\",\"blur\":\"32\",\"spread\":\"-8\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"image_custom_dimension\":{\"width\":\"75\",\"height\":\"75\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3787f98c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cI think SunFloris Digital Academy is a very educative and inspiring Platform. If you want to start an Online Business, it has all the Courses, Books, and Softwares that can help you start. It is like having someone hold your hands while they journey with you through the process. I am extremely satisfied.\\u201d<\\/p>\",\"text_color\":\"#1E2428\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7153eae1\",\"elType\":\"widget\",\"settings\":{\"title\":\"FUNKE ADEMOLA\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(18044,1510,'_eael_custom_js',''),(18045,1513,'_elementor_edit_mode','builder'),(18046,1513,'_elementor_template_type','page'),(18047,1513,'_elementor_version','3.14.1'),(18048,1513,'_elementor_pro_version','3.14.1'),(18049,1514,'tve_revision_tve_landing_page',''),(18050,1514,'tve_revision_tve_disable_theme_dependency',''),(18051,1514,'tve_revision_tve_content_before_more',''),(18052,1514,'tve_revision_tve_content_more_found',''),(18053,1514,'tve_revision_tve_save_post',''),(18054,1514,'tve_revision_tve_custom_css',''),(18055,1514,'tve_revision_tve_user_custom_css',''),(18056,1514,'tve_revision_tve_page_events',''),(18057,1514,'tve_revision_tve_globals',''),(18058,1514,'tve_revision_tve_global_scripts',''),(18059,1514,'tve_revision_thrive_icon_pack',''),(18060,1514,'tve_revision_thrive_tcb_post_fonts',''),(18061,1514,'tve_revision_tve_has_masonry',''),(18062,1514,'tve_revision_tve_has_typefocus',''),(18063,1514,'tve_revision_tve_updated_post',''),(18064,1514,'tve_revision_tve_has_wistia_popover',''),(18065,1514,'_elementor_edit_mode','builder'),(18066,1514,'_elementor_template_type','page'),(18067,1514,'_elementor_version','3.14.1'),(18068,1514,'_elementor_pro_version','3.14.1'),(18069,1513,'_tve_js_modules_gutenberg','a:0:{}'),(18070,1513,'_wp_page_template','default'),(18071,1513,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18072,1513,'_elementor_data','[{\"id\":\"71eb5819\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#145714\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20278d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cd295fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">F<em>ree Training- You Can Turn Your<\\/em><\\/span><em>\\u00a0<span style=\\\"color: #ffff00;\\\">WHATSAPP<\\/span> <span style=\\\"color: #ffffff;\\\">Into A Fully Functional<\\/span> <span style=\\\"color: #ffff00;\\\">E-COMMERCE STORE<\\/span>\\u00a0<span style=\\\"color: #ffffff;\\\">In Less Than 45 Minutes<\\/span><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-18\",\"bottom\":\"0\",\"left\":\"-24\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eed61c8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37f97c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36c1351d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000;\\\"><strong>Transform your WhatsApp<\\/strong> into a power tool that you can list your products and get paid by your customers instantly. Yes, and it is a FREE TRAINING\\u2026<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">YES, If you are looking for a way to <strong>SELL YOUR PRODUCTS<\\/strong> or <strong>SERVICES, RECEIVE YOUR PAYMENTS<\\/strong> even while you sleep <strong>WITHOUT HAVING TO UPLOAD MULTIPLE PICTURES ON YOUR STATUS<\\/strong> which expires within <strong>24 hours.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then, this training is for you\\u2026<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Yes, if you are looking for a way to <strong>sell your products<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>Receive payments<\\/strong> even <strong>while you sleep<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Without paying a <strong>developer<\\/strong> for an <strong>ecommerce website\\u2026<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then this is the most <strong>important page you will ever visit<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The reason I am saying so is that I will show you how to step by step on how to create your <strong>complete ecommerce store<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If you are a <strong>smart business owner<\\/strong> looking at how to grow and scale your <strong>online business<\\/strong> without spending much on <strong>hiring expensive web designers,<\\/strong> then read on.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Stop flooding your <strong>WhatsApp Status<\\/strong> with <strong>images,<\\/strong> when you can have an <strong>ecommerce store for your business.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">You can create <strong>Multiple Stores <\\/strong>for different <strong>businesses your offer<\\/strong> and with <strong>different currencies...<\\/strong><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"500\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c497cde\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f1b2104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53e81427\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ba194da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000;\\\">Are you are a smart business owner looking at how to grow and scale your online business without spending much on hiring expensive web designers?\\u00a0<\\/span><\\/p><ul><li><span style=\\\"color: #008000;\\\"><strong>Are you a business owner looking at increasing your online sales?<\\/strong><\\/span><\\/li><li><span style=\\\"color: #008000;\\\"><strong>Do you Sell your Physical and Digital Products Online?<\\/strong><\\/span><\\/li><li><span style=\\\"color: #008000;\\\"><strong>Do you Offer Physical and Digital Services Online?<\\/strong><\\/span><\\/li><li><span style=\\\"color: #008000;\\\"><strong>Do you have WhatsApp on your Mobile Phone?<\\/strong><\\/span><\\/li><li><span style=\\\"color: #008000;\\\"><strong>Do you know you can now turn your WhatsApp into an online E-commerce Shop or Store?<\\/strong><\\/span><\\/li><\\/ul><p><span style=\\\"color: #000000;\\\">If you must sell massively, you need to have a very strong online presence.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then this Practical Training is for \\u201cYOU\\u201d<\\/span><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7f934f2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join the Free Telegram Training\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/WAST\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fab fa-free-code-camp\",\"library\":\"fa-brands\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c7f220\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16ec173f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"479aa6f8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000;\\\"><strong>What are you waiting for?<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>BUILD YOUR E-COMMERCE STORE ON WHATSAPP IN 45 MINUTES<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">This WhatsApp \\u00c9commerce store affords you the opportunity to display up to 50 of your product online :<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">\\ud83d\\udca5 Without any coding<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">\\ud83d\\udca5 comes with a Free Subdomain<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">\\ud83d\\udca5 Without paying for web hosting yearly.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">\\ud83d\\udca5 Without even hiring a website designer.<\\/span><\\/p><h4><span style=\\\"color: #008000;\\\"><strong>The most interesting part is that it is Do it Yourself aka DIY even as a complete beginner.<\\/strong><\\/span><\\/h4><h4><span style=\\\"color: #008000;\\\"><strong>Interested in learning how you can create an online shop for your business in few minutes?<\\/strong><\\/span><\\/h4><p><span style=\\\"color: #000000;\\\">A Practical Training for businesses that which to sells anything on WhatsApp. Set up your FREE WhatsApp store and start selling online instantly 24X7. Works on both WhatsApp and WhatsApp Business.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>You will learn how to build the E-commerce Store by yourself with our simplified step-by-step video training even if you as a complete beginner.\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Stop creating WhatsApp status!\\u00a0<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">People get tired of flipping through product images daily.\\u00a0<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">WhatsApp automation has gone to the next level.\\u00a0<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Businesses have moved past that.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Join other business owners and create your own eCommerce Store...<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Smart sellers are the ones making sales and yet you wonder how.\\u00a0<\\/span><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Removes the stress of sending product pictures of your items with their prices to everyone\\u00a0<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Track how your contacts interact with your products on WhatsApp and follow up with those who abandoned their carts<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- You can create this in 30 minutes on your Mobile phone\\u00a0<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- You don\'t need to be techy at all<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Customers can pay with a debit card or bank transfer, still on WhatsApp.\\u00a0<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Generate Receipts for your Customers instantly...<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Saves you from spending 50k and above on an eCommerce store that you won\'t know how to use.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Accept international payment whether in dollars or pounds<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Customers can shop for any of your products in one place...<\\/span><\\/strong><\\/p><p><span style=\\\"color: #008000;\\\"><strong>Checkout the Demo Video to see how your store will look like and also how your customer will interact with your store.<\\/strong><\\/span><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7035d3b\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20ec473\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"13277d71\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"366aa523\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66935fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Build your Ecommerce Store for Free\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/WAST\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"900\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2e4c042f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #000000;\\\">*Benefits of the WhatsApp Store \\ud83d\\uded2*<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\u267b\\ufe0f You will make more sales because your customers can now buy your products even while you are not available.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\u267b\\ufe0f You will gain more visibility because your status is no more occupied with excess pictures of your products.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\ud83d\\uded2 It\'s Easy DIY (Do It Yourself) set-up.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\ud83d\\uded2 Works on both WhatsApp Messenger and WhatsApp Business<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\ud83d\\uded2Work on both Android, iPhone, and Laptop<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\ud83e\\udd37\\u200d\\u2642\\ufe0f It\'s Completely FREE<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">The store is good for physical products and info Products or any services.<\\/span><\\/strong><\\/p><h3><span style=\\\"color: #008000;\\\"><strong>All you need to do is to learn how to build yours.....<\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #008000;\\\"><strong>Grab the opportunity now!<\\/strong><\\/span><\\/h3>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"af41111\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join the Free Telegram Training\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/WAST\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"900\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c900e24\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68447b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c61e1c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #000000;\\\">*Features of WhatsApp E-COMMERCE store*<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">1. Easy to set up within 30minutes or more.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">2. Different payment gateway integrated (Paystack, Stripe, Flutterwave, etc..)<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">3. You will receive order alerts on WhatsApp and customer contacts to follow up after they place an order.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">4. You will link up all your social media pages to your eCommerce store.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">5 Accepts all types of Payments (Naira, USD, GBP, GHC, KES, ZAR, all Currencies)<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">6 Accepts all Languages... You can build your store in any Language of your choice...<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">5. You can install Facebook pixel and Google analytics to track those who visited your store and lots more.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">6. You can also run sponsored Facebook Ads for your e-commerce store instead of WhatsApp Group.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">The Training Videos are so Self-Explanatory even a child of 5 years can learn how to create it.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">SEE,<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">Smart African Business owners are taking this Opportunity now,\\u00a0DON\\u2019T BE LEFT OUT.<\\/span><\\/strong><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4688532e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b32c572\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e68fb9a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"df053b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64dc0737\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"527e09db\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ed70f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c2f1287\",\"elType\":\"widget\",\"settings\":{\"text\":\"Build your Ecommerce Store for Free\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/WAST\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fab fa-free-code-camp\",\"library\":\"fa-brands\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18073,1515,'tve_revision_tve_landing_page',''),(18074,1515,'tve_revision_tve_disable_theme_dependency',''),(18075,1515,'tve_revision_tve_content_before_more',''),(18076,1515,'tve_revision_tve_content_more_found',''),(18077,1515,'tve_revision_tve_save_post',''),(18078,1515,'tve_revision_tve_custom_css',''),(18079,1515,'tve_revision_tve_user_custom_css',''),(18080,1515,'tve_revision_tve_page_events',''),(18081,1515,'tve_revision_tve_globals',''),(18082,1515,'tve_revision_tve_global_scripts',''),(18083,1515,'tve_revision_thrive_icon_pack',''),(18084,1515,'tve_revision_thrive_tcb_post_fonts',''),(18085,1515,'tve_revision_tve_has_masonry',''),(18086,1515,'tve_revision_tve_has_typefocus',''),(18087,1515,'tve_revision_tve_updated_post',''),(18088,1515,'tve_revision_tve_has_wistia_popover',''),(18089,1515,'_elementor_edit_mode','builder'),(18090,1515,'_elementor_template_type','page'),(18091,1515,'_elementor_version','3.14.1'),(18092,1515,'_elementor_pro_version','3.14.1'),(18093,1515,'_wp_page_template','default'),(18094,1515,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18095,1515,'_elementor_data','[{\"id\":\"71eb5819\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#145714\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20278d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cd295fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">F<em>ree Training- You Can Turn Your<\\/em><\\/span><em>\\u00a0<span style=\\\"color: #ffff00;\\\">WHATSAPP<\\/span> <span style=\\\"color: #ffffff;\\\">Into A Fully Functional<\\/span> <span style=\\\"color: #ffff00;\\\">E-COMMERCE STORE<\\/span>\\u00a0<span style=\\\"color: #ffffff;\\\">In Less Than 45 Minutes<\\/span><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-18\",\"bottom\":\"0\",\"left\":\"-24\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1eed61c8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"33\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37f97c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36c1351d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000;\\\"><strong>Transform your WhatsApp<\\/strong> into a power tool that you can list your products and get paid by your customers instantly. Yes, and it is a FREE TRAINING\\u2026<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">YES, If you are looking for a way to <strong>SELL YOUR PRODUCTS<\\/strong> or <strong>SERVICES, RECEIVE YOUR PAYMENTS<\\/strong> even while you sleep <strong>WITHOUT HAVING TO UPLOAD MULTIPLE PICTURES ON YOUR STATUS<\\/strong> which expires within <strong>24 hours.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then, this training is for you\\u2026<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Yes, if you are looking for a way to <strong>sell your products<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>Receive payments<\\/strong> even <strong>while you sleep<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Without paying a <strong>developer<\\/strong> for an <strong>ecommerce website\\u2026<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then this is the most <strong>important page you will ever visit<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">The reason I am saying so is that I will show you how to step by step on how to create your <strong>complete ecommerce store<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">If you are a <strong>smart business owner<\\/strong> looking at how to grow and scale your <strong>online business<\\/strong> without spending much on <strong>hiring expensive web designers,<\\/strong> then read on.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Stop flooding your <strong>WhatsApp Status<\\/strong> with <strong>images,<\\/strong> when you can have an <strong>ecommerce store for your business.<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">You can create <strong>Multiple Stores <\\/strong>for different <strong>businesses your offer<\\/strong> and with <strong>different currencies...<\\/strong><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lora\",\"typography_font_weight\":\"500\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c497cde\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f1b2104\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53e81427\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ba194da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000;\\\">Are you are a smart business owner looking at how to grow and scale your online business without spending much on hiring expensive web designers?\\u00a0<\\/span><\\/p><ul><li><span style=\\\"color: #008000;\\\"><strong>Are you a business owner looking at increasing your online sales?<\\/strong><\\/span><\\/li><li><span style=\\\"color: #008000;\\\"><strong>Do you Sell your Physical and Digital Products Online?<\\/strong><\\/span><\\/li><li><span style=\\\"color: #008000;\\\"><strong>Do you Offer Physical and Digital Services Online?<\\/strong><\\/span><\\/li><li><span style=\\\"color: #008000;\\\"><strong>Do you have WhatsApp on your Mobile Phone?<\\/strong><\\/span><\\/li><li><span style=\\\"color: #008000;\\\"><strong>Do you know you can now turn your WhatsApp into an online E-commerce Shop or Store?<\\/strong><\\/span><\\/li><\\/ul><p><span style=\\\"color: #000000;\\\">If you must sell massively, you need to have a very strong online presence.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Then this Practical Training is for \\u201cYOU\\u201d<\\/span><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7f934f2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join the Free Telegram Training\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/WAST\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fab fa-free-code-camp\",\"library\":\"fa-brands\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c7f220\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16ec173f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"479aa6f8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000;\\\"><strong>What are you waiting for?<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>BUILD YOUR E-COMMERCE STORE ON WHATSAPP IN 45 MINUTES<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">This WhatsApp \\u00c9commerce store affords you the opportunity to display up to 50 of your product online :<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">\\ud83d\\udca5 Without any coding<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">\\ud83d\\udca5 comes with a Free Subdomain<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">\\ud83d\\udca5 Without paying for web hosting yearly.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">\\ud83d\\udca5 Without even hiring a website designer.<\\/span><\\/p><h4><span style=\\\"color: #008000;\\\"><strong>The most interesting part is that it is Do it Yourself aka DIY even as a complete beginner.<\\/strong><\\/span><\\/h4><h4><span style=\\\"color: #008000;\\\"><strong>Interested in learning how you can create an online shop for your business in few minutes?<\\/strong><\\/span><\\/h4><p><span style=\\\"color: #000000;\\\">A Practical Training for businesses that which to sells anything on WhatsApp. Set up your FREE WhatsApp store and start selling online instantly 24X7. Works on both WhatsApp and WhatsApp Business.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\"><strong>You will learn how to build the E-commerce Store by yourself with our simplified step-by-step video training even if you as a complete beginner.\\u00a0<\\/strong><\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Stop creating WhatsApp status!\\u00a0<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">People get tired of flipping through product images daily.\\u00a0<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">WhatsApp automation has gone to the next level.\\u00a0<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Businesses have moved past that.<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Join other business owners and create your own eCommerce Store...<\\/span><\\/p><p><span style=\\\"color: #000000;\\\">Smart sellers are the ones making sales and yet you wonder how.\\u00a0<\\/span><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Removes the stress of sending product pictures of your items with their prices to everyone\\u00a0<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Track how your contacts interact with your products on WhatsApp and follow up with those who abandoned their carts<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- You can create this in 30 minutes on your Mobile phone\\u00a0<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- You don\'t need to be techy at all<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Customers can pay with a debit card or bank transfer, still on WhatsApp.\\u00a0<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Generate Receipts for your Customers instantly...<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Saves you from spending 50k and above on an eCommerce store that you won\'t know how to use.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Accept international payment whether in dollars or pounds<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">- Customers can shop for any of your products in one place...<\\/span><\\/strong><\\/p><p><span style=\\\"color: #008000;\\\"><strong>Checkout the Demo Video to see how your store will look like and also how your customer will interact with your store.<\\/strong><\\/span><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7035d3b\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20ec473\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"13277d71\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"366aa523\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66935fe9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Build your Ecommerce Store for Free\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/WAST\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"900\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2e4c042f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #000000;\\\">*Benefits of the WhatsApp Store \\ud83d\\uded2*<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\u267b\\ufe0f You will make more sales because your customers can now buy your products even while you are not available.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\u267b\\ufe0f You will gain more visibility because your status is no more occupied with excess pictures of your products.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\ud83d\\uded2 It\'s Easy DIY (Do It Yourself) set-up.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\ud83d\\uded2 Works on both WhatsApp Messenger and WhatsApp Business<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\ud83d\\uded2Work on both Android, iPhone, and Laptop<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">\\ud83e\\udd37\\u200d\\u2642\\ufe0f It\'s Completely FREE<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">The store is good for physical products and info Products or any services.<\\/span><\\/strong><\\/p><h3><span style=\\\"color: #008000;\\\"><strong>All you need to do is to learn how to build yours.....<\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #008000;\\\"><strong>Grab the opportunity now!<\\/strong><\\/span><\\/h3>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"af41111\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join the Free Telegram Training\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/WAST\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"900\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c900e24\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68447b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c61e1c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #000000;\\\">*Features of WhatsApp E-COMMERCE store*<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">1. Easy to set up within 30minutes or more.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">2. Different payment gateway integrated (Paystack, Stripe, Flutterwave, etc..)<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">3. You will receive order alerts on WhatsApp and customer contacts to follow up after they place an order.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">4. You will link up all your social media pages to your eCommerce store.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">5 Accepts all types of Payments (Naira, USD, GBP, GHC, KES, ZAR, all Currencies)<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">6 Accepts all Languages... You can build your store in any Language of your choice...<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">5. You can install Facebook pixel and Google analytics to track those who visited your store and lots more.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">6. You can also run sponsored Facebook Ads for your e-commerce store instead of WhatsApp Group.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">The Training Videos are so Self-Explanatory even a child of 5 years can learn how to create it.<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">SEE,<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: #000000;\\\">Smart African Business owners are taking this Opportunity now,\\u00a0DON\\u2019T BE LEFT OUT.<\\/span><\\/strong><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4688532e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b32c572\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e68fb9a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"df053b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64dc0737\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"527e09db\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ed70f55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c2f1287\",\"elType\":\"widget\",\"settings\":{\"text\":\"Build your Ecommerce Store for Free\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/WAST\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"lg\",\"selected_icon\":{\"value\":\"fab fa-free-code-camp\",\"library\":\"fa-brands\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18097,1513,'_eael_custom_js',''),(18098,1516,'_elementor_edit_mode','builder'),(18099,1516,'_elementor_template_type','page'),(18100,1516,'_elementor_version','3.14.1'),(18101,1516,'_elementor_pro_version','3.14.1'),(18102,1517,'tve_revision_tve_landing_page',''),(18103,1517,'tve_revision_tve_disable_theme_dependency',''),(18104,1517,'tve_revision_tve_content_before_more',''),(18105,1517,'tve_revision_tve_content_more_found',''),(18106,1517,'tve_revision_tve_save_post',''),(18107,1517,'tve_revision_tve_custom_css',''),(18108,1517,'tve_revision_tve_user_custom_css',''),(18109,1517,'tve_revision_tve_page_events',''),(18110,1517,'tve_revision_tve_globals',''),(18111,1517,'tve_revision_tve_global_scripts',''),(18112,1517,'tve_revision_thrive_icon_pack',''),(18113,1517,'tve_revision_thrive_tcb_post_fonts',''),(18114,1517,'tve_revision_tve_has_masonry',''),(18115,1517,'tve_revision_tve_has_typefocus',''),(18116,1517,'tve_revision_tve_updated_post',''),(18117,1517,'tve_revision_tve_has_wistia_popover',''),(18118,1517,'_elementor_edit_mode','builder'),(18119,1517,'_elementor_template_type','page'),(18120,1517,'_elementor_version','3.14.1'),(18121,1517,'_elementor_pro_version','3.14.1'),(18122,1516,'_tve_js_modules_gutenberg','a:0:{}'),(18123,1516,'_wp_page_template','default'),(18124,1516,'_elementor_page_settings','a:37:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:28:\"astra_sites_body_font_family\";s:5:\"Rubik\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(18125,1516,'_elementor_data','[{\"id\":\"7675ecca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":952,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"578fe36c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4afd4f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"FREE EBOOK FOR CREATORS\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#0B5B21\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"underline\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aea856\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1413e1d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a5a6b9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get 34 Profitable Ideas For Your Next Digital Product!\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Lora\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224b28d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"34 pages of digital product ideas with examples...\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"af02502\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Start monetizing your expertise or existing brand...\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8aa807\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Bonus worksheet to get crystal clear on your idea...\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8f3d1b3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_color\":\"#0F8014\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"bold\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"24dba74f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Download\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/34DPI\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-hand-point-down\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#0F4EDCF7\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25296cef\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26f53719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b48b2b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Courses we Offer\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55efce1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39514214\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51be784c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/whatsapp-ecommerce-store\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ab8e0cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Store Creation\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25b819bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Ecommerce Store  Video Courses\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"346d02e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll Now for Free\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/whatsapp-ecommerce-store\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6edfed94\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"300\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"460445de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2h 24m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"466182dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27725f25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"400\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d3e8eff\",\"elType\":\"widget\",\"settings\":{\"title\":\"course hosting \",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51e6c1c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone Online Course Profit Machine\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4794ee16\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll  Now for N5,000 Naira\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"166a3e2d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"200\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"51203e59\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3h 18m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=fb67935\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}]'),(18126,1518,'tve_revision_tve_landing_page',''),(18127,1518,'tve_revision_tve_disable_theme_dependency',''),(18128,1518,'tve_revision_tve_content_before_more',''),(18129,1518,'tve_revision_tve_content_more_found',''),(18130,1518,'tve_revision_tve_save_post',''),(18131,1518,'tve_revision_tve_custom_css',''),(18132,1518,'tve_revision_tve_user_custom_css',''),(18133,1518,'tve_revision_tve_page_events',''),(18134,1518,'tve_revision_tve_globals',''),(18135,1518,'tve_revision_tve_global_scripts',''),(18136,1518,'tve_revision_thrive_icon_pack',''),(18137,1518,'tve_revision_thrive_tcb_post_fonts',''),(18138,1518,'tve_revision_tve_has_masonry',''),(18139,1518,'tve_revision_tve_has_typefocus',''),(18140,1518,'tve_revision_tve_updated_post',''),(18141,1518,'tve_revision_tve_has_wistia_popover',''),(18142,1518,'_elementor_edit_mode','builder'),(18143,1518,'_elementor_template_type','page'),(18144,1518,'_elementor_version','3.14.1'),(18145,1518,'_elementor_pro_version','3.14.1'),(18146,1518,'_wp_page_template','default'),(18147,1518,'_elementor_page_settings','a:37:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:28:\"astra_sites_body_font_family\";s:5:\"Rubik\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:56;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'Poppins\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'Poppins\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(18148,1518,'_elementor_data','[{\"id\":\"7675ecca\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":800},\"content_position\":\"middle\",\"structure\":\"20\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":952,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"578fe36c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4afd4f9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"FREE EBOOK FOR CREATORS\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#0B5B21\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Aclonica\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"underline\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aea856\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1413e1d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a5a6b9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get 34 Profitable Ideas For Your Next Digital Product!\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_family\":\"Lora\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224b28d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"34 pages of digital product ideas with examples...\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"af02502\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Start monetizing your expertise or existing brand...\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b8aa807\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Bonus worksheet to get crystal clear on your idea...\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8f3d1b3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_color\":\"#0F8014\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#030303\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lora\",\"icon_typography_font_weight\":\"bold\",\"icon_typography_font_style\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"24dba74f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Download\",\"link\":{\"url\":\"https:\\/\\/selar.co\\/34DPI\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xl\",\"selected_icon\":{\"value\":\"fas fa-hand-point-down\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#0F4EDCF7\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25296cef\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26f53719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b48b2b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Courses we Offer\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55efce1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39514214\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51be784c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/whatsapp-ecommerce-store\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ab8e0cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Store Creation\",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25b819bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"WhatsApp Ecommerce Store  Video Courses\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"346d02e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll Now for Free\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/whatsapp-ecommerce-store\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6edfed94\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"300\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"460445de\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2h 24m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"},{\"id\":\"466182dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"200\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4e45975\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":\"\"},\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27725f25\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":\"1\"},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":\"32\",\"vertical\":\"32\",\"blur\":\"64\",\"spread\":\"-24\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-32\",\"bottom\":\"12\",\"left\":\"-32\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-24\",\"bottom\":\"8\",\"left\":\"-24\",\"isLinked\":\"\"},\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"400\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d3e8eff\",\"elType\":\"widget\",\"settings\":{\"title\":\"course hosting \",\"header_size\":\"h6\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4e41fe3\"},\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51e6c1c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Smartphone Online Course Profit Machine\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4794ee16\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll  Now for N5,000 Naira\",\"link\":{\"url\":\"https:\\/\\/courses.sunfloris.com\\/smartphone-online-course-profit-machine\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"166a3e2d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"200\",\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor6\"},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"51203e59\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"3h 18m\",\"selected_icon\":{\"value\":\"fas fa-hourglass-half\",\"library\":\"fa-solid\"},\"_id\":\"6436431\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=fb67935\"},\"icon_align_tablet\":\"left\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"_element_width_tablet\":\"inherit\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}]'),(18150,1516,'_eael_custom_js',''),(18152,1503,'ekit_post_views_count','1'),(18154,1507,'ekit_post_views_count','1'),(18156,1516,'ekit_post_views_count','1'),(18158,1510,'ekit_post_views_count','1'),(18160,1393,'ekit_post_views_count','1'),(18281,1523,'_wp_attached_file','2023/10/gei-cover.png'),(18282,1523,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2023/10/gei-cover.png\";s:8:\"filesize\";i:2512711;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"gei-cover-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84183;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"gei-cover-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:718852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"gei-cover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"gei-cover-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:428377;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"gei-cover-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1478267;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:21:\"gei-cover-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20117;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18283,1523,'_elementor_source_image_hash','7536560549bbc4bccc468b2d71c8dfee16fbcd29'),(18284,1524,'_wp_attached_file','2023/10/Renewable-Energy.png'),(18285,1524,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2023/10/Renewable-Energy.png\";s:8:\"filesize\";i:80182;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Renewable-Energy-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16568;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Renewable-Energy-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Renewable-Energy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13949;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Renewable-Energy-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52055;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Renewable-Energy-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153829;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:28:\"Renewable-Energy-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8659;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18286,1524,'_elementor_source_image_hash','8025e33aed54c76f7c0961bf4e031cdf680b711e'),(18287,1525,'_wp_attached_file','2023/10/Geothermal.png'),(18288,1525,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2023/10/Geothermal.png\";s:8:\"filesize\";i:67268;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Geothermal-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12007;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Geothermal-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Geothermal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9765;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Geothermal-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38082;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Geothermal-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110907;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:22:\"Geothermal-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6174;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18289,1525,'_elementor_source_image_hash','0a9fa8392eb3e231af46171614406326d04711f0'),(18290,1526,'_wp_attached_file','2023/10/Environmental.png'),(18291,1526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2023/10/Environmental.png\";s:8:\"filesize\";i:149288;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Environmental-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26699;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Environmental-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Environmental-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Environmental-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112035;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Environmental-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:325000;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:25:\"Environmental-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18292,1526,'_elementor_source_image_hash','97fca9c492d5d7d280a5cbd29e8cd66c40cb721f'),(18293,1527,'_wp_attached_file','2023/10/Data-Compuying.png'),(18294,1527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2023/10/Data-Compuying.png\";s:8:\"filesize\";i:261314;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Data-Compuying-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42205;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Data-Compuying-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:294300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Data-Compuying-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Data-Compuying-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:182328;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Data-Compuying-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:599549;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:26:\"Data-Compuying-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17774;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18295,1527,'_elementor_source_image_hash','b167346e4a6dcf4c6d511b45657581807e9be638'),(18296,1528,'_wp_attached_file','2023/10/Carbon.png'),(18297,1528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2023/10/Carbon.png\";s:8:\"filesize\";i:89772;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Carbon-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11212;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Carbon-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Carbon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Carbon-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38828;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"Carbon-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160497;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:18:\"Carbon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18298,1528,'_elementor_source_image_hash','6f263476285fa094fa1e702fc9023579f03ea717'),(18299,1529,'_wp_attached_file','2023/10/bg8-3-1.jpg'),(18300,1529,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:751;s:4:\"file\";s:19:\"2023/10/bg8-3-1.jpg\";s:8:\"filesize\";i:62456;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bg8-3-1-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4876;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"bg8-3-1-1024x401.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bg8-3-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:2857;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"bg8-3-1-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17279;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"bg8-3-1-1536x601.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46952;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:19:\"bg8-3-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:2106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18301,1529,'_elementor_source_image_hash','26898d1a42a0150dd14c7959aa5d91a226cf609f'),(18302,1530,'_wp_attached_file','2023/10/schedule.jpg'),(18303,1530,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1400;s:4:\"file\";s:20:\"2023/10/schedule.jpg\";s:8:\"filesize\";i:34237;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"schedule-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1383;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"schedule-1024x747.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"schedule-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:630;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"schedule-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6217;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"schedule-1536x1120.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22489;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:20:\"schedule-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18304,1530,'_elementor_source_image_hash','9e7642a635b50d90c3762f2fcf5d51e83debe801'),(18305,1531,'_wp_attached_file','2023/10/Napeyp-logo.png'),(18306,1531,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2023/10/Napeyp-logo.png\";s:8:\"filesize\";i:24141;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Napeyp-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Napeyp-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4777;}s:22:\"_nx_notification_thumb\";a:5:{s:4:\"file\";s:23:\"Napeyp-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2646;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18307,1531,'_elementor_source_image_hash','4625cae8773948134f0c998f17381410b169ea3f'),(18338,1534,'_edit_last','1'),(18339,1534,'_wp_page_template','elementor_header_footer'),(18340,1535,'tve_revision_tve_landing_page',''),(18341,1535,'tve_revision_tve_disable_theme_dependency',''),(18342,1535,'tve_revision_tve_content_before_more',''),(18343,1535,'tve_revision_tve_content_more_found',''),(18344,1535,'tve_revision_tve_save_post',''),(18345,1535,'tve_revision_tve_custom_css',''),(18346,1535,'tve_revision_tve_user_custom_css',''),(18347,1535,'tve_revision_tve_page_events',''),(18348,1535,'tve_revision_tve_globals',''),(18349,1535,'tve_revision_tve_global_scripts',''),(18350,1535,'tve_revision_thrive_icon_pack',''),(18351,1535,'tve_revision_thrive_tcb_post_fonts',''),(18352,1535,'tve_revision_tve_has_masonry',''),(18353,1535,'tve_revision_tve_has_typefocus',''),(18354,1535,'tve_revision_tve_updated_post',''),(18355,1535,'tve_revision_tve_has_wistia_popover',''),(18356,1534,'_tve_js_modules_gutenberg','a:0:{}'),(18357,1534,'site-sidebar-layout','default'),(18359,1534,'ast-site-content-layout','default'),(18360,1534,'site-content-style','default'),(18361,1534,'site-sidebar-style','default'),(18362,1534,'theme-transparent-header-meta','default'),(18364,1534,'_edit_lock','1698622078:1'),(18365,1534,'astra-migrate-meta-layouts','set'),(18444,1539,'tve_revision_tve_landing_page',''),(18445,1539,'tve_revision_tve_disable_theme_dependency',''),(18446,1539,'tve_revision_tve_content_before_more',''),(18447,1539,'tve_revision_tve_content_more_found',''),(18448,1539,'tve_revision_tve_save_post',''),(18449,1539,'tve_revision_tve_custom_css',''),(18450,1539,'tve_revision_tve_user_custom_css',''),(18451,1539,'tve_revision_tve_page_events',''),(18452,1539,'tve_revision_tve_globals',''),(18453,1539,'tve_revision_tve_global_scripts',''),(18454,1539,'tve_revision_thrive_icon_pack',''),(18455,1539,'tve_revision_thrive_tcb_post_fonts',''),(18456,1539,'tve_revision_tve_has_masonry',''),(18457,1539,'tve_revision_tve_has_typefocus',''),(18458,1539,'tve_revision_tve_updated_post',''),(18459,1539,'tve_revision_tve_has_wistia_popover',''),(18460,1539,'_elementor_edit_mode','builder'),(18461,1539,'_elementor_template_type','wp-page'),(18462,1539,'_elementor_version','3.6.1'),(18463,1539,'_wp_page_template','default'),(18464,1539,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18465,1539,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18467,1539,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18468,1539,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18469,1539,'_elementor_pro_version','3.0.5'),(18471,1540,'tve_revision_tve_landing_page',''),(18472,1540,'tve_revision_tve_disable_theme_dependency',''),(18473,1540,'tve_revision_tve_content_before_more',''),(18474,1540,'tve_revision_tve_content_more_found',''),(18475,1540,'tve_revision_tve_save_post',''),(18476,1540,'tve_revision_tve_custom_css',''),(18477,1540,'tve_revision_tve_user_custom_css',''),(18478,1540,'tve_revision_tve_page_events',''),(18479,1540,'tve_revision_tve_globals',''),(18480,1540,'tve_revision_tve_global_scripts',''),(18481,1540,'tve_revision_thrive_icon_pack',''),(18482,1540,'tve_revision_thrive_tcb_post_fonts',''),(18483,1540,'tve_revision_tve_has_masonry',''),(18484,1540,'tve_revision_tve_has_typefocus',''),(18485,1540,'tve_revision_tve_updated_post',''),(18486,1540,'tve_revision_tve_has_wistia_popover',''),(18487,1540,'_elementor_edit_mode','builder'),(18488,1540,'_elementor_template_type','wp-page'),(18489,1540,'_elementor_version','3.6.1'),(18490,1540,'_wp_page_template','default'),(18491,1540,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Lagos, Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18492,1540,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18494,1540,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18495,1540,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18496,1540,'_elementor_pro_version','3.0.5'),(18498,1541,'tve_revision_tve_landing_page',''),(18499,1541,'tve_revision_tve_disable_theme_dependency',''),(18500,1541,'tve_revision_tve_content_before_more',''),(18501,1541,'tve_revision_tve_content_more_found',''),(18502,1541,'tve_revision_tve_save_post',''),(18503,1541,'tve_revision_tve_custom_css',''),(18504,1541,'tve_revision_tve_user_custom_css',''),(18505,1541,'tve_revision_tve_page_events',''),(18506,1541,'tve_revision_tve_globals',''),(18507,1541,'tve_revision_tve_global_scripts',''),(18508,1541,'tve_revision_thrive_icon_pack',''),(18509,1541,'tve_revision_thrive_tcb_post_fonts',''),(18510,1541,'tve_revision_tve_has_masonry',''),(18511,1541,'tve_revision_tve_has_typefocus',''),(18512,1541,'tve_revision_tve_updated_post',''),(18513,1541,'tve_revision_tve_has_wistia_popover',''),(18514,1541,'_elementor_edit_mode','builder'),(18515,1541,'_elementor_template_type','wp-page'),(18516,1541,'_elementor_version','3.6.1'),(18517,1541,'_wp_page_template','default'),(18518,1541,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"USA | Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 | +18325352142 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18519,1541,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18521,1541,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18522,1541,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18523,1541,'_elementor_pro_version','3.0.5'),(18525,1542,'tve_revision_tve_landing_page',''),(18526,1542,'tve_revision_tve_disable_theme_dependency',''),(18527,1542,'tve_revision_tve_content_before_more',''),(18528,1542,'tve_revision_tve_content_more_found',''),(18529,1542,'tve_revision_tve_save_post',''),(18530,1542,'tve_revision_tve_custom_css',''),(18531,1542,'tve_revision_tve_user_custom_css',''),(18532,1542,'tve_revision_tve_page_events',''),(18533,1542,'tve_revision_tve_globals',''),(18534,1542,'tve_revision_tve_global_scripts',''),(18535,1542,'tve_revision_thrive_icon_pack',''),(18536,1542,'tve_revision_thrive_tcb_post_fonts',''),(18537,1542,'tve_revision_tve_has_masonry',''),(18538,1542,'tve_revision_tve_has_typefocus',''),(18539,1542,'tve_revision_tve_updated_post',''),(18540,1542,'tve_revision_tve_has_wistia_popover',''),(18541,1542,'_elementor_edit_mode','builder'),(18542,1542,'_elementor_template_type','wp-page'),(18543,1542,'_elementor_version','3.20.1'),(18544,1542,'_wp_page_template','default'),(18545,1542,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"USA | Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 | +18325352142 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18546,1542,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18548,1542,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18549,1542,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18550,1542,'_elementor_pro_version','3.0.5'),(18551,1543,'tve_revision_tve_landing_page',''),(18552,1543,'tve_revision_tve_disable_theme_dependency',''),(18553,1543,'tve_revision_tve_content_before_more',''),(18554,1543,'tve_revision_tve_content_more_found',''),(18555,1543,'tve_revision_tve_save_post',''),(18556,1543,'tve_revision_tve_custom_css',''),(18557,1543,'tve_revision_tve_user_custom_css',''),(18558,1543,'tve_revision_tve_page_events',''),(18559,1543,'tve_revision_tve_globals',''),(18560,1543,'tve_revision_tve_global_scripts',''),(18561,1543,'tve_revision_thrive_icon_pack',''),(18562,1543,'tve_revision_thrive_tcb_post_fonts',''),(18563,1543,'tve_revision_tve_has_masonry',''),(18564,1543,'tve_revision_tve_has_typefocus',''),(18565,1543,'tve_revision_tve_updated_post',''),(18566,1543,'tve_revision_tve_has_wistia_popover',''),(18567,1543,'_elementor_edit_mode','builder'),(18568,1543,'_elementor_template_type','wp-page'),(18569,1543,'_elementor_version','3.20.1'),(18570,1543,'_wp_page_template','default'),(18571,1543,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"USA | Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunflorisservices.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 | +18325352142 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18572,1543,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18574,1543,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18575,1543,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18576,1543,'_elementor_pro_version','3.0.5'),(18577,1544,'tve_revision_tve_landing_page',''),(18578,1544,'tve_revision_tve_disable_theme_dependency',''),(18579,1544,'tve_revision_tve_content_before_more',''),(18580,1544,'tve_revision_tve_content_more_found',''),(18581,1544,'tve_revision_tve_save_post',''),(18582,1544,'tve_revision_tve_custom_css',''),(18583,1544,'tve_revision_tve_user_custom_css',''),(18584,1544,'tve_revision_tve_page_events',''),(18585,1544,'tve_revision_tve_globals',''),(18586,1544,'tve_revision_tve_global_scripts',''),(18587,1544,'tve_revision_thrive_icon_pack',''),(18588,1544,'tve_revision_thrive_tcb_post_fonts',''),(18589,1544,'tve_revision_tve_has_masonry',''),(18590,1544,'tve_revision_tve_has_typefocus',''),(18591,1544,'tve_revision_tve_updated_post',''),(18592,1544,'tve_revision_tve_has_wistia_popover',''),(18593,1544,'_elementor_edit_mode','builder'),(18594,1544,'_elementor_template_type','wp-page'),(18595,1544,'_elementor_version','3.20.1'),(18596,1544,'_wp_page_template','default'),(18597,1544,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"USA | Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunfloris.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 | +18325352142 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18598,1544,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18600,1544,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18601,1544,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18602,1544,'_elementor_pro_version','3.0.5'),(18629,21,'wpforms_entries_count_previous_week','a:3:{i:0;i:2454;i:1;i:13;i:2;i:18;}'),(18638,8,'_eael_post_view_count','4'),(18641,1404,'_tve_js_modules_gutenberg','a:0:{}'),(18642,1547,'tve_revision_tve_landing_page',''),(18643,1547,'tve_revision_tve_disable_theme_dependency',''),(18644,1547,'tve_revision_tve_content_before_more',''),(18645,1547,'tve_revision_tve_content_more_found',''),(18646,1547,'tve_revision_tve_save_post',''),(18647,1547,'tve_revision_tve_custom_css',''),(18648,1547,'tve_revision_tve_user_custom_css',''),(18649,1547,'tve_revision_tve_page_events',''),(18650,1547,'tve_revision_tve_globals',''),(18651,1547,'tve_revision_tve_global_scripts',''),(18652,1547,'tve_revision_thrive_icon_pack',''),(18653,1547,'tve_revision_thrive_tcb_post_fonts',''),(18654,1547,'tve_revision_tve_has_masonry',''),(18655,1547,'tve_revision_tve_has_typefocus',''),(18656,1547,'tve_revision_tve_updated_post',''),(18657,1547,'tve_revision_tve_has_wistia_popover',''),(18658,1547,'_elementor_edit_mode','builder'),(18659,1547,'_elementor_template_type','wp-page'),(18660,1547,'_elementor_version','3.24.4'),(18661,1547,'_wp_page_template','default'),(18662,1547,'_elementor_data','[{\\\"id\\\":\\\"5fa293a\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"34\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-hero-section-bg.svg\\\"},\\\"background_position\\\":\\\"bottom right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"cover\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"160\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"120\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"96\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0e79fe9\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\",\\\"background_background\\\":\\\"classic\\\",\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0b253e2\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"26\\\",\\\"right\\\":\\\"26\\\",\\\"bottom\\\":\\\"26\\\",\\\"left\\\":\\\"26\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"120\\\",\\\"spread\\\":\\\"-40\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.24)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-48\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":\\\"\\\",\\\"bottom\\\":\\\"\\\",\\\"left\\\":\\\"\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"z_index\\\":\\\"1\\\",\\\"border_radius_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"8\\\",\\\"right\\\":\\\"8\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"8\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"border_radius_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"12\\\",\\\"right\\\":\\\"12\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"12\\\",\\\"isLinked\\\":\\\"1\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0a25e62\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"64\\\",\\\"bottom\\\":\\\"56\\\",\\\"left\\\":\\\"56\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"21d3aee\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Contact Us\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"left\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"\\\"},\\\"align_mobile\\\":\\\"center\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"e428702\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-phone\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"view\\\":\\\"framed\\\",\\\"title_text\\\":\\\"Call Us\\\",\\\"description_text\\\":\\\"+234 817 127 2445\\\",\\\"position\\\":\\\"left\\\",\\\"title_size\\\":\\\"h6\\\",\\\"icon_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"description_typography_typography\\\":\\\"custom\\\",\\\"description_typography_font_weight\\\":\\\"500\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_border\\\":\\\"solid\\\",\\\"_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\",\\\"primary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"description_color\\\":\\\"\\\",\\\"_border_color\\\":\\\"globals\\\\/colors?id=cb3339d\\\"},\\\"description_color\\\":\\\"#000000\\\",\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_color\\\":\\\"#EDEDED\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"text_align\\\":\\\"left\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"b7a2e27\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-envelope\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"view\\\":\\\"framed\\\",\\\"title_text\\\":\\\"Email Us\\\",\\\"description_text\\\":\\\"sunflorisservices@gmail.com\\\",\\\"position\\\":\\\"left\\\",\\\"title_size\\\":\\\"h6\\\",\\\"icon_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"description_typography_typography\\\":\\\"custom\\\",\\\"description_typography_font_weight\\\":\\\"500\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_border\\\":\\\"solid\\\",\\\"_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\",\\\"primary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"description_color\\\":\\\"\\\",\\\"_border_color\\\":\\\"globals\\\\/colors?id=cb3339d\\\"},\\\"description_color\\\":\\\"#000000\\\",\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_color\\\":\\\"#EDEDED\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"text_align\\\":\\\"left\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"6c79a86\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Follow us\\\",\\\"header_size\\\":\\\"h6\\\",\\\"align_mobile\\\":\\\"center\\\",\\\"typography_typography\\\":\\\"custom\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"1faff31\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"social_icon_list\\\":[{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-facebook\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"7be906b\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.facebook.com\\\\/SunFlorisBusiness\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-twitter\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"c3e78d4\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/twitter.com\\\\/SunFloris\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"_id\\\":\\\"31c4770\\\",\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-instagram\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.instagram.com\\\\/sunflorisbusiness\\\\/\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-youtube\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"2fa1832\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.youtube.com\\\\/channel\\\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"_id\\\":\\\"a4be533\\\",\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-whatsapp\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/api.whatsapp.com\\\\/send?phone=+2348159821671&text=Hello%20and%20Welcome%20to%20SunFloris%20Services%2C%20How%20may%20we%20help%20you.%20Do%20you%20require%20any%20of%20our%20courses%3F\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}}],\\\"columns\\\":\\\"5\\\",\\\"align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"custom\\\",\\\"icon_primary_color\\\":\\\"#FFFFFF00\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"icon_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"columns_mobile\\\":\\\"5\\\",\\\"align_mobile\\\":\\\"center\\\",\\\"icon_spacing_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\",\\\"hover_secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"social-icons\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"4186908\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"56\\\",\\\"bottom\\\":\\\"56\\\",\\\"left\\\":\\\"56\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"-32\\\",\\\"vertical\\\":\\\"0\\\",\\\"blur\\\":\\\"120\\\",\\\"spread\\\":\\\"-32\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"32\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"background_background\\\":\\\"classic\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"61df710\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"shortcode\\\":\\\"[wpforms id=\\\\\\\"28\\\\\\\"]\\\\t\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"shortcode\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"d8bddfb\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"layout\\\":\\\"full_width\\\",\\\"gap\\\":\\\"no\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"fe81dba\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"d48f45e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"address\\\":\\\"Lagos, Nigeria\\\",\\\"zoom\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"640\\\",\\\"sizes\\\":[]},\\\"height_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"480\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"google_maps\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"}]'),(18663,1547,'_elementor_page_settings','a:1:{s:12:\"bl_ir_active\";s:0:\"\";}'),(18664,1547,'_elementor_data_bckp','[{\"id\":\"5fa293a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-hero-section-bg.svg\",\"id\":\"29\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0e79fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"0b253e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"120\",\"spread\":\"-40\",\"color\":\"rgba(0, 0, 0, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-48\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"z_index\":\"1\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"0a25e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"64\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"21d3aee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e3ca4a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Consectetur sodales et, congue sem velit et facilisi metus ac, mattis quis est egestas.</p>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"83bc76a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Address\",\"description_text\":\"123 Fifth Avenue, NY 126004, New York, USA.\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"text_align\":\"left\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"primary_color\":\"#1579e6\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e428702\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Call Us\",\"description_text\":\"+1 123 456 78 90\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b7a2e27\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Email Us\",\"description_text\":\"hello@example.com\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c79a86\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1faff31\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7be906b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"c3e78d4\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"31c4770\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"4731763\",\"social_icon\":{\"value\":\"fab fa-medium\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"2fa1832\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"columns\":\"5\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"columns_mobile\":\"5\",\"align_mobile\":\"center\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals/colors?id=astralinkhover\",\"hover_secondary_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"4186908\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"100\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"-32\",\"vertical\":\"0\",\"blur\":\"120\",\"spread\":\"-32\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"61df710\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"338\"]t\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d8bddfb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fe81dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"d48f45e\",\"elType\":\"widget\",\"settings\":{\"address\":\"123 fifth avenue\",\"zoom\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"640\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"480\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(18665,1547,'_elementor_pro_version','3.0.5'),(18666,1547,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:21:\"typography_typography\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:4:{s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:12:\"border_width\";i:2;}s:21:\"section_style_content\";a:5:{s:18:\"title_bottom_space\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:7:\"columns\";i:1;s:5:\"align\";i:1;s:14:\"columns_mobile\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:4:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}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:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{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:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}}'),(18667,1547,'tve_revision_tve_landing_page',''),(18668,1547,'tve_revision_tve_disable_theme_dependency',''),(18669,1547,'tve_revision_tve_content_before_more',''),(18670,1547,'tve_revision_tve_content_more_found',''),(18671,1547,'tve_revision_tve_save_post',''),(18672,1547,'tve_revision_tve_custom_css',''),(18673,1547,'tve_revision_tve_user_custom_css',''),(18674,1547,'tve_revision_tve_page_events',''),(18675,1547,'tve_revision_tve_globals',''),(18676,1547,'tve_revision_tve_global_scripts',''),(18677,1547,'tve_revision_thrive_icon_pack',''),(18678,1547,'tve_revision_thrive_tcb_post_fonts',''),(18679,1547,'tve_revision_tve_has_masonry',''),(18680,1547,'tve_revision_tve_has_typefocus',''),(18681,1547,'tve_revision_tve_updated_post',''),(18682,1547,'tve_revision_tve_has_wistia_popover',''),(18683,1548,'tve_revision_tve_landing_page',''),(18684,1548,'tve_revision_tve_disable_theme_dependency',''),(18685,1548,'tve_revision_tve_content_before_more',''),(18686,1548,'tve_revision_tve_content_more_found',''),(18687,1548,'tve_revision_tve_save_post',''),(18688,1548,'tve_revision_tve_custom_css',''),(18689,1548,'tve_revision_tve_user_custom_css',''),(18690,1548,'tve_revision_tve_page_events',''),(18691,1548,'tve_revision_tve_globals',''),(18692,1548,'tve_revision_tve_global_scripts',''),(18693,1548,'tve_revision_thrive_icon_pack',''),(18694,1548,'tve_revision_thrive_tcb_post_fonts',''),(18695,1548,'tve_revision_tve_has_masonry',''),(18696,1548,'tve_revision_tve_has_typefocus',''),(18697,1548,'tve_revision_tve_updated_post',''),(18698,1548,'tve_revision_tve_has_wistia_popover',''),(18699,1548,'_elementor_edit_mode','builder'),(18700,1548,'_elementor_template_type','wp-page'),(18701,1548,'_elementor_version','3.24.4'),(18702,1548,'_wp_page_template','default'),(18703,1548,'_elementor_data','[{\\\"id\\\":\\\"5fa293a\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"background_background\\\":\\\"classic\\\",\\\"background_image\\\":{\\\"id\\\":\\\"34\\\",\\\"url\\\":\\\"https:\\\\/\\\\/courses.sunfloris.com\\\\/wp-content\\\\/uploads\\\\/2020\\\\/10\\\\/online-programming-course-hero-section-bg.svg\\\"},\\\"background_position\\\":\\\"bottom right\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"cover\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"160\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"120\\\",\\\"right\\\":\\\"40\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"40\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"96\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"0\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0e79fe9\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\",\\\"background_background\\\":\\\"classic\\\",\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0b253e2\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"gap\\\":\\\"no\\\",\\\"structure\\\":\\\"20\\\",\\\"background_background\\\":\\\"classic\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"26\\\",\\\"right\\\":\\\"26\\\",\\\"bottom\\\":\\\"26\\\",\\\"left\\\":\\\"26\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"0\\\",\\\"vertical\\\":\\\"64\\\",\\\"blur\\\":\\\"120\\\",\\\"spread\\\":\\\"-40\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.24)\\\"},\\\"margin\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"-48\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"\\\",\\\"right\\\":\\\"\\\",\\\"bottom\\\":\\\"\\\",\\\"left\\\":\\\"\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"z_index\\\":\\\"1\\\",\\\"border_radius_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"8\\\",\\\"right\\\":\\\"8\\\",\\\"bottom\\\":\\\"8\\\",\\\"left\\\":\\\"8\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"border_radius_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"12\\\",\\\"right\\\":\\\"12\\\",\\\"bottom\\\":\\\"12\\\",\\\"left\\\":\\\"12\\\",\\\"isLinked\\\":\\\"1\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"0a25e62\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"64\\\",\\\"bottom\\\":\\\"56\\\",\\\"left\\\":\\\"56\\\",\\\"isLinked\\\":\\\"\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"40\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"40\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"}},\\\"elements\\\":[{\\\"id\\\":\\\"21d3aee\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Contact Us\\\",\\\"header_size\\\":\\\"h1\\\",\\\"align\\\":\\\"left\\\",\\\"__globals__\\\":{\\\"title_color\\\":\\\"\\\"},\\\"align_mobile\\\":\\\"center\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"e428702\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-phone\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"view\\\":\\\"framed\\\",\\\"title_text\\\":\\\"Call Us\\\",\\\"description_text\\\":\\\"+234 817 127 2445\\\",\\\"position\\\":\\\"left\\\",\\\"title_size\\\":\\\"h6\\\",\\\"icon_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"description_typography_typography\\\":\\\"custom\\\",\\\"description_typography_font_weight\\\":\\\"500\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_border\\\":\\\"solid\\\",\\\"_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\",\\\"primary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"description_color\\\":\\\"\\\",\\\"_border_color\\\":\\\"globals\\\\/colors?id=cb3339d\\\"},\\\"description_color\\\":\\\"#000000\\\",\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_color\\\":\\\"#EDEDED\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"text_align\\\":\\\"left\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"b7a2e27\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"selected_icon\\\":{\\\"value\\\":\\\"fas fa-envelope\\\",\\\"library\\\":\\\"fa-solid\\\"},\\\"view\\\":\\\"framed\\\",\\\"title_text\\\":\\\"Email Us\\\",\\\"description_text\\\":\\\"sunflorisservices@gmail.com\\\",\\\"position\\\":\\\"left\\\",\\\"title_size\\\":\\\"h6\\\",\\\"icon_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"icon_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"title_bottom_space\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"8\\\",\\\"sizes\\\":[]},\\\"description_typography_typography\\\":\\\"custom\\\",\\\"description_typography_font_weight\\\":\\\"500\\\",\\\"_padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_border\\\":\\\"solid\\\",\\\"_border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"1\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\",\\\"primary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\",\\\"description_color\\\":\\\"\\\",\\\"_border_color\\\":\\\"globals\\\\/colors?id=cb3339d\\\"},\\\"description_color\\\":\\\"#000000\\\",\\\"_margin_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"0\\\",\\\"bottom\\\":\\\"24\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"_border_color\\\":\\\"#EDEDED\\\",\\\"border_width\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"2\\\",\\\"right\\\":\\\"2\\\",\\\"bottom\\\":\\\"2\\\",\\\"left\\\":\\\"2\\\",\\\"isLinked\\\":true},\\\"text_align\\\":\\\"left\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"icon-box\\\"},{\\\"id\\\":\\\"6c79a86\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"title\\\":\\\"Follow us\\\",\\\"header_size\\\":\\\"h6\\\",\\\"align_mobile\\\":\\\"center\\\",\\\"typography_typography\\\":\\\"custom\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"heading\\\"},{\\\"id\\\":\\\"1faff31\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"social_icon_list\\\":[{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-facebook\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"7be906b\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.facebook.com\\\\/SunFlorisBusiness\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-twitter\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"c3e78d4\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/twitter.com\\\\/SunFloris\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"_id\\\":\\\"31c4770\\\",\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-instagram\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.instagram.com\\\\/sunflorisbusiness\\\\/\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-youtube\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"_id\\\":\\\"2fa1832\\\",\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/www.youtube.com\\\\/channel\\\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}},{\\\"_id\\\":\\\"a4be533\\\",\\\"social_icon\\\":{\\\"value\\\":\\\"fab fa-whatsapp\\\",\\\"library\\\":\\\"fa-brands\\\"},\\\"link\\\":{\\\"url\\\":\\\"https:\\\\/\\\\/api.whatsapp.com\\\\/send?phone=+2348159821671&text=Hello%20and%20Welcome%20to%20SunFloris%20Services%2C%20How%20may%20we%20help%20you.%20Do%20you%20require%20any%20of%20our%20courses%3F\\\",\\\"is_external\\\":\\\"true\\\",\\\"nofollow\\\":\\\"\\\",\\\"custom_attributes\\\":\\\"\\\"}}],\\\"columns\\\":\\\"5\\\",\\\"align\\\":\\\"left\\\",\\\"icon_color\\\":\\\"custom\\\",\\\"icon_primary_color\\\":\\\"#FFFFFF00\\\",\\\"icon_size\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":18,\\\"sizes\\\":[]},\\\"icon_spacing\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":14,\\\"sizes\\\":[]},\\\"columns_mobile\\\":\\\"5\\\",\\\"align_mobile\\\":\\\"center\\\",\\\"icon_spacing_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":10,\\\"sizes\\\":[]},\\\"__globals__\\\":{\\\"icon_secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor2\\\",\\\"hover_secondary_color\\\":\\\"globals\\\\/colors?id=astglobalcolor0\\\"}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"social-icons\\\"}],\\\"isInner\\\":\\\"1\\\"},{\\\"id\\\":\\\"4186908\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"50\\\",\\\"padding\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"56\\\",\\\"right\\\":\\\"56\\\",\\\"bottom\\\":\\\"56\\\",\\\"left\\\":\\\"56\\\",\\\"isLinked\\\":\\\"1\\\"},\\\"_inline_size_tablet\\\":\\\"100\\\",\\\"border_radius\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"0\\\",\\\"right\\\":\\\"16\\\",\\\"bottom\\\":\\\"16\\\",\\\"left\\\":\\\"0\\\",\\\"isLinked\\\":\\\"\\\"},\\\"box_shadow_box_shadow_type\\\":\\\"yes\\\",\\\"box_shadow_box_shadow\\\":{\\\"horizontal\\\":\\\"-32\\\",\\\"vertical\\\":\\\"0\\\",\\\"blur\\\":\\\"120\\\",\\\"spread\\\":\\\"-32\\\",\\\"color\\\":\\\"rgba(0, 0, 0, 0.16)\\\"},\\\"padding_mobile\\\":{\\\"unit\\\":\\\"px\\\",\\\"top\\\":\\\"32\\\",\\\"right\\\":\\\"24\\\",\\\"bottom\\\":\\\"32\\\",\\\"left\\\":\\\"24\\\",\\\"isLinked\\\":\\\"\\\"},\\\"__globals__\\\":{\\\"background_color\\\":\\\"globals\\\\/colors?id=astglobalcolor4\\\"},\\\"background_background\\\":\\\"classic\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"61df710\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"shortcode\\\":\\\"[wpforms id=\\\\\\\"28\\\\\\\"]\\\\t\\\"},\\\"elements\\\":[],\\\"widgetType\\\":\\\"shortcode\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"1\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"},{\\\"id\\\":\\\"d8bddfb\\\",\\\"elType\\\":\\\"section\\\",\\\"settings\\\":{\\\"layout\\\":\\\"full_width\\\",\\\"gap\\\":\\\"no\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"fe81dba\\\",\\\"elType\\\":\\\"column\\\",\\\"settings\\\":{\\\"_column_size\\\":\\\"100\\\"},\\\"elements\\\":[{\\\"id\\\":\\\"d48f45e\\\",\\\"elType\\\":\\\"widget\\\",\\\"settings\\\":{\\\"address\\\":\\\"Lagos, Nigeria\\\",\\\"zoom\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"16\\\",\\\"sizes\\\":[]},\\\"height\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"640\\\",\\\"sizes\\\":[]},\\\"height_tablet\\\":{\\\"unit\\\":\\\"px\\\",\\\"size\\\":\\\"480\\\",\\\"sizes\\\":[]}},\\\"elements\\\":[],\\\"widgetType\\\":\\\"google_maps\\\"}],\\\"isInner\\\":\\\"\\\"}],\\\"isInner\\\":\\\"\\\"}]'),(18704,1548,'_elementor_page_settings','a:1:{s:12:\"bl_ir_active\";s:0:\"\";}'),(18705,1548,'_elementor_data_bckp','[{\"id\":\"5fa293a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/online-coding-course-02/wp-content/uploads/sites/713/2020/10/online-programming-course-hero-section-bg.svg\",\"id\":\"29\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0e79fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"0b253e2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"64\",\"blur\":\"120\",\"spread\":\"-40\",\"color\":\"rgba(0, 0, 0, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-48\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"z_index\":\"1\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"0a25e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"64\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"21d3aee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e3ca4a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"editor\":\"<p>Consectetur sodales et, congue sem velit et facilisi metus ac, mattis quis est egestas.</p>\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"83bc76a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Address\",\"description_text\":\"123 Fifth Avenue, NY 126004, New York, USA.\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"text_align\":\"left\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"primary_color\":\"#1579e6\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e428702\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Call Us\",\"description_text\":\"+1 123 456 78 90\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b7a2e27\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"view\":\"framed\",\"title_text\":\"Email Us\",\"description_text\":\"hello@example.com\",\"position\":\"left\",\"title_size\":\"h6\",\"icon_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"secondary_color\":\"globals/colors?id=astraheadingcolor\",\"primary_color\":\"globals/colors?id=astratextcolor\",\"description_color\":\"\",\"_border_color\":\"globals/colors?id=cb3339d\"},\"description_color\":\"#000000\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"_border_color\":\"#EDEDED\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c79a86\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us\",\"header_size\":\"h6\",\"align_mobile\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1faff31\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7be906b\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"c3e78d4\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"31c4770\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"4731763\",\"social_icon\":{\"value\":\"fab fa-medium\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"2fa1832\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"columns\":\"5\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"columns_mobile\":\"5\",\"align_mobile\":\"center\",\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals/colors?id=astralinkhover\",\"hover_secondary_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"},{\"id\":\"4186908\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"100\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"-32\",\"vertical\":\"0\",\"blur\":\"120\",\"spread\":\"-32\",\"color\":\"rgba(0, 0, 0, 0.16)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":\"\"},\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"61df710\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"338\"]t\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d8bddfb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"fe81dba\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"d48f45e\",\"elType\":\"widget\",\"settings\":{\"address\":\"123 fifth avenue\",\"zoom\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"640\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"480\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(18706,1548,'_elementor_pro_version','3.0.5'),(18707,1548,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:21:\"typography_typography\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:4:{s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:12:\"border_width\";i:2;}s:21:\"section_style_content\";a:5:{s:18:\"title_bottom_space\";i:2;s:33:\"description_typography_typography\";i:2;s:34:\"description_typography_font_weight\";i:2;s:17:\"description_color\";i:2;s:10:\"text_align\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;s:13:\"_border_color\";i:2;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:7:\"columns\";i:1;s:5:\"align\";i:1;s:14:\"columns_mobile\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:4:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:13:\"section_style\";a:1:{s:21:\"background_background\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}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:2:{s:3:\"gap\";i:3;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{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:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:7:\"z_index\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;s:6:\"height\";i:1;}}}}}'),(18709,1404,'_edit_lock','1727699022:1'),(18710,1549,'tve_revision_tve_landing_page',''),(18711,1549,'tve_revision_tve_disable_theme_dependency',''),(18712,1549,'tve_revision_tve_content_before_more',''),(18713,1549,'tve_revision_tve_content_more_found',''),(18714,1549,'tve_revision_tve_save_post',''),(18715,1549,'tve_revision_tve_custom_css',''),(18716,1549,'tve_revision_tve_user_custom_css',''),(18717,1549,'tve_revision_tve_page_events',''),(18718,1549,'tve_revision_tve_globals',''),(18719,1549,'tve_revision_tve_global_scripts',''),(18720,1549,'tve_revision_thrive_icon_pack',''),(18721,1549,'tve_revision_thrive_tcb_post_fonts',''),(18722,1549,'tve_revision_tve_has_masonry',''),(18723,1549,'tve_revision_tve_has_typefocus',''),(18724,1549,'tve_revision_tve_updated_post',''),(18725,1549,'tve_revision_tve_has_wistia_popover',''),(18726,1549,'_elementor_edit_mode','builder'),(18727,1549,'_elementor_template_type','wp-page'),(18728,1549,'_elementor_version','3.20.1'),(18729,1549,'_wp_page_template','default'),(18730,1549,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"USA | Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunfloris.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 | +18325352142 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18731,1549,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18732,1549,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18733,1549,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18734,1549,'_elementor_pro_version','3.0.5'),(18735,1550,'tve_revision_tve_landing_page',''),(18736,1550,'tve_revision_tve_disable_theme_dependency',''),(18737,1550,'tve_revision_tve_content_before_more',''),(18738,1550,'tve_revision_tve_content_more_found',''),(18739,1550,'tve_revision_tve_save_post',''),(18740,1550,'tve_revision_tve_custom_css',''),(18741,1550,'tve_revision_tve_user_custom_css',''),(18742,1550,'tve_revision_tve_page_events',''),(18743,1550,'tve_revision_tve_globals',''),(18744,1550,'tve_revision_tve_global_scripts',''),(18745,1550,'tve_revision_thrive_icon_pack',''),(18746,1550,'tve_revision_thrive_tcb_post_fonts',''),(18747,1550,'tve_revision_tve_has_masonry',''),(18748,1550,'tve_revision_tve_has_typefocus',''),(18749,1550,'tve_revision_tve_updated_post',''),(18750,1550,'tve_revision_tve_has_wistia_popover',''),(18751,1550,'_elementor_edit_mode','builder'),(18752,1550,'_elementor_template_type','wp-page'),(18753,1550,'_elementor_version','3.20.1'),(18754,1550,'_wp_page_template','default'),(18755,1550,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"USA | Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunfloris.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2348171272445 | +18325352142 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18756,1550,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18757,1550,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18758,1550,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18759,1550,'_elementor_pro_version','3.0.5'),(18760,1551,'tve_revision_tve_landing_page',''),(18761,1551,'tve_revision_tve_disable_theme_dependency',''),(18762,1551,'tve_revision_tve_content_before_more',''),(18763,1551,'tve_revision_tve_content_more_found',''),(18764,1551,'tve_revision_tve_save_post',''),(18765,1551,'tve_revision_tve_custom_css',''),(18766,1551,'tve_revision_tve_user_custom_css',''),(18767,1551,'tve_revision_tve_page_events',''),(18768,1551,'tve_revision_tve_globals',''),(18769,1551,'tve_revision_tve_global_scripts',''),(18770,1551,'tve_revision_thrive_icon_pack',''),(18771,1551,'tve_revision_thrive_tcb_post_fonts',''),(18772,1551,'tve_revision_tve_has_masonry',''),(18773,1551,'tve_revision_tve_has_typefocus',''),(18774,1551,'tve_revision_tve_updated_post',''),(18775,1551,'tve_revision_tve_has_wistia_popover',''),(18776,1551,'_elementor_edit_mode','builder'),(18777,1551,'_elementor_template_type','wp-page'),(18778,1551,'_elementor_version','3.20.1'),(18779,1551,'_wp_page_template','default'),(18780,1551,'_elementor_data','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"891d6e5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"USA | Nigeria\",\"selected_icon\":{\"value\":\"fas fa-location-arrow\",\"library\":\"fa-solid\"},\"_id\":\"5319e3a\"},{\"text\":\"sunflorisservices@gmail.com\",\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"_id\":\"599f0d0\"},{\"text\":\"contactus@sunfloris.com\",\"selected_icon\":{\"value\":\"icon icon-email1\",\"library\":\"ekiticons\"},\"_id\":\"b9306d6\"},{\"_id\":\"1ef9de8\",\"text\":\"+2347033317841 (WhatsApp and Calls)\",\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"}}],\"space_between\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"icon_color\":\"#895A07\",\"icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"771eecc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"19edb82\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow us \",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c95e75d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"e6aabec\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/SunFlorisBusiness\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"9f24db6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/SunFloris\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"_id\":\"a294bbb\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/sunflorisbusiness\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1e9deb9\",\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-youtube\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCuf0v0p7m0ggeTTt7Q8IhlQ\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"e03cc3b\",\"text\":\"\",\"selected_icon\":{\"value\":\"fab fa-whatsapp-square\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/api.whatsapp.com\\/send?phone=+2348171272445&text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_color\":\"#4B2505\",\"icon_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"icon_self_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/inner-page-hero-img.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ed2037d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a Message\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"37\",\"url\":\"https:\\/\\/sunfloris.com\\/wordpress\\/wp-content\\/uploads\\/2021\\/05\\/home-about-img.jpg\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#713203\"},\"elements\":[{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"21\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18781,1551,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6;}s:28:\"astra_sites_body_font_family\";s:9:\"Work Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:25:\"\'DM Serif Display\', serif\";s:33:\"astra_sites_heading_1_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:33:\"astra_sites_heading_2_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:36;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_3_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_4_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:33:\"astra_sites_heading_6_font_family\";s:18:\"\'DM Serif Display\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:12:\"bl_ir_active\";s:0:\"\";}'),(18782,1551,'_elementor_data_bckp','[{\"id\":\"b8febe8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraheadingcolor\"}},\"elements\":[{\"id\":\"a489f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"23ff8ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"align\":\"left\",\"_element_width_mobile\":\"inherit\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"434828b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d44a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/inner-page-hero-img.jpg\",\"id\":39},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-100\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a3957cb\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"0504df7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":100,\"background_color\":\"#2D2D38\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"224bf61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/professional-services-02/wp-content/uploads/sites/859/2021/05/home-about-img.jpg\",\"id\":37},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3e9bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor2\"}},\"elements\":[{\"id\":\"1b6de6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Send us a message\",\"header_size\":\"h3\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6db4c5f\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"106\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":false}],\"isInner\":false}]'),(18783,1551,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:21:\"_element_width_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:16:\"background_color\";i:1;s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:2;}}}}s:7:\"wpforms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_form\";a:1:{s:7:\"form_id\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(18784,1551,'_elementor_pro_version','3.0.5'),(18922,753,'_eael_post_view_count','1'),(18923,753,'ekit_post_views_count','1'),(18930,1552,'os_meta','a:0:{}'),(18931,36,'_elementor_css','a:6:{s:4:\"time\";i:1740392492;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:\"\";}'),(18932,9,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:14:\"widget-heading\";i:1;s:13:\"widget-spacer\";i:2;s:12:\"widget-image\";i:3;s:16:\"widget-image-box\";}}'),(18933,9,'_elementor_css','a:6:{s:4:\"time\";i:1740392492;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wpjn_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_posts`
--

DROP TABLE IF EXISTS `wpjn_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=1553 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_posts`
--

LOCK TABLES `wpjn_posts` WRITE;
/*!40000 ALTER TABLE `wpjn_posts` DISABLE KEYS */;
INSERT INTO `wpjn_posts` VALUES (329,1,'2022-03-30 21:46:31','2022-03-30 21:46:31','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Shop','','publish','closed','closed','','shop','','','2022-03-30 22:18:20','2022-03-30 22:18:20','',0,'https://sunfloris.com/wordpress/?page_id=329',0,'page','',0),(39,1,'2021-05-18 06:01:41','2021-05-18 06:01:41','','inner-page-hero-img','','inherit','open','closed','','inner-page-hero-img','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg',0,'attachment','image/jpeg',0),(40,1,'2021-05-18 06:01:42','2021-05-18 06:01:42','','team-1','','inherit','open','closed','','team-1','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-1.jpg',0,'attachment','image/jpeg',0),(41,1,'2021-05-18 06:01:43','2021-05-18 06:01:43','','team-2','','inherit','open','closed','','team-2','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-2.jpg',0,'attachment','image/jpeg',0),(42,1,'2021-05-18 06:01:44','2021-05-18 06:01:44','','team-3','','inherit','open','closed','','team-3','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/team-3.jpg',0,'attachment','image/jpeg',0),(43,1,'2021-05-18 06:01:45','2021-05-18 06:01:45','','why-choose-us','','inherit','open','closed','','why-choose-us','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg',0,'attachment','image/jpeg',0),(49,1,'2021-05-18 06:26:50','2021-05-18 06:26:50','','customer-1','','inherit','open','closed','','customer-1','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg',0,'attachment','image/jpeg',0),(51,1,'2021-05-18 06:26:52','2021-05-18 06:26:52','','customer-3','','inherit','open','closed','','customer-3','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg',0,'attachment','image/jpeg',0),(52,1,'2021-05-18 06:28:05','2021-05-18 06:28:05','','logo-1','','inherit','open','closed','','logo-1','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg',0,'attachment','image/svg+xml',0),(54,1,'2021-05-18 06:28:07','2021-05-18 06:28:07','','logo-3','','inherit','open','closed','','logo-3','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg',0,'attachment','image/svg+xml',0),(55,1,'2021-05-18 06:28:08','2021-05-18 06:28:08','','logo-4','','inherit','open','closed','','logo-4','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg',0,'attachment','image/svg+xml',0),(56,1,'2021-05-18 06:28:09','2021-05-18 06:28:09','','logo-5','','inherit','open','closed','','logo-5','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg',0,'attachment','image/svg+xml',0),(196,1,'2021-05-24 15:02:53','2021-05-24 15:02:53','','demo-screenshot','','inherit','open','closed','','demo-screenshot','','','2021-05-24 15:02:53','2021-05-24 15:02:53','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/demo-screenshot.jpg',0,'attachment','image/jpeg',0),(245,1,'2021-06-09 17:33:50','2021-06-09 17:33:50','','customer-4','','inherit','open','closed','','customer-4','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg',0,'attachment','image/jpeg',0),(9,1,'2021-05-18 04:37:24','2021-05-18 04:37:24','<h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n												<img width=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"https://sunfloris.com/wordpress/services/\" role=\"button\">\n						View All Services\n					</a>\n												<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />														\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n												<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','publish','closed','closed','','home','','','2022-08-15 04:08:41','2022-08-15 04:08:41','',0,'https://sunfloris.com/wordpress/home/',0,'page','',0),(868,1,'2022-08-15 04:08:41','2022-08-15 04:08:41','<h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n												<img width=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"https://sunfloris.com/wordpress/services/\" role=\"button\">\n						View All Services\n					</a>\n												<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />														\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n												<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-08-15 04:08:41','2022-08-15 04:08:41','',9,'https://sunfloris.com/wordpress/?p=868',0,'revision','',0),(13,1,'2021-05-18 04:40:38','2021-05-18 04:40:38','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Mobile Marketing Services</h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://mobile-marketing.my.canva.site/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','publish','closed','closed','','services','','','2023-02-10 22:47:44','2023-02-10 22:47:44','',0,'https://sunfloris.com/wordpress/services/',0,'page','',0),(1118,1,'2022-08-22 13:55:33','2022-08-22 13:55:33','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:55:33','2022-08-22 13:55:33','',13,'https://sunfloris.com/wordpress/?p=1118',0,'revision','',0),(889,1,'2022-08-15 11:49:01','2022-08-15 11:49:01','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:01','2022-08-15 11:49:01','',13,'https://sunfloris.com/wordpress/?p=889',0,'revision','',0),(246,1,'2021-05-18 04:40:38','2021-05-18 04:40:38','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>About Us</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>SunFloris Services for Champions!</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Let’s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.</h4><p>With 10 years of experience in helping businesses grow, we’ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\nWe’ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\n</p>		\n			<h3>Mission.</h3><p>Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.</p>		\n			<h3>Vision</h3><p>We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.</p>','About Us','','publish','closed','closed','','about-us','','','2022-03-30 14:03:22','2022-03-30 14:03:22','',0,'https://sunfloris.com/wordpress/about-us/',0,'page','',0),(247,1,'2021-05-18 04:40:39','2021-05-18 04:40:39','<h1>Get In Touch</h1>		\n					<ul>\n							<li>\n										USA | Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunfloris.com\n									</li>\n								<li>\n										+2347033317841 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n													<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />													\n			<h2>Send us a Message</h2>		\n													<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />													\n		<form id=\"wpforms-form-21\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6bd4f9a40131d84b6ef9dfdbc233c42c\" data-token-time=\"1727698785\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-21-field_0\">Name *</label><input type=\"text\" id=\"wpforms-21-field_0\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required><label for=\"wpforms-21-field_1\">Email *</label><input type=\"email\" id=\"wpforms-21-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" spellcheck=\"false\" required><label for=\"wpforms-21-field_3\">Subject *</label><input type=\"text\" id=\"wpforms-21-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required><label for=\"wpforms-21-field_2\">Message *</label><textarea id=\"wpforms-21-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0e9939b65f\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://sunfloris.com/wordpress/contact-us/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" data-alt-text=\"Sending...\" data-submit-text=\"Send us a Message!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send us a Message!</button></form>  <!-- .wpforms-container -->','Contact Us','','publish','closed','closed','','contact-us','','','2024-09-30 12:19:45','2024-09-30 12:19:45','',0,'https://sunfloris.com/wordpress/contact-us/',0,'page','',0),(1541,1,'2024-03-14 14:28:10','2024-03-14 14:28:10','<h1>Get In Touch</h1>		\n					<ul>\n							<li>\n										USA | Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 | +18325352142 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n													<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />													\n			<h2>Send us a Message</h2>		\n													<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />													\n		<form id=\"wpforms-form-21\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"f83820ba57339d5f8f5efb8e0cb5d84a\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-21-field_0\">Name *</label><input type=\"text\" id=\"wpforms-21-field_0\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required><label for=\"wpforms-21-field_1\">Email *</label><input type=\"email\" id=\"wpforms-21-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" spellcheck=\"false\" required><label for=\"wpforms-21-field_3\">Subject *</label><input type=\"text\" id=\"wpforms-21-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required><label for=\"wpforms-21-field_2\">Message *</label><textarea id=\"wpforms-21-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"8de17ad169\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" data-alt-text=\"Sending...\" data-submit-text=\"Send us a Message!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send us a Message!</button></form>  <!-- .wpforms-container -->','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-03-14 14:28:10','2024-03-14 14:28:10','',247,'https://sunfloris.com/wordpress/?p=1541',0,'revision','',0),(1542,1,'2024-03-14 14:28:23','2024-03-14 14:28:23','<h1>Get In Touch</h1>		\n					<ul>\n							<li>\n										USA | Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 | +18325352142 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n													<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />													\n			<h2>Send us a Message</h2>		\n													<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />													\n		<form id=\"wpforms-form-21\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"f83820ba57339d5f8f5efb8e0cb5d84a\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-21-field_0\">Name *</label><input type=\"text\" id=\"wpforms-21-field_0\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required><label for=\"wpforms-21-field_1\">Email *</label><input type=\"email\" id=\"wpforms-21-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" spellcheck=\"false\" required><label for=\"wpforms-21-field_3\">Subject *</label><input type=\"text\" id=\"wpforms-21-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required><label for=\"wpforms-21-field_2\">Message *</label><textarea id=\"wpforms-21-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"8de17ad169\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" data-alt-text=\"Sending...\" data-submit-text=\"Send us a Message!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send us a Message!</button></form>  <!-- .wpforms-container -->','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-03-14 14:28:23','2024-03-14 14:28:23','',247,'https://sunfloris.com/wordpress/?p=1542',0,'revision','',0),(248,1,'2023-07-09 12:44:11','2021-05-18 04:40:39',' ','','','publish','closed','closed','','22','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/2021/05/18/22/',14,'nav_menu_item','',0),(250,1,'2022-03-30 13:02:48','2022-03-30 13:02:48','','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:02:48','2022-03-30 13:02:48','',247,'https://sunfloris.com/wordpress/?p=250',0,'revision','',0),(251,1,'2022-03-30 13:02:48','2022-03-30 13:02:48','','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 13:02:48','2022-03-30 13:02:48','',13,'https://sunfloris.com/wordpress/?p=251',0,'revision','',0),(252,1,'2022-03-30 13:02:49','2022-03-30 13:02:49','','About Us','','inherit','closed','closed','','246-revision-v1','','','2022-03-30 13:02:49','2022-03-30 13:02:49','',246,'https://sunfloris.com/wordpress/?p=252',0,'revision','',0),(253,1,'2022-03-30 13:02:50','2022-03-30 13:02:50','','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:02:50','2022-03-30 13:02:50','',9,'https://sunfloris.com/wordpress/?p=253',0,'revision','',0),(255,1,'2022-03-30 13:17:50','2022-03-30 13:17:50','','IMG-20200106-WA0004','','inherit','open','closed','','img-20200106-wa0004','','','2022-03-30 13:17:50','2022-03-30 13:17:50','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/IMG-20200106-WA0004.jpg',0,'attachment','image/jpeg',0),(256,1,'2022-03-30 13:18:13','2022-03-30 13:18:13','https://sunfloris.com/wordpress/wp-content/uploads/2022/03/cropped-IMG-20200106-WA0004.jpg','cropped-IMG-20200106-WA0004.jpg','','inherit','open','closed','','cropped-img-20200106-wa0004-jpg','','','2022-03-30 13:18:13','2022-03-30 13:18:13','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/cropped-IMG-20200106-WA0004.jpg',0,'attachment','image/jpeg',0),(8,1,'2021-08-05 12:40:51','2021-08-05 12:40:51','<!-- wp:presto-player/reusable-edit -->\n<div class=\"wp-block-presto-player-reusable-edit\"><!-- wp:presto-player/youtube {\"autoplay\":true,\"playsInline\":true,\"id\":1,\"src\":\"https://youtu.be/9Ge8WqMIDH8\",\"preset\":5,\"video_id\":\"9Ge8WqMIDH8\"} /--></div>\n<!-- /wp:presto-player/reusable-edit -->','','','publish','closed','closed','','8','','','2021-08-05 12:42:12','2021-08-05 12:42:12','',0,'https://sunfloris.com/wordpress/?post_type=pp_video_block&#038;p=8',0,'pp_video_block','',0),(15,1,'2022-03-30 11:37:47','2022-03-30 11:37:47','','Contact Form','','publish','closed','closed','','contact-form','','','2022-03-30 11:37:47','2022-03-30 11:37:47','',0,'https://sunfloris.com/wordpress/?p=15',0,'wpuf_contact_form','',0),(16,1,'2022-03-30 11:37:47','2022-03-30 11:37:47','a:20:{s:8:\"template\";s:10:\"name_field\";s:4:\"name\";s:4:\"name\";s:5:\"label\";s:4:\"Name\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:6:\"inline\";s:3:\"yes\";s:9:\"hide_subs\";b:0;}','','','publish','closed','closed','','16','','','2022-03-30 11:37:47','2022-03-30 11:37:47','',15,'https://sunfloris.com/wordpress/?p=16',0,'wpuf_input','',0),(17,1,'2022-03-30 11:37:47','2022-03-30 11:37:47','a:15:{s:8:\"template\";s:13:\"email_address\";s:4:\"name\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";s:0:\"\";}','','','publish','closed','closed','','17','','','2022-03-30 11:37:47','2022-03-30 11:37:47','',15,'https://sunfloris.com/wordpress/?p=17',1,'wpuf_input','',0),(18,1,'2022-03-30 11:37:47','2022-03-30 11:37:47','a:18:{s:8:\"template\";s:14:\"textarea_field\";s:4:\"name\";s:7:\"message\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:16:\"word_restriction\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:4:\"rich\";s:2:\"no\";}','','','publish','closed','closed','','18','','','2022-03-30 11:37:47','2022-03-30 11:37:47','',15,'https://sunfloris.com/wordpress/?p=18',2,'wpuf_input','',0),(20,1,'2022-03-30 11:53:08','2022-03-30 11:53:08','','Default Kit','','publish','closed','closed','','default-kit','','','2022-03-30 11:53:08','2022-03-30 11:53:08','',0,'https://sunfloris.com/wordpress/?p=20',0,'elementor_library','',0),(21,1,'2022-03-30 13:02:20','2022-03-30 13:02:20','{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Name\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email Address\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Subject\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Your Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"21\",\"field_id\":4,\"settings\":{\"form_title\":\"Send us a Message\",\"form_desc\":\"\",\"submit_text\":\"Send us a Message!\",\"submit_text_processing\":\"Sending...\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Professional Services\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p><strong>Thanks for contacting us! We will be in touch with you shortly.<\\/strong><\\/p>\",\"message_scroll\":\"1\",\"page\":\"246\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Send us a Message','','publish','closed','closed','','simple-contact-form','','','2022-03-30 20:52:52','2022-03-30 20:52:52','',0,'https://sunfloris.com/wordpress/?post_type=wpforms&#038;p=21',0,'wpforms','',0),(22,1,'2022-03-30 13:02:20','2022-03-30 13:02:20','{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Name\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"label_hide\":\"1\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email Address\",\"confirmation_placeholder\":\"\",\"label_hide\":\"1\",\"default_value\":\"\",\"css\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Subject\",\"label_hide\":\"1\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"input_mask\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Your Message\",\"label_hide\":\"1\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":21,\"field_id\":4,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Send Away!\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"antispam\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Professional Services\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"14\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Simple Contact Form','','inherit','closed','closed','','21-revision-v1','','','2022-03-30 13:02:20','2022-03-30 13:02:20','',21,'https://sunfloris.com/wordpress/?p=22',0,'revision','',0),(23,1,'2022-03-30 13:02:22','2022-03-30 13:02:22','','oceanwp','','publish','closed','closed','','oceanwp','','','2022-03-30 13:02:22','2022-03-30 13:02:22','',0,'https://sunfloris.com/wordpress/2022/03/30/oceanwp/',0,'custom_css','',0),(24,1,'2022-03-30 13:02:22','2022-03-30 13:02:22','','oceanwp','','inherit','closed','closed','','23-revision-v1','','','2022-03-30 13:02:22','2022-03-30 13:02:22','',23,'https://sunfloris.com/wordpress/?p=24',0,'revision','',0),(249,1,'2022-03-30 13:02:45','2022-03-30 13:02:45','','Default Kit','','inherit','closed','closed','','36-revision-v1','','','2022-03-30 13:02:45','2022-03-30 13:02:45','',36,'https://sunfloris.com/wordpress/?p=249',0,'revision','',0),(12,1,'2023-07-09 12:44:11','2021-05-18 04:37:24',' ','','','publish','closed','closed','','12','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/2021/05/18/12/',1,'nav_menu_item','',0),(26,1,'2023-07-09 12:44:11','2021-05-18 04:40:39',' ','','','publish','closed','closed','','20','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/2021/05/18/20/',2,'nav_menu_item','',0),(27,1,'2023-07-09 12:44:11','2021-05-18 04:40:39',' ','','','publish','closed','closed','','21','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/2021/05/18/21/',11,'nav_menu_item','',0),(30,1,'2021-05-18 05:40:42','2021-05-18 05:40:42','','cta-bg','','inherit','open','closed','','cta-bg','','','2021-05-18 05:40:42','2021-05-18 05:40:42','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/cta-bg.jpg',0,'attachment','image/jpeg',0),(36,1,'2021-05-18 05:59:58','2021-05-18 05:59:58','','Default Kit','','publish','closed','closed','','default-kit-2','','','2022-03-30 13:02:45','2022-03-30 13:02:45','',0,'https://sunfloris.com/wordpress/?elementor_library=default-kit-2',0,'elementor_library','',0),(37,1,'2021-05-18 06:01:35','2021-05-18 06:01:35','','home-about-img','','inherit','open','closed','','home-about-img','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg',0,'attachment','image/jpeg',0),(38,1,'2021-05-18 06:01:40','2021-05-18 06:01:40','','home-hero-img','','inherit','open','closed','','home-hero-img','','','2022-03-30 13:02:33','2022-03-30 13:02:33','',9,'https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg',0,'attachment','image/jpeg',0),(261,1,'2022-03-30 13:31:20','2022-03-30 13:31:20','','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:31:20','2022-03-30 13:31:20','',9,'https://sunfloris.com/wordpress/?p=261',0,'revision','',0),(262,1,'2022-03-30 13:31:21','2022-03-30 13:31:21','','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:31:21','2022-03-30 13:31:21','',9,'https://sunfloris.com/wordpress/?p=262',0,'revision','',0),(269,1,'2022-03-30 13:35:31','2022-03-30 13:35:31','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:35:31','2022-03-30 13:35:31','',9,'https://sunfloris.com/wordpress/?p=269',0,'revision','',0),(263,1,'2022-03-30 13:31:21','2022-03-30 13:31:21','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Coaching</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Trusted by Leaders\n</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" alt=\"\" loading=\"lazy\" />						\n														Priscila Markus\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Kyle Hoffman\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" alt=\"\" loading=\"lazy\" />						\n														Jason Myles\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" alt=\"\" loading=\"lazy\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:31:21','2022-03-30 13:31:21','',9,'https://sunfloris.com/wordpress/?p=263',0,'revision','',0),(264,1,'2022-03-30 13:32:51','2022-03-30 13:32:51','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Coaching</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Trusted by Leaders\n</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" alt=\"\" loading=\"lazy\" />						\n														Priscila Markus\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Kyle Hoffman\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" alt=\"\" loading=\"lazy\" />						\n														Jason Myles\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" alt=\"\" loading=\"lazy\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:32:51','2022-03-30 13:32:51','',9,'https://sunfloris.com/wordpress/?p=264',0,'revision','',0),(265,1,'2022-03-30 13:32:51','2022-03-30 13:32:51','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Coaching</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Trusted by Leaders\n</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" alt=\"\" loading=\"lazy\" />						\n														Priscila Markus\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Kyle Hoffman\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" alt=\"\" loading=\"lazy\" />						\n														Jason Myles\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" alt=\"\" loading=\"lazy\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:32:51','2022-03-30 13:32:51','',9,'https://sunfloris.com/wordpress/?p=265',0,'revision','',0),(266,1,'2022-03-30 13:32:52','2022-03-30 13:32:52','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Trusted by Leaders\n</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" alt=\"\" loading=\"lazy\" />						\n														Priscila Markus\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Kyle Hoffman\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" alt=\"\" loading=\"lazy\" />						\n														Jason Myles\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" alt=\"\" loading=\"lazy\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:32:52','2022-03-30 13:32:52','',9,'https://sunfloris.com/wordpress/?p=266',0,'revision','',0),(267,1,'2022-03-30 13:35:30','2022-03-30 13:35:30','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Trusted by Leaders\n</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" alt=\"\" loading=\"lazy\" />						\n														Priscila Markus\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Kyle Hoffman\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" alt=\"\" loading=\"lazy\" />						\n														Jason Myles\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" alt=\"\" loading=\"lazy\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:35:30','2022-03-30 13:35:30','',9,'https://sunfloris.com/wordpress/?p=267',0,'revision','',0),(268,1,'2022-03-30 13:35:30','2022-03-30 13:35:30','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Trusted by Leaders\n</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-3.jpg\" alt=\"\" loading=\"lazy\" />						\n														Priscila Markus\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/customer-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Kyle Hoffman\n							Diam, urna, ornare leo facilisis suspen disse eu rutrum id cursus tincidunt nisl eget ornare pharetra ac pharetra.\n							<img width=\"200\" height=\"200\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/06/customer-4.jpg\" alt=\"\" loading=\"lazy\" />						\n														Jason Myles\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-4.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-5.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-1.svg\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/logo-3.svg\" alt=\"\" loading=\"lazy\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 13:35:30','2022-03-30 13:35:30','',9,'https://sunfloris.com/wordpress/?p=268',0,'revision','',0),(275,1,'2022-03-30 13:54:55','2022-03-30 13:54:55','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:54:55','2022-03-30 13:54:55','',247,'https://sunfloris.com/wordpress/?p=275',0,'revision','',0),(273,1,'2022-03-30 13:54:53','2022-03-30 13:54:53','','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:54:53','2022-03-30 13:54:53','',247,'https://sunfloris.com/wordpress/?p=273',0,'revision','',0),(274,1,'2022-03-30 13:54:53','2022-03-30 13:54:53','','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:54:53','2022-03-30 13:54:53','',247,'https://sunfloris.com/wordpress/?p=274',0,'revision','',0),(276,1,'2022-03-30 13:56:28','2022-03-30 13:56:28','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:56:28','2022-03-30 13:56:28','',247,'https://sunfloris.com/wordpress/?p=276',0,'revision','',0),(277,1,'2022-03-30 13:56:28','2022-03-30 13:56:28','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:56:28','2022-03-30 13:56:28','',247,'https://sunfloris.com/wordpress/?p=277',0,'revision','',0),(278,1,'2022-03-30 13:56:29','2022-03-30 13:56:29','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:56:29','2022-03-30 13:56:29','',247,'https://sunfloris.com/wordpress/?p=278',0,'revision','',0),(279,1,'2022-03-30 13:59:16','2022-03-30 13:59:16','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:59:16','2022-03-30 13:59:16','',247,'https://sunfloris.com/wordpress/?p=279',0,'revision','',0),(280,1,'2022-03-30 13:59:16','2022-03-30 13:59:16','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:59:16','2022-03-30 13:59:16','',247,'https://sunfloris.com/wordpress/?p=280',0,'revision','',0),(281,1,'2022-03-30 13:59:17','2022-03-30 13:59:17','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Call)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:59:17','2022-03-30 13:59:17','',247,'https://sunfloris.com/wordpress/?p=281',0,'revision','',0),(282,1,'2022-03-30 13:59:23','2022-03-30 13:59:23','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Call)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:59:23','2022-03-30 13:59:23','',247,'https://sunfloris.com/wordpress/?p=282',0,'revision','',0),(283,1,'2022-03-30 13:59:23','2022-03-30 13:59:23','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Call)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:59:23','2022-03-30 13:59:23','',247,'https://sunfloris.com/wordpress/?p=283',0,'revision','',0),(284,1,'2022-03-30 13:59:24','2022-03-30 13:59:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 13:59:24','2022-03-30 13:59:24','',247,'https://sunfloris.com/wordpress/?p=284',0,'revision','',0),(285,1,'2022-03-30 14:03:21','2022-03-30 14:03:21','','About Us','','inherit','closed','closed','','246-revision-v1','','','2022-03-30 14:03:21','2022-03-30 14:03:21','',246,'https://sunfloris.com/wordpress/?p=285',0,'revision','',0),(286,1,'2022-03-30 14:03:21','2022-03-30 14:03:21','','About Us','','inherit','closed','closed','','246-revision-v1','','','2022-03-30 14:03:21','2022-03-30 14:03:21','',246,'https://sunfloris.com/wordpress/?p=286',0,'revision','',0),(287,1,'2022-03-30 14:03:22','2022-03-30 14:03:22','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>About Us</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>SunFloris Services for Champions!</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" /></figure><h4>Let’s focus on revenues, more profits, productive teams, improved cash flows and simply just more peace of mind.</h4><p>With 10 years of experience in helping businesses grow, we’ve mastered the skills of understanding business requirements irrespective of the industry they serve. Our clients vary from tiny start-ups to larger corporations who wish to take their business higher.<br><br>\nWe’ve helped entrepreneurs set up a business, build productive teams and make the most of the available resources.\n</p>		\n			<h3>Mission.</h3><p>Bring clarity to the priorities, strategies and opportunities within businesses or roles to help them achieve the exceptional results they desire.</p>		\n			<h3>Vision</h3><p>We strive to enable our clients to have clear direction, focus and achieve success in all the areas of their business.</p>','About Us','','inherit','closed','closed','','246-revision-v1','','','2022-03-30 14:03:22','2022-03-30 14:03:22','',246,'https://sunfloris.com/wordpress/?p=287',0,'revision','',0),(288,1,'2022-03-30 14:10:10','2022-03-30 14:10:10','{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Name\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email Address\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Subject\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Your Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"21\",\"field_id\":4,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Send us a Message!\",\"submit_text_processing\":\"Sending...\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Professional Services\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"246\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Simple Contact Form','','inherit','closed','closed','','21-revision-v1','','','2022-03-30 14:10:10','2022-03-30 14:10:10','',21,'https://sunfloris.com/wordpress/?p=288',0,'revision','',0),(289,1,'2022-03-30 20:47:30','2022-03-30 20:47:30','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 20:47:30','2022-03-30 20:47:30','',9,'https://sunfloris.com/wordpress/?p=289',0,'revision','',0),(290,1,'2022-03-30 20:47:30','2022-03-30 20:47:30','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"#\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 20:47:30','2022-03-30 20:47:30','',9,'https://sunfloris.com/wordpress/?p=290',0,'revision','',0),(291,1,'2022-03-30 20:47:31','2022-03-30 20:47:31','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"https://sunfloris.com/wordpress/services/\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-03-30 20:47:31','2022-03-30 20:47:31','',9,'https://sunfloris.com/wordpress/?p=291',0,'revision','',0),(292,1,'2022-03-30 20:48:58','2022-03-30 20:48:58','{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Name\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email Address\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Subject\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Your Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"21\",\"field_id\":4,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Send us a Message!\",\"submit_text_processing\":\"Sending...\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Professional Services\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p><strong>Thanks for contacting us! We will be in touch with you shortly.<\\/strong><\\/p>\",\"message_scroll\":\"1\",\"page\":\"246\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Simple Contact Form','','inherit','closed','closed','','21-revision-v1','','','2022-03-30 20:48:58','2022-03-30 20:48:58','',21,'https://sunfloris.com/wordpress/?p=292',0,'revision','',0),(293,1,'2022-03-30 20:51:24','2022-03-30 20:51:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:51:24','2022-03-30 20:51:24','',247,'https://sunfloris.com/wordpress/?p=293',0,'revision','',0),(294,1,'2022-03-30 20:51:24','2022-03-30 20:51:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:51:24','2022-03-30 20:51:24','',247,'https://sunfloris.com/wordpress/?p=294',0,'revision','',0),(295,1,'2022-03-30 20:51:25','2022-03-30 20:51:25','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"true\" description=\"true\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:51:25','2022-03-30 20:51:25','',247,'https://sunfloris.com/wordpress/?p=295',0,'revision','',0),(296,1,'2022-03-30 20:52:52','2022-03-30 20:52:52','{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Name\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email Address\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Subject\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Your Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"21\",\"field_id\":4,\"settings\":{\"form_title\":\"Send us a Message\",\"form_desc\":\"\",\"submit_text\":\"Send us a Message!\",\"submit_text_processing\":\"Sending...\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Professional Services\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p><strong>Thanks for contacting us! We will be in touch with you shortly.<\\/strong><\\/p>\",\"message_scroll\":\"1\",\"page\":\"246\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Send us a Message','','inherit','closed','closed','','21-revision-v1','','','2022-03-30 20:52:52','2022-03-30 20:52:52','',21,'https://sunfloris.com/wordpress/?p=296',0,'revision','',0),(300,1,'2022-03-30 20:56:37','2022-03-30 20:56:37','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"true\" description=\"true\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:56:37','2022-03-30 20:56:37','',247,'https://sunfloris.com/wordpress/?p=300',0,'revision','',0),(298,1,'2022-03-30 20:56:37','2022-03-30 20:56:37','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"true\" description=\"true\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:56:37','2022-03-30 20:56:37','',247,'https://sunfloris.com/wordpress/?p=298',0,'revision','',0),(299,1,'2022-03-30 20:56:37','2022-03-30 20:56:37','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h3>Send us a message</h3>		\n		[wpforms id=\"21\" title=\"true\" description=\"true\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:56:37','2022-03-30 20:56:37','',247,'https://sunfloris.com/wordpress/?p=299',0,'revision','',0),(301,1,'2022-03-30 20:56:48','2022-03-30 20:56:48','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"true\" description=\"true\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:56:48','2022-03-30 20:56:48','',247,'https://sunfloris.com/wordpress/?p=301',0,'revision','',0),(302,1,'2022-03-30 20:56:48','2022-03-30 20:56:48','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"true\" description=\"true\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:56:48','2022-03-30 20:56:48','',247,'https://sunfloris.com/wordpress/?p=302',0,'revision','',0),(303,1,'2022-03-30 20:56:48','2022-03-30 20:56:48','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 20:56:48','2022-03-30 20:56:48','',247,'https://sunfloris.com/wordpress/?p=303',0,'revision','',0),(304,1,'2022-03-30 21:05:56','2022-03-30 21:05:56','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:05:56','2022-03-30 21:05:56','',247,'https://sunfloris.com/wordpress/?p=304',0,'revision','',0),(305,1,'2022-03-30 21:05:56','2022-03-30 21:05:56','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:05:56','2022-03-30 21:05:56','',247,'https://sunfloris.com/wordpress/?p=305',0,'revision','',0),(306,1,'2022-03-30 21:05:57','2022-03-30 21:05:57','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:05:57','2022-03-30 21:05:57','',247,'https://sunfloris.com/wordpress/?p=306',0,'revision','',0),(307,1,'2022-03-30 21:07:15','2022-03-30 21:07:15','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:07:15','2022-03-30 21:07:15','',247,'https://sunfloris.com/wordpress/?p=307',0,'revision','',0),(308,1,'2022-03-30 21:07:15','2022-03-30 21:07:15','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:07:15','2022-03-30 21:07:15','',247,'https://sunfloris.com/wordpress/?p=308',0,'revision','',0),(309,1,'2022-03-30 21:07:16','2022-03-30 21:07:16','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:07:16','2022-03-30 21:07:16','',247,'https://sunfloris.com/wordpress/?p=309',0,'revision','',0),(310,1,'2022-03-30 21:09:41','2022-03-30 21:09:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:09:41','2022-03-30 21:09:41','',247,'https://sunfloris.com/wordpress/?p=310',0,'revision','',0),(311,1,'2022-03-30 21:09:41','2022-03-30 21:09:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n										List Item\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:09:41','2022-03-30 21:09:41','',247,'https://sunfloris.com/wordpress/?p=311',0,'revision','',0),(312,1,'2022-03-30 21:09:42','2022-03-30 21:09:42','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:09:42','2022-03-30 21:09:42','',247,'https://sunfloris.com/wordpress/?p=312',0,'revision','',0),(313,1,'2022-03-30 21:10:05','2022-03-30 21:10:05','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:10:05','2022-03-30 21:10:05','',247,'https://sunfloris.com/wordpress/?p=313',0,'revision','',0),(314,1,'2022-03-30 21:10:05','2022-03-30 21:10:05','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:10:05','2022-03-30 21:10:05','',247,'https://sunfloris.com/wordpress/?p=314',0,'revision','',0),(315,1,'2022-03-30 21:10:05','2022-03-30 21:10:05','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-03-30 21:10:05','2022-03-30 21:10:05','',247,'https://sunfloris.com/wordpress/?p=315',0,'revision','',0),(316,1,'2022-03-30 21:20:13','2022-03-30 21:20:13','','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:20:13','2022-03-30 21:20:13','',13,'https://sunfloris.com/wordpress/?p=316',0,'revision','',0),(317,1,'2022-03-30 21:20:13','2022-03-30 21:20:13','','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:20:13','2022-03-30 21:20:13','',13,'https://sunfloris.com/wordpress/?p=317',0,'revision','',0),(318,1,'2022-03-30 21:20:14','2022-03-30 21:20:14','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:20:14','2022-03-30 21:20:14','',13,'https://sunfloris.com/wordpress/?p=318',0,'revision','',0),(319,1,'2022-03-30 21:23:15','2022-03-30 21:23:15','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:23:15','2022-03-30 21:23:15','',13,'https://sunfloris.com/wordpress/?p=319',0,'revision','',0),(320,1,'2022-03-30 21:23:15','2022-03-30 21:23:15','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:23:15','2022-03-30 21:23:15','',13,'https://sunfloris.com/wordpress/?p=320',0,'revision','',0),(321,1,'2022-03-30 21:23:15','2022-03-30 21:23:15','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:23:15','2022-03-30 21:23:15','',13,'https://sunfloris.com/wordpress/?p=321',0,'revision','',0),(322,1,'2022-03-30 21:27:50','2022-03-30 21:27:50','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:27:50','2022-03-30 21:27:50','',13,'https://sunfloris.com/wordpress/?p=322',0,'revision','',0),(323,1,'2022-03-30 21:27:50','2022-03-30 21:27:50','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:27:50','2022-03-30 21:27:50','',13,'https://sunfloris.com/wordpress/?p=323',0,'revision','',0),(324,1,'2022-03-30 21:27:51','2022-03-30 21:27:51','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:27:51','2022-03-30 21:27:51','',13,'https://sunfloris.com/wordpress/?p=324',0,'revision','',0),(325,1,'2022-03-30 21:29:41','2022-03-30 21:29:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:29:41','2022-03-30 21:29:41','',13,'https://sunfloris.com/wordpress/?p=325',0,'revision','',0),(326,1,'2022-03-30 21:29:41','2022-03-30 21:29:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:29:41','2022-03-30 21:29:41','',13,'https://sunfloris.com/wordpress/?p=326',0,'revision','',0),(327,1,'2022-03-30 21:29:41','2022-03-30 21:29:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-03-30 21:29:41','2022-03-30 21:29:41','',13,'https://sunfloris.com/wordpress/?p=327',0,'revision','',0),(334,1,'2022-03-30 22:13:15','2022-03-30 22:13:15','','no-1-portable-solar-gener-selar.co-6205c95bb60ee','','inherit','open','closed','','no-1-portable-solar-gener-selar-co-6205c95bb60ee','','','2022-03-30 22:13:15','2022-03-30 22:13:15','',329,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/no-1-portable-solar-gener-selar.co-6205c95bb60ee.jpg',0,'attachment','image/jpeg',0),(335,1,'2022-03-30 22:16:25','2022-03-30 22:16:25','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>','Shop','','inherit','closed','closed','','329-revision-v1','','','2022-03-30 22:16:25','2022-03-30 22:16:25','',329,'https://sunfloris.com/wordpress/?p=335',0,'revision','',0),(336,1,'2022-03-30 22:16:25','2022-03-30 22:16:25','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>','Shop','','inherit','closed','closed','','329-revision-v1','','','2022-03-30 22:16:25','2022-03-30 22:16:25','',329,'https://sunfloris.com/wordpress/?p=336',0,'revision','',0),(337,1,'2022-03-30 22:16:26','2022-03-30 22:16:26','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Shop','','inherit','closed','closed','','329-revision-v1','','','2022-03-30 22:16:26','2022-03-30 22:16:26','',329,'https://sunfloris.com/wordpress/?p=337',0,'revision','',0),(338,1,'2022-03-30 22:18:19','2022-03-30 22:18:19','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Shop','','inherit','closed','closed','','329-revision-v1','','','2022-03-30 22:18:19','2022-03-30 22:18:19','',329,'https://sunfloris.com/wordpress/?p=338',0,'revision','',0),(339,1,'2022-03-30 22:18:19','2022-03-30 22:18:19','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Shop','','inherit','closed','closed','','329-revision-v1','','','2022-03-30 22:18:19','2022-03-30 22:18:19','',329,'https://sunfloris.com/wordpress/?p=339',0,'revision','',0),(330,1,'2022-03-30 21:47:23','2022-03-30 21:47:23','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Shop','','inherit','closed','closed','','329-revision-v1','','','2022-03-30 21:47:23','2022-03-30 21:47:23','',329,'https://sunfloris.com/wordpress/?p=330',0,'revision','',0),(331,1,'2022-03-30 21:59:47','2022-03-30 21:59:47','','images (1)','','inherit','open','closed','','images-1','','','2022-03-30 21:59:47','2022-03-30 21:59:47','',329,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/images-1.jpg',0,'attachment','image/jpeg',0),(332,1,'2022-03-30 22:00:38','2022-03-30 22:00:38','','download','','inherit','open','closed','','download','','','2022-03-30 22:00:38','2022-03-30 22:00:38','',329,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/download.jpg',0,'attachment','image/jpeg',0),(333,1,'2022-03-30 22:00:39','2022-03-30 22:00:39','','images','','inherit','open','closed','','images','','','2022-03-30 22:00:39','2022-03-30 22:00:39','',329,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/images.jpg',0,'attachment','image/jpeg',0),(340,1,'2022-03-30 22:18:20','2022-03-30 22:18:20','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Shop','','inherit','closed','closed','','329-revision-v1','','','2022-03-30 22:18:20','2022-03-30 22:18:20','',329,'https://sunfloris.com/wordpress/?p=340',0,'revision','',0),(341,1,'2022-03-30 22:21:41','2022-03-30 22:21:41','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20purchasing%20the%20Phone%20Number%20Database.\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Verified Nigeria Email Database</h4>\n						Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','publish','closed','closed','','softwares','','','2022-08-15 11:01:32','2022-08-15 11:01:32','',0,'https://sunfloris.com/wordpress/?page_id=341',0,'page','',0),(877,1,'2022-08-15 09:51:58','2022-08-15 09:51:58','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Email Database</h4>\n						Now you can get your business products or services Sold out to our Email Database. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:51:58','2022-08-15 09:51:58','',341,'https://sunfloris.com/wordpress/?p=877',0,'revision','',0),(873,1,'2022-08-15 09:39:05','2022-08-15 09:39:05','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>20 Countries Email Database</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:39:05','2022-08-15 09:39:05','',341,'https://sunfloris.com/wordpress/?p=873',0,'revision','',0),(359,1,'2022-03-30 22:39:25','2022-03-30 22:39:25','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:39:25','2022-03-30 22:39:25','',341,'https://sunfloris.com/wordpress/?p=359',0,'revision','',0),(342,1,'2022-03-30 22:22:00','2022-03-30 22:22:00','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:22:00','2022-03-30 22:22:00','',341,'https://sunfloris.com/wordpress/?p=342',0,'revision','',0),(343,1,'2023-07-09 12:44:11','2022-03-30 22:23:19',' ','','','publish','closed','closed','','343','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=343',12,'nav_menu_item','',0),(344,1,'2022-03-30 22:23:24','2022-03-30 22:23:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:23:24','2022-03-30 22:23:24','',341,'https://sunfloris.com/wordpress/?p=344',0,'revision','',0),(345,1,'2022-03-30 22:23:24','2022-03-30 22:23:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:23:24','2022-03-30 22:23:24','',341,'https://sunfloris.com/wordpress/?p=345',0,'revision','',0),(346,1,'2022-03-30 22:23:24','2022-03-30 22:23:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:23:24','2022-03-30 22:23:24','',341,'https://sunfloris.com/wordpress/?p=346',0,'revision','',0),(356,1,'2022-03-30 22:38:09','2022-03-30 22:38:09','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:38:09','2022-03-30 22:38:09','',341,'https://sunfloris.com/wordpress/?p=356',0,'revision','',0),(351,1,'2022-03-30 22:25:58','2022-03-30 22:25:58','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:25:58','2022-03-30 22:25:58','',341,'https://sunfloris.com/wordpress/?p=351',0,'revision','',0),(348,1,'2023-07-09 12:44:11','2022-03-30 22:25:47',' ','','','publish','closed','closed','','348','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=348',13,'nav_menu_item','',0),(349,1,'2022-03-30 22:25:57','2022-03-30 22:25:57','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:25:57','2022-03-30 22:25:57','',341,'https://sunfloris.com/wordpress/?p=349',0,'revision','',0),(350,1,'2022-03-30 22:25:57','2022-03-30 22:25:57','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Shop</h1>		\n			<h2>Checkout our Products.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:25:57','2022-03-30 22:25:57','',341,'https://sunfloris.com/wordpress/?p=350',0,'revision','',0),(352,1,'2022-03-30 22:28:39','2022-03-30 22:28:39','','Video Ads Architect','','inherit','open','closed','','video-ads-architect','','','2022-03-30 22:28:39','2022-03-30 22:28:39','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/Video-Ads-Architect.png',0,'attachment','image/png',0),(354,1,'2022-03-30 22:38:07','2022-03-30 22:38:07','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:38:07','2022-03-30 22:38:07','',341,'https://sunfloris.com/wordpress/?p=354',0,'revision','',0),(355,1,'2022-03-30 22:38:08','2022-03-30 22:38:08','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n									<h4>\n						No 1 Portable Solar Generator with Solar Panel and 10W DC Fan for your Laptop and Gadgets					</h4>\n						Do you need a Power Backup for your Laptop, Phones, and other Gadgets?					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:38:08','2022-03-30 22:38:08','',341,'https://sunfloris.com/wordpress/?p=355',0,'revision','',0),(357,1,'2022-03-30 22:39:24','2022-03-30 22:39:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:39:24','2022-03-30 22:39:24','',341,'https://sunfloris.com/wordpress/?p=357',0,'revision','',0),(358,1,'2022-03-30 22:39:24','2022-03-30 22:39:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/solarpowerbank\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:39:24','2022-03-30 22:39:24','',341,'https://sunfloris.com/wordpress/?p=358',0,'revision','',0),(364,1,'2022-03-30 22:43:28','2022-03-30 22:43:28','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:43:28','2022-03-30 22:43:28','',341,'https://sunfloris.com/wordpress/?p=364',0,'revision','',0),(361,1,'2022-03-30 22:43:01','2022-03-30 22:43:01','','Story Monarch','','inherit','open','closed','','story-monarch','','','2022-03-30 22:43:01','2022-03-30 22:43:01','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/Story-Monarch.png',0,'attachment','image/png',0),(362,1,'2022-03-30 22:43:27','2022-03-30 22:43:27','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:43:27','2022-03-30 22:43:27','',341,'https://sunfloris.com/wordpress/?p=362',0,'revision','',0),(363,1,'2022-03-30 22:43:27','2022-03-30 22:43:27','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:43:27','2022-03-30 22:43:27','',341,'https://sunfloris.com/wordpress/?p=363',0,'revision','',0),(365,1,'2022-03-30 22:43:49','2022-03-30 22:43:49','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:43:49','2022-03-30 22:43:49','',341,'https://sunfloris.com/wordpress/?p=365',0,'revision','',0),(366,1,'2022-03-30 22:43:49','2022-03-30 22:43:49','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:43:49','2022-03-30 22:43:49','',341,'https://sunfloris.com/wordpress/?p=366',0,'revision','',0),(367,1,'2022-03-30 22:43:50','2022-03-30 22:43:50','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:43:50','2022-03-30 22:43:50','',341,'https://sunfloris.com/wordpress/?p=367',0,'revision','',0),(368,1,'2022-03-30 22:48:27','2022-03-30 22:48:27','','Motion','','inherit','open','closed','','motion','','','2022-03-30 22:48:27','2022-03-30 22:48:27','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/Motion.png',0,'attachment','image/png',0),(369,1,'2022-03-30 22:49:36','2022-03-30 22:49:36','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:49:36','2022-03-30 22:49:36','',341,'https://sunfloris.com/wordpress/?p=369',0,'revision','',0),(370,1,'2022-03-30 22:49:36','2022-03-30 22:49:36','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:49:36','2022-03-30 22:49:36','',341,'https://sunfloris.com/wordpress/?p=370',0,'revision','',0),(371,1,'2022-03-30 22:49:37','2022-03-30 22:49:37','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:49:37','2022-03-30 22:49:37','',341,'https://sunfloris.com/wordpress/?p=371',0,'revision','',0),(372,1,'2022-03-30 22:51:39','2022-03-30 22:51:39','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:51:39','2022-03-30 22:51:39','',341,'https://sunfloris.com/wordpress/?p=372',0,'revision','',0),(373,1,'2022-03-30 22:51:39','2022-03-30 22:51:39','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:51:39','2022-03-30 22:51:39','',341,'https://sunfloris.com/wordpress/?p=373',0,'revision','',0),(374,1,'2022-03-30 22:51:40','2022-03-30 22:51:40','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:51:40','2022-03-30 22:51:40','',341,'https://sunfloris.com/wordpress/?p=374',0,'revision','',0),(379,1,'2022-03-30 22:56:15','2022-03-30 22:56:15','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:56:15','2022-03-30 22:56:15','',341,'https://sunfloris.com/wordpress/?p=379',0,'revision','',0),(376,1,'2022-03-30 22:55:27','2022-03-30 22:55:27','','Slide Machine','','inherit','open','closed','','slide-machine','','','2022-03-30 22:55:27','2022-03-30 22:55:27','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/Slide-Machine.png',0,'attachment','image/png',0),(377,1,'2022-03-30 22:56:14','2022-03-30 22:56:14','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:56:14','2022-03-30 22:56:14','',341,'https://sunfloris.com/wordpress/?p=377',0,'revision','',0),(378,1,'2022-03-30 22:56:15','2022-03-30 22:56:15','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:56:15','2022-03-30 22:56:15','',341,'https://sunfloris.com/wordpress/?p=378',0,'revision','',0),(380,1,'2022-03-30 22:56:40','2022-03-30 22:56:40','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:56:40','2022-03-30 22:56:40','',341,'https://sunfloris.com/wordpress/?p=380',0,'revision','',0),(381,1,'2022-03-30 22:56:41','2022-03-30 22:56:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:56:41','2022-03-30 22:56:41','',341,'https://sunfloris.com/wordpress/?p=381',0,'revision','',0),(382,1,'2022-03-30 22:56:41','2022-03-30 22:56:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:56:41','2022-03-30 22:56:41','',341,'https://sunfloris.com/wordpress/?p=382',0,'revision','',0),(383,1,'2022-03-30 22:57:35','2022-03-30 22:57:35','','Custom','','inherit','open','closed','','custom','','','2022-03-30 22:57:35','2022-03-30 22:57:35','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/Custom.png',0,'attachment','image/png',0),(384,1,'2022-03-30 22:58:46','2022-03-30 22:58:46','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:58:46','2022-03-30 22:58:46','',341,'https://sunfloris.com/wordpress/?p=384',0,'revision','',0),(385,1,'2022-03-30 22:58:46','2022-03-30 22:58:46','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:58:46','2022-03-30 22:58:46','',341,'https://sunfloris.com/wordpress/?p=385',0,'revision','',0),(386,1,'2022-03-30 22:58:46','2022-03-30 22:58:46','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:58:46','2022-03-30 22:58:46','',341,'https://sunfloris.com/wordpress/?p=386',0,'revision','',0),(387,1,'2022-03-30 22:59:39','2022-03-30 22:59:39','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:59:39','2022-03-30 22:59:39','',341,'https://sunfloris.com/wordpress/?p=387',0,'revision','',0),(388,1,'2022-03-30 22:59:39','2022-03-30 22:59:39','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:59:39','2022-03-30 22:59:39','',341,'https://sunfloris.com/wordpress/?p=388',0,'revision','',0),(389,1,'2022-03-30 22:59:40','2022-03-30 22:59:40','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-30 22:59:40','2022-03-30 22:59:40','',341,'https://sunfloris.com/wordpress/?p=389',0,'revision','',0),(393,1,'2022-03-31 11:24:39','2022-03-31 11:24:39','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-31 11:24:39','2022-03-31 11:24:39','',341,'https://sunfloris.com/wordpress/?p=393',0,'revision','',0),(391,1,'2022-03-31 11:24:37','2022-03-31 11:24:37','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-31 11:24:37','2022-03-31 11:24:37','',341,'https://sunfloris.com/wordpress/?p=391',0,'revision','',0),(392,1,'2022-03-31 11:24:38','2022-03-31 11:24:38','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-03-31 11:24:38','2022-03-31 11:24:38','',341,'https://sunfloris.com/wordpress/?p=392',0,'revision','',0),(395,1,'2022-04-03 13:35:24','2022-04-03 13:35:24','<span><img alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span><p style=\"text-align: center;\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p><p style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong></p><p style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><strong><span style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p><p style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p><span><img alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span><span><img alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span><p style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p><span><img alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Video Sales Letters (VSL)</span></li><li style=\"\"><span style=\"\">Video Overlay</span></li><li style=\"\"><span style=\"\">Squeeze Pages</span></li><li style=\"\"><span style=\"\">Landing Pages</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p><span><img alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Website</span></li><li style=\"\"><span style=\"\">Blogs</span></li><li style=\"\"><span style=\"\">Social Media</span></li><li style=\"\"><span style=\"\">Emails</span></li></ul><p style=\"text-align: center;\">...Or share the links directly</p><p style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p><p style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p><span><img alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\">Connect your PayPal orStripe and receivepayments right insidethe video.</p><p style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p><span><img alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Optin Forms</span></li><li style=\"\"><span style=\"\">CTAs</span></li><li style=\"\"><span style=\"\">Buy Buttons</span></li><li style=\"\"><span style=\"\">Images &amp; Objects</span></li><li style=\"\"><span style=\"\">Watermarks</span></li><li style=\"\"><span style=\"\">Text &amp; Buttons</span></li></ul><ul><li style=\"\"><span style=\"\">Countdown Timers</span></li><li style=\"\"><span style=\"\">Social Share</span></li><li style=\"\"><span style=\"\">Quizzes &amp; Surveys</span></li><li style=\"\"><span style=\"\">Videos</span></li><li style=\"\"><span style=\"\">Maps &amp; Calendars</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p><span><img alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p><ul><li style=\"\"><span style=\"\">Video Skins</span></li><li style=\"\"><span style=\"\">Auto-Play Videos</span></li><li style=\"\"><span style=\"\">Custom Thumbnails</span></li><li style=\"\"><span style=\"\">Create Sticky Videos</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>FREE Commercial License</strong></p><span><img alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span><p style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p><p style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\">ONLY When You Act NOW!</span></strong></p><span><img alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span><span><img alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span><p style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p><span><img alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" width=\"89\" height=\"81\"></span><p style=\"text-align: center;\"><strong>Kareem Maize</strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p><span><img alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" width=\"89\" height=\"90\"></span><p style=\"text-align: center;\"><strong>Randall Kempleton</strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p><p style=\"text-align: center;\"><strong><strong>Keith Troup</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p><span><img alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" width=\"89\" height=\"90\"></span><p style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><span style=\"\"><img alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span><p style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p><p style=\"text-align: center;\">I’m Ifiok Nkem!</p><span><img alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span><p style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p style=\"text-align: left;\"></p><p style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p style=\"text-align: left;\">We are the same team that recently released a solid video product called VideoTours360.BUT - I have got NEWS for you…</p><p style=\"text-align: center;\"><strong>Traditional Videos</strong></p><p style=\"text-align: center;\"><strong>Are DEAD</strong></p><p style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p><p style=\"text-align: center;\"><strong>These Type Of Videos Generate:</strong></p><p style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p><span><img alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p><p style=\"text-align: center;\"><strong>Low Sales</strong></p><span><img alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p><p style=\"text-align: center;\"><strong>Less Profits</strong></p><span><img alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p><p style=\"text-align: center;\"><strong>On The Other Hand…</strong></p><p style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><strong>Interactive Videos Are Bringing</strong></p><p style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p><p style=\"text-align: center;\"><strong>Increased</strong><strong>Qualified Leads</strong></p><span><img alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p><p style=\"text-align: center;\"><strong>Engaging Videos</strong></p><span><img alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p><p style=\"text-align: center;\"><strong>High Sales Volumes</strong></p><span><img alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p><p style=\"text-align: center;\"><strong>Increased Profits</strong></p><span><img alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p><p style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p><p style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p><p style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p><span><img alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" width=\"1222\" height=\"625\"></span><p style=\"text-align: center;\">2,741 Visitors0 Leads</p><p style=\"text-align: center;\"><strong>2,307 Visitors1,168 Leads</strong></p><span><img alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\"></span><p style=\"text-align: center;\"><strong>Marketers Across The Board</strong><strong><span style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p><span><img alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p><p style=\"text-align: center;\">Interactivity results in<strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p><span><img alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>BETTER</strong><strong>Completion Rate</strong></p><p style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p><span><img alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>HIGHER</strong><strong>Click-Through-Rate</strong></p><p style=\"text-align: center;\">The click-through rate is<strong>10x higher</strong> than a passive video (Business Insider).</p><span><img alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>INCREASED Sales</strong></p><p style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p><span><img alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>BETTER Viewer</strong><strong>Experience</strong></p><p style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p><span><img alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>IMPROVED</strong><strong>Interaction Rate</strong></p><p style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p><p style=\"text-align: center;\"><strong>The Sensational New Trend</strong><strong>Of Interactive Videos Has Already</strong></p><p style=\"text-align: center;\"><strong>Made BIG Businesses</strong><strong><span style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p><span><img alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" style=\"\" width=\"1125\" height=\"1256\"></span><p style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><strong>Deep Pockets Could Tap Into</strong></p><p style=\"text-align: center;\"><strong>The Incredible Power</strong><strong>Of Interactive Videos…</strong></p><span><img alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Optin Forms</strong></p><span><img alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>CTAs</strong></p><span><img alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Buy Buttons</strong></p><span><img alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p><span><img alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Watermarks</strong></p><span><img alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Text</strong></p><span><img alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Buttons</strong></p><span><img alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Countdown</strong><strong>Timers</strong></p><span><img alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Social Share</strong></p><span><img alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p><span><img alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Videos</strong></p><span><img alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p><p style=\"text-align: center;\"><strong>And The Best Part:</strong></p><p style=\"text-align: center;\"><strong>You Don’t Even Need</strong><strong>To Create Your Own Video</strong></p><p style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p><p style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s 100% LEGAL</p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s SMART</p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s ETHICAL</p><p style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p><p style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p><span><img alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" style=\"\"></span><p style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\"><strong>Introducing…</strong></p><span><img alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" style=\"\" width=\"524\" height=\"159\"></span><span><img alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span><p style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><strong>Videos To Businesses</strong></p><p style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p><span><img alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span><p style=\"text-align: center;\"><strong>Step #1</strong></p><p style=\"text-align: center;\"><strong>Choose Video</strong></p><p style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…… or upload your own.</p><span><img alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" style=\"\" width=\"357\" height=\"68\"></span><p style=\"text-align: center;\"><strong>Step #2</strong></p><p style=\"text-align: center;\"><strong>Customize</strong></p><p style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p><span><img alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" width=\"698\" height=\"440\"></span><span><img alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" width=\"357\" height=\"68\"></span><span><img alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span><p style=\"text-align: center;\"><strong>Step #3</strong></p><p style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p><p style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p><p style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p><p style=\"text-align: center;\"><strong>1st Choice For Creating</strong><strong>Interactive Videos</strong></p><span><img alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" width=\"424\" height=\"299\"></span><p style=\"text-align: center;\"><strong>Lead Gate</strong></p><p style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p><span><img alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" width=\"424\" height=\"260\"></span><p style=\"text-align: center;\"><strong>Share Gate</strong></p><p style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p><span style=\"\"><img alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span><p style=\"text-align: center;\"><strong>Call-To-Action</strong></p><p style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p><span><img alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" width=\"424\" height=\"207\"></span><p style=\"text-align: center;\"><strong>Countdown Timers</strong></p><p style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p><span><img alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" width=\"421\" height=\"226\"></span><p style=\"text-align: center;\"><strong>Surveys</strong></p><p style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p><span><img alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" width=\"424\" height=\"307\"></span><p style=\"text-align: center;\"><strong>Video In Video</strong></p><p style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p><span><img alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" width=\"386\" height=\"271\"></span><p style=\"text-align: center;\"><strong>Player Elements</strong></p><p style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p><span><img alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" width=\"424\" height=\"264\"></span><p style=\"text-align: center;\"><strong>Video Skin</strong></p><p style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p><span><img alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" width=\"424\" height=\"299\"></span><p style=\"text-align: center;\"><strong>Video Source</strong></p><p style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p><span><img alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" width=\"424\" height=\"294\"></span><p style=\"text-align: center;\"><strong>Responsive</strong></p><p style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p><p style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p><p style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p><p style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p><span><img alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" style=\"\" width=\"757\" height=\"391\"></span><p style=\"text-align: center;\"><strong>Gamification</strong></p><p style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p><p style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p><p style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><strong>To Unlock A ‘Free Ebook’</strong></p><span style=\"\"><img alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span><p style=\"text-align: center;\">Download Files</p><p style=\"text-align: center;\"><strong>Claim Your Early</strong><strong>Bird Discount!</strong></p><span><img alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" width=\"506\" height=\"326\"></span><p style=\"text-align: center;\">Single Use Coupon</p><p style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><strong>You Shop With Us!</strong></p><span><img alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" style=\"\" width=\"536\" height=\"345\"></span><p style=\"text-align: center;\">Multiple Use Coupon</p><p style=\"text-align: center;\"><strong>Check Out The</strong><strong>Complete Range Here!</strong></p><span><img alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" style=\"\" width=\"575\" height=\"371\"></span><p style=\"text-align: center;\">URL Redirect</p><p style=\"text-align: center;\"><strong>Full In-Video</strong></p><p style=\"text-align: center;\"><strong>Personalization</strong></p><span><img alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span><p style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p><p style=\"text-align: center;\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p><p style=\"text-align: center;\"><strong>Watch VidJack</strong></p><p style=\"text-align: center;\"><strong>In Action Here...</strong></p><p style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><strong>Powerful Features</strong></p><p style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><strong>Marketing Agency</strong></p><p style=\"text-align: center;\"><strong>ADVANCED Video Player Control</strong></p><p style=\"text-align: center;\">Customize and design your video player as per your taste. Addand remove elements just as you like with a click of a button.</p><span><img alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul><p style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p><ul><li style=\"\"><span style=\"\"><strong>Player Skins</strong></span></li></ul><p style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p><ul><li style=\"\"><span style=\"\"><strong>Watermark</strong></span></li></ul><p style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p><p style=\"text-align: center;\"><strong>Complete Viewer Experience Control</strong></p><p style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now youcan customize not just a part but the entire viewing experience.</p><ul><li style=\"\"><span style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul><p style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p><ul><li style=\"\"><span style=\"\"><strong>Resume Playback</strong></span></li></ul><p style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p><span><img alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><p style=\"text-align: center;\"><strong>Lead Generation &amp; Sales Control</strong></p><p style=\"text-align: center;\">We empower you with exciting and guaranteed to convert leadgeneration tools. Now you can time your CTAs to gate yourcontent effectively to multiply your profits.</p><span><img alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Share-Gate</strong></span></li></ul><p style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p><ul><li style=\"\"><span style=\"\"><strong>Lead-Gate</strong></span></li></ul><p style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p><ul><li style=\"\"><span style=\"\"><strong>CTA-Gate</strong></span></li></ul><p style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p><p style=\"text-align: center;\"><strong>Deep Insights &amp; Analytics</strong></p><p style=\"text-align: center;\">We closely monitor your video engagement to help enhance yourCTAs and sales with each passing campaign.</p><ul><li style=\"\"><span style=\"\"><strong>Engagement Graphs</strong></span></li></ul><p style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p><span><img alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><p style=\"text-align: center;\"><strong>Embed Anywhere</strong></p><p style=\"text-align: center;\">Embed your videos onto any platform of your choice to becomeviral instantly! Pick any website, social media platform, blog orsimply share the link!</p><span><img alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Single Video</strong></span></li></ul><p style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p><ul><li style=\"\"><span style=\"\"><strong>Playlists</strong></span></li></ul><p style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\"><span style=\"font-size: 20px;\">(Coming Soon. Free to Charter Members)</span></span></strong>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p><p style=\"text-align: center;\"><strong>100%</strong></p><p style=\"text-align: center;\"><strong>Newbie Friendly</strong></p><p style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p><span><img alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span><p style=\"text-align: center;\"><strong>Seamless Integration With</strong></p><p style=\"text-align: center;\"><strong>Major Autoresponders</strong></p><span><img alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" style=\"\" width=\"852\" height=\"529\"></span><span><img alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Automated Interface</strong></p><p style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences andauto-customizes highly engaging videos on your behalf.</p><span><img alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p><p style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p><span><img alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Expert Video Resources</strong></p><p style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p><span><img alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p><p style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p><span><img alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>24X7 Assistance</strong></p><p style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p><span><img alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Automatic Updates</strong></p><p style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p><span><img alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span><p style=\"text-align: center;\"><strong>Completely Hosted</strong><strong>On The Cloud</strong></p><p style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p><p style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p><p style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p><span><img alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span><p style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><strong><span style=\"color: rgb(45, 111, 255);\">Video Marketing Agency</span></strong></p><p style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><strong>And Get Paid Top Dollar Like Them…</strong></p><p style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p><p style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p><span><img alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span><p style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\"><strong>We Have Added Some</strong><strong>EXCLUSIVE Bonuses</strong></p><p style=\"text-align: center;\"><strong>Available ONLY During</strong><strong>This Special Launch Period!</strong></p><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #1</strong></p><p style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p><p style=\"text-align: center;\"><strong>BONUS #2</strong></p><p style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p><p style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.BUT NOT ANY MORE...Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #3</strong></p><p style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p><p style=\"text-align: center;\"><strong>BONUS #4</strong></p><p style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p><p>Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong>This mentorship program comes with;</p><ul><li><span><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul><li><span><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul><li><span>Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul><li><span>And so much more!</span></li></ul><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #5</strong></p><p style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p><p style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p><p style=\"text-align: center;\"><strong>BONUS #6</strong></p><p style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p><p>You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p></p><p>PLUS access to all future webinar replays.<strong>Some of the topics covered includes;</strong></p><ul><li><span>The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul><li><span>Four Easy Stories That Brings Sales</span></li></ul><ul><li><span>Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul><li><span>Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul><li><span>From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul><li><span>Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul><li><span>And many more!</span></li></ul><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>You Can Start Selling</strong><strong>Engaging Videos</strong></p><p style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p><p style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p><span><img alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span><p style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.There’s never been a deal so sweet! We bet you!</p><p style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p><p style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p><p style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p><span><img alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span><p style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p><span><img alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" loading=\"lazy\" width=\"462\" height=\"373\"></span><p style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p><p style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p><p style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this asure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p><p style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p><p style=\"text-align: center;\"><strong>Using VidJack When You</strong><strong>Get It At The Lowest Cost Ever!</strong></p><p style=\"text-align: center;\"><strong>Pay Once. Profit Forever!</strong></p><ul><li><span style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul><ul><li><span style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul><ul><li><span style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul><ul><li><span style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul><ul><li><span style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul><ul><li><span style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul><ul><li><span style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul><ul><li><span style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul><ul><li><span style=\"\"><strong>Full In Video Personalization</strong></span></li></ul><ul><li><span style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul><ul><li><span style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul><ul><li><span style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul><ul><li><span style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul><ul><li><span style=\"\"><strong>Crucial Video Stats</strong></span></li></ul><ul><li><span style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul><ul><li><span style=\"\"><strong>Commercial Rights Included</strong></span></li></ul><p style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p><span><img alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" style=\"\" width=\"194\" height=\"20\"></span><span><img alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" style=\"\" width=\"231\" height=\"39\"></span><p style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p><span><img alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span><p style=\"text-align: center;\">Ifiok Nkem</p><p style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p><p style=\"color:white; font-size:10px; font-family:verdana\">Copyright ©: [tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script] - VidJack - All Rights Reserved</p><p style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p>','VidJack','','publish','closed','closed','','vidjack','','','2022-04-03 13:36:17','2022-04-03 13:36:17','',0,'https://sunfloris.com/wordpress/?page_id=395',0,'page','',0),(396,1,'2022-04-03 11:16:16','2022-04-03 11:16:16','','Notifications','','publish','closed','closed','','notifications','','','2022-04-03 11:16:16','2022-04-03 11:16:16','',0,'https://sunfloris.com/wordpress/?post_type=tve_notifications&p=396',0,'tve_notifications','',0),(397,1,'2022-04-03 11:29:35','2022-04-03 11:29:35','','tve-lp-vidjack','','inherit','open','closed','','tve-lp-vidjack','','','2022-04-03 11:29:35','2022-04-03 11:29:35','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tve-lp-vidjack.zip',0,'attachment','application/zip',0),(398,1,'2022-04-03 11:55:05','2022-04-03 11:55:05','','VJ-FE-02-LogoBody-01','','inherit','open','closed','','vj-fe-02-logobody-01','','','2022-04-03 11:55:05','2022-04-03 11:55:05','',0,'https://sunfloris.com/wordpress/vj-fe-02-logobody-01/',0,'attachment','image/png',0),(399,1,'2022-04-03 11:55:08','2022-04-03 11:55:08','','VJ-FE-03-ImageBody-01','','inherit','open','closed','','vj-fe-03-imagebody-01','','','2022-04-03 11:55:08','2022-04-03 11:55:08','',0,'https://sunfloris.com/wordpress/vj-fe-03-imagebody-01/',0,'attachment','image/png',0),(400,1,'2022-04-03 11:55:08','2022-04-03 11:55:08','','VJ-FE-04-ImageBody-02','','inherit','open','closed','','vj-fe-04-imagebody-02','','','2022-04-03 11:55:08','2022-04-03 11:55:08','',0,'https://sunfloris.com/wordpress/vj-fe-04-imagebody-02/',0,'attachment','image/png',0),(401,1,'2022-04-03 11:55:08','2022-04-03 11:55:08','','VJ-FE-05-IconBody-01','','inherit','open','closed','','vj-fe-05-iconbody-01','','','2022-04-03 11:55:08','2022-04-03 11:55:08','',0,'https://sunfloris.com/wordpress/vj-fe-05-iconbody-01/',0,'attachment','image/png',0),(402,1,'2022-04-03 11:55:08','2022-04-03 11:55:08','','VJ-FE-06-IconBody-02','','inherit','open','closed','','vj-fe-06-iconbody-02','','','2022-04-03 11:55:08','2022-04-03 11:55:08','',0,'https://sunfloris.com/wordpress/vj-fe-06-iconbody-02/',0,'attachment','image/png',0),(403,1,'2022-04-03 11:55:08','2022-04-03 11:55:08','','VJ-FE-07-IconBody-03','','inherit','open','closed','','vj-fe-07-iconbody-03','','','2022-04-03 11:55:08','2022-04-03 11:55:08','',0,'https://sunfloris.com/wordpress/vj-fe-07-iconbody-03/',0,'attachment','image/png',0),(404,1,'2022-04-03 11:55:08','2022-04-03 11:55:08','','VJ-FE-08-IconBody-04','','inherit','open','closed','','vj-fe-08-iconbody-04','','','2022-04-03 11:55:08','2022-04-03 11:55:08','',0,'https://sunfloris.com/wordpress/vj-fe-08-iconbody-04/',0,'attachment','image/png',0),(405,1,'2022-04-03 11:55:08','2022-04-03 11:55:08','','VJ-FE-09-IconBody-05','','inherit','open','closed','','vj-fe-09-iconbody-05','','','2022-04-03 11:55:08','2022-04-03 11:55:08','',0,'https://sunfloris.com/wordpress/vj-fe-09-iconbody-05/',0,'attachment','image/png',0),(406,1,'2022-04-03 11:55:08','2022-04-03 11:55:08','','VD_FE_NewIcon01','','inherit','open','closed','','vd_fe_newicon01','','','2022-04-03 11:55:08','2022-04-03 11:55:08','',0,'https://sunfloris.com/wordpress/vd_fe_newicon01/',0,'attachment','image/png',0),(407,1,'2022-04-03 11:55:09','2022-04-03 11:55:09','','Screen-Shot-2021-03-03-at-7.34.22-PM','','inherit','open','closed','','screen-shot-2021-03-03-at-7-34-22-pm','','','2022-04-03 11:55:09','2022-04-03 11:55:09','',0,'https://sunfloris.com/wordpress/screen-shot-2021-03-03-at-7-34-22-pm/',0,'attachment','image/png',0),(408,1,'2022-04-03 11:55:19','2022-04-03 11:55:19','','VJ-FE-13-ImageBody-04','','inherit','open','closed','','vj-fe-13-imagebody-04','','','2022-04-03 11:55:19','2022-04-03 11:55:19','',0,'https://sunfloris.com/wordpress/vj-fe-13-imagebody-04/',0,'attachment','image/png',0),(409,1,'2022-04-03 11:55:19','2022-04-03 11:55:19','','randalltempleton','','inherit','open','closed','','randalltempleton','','','2022-04-03 11:55:19','2022-04-03 11:55:19','',0,'https://sunfloris.com/wordpress/randalltempleton/',0,'attachment','image/png',0),(410,1,'2022-04-03 11:55:19','2022-04-03 11:55:19','','review111','','inherit','open','closed','','review111','','','2022-04-03 11:55:19','2022-04-03 11:55:19','',0,'https://sunfloris.com/wordpress/review111/',0,'attachment','image/png',0),(411,1,'2022-04-03 11:55:20','2022-04-03 11:55:20','','VD_FE_NewImage01','','inherit','open','closed','','vd_fe_newimage01','','','2022-04-03 11:55:20','2022-04-03 11:55:20','',0,'https://sunfloris.com/wordpress/vd_fe_newimage01/',0,'attachment','image/png',0),(412,1,'2022-04-03 11:55:20','2022-04-03 11:55:20','','VJ-FE-14-ImageBody-05','','inherit','open','closed','','vj-fe-14-imagebody-05','','','2022-04-03 11:55:20','2022-04-03 11:55:20','',0,'https://sunfloris.com/wordpress/vj-fe-14-imagebody-05/',0,'attachment','image/png',0),(413,1,'2022-04-03 11:55:20','2022-04-03 11:55:20','','VJ-FE-17-IconBody-06','','inherit','open','closed','','vj-fe-17-iconbody-06','','','2022-04-03 11:55:20','2022-04-03 11:55:20','',0,'https://sunfloris.com/wordpress/vj-fe-17-iconbody-06/',0,'attachment','image/png',0),(414,1,'2022-04-03 11:55:20','2022-04-03 11:55:20','','VJ-FE-18-IconBody-07','','inherit','open','closed','','vj-fe-18-iconbody-07','','','2022-04-03 11:55:20','2022-04-03 11:55:20','',0,'https://sunfloris.com/wordpress/vj-fe-18-iconbody-07/',0,'attachment','image/png',0),(415,1,'2022-04-03 11:55:21','2022-04-03 11:55:21','','VJ-FE-19-IconBody-08','','inherit','open','closed','','vj-fe-19-iconbody-08','','','2022-04-03 11:55:21','2022-04-03 11:55:21','',0,'https://sunfloris.com/wordpress/vj-fe-19-iconbody-08/',0,'attachment','image/png',0),(416,1,'2022-04-03 11:55:21','2022-04-03 11:55:21','','VJ-FE-20-IconBody-09','','inherit','open','closed','','vj-fe-20-iconbody-09','','','2022-04-03 11:55:21','2022-04-03 11:55:21','',0,'https://sunfloris.com/wordpress/vj-fe-20-iconbody-09/',0,'attachment','image/png',0),(417,1,'2022-04-03 11:55:21','2022-04-03 11:55:21','','VJ-FE-21-IconBody-10','','inherit','open','closed','','vj-fe-21-iconbody-10','','','2022-04-03 11:55:21','2022-04-03 11:55:21','',0,'https://sunfloris.com/wordpress/vj-fe-21-iconbody-10/',0,'attachment','image/png',0),(418,1,'2022-04-03 11:55:21','2022-04-03 11:55:21','','VJ-FE-22-IconBody-11','','inherit','open','closed','','vj-fe-22-iconbody-11','','','2022-04-03 11:55:21','2022-04-03 11:55:21','',0,'https://sunfloris.com/wordpress/vj-fe-22-iconbody-11/',0,'attachment','image/png',0),(419,1,'2022-04-03 11:55:21','2022-04-03 11:55:21','','VJ-FE-23-IconBody-12','','inherit','open','closed','','vj-fe-23-iconbody-12','','','2022-04-03 11:55:21','2022-04-03 11:55:21','',0,'https://sunfloris.com/wordpress/vj-fe-23-iconbody-12/',0,'attachment','image/png',0),(420,1,'2022-04-03 11:55:21','2022-04-03 11:55:21','','VJ_FE_BeforeAfter01-2','','inherit','open','closed','','vj_fe_beforeafter01-2','','','2022-04-03 11:55:21','2022-04-03 11:55:21','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter01-2/',0,'attachment','image/png',0),(421,1,'2022-04-03 11:55:23','2022-04-03 11:55:23','','VJ_FE_BeforeAfter02','','inherit','open','closed','','vj_fe_beforeafter02','','','2022-04-03 11:55:23','2022-04-03 11:55:23','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter02/',0,'attachment','image/png',0),(422,1,'2022-04-03 11:55:25','2022-04-03 11:55:25','','VJ-FE-27-IconBody-13','','inherit','open','closed','','vj-fe-27-iconbody-13','','','2022-04-03 11:55:25','2022-04-03 11:55:25','',0,'https://sunfloris.com/wordpress/vj-fe-27-iconbody-13/',0,'attachment','image/png',0),(423,1,'2022-04-03 11:55:25','2022-04-03 11:55:25','','VJ-FE-28-IconBody-14','','inherit','open','closed','','vj-fe-28-iconbody-14','','','2022-04-03 11:55:25','2022-04-03 11:55:25','',0,'https://sunfloris.com/wordpress/vj-fe-28-iconbody-14/',0,'attachment','image/png',0),(424,1,'2022-04-03 11:55:25','2022-04-03 11:55:25','','VJ-FE-29-IconBody-15','','inherit','open','closed','','vj-fe-29-iconbody-15','','','2022-04-03 11:55:25','2022-04-03 11:55:25','',0,'https://sunfloris.com/wordpress/vj-fe-29-iconbody-15/',0,'attachment','image/png',0),(425,1,'2022-04-03 11:55:25','2022-04-03 11:55:25','','VJ-FE-30-IconBody-16','','inherit','open','closed','','vj-fe-30-iconbody-16','','','2022-04-03 11:55:25','2022-04-03 11:55:25','',0,'https://sunfloris.com/wordpress/vj-fe-30-iconbody-16/',0,'attachment','image/png',0),(426,1,'2022-04-03 11:55:25','2022-04-03 11:55:25','','VJ-FE-31-IconBody-17','','inherit','open','closed','','vj-fe-31-iconbody-17','','','2022-04-03 11:55:25','2022-04-03 11:55:25','',0,'https://sunfloris.com/wordpress/vj-fe-31-iconbody-17/',0,'attachment','image/png',0),(427,1,'2022-04-03 11:55:26','2022-04-03 11:55:26','','VJ-FE-32-IconBody-18','','inherit','open','closed','','vj-fe-32-iconbody-18','','','2022-04-03 11:55:26','2022-04-03 11:55:26','',0,'https://sunfloris.com/wordpress/vj-fe-32-iconbody-18/',0,'attachment','image/png',0),(428,1,'2022-04-03 11:55:26','2022-04-03 11:55:26','','VJ_FE_Screenshots01-2','','inherit','open','closed','','vj_fe_screenshots01-2','','','2022-04-03 11:55:26','2022-04-03 11:55:26','',0,'https://sunfloris.com/wordpress/vj_fe_screenshots01-2/',0,'attachment','image/png',0),(429,1,'2022-04-03 11:55:30','2022-04-03 11:55:30','','VJ-FE-36-IconBody-19','','inherit','open','closed','','vj-fe-36-iconbody-19','','','2022-04-03 11:55:30','2022-04-03 11:55:30','',0,'https://sunfloris.com/wordpress/vj-fe-36-iconbody-19/',0,'attachment','image/png',0),(430,1,'2022-04-03 11:55:30','2022-04-03 11:55:30','','VJ-FE-37-IconBody-20','','inherit','open','closed','','vj-fe-37-iconbody-20','','','2022-04-03 11:55:30','2022-04-03 11:55:30','',0,'https://sunfloris.com/wordpress/vj-fe-37-iconbody-20/',0,'attachment','image/png',0),(431,1,'2022-04-03 11:55:30','2022-04-03 11:55:30','','VJ-FE-38-IconBody-21','','inherit','open','closed','','vj-fe-38-iconbody-21','','','2022-04-03 11:55:30','2022-04-03 11:55:30','',0,'https://sunfloris.com/wordpress/vj-fe-38-iconbody-21/',0,'attachment','image/png',0),(432,1,'2022-04-03 11:55:30','2022-04-03 11:55:30','','VJ-FE-39-IconBody-22','','inherit','open','closed','','vj-fe-39-iconbody-22','','','2022-04-03 11:55:30','2022-04-03 11:55:30','',0,'https://sunfloris.com/wordpress/vj-fe-39-iconbody-22/',0,'attachment','image/png',0),(433,1,'2022-04-03 11:55:30','2022-04-03 11:55:30','','VJ-FE-40-IconBody-23','','inherit','open','closed','','vj-fe-40-iconbody-23','','','2022-04-03 11:55:30','2022-04-03 11:55:30','',0,'https://sunfloris.com/wordpress/vj-fe-40-iconbody-23/',0,'attachment','image/png',0),(434,1,'2022-04-03 11:55:30','2022-04-03 11:55:30','','VJ-FE-41-IconBody-24','','inherit','open','closed','','vj-fe-41-iconbody-24','','','2022-04-03 11:55:30','2022-04-03 11:55:30','',0,'https://sunfloris.com/wordpress/vj-fe-41-iconbody-24/',0,'attachment','image/png',0),(435,1,'2022-04-03 11:55:30','2022-04-03 11:55:30','','VJ-FE-42-IconBody-25','','inherit','open','closed','','vj-fe-42-iconbody-25','','','2022-04-03 11:55:30','2022-04-03 11:55:30','',0,'https://sunfloris.com/wordpress/vj-fe-42-iconbody-25/',0,'attachment','image/png',0),(436,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','VJ-FE-43-IconBody-26','','inherit','open','closed','','vj-fe-43-iconbody-26','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/vj-fe-43-iconbody-26/',0,'attachment','image/png',0),(437,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','VJ-FE-44-IconBody-27','','inherit','open','closed','','vj-fe-44-iconbody-27','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/vj-fe-44-iconbody-27/',0,'attachment','image/png',0),(438,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','VJ-FE-45-IconBody-28','','inherit','open','closed','','vj-fe-45-iconbody-28','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/vj-fe-45-iconbody-28/',0,'attachment','image/png',0),(439,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','VJ-FE-46-IconBody-29','','inherit','open','closed','','vj-fe-46-iconbody-29','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/vj-fe-46-iconbody-29/',0,'attachment','image/png',0),(440,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','VJ-FE-47-IconBody-30','','inherit','open','closed','','vj-fe-47-iconbody-30','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/vj-fe-47-iconbody-30/',0,'attachment','image/png',0),(441,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','VJ-FE-48-IconBody-31','','inherit','open','closed','','vj-fe-48-iconbody-31','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/vj-fe-48-iconbody-31/',0,'attachment','image/png',0),(442,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','Simon-Duenow-150x150-1','','inherit','open','closed','','simon-duenow-150x150-1','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/simon-duenow-150x150-1/',0,'attachment','image/png',0),(443,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','VJ-FE-52-LogoBody-02','','inherit','open','closed','','vj-fe-52-logobody-02','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/vj-fe-52-logobody-02/',0,'attachment','image/png',0),(444,1,'2022-04-03 11:55:31','2022-04-03 11:55:31','','Vidjack-A','','inherit','open','closed','','vidjack-a','','','2022-04-03 11:55:31','2022-04-03 11:55:31','',0,'https://sunfloris.com/wordpress/vidjack-a/',0,'attachment','image/png',0),(445,1,'2022-04-03 11:55:34','2022-04-03 11:55:34','','Step-1','','inherit','open','closed','','step-1','','','2022-04-03 11:55:34','2022-04-03 11:55:34','',0,'https://sunfloris.com/wordpress/step-1/',0,'attachment','image/png',0),(446,1,'2022-04-03 11:55:35','2022-04-03 11:55:35','','VJ-FE-55-ImageBody-13','','inherit','open','closed','','vj-fe-55-imagebody-13','','','2022-04-03 11:55:35','2022-04-03 11:55:35','',0,'https://sunfloris.com/wordpress/vj-fe-55-imagebody-13/',0,'attachment','image/png',0),(447,1,'2022-04-03 11:55:35','2022-04-03 11:55:35','','step-2','','inherit','open','closed','','step-2','','','2022-04-03 11:55:35','2022-04-03 11:55:35','',0,'https://sunfloris.com/wordpress/step-2/',0,'attachment','image/png',0),(448,1,'2022-04-03 11:56:51','2022-04-03 11:56:51','','VJ-FE-02-LogoBody-01','','inherit','open','closed','','vj-fe-02-logobody-01-2','','','2022-04-03 11:56:51','2022-04-03 11:56:51','',0,'https://sunfloris.com/wordpress/vj-fe-02-logobody-01-2/',0,'attachment','image/png',0),(449,1,'2022-04-03 11:56:53','2022-04-03 11:56:53','','VJ-FE-03-ImageBody-01','','inherit','open','closed','','vj-fe-03-imagebody-01-2','','','2022-04-03 11:56:53','2022-04-03 11:56:53','',0,'https://sunfloris.com/wordpress/vj-fe-03-imagebody-01-2/',0,'attachment','image/png',0),(450,1,'2022-04-03 11:56:54','2022-04-03 11:56:54','','VJ-FE-04-ImageBody-02','','inherit','open','closed','','vj-fe-04-imagebody-02-2','','','2022-04-03 11:56:54','2022-04-03 11:56:54','',0,'https://sunfloris.com/wordpress/vj-fe-04-imagebody-02-2/',0,'attachment','image/png',0),(451,1,'2022-04-03 11:56:54','2022-04-03 11:56:54','','VJ-FE-05-IconBody-01','','inherit','open','closed','','vj-fe-05-iconbody-01-2','','','2022-04-03 11:56:54','2022-04-03 11:56:54','',0,'https://sunfloris.com/wordpress/vj-fe-05-iconbody-01-2/',0,'attachment','image/png',0),(452,1,'2022-04-03 11:56:54','2022-04-03 11:56:54','','VJ-FE-06-IconBody-02','','inherit','open','closed','','vj-fe-06-iconbody-02-2','','','2022-04-03 11:56:54','2022-04-03 11:56:54','',0,'https://sunfloris.com/wordpress/vj-fe-06-iconbody-02-2/',0,'attachment','image/png',0),(453,1,'2022-04-03 11:56:54','2022-04-03 11:56:54','','VJ-FE-07-IconBody-03','','inherit','open','closed','','vj-fe-07-iconbody-03-2','','','2022-04-03 11:56:54','2022-04-03 11:56:54','',0,'https://sunfloris.com/wordpress/vj-fe-07-iconbody-03-2/',0,'attachment','image/png',0),(454,1,'2022-04-03 11:56:54','2022-04-03 11:56:54','','VJ-FE-08-IconBody-04','','inherit','open','closed','','vj-fe-08-iconbody-04-2','','','2022-04-03 11:56:54','2022-04-03 11:56:54','',0,'https://sunfloris.com/wordpress/vj-fe-08-iconbody-04-2/',0,'attachment','image/png',0),(455,1,'2022-04-03 11:56:54','2022-04-03 11:56:54','','VJ-FE-09-IconBody-05','','inherit','open','closed','','vj-fe-09-iconbody-05-2','','','2022-04-03 11:56:54','2022-04-03 11:56:54','',0,'https://sunfloris.com/wordpress/vj-fe-09-iconbody-05-2/',0,'attachment','image/png',0),(456,1,'2022-04-03 11:56:54','2022-04-03 11:56:54','','VD_FE_NewIcon01','','inherit','open','closed','','vd_fe_newicon01-2','','','2022-04-03 11:56:54','2022-04-03 11:56:54','',0,'https://sunfloris.com/wordpress/vd_fe_newicon01-2/',0,'attachment','image/png',0),(457,1,'2022-04-03 11:56:56','2022-04-03 11:56:56','','Screen-Shot-2021-03-03-at-7.34.22-PM','','inherit','open','closed','','screen-shot-2021-03-03-at-7-34-22-pm-2','','','2022-04-03 11:56:56','2022-04-03 11:56:56','',0,'https://sunfloris.com/wordpress/screen-shot-2021-03-03-at-7-34-22-pm-2/',0,'attachment','image/png',0),(458,1,'2022-04-03 11:57:08','2022-04-03 11:57:08','','VJ-FE-13-ImageBody-04','','inherit','open','closed','','vj-fe-13-imagebody-04-2','','','2022-04-03 11:57:08','2022-04-03 11:57:08','',0,'https://sunfloris.com/wordpress/vj-fe-13-imagebody-04-2/',0,'attachment','image/png',0),(459,1,'2022-04-03 11:57:08','2022-04-03 11:57:08','','randalltempleton','','inherit','open','closed','','randalltempleton-2','','','2022-04-03 11:57:08','2022-04-03 11:57:08','',0,'https://sunfloris.com/wordpress/randalltempleton-2/',0,'attachment','image/png',0),(460,1,'2022-04-03 11:57:09','2022-04-03 11:57:09','','review111','','inherit','open','closed','','review111-2','','','2022-04-03 11:57:09','2022-04-03 11:57:09','',0,'https://sunfloris.com/wordpress/review111-2/',0,'attachment','image/png',0),(461,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VD_FE_NewImage01','','inherit','open','closed','','vd_fe_newimage01-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vd_fe_newimage01-2/',0,'attachment','image/png',0),(462,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VJ-FE-14-ImageBody-05','','inherit','open','closed','','vj-fe-14-imagebody-05-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vj-fe-14-imagebody-05-2/',0,'attachment','image/png',0),(463,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VJ-FE-17-IconBody-06','','inherit','open','closed','','vj-fe-17-iconbody-06-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vj-fe-17-iconbody-06-2/',0,'attachment','image/png',0),(464,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VJ-FE-18-IconBody-07','','inherit','open','closed','','vj-fe-18-iconbody-07-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vj-fe-18-iconbody-07-2/',0,'attachment','image/png',0),(465,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VJ-FE-19-IconBody-08','','inherit','open','closed','','vj-fe-19-iconbody-08-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vj-fe-19-iconbody-08-2/',0,'attachment','image/png',0),(466,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VJ-FE-20-IconBody-09','','inherit','open','closed','','vj-fe-20-iconbody-09-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vj-fe-20-iconbody-09-2/',0,'attachment','image/png',0),(467,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VJ-FE-21-IconBody-10','','inherit','open','closed','','vj-fe-21-iconbody-10-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vj-fe-21-iconbody-10-2/',0,'attachment','image/png',0),(468,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VJ-FE-22-IconBody-11','','inherit','open','closed','','vj-fe-22-iconbody-11-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vj-fe-22-iconbody-11-2/',0,'attachment','image/png',0),(469,1,'2022-04-03 11:57:10','2022-04-03 11:57:10','','VJ-FE-23-IconBody-12','','inherit','open','closed','','vj-fe-23-iconbody-12-2','','','2022-04-03 11:57:10','2022-04-03 11:57:10','',0,'https://sunfloris.com/wordpress/vj-fe-23-iconbody-12-2/',0,'attachment','image/png',0),(470,1,'2022-04-03 11:57:11','2022-04-03 11:57:11','','VJ_FE_BeforeAfter01-2','','inherit','open','closed','','vj_fe_beforeafter01-2-2','','','2022-04-03 11:57:11','2022-04-03 11:57:11','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter01-2-2/',0,'attachment','image/png',0),(471,1,'2022-04-03 11:57:13','2022-04-03 11:57:13','','VJ_FE_BeforeAfter02','','inherit','open','closed','','vj_fe_beforeafter02-2','','','2022-04-03 11:57:13','2022-04-03 11:57:13','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter02-2/',0,'attachment','image/png',0),(472,1,'2022-04-03 11:57:15','2022-04-03 11:57:15','','VJ-FE-27-IconBody-13','','inherit','open','closed','','vj-fe-27-iconbody-13-2','','','2022-04-03 11:57:15','2022-04-03 11:57:15','',0,'https://sunfloris.com/wordpress/vj-fe-27-iconbody-13-2/',0,'attachment','image/png',0),(473,1,'2022-04-03 11:57:15','2022-04-03 11:57:15','','VJ-FE-28-IconBody-14','','inherit','open','closed','','vj-fe-28-iconbody-14-2','','','2022-04-03 11:57:15','2022-04-03 11:57:15','',0,'https://sunfloris.com/wordpress/vj-fe-28-iconbody-14-2/',0,'attachment','image/png',0),(474,1,'2022-04-03 11:57:15','2022-04-03 11:57:15','','VJ-FE-29-IconBody-15','','inherit','open','closed','','vj-fe-29-iconbody-15-2','','','2022-04-03 11:57:15','2022-04-03 11:57:15','',0,'https://sunfloris.com/wordpress/vj-fe-29-iconbody-15-2/',0,'attachment','image/png',0),(475,1,'2022-04-03 11:57:15','2022-04-03 11:57:15','','VJ-FE-30-IconBody-16','','inherit','open','closed','','vj-fe-30-iconbody-16-2','','','2022-04-03 11:57:15','2022-04-03 11:57:15','',0,'https://sunfloris.com/wordpress/vj-fe-30-iconbody-16-2/',0,'attachment','image/png',0),(476,1,'2022-04-03 11:57:15','2022-04-03 11:57:15','','VJ-FE-31-IconBody-17','','inherit','open','closed','','vj-fe-31-iconbody-17-2','','','2022-04-03 11:57:15','2022-04-03 11:57:15','',0,'https://sunfloris.com/wordpress/vj-fe-31-iconbody-17-2/',0,'attachment','image/png',0),(477,1,'2022-04-03 11:57:15','2022-04-03 11:57:15','','VJ-FE-32-IconBody-18','','inherit','open','closed','','vj-fe-32-iconbody-18-2','','','2022-04-03 11:57:15','2022-04-03 11:57:15','',0,'https://sunfloris.com/wordpress/vj-fe-32-iconbody-18-2/',0,'attachment','image/png',0),(478,1,'2022-04-03 11:57:15','2022-04-03 11:57:15','','VJ_FE_Screenshots01-2','','inherit','open','closed','','vj_fe_screenshots01-2-2','','','2022-04-03 11:57:15','2022-04-03 11:57:15','',0,'https://sunfloris.com/wordpress/vj_fe_screenshots01-2-2/',0,'attachment','image/png',0),(479,1,'2022-04-03 11:57:21','2022-04-03 11:57:21','','VJ-FE-36-IconBody-19','','inherit','open','closed','','vj-fe-36-iconbody-19-2','','','2022-04-03 11:57:21','2022-04-03 11:57:21','',0,'https://sunfloris.com/wordpress/vj-fe-36-iconbody-19-2/',0,'attachment','image/png',0),(480,1,'2022-04-03 11:57:21','2022-04-03 11:57:21','','VJ-FE-37-IconBody-20','','inherit','open','closed','','vj-fe-37-iconbody-20-2','','','2022-04-03 11:57:21','2022-04-03 11:57:21','',0,'https://sunfloris.com/wordpress/vj-fe-37-iconbody-20-2/',0,'attachment','image/png',0),(481,1,'2022-04-03 11:57:21','2022-04-03 11:57:21','','VJ-FE-38-IconBody-21','','inherit','open','closed','','vj-fe-38-iconbody-21-2','','','2022-04-03 11:57:21','2022-04-03 11:57:21','',0,'https://sunfloris.com/wordpress/vj-fe-38-iconbody-21-2/',0,'attachment','image/png',0),(482,1,'2022-04-03 11:57:21','2022-04-03 11:57:21','','VJ-FE-39-IconBody-22','','inherit','open','closed','','vj-fe-39-iconbody-22-2','','','2022-04-03 11:57:21','2022-04-03 11:57:21','',0,'https://sunfloris.com/wordpress/vj-fe-39-iconbody-22-2/',0,'attachment','image/png',0),(483,1,'2022-04-03 11:57:21','2022-04-03 11:57:21','','VJ-FE-40-IconBody-23','','inherit','open','closed','','vj-fe-40-iconbody-23-2','','','2022-04-03 11:57:21','2022-04-03 11:57:21','',0,'https://sunfloris.com/wordpress/vj-fe-40-iconbody-23-2/',0,'attachment','image/png',0),(484,1,'2022-04-03 11:57:21','2022-04-03 11:57:21','','VJ-FE-41-IconBody-24','','inherit','open','closed','','vj-fe-41-iconbody-24-2','','','2022-04-03 11:57:21','2022-04-03 11:57:21','',0,'https://sunfloris.com/wordpress/vj-fe-41-iconbody-24-2/',0,'attachment','image/png',0),(485,1,'2022-04-03 11:57:21','2022-04-03 11:57:21','','VJ-FE-42-IconBody-25','','inherit','open','closed','','vj-fe-42-iconbody-25-2','','','2022-04-03 11:57:21','2022-04-03 11:57:21','',0,'https://sunfloris.com/wordpress/vj-fe-42-iconbody-25-2/',0,'attachment','image/png',0),(486,1,'2022-04-03 11:57:21','2022-04-03 11:57:21','','VJ-FE-43-IconBody-26','','inherit','open','closed','','vj-fe-43-iconbody-26-2','','','2022-04-03 11:57:21','2022-04-03 11:57:21','',0,'https://sunfloris.com/wordpress/vj-fe-43-iconbody-26-2/',0,'attachment','image/png',0),(487,1,'2022-04-03 11:57:22','2022-04-03 11:57:22','','VJ-FE-44-IconBody-27','','inherit','open','closed','','vj-fe-44-iconbody-27-2','','','2022-04-03 11:57:22','2022-04-03 11:57:22','',0,'https://sunfloris.com/wordpress/vj-fe-44-iconbody-27-2/',0,'attachment','image/png',0),(488,1,'2022-04-03 11:57:22','2022-04-03 11:57:22','','VJ-FE-45-IconBody-28','','inherit','open','closed','','vj-fe-45-iconbody-28-2','','','2022-04-03 11:57:22','2022-04-03 11:57:22','',0,'https://sunfloris.com/wordpress/vj-fe-45-iconbody-28-2/',0,'attachment','image/png',0),(489,1,'2022-04-03 11:57:22','2022-04-03 11:57:22','','VJ-FE-46-IconBody-29','','inherit','open','closed','','vj-fe-46-iconbody-29-2','','','2022-04-03 11:57:22','2022-04-03 11:57:22','',0,'https://sunfloris.com/wordpress/vj-fe-46-iconbody-29-2/',0,'attachment','image/png',0),(490,1,'2022-04-03 11:57:22','2022-04-03 11:57:22','','VJ-FE-47-IconBody-30','','inherit','open','closed','','vj-fe-47-iconbody-30-2','','','2022-04-03 11:57:22','2022-04-03 11:57:22','',0,'https://sunfloris.com/wordpress/vj-fe-47-iconbody-30-2/',0,'attachment','image/png',0),(491,1,'2022-04-03 11:57:22','2022-04-03 11:57:22','','VJ-FE-48-IconBody-31','','inherit','open','closed','','vj-fe-48-iconbody-31-2','','','2022-04-03 11:57:22','2022-04-03 11:57:22','',0,'https://sunfloris.com/wordpress/vj-fe-48-iconbody-31-2/',0,'attachment','image/png',0),(492,1,'2022-04-03 11:57:22','2022-04-03 11:57:22','','Simon-Duenow-150x150-1','','inherit','open','closed','','simon-duenow-150x150-1-2','','','2022-04-03 11:57:22','2022-04-03 11:57:22','',0,'https://sunfloris.com/wordpress/simon-duenow-150x150-1-2/',0,'attachment','image/png',0),(493,1,'2022-04-03 11:57:22','2022-04-03 11:57:22','','VJ-FE-52-LogoBody-02','','inherit','open','closed','','vj-fe-52-logobody-02-2','','','2022-04-03 11:57:22','2022-04-03 11:57:22','',0,'https://sunfloris.com/wordpress/vj-fe-52-logobody-02-2/',0,'attachment','image/png',0),(494,1,'2022-04-03 11:57:22','2022-04-03 11:57:22','','Vidjack-A','','inherit','open','closed','','vidjack-a-2','','','2022-04-03 11:57:22','2022-04-03 11:57:22','',0,'https://sunfloris.com/wordpress/vidjack-a-2/',0,'attachment','image/png',0),(495,1,'2022-04-03 11:57:26','2022-04-03 11:57:26','','Step-1','','inherit','open','closed','','step-1-2','','','2022-04-03 11:57:26','2022-04-03 11:57:26','',0,'https://sunfloris.com/wordpress/step-1-2/',0,'attachment','image/png',0),(496,1,'2022-04-03 11:57:28','2022-04-03 11:57:28','','VJ-FE-55-ImageBody-13','','inherit','open','closed','','vj-fe-55-imagebody-13-2','','','2022-04-03 11:57:28','2022-04-03 11:57:28','',0,'https://sunfloris.com/wordpress/vj-fe-55-imagebody-13-2/',0,'attachment','image/png',0),(497,1,'2022-04-03 11:57:28','2022-04-03 11:57:28','','step-2','','inherit','open','closed','','step-2-2','','','2022-04-03 11:57:28','2022-04-03 11:57:28','',0,'https://sunfloris.com/wordpress/step-2-2/',0,'attachment','image/png',0),(498,1,'2022-04-03 12:38:07','2022-04-03 12:38:07','','tve-lp-vidjack-export','','inherit','open','closed','','tve-lp-vidjack-export','','','2022-04-03 12:38:07','2022-04-03 12:38:07','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tve-lp-vidjack-export.zip',0,'attachment','application/zip',0),(499,1,'2022-04-03 12:38:35','2022-04-03 12:38:35','','VJ-FE-02-LogoBody-01','','inherit','open','closed','','vj-fe-02-logobody-01-3','','','2022-04-03 12:38:35','2022-04-03 12:38:35','',0,'https://sunfloris.com/wordpress/vj-fe-02-logobody-01-3/',0,'attachment','image/png',0),(500,1,'2022-04-03 12:38:38','2022-04-03 12:38:38','','VJ-FE-03-ImageBody-01','','inherit','open','closed','','vj-fe-03-imagebody-01-3','','','2022-04-03 12:38:38','2022-04-03 12:38:38','',0,'https://sunfloris.com/wordpress/vj-fe-03-imagebody-01-3/',0,'attachment','image/png',0),(501,1,'2022-04-03 12:38:38','2022-04-03 12:38:38','','VJ-FE-04-ImageBody-02','','inherit','open','closed','','vj-fe-04-imagebody-02-3','','','2022-04-03 12:38:38','2022-04-03 12:38:38','',0,'https://sunfloris.com/wordpress/vj-fe-04-imagebody-02-3/',0,'attachment','image/png',0),(502,1,'2022-04-03 12:38:38','2022-04-03 12:38:38','','VJ-FE-05-IconBody-01','','inherit','open','closed','','vj-fe-05-iconbody-01-3','','','2022-04-03 12:38:38','2022-04-03 12:38:38','',0,'https://sunfloris.com/wordpress/vj-fe-05-iconbody-01-3/',0,'attachment','image/png',0),(503,1,'2022-04-03 12:38:38','2022-04-03 12:38:38','','VJ-FE-06-IconBody-02','','inherit','open','closed','','vj-fe-06-iconbody-02-3','','','2022-04-03 12:38:38','2022-04-03 12:38:38','',0,'https://sunfloris.com/wordpress/vj-fe-06-iconbody-02-3/',0,'attachment','image/png',0),(504,1,'2022-04-03 12:38:38','2022-04-03 12:38:38','','VJ-FE-07-IconBody-03','','inherit','open','closed','','vj-fe-07-iconbody-03-3','','','2022-04-03 12:38:38','2022-04-03 12:38:38','',0,'https://sunfloris.com/wordpress/vj-fe-07-iconbody-03-3/',0,'attachment','image/png',0),(505,1,'2022-04-03 12:38:38','2022-04-03 12:38:38','','VJ-FE-08-IconBody-04','','inherit','open','closed','','vj-fe-08-iconbody-04-3','','','2022-04-03 12:38:38','2022-04-03 12:38:38','',0,'https://sunfloris.com/wordpress/vj-fe-08-iconbody-04-3/',0,'attachment','image/png',0),(506,1,'2022-04-03 12:38:38','2022-04-03 12:38:38','','VJ-FE-09-IconBody-05','','inherit','open','closed','','vj-fe-09-iconbody-05-3','','','2022-04-03 12:38:38','2022-04-03 12:38:38','',0,'https://sunfloris.com/wordpress/vj-fe-09-iconbody-05-3/',0,'attachment','image/png',0),(507,1,'2022-04-03 12:38:38','2022-04-03 12:38:38','','VD_FE_NewIcon01','','inherit','open','closed','','vd_fe_newicon01-3','','','2022-04-03 12:38:38','2022-04-03 12:38:38','',0,'https://sunfloris.com/wordpress/vd_fe_newicon01-3/',0,'attachment','image/png',0),(508,1,'2022-04-03 12:38:39','2022-04-03 12:38:39','','Screen-Shot-2021-03-03-at-7.34.22-PM','','inherit','open','closed','','screen-shot-2021-03-03-at-7-34-22-pm-3','','','2022-04-03 12:38:39','2022-04-03 12:38:39','',0,'https://sunfloris.com/wordpress/screen-shot-2021-03-03-at-7-34-22-pm-3/',0,'attachment','image/png',0),(509,1,'2022-04-03 12:38:55','2022-04-03 12:38:55','','VJ-FE-13-ImageBody-04','','inherit','open','closed','','vj-fe-13-imagebody-04-3','','','2022-04-03 12:38:55','2022-04-03 12:38:55','',0,'https://sunfloris.com/wordpress/vj-fe-13-imagebody-04-3/',0,'attachment','image/png',0),(510,1,'2022-04-03 12:38:55','2022-04-03 12:38:55','','randalltempleton','','inherit','open','closed','','randalltempleton-3','','','2022-04-03 12:38:55','2022-04-03 12:38:55','',0,'https://sunfloris.com/wordpress/randalltempleton-3/',0,'attachment','image/png',0),(511,1,'2022-04-03 12:38:56','2022-04-03 12:38:56','','review111','','inherit','open','closed','','review111-3','','','2022-04-03 12:38:56','2022-04-03 12:38:56','',0,'https://sunfloris.com/wordpress/review111-3/',0,'attachment','image/png',0),(512,1,'2022-04-03 12:38:57','2022-04-03 12:38:57','','VD_FE_NewImage01','','inherit','open','closed','','vd_fe_newimage01-3','','','2022-04-03 12:38:57','2022-04-03 12:38:57','',0,'https://sunfloris.com/wordpress/vd_fe_newimage01-3/',0,'attachment','image/png',0),(513,1,'2022-04-03 12:38:58','2022-04-03 12:38:58','','VJ-FE-14-ImageBody-05','','inherit','open','closed','','vj-fe-14-imagebody-05-3','','','2022-04-03 12:38:58','2022-04-03 12:38:58','',0,'https://sunfloris.com/wordpress/vj-fe-14-imagebody-05-3/',0,'attachment','image/png',0),(514,1,'2022-04-03 12:38:58','2022-04-03 12:38:58','','VJ-FE-17-IconBody-06','','inherit','open','closed','','vj-fe-17-iconbody-06-3','','','2022-04-03 12:38:58','2022-04-03 12:38:58','',0,'https://sunfloris.com/wordpress/vj-fe-17-iconbody-06-3/',0,'attachment','image/png',0),(515,1,'2022-04-03 12:38:58','2022-04-03 12:38:58','','VJ-FE-18-IconBody-07','','inherit','open','closed','','vj-fe-18-iconbody-07-3','','','2022-04-03 12:38:58','2022-04-03 12:38:58','',0,'https://sunfloris.com/wordpress/vj-fe-18-iconbody-07-3/',0,'attachment','image/png',0),(516,1,'2022-04-03 12:38:58','2022-04-03 12:38:58','','VJ-FE-19-IconBody-08','','inherit','open','closed','','vj-fe-19-iconbody-08-3','','','2022-04-03 12:38:58','2022-04-03 12:38:58','',0,'https://sunfloris.com/wordpress/vj-fe-19-iconbody-08-3/',0,'attachment','image/png',0),(517,1,'2022-04-03 12:38:59','2022-04-03 12:38:59','','VJ-FE-20-IconBody-09','','inherit','open','closed','','vj-fe-20-iconbody-09-3','','','2022-04-03 12:38:59','2022-04-03 12:38:59','',0,'https://sunfloris.com/wordpress/vj-fe-20-iconbody-09-3/',0,'attachment','image/png',0),(518,1,'2022-04-03 12:38:59','2022-04-03 12:38:59','','VJ-FE-21-IconBody-10','','inherit','open','closed','','vj-fe-21-iconbody-10-3','','','2022-04-03 12:38:59','2022-04-03 12:38:59','',0,'https://sunfloris.com/wordpress/vj-fe-21-iconbody-10-3/',0,'attachment','image/png',0),(519,1,'2022-04-03 12:38:59','2022-04-03 12:38:59','','VJ-FE-22-IconBody-11','','inherit','open','closed','','vj-fe-22-iconbody-11-3','','','2022-04-03 12:38:59','2022-04-03 12:38:59','',0,'https://sunfloris.com/wordpress/vj-fe-22-iconbody-11-3/',0,'attachment','image/png',0),(520,1,'2022-04-03 12:38:59','2022-04-03 12:38:59','','VJ-FE-23-IconBody-12','','inherit','open','closed','','vj-fe-23-iconbody-12-3','','','2022-04-03 12:38:59','2022-04-03 12:38:59','',0,'https://sunfloris.com/wordpress/vj-fe-23-iconbody-12-3/',0,'attachment','image/png',0),(521,1,'2022-04-03 12:38:59','2022-04-03 12:38:59','','VJ_FE_BeforeAfter01-2','','inherit','open','closed','','vj_fe_beforeafter01-2-3','','','2022-04-03 12:38:59','2022-04-03 12:38:59','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter01-2-3/',0,'attachment','image/png',0),(522,1,'2022-04-03 12:39:04','2022-04-03 12:39:04','','VJ_FE_BeforeAfter02','','inherit','open','closed','','vj_fe_beforeafter02-3','','','2022-04-03 12:39:04','2022-04-03 12:39:04','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter02-3/',0,'attachment','image/png',0),(523,1,'2022-04-03 12:39:07','2022-04-03 12:39:07','','VJ-FE-27-IconBody-13','','inherit','open','closed','','vj-fe-27-iconbody-13-3','','','2022-04-03 12:39:07','2022-04-03 12:39:07','',0,'https://sunfloris.com/wordpress/vj-fe-27-iconbody-13-3/',0,'attachment','image/png',0),(524,1,'2022-04-03 12:39:07','2022-04-03 12:39:07','','VJ-FE-28-IconBody-14','','inherit','open','closed','','vj-fe-28-iconbody-14-3','','','2022-04-03 12:39:07','2022-04-03 12:39:07','',0,'https://sunfloris.com/wordpress/vj-fe-28-iconbody-14-3/',0,'attachment','image/png',0),(525,1,'2022-04-03 12:39:07','2022-04-03 12:39:07','','VJ-FE-29-IconBody-15','','inherit','open','closed','','vj-fe-29-iconbody-15-3','','','2022-04-03 12:39:07','2022-04-03 12:39:07','',0,'https://sunfloris.com/wordpress/vj-fe-29-iconbody-15-3/',0,'attachment','image/png',0),(526,1,'2022-04-03 12:39:07','2022-04-03 12:39:07','','VJ-FE-30-IconBody-16','','inherit','open','closed','','vj-fe-30-iconbody-16-3','','','2022-04-03 12:39:07','2022-04-03 12:39:07','',0,'https://sunfloris.com/wordpress/vj-fe-30-iconbody-16-3/',0,'attachment','image/png',0),(527,1,'2022-04-03 12:39:07','2022-04-03 12:39:07','','VJ-FE-31-IconBody-17','','inherit','open','closed','','vj-fe-31-iconbody-17-3','','','2022-04-03 12:39:07','2022-04-03 12:39:07','',0,'https://sunfloris.com/wordpress/vj-fe-31-iconbody-17-3/',0,'attachment','image/png',0),(528,1,'2022-04-03 12:39:07','2022-04-03 12:39:07','','VJ-FE-32-IconBody-18','','inherit','open','closed','','vj-fe-32-iconbody-18-3','','','2022-04-03 12:39:07','2022-04-03 12:39:07','',0,'https://sunfloris.com/wordpress/vj-fe-32-iconbody-18-3/',0,'attachment','image/png',0),(529,1,'2022-04-03 12:39:08','2022-04-03 12:39:08','','VJ_FE_Screenshots01-2','','inherit','open','closed','','vj_fe_screenshots01-2-3','','','2022-04-03 12:39:08','2022-04-03 12:39:08','',0,'https://sunfloris.com/wordpress/vj_fe_screenshots01-2-3/',0,'attachment','image/png',0),(530,1,'2022-04-03 12:39:13','2022-04-03 12:39:13','','VJ-FE-36-IconBody-19','','inherit','open','closed','','vj-fe-36-iconbody-19-3','','','2022-04-03 12:39:13','2022-04-03 12:39:13','',0,'https://sunfloris.com/wordpress/vj-fe-36-iconbody-19-3/',0,'attachment','image/png',0),(531,1,'2022-04-03 12:39:13','2022-04-03 12:39:13','','VJ-FE-37-IconBody-20','','inherit','open','closed','','vj-fe-37-iconbody-20-3','','','2022-04-03 12:39:13','2022-04-03 12:39:13','',0,'https://sunfloris.com/wordpress/vj-fe-37-iconbody-20-3/',0,'attachment','image/png',0),(532,1,'2022-04-03 12:39:13','2022-04-03 12:39:13','','VJ-FE-38-IconBody-21','','inherit','open','closed','','vj-fe-38-iconbody-21-3','','','2022-04-03 12:39:13','2022-04-03 12:39:13','',0,'https://sunfloris.com/wordpress/vj-fe-38-iconbody-21-3/',0,'attachment','image/png',0),(533,1,'2022-04-03 12:39:13','2022-04-03 12:39:13','','VJ-FE-39-IconBody-22','','inherit','open','closed','','vj-fe-39-iconbody-22-3','','','2022-04-03 12:39:13','2022-04-03 12:39:13','',0,'https://sunfloris.com/wordpress/vj-fe-39-iconbody-22-3/',0,'attachment','image/png',0),(534,1,'2022-04-03 12:39:13','2022-04-03 12:39:13','','VJ-FE-40-IconBody-23','','inherit','open','closed','','vj-fe-40-iconbody-23-3','','','2022-04-03 12:39:13','2022-04-03 12:39:13','',0,'https://sunfloris.com/wordpress/vj-fe-40-iconbody-23-3/',0,'attachment','image/png',0),(535,1,'2022-04-03 12:39:13','2022-04-03 12:39:13','','VJ-FE-41-IconBody-24','','inherit','open','closed','','vj-fe-41-iconbody-24-3','','','2022-04-03 12:39:13','2022-04-03 12:39:13','',0,'https://sunfloris.com/wordpress/vj-fe-41-iconbody-24-3/',0,'attachment','image/png',0),(536,1,'2022-04-03 12:39:13','2022-04-03 12:39:13','','VJ-FE-42-IconBody-25','','inherit','open','closed','','vj-fe-42-iconbody-25-3','','','2022-04-03 12:39:13','2022-04-03 12:39:13','',0,'https://sunfloris.com/wordpress/vj-fe-42-iconbody-25-3/',0,'attachment','image/png',0),(537,1,'2022-04-03 12:39:13','2022-04-03 12:39:13','','VJ-FE-43-IconBody-26','','inherit','open','closed','','vj-fe-43-iconbody-26-3','','','2022-04-03 12:39:13','2022-04-03 12:39:13','',0,'https://sunfloris.com/wordpress/vj-fe-43-iconbody-26-3/',0,'attachment','image/png',0),(538,1,'2022-04-03 12:39:14','2022-04-03 12:39:14','','VJ-FE-44-IconBody-27','','inherit','open','closed','','vj-fe-44-iconbody-27-3','','','2022-04-03 12:39:14','2022-04-03 12:39:14','',0,'https://sunfloris.com/wordpress/vj-fe-44-iconbody-27-3/',0,'attachment','image/png',0),(539,1,'2022-04-03 12:39:14','2022-04-03 12:39:14','','VJ-FE-45-IconBody-28','','inherit','open','closed','','vj-fe-45-iconbody-28-3','','','2022-04-03 12:39:14','2022-04-03 12:39:14','',0,'https://sunfloris.com/wordpress/vj-fe-45-iconbody-28-3/',0,'attachment','image/png',0),(540,1,'2022-04-03 12:39:14','2022-04-03 12:39:14','','VJ-FE-46-IconBody-29','','inherit','open','closed','','vj-fe-46-iconbody-29-3','','','2022-04-03 12:39:14','2022-04-03 12:39:14','',0,'https://sunfloris.com/wordpress/vj-fe-46-iconbody-29-3/',0,'attachment','image/png',0),(541,1,'2022-04-03 12:39:14','2022-04-03 12:39:14','','VJ-FE-47-IconBody-30','','inherit','open','closed','','vj-fe-47-iconbody-30-3','','','2022-04-03 12:39:14','2022-04-03 12:39:14','',0,'https://sunfloris.com/wordpress/vj-fe-47-iconbody-30-3/',0,'attachment','image/png',0),(542,1,'2022-04-03 12:39:14','2022-04-03 12:39:14','','VJ-FE-48-IconBody-31','','inherit','open','closed','','vj-fe-48-iconbody-31-3','','','2022-04-03 12:39:14','2022-04-03 12:39:14','',0,'https://sunfloris.com/wordpress/vj-fe-48-iconbody-31-3/',0,'attachment','image/png',0),(543,1,'2022-04-03 12:39:14','2022-04-03 12:39:14','','Simon-Duenow-150x150-1','','inherit','open','closed','','simon-duenow-150x150-1-3','','','2022-04-03 12:39:14','2022-04-03 12:39:14','',0,'https://sunfloris.com/wordpress/simon-duenow-150x150-1-3/',0,'attachment','image/png',0),(544,1,'2022-04-03 12:39:14','2022-04-03 12:39:14','','VJ-FE-52-LogoBody-02','','inherit','open','closed','','vj-fe-52-logobody-02-3','','','2022-04-03 12:39:14','2022-04-03 12:39:14','',0,'https://sunfloris.com/wordpress/vj-fe-52-logobody-02-3/',0,'attachment','image/png',0),(545,1,'2022-04-03 12:39:14','2022-04-03 12:39:14','','Vidjack-A','','inherit','open','closed','','vidjack-a-3','','','2022-04-03 12:39:14','2022-04-03 12:39:14','',0,'https://sunfloris.com/wordpress/vidjack-a-3/',0,'attachment','image/png',0),(546,1,'2022-04-03 13:04:08','2022-04-03 13:04:08','','VJ-FE-02-LogoBody-01','','inherit','open','closed','','vj-fe-02-logobody-01-4','','','2022-04-03 13:04:08','2022-04-03 13:04:08','',0,'https://sunfloris.com/wordpress/vj-fe-02-logobody-01-4/',0,'attachment','image/png',0),(547,1,'2022-04-03 13:04:08','2022-04-03 13:04:08','','VJ-FE-03-ImageBody-01','','inherit','open','closed','','vj-fe-03-imagebody-01-4','','','2022-04-03 13:04:08','2022-04-03 13:04:08','',0,'https://sunfloris.com/wordpress/vj-fe-03-imagebody-01-4/',0,'attachment','image/png',0),(548,1,'2022-04-03 13:04:08','2022-04-03 13:04:08','','VJ-FE-04-ImageBody-02','','inherit','open','closed','','vj-fe-04-imagebody-02-4','','','2022-04-03 13:04:08','2022-04-03 13:04:08','',0,'https://sunfloris.com/wordpress/vj-fe-04-imagebody-02-4/',0,'attachment','image/png',0),(549,1,'2022-04-03 13:04:08','2022-04-03 13:04:08','','VJ-FE-05-IconBody-01','','inherit','open','closed','','vj-fe-05-iconbody-01-4','','','2022-04-03 13:04:08','2022-04-03 13:04:08','',0,'https://sunfloris.com/wordpress/vj-fe-05-iconbody-01-4/',0,'attachment','image/png',0),(550,1,'2022-04-03 13:04:08','2022-04-03 13:04:08','','VJ-FE-06-IconBody-02','','inherit','open','closed','','vj-fe-06-iconbody-02-4','','','2022-04-03 13:04:08','2022-04-03 13:04:08','',0,'https://sunfloris.com/wordpress/vj-fe-06-iconbody-02-4/',0,'attachment','image/png',0),(551,1,'2022-04-03 13:04:08','2022-04-03 13:04:08','','VJ-FE-07-IconBody-03','','inherit','open','closed','','vj-fe-07-iconbody-03-4','','','2022-04-03 13:04:08','2022-04-03 13:04:08','',0,'https://sunfloris.com/wordpress/vj-fe-07-iconbody-03-4/',0,'attachment','image/png',0),(552,1,'2022-04-03 13:04:08','2022-04-03 13:04:08','','VJ-FE-08-IconBody-04','','inherit','open','closed','','vj-fe-08-iconbody-04-4','','','2022-04-03 13:04:08','2022-04-03 13:04:08','',0,'https://sunfloris.com/wordpress/vj-fe-08-iconbody-04-4/',0,'attachment','image/png',0),(553,1,'2022-04-03 13:04:08','2022-04-03 13:04:08','','VJ-FE-09-IconBody-05','','inherit','open','closed','','vj-fe-09-iconbody-05-4','','','2022-04-03 13:04:08','2022-04-03 13:04:08','',0,'https://sunfloris.com/wordpress/vj-fe-09-iconbody-05-4/',0,'attachment','image/png',0),(554,1,'2022-04-03 13:04:09','2022-04-03 13:04:09','','VD_FE_NewIcon01','','inherit','open','closed','','vd_fe_newicon01-4','','','2022-04-03 13:04:09','2022-04-03 13:04:09','',0,'https://sunfloris.com/wordpress/vd_fe_newicon01-4/',0,'attachment','image/png',0),(555,1,'2022-04-03 13:04:09','2022-04-03 13:04:09','','Screen-Shot-2021-03-03-at-7.34.22-PM','','inherit','open','closed','','screen-shot-2021-03-03-at-7-34-22-pm-4','','','2022-04-03 13:04:09','2022-04-03 13:04:09','',0,'https://sunfloris.com/wordpress/screen-shot-2021-03-03-at-7-34-22-pm-4/',0,'attachment','image/png',0),(556,1,'2022-04-03 13:04:20','2022-04-03 13:04:20','','VJ-FE-13-ImageBody-04','','inherit','open','closed','','vj-fe-13-imagebody-04-4','','','2022-04-03 13:04:20','2022-04-03 13:04:20','',0,'https://sunfloris.com/wordpress/vj-fe-13-imagebody-04-4/',0,'attachment','image/png',0),(557,1,'2022-04-03 13:04:20','2022-04-03 13:04:20','','randalltempleton','','inherit','open','closed','','randalltempleton-4','','','2022-04-03 13:04:20','2022-04-03 13:04:20','',0,'https://sunfloris.com/wordpress/randalltempleton-4/',0,'attachment','image/png',0),(558,1,'2022-04-03 13:04:21','2022-04-03 13:04:21','','review111','','inherit','open','closed','','review111-4','','','2022-04-03 13:04:21','2022-04-03 13:04:21','',0,'https://sunfloris.com/wordpress/review111-4/',0,'attachment','image/png',0),(559,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VD_FE_NewImage01','','inherit','open','closed','','vd_fe_newimage01-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vd_fe_newimage01-4/',0,'attachment','image/png',0),(560,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VJ-FE-14-ImageBody-05','','inherit','open','closed','','vj-fe-14-imagebody-05-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vj-fe-14-imagebody-05-4/',0,'attachment','image/png',0),(561,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VJ-FE-17-IconBody-06','','inherit','open','closed','','vj-fe-17-iconbody-06-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vj-fe-17-iconbody-06-4/',0,'attachment','image/png',0),(562,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VJ-FE-18-IconBody-07','','inherit','open','closed','','vj-fe-18-iconbody-07-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vj-fe-18-iconbody-07-4/',0,'attachment','image/png',0),(563,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VJ-FE-19-IconBody-08','','inherit','open','closed','','vj-fe-19-iconbody-08-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vj-fe-19-iconbody-08-4/',0,'attachment','image/png',0),(564,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VJ-FE-20-IconBody-09','','inherit','open','closed','','vj-fe-20-iconbody-09-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vj-fe-20-iconbody-09-4/',0,'attachment','image/png',0),(565,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VJ-FE-21-IconBody-10','','inherit','open','closed','','vj-fe-21-iconbody-10-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vj-fe-21-iconbody-10-4/',0,'attachment','image/png',0),(566,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VJ-FE-22-IconBody-11','','inherit','open','closed','','vj-fe-22-iconbody-11-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vj-fe-22-iconbody-11-4/',0,'attachment','image/png',0),(567,1,'2022-04-03 13:04:22','2022-04-03 13:04:22','','VJ-FE-23-IconBody-12','','inherit','open','closed','','vj-fe-23-iconbody-12-4','','','2022-04-03 13:04:22','2022-04-03 13:04:22','',0,'https://sunfloris.com/wordpress/vj-fe-23-iconbody-12-4/',0,'attachment','image/png',0),(568,1,'2022-04-03 13:04:23','2022-04-03 13:04:23','','VJ_FE_BeforeAfter01-2','','inherit','open','closed','','vj_fe_beforeafter01-2-4','','','2022-04-03 13:04:23','2022-04-03 13:04:23','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter01-2-4/',0,'attachment','image/png',0),(569,1,'2022-04-03 13:04:26','2022-04-03 13:04:26','','VJ_FE_BeforeAfter02','','inherit','open','closed','','vj_fe_beforeafter02-4','','','2022-04-03 13:04:26','2022-04-03 13:04:26','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter02-4/',0,'attachment','image/png',0),(570,1,'2022-04-03 13:04:31','2022-04-03 13:04:31','','VJ-FE-27-IconBody-13','','inherit','open','closed','','vj-fe-27-iconbody-13-4','','','2022-04-03 13:04:31','2022-04-03 13:04:31','',0,'https://sunfloris.com/wordpress/vj-fe-27-iconbody-13-4/',0,'attachment','image/png',0),(571,1,'2022-04-03 13:04:31','2022-04-03 13:04:31','','VJ-FE-28-IconBody-14','','inherit','open','closed','','vj-fe-28-iconbody-14-4','','','2022-04-03 13:04:31','2022-04-03 13:04:31','',0,'https://sunfloris.com/wordpress/vj-fe-28-iconbody-14-4/',0,'attachment','image/png',0),(572,1,'2022-04-03 13:04:31','2022-04-03 13:04:31','','VJ-FE-29-IconBody-15','','inherit','open','closed','','vj-fe-29-iconbody-15-4','','','2022-04-03 13:04:31','2022-04-03 13:04:31','',0,'https://sunfloris.com/wordpress/vj-fe-29-iconbody-15-4/',0,'attachment','image/png',0),(573,1,'2022-04-03 13:04:31','2022-04-03 13:04:31','','VJ-FE-30-IconBody-16','','inherit','open','closed','','vj-fe-30-iconbody-16-4','','','2022-04-03 13:04:31','2022-04-03 13:04:31','',0,'https://sunfloris.com/wordpress/vj-fe-30-iconbody-16-4/',0,'attachment','image/png',0),(574,1,'2022-04-03 13:04:31','2022-04-03 13:04:31','','VJ-FE-31-IconBody-17','','inherit','open','closed','','vj-fe-31-iconbody-17-4','','','2022-04-03 13:04:31','2022-04-03 13:04:31','',0,'https://sunfloris.com/wordpress/vj-fe-31-iconbody-17-4/',0,'attachment','image/png',0),(575,1,'2022-04-03 13:04:31','2022-04-03 13:04:31','','VJ-FE-32-IconBody-18','','inherit','open','closed','','vj-fe-32-iconbody-18-4','','','2022-04-03 13:04:31','2022-04-03 13:04:31','',0,'https://sunfloris.com/wordpress/vj-fe-32-iconbody-18-4/',0,'attachment','image/png',0),(576,1,'2022-04-03 13:04:32','2022-04-03 13:04:32','','VJ_FE_Screenshots01-2','','inherit','open','closed','','vj_fe_screenshots01-2-4','','','2022-04-03 13:04:32','2022-04-03 13:04:32','',0,'https://sunfloris.com/wordpress/vj_fe_screenshots01-2-4/',0,'attachment','image/png',0),(577,1,'2022-04-03 13:04:39','2022-04-03 13:04:39','','VJ-FE-36-IconBody-19','','inherit','open','closed','','vj-fe-36-iconbody-19-4','','','2022-04-03 13:04:39','2022-04-03 13:04:39','',0,'https://sunfloris.com/wordpress/vj-fe-36-iconbody-19-4/',0,'attachment','image/png',0),(578,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-37-IconBody-20','','inherit','open','closed','','vj-fe-37-iconbody-20-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-37-iconbody-20-4/',0,'attachment','image/png',0),(579,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-38-IconBody-21','','inherit','open','closed','','vj-fe-38-iconbody-21-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-38-iconbody-21-4/',0,'attachment','image/png',0),(580,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-39-IconBody-22','','inherit','open','closed','','vj-fe-39-iconbody-22-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-39-iconbody-22-4/',0,'attachment','image/png',0),(581,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-40-IconBody-23','','inherit','open','closed','','vj-fe-40-iconbody-23-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-40-iconbody-23-4/',0,'attachment','image/png',0),(582,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-41-IconBody-24','','inherit','open','closed','','vj-fe-41-iconbody-24-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-41-iconbody-24-4/',0,'attachment','image/png',0),(583,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-42-IconBody-25','','inherit','open','closed','','vj-fe-42-iconbody-25-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-42-iconbody-25-4/',0,'attachment','image/png',0),(584,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-43-IconBody-26','','inherit','open','closed','','vj-fe-43-iconbody-26-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-43-iconbody-26-4/',0,'attachment','image/png',0),(585,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-44-IconBody-27','','inherit','open','closed','','vj-fe-44-iconbody-27-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-44-iconbody-27-4/',0,'attachment','image/png',0),(586,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-45-IconBody-28','','inherit','open','closed','','vj-fe-45-iconbody-28-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-45-iconbody-28-4/',0,'attachment','image/png',0),(587,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-46-IconBody-29','','inherit','open','closed','','vj-fe-46-iconbody-29-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-46-iconbody-29-4/',0,'attachment','image/png',0),(588,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-47-IconBody-30','','inherit','open','closed','','vj-fe-47-iconbody-30-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-47-iconbody-30-4/',0,'attachment','image/png',0),(589,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-48-IconBody-31','','inherit','open','closed','','vj-fe-48-iconbody-31-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-48-iconbody-31-4/',0,'attachment','image/png',0),(590,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','Simon-Duenow-150x150-1','','inherit','open','closed','','simon-duenow-150x150-1-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/simon-duenow-150x150-1-4/',0,'attachment','image/png',0),(591,1,'2022-04-03 13:04:40','2022-04-03 13:04:40','','VJ-FE-52-LogoBody-02','','inherit','open','closed','','vj-fe-52-logobody-02-4','','','2022-04-03 13:04:40','2022-04-03 13:04:40','',0,'https://sunfloris.com/wordpress/vj-fe-52-logobody-02-4/',0,'attachment','image/png',0),(592,1,'2022-04-03 13:04:41','2022-04-03 13:04:41','','Vidjack-A','','inherit','open','closed','','vidjack-a-4','','','2022-04-03 13:04:41','2022-04-03 13:04:41','',0,'https://sunfloris.com/wordpress/vidjack-a-4/',0,'attachment','image/png',0),(593,1,'2022-04-03 13:11:27','2022-04-03 13:11:27','','VJ-FE-02-LogoBody-01','','inherit','open','closed','','vj-fe-02-logobody-01-5','','','2022-04-03 13:11:27','2022-04-03 13:11:27','',0,'https://sunfloris.com/wordpress/vj-fe-02-logobody-01-5/',0,'attachment','image/png',0),(594,1,'2022-04-03 13:11:29','2022-04-03 13:11:29','','VJ-FE-03-ImageBody-01','','inherit','open','closed','','vj-fe-03-imagebody-01-5','','','2022-04-03 13:11:29','2022-04-03 13:11:29','',0,'https://sunfloris.com/wordpress/vj-fe-03-imagebody-01-5/',0,'attachment','image/png',0),(595,1,'2022-04-03 13:11:29','2022-04-03 13:11:29','','VJ-FE-04-ImageBody-02','','inherit','open','closed','','vj-fe-04-imagebody-02-5','','','2022-04-03 13:11:29','2022-04-03 13:11:29','',0,'https://sunfloris.com/wordpress/vj-fe-04-imagebody-02-5/',0,'attachment','image/png',0),(596,1,'2022-04-03 13:11:29','2022-04-03 13:11:29','','VJ-FE-05-IconBody-01','','inherit','open','closed','','vj-fe-05-iconbody-01-5','','','2022-04-03 13:11:29','2022-04-03 13:11:29','',0,'https://sunfloris.com/wordpress/vj-fe-05-iconbody-01-5/',0,'attachment','image/png',0),(597,1,'2022-04-03 13:11:30','2022-04-03 13:11:30','','VJ-FE-06-IconBody-02','','inherit','open','closed','','vj-fe-06-iconbody-02-5','','','2022-04-03 13:11:30','2022-04-03 13:11:30','',0,'https://sunfloris.com/wordpress/vj-fe-06-iconbody-02-5/',0,'attachment','image/png',0),(598,1,'2022-04-03 13:11:30','2022-04-03 13:11:30','','VJ-FE-07-IconBody-03','','inherit','open','closed','','vj-fe-07-iconbody-03-5','','','2022-04-03 13:11:30','2022-04-03 13:11:30','',0,'https://sunfloris.com/wordpress/vj-fe-07-iconbody-03-5/',0,'attachment','image/png',0),(599,1,'2022-04-03 13:11:30','2022-04-03 13:11:30','','VJ-FE-08-IconBody-04','','inherit','open','closed','','vj-fe-08-iconbody-04-5','','','2022-04-03 13:11:30','2022-04-03 13:11:30','',0,'https://sunfloris.com/wordpress/vj-fe-08-iconbody-04-5/',0,'attachment','image/png',0),(600,1,'2022-04-03 13:11:30','2022-04-03 13:11:30','','VJ-FE-09-IconBody-05','','inherit','open','closed','','vj-fe-09-iconbody-05-5','','','2022-04-03 13:11:30','2022-04-03 13:11:30','',0,'https://sunfloris.com/wordpress/vj-fe-09-iconbody-05-5/',0,'attachment','image/png',0),(601,1,'2022-04-03 13:11:30','2022-04-03 13:11:30','','VD_FE_NewIcon01','','inherit','open','closed','','vd_fe_newicon01-5','','','2022-04-03 13:11:30','2022-04-03 13:11:30','',0,'https://sunfloris.com/wordpress/vd_fe_newicon01-5/',0,'attachment','image/png',0),(602,1,'2022-04-03 13:11:31','2022-04-03 13:11:31','','Screen-Shot-2021-03-03-at-7.34.22-PM','','inherit','open','closed','','screen-shot-2021-03-03-at-7-34-22-pm-5','','','2022-04-03 13:11:31','2022-04-03 13:11:31','',0,'https://sunfloris.com/wordpress/screen-shot-2021-03-03-at-7-34-22-pm-5/',0,'attachment','image/png',0),(603,1,'2022-04-03 13:11:44','2022-04-03 13:11:44','','VJ-FE-13-ImageBody-04','','inherit','open','closed','','vj-fe-13-imagebody-04-5','','','2022-04-03 13:11:44','2022-04-03 13:11:44','',0,'https://sunfloris.com/wordpress/vj-fe-13-imagebody-04-5/',0,'attachment','image/png',0),(604,1,'2022-04-03 13:11:44','2022-04-03 13:11:44','','randalltempleton','','inherit','open','closed','','randalltempleton-5','','','2022-04-03 13:11:44','2022-04-03 13:11:44','',0,'https://sunfloris.com/wordpress/randalltempleton-5/',0,'attachment','image/png',0),(605,1,'2022-04-03 13:11:45','2022-04-03 13:11:45','','review111','','inherit','open','closed','','review111-5','','','2022-04-03 13:11:45','2022-04-03 13:11:45','',0,'https://sunfloris.com/wordpress/review111-5/',0,'attachment','image/png',0),(606,1,'2022-04-03 13:11:45','2022-04-03 13:11:45','','VD_FE_NewImage01','','inherit','open','closed','','vd_fe_newimage01-5','','','2022-04-03 13:11:45','2022-04-03 13:11:45','',0,'https://sunfloris.com/wordpress/vd_fe_newimage01-5/',0,'attachment','image/png',0),(607,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ-FE-14-ImageBody-05','','inherit','open','closed','','vj-fe-14-imagebody-05-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj-fe-14-imagebody-05-5/',0,'attachment','image/png',0),(608,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ-FE-17-IconBody-06','','inherit','open','closed','','vj-fe-17-iconbody-06-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj-fe-17-iconbody-06-5/',0,'attachment','image/png',0),(609,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ-FE-18-IconBody-07','','inherit','open','closed','','vj-fe-18-iconbody-07-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj-fe-18-iconbody-07-5/',0,'attachment','image/png',0),(610,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ-FE-19-IconBody-08','','inherit','open','closed','','vj-fe-19-iconbody-08-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj-fe-19-iconbody-08-5/',0,'attachment','image/png',0),(611,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ-FE-20-IconBody-09','','inherit','open','closed','','vj-fe-20-iconbody-09-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj-fe-20-iconbody-09-5/',0,'attachment','image/png',0),(612,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ-FE-21-IconBody-10','','inherit','open','closed','','vj-fe-21-iconbody-10-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj-fe-21-iconbody-10-5/',0,'attachment','image/png',0),(613,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ-FE-22-IconBody-11','','inherit','open','closed','','vj-fe-22-iconbody-11-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj-fe-22-iconbody-11-5/',0,'attachment','image/png',0),(614,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ-FE-23-IconBody-12','','inherit','open','closed','','vj-fe-23-iconbody-12-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj-fe-23-iconbody-12-5/',0,'attachment','image/png',0),(615,1,'2022-04-03 13:11:46','2022-04-03 13:11:46','','VJ_FE_BeforeAfter01-2','','inherit','open','closed','','vj_fe_beforeafter01-2-5','','','2022-04-03 13:11:46','2022-04-03 13:11:46','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter01-2-5/',0,'attachment','image/png',0),(616,1,'2022-04-03 13:11:48','2022-04-03 13:11:48','','VJ_FE_BeforeAfter02','','inherit','open','closed','','vj_fe_beforeafter02-5','','','2022-04-03 13:11:48','2022-04-03 13:11:48','',0,'https://sunfloris.com/wordpress/vj_fe_beforeafter02-5/',0,'attachment','image/png',0),(617,1,'2022-04-03 13:11:51','2022-04-03 13:11:51','','VJ-FE-27-IconBody-13','','inherit','open','closed','','vj-fe-27-iconbody-13-5','','','2022-04-03 13:11:51','2022-04-03 13:11:51','',0,'https://sunfloris.com/wordpress/vj-fe-27-iconbody-13-5/',0,'attachment','image/png',0),(618,1,'2022-04-03 13:11:51','2022-04-03 13:11:51','','VJ-FE-28-IconBody-14','','inherit','open','closed','','vj-fe-28-iconbody-14-5','','','2022-04-03 13:11:51','2022-04-03 13:11:51','',0,'https://sunfloris.com/wordpress/vj-fe-28-iconbody-14-5/',0,'attachment','image/png',0),(619,1,'2022-04-03 13:11:51','2022-04-03 13:11:51','','VJ-FE-29-IconBody-15','','inherit','open','closed','','vj-fe-29-iconbody-15-5','','','2022-04-03 13:11:51','2022-04-03 13:11:51','',0,'https://sunfloris.com/wordpress/vj-fe-29-iconbody-15-5/',0,'attachment','image/png',0),(620,1,'2022-04-03 13:11:51','2022-04-03 13:11:51','','VJ-FE-30-IconBody-16','','inherit','open','closed','','vj-fe-30-iconbody-16-5','','','2022-04-03 13:11:51','2022-04-03 13:11:51','',0,'https://sunfloris.com/wordpress/vj-fe-30-iconbody-16-5/',0,'attachment','image/png',0),(621,1,'2022-04-03 13:11:52','2022-04-03 13:11:52','','VJ-FE-31-IconBody-17','','inherit','open','closed','','vj-fe-31-iconbody-17-5','','','2022-04-03 13:11:52','2022-04-03 13:11:52','',0,'https://sunfloris.com/wordpress/vj-fe-31-iconbody-17-5/',0,'attachment','image/png',0),(622,1,'2022-04-03 13:11:52','2022-04-03 13:11:52','','VJ-FE-32-IconBody-18','','inherit','open','closed','','vj-fe-32-iconbody-18-5','','','2022-04-03 13:11:52','2022-04-03 13:11:52','',0,'https://sunfloris.com/wordpress/vj-fe-32-iconbody-18-5/',0,'attachment','image/png',0),(623,1,'2022-04-03 13:11:52','2022-04-03 13:11:52','','VJ_FE_Screenshots01-2','','inherit','open','closed','','vj_fe_screenshots01-2-5','','','2022-04-03 13:11:52','2022-04-03 13:11:52','',0,'https://sunfloris.com/wordpress/vj_fe_screenshots01-2-5/',0,'attachment','image/png',0),(624,1,'2022-04-03 13:11:57','2022-04-03 13:11:57','','VJ-FE-36-IconBody-19','','inherit','open','closed','','vj-fe-36-iconbody-19-5','','','2022-04-03 13:11:57','2022-04-03 13:11:57','',0,'https://sunfloris.com/wordpress/vj-fe-36-iconbody-19-5/',0,'attachment','image/png',0),(625,1,'2022-04-03 13:11:57','2022-04-03 13:11:57','','VJ-FE-37-IconBody-20','','inherit','open','closed','','vj-fe-37-iconbody-20-5','','','2022-04-03 13:11:57','2022-04-03 13:11:57','',0,'https://sunfloris.com/wordpress/vj-fe-37-iconbody-20-5/',0,'attachment','image/png',0),(626,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-38-IconBody-21','','inherit','open','closed','','vj-fe-38-iconbody-21-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-38-iconbody-21-5/',0,'attachment','image/png',0),(627,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-39-IconBody-22','','inherit','open','closed','','vj-fe-39-iconbody-22-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-39-iconbody-22-5/',0,'attachment','image/png',0),(628,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-40-IconBody-23','','inherit','open','closed','','vj-fe-40-iconbody-23-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-40-iconbody-23-5/',0,'attachment','image/png',0),(629,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-41-IconBody-24','','inherit','open','closed','','vj-fe-41-iconbody-24-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-41-iconbody-24-5/',0,'attachment','image/png',0),(630,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-42-IconBody-25','','inherit','open','closed','','vj-fe-42-iconbody-25-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-42-iconbody-25-5/',0,'attachment','image/png',0),(631,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-43-IconBody-26','','inherit','open','closed','','vj-fe-43-iconbody-26-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-43-iconbody-26-5/',0,'attachment','image/png',0),(632,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-44-IconBody-27','','inherit','open','closed','','vj-fe-44-iconbody-27-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-44-iconbody-27-5/',0,'attachment','image/png',0),(633,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-45-IconBody-28','','inherit','open','closed','','vj-fe-45-iconbody-28-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-45-iconbody-28-5/',0,'attachment','image/png',0),(634,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-46-IconBody-29','','inherit','open','closed','','vj-fe-46-iconbody-29-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-46-iconbody-29-5/',0,'attachment','image/png',0),(635,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-47-IconBody-30','','inherit','open','closed','','vj-fe-47-iconbody-30-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-47-iconbody-30-5/',0,'attachment','image/png',0),(636,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-48-IconBody-31','','inherit','open','closed','','vj-fe-48-iconbody-31-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-48-iconbody-31-5/',0,'attachment','image/png',0),(637,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','Simon-Duenow-150x150-1','','inherit','open','closed','','simon-duenow-150x150-1-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/simon-duenow-150x150-1-5/',0,'attachment','image/png',0),(638,1,'2022-04-03 13:11:58','2022-04-03 13:11:58','','VJ-FE-52-LogoBody-02','','inherit','open','closed','','vj-fe-52-logobody-02-5','','','2022-04-03 13:11:58','2022-04-03 13:11:58','',0,'https://sunfloris.com/wordpress/vj-fe-52-logobody-02-5/',0,'attachment','image/png',0),(639,1,'2022-04-03 13:11:59','2022-04-03 13:11:59','','Vidjack-A','','inherit','open','closed','','vidjack-a-5','','','2022-04-03 13:11:59','2022-04-03 13:11:59','',0,'https://sunfloris.com/wordpress/vidjack-a-5/',0,'attachment','image/png',0),(640,1,'2022-04-03 13:12:03','2022-04-03 13:12:03','','Step-1','','inherit','open','closed','','step-1-3','','','2022-04-03 13:12:03','2022-04-03 13:12:03','',0,'https://sunfloris.com/wordpress/step-1-3/',0,'attachment','image/png',0),(641,1,'2022-04-03 13:12:04','2022-04-03 13:12:04','','VJ-FE-55-ImageBody-13','','inherit','open','closed','','vj-fe-55-imagebody-13-3','','','2022-04-03 13:12:04','2022-04-03 13:12:04','',0,'https://sunfloris.com/wordpress/vj-fe-55-imagebody-13-3/',0,'attachment','image/png',0),(642,1,'2022-04-03 13:12:04','2022-04-03 13:12:04','','step-2','','inherit','open','closed','','step-2-3','','','2022-04-03 13:12:04','2022-04-03 13:12:04','',0,'https://sunfloris.com/wordpress/step-2-3/',0,'attachment','image/png',0),(643,1,'2022-04-03 13:12:07','2022-04-03 13:12:07','','VJ-FE-56-ImageBody-14','','inherit','open','closed','','vj-fe-56-imagebody-14','','','2022-04-03 13:12:07','2022-04-03 13:12:07','',0,'https://sunfloris.com/wordpress/vj-fe-56-imagebody-14/',0,'attachment','image/png',0),(644,1,'2022-04-03 13:12:07','2022-04-03 13:12:07','','Step-3','','inherit','open','closed','','step-3','','','2022-04-03 13:12:07','2022-04-03 13:12:07','',0,'https://sunfloris.com/wordpress/step-3/',0,'attachment','image/png',0),(645,1,'2022-04-03 13:12:08','2022-04-03 13:12:08','','dragndrop-email','','inherit','open','closed','','dragndrop-email','','','2022-04-03 13:12:08','2022-04-03 13:12:08','',0,'https://sunfloris.com/wordpress/dragndrop-email/',0,'attachment','image/png',0),(646,1,'2022-04-03 13:12:09','2022-04-03 13:12:09','','Viral','','inherit','open','closed','','viral','','','2022-04-03 13:12:09','2022-04-03 13:12:09','',0,'https://sunfloris.com/wordpress/viral/',0,'attachment','image/png',0),(647,1,'2022-04-03 13:12:10','2022-04-03 13:12:10','','3-invideo','','inherit','open','closed','','3-invideo','','','2022-04-03 13:12:10','2022-04-03 13:12:10','',0,'https://sunfloris.com/wordpress/3-invideo/',0,'attachment','image/png',0),(648,1,'2022-04-03 13:12:11','2022-04-03 13:12:11','','timer','','inherit','open','closed','','timer','','','2022-04-03 13:12:11','2022-04-03 13:12:11','',0,'https://sunfloris.com/wordpress/timer/',0,'attachment','image/png',0),(649,1,'2022-04-03 13:12:12','2022-04-03 13:12:12','','quiz','','inherit','open','closed','','quiz','','','2022-04-03 13:12:12','2022-04-03 13:12:12','',0,'https://sunfloris.com/wordpress/quiz/',0,'attachment','image/png',0),(650,1,'2022-04-03 13:12:12','2022-04-03 13:12:12','','video-in-video','','inherit','open','closed','','video-in-video','','','2022-04-03 13:12:12','2022-04-03 13:12:12','',0,'https://sunfloris.com/wordpress/video-in-video/',0,'attachment','image/png',0),(651,1,'2022-04-03 13:12:12','2022-04-03 13:12:12','','customzation','','inherit','open','closed','','customzation','','','2022-04-03 13:12:12','2022-04-03 13:12:12','',0,'https://sunfloris.com/wordpress/customzation/',0,'attachment','image/png',0),(652,1,'2022-04-03 13:12:13','2022-04-03 13:12:13','','Skin-and-themes','','inherit','open','closed','','skin-and-themes','','','2022-04-03 13:12:13','2022-04-03 13:12:13','',0,'https://sunfloris.com/wordpress/skin-and-themes/',0,'attachment','image/png',0),(653,1,'2022-04-03 13:12:15','2022-04-03 13:12:15','','sticky-video','','inherit','open','closed','','sticky-video','','','2022-04-03 13:12:15','2022-04-03 13:12:15','',0,'https://sunfloris.com/wordpress/sticky-video/',0,'attachment','image/png',0),(654,1,'2022-04-03 13:12:16','2022-04-03 13:12:16','','ecom','','inherit','open','closed','','ecom','','','2022-04-03 13:12:16','2022-04-03 13:12:16','',0,'https://sunfloris.com/wordpress/ecom/',0,'attachment','image/png',0),(655,1,'2022-04-03 13:12:17','2022-04-03 13:12:17','','Watch-The-Video-For-2-Mins','','inherit','open','closed','','watch-the-video-for-2-mins','','','2022-04-03 13:12:17','2022-04-03 13:12:17','',0,'https://sunfloris.com/wordpress/watch-the-video-for-2-mins/',0,'attachment','image/png',0),(656,1,'2022-04-03 13:12:17','2022-04-03 13:12:17','','Claim-Your-Early','','inherit','open','closed','','claim-your-early','','','2022-04-03 13:12:17','2022-04-03 13:12:17','',0,'https://sunfloris.com/wordpress/claim-your-early/',0,'attachment','image/png',0),(657,1,'2022-04-03 13:12:17','2022-04-03 13:12:17','','Get-15-OFF-Every-Time','','inherit','open','closed','','get-15-off-every-time','','','2022-04-03 13:12:17','2022-04-03 13:12:17','',0,'https://sunfloris.com/wordpress/get-15-off-every-time/',0,'attachment','image/png',0),(658,1,'2022-04-03 13:12:18','2022-04-03 13:12:18','','Check-Out-The-Complete-Range-Here','','inherit','open','closed','','check-out-the-complete-range-here','','','2022-04-03 13:12:18','2022-04-03 13:12:18','',0,'https://sunfloris.com/wordpress/check-out-the-complete-range-here/',0,'attachment','image/png',0),(659,1,'2022-04-03 13:12:19','2022-04-03 13:12:19','','Hello','','inherit','open','closed','','hello','','','2022-04-03 13:12:19','2022-04-03 13:12:19','',0,'https://sunfloris.com/wordpress/hello/',0,'attachment','image/png',0),(660,1,'2022-04-03 13:12:20','2022-04-03 13:12:20','','VJ-FE-74-ImageBody-18','','inherit','open','closed','','vj-fe-74-imagebody-18','','','2022-04-03 13:12:20','2022-04-03 13:12:20','',0,'https://sunfloris.com/wordpress/vj-fe-74-imagebody-18/',0,'attachment','image/png',0),(661,1,'2022-04-03 13:12:20','2022-04-03 13:12:20','','VJ-FE-75-ImageBody-19','','inherit','open','closed','','vj-fe-75-imagebody-19','','','2022-04-03 13:12:20','2022-04-03 13:12:20','',0,'https://sunfloris.com/wordpress/vj-fe-75-imagebody-19/',0,'attachment','image/png',0),(662,1,'2022-04-03 13:12:21','2022-04-03 13:12:21','','VJ-FE-76-ImageBody-20','','inherit','open','closed','','vj-fe-76-imagebody-20','','','2022-04-03 13:12:21','2022-04-03 13:12:21','',0,'https://sunfloris.com/wordpress/vj-fe-76-imagebody-20/',0,'attachment','image/png',0),(663,1,'2022-04-03 13:12:21','2022-04-03 13:12:21','','VJ-FE-77-ImageBody-21','','inherit','open','closed','','vj-fe-77-imagebody-21','','','2022-04-03 13:12:21','2022-04-03 13:12:21','',0,'https://sunfloris.com/wordpress/vj-fe-77-imagebody-21/',0,'attachment','image/png',0),(664,1,'2022-04-03 13:12:21','2022-04-03 13:12:21','','VJ-FE-78-ImageBody-22','','inherit','open','closed','','vj-fe-78-imagebody-22','','','2022-04-03 13:12:21','2022-04-03 13:12:21','',0,'https://sunfloris.com/wordpress/vj-fe-78-imagebody-22/',0,'attachment','image/png',0),(665,1,'2022-04-03 13:12:22','2022-04-03 13:12:22','','VJ-FE-79-ImageBody-23','','inherit','open','closed','','vj-fe-79-imagebody-23','','','2022-04-03 13:12:22','2022-04-03 13:12:22','',0,'https://sunfloris.com/wordpress/vj-fe-79-imagebody-23/',0,'attachment','image/png',0),(666,1,'2022-04-03 13:12:23','2022-04-03 13:12:23','','autoresponders','','inherit','open','closed','','autoresponders','','','2022-04-03 13:12:23','2022-04-03 13:12:23','',0,'https://sunfloris.com/wordpress/autoresponders/',0,'attachment','image/png',0),(667,1,'2022-04-03 13:12:26','2022-04-03 13:12:26','','VJ-FE-85-IconBody-42','','inherit','open','closed','','vj-fe-85-iconbody-42','','','2022-04-03 13:12:26','2022-04-03 13:12:26','',0,'https://sunfloris.com/wordpress/vj-fe-85-iconbody-42/',0,'attachment','image/png',0),(668,1,'2022-04-03 13:12:26','2022-04-03 13:12:26','','VJ-FE-86-IconBody-43','','inherit','open','closed','','vj-fe-86-iconbody-43','','','2022-04-03 13:12:26','2022-04-03 13:12:26','',0,'https://sunfloris.com/wordpress/vj-fe-86-iconbody-43/',0,'attachment','image/png',0),(669,1,'2022-04-03 13:12:26','2022-04-03 13:12:26','','VJ-FE-87-IconBody-44','','inherit','open','closed','','vj-fe-87-iconbody-44','','','2022-04-03 13:12:26','2022-04-03 13:12:26','',0,'https://sunfloris.com/wordpress/vj-fe-87-iconbody-44/',0,'attachment','image/png',0),(670,1,'2022-04-03 13:12:26','2022-04-03 13:12:26','','VJ-FE-88-IconBody-45','','inherit','open','closed','','vj-fe-88-iconbody-45','','','2022-04-03 13:12:26','2022-04-03 13:12:26','',0,'https://sunfloris.com/wordpress/vj-fe-88-iconbody-45/',0,'attachment','image/png',0),(671,1,'2022-04-03 13:12:27','2022-04-03 13:12:27','','VJ-FE-89-IconBody-46','','inherit','open','closed','','vj-fe-89-iconbody-46','','','2022-04-03 13:12:27','2022-04-03 13:12:27','',0,'https://sunfloris.com/wordpress/vj-fe-89-iconbody-46/',0,'attachment','image/png',0),(672,1,'2022-04-03 13:12:27','2022-04-03 13:12:27','','VJ-FE-90-IconBody-47','','inherit','open','closed','','vj-fe-90-iconbody-47','','','2022-04-03 13:12:27','2022-04-03 13:12:27','',0,'https://sunfloris.com/wordpress/vj-fe-90-iconbody-47/',0,'attachment','image/png',0),(673,1,'2022-04-03 13:12:27','2022-04-03 13:12:27','','VJ-FE-92-ImageBody-25','','inherit','open','closed','','vj-fe-92-imagebody-25','','','2022-04-03 13:12:27','2022-04-03 13:12:27','',0,'https://sunfloris.com/wordpress/vj-fe-92-imagebody-25/',0,'attachment','image/png',0),(674,1,'2022-04-03 13:12:27','2022-04-03 13:12:27','','VJ-FE-93-ImageBody-26','','inherit','open','closed','','vj-fe-93-imagebody-26','','','2022-04-03 13:12:27','2022-04-03 13:12:27','',0,'https://sunfloris.com/wordpress/vj-fe-93-imagebody-26/',0,'attachment','image/png',0),(675,1,'2022-04-03 13:12:28','2022-04-03 13:12:28','','Lisa-Gerald-150x150-1','','inherit','open','closed','','lisa-gerald-150x150-1','','','2022-04-03 13:12:28','2022-04-03 13:12:28','',0,'https://sunfloris.com/wordpress/lisa-gerald-150x150-1/',0,'attachment','image/png',0),(676,1,'2022-04-03 13:12:28','2022-04-03 13:12:28','','VJ-FE-94-ImageBody-27','','inherit','open','closed','','vj-fe-94-imagebody-27','','','2022-04-03 13:12:28','2022-04-03 13:12:28','',0,'https://sunfloris.com/wordpress/vj-fe-94-imagebody-27/',0,'attachment','image/png',0),(677,1,'2022-04-03 13:12:29','2022-04-03 13:12:29','','VJ-FE-96-ImageBody-28','','inherit','open','closed','','vj-fe-96-imagebody-28','','','2022-04-03 13:12:29','2022-04-03 13:12:29','',0,'https://sunfloris.com/wordpress/vj-fe-96-imagebody-28/',0,'attachment','image/png',0),(678,1,'2022-04-03 13:12:30','2022-04-03 13:12:30','','VJ-FE-98-ImageBody-29','','inherit','open','closed','','vj-fe-98-imagebody-29','','','2022-04-03 13:12:30','2022-04-03 13:12:30','',0,'https://sunfloris.com/wordpress/vj-fe-98-imagebody-29/',0,'attachment','image/png',0),(679,1,'2022-04-03 13:12:31','2022-04-03 13:12:31','','VJ-FE-100-ImageBody-30','','inherit','open','closed','','vj-fe-100-imagebody-30','','','2022-04-03 13:12:31','2022-04-03 13:12:31','',0,'https://sunfloris.com/wordpress/vj-fe-100-imagebody-30/',0,'attachment','image/png',0),(680,1,'2022-04-03 13:12:31','2022-04-03 13:12:31','','VJ-FE-102-ImageBody-31','','inherit','open','closed','','vj-fe-102-imagebody-31','','','2022-04-03 13:12:31','2022-04-03 13:12:31','',0,'https://sunfloris.com/wordpress/vj-fe-102-imagebody-31/',0,'attachment','image/png',0),(681,1,'2022-04-03 13:12:31','2022-04-03 13:12:31','','VJ-FE-103-ImageBody-32','','inherit','open','closed','','vj-fe-103-imagebody-32','','','2022-04-03 13:12:31','2022-04-03 13:12:31','',0,'https://sunfloris.com/wordpress/vj-fe-103-imagebody-32/',0,'attachment','image/png',0),(682,1,'2022-04-03 13:12:31','2022-04-03 13:12:31','','VJ-FE-104-ImageBody-33','','inherit','open','closed','','vj-fe-104-imagebody-33','','','2022-04-03 13:12:31','2022-04-03 13:12:31','',0,'https://sunfloris.com/wordpress/vj-fe-104-imagebody-33/',0,'attachment','image/png',0),(683,1,'2022-04-03 13:12:32','2022-04-03 13:12:32','','VJ-FE-01-StructureBody-01','','inherit','open','closed','','vj-fe-01-structurebody-01','','','2022-04-03 13:12:32','2022-04-03 13:12:32','',0,'https://sunfloris.com/wordpress/vj-fe-01-structurebody-01/',0,'attachment','image/jpeg',0),(684,1,'2022-04-03 13:12:37','2022-04-03 13:12:37','','VD_FE_NewBackground01','','inherit','open','closed','','vd_fe_newbackground01','','','2022-04-03 13:12:37','2022-04-03 13:12:37','',0,'https://sunfloris.com/wordpress/vd_fe_newbackground01/',0,'attachment','image/jpeg',0),(685,1,'2022-04-03 13:12:42','2022-04-03 13:12:42','','VJ-FE-10-StructureBody-02','','inherit','open','closed','','vj-fe-10-structurebody-02','','','2022-04-03 13:12:42','2022-04-03 13:12:42','',0,'https://sunfloris.com/wordpress/vj-fe-10-structurebody-02/',0,'attachment','image/jpeg',0),(686,1,'2022-04-03 13:12:44','2022-04-03 13:12:44','','VJ-FE-11-StructureBody-03','','inherit','open','closed','','vj-fe-11-structurebody-03','','','2022-04-03 13:12:44','2022-04-03 13:12:44','',0,'https://sunfloris.com/wordpress/vj-fe-11-structurebody-03/',0,'attachment','image/jpeg',0),(687,1,'2022-04-03 13:12:47','2022-04-03 13:12:47','','VJ-FE-16-StructureBody-04','','inherit','open','closed','','vj-fe-16-structurebody-04','','','2022-04-03 13:12:47','2022-04-03 13:12:47','',0,'https://sunfloris.com/wordpress/vj-fe-16-structurebody-04/',0,'attachment','image/jpeg',0),(688,1,'2022-04-03 13:12:49','2022-04-03 13:12:49','','VJ-FE-24-StructureBody-05','','inherit','open','closed','','vj-fe-24-structurebody-05','','','2022-04-03 13:12:49','2022-04-03 13:12:49','',0,'https://sunfloris.com/wordpress/vj-fe-24-structurebody-05/',0,'attachment','image/jpeg',0),(689,1,'2022-04-03 13:12:54','2022-04-03 13:12:54','','VJ-FE-33-StructureBody-06','','inherit','open','closed','','vj-fe-33-structurebody-06','','','2022-04-03 13:12:54','2022-04-03 13:12:54','',0,'https://sunfloris.com/wordpress/vj-fe-33-structurebody-06/',0,'attachment','image/jpeg',0),(690,1,'2022-04-03 13:12:58','2022-04-03 13:12:58','','VJ-FE-35-StructureBody-07','','inherit','open','closed','','vj-fe-35-structurebody-07','','','2022-04-03 13:12:58','2022-04-03 13:12:58','',0,'https://sunfloris.com/wordpress/vj-fe-35-structurebody-07/',0,'attachment','image/jpeg',0),(691,1,'2022-04-03 13:13:02','2022-04-03 13:13:02','','VJ-FE-50-StructureBody-08','','inherit','open','closed','','vj-fe-50-structurebody-08','','','2022-04-03 13:13:02','2022-04-03 13:13:02','',0,'https://sunfloris.com/wordpress/vj-fe-50-structurebody-08/',0,'attachment','image/jpeg',0),(692,1,'2022-04-03 13:13:05','2022-04-03 13:13:05','','VJ-FE-51-StructureBody-09','','inherit','open','closed','','vj-fe-51-structurebody-09','','','2022-04-03 13:13:05','2022-04-03 13:13:05','',0,'https://sunfloris.com/wordpress/vj-fe-51-structurebody-09/',0,'attachment','image/jpeg',0),(693,1,'2022-04-03 13:13:07','2022-04-03 13:13:07','','VJ-FE-57-StructureBody-10','','inherit','open','closed','','vj-fe-57-structurebody-10','','','2022-04-03 13:13:07','2022-04-03 13:13:07','',0,'https://sunfloris.com/wordpress/vj-fe-57-structurebody-10/',0,'attachment','image/jpeg',0),(694,1,'2022-04-03 13:13:12','2022-04-03 13:13:12','','VJ-FE-66-StructureBody-11','','inherit','open','closed','','vj-fe-66-structurebody-11','','','2022-04-03 13:13:12','2022-04-03 13:13:12','',0,'https://sunfloris.com/wordpress/vj-fe-66-structurebody-11/',0,'attachment','image/jpeg',0),(695,1,'2022-04-03 13:13:15','2022-04-03 13:13:15','','VJ-FE-68-StructureBody-12','','inherit','open','closed','','vj-fe-68-structurebody-12','','','2022-04-03 13:13:15','2022-04-03 13:13:15','',0,'https://sunfloris.com/wordpress/vj-fe-68-structurebody-12/',0,'attachment','image/jpeg',0),(696,1,'2022-04-03 13:13:19','2022-04-03 13:13:19','','VJ-FE-71-StructureBody-13','','inherit','open','closed','','vj-fe-71-structurebody-13','','','2022-04-03 13:13:19','2022-04-03 13:13:19','',0,'https://sunfloris.com/wordpress/vj-fe-71-structurebody-13/',0,'attachment','image/jpeg',0),(697,1,'2022-04-03 13:13:24','2022-04-03 13:13:24','','VJ-FE-72-StructureBody-14','','inherit','open','closed','','vj-fe-72-structurebody-14','','','2022-04-03 13:13:24','2022-04-03 13:13:24','',0,'https://sunfloris.com/wordpress/vj-fe-72-structurebody-14/',0,'attachment','image/jpeg',0),(698,1,'2022-04-03 13:13:27','2022-04-03 13:13:27','','VJ-FE-73-StructureBody-15','','inherit','open','closed','','vj-fe-73-structurebody-15','','','2022-04-03 13:13:27','2022-04-03 13:13:27','',0,'https://sunfloris.com/wordpress/vj-fe-73-structurebody-15/',0,'attachment','image/jpeg',0),(699,1,'2022-04-03 13:13:46','2022-04-03 13:13:46','','VJ-FE-81-StructureBody-16','','inherit','open','closed','','vj-fe-81-structurebody-16','','','2022-04-03 13:13:46','2022-04-03 13:13:46','',0,'https://sunfloris.com/wordpress/vj-fe-81-structurebody-16/',0,'attachment','image/jpeg',0),(700,1,'2022-04-03 13:13:52','2022-04-03 13:13:52','','VJ-FE-91-StructureBody-17','','inherit','open','closed','','vj-fe-91-structurebody-17','','','2022-04-03 13:13:52','2022-04-03 13:13:52','',0,'https://sunfloris.com/wordpress/vj-fe-91-structurebody-17/',0,'attachment','image/jpeg',0),(701,1,'2022-04-03 13:13:55','2022-04-03 13:13:55','','VJ-FE-95-StructureBody-18','','inherit','open','closed','','vj-fe-95-structurebody-18','','','2022-04-03 13:13:55','2022-04-03 13:13:55','',0,'https://sunfloris.com/wordpress/vj-fe-95-structurebody-18/',0,'attachment','image/jpeg',0),(702,1,'2022-04-03 13:13:58','2022-04-03 13:13:58','','VJ-FE-97-StructureBody-19','','inherit','open','closed','','vj-fe-97-structurebody-19','','','2022-04-03 13:13:58','2022-04-03 13:13:58','',0,'https://sunfloris.com/wordpress/vj-fe-97-structurebody-19/',0,'attachment','image/jpeg',0),(703,1,'2022-04-03 13:14:02','2022-04-03 13:14:02','','VJ-FE-99-StructureBody-20','','inherit','open','closed','','vj-fe-99-structurebody-20','','','2022-04-03 13:14:02','2022-04-03 13:14:02','',0,'https://sunfloris.com/wordpress/vj-fe-99-structurebody-20/',0,'attachment','image/jpeg',0),(704,1,'2022-04-03 13:14:05','2022-04-03 13:14:05','','VJ-FE-101-StructureBody-21','','inherit','open','closed','','vj-fe-101-structurebody-21','','','2022-04-03 13:14:05','2022-04-03 13:14:05','',0,'https://sunfloris.com/wordpress/vj-fe-101-structurebody-21/',0,'attachment','image/jpeg',0),(705,1,'2022-04-03 13:18:11','2022-04-03 13:18:11','','VidJack','','inherit','closed','closed','','395-revision-v1','','','2022-04-03 13:18:11','2022-04-03 13:18:11','',395,'https://sunfloris.com/wordpress/?p=705',0,'revision','',0),(706,1,'2022-04-03 13:19:45','2022-04-03 13:19:45','<span><img alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span><p style=\"text-align: center;\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p><p style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong></p><p style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><strong><span style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p><p style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p><span><img alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span><span><img alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span><p style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p><span><img alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Video Sales Letters (VSL)</span></li><li style=\"\"><span style=\"\">Video Overlay</span></li><li style=\"\"><span style=\"\">Squeeze Pages</span></li><li style=\"\"><span style=\"\">Landing Pages</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p><span><img alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Website</span></li><li style=\"\"><span style=\"\">Blogs</span></li><li style=\"\"><span style=\"\">Social Media</span></li><li style=\"\"><span style=\"\">Emails</span></li></ul><p style=\"text-align: center;\">...Or share the links directly</p><p style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p><p style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p><span><img alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\">Connect your PayPal orStripe and receivepayments right insidethe video.</p><p style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p><span><img alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Optin Forms</span></li><li style=\"\"><span style=\"\">CTAs</span></li><li style=\"\"><span style=\"\">Buy Buttons</span></li><li style=\"\"><span style=\"\">Images &amp; Objects</span></li><li style=\"\"><span style=\"\">Watermarks</span></li><li style=\"\"><span style=\"\">Text &amp; Buttons</span></li></ul><ul><li style=\"\"><span style=\"\">Countdown Timers</span></li><li style=\"\"><span style=\"\">Social Share</span></li><li style=\"\"><span style=\"\">Quizzes &amp; Surveys</span></li><li style=\"\"><span style=\"\">Videos</span></li><li style=\"\"><span style=\"\">Maps &amp; Calendars</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p><span><img alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p><ul><li style=\"\"><span style=\"\">Video Skins</span></li><li style=\"\"><span style=\"\">Auto-Play Videos</span></li><li style=\"\"><span style=\"\">Custom Thumbnails</span></li><li style=\"\"><span style=\"\">Create Sticky Videos</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>FREE Commercial License</strong></p><span><img alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span><p style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p><p style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\">ONLY When You Act NOW!</span></strong></p><span><img alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span><span><img alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span><p style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p><span><img alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" width=\"89\" height=\"81\"></span><p style=\"text-align: center;\"><strong>Kareem Maize</strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p><span><img alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" width=\"89\" height=\"90\"></span><p style=\"text-align: center;\"><strong>Randall Kempleton</strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p><p style=\"text-align: center;\"><strong><strong>Keith Troup</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p><span><img alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" width=\"89\" height=\"90\"></span><p style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><span style=\"\"><img alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span><p style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p><p style=\"text-align: center;\">I’m Ifiok Nkem!</p><span><img alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span><p style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p style=\"text-align: left;\"></p><p style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p style=\"text-align: left;\">We are the same team that recently released a solid video product called VideoTours360.BUT - I have got NEWS for you…</p><p style=\"text-align: center;\"><strong>Traditional Videos</strong></p><p style=\"text-align: center;\"><strong>Are DEAD</strong></p><p style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p><p style=\"text-align: center;\"><strong>These Type Of Videos Generate:</strong></p><p style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p><span><img alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p><p style=\"text-align: center;\"><strong>Low Sales</strong></p><span><img alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p><p style=\"text-align: center;\"><strong>Less Profits</strong></p><span><img alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p><p style=\"text-align: center;\"><strong>On The Other Hand…</strong></p><p style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><strong>Interactive Videos Are Bringing</strong></p><p style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p><p style=\"text-align: center;\"><strong>Increased</strong><strong>Qualified Leads</strong></p><span><img alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p><p style=\"text-align: center;\"><strong>Engaging Videos</strong></p><span><img alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p><p style=\"text-align: center;\"><strong>High Sales Volumes</strong></p><span><img alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p><p style=\"text-align: center;\"><strong>Increased Profits</strong></p><span><img alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p><p style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p><p style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p><p style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p><span><img alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" width=\"1222\" height=\"625\"></span><p style=\"text-align: center;\">2,741 Visitors0 Leads</p><p style=\"text-align: center;\"><strong>2,307 Visitors1,168 Leads</strong></p><span><img alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\"></span><p style=\"text-align: center;\"><strong>Marketers Across The Board</strong><strong><span style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p><span><img alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p><p style=\"text-align: center;\">Interactivity results in<strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p><span><img alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>BETTER</strong><strong>Completion Rate</strong></p><p style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p><span><img alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>HIGHER</strong><strong>Click-Through-Rate</strong></p><p style=\"text-align: center;\">The click-through rate is<strong>10x higher</strong> than a passive video (Business Insider).</p><span><img alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>INCREASED Sales</strong></p><p style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p><span><img alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>BETTER Viewer</strong><strong>Experience</strong></p><p style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p><span><img alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>IMPROVED</strong><strong>Interaction Rate</strong></p><p style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p><p style=\"text-align: center;\"><strong>The Sensational New Trend</strong><strong>Of Interactive Videos Has Already</strong></p><p style=\"text-align: center;\"><strong>Made BIG Businesses</strong><strong><span style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p><span><img alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" style=\"\" width=\"1125\" height=\"1256\"></span><p style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><strong>Deep Pockets Could Tap Into</strong></p><p style=\"text-align: center;\"><strong>The Incredible Power</strong><strong>Of Interactive Videos…</strong></p><span><img alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Optin Forms</strong></p><span><img alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>CTAs</strong></p><span><img alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Buy Buttons</strong></p><span><img alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p><span><img alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Watermarks</strong></p><span><img alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Text</strong></p><span><img alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Buttons</strong></p><span><img alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Countdown</strong><strong>Timers</strong></p><span><img alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Social Share</strong></p><span><img alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p><span><img alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Videos</strong></p><span><img alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p><p style=\"text-align: center;\"><strong>And The Best Part:</strong></p><p style=\"text-align: center;\"><strong>You Don’t Even Need</strong><strong>To Create Your Own Video</strong></p><p style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p><p style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s 100% LEGAL</p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s SMART</p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s ETHICAL</p><p style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p><p style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p><span><img alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" style=\"\"></span><p style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\"><strong>Introducing…</strong></p><span><img alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" style=\"\" width=\"524\" height=\"159\"></span><span><img alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span><p style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><strong>Videos To Businesses</strong></p><p style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p><span><img alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span><p style=\"text-align: center;\"><strong>Step #1</strong></p><p style=\"text-align: center;\"><strong>Choose Video</strong></p><p style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…… or upload your own.</p><span><img alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" style=\"\" width=\"357\" height=\"68\"></span><p style=\"text-align: center;\"><strong>Step #2</strong></p><p style=\"text-align: center;\"><strong>Customize</strong></p><p style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p><span><img alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" width=\"698\" height=\"440\"></span><span><img alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" width=\"357\" height=\"68\"></span><span><img alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span><p style=\"text-align: center;\"><strong>Step #3</strong></p><p style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p><p style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p><p style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p><p style=\"text-align: center;\"><strong>1st Choice For Creating</strong><strong>Interactive Videos</strong></p><span><img alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" width=\"424\" height=\"299\"></span><p style=\"text-align: center;\"><strong>Lead Gate</strong></p><p style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p><span><img alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" width=\"424\" height=\"260\"></span><p style=\"text-align: center;\"><strong>Share Gate</strong></p><p style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p><span style=\"\"><img alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span><p style=\"text-align: center;\"><strong>Call-To-Action</strong></p><p style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p><span><img alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" width=\"424\" height=\"207\"></span><p style=\"text-align: center;\"><strong>Countdown Timers</strong></p><p style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p><span><img alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" width=\"421\" height=\"226\"></span><p style=\"text-align: center;\"><strong>Surveys</strong></p><p style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p><span><img alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" width=\"424\" height=\"307\"></span><p style=\"text-align: center;\"><strong>Video In Video</strong></p><p style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p><span><img alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" width=\"386\" height=\"271\"></span><p style=\"text-align: center;\"><strong>Player Elements</strong></p><p style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p><span><img alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" width=\"424\" height=\"264\"></span><p style=\"text-align: center;\"><strong>Video Skin</strong></p><p style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p><span><img alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" width=\"424\" height=\"299\"></span><p style=\"text-align: center;\"><strong>Video Source</strong></p><p style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p><span><img alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" width=\"424\" height=\"294\"></span><p style=\"text-align: center;\"><strong>Responsive</strong></p><p style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p><p style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p><p style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p><p style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p><span><img alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" style=\"\" width=\"757\" height=\"391\"></span><p style=\"text-align: center;\"><strong>Gamification</strong></p><p style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p><p style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p><p style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><strong>To Unlock A ‘Free Ebook’</strong></p><span style=\"\"><img alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span><p style=\"text-align: center;\">Download Files</p><p style=\"text-align: center;\"><strong>Claim Your Early</strong><strong>Bird Discount!</strong></p><span><img alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" width=\"506\" height=\"326\"></span><p style=\"text-align: center;\">Single Use Coupon</p><p style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><strong>You Shop With Us!</strong></p><span><img alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" style=\"\" width=\"536\" height=\"345\"></span><p style=\"text-align: center;\">Multiple Use Coupon</p><p style=\"text-align: center;\"><strong>Check Out The</strong><strong>Complete Range Here!</strong></p><span><img alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" style=\"\" width=\"575\" height=\"371\"></span><p style=\"text-align: center;\">URL Redirect</p><p style=\"text-align: center;\"><strong>Full In-Video</strong></p><p style=\"text-align: center;\"><strong>Personalization</strong></p><span><img alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span><p style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p><p style=\"text-align: center;\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p><p style=\"text-align: center;\"><strong>Watch VidJack</strong></p><p style=\"text-align: center;\"><strong>In Action Here...</strong></p><p style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><strong>Powerful Features</strong></p><p style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><strong>Marketing Agency</strong></p><p style=\"text-align: center;\"><strong>ADVANCED Video Player Control</strong></p><p style=\"text-align: center;\">Customize and design your video player as per your taste. Addand remove elements just as you like with a click of a button.</p><span><img alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul><p style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p><ul><li style=\"\"><span style=\"\"><strong>Player Skins</strong></span></li></ul><p style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p><ul><li style=\"\"><span style=\"\"><strong>Watermark</strong></span></li></ul><p style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p><p style=\"text-align: center;\"><strong>Complete Viewer Experience Control</strong></p><p style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now youcan customize not just a part but the entire viewing experience.</p><ul><li style=\"\"><span style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul><p style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p><ul><li style=\"\"><span style=\"\"><strong>Resume Playback</strong></span></li></ul><p style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p><span><img alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><p style=\"text-align: center;\"><strong>Lead Generation &amp; Sales Control</strong></p><p style=\"text-align: center;\">We empower you with exciting and guaranteed to convert leadgeneration tools. Now you can time your CTAs to gate yourcontent effectively to multiply your profits.</p><span><img alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Share-Gate</strong></span></li></ul><p style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p><ul><li style=\"\"><span style=\"\"><strong>Lead-Gate</strong></span></li></ul><p style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p><ul><li style=\"\"><span style=\"\"><strong>CTA-Gate</strong></span></li></ul><p style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p><p style=\"text-align: center;\"><strong>Deep Insights &amp; Analytics</strong></p><p style=\"text-align: center;\">We closely monitor your video engagement to help enhance yourCTAs and sales with each passing campaign.</p><ul><li style=\"\"><span style=\"\"><strong>Engagement Graphs</strong></span></li></ul><p style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p><span><img alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><p style=\"text-align: center;\"><strong>Embed Anywhere</strong></p><p style=\"text-align: center;\">Embed your videos onto any platform of your choice to becomeviral instantly! Pick any website, social media platform, blog orsimply share the link!</p><span><img alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Single Video</strong></span></li></ul><p style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p><ul><li style=\"\"><span style=\"\"><strong>Playlists</strong></span></li></ul><p style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\"><span style=\"font-size: 20px;\">(Coming Soon. Free to Charter Members)</span></span></strong>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p><p style=\"text-align: center;\"><strong>100%</strong></p><p style=\"text-align: center;\"><strong>Newbie Friendly</strong></p><p style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p><span><img alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span><p style=\"text-align: center;\"><strong>Seamless Integration With</strong></p><p style=\"text-align: center;\"><strong>Major Autoresponders</strong></p><span><img alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" style=\"\" width=\"852\" height=\"529\"></span><span><img alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Automated Interface</strong></p><p style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences andauto-customizes highly engaging videos on your behalf.</p><span><img alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p><p style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p><span><img alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Expert Video Resources</strong></p><p style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p><span><img alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p><p style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p><span><img alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>24X7 Assistance</strong></p><p style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p><span><img alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Automatic Updates</strong></p><p style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p><span><img alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span><p style=\"text-align: center;\"><strong>Completely Hosted</strong><strong>On The Cloud</strong></p><p style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p><p style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p><p style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p><span><img alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span><p style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><strong><span style=\"color: rgb(45, 111, 255);\">Video Marketing Agency</span></strong></p><p style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><strong>And Get Paid Top Dollar Like Them…</strong></p><p style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p><p style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p><span><img alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span><p style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\"><strong>We Have Added Some</strong><strong>EXCLUSIVE Bonuses</strong></p><p style=\"text-align: center;\"><strong>Available ONLY During</strong><strong>This Special Launch Period!</strong></p><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #1</strong></p><p style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p><p style=\"text-align: center;\"><strong>BONUS #2</strong></p><p style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p><p style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.BUT NOT ANY MORE...Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #3</strong></p><p style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p><p style=\"text-align: center;\"><strong>BONUS #4</strong></p><p style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p><p>Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong>This mentorship program comes with;</p><ul><li><span><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul><li><span><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul><li><span>Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul><li><span>And so much more!</span></li></ul><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #5</strong></p><p style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p><p style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p><p style=\"text-align: center;\"><strong>BONUS #6</strong></p><p style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p><p>You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p></p><p>PLUS access to all future webinar replays.<strong>Some of the topics covered includes;</strong></p><ul><li><span>The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul><li><span>Four Easy Stories That Brings Sales</span></li></ul><ul><li><span>Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul><li><span>Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul><li><span>From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul><li><span>Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul><li><span>And many more!</span></li></ul><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>You Can Start Selling</strong><strong>Engaging Videos</strong></p><p style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p><p style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p><span><img alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span><p style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.There’s never been a deal so sweet! We bet you!</p><p style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p><p style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p><p style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p><span><img alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span><p style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p><span><img alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" loading=\"lazy\" width=\"462\" height=\"373\"></span><p style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p><p style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p><p style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this asure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p><p style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p><p style=\"text-align: center;\"><strong>Using VidJack When You</strong><strong>Get It At The Lowest Cost Ever!</strong></p><p style=\"text-align: center;\"><strong>Pay Once. Profit Forever!</strong></p><ul><li><span style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul><ul><li><span style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul><ul><li><span style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul><ul><li><span style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul><ul><li><span style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul><ul><li><span style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul><ul><li><span style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul><ul><li><span style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul><ul><li><span style=\"\"><strong>Full In Video Personalization</strong></span></li></ul><ul><li><span style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul><ul><li><span style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul><ul><li><span style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul><ul><li><span style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul><ul><li><span style=\"\"><strong>Crucial Video Stats</strong></span></li></ul><ul><li><span style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul><ul><li><span style=\"\"><strong>Commercial Rights Included</strong></span></li></ul><p style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Price Will Be $67 Soon</span></p><p style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p><span><img alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" style=\"\" width=\"194\" height=\"20\"></span><span><img alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" style=\"\" width=\"231\" height=\"39\"></span><p style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p><span><img alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span><p style=\"text-align: center;\">Ifiok Nkem</p><p style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p><p style=\"color:white; font-size:10px; font-family:verdana\">Copyright ©: [tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script] - VidJack - All Rights Reserved</p><p style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p>','VidJack','','inherit','closed','closed','','395-revision-v1','','','2022-04-03 13:19:45','2022-04-03 13:19:45','',395,'https://sunfloris.com/wordpress/?p=706',0,'revision','',0),(707,1,'2022-04-03 13:22:24','2022-04-03 13:22:24','<span><img alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span><p style=\"text-align: center;\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p><p style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong></p><p style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><strong><span style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p><p style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p><span><img alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span><span><img alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span><p style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p><span><img alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Video Sales Letters (VSL)</span></li><li style=\"\"><span style=\"\">Video Overlay</span></li><li style=\"\"><span style=\"\">Squeeze Pages</span></li><li style=\"\"><span style=\"\">Landing Pages</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p><span><img alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Website</span></li><li style=\"\"><span style=\"\">Blogs</span></li><li style=\"\"><span style=\"\">Social Media</span></li><li style=\"\"><span style=\"\">Emails</span></li></ul><p style=\"text-align: center;\">...Or share the links directly</p><p style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p><p style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p><span><img alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\">Connect your PayPal orStripe and receivepayments right insidethe video.</p><p style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p><span><img alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Optin Forms</span></li><li style=\"\"><span style=\"\">CTAs</span></li><li style=\"\"><span style=\"\">Buy Buttons</span></li><li style=\"\"><span style=\"\">Images &amp; Objects</span></li><li style=\"\"><span style=\"\">Watermarks</span></li><li style=\"\"><span style=\"\">Text &amp; Buttons</span></li></ul><ul><li style=\"\"><span style=\"\">Countdown Timers</span></li><li style=\"\"><span style=\"\">Social Share</span></li><li style=\"\"><span style=\"\">Quizzes &amp; Surveys</span></li><li style=\"\"><span style=\"\">Videos</span></li><li style=\"\"><span style=\"\">Maps &amp; Calendars</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p><span><img alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p><ul><li style=\"\"><span style=\"\">Video Skins</span></li><li style=\"\"><span style=\"\">Auto-Play Videos</span></li><li style=\"\"><span style=\"\">Custom Thumbnails</span></li><li style=\"\"><span style=\"\">Create Sticky Videos</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>FREE Commercial License</strong></p><span><img alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span><p style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p><p style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\">ONLY When You Act NOW!</span></strong></p><span><img alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span><span><img alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span><p style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p><span><img alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" width=\"89\" height=\"81\"></span><p style=\"text-align: center;\"><strong>Kareem Maize</strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p><span><img alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" width=\"89\" height=\"90\"></span><p style=\"text-align: center;\"><strong>Randall Kempleton</strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p><p style=\"text-align: center;\"><strong><strong>Keith Troup</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p><span><img alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" width=\"89\" height=\"90\"></span><p style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><span style=\"\"><img alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span><p style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p><p style=\"text-align: center;\">I’m Ifiok Nkem!</p><span><img alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span><p style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p style=\"text-align: left;\"></p><p style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p style=\"text-align: left;\">We are the same team that recently released a solid video product called VideoTours360.BUT - I have got NEWS for you…</p><p style=\"text-align: center;\"><strong>Traditional Videos</strong></p><p style=\"text-align: center;\"><strong>Are DEAD</strong></p><p style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p><p style=\"text-align: center;\"><strong>These Type Of Videos Generate:</strong></p><p style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p><span><img alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p><p style=\"text-align: center;\"><strong>Low Sales</strong></p><span><img alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p><p style=\"text-align: center;\"><strong>Less Profits</strong></p><span><img alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p><p style=\"text-align: center;\"><strong>On The Other Hand…</strong></p><p style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><strong>Interactive Videos Are Bringing</strong></p><p style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p><p style=\"text-align: center;\"><strong>Increased</strong><strong>Qualified Leads</strong></p><span><img alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p><p style=\"text-align: center;\"><strong>Engaging Videos</strong></p><span><img alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p><p style=\"text-align: center;\"><strong>High Sales Volumes</strong></p><span><img alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p><p style=\"text-align: center;\"><strong>Increased Profits</strong></p><span><img alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p><p style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p><p style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p><p style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p><span><img alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" width=\"1222\" height=\"625\"></span><p style=\"text-align: center;\">2,741 Visitors0 Leads</p><p style=\"text-align: center;\"><strong>2,307 Visitors1,168 Leads</strong></p><span><img alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\"></span><p style=\"text-align: center;\"><strong>Marketers Across The Board</strong><strong><span style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p><span><img alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p><p style=\"text-align: center;\">Interactivity results in<strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p><span><img alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>BETTER</strong><strong>Completion Rate</strong></p><p style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p><span><img alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>HIGHER</strong><strong>Click-Through-Rate</strong></p><p style=\"text-align: center;\">The click-through rate is<strong>10x higher</strong> than a passive video (Business Insider).</p><span><img alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>INCREASED Sales</strong></p><p style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p><span><img alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>BETTER Viewer</strong><strong>Experience</strong></p><p style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p><span><img alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>IMPROVED</strong><strong>Interaction Rate</strong></p><p style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p><p style=\"text-align: center;\"><strong>The Sensational New Trend</strong><strong>Of Interactive Videos Has Already</strong></p><p style=\"text-align: center;\"><strong>Made BIG Businesses</strong><strong><span style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p><span><img alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" style=\"\" width=\"1125\" height=\"1256\"></span><p style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><strong>Deep Pockets Could Tap Into</strong></p><p style=\"text-align: center;\"><strong>The Incredible Power</strong><strong>Of Interactive Videos…</strong></p><span><img alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Optin Forms</strong></p><span><img alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>CTAs</strong></p><span><img alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Buy Buttons</strong></p><span><img alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p><span><img alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Watermarks</strong></p><span><img alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Text</strong></p><span><img alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Buttons</strong></p><span><img alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Countdown</strong><strong>Timers</strong></p><span><img alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Social Share</strong></p><span><img alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p><span><img alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Videos</strong></p><span><img alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p><p style=\"text-align: center;\"><strong>And The Best Part:</strong></p><p style=\"text-align: center;\"><strong>You Don’t Even Need</strong><strong>To Create Your Own Video</strong></p><p style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p><p style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s 100% LEGAL</p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s SMART</p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s ETHICAL</p><p style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p><p style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p><span><img alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" style=\"\"></span><p style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\"><strong>Introducing…</strong></p><span><img alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" style=\"\" width=\"524\" height=\"159\"></span><span><img alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span><p style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><strong>Videos To Businesses</strong></p><p style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p><span><img alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span><p style=\"text-align: center;\"><strong>Step #1</strong></p><p style=\"text-align: center;\"><strong>Choose Video</strong></p><p style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…… or upload your own.</p><span><img alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" style=\"\" width=\"357\" height=\"68\"></span><p style=\"text-align: center;\"><strong>Step #2</strong></p><p style=\"text-align: center;\"><strong>Customize</strong></p><p style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p><span><img alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" width=\"698\" height=\"440\"></span><span><img alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" width=\"357\" height=\"68\"></span><span><img alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span><p style=\"text-align: center;\"><strong>Step #3</strong></p><p style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p><p style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p><p style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p><p style=\"text-align: center;\"><strong>1st Choice For Creating</strong><strong>Interactive Videos</strong></p><span><img alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" width=\"424\" height=\"299\"></span><p style=\"text-align: center;\"><strong>Lead Gate</strong></p><p style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p><span><img alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" width=\"424\" height=\"260\"></span><p style=\"text-align: center;\"><strong>Share Gate</strong></p><p style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p><span style=\"\"><img alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span><p style=\"text-align: center;\"><strong>Call-To-Action</strong></p><p style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p><span><img alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" width=\"424\" height=\"207\"></span><p style=\"text-align: center;\"><strong>Countdown Timers</strong></p><p style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p><span><img alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" width=\"421\" height=\"226\"></span><p style=\"text-align: center;\"><strong>Surveys</strong></p><p style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p><span><img alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" width=\"424\" height=\"307\"></span><p style=\"text-align: center;\"><strong>Video In Video</strong></p><p style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p><span><img alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" width=\"386\" height=\"271\"></span><p style=\"text-align: center;\"><strong>Player Elements</strong></p><p style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p><span><img alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" width=\"424\" height=\"264\"></span><p style=\"text-align: center;\"><strong>Video Skin</strong></p><p style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p><span><img alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" width=\"424\" height=\"299\"></span><p style=\"text-align: center;\"><strong>Video Source</strong></p><p style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p><span><img alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" width=\"424\" height=\"294\"></span><p style=\"text-align: center;\"><strong>Responsive</strong></p><p style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p><p style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p><p style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p><p style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p><span><img alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" style=\"\" width=\"757\" height=\"391\"></span><p style=\"text-align: center;\"><strong>Gamification</strong></p><p style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p><p style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p><p style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><strong>To Unlock A ‘Free Ebook’</strong></p><span style=\"\"><img alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span><p style=\"text-align: center;\">Download Files</p><p style=\"text-align: center;\"><strong>Claim Your Early</strong><strong>Bird Discount!</strong></p><span><img alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" width=\"506\" height=\"326\"></span><p style=\"text-align: center;\">Single Use Coupon</p><p style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><strong>You Shop With Us!</strong></p><span><img alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" style=\"\" width=\"536\" height=\"345\"></span><p style=\"text-align: center;\">Multiple Use Coupon</p><p style=\"text-align: center;\"><strong>Check Out The</strong><strong>Complete Range Here!</strong></p><span><img alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" style=\"\" width=\"575\" height=\"371\"></span><p style=\"text-align: center;\">URL Redirect</p><p style=\"text-align: center;\"><strong>Full In-Video</strong></p><p style=\"text-align: center;\"><strong>Personalization</strong></p><span><img alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span><p style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p><p style=\"text-align: center;\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p><p style=\"text-align: center;\"><strong>Watch VidJack</strong></p><p style=\"text-align: center;\"><strong>In Action Here...</strong></p><p style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><strong>Powerful Features</strong></p><p style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><strong>Marketing Agency</strong></p><p style=\"text-align: center;\"><strong>ADVANCED Video Player Control</strong></p><p style=\"text-align: center;\">Customize and design your video player as per your taste. Addand remove elements just as you like with a click of a button.</p><span><img alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul><p style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p><ul><li style=\"\"><span style=\"\"><strong>Player Skins</strong></span></li></ul><p style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p><ul><li style=\"\"><span style=\"\"><strong>Watermark</strong></span></li></ul><p style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p><p style=\"text-align: center;\"><strong>Complete Viewer Experience Control</strong></p><p style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now youcan customize not just a part but the entire viewing experience.</p><ul><li style=\"\"><span style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul><p style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p><ul><li style=\"\"><span style=\"\"><strong>Resume Playback</strong></span></li></ul><p style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p><span><img alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><p style=\"text-align: center;\"><strong>Lead Generation &amp; Sales Control</strong></p><p style=\"text-align: center;\">We empower you with exciting and guaranteed to convert leadgeneration tools. Now you can time your CTAs to gate yourcontent effectively to multiply your profits.</p><span><img alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Share-Gate</strong></span></li></ul><p style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p><ul><li style=\"\"><span style=\"\"><strong>Lead-Gate</strong></span></li></ul><p style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p><ul><li style=\"\"><span style=\"\"><strong>CTA-Gate</strong></span></li></ul><p style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p><p style=\"text-align: center;\"><strong>Deep Insights &amp; Analytics</strong></p><p style=\"text-align: center;\">We closely monitor your video engagement to help enhance yourCTAs and sales with each passing campaign.</p><ul><li style=\"\"><span style=\"\"><strong>Engagement Graphs</strong></span></li></ul><p style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p><span><img alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><p style=\"text-align: center;\"><strong>Embed Anywhere</strong></p><p style=\"text-align: center;\">Embed your videos onto any platform of your choice to becomeviral instantly! Pick any website, social media platform, blog orsimply share the link!</p><span><img alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Single Video</strong></span></li></ul><p style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p><ul><li style=\"\"><span style=\"\"><strong>Playlists</strong></span></li></ul><p style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\"><span style=\"font-size: 20px;\">(Coming Soon. Free to Charter Members)</span></span></strong>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p><p style=\"text-align: center;\"><strong>100%</strong></p><p style=\"text-align: center;\"><strong>Newbie Friendly</strong></p><p style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p><span><img alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span><p style=\"text-align: center;\"><strong>Seamless Integration With</strong></p><p style=\"text-align: center;\"><strong>Major Autoresponders</strong></p><span><img alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" style=\"\" width=\"852\" height=\"529\"></span><span><img alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Automated Interface</strong></p><p style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences andauto-customizes highly engaging videos on your behalf.</p><span><img alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p><p style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p><span><img alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Expert Video Resources</strong></p><p style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p><span><img alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p><p style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p><span><img alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>24X7 Assistance</strong></p><p style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p><span><img alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Automatic Updates</strong></p><p style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p><span><img alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span><p style=\"text-align: center;\"><strong>Completely Hosted</strong><strong>On The Cloud</strong></p><p style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p><p style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p><p style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p><span><img alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span><p style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><strong><span style=\"color: rgb(45, 111, 255);\">Video Marketing Agency</span></strong></p><p style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><strong>And Get Paid Top Dollar Like Them…</strong></p><p style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p><p style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p><span><img alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span><p style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\"><strong>We Have Added Some</strong><strong>EXCLUSIVE Bonuses</strong></p><p style=\"text-align: center;\"><strong>Available ONLY During</strong><strong>This Special Launch Period!</strong></p><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #1</strong></p><p style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p><p style=\"text-align: center;\"><strong>BONUS #2</strong></p><p style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p><p style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.BUT NOT ANY MORE...Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #3</strong></p><p style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p><p style=\"text-align: center;\"><strong>BONUS #4</strong></p><p style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p><p>Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong>This mentorship program comes with;</p><ul><li><span><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul><li><span><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul><li><span>Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul><li><span>And so much more!</span></li></ul><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #5</strong></p><p style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p><p style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p><p style=\"text-align: center;\"><strong>BONUS #6</strong></p><p style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p><p>You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p></p><p>PLUS access to all future webinar replays.<strong>Some of the topics covered includes;</strong></p><ul><li><span>The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul><li><span>Four Easy Stories That Brings Sales</span></li></ul><ul><li><span>Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul><li><span>Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul><li><span>From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul><li><span>Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul><li><span>And many more!</span></li></ul><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>You Can Start Selling</strong><strong>Engaging Videos</strong></p><p style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p><p style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p><span><img alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span><p style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.There’s never been a deal so sweet! We bet you!</p><p style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p><p style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p><p style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p><span><img alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span><p style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p><span><img alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" loading=\"lazy\" width=\"462\" height=\"373\"></span><p style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p><p style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p><p style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this asure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p><p style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p><p style=\"text-align: center;\"><strong>Using VidJack When You</strong><strong>Get It At The Lowest Cost Ever!</strong></p><p style=\"text-align: center;\"><strong>Pay Once. Profit Forever!</strong></p><ul><li><span style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul><ul><li><span style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul><ul><li><span style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul><ul><li><span style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul><ul><li><span style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul><ul><li><span style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul><ul><li><span style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul><ul><li><span style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul><ul><li><span style=\"\"><strong>Full In Video Personalization</strong></span></li></ul><ul><li><span style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul><ul><li><span style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul><ul><li><span style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul><ul><li><span style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul><ul><li><span style=\"\"><strong>Crucial Video Stats</strong></span></li></ul><ul><li><span style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul><ul><li><span style=\"\"><strong>Commercial Rights Included</strong></span></li></ul><p style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p><span><img alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" style=\"\" width=\"194\" height=\"20\"></span><span><img alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" style=\"\" width=\"231\" height=\"39\"></span><p style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p><span><img alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span><p style=\"text-align: center;\">Ifiok Nkem</p><p style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p><p style=\"color:white; font-size:10px; font-family:verdana\">Copyright ©: [tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script] - VidJack - All Rights Reserved</p><p style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p>','VidJack','','inherit','closed','closed','','395-revision-v1','','','2022-04-03 13:22:24','2022-04-03 13:22:24','',395,'https://sunfloris.com/wordpress/?p=707',0,'revision','',0),(708,1,'2022-04-03 13:33:39','2022-04-03 13:33:39','<span><img alt=\"\" data-id=\"732\" data-init-width=\"180\" data-init-height=\"36\" title=\"VJ-FE-02-LogoBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-02-LogoBody-01-4.png\" data-width=\"180\" data-height=\"36\" loading=\"lazy\" width=\"180\" height=\"36\"></span><p style=\"text-align: center;\"><strong>Start The 1st Interactive Video Marketing Agency…</strong></p><p style=\"text-align: center;\"><strong>Add UNLIMITED Interactive Elements Inside</strong><strong>ANY (Even Trending…) YouTube or Vimeo Video To</strong></p><p style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 140, 3);\">Drive MASSIVE Traffic, Conversions And Sales</span></strong><strong><span style=\"color: rgb(45, 111, 255);\">For Your Business And Your Clients</span></strong></p><p style=\"text-align: center;\"><strong>Legally HIJACK Videos You Don’t Even Own</strong></p><span><img alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span><span><img alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span><p style=\"text-align: center;\"><strong>Perfect For</strong>&nbsp;<strong>Creating</strong></p><span><img alt=\"\" data-id=\"736\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-05-IconBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-05-IconBody-01-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Video Sales Letters (VSL)</span></li><li style=\"\"><span style=\"\">Video Overlay</span></li><li style=\"\"><span style=\"\">Squeeze Pages</span></li><li style=\"\"><span style=\"\">Landing Pages</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>Embed</strong>&nbsp;<strong>Anywhere</strong></p><span><img alt=\"\" data-id=\"737\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-06-IconBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-06-IconBody-02-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Website</span></li><li style=\"\"><span style=\"\">Blogs</span></li><li style=\"\"><span style=\"\">Social Media</span></li><li style=\"\"><span style=\"\">Emails</span></li></ul><p style=\"text-align: center;\">...Or share the links directly</p><p style=\"text-align: center;\"><strong>Sell And Get Paid</strong></p><p style=\"text-align: center;\">Right Inside Any YouTube Or Vimeo Video</p><span><img alt=\"\" data-id=\"738\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-07-IconBody-03\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-07-IconBody-03-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\">Connect your PayPal orStripe and receivepayments right insidethe video.</p><p style=\"text-align: center;\"><strong>Add</strong>&nbsp;<strong>CLICKABLE...</strong></p><span><img alt=\"\" data-id=\"739\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-08-IconBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-08-IconBody-04-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><ul><li style=\"\"><span style=\"\">Optin Forms</span></li><li style=\"\"><span style=\"\">CTAs</span></li><li style=\"\"><span style=\"\">Buy Buttons</span></li><li style=\"\"><span style=\"\">Images &amp; Objects</span></li><li style=\"\"><span style=\"\">Watermarks</span></li><li style=\"\"><span style=\"\">Text &amp; Buttons</span></li></ul><ul><li style=\"\"><span style=\"\">Countdown Timers</span></li><li style=\"\"><span style=\"\">Social Share</span></li><li style=\"\"><span style=\"\">Quizzes &amp; Surveys</span></li><li style=\"\"><span style=\"\">Videos</span></li><li style=\"\"><span style=\"\">Maps &amp; Calendars</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>Full Video</strong>&nbsp;<strong>Personalization</strong></p><span><img alt=\"\" data-id=\"740\" data-init-width=\"167\" data-init-height=\"168\" title=\"VJ-FE-09-IconBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-09-IconBody-05-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\">Complete Player Control Customization. Choose From Beautiful...</p><ul><li style=\"\"><span style=\"\">Video Skins</span></li><li style=\"\"><span style=\"\">Auto-Play Videos</span></li><li style=\"\"><span style=\"\">Custom Thumbnails</span></li><li style=\"\"><span style=\"\">Create Sticky Videos</span></li></ul><p style=\"text-align: center;\">And a lot more...</p><p style=\"text-align: center;\"><strong>FREE Commercial License</strong></p><span><img alt=\"\" data-id=\"1217\" data-init-width=\"162\" data-init-height=\"161\" title=\"VD_FE_NewIcon01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewIcon01-4.png\" data-width=\"167\" data-height=\"166\" loading=\"lazy\" width=\"167\" height=\"166\"></span><p style=\"text-align: center;\">Sell to clients and earn top dollar for your services</p><p style=\"text-align: center;\"><strong>Commercial License Included <span style=\"color: rgb(255, 157, 3);\">ONLY When You Act NOW!</span></strong></p><span><img alt=\"\" data-id=\"733\" data-init-width=\"237\" data-init-height=\"24\" title=\"VJ-FE-03-ImageBody-01\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-03-ImageBody-01-4.png\" data-width=\"237\" data-height=\"24\" loading=\"lazy\" width=\"237\" height=\"24\"></span><span><img alt=\"\" data-id=\"734\" data-init-width=\"292\" data-init-height=\"50\" title=\"VJ-FE-04-ImageBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-04-ImageBody-02-4.png\" data-width=\"292\" data-height=\"50\" loading=\"lazy\" width=\"292\" height=\"50\"></span><p style=\"text-align: center;\">I\'m picky on tools... but I\'m&nbsp;<strong>blown away by VidJack</strong>... easy way to monetize videos</p><span><img alt=\"\" data-id=\"1307\" data-init-width=\"1576\" data-init-height=\"1430\" title=\"Screen Shot 2021-03-03 at 7.34.22 PM\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Screen-Shot-2021-03-03-at-7.34.22-PM-4.png\" data-width=\"89\" data-height=\"81\" loading=\"lazy\" style=\"\" width=\"89\" height=\"81\"></span><p style=\"text-align: center;\"><strong>Kareem Maize</strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">This is amazing... Being able to sell inside video is&nbsp;<strong>a game changer for me</strong>.</p><span><img alt=\"\" data-id=\"1381\" data-init-width=\"400\" data-init-height=\"403\" title=\"randalltempleton\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/randalltempleton-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" width=\"89\" height=\"90\"></span><p style=\"text-align: center;\"><strong>Randall Kempleton</strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">Very powerful piece of software.&nbsp;<strong>Very reliable</strong>. A big thumbs up to the team.</p><p style=\"text-align: center;\"><strong><strong>Keith Troup</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">Extremely&nbsp;<strong><em>easy to use &amp; very valuable</em></strong>... a must for every affiliate marketer</p><span><img alt=\"\" data-id=\"1384\" data-init-width=\"400\" data-init-height=\"403\" title=\"review111\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/review111-4.png\" data-width=\"89\" data-height=\"90\" loading=\"lazy\" style=\"\" width=\"89\" height=\"90\"></span><p style=\"text-align: center;\"><strong><strong>Kendall Hailstone</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><span style=\"\"><img alt=\"\" data-id=\"1212\" data-init-width=\"594\" data-init-height=\"722\" title=\"VD_FE_NewImage01\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VD_FE_NewImage01-4.png\" data-width=\"398\" data-height=\"484\" style=\"\" mt-d=\"0\" ml-d=\"0\" center-h-d=\"false\" width=\"398\" height=\"484\"></span><p style=\"text-align: center;\"><strong>Hey Fellow Marketers</strong></p><p style=\"text-align: center;\">I’m Ifiok Nkem!</p><span><img alt=\"\" data-id=\"748\" data-init-width=\"266\" data-init-height=\"11\" title=\"VJ-FE-14-ImageBody-05\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-14-ImageBody-05-4.png\" data-width=\"266\" data-height=\"11\" loading=\"lazy\" width=\"266\" height=\"11\"></span><p style=\"text-align: left;\">For those that don’t know me, I’m a&nbsp;<strong>successful digital marketer</strong>, tech entreprenuer &amp; an official member of the prestigious <strong>Forbes Business Council</strong>.&nbsp;</p><p style=\"text-align: left;\"></p><p style=\"text-align: left;\">During the last <strong>10 years</strong>, as a marketing professional (<em>with specialization in Video Marketing</em>) I have managed to make enormous amounts of profits for myself and my clients using <strong>VIDEOS</strong>!</p><p style=\"text-align: left;\">We are the same team that recently released a solid video product called VideoTours360.BUT - I have got NEWS for you…</p><p style=\"text-align: center;\"><strong>Traditional Videos</strong></p><p style=\"text-align: center;\"><strong>Are DEAD</strong></p><p style=\"text-align: center;\"><strong>These Are Bland Videos That Viewers Quit Watching Within 5-7 Seconds…</strong><strong>Leading YouTube And Other Platforms To Rank Them Lower.</strong></p><p style=\"text-align: center;\"><strong>These Type Of Videos Generate:</strong></p><p style=\"text-align: center;\"><strong>Unresponsive Leads</strong></p><span><img alt=\"\" data-id=\"767\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-17-IconBody-06\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-17-IconBody-06-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Passive viewership with a high number of views, but low-quality lead generation.</p><p style=\"text-align: center;\"><strong>Low Sales</strong></p><span><img alt=\"\" data-id=\"769\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-18-IconBody-07\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-18-IconBody-07-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Without any Call-To-Action or the CTA hidden somewhere in the description leads to very poor conversions.</p><p style=\"text-align: center;\"><strong>Less Profits</strong></p><span><img alt=\"\" data-id=\"770\" data-init-width=\"174\" data-init-height=\"167\" title=\"VJ-FE-19-IconBody-08\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-19-IconBody-08-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\">Money poured into making videos, then creating landing pages and thank you pages etc. eats into profits.</p><p style=\"text-align: center;\"><strong>On The Other Hand…</strong></p><p style=\"text-align: center;\"><strong>Videos With Interactive Elements Aka</strong><strong>Interactive Videos Are Bringing</strong></p><p style=\"text-align: center;\"><strong>Tremendous Results For Us</strong></p><p style=\"text-align: center;\"><strong>Increased</strong><strong>Qualified Leads</strong></p><span><img alt=\"\" data-id=\"772\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-20-IconBody-09\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-20-IconBody-09-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">Active viewership generates qualified leads that in turn increases conversions.</p><p style=\"text-align: center;\"><strong>Engaging Videos</strong></p><span><img alt=\"\" data-id=\"775\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-21-IconBody-10\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-21-IconBody-10-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">Viewers are more engaged and watch the video for a longer duration helping the videos getting ranked higher for more organic traffic.</p><p style=\"text-align: center;\"><strong>High Sales Volumes</strong></p><span><img alt=\"\" data-id=\"779\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-22-IconBody-11\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-22-IconBody-11-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">With Call-To-Action being right on the video itself, even the customers on the fence end-up buying or taking the action you expect themto take.</p><p style=\"text-align: center;\"><strong>Increased Profits</strong></p><span><img alt=\"\" data-id=\"781\" data-init-width=\"174\" data-init-height=\"172\" title=\"VJ-FE-23-IconBody-12\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-23-IconBody-12-4.png\" data-width=\"167\" data-height=\"165\" loading=\"lazy\" width=\"167\" height=\"165\"></span><p style=\"text-align: center;\">The video itself is transformed into a landing page or a registration page, saving precious resources and of course reducing the efforts.</p><p style=\"text-align: center;\"><strong>Checkout The Difference Between</strong></p><p style=\"text-align: center;\"><strong>Our Results BEFORE &amp; AFTER</strong></p><p style=\"text-align: center;\"><strong>Using Interactive Elements</strong></p><span><img alt=\"\" data-id=\"1509\" data-init-width=\"1305\" data-init-height=\"667\" title=\"VJ_FE_BeforeAfter01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter01-2-4.png\" data-width=\"1222\" data-height=\"625\" loading=\"lazy\" style=\"\" width=\"1222\" height=\"625\"></span><p style=\"text-align: center;\">2,741 Visitors0 Leads</p><p style=\"text-align: center;\"><strong>2,307 Visitors1,168 Leads</strong></p><span><img alt=\"\" data-id=\"1032\" data-init-width=\"1305\" data-init-height=\"668\" title=\"VJ_FE_BeforeAfter02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_BeforeAfter02-4.png\" data-width=\"1047\" data-height=\"536\" loading=\"lazy\" width=\"1047\" height=\"536\" style=\"\"></span><p style=\"text-align: center;\"><strong>Marketers Across The Board</strong><strong><span style=\"color: rgb(255, 157, 3);\">Are Seeing INCREDIBLE Results</span></strong></p><span><img alt=\"\" data-id=\"805\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-27-IconBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-27-IconBody-13-4.png\" data-width=\"167\" data-height=\"160\" loading=\"lazy\" width=\"167\" height=\"160\"></span><p style=\"text-align: center;\"><strong>MORE Engagement &amp; Conversions</strong></p><p style=\"text-align: center;\">Interactivity results in<strong>3x-4x greater viewer engagement and conversion</strong> than traditional linear video.</p><span><img alt=\"\" data-id=\"807\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-28-IconBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-28-IconBody-14-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>BETTER</strong><strong>Completion Rate</strong></p><p style=\"text-align: center;\">The completion rate <strong>increases by 36%</strong> compared with linear video (Forrester).</p><span><img alt=\"\" data-id=\"810\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-29-IconBody-15\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-29-IconBody-15-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>HIGHER</strong><strong>Click-Through-Rate</strong></p><p style=\"text-align: center;\">The click-through rate is<strong>10x higher</strong> than a passive video (Business Insider).</p><span><img alt=\"\" data-id=\"811\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-30-IconBody-16\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-30-IconBody-16-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>INCREASED Sales</strong></p><p style=\"text-align: center;\">35% of marketers using interactive video have seen increased conversion, and <strong>25% increased sales</strong> (Brightcove).</p><span><img alt=\"\" data-id=\"812\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-31-IconBody-17\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-31-IconBody-17-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>BETTER Viewer</strong><strong>Experience</strong></p><p style=\"text-align: center;\"><strong>34%</strong> of video consumers want to be able to jump to a different part of a video (Raptmedia).</p><span><img alt=\"\" data-id=\"814\" data-init-width=\"166\" data-init-height=\"167\" title=\"VJ-FE-32-IconBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-32-IconBody-18-4.png\" data-width=\"167\" data-height=\"168\" loading=\"lazy\" width=\"167\" height=\"168\"></span><p style=\"text-align: center;\"><strong>IMPROVED</strong><strong>Interaction Rate</strong></p><p style=\"text-align: center;\">Interactive Video provides <strong>62% Interaction Rate for Quizzes </strong>(Hapyak).</p><p style=\"text-align: center;\"><strong>The Sensational New Trend</strong><strong>Of Interactive Videos Has Already</strong></p><p style=\"text-align: center;\"><strong>Made BIG Businesses</strong><strong><span style=\"color: rgb(255, 157, 3);\">Billions of Dollars!</span></strong></p><span><img alt=\"\" data-id=\"1511\" data-init-width=\"1136\" data-init-height=\"1268\" title=\"VJ_FE_Screenshots01-2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ_FE_Screenshots01-2-4.png\" data-width=\"1125\" data-height=\"1256\" loading=\"lazy\" style=\"\" width=\"1125\" height=\"1256\"></span><p style=\"text-align: center;\"><strong>So Far Only Big Brands With</strong><strong>Deep Pockets Could Tap Into</strong></p><p style=\"text-align: center;\"><strong>The Incredible Power</strong><strong>Of Interactive Videos…</strong></p><span><img alt=\"\" data-id=\"822\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-36-IconBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-36-IconBody-19-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Optin Forms</strong></p><span><img alt=\"\" data-id=\"825\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-37-IconBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-37-IconBody-20-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>CTAs</strong></p><span><img alt=\"\" data-id=\"826\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-38-IconBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-38-IconBody-21-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Buy Buttons</strong></p><span><img alt=\"\" data-id=\"827\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-39-IconBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-39-IconBody-22-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Images &amp; Objects</strong></p><span><img alt=\"\" data-id=\"828\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-40-IconBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-40-IconBody-23-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Watermarks</strong></p><span><img alt=\"\" data-id=\"829\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-41-IconBody-24\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-41-IconBody-24-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Text</strong></p><span><img alt=\"\" data-id=\"830\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-42-IconBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-42-IconBody-25-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Buttons</strong></p><span><img alt=\"\" data-id=\"831\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-43-IconBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-43-IconBody-26-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Countdown</strong><strong>Timers</strong></p><span><img alt=\"\" data-id=\"832\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-44-IconBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-44-IconBody-27-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Social Share</strong></p><span><img alt=\"\" data-id=\"833\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-45-IconBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-45-IconBody-28-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Quizzes &amp; Surveys</strong></p><span><img alt=\"\" data-id=\"834\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-46-IconBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-46-IconBody-29-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Videos</strong></p><span><img alt=\"\" data-id=\"835\" data-init-width=\"284\" data-init-height=\"254\" title=\"VJ-FE-47-IconBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-47-IconBody-30-4.png\" data-width=\"284\" data-height=\"254\" loading=\"lazy\" width=\"284\" height=\"254\"></span><p style=\"text-align: center;\"><strong>Maps &amp; Calendars</strong></p><p style=\"text-align: center;\"><strong>And The Best Part:</strong></p><p style=\"text-align: center;\"><strong>You Don’t Even Need</strong><strong>To Create Your Own Video</strong></p><p style=\"text-align: center;\"><strong>To Leverage Interactive Videos</strong></p><p style=\"text-align: center;\"><strong>Simply Choose ANY Video From YouTube Or Vimeo… And Add Interactive</strong><strong>Elements To Drive MORE Leads, Sales &amp; Profits For Yourself.</strong></p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s 100% LEGAL</p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s SMART</p><span><img alt=\"\" data-id=\"949\" data-init-width=\"68\" data-init-height=\"74\" title=\"VJ-FE-48-IconBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-48-IconBody-31-4.png\" data-width=\"68\" data-height=\"74\" loading=\"lazy\" width=\"68\" height=\"74\"></span><p style=\"text-align: left;\">It’s ETHICAL</p><p style=\"text-align: center;\">This is amazing and easy to use... more interactivity...&nbsp;<strong>more leads.</strong></p><p style=\"text-align: center;\"><strong><strong>Mylene Thomas</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">I just closed my 3rd interactive video client in 1 week... So I charge $600 per client and deliver with VidJack less than 2 hours work. With VidJack, really everything has been a breeze so far. Finally a product that not just delivers, but over delivers on it\'s promise. Thank you Ifiok &amp; Snapilabs for yet another Oscar deserving product.</p><span><img alt=\"\" data-id=\"1033\" data-init-width=\"150\" data-init-height=\"150\" title=\"Simon-Duenow-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Simon-Duenow-150x150-1-4.png\" data-width=\"78\" data-height=\"78\" loading=\"lazy\" width=\"78\" height=\"78\" style=\"\"></span><p style=\"text-align: center;\"><strong><strong>Simon Duenow</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\"><strong>Introducing…</strong></p><span><img alt=\"\" data-id=\"973\" data-init-width=\"524\" data-init-height=\"159\" title=\"VJ-FE-52-LogoBody-02\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-52-LogoBody-02-4.png\" data-width=\"524\" data-height=\"159\" loading=\"lazy\" style=\"\" width=\"524\" height=\"159\"></span><span><img alt=\"\" data-id=\"1298\" data-init-width=\"2239\" data-init-height=\"1154\" title=\"Vidjack A\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Vidjack-A-4.png\" data-width=\"1187\" data-height=\"612\" loading=\"lazy\" width=\"1187\" height=\"612\"></span><p style=\"text-align: center;\"><strong>Now Create &amp; Sell Interactive</strong><strong>Videos To Businesses</strong></p><p style=\"text-align: center;\"><strong>In Just 3 Easy Steps…</strong></p><span><img alt=\"\" data-id=\"1493\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 1\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-1-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span><p style=\"text-align: center;\"><strong>Step #1</strong></p><p style=\"text-align: center;\"><strong>Choose Video</strong></p><p style=\"text-align: center;\">Simply choose any YouTube/Vimeo Video…… or upload your own.</p><span><img alt=\"\" data-id=\"978\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-55-ImageBody-13\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-55-ImageBody-13-2.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" style=\"\" width=\"357\" height=\"68\"></span><p style=\"text-align: center;\"><strong>Step #2</strong></p><p style=\"text-align: center;\"><strong>Customize</strong></p><p style=\"text-align: center;\">Point-n-click to customize. Add interactive elements using the built-in drag-n-drop editor.</p><span><img alt=\"\" data-id=\"1494\" data-init-width=\"1039\" data-init-height=\"655\" title=\"step 2\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/step-2-2.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" style=\"\" width=\"698\" height=\"440\"></span><span><img alt=\"\" data-id=\"979\" data-init-width=\"357\" data-init-height=\"68\" title=\"VJ-FE-56-ImageBody-14\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-56-ImageBody-14.png\" data-width=\"357\" data-height=\"68\" loading=\"lazy\" mt-m=\"0\" style=\"\" width=\"357\" height=\"68\"></span><span><img alt=\"\" data-id=\"1492\" data-init-width=\"1039\" data-init-height=\"655\" title=\"Step 3\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Step-3.png\" data-width=\"698\" data-height=\"440\" loading=\"lazy\" width=\"698\" height=\"440\"></span><p style=\"text-align: center;\"><strong>Step #3</strong></p><p style=\"text-align: center;\"><strong>1-Click Embed &amp; Send</strong></p><p style=\"text-align: center;\">Embed Anywhere - website, blogs, social media, emails or share the links directly.</p><p style=\"text-align: center;\"><strong>VidJack - Every Marketers</strong></p><p style=\"text-align: center;\"><strong>1st Choice For Creating</strong><strong>Interactive Videos</strong></p><span><img alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" width=\"424\" height=\"299\"></span><p style=\"text-align: center;\"><strong>Lead Gate</strong></p><p style=\"text-align: center;\">Gate a part of your video from users until they fill your Optin form.</p><span><img alt=\"\" data-id=\"1346\" data-init-width=\"772\" data-init-height=\"474\" title=\"Viral\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Viral.png\" data-width=\"424\" data-height=\"260\" loading=\"lazy\" style=\"\" width=\"424\" height=\"260\"></span><p style=\"text-align: center;\"><strong>Share Gate</strong></p><p style=\"text-align: center;\">Present your viewers with the opportunity to share the video over social media before proceeding to watch the rest of the content!</p><span style=\"\"><img alt=\"\" data-id=\"1329\" data-init-width=\"813\" data-init-height=\"402\" title=\"3 invideo\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-invideo.png\" data-width=\"446\" data-height=\"221\" loading=\"lazy\" style=\"\" ml-d=\"-21.281000000000006\" mt-d=\"0\" width=\"446\" height=\"221\"></span><p style=\"text-align: center;\"><strong>Call-To-Action</strong></p><p style=\"text-align: center;\">Call your viewers to immediate action by adding highly engaging CTAs and clickable buttons at any point.</p><span><img alt=\"\" data-id=\"1344\" data-init-width=\"825\" data-init-height=\"402\" title=\"timer\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/timer.png\" data-width=\"424\" data-height=\"207\" loading=\"lazy\" style=\"\" width=\"424\" height=\"207\"></span><p style=\"text-align: center;\"><strong>Countdown Timers</strong></p><p style=\"text-align: center;\">Build scarcity and urgency in your campaigns with ethical and effective countdown timers.</p><span><img alt=\"\" data-id=\"1339\" data-init-width=\"749\" data-init-height=\"402\" title=\"quiz\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quiz.png\" data-width=\"421\" data-height=\"226\" loading=\"lazy\" style=\"\" width=\"421\" height=\"226\"></span><p style=\"text-align: center;\"><strong>Surveys</strong></p><p style=\"text-align: center;\">10X your engagement by adding multiple-choice quizzes and polls inside any youtube or vimeo video.</p><span><img alt=\"\" data-id=\"1345\" data-init-width=\"556\" data-init-height=\"402\" title=\"video-in-video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/video-in-video.png\" data-width=\"424\" data-height=\"307\" loading=\"lazy\" style=\"\" width=\"424\" height=\"307\"></span><p style=\"text-align: center;\"><strong>Video In Video</strong></p><p style=\"text-align: center;\">Next-Gen “Video in Video”: Maximize conversions by embeding videos inside your videos.</p><span><img alt=\"\" data-id=\"1333\" data-init-width=\"784\" data-init-height=\"550\" title=\"customzation\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/customzation.png\" data-width=\"386\" data-height=\"271\" loading=\"lazy\" style=\"\" width=\"386\" height=\"271\"></span><p style=\"text-align: center;\"><strong>Player Elements</strong></p><p style=\"text-align: center;\"><strong>Customize the player </strong>and controls to suit your needs. Enable <strong>autoplay</strong>, <strong>sticky video</strong> to keep eyeballs on both the video and your marketing messages.</p><span><img alt=\"\" data-id=\"1341\" data-init-width=\"873\" data-init-height=\"543\" title=\"Skin and themes\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Skin-and-themes.png\" data-width=\"424\" data-height=\"264\" loading=\"lazy\" style=\"\" width=\"424\" height=\"264\"></span><p style=\"text-align: center;\"><strong>Video Skin</strong></p><p style=\"text-align: center;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p><span><img alt=\"\" data-id=\"1347\" data-init-width=\"571\" data-init-height=\"402\" title=\"dragndrop-email\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/dragndrop-email.png\" data-width=\"424\" data-height=\"299\" loading=\"lazy\" style=\"\" width=\"424\" height=\"299\"></span><p style=\"text-align: center;\"><strong>Video Source</strong></p><p style=\"text-align: center;\">You can pick the most popular video hosting sites that are completely free - &nbsp;YouTube or Vimeo.</p><span><img alt=\"\" data-id=\"1342\" data-init-width=\"814\" data-init-height=\"564\" title=\"sticky video\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sticky-video.png\" data-width=\"424\" data-height=\"294\" loading=\"lazy\" style=\"\" width=\"424\" height=\"294\"></span><p style=\"text-align: center;\"><strong>Responsive</strong></p><p style=\"text-align: center;\">It Auto-adjusts your content to suit mobiles, laptops and tablets and enhance the viewing experience.</p><p style=\"text-align: center;\"><strong>Turn ANY YouTube Or Vimeo Video</strong></p><p style=\"text-align: center;\"><strong>Into An Interactive eCom Store</strong></p><p style=\"text-align: center;\">Showcase your products, sell and get paid right inside any youtube or vimeo video in minutes. Connect your <strong>paypal and stripe</strong> to receive payments right inside the video.</p><span><img alt=\"\" data-id=\"1335\" data-init-width=\"779\" data-init-height=\"402\" title=\"ecom\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecom.png\" data-width=\"757\" data-height=\"391\" loading=\"lazy\" style=\"\" width=\"757\" height=\"391\"></span><p style=\"text-align: center;\"><strong>Gamification</strong></p><p style=\"text-align: center;\"><strong>&amp; Incentivized Rewards</strong></p><p style=\"text-align: left;\">Skyrocket engagement to a level (you’d have never imagined was achievable)… with VidJack! Attract your customers by giving away rewards for each time they take action!Offer coupons, discounts and freebies after they open a certain number of hotspots or spend a certain amount of time watching your videos.</p><p style=\"text-align: center;\"><strong>Watch The Video For 2 Mins</strong><strong>To Unlock A ‘Free Ebook’</strong></p><span style=\"\"><img alt=\"\" data-id=\"1443\" data-init-width=\"602\" data-init-height=\"388\" title=\"Watch The Video For 2 Mins\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Watch-The-Video-For-2-Mins.png\" data-width=\"517\" data-height=\"333\" loading=\"lazy\" style=\"\" mt-d=\"0\" ml-d=\"-4.640999999999963\" width=\"517\" height=\"333\"></span><p style=\"text-align: center;\">Download Files</p><p style=\"text-align: center;\"><strong>Claim Your Early</strong><strong>Bird Discount!</strong></p><span><img alt=\"\" data-id=\"1437\" data-init-width=\"602\" data-init-height=\"388\" title=\"Claim Your Early\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Claim-Your-Early.png\" data-width=\"506\" data-height=\"326\" loading=\"lazy\" style=\"\" width=\"506\" height=\"326\"></span><p style=\"text-align: center;\">Single Use Coupon</p><p style=\"text-align: center;\"><strong>Get 15% OFF Every Time</strong><strong>You Shop With Us!</strong></p><span><img alt=\"\" data-id=\"1435\" data-init-width=\"602\" data-init-height=\"388\" title=\"Get 15% OFF Every Time\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Get-15-OFF-Every-Time.png\" data-width=\"536\" data-height=\"345\" loading=\"lazy\" style=\"\" width=\"536\" height=\"345\"></span><p style=\"text-align: center;\">Multiple Use Coupon</p><p style=\"text-align: center;\"><strong>Check Out The</strong><strong>Complete Range Here!</strong></p><span><img alt=\"\" data-id=\"1445\" data-init-width=\"602\" data-init-height=\"388\" title=\"Check Out The Complete Range Here!\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Check-Out-The-Complete-Range-Here.png\" data-width=\"575\" data-height=\"371\" loading=\"lazy\" style=\"\" width=\"575\" height=\"371\"></span><p style=\"text-align: center;\">URL Redirect</p><p style=\"text-align: center;\"><strong>Full In-Video</strong></p><p style=\"text-align: center;\"><strong>Personalization</strong></p><span><img alt=\"\" data-id=\"1338\" data-init-width=\"800\" data-init-height=\"402\" title=\"Hello\" loading=\"lazy\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Hello.png\" data-width=\"800\" data-height=\"402\" width=\"800\" height=\"402\"></span><p style=\"text-align: left;\">Everyone likes to feel special. That’s why adding details into a personalized video, like your viewer’s name is the perfect way to engage and delight your audience.You can use personalized videos to increase email conversions, boost landing page sign ups, increase event attendance, make nurture more personal, improve customer satisfaction, and more.</p><p style=\"text-align: center;\">Eg. Hello &lt;First Name&gt;, <strong>Click Here &lt;First Name&gt;</strong></p><p style=\"text-align: center;\"><strong>Watch VidJack</strong></p><p style=\"text-align: center;\"><strong>In Action Here...</strong></p><p style=\"text-align: center;\"><strong>VidJack Is Packed With</strong><strong>Powerful Features</strong></p><p style=\"text-align: center;\"><strong>That Will Make You The #1 INTERACTIVE VIDEO</strong><strong>Marketing Agency</strong></p><p style=\"text-align: center;\"><strong>ADVANCED Video Player Control</strong></p><p style=\"text-align: center;\">Customize and design your video player as per your taste. Addand remove elements just as you like with a click of a button.</p><span><img alt=\"\" data-id=\"1026\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-74-ImageBody-18\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-74-ImageBody-18.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Player Style &amp; Controls</strong></span></li></ul><p style=\"text-align: left;\">Brand your player with the colours of your choice. Enable or disable features as you deem fit.</p><ul><li style=\"\"><span style=\"\"><strong>Player Skins</strong></span></li></ul><p style=\"text-align: left;\">Select the player skin that goes with your brand personality best &amp; attract more viewers than ever.</p><ul><li style=\"\"><span style=\"\"><strong>Watermark</strong></span></li></ul><p style=\"text-align: left;\">Leave a lasting impact on your video with your watermark/graphic and save it from theft!</p><p style=\"text-align: center;\"><strong>Complete Viewer Experience Control</strong></p><p style=\"text-align: center;\">We are redefining viewer interaction and engagement. Now youcan customize not just a part but the entire viewing experience.</p><ul><li style=\"\"><span style=\"\"><strong>Dynamic Interaction Videos</strong></span></li></ul><p style=\"text-align: left;\">Your viewers can walk through the entire sales video process and have a customized experience that is tailor made to their taste.This way your brand becomes etched in the minds of these viewers forever and increases their interaction and in turn your sales and conversions incredibly!</p><ul><li style=\"\"><span style=\"\"><strong>Resume Playback</strong></span></li></ul><p style=\"text-align: left;\">Your viewers never have to be hassled again to rewind or forward videos to watch the video from where they got interrupted. Our smart players restart the video right where they left off...</p><span><img alt=\"\" data-id=\"1031\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-75-ImageBody-19\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-75-ImageBody-19.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><p style=\"text-align: center;\"><strong>Lead Generation &amp; Sales Control</strong></p><p style=\"text-align: center;\">We empower you with exciting and guaranteed to convert leadgeneration tools. Now you can time your CTAs to gate yourcontent effectively to multiply your profits.</p><span><img alt=\"\" data-id=\"1032\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-76-ImageBody-20\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-76-ImageBody-20.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Share-Gate</strong></span></li></ul><p style=\"text-align: left;\">Insert CTAs or Optin forms at the climax of your video before your viewers can watch the rest of the video. Now you can increase your shares, subscriptions and sales instantly. You don’t even have to wait for the video to end to interact with your viewers and begin profiting.</p><ul><li style=\"\"><span style=\"\"><strong>Lead-Gate</strong></span></li></ul><p style=\"text-align: left;\">Insert your video within attractive player skins (iPad, Mac, Blackboard, Whiteboard &amp; countless others) to engage with a higher number of viewers each day!</p><ul><li style=\"\"><span style=\"\"><strong>CTA-Gate</strong></span></li></ul><p style=\"text-align: left;\">Redirect your traffic to your sales pages to witness immediate action by inserting clickable text, images and buttons from within your video.</p><p style=\"text-align: center;\"><strong>Deep Insights &amp; Analytics</strong></p><p style=\"text-align: center;\">We closely monitor your video engagement to help enhance yourCTAs and sales with each passing campaign.</p><ul><li style=\"\"><span style=\"\"><strong>Engagement Graphs</strong></span></li></ul><p style=\"text-align: left;\">We make deep analytics extremely easy to understand. Get organized data about your video engagement, conversions and other important factors to understand your audience &amp; create better campaigns instantly.</p><span><img alt=\"\" data-id=\"1039\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-77-ImageBody-21\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-77-ImageBody-21.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><p style=\"text-align: center;\"><strong>Embed Anywhere</strong></p><p style=\"text-align: center;\">Embed your videos onto any platform of your choice to becomeviral instantly! Pick any website, social media platform, blog orsimply share the link!</p><span><img alt=\"\" data-id=\"1041\" data-init-width=\"731\" data-init-height=\"465\" title=\"VJ-FE-78-ImageBody-22\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-78-ImageBody-22.png\" data-width=\"731\" data-height=\"465\" loading=\"lazy\" width=\"731\" height=\"465\"></span><ul><li style=\"\"><span style=\"\"><strong>Single Video</strong></span></li></ul><p style=\"text-align: left;\">All it takes to embed your video is one tiny link, simply copy and paste to view it anywhere on the internet!</p><ul><li style=\"\"><span style=\"\"><strong>Playlists</strong></span></li></ul><p style=\"text-align: left;\"><strong><span style=\"color: rgb(255, 255, 255);\"><span style=\"font-size: 20px;\">(Coming Soon. Free to Charter Members)</span></span></strong>You can create your very own brand playlist that allows you to embed an entire collection of videos onto any platform of your choice.</p><p style=\"text-align: center;\"><strong>100%</strong></p><p style=\"text-align: center;\"><strong>Newbie Friendly</strong></p><p style=\"text-align: left;\">Our sophisticated technology can fool one into believing that an expert has created the engaging videos. It’s automatic so that every newcomer can benefit easily.</p><span><img alt=\"\" data-id=\"1049\" data-init-width=\"660\" data-init-height=\"477\" title=\"VJ-FE-79-ImageBody-23\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-79-ImageBody-23.png\" data-width=\"660\" data-height=\"477\" loading=\"lazy\" width=\"660\" height=\"477\"></span><p style=\"text-align: center;\"><strong>Seamless Integration With</strong></p><p style=\"text-align: center;\"><strong>Major Autoresponders</strong></p><span><img alt=\"\" data-id=\"1332\" data-init-width=\"1043\" data-init-height=\"648\" title=\"autoresponders\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/autoresponders.png\" data-width=\"852\" data-height=\"529\" loading=\"lazy\" style=\"\" width=\"852\" height=\"529\"></span><span><img alt=\"\" data-id=\"1064\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-85-IconBody-42\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-85-IconBody-42.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Automated Interface</strong></p><p style=\"text-align: center;\">Our state-of-the art technology has built in AI that understands your preferences andauto-customizes highly engaging videos on your behalf.</p><span><img alt=\"\" data-id=\"1065\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-86-IconBody-43\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-86-IconBody-43.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Beta Tested To Perfection</strong></p><p style=\"text-align: center;\">All the videos and engagement tools are optimized and beta tested to drive home the best results possible.</p><span><img alt=\"\" data-id=\"1066\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-87-IconBody-44\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-87-IconBody-44.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Expert Video Resources</strong></p><p style=\"text-align: center;\">Watch videos put together by experts to help you create more engaging videos.</p><span><img alt=\"\" data-id=\"1067\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-88-IconBody-45\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-88-IconBody-45.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Step-By-Step Tutorials</strong></p><p style=\"text-align: center;\">Learn your way around this incredibly easy software within minutes.</p><span><img alt=\"\" data-id=\"1068\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-89-IconBody-46\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-89-IconBody-46.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>24X7 Assistance</strong></p><p style=\"text-align: center;\">Our team of experts are behind you in your endeavours every step of the way and any time of the day!</p><span><img alt=\"\" data-id=\"1069\" data-init-width=\"174\" data-init-height=\"177\" title=\"VJ-FE-90-IconBody-47\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-90-IconBody-47.png\" data-width=\"167\" data-height=\"170\" loading=\"lazy\" width=\"167\" height=\"170\"></span><p style=\"text-align: center;\"><strong>Automatic Updates</strong></p><p style=\"text-align: center;\">Enhance your experience with our in-built automatic upgrades that are created to suit ever-changing viewer sensibilities.</p><span><img alt=\"\" data-id=\"1073\" data-init-width=\"568\" data-init-height=\"518\" title=\"VJ-FE-92-ImageBody-25\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-92-ImageBody-25.png\" data-width=\"568\" data-height=\"518\" loading=\"lazy\" width=\"568\" height=\"518\"></span><p style=\"text-align: center;\"><strong>Completely Hosted</strong><strong>On The Cloud</strong></p><p style=\"text-align: center;\">There will never be the need to download or install anything. VidJack is hosted on a reliable cloud server that you can access from any device or browser.</p><p style=\"text-align: center;\"><strong>Commercial Rights Included</strong></p><p style=\"text-align: center;\">Sell customized and highly engaging videos within minutes without blinking an eyelid!</p><span><img alt=\"\" data-id=\"1074\" data-init-width=\"618\" data-init-height=\"443\" title=\"VJ-FE-93-ImageBody-26\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-93-ImageBody-26.png\" data-width=\"568\" data-height=\"407\" loading=\"lazy\" width=\"568\" height=\"407\"></span><p style=\"text-align: center;\"><strong>Be The 1st Interactive</strong><strong><span style=\"color: rgb(45, 111, 255);\">Video Marketing Agency</span></strong></p><p style=\"text-align: center;\"><strong>And Help Businesses Skyrocket Engagement, Conversions &amp; Profits</strong><strong>And Get Paid Top Dollar Like Them…</strong></p><p style=\"text-align: center;\">I got&nbsp;<strong>36 subscibers in 2 hours</strong>. 1,000+ subscribers In 5 days</p><p style=\"text-align: center;\"><strong><strong>Ales Zalar</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\">This is the easiest $1,000 I have ever earned both online and offline. I hijacked the YouTube video of a local business and added interactive and sales element. Sent it to them by email. BOOM! They were asking for an invoice... same company I have been trying to close on animation services for months without success.</p><span><img alt=\"\" data-id=\"1035\" data-init-width=\"150\" data-init-height=\"150\" title=\"Lisa-Gerald-150x150\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Lisa-Gerald-150x150-1.png\" data-width=\"172\" data-height=\"172\" loading=\"lazy\" width=\"172\" height=\"172\"></span><p style=\"text-align: center;\"><strong><strong>Lisa Gerald</strong></strong></p><span><img alt=\"\" data-id=\"746\" data-init-width=\"86\" data-init-height=\"15\" title=\"VJ-FE-13-ImageBody-04\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-13-ImageBody-04-4.png\" data-width=\"86\" data-height=\"15\" loading=\"lazy\" width=\"86\" height=\"15\"></span><p style=\"text-align: center;\"><strong>We Have Added Some</strong><strong>EXCLUSIVE Bonuses</strong></p><p style=\"text-align: center;\"><strong>Available ONLY During</strong><strong>This Special Launch Period!</strong></p><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #1</strong></p><p style=\"text-align: left;\"><strong><strong>FREE Commercial License</strong></strong></p><p dir=\"ltr\">During this launch special offer, VidJack comes with FULL commercial rights&nbsp;<strong>WITHOUT&nbsp;</strong>upgrading to pro.</p><p dir=\"ltr\"></p><p dir=\"ltr\">So you can \"create and sell\" interactive video as a service to clients for top dollar and keep 100% of the profits to yourself.</p><p style=\"text-align: center;\"><strong>BONUS #2</strong></p><p style=\"text-align: left;\"><strong><strong>Zero to Profit Interactive Video Agency Accelerator Training</strong></strong></p><p style=\"text-align: left;\">With the VidJack app, you can \"create &amp; sell\" interactive videos to clients in just minutes. \"<strong>But how do you get clients?</strong>\" is that very BIG QUESTION you\'ve always been left to figure out all by yourself.BUT NOT ANY MORE...Zero to Profits Interactive Agency Accelerator -&nbsp;<strong>is a step by step training program</strong>&nbsp;that’ll walk you through everything you need to start and scale a widely successful Interactive Video Agency and&nbsp;<strong>start closing clients from day one.</strong></p><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #3</strong></p><p style=\"text-align: left;\"><strong><strong>A Library of Over 7 Million Royalty Free Stock Images, Illustrations, Transparent People &amp; Objects</strong></strong></p><p dir=\"ltr\">This is a huge library of all sorts of royalty-free Visual Content.&nbsp;<strong>Featuring 2 million+ Images, 10,000+ Vectors, &nbsp;HD Videos, 2,500+ HQ Clipart, 1,500+ Audio Tracks, Video Backgrounds, 8,000+ Animated Graphics</strong>&nbsp;and much more.&nbsp;</p><p dir=\"ltr\"></p><p dir=\"ltr\">Also, this vault comes with a &nbsp;<strong>rich library of over 15,000 high-resolution images with transparent backgrounds</strong>&nbsp;that blend perfectly with literally any project. Highly compatible with almost all the graphics, video, web design, presentation, cloud-based apps currently on the market...</p><p dir=\"ltr\"></p><p dir=\"ltr\">This is easily worth $1997 but you&nbsp;<strong>get FREE unlimited access today when you pick up VidJack today.</strong></p><p style=\"text-align: center;\"><strong>BONUS #4</strong></p><p style=\"text-align: left;\"><strong><strong>Exclusive Access To The Ifiok Nk\'s Private Skype Mentorship/Coaching For 365 Days</strong></strong></p><p>Get INSTANT Access To My Private Mentorship Program that gives you FREE membership access to my exclusive Skype group, where<strong>&nbsp;I will be closely coaching just a few students for the next 365 days...</strong>This mentorship program comes with;</p><ul><li><span><strong>Private and exclusive mentorship class</strong>&nbsp;and an opportunity to connect with me one on one.</span></li></ul><ul><li><span><strong><strong>Bi-weekly training webinars</strong>&nbsp;</strong>where we teach and mentor you one on one (no sales pitch, 100% value every time)</span></li></ul><ul><li><span>Loads and loads of&nbsp;<strong><strong><strong>actionable and valuable contents, hacks and&nbsp;</strong><strong>Bonuses&nbsp;</strong></strong></strong>worth over $2997 available for free.</span></li></ul><ul><li><span>And so much more!</span></li></ul><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>BONUS #5</strong></p><p style=\"text-align: left;\"><strong><strong>FREE Live Call on Zoom With My Team Of Experts</strong></strong></p><p style=\"text-align: left;\">Book a FREE 15 Minutes One on One Customer Success Session With Us!<strong>We’ll Go Live On a 15 Minutes Call With You Via Zoom&nbsp;</strong>And Provide Solutions &amp; Answers To All Your Support Queries And Inquiries in Realtime…<strong>This is an opportunity to get experts take a look at your business</strong> and provide your with actionable advices and solutions with absolutely no costs</p><p style=\"text-align: center;\"><strong>BONUS #6</strong></p><p style=\"text-align: left;\"><strong><strong><strong>SFO Webinar Replays</strong></strong></strong></p><p>You get&nbsp;<strong>FREE unlimited access to our exclusive webinar replay vault.</strong>&nbsp;Each of these webinars normally costs a registration fee of $497 per attendant, but when you jump on the VidJack offer today, you get INSTANT access to our replay vault.</p><p></p><p>PLUS access to all future webinar replays.<strong>Some of the topics covered includes;</strong></p><ul><li><span>The 4W Formular To Fill Your Pipeline With Real Buyer Leads</span></li></ul><ul><li><span>Four Easy Stories That Brings Sales</span></li></ul><ul><li><span>Becoming A Traffic Magnet: How To EASILY 10X Your Social Presence</span></li></ul><ul><li><span>Lead Generation: How To Fill Up Your Pipeline Daily</span></li></ul><ul><li><span>From Zero to 100k in 12 Months - Step By Step Training</span></li></ul><ul><li><span>Must-Have Funnels to grow your business to 10k month Organically + Paid Ad strategies that actually work on a $5 budget.</span></li></ul><ul><li><span>And many more!</span></li></ul><span><img alt=\"\" data-id=\"1077\" data-init-width=\"614\" data-init-height=\"556\" title=\"VJ-FE-94-ImageBody-27\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-94-ImageBody-27.png\" data-width=\"614\" data-height=\"556\" loading=\"lazy\" width=\"614\" height=\"556\"></span><p style=\"text-align: center;\"><strong>You Can Start Selling</strong><strong>Engaging Videos</strong></p><p style=\"text-align: center;\"><strong>For The Top Dollar Instantly</strong></p><p style=\"text-align: center;\"><strong>(Exclusive Limited Period Commercial License Included)</strong></p><span><img alt=\"\" data-id=\"1080\" data-init-width=\"564\" data-init-height=\"635\" title=\"VJ-FE-96-ImageBody-28\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-96-ImageBody-28.png\" data-width=\"564\" data-height=\"635\" loading=\"lazy\" width=\"564\" height=\"635\"></span><p style=\"text-align: left;\">Everyone is hosting videos on the internet. Barely anyone is truly engaging with their audience upto their true potential.This is the very first time that agencies such as yourself can offer a rare service… one that makes their existing videos more interactive and engaging.So your clients can begin profiting without a moment’s delay. In fact they will be making the big bucks even before viewers finish watching their videos.Gated content and exciting CTAs along with impressive tools when timed to perfection will not only make them rich...it will make you &amp; your agency RICHER!When you buy VidJack today, you also get access to our free commercial license. So you only pay once but profit everyday from multiple clients by creating unlimited projects.There’s never been a deal so sweet! We bet you!</p><p style=\"text-align: center;\"><strong>Hurry &amp; Take</strong></p><p style=\"text-align: center;\"><strong>The First Mover’s Advantage!</strong></p><p style=\"text-align: left;\">Time is running out! Our incredible limited period deal that offers this new and exciting development in video marketing at the lowest cost ever will not last forever.You can create unlimited engaging videos much before your competition even hears about this first of its kind technology. This is your chance to make the most out of your swift action &amp; begin multiplying your profits starting NOW.</p><span><img alt=\"\" data-id=\"1083\" data-init-width=\"558\" data-init-height=\"638\" title=\"VJ-FE-98-ImageBody-29\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-98-ImageBody-29.png\" data-width=\"564\" data-height=\"645\" loading=\"lazy\" width=\"564\" height=\"645\"></span><p style=\"text-align: center;\"><strong>Take The Leap Of Faith!</strong></p><span><img alt=\"\" data-id=\"1085\" data-init-width=\"462\" data-init-height=\"373\" title=\"VJ-FE-100-ImageBody-30\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-100-ImageBody-30.png\" data-width=\"462\" data-height=\"373\" style=\"\" loading=\"lazy\" width=\"462\" height=\"373\"></span><p style=\"text-align: center;\"><strong>Your Investment Is Protected By Our</strong></p><p style=\"text-align: center;\"><strong>30 Days Full Refund Policy</strong></p><p style=\"text-align: left;\">Within minutes you will be miles ahead of all other video marketing agencies in terms of profits. You’ll have the edge that they haven’t even dreamt of. You can perfectly time your CTAs, add and customize effective marketing tools to reap unprecedented benefits.Your investment is so little that it won’t even pinch your pocket when you pay this incredibly low one time fee. But just to make this asure-shot win win for you… we are also giving you the chance to try this state-of-the-art software for a period of 30 days.So in case you don’t like the results, you can simply say the word and have your entire money refunded to you instantly!</p><p style=\"text-align: center;\"><strong>Change The Way You Profit</strong></p><p style=\"text-align: center;\"><strong>Using VidJack When You</strong><strong>Get It At The Lowest Cost Ever!</strong></p><p style=\"text-align: center;\"><strong>Pay Once. Profit Forever!</strong></p><ul><li><span style=\"\"><strong>Add Interactive Elements</strong> Inside Videos</span></li></ul><ul><li><span style=\"\"><strong>100% Cloud Based </strong>- Nothing To Download</span></li></ul><ul><li><span style=\"\"><strong>Timeline Video Editor Built In</strong></span></li></ul><ul><li><span style=\"\"><strong>Upload Videos </strong>From YouTube or Vimeo etc.</span></li></ul><ul><li><span style=\"\"><strong>Upload Your Own Videos</strong></span></li></ul><ul><li><span style=\"\"><strong>Customize Videos </strong>For Your Clients</span></li></ul><ul><li><span style=\"\"><strong>Add Gamification &amp; Incentives To Videos</strong></span></li></ul><ul><li><span style=\"\">Turn ANY <strong>Video Into An eCom Store</strong></span></li></ul><ul><li><span style=\"\"><strong>Full In Video Personalization</strong></span></li></ul><ul><li><span style=\"\"><strong>Autoresponder Integrations </strong>Included</span></li></ul><ul><li><span style=\"\">Works With <strong>Any Type Of Video</strong></span></li></ul><ul><li><span style=\"\"><strong>Ultra-Fast Servers Speed </strong>&amp; Video Play Time</span></li></ul><ul><li><span style=\"\">Beautiful &amp; <strong>User-Friendly Dashboard</strong></span></li></ul><ul><li><span style=\"\"><strong>Crucial Video Stats</strong></span></li></ul><ul><li><span style=\"\"><strong>Massive Boost In Clicks &amp; Traffic</strong></span></li></ul><ul><li><span style=\"\"><strong>Commercial Rights Included</strong></span></li></ul><p style=\"color: rgb(186, 17, 17) !important; --tcb-applied-color:rgb(186, 17, 17)  !important;\"><span style=\"--tcb-applied-color:rgb(186, 17, 17)  !important;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Price Will Be N50, 000 Naira Soon</span></p><p style=\"\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Use Coupon:&nbsp;<strong>VID20</strong>&nbsp;For 20%<strong>&nbsp;Off</strong></p><span><img alt=\"\" data-id=\"1109\" data-init-width=\"212\" data-init-height=\"22\" title=\"VJ-FE-102-ImageBody-31\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-102-ImageBody-31.png\" data-width=\"194\" data-height=\"20\" loading=\"lazy\" style=\"\" width=\"194\" height=\"20\"></span><span><img alt=\"\" data-id=\"1111\" data-init-width=\"261\" data-init-height=\"44\" title=\"VJ-FE-103-ImageBody-32\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-103-ImageBody-32.png\" data-width=\"231\" data-height=\"39\" loading=\"lazy\" style=\"\" width=\"231\" height=\"39\"></span><p style=\"text-align: center;\"><strong>Welcome To VidJack!</strong></p><span><img alt=\"\" data-id=\"1113\" data-init-width=\"302\" data-init-height=\"256\" title=\"VJ-FE-104-ImageBody-33\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/VJ-FE-104-ImageBody-33.png\" data-width=\"302\" data-height=\"256\" loading=\"lazy\" width=\"302\" height=\"256\"></span><p style=\"text-align: center;\">Ifiok Nkem</p><p style=\"text-align: center;\"><strong>Frequently Asked Questions</strong></p><p style=\"color:white; font-size:10px; font-family:verdana\">Copyright ©: [tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script] - VidJack - All Rights Reserved</p><p style=\"text-align: right;\">Terms &amp; Conditions&nbsp; &nbsp; &nbsp;Privacy Policy&nbsp; &nbsp; &nbsp;Anti Spam&nbsp; &nbsp; &nbsp;DMCA&nbsp; &nbsp; &nbsp;Disclaimer</p>','VidJack','','inherit','closed','closed','','395-revision-v1','','','2022-04-03 13:33:39','2022-04-03 13:33:39','',395,'https://sunfloris.com/wordpress/?p=708',0,'revision','',0),(709,1,'2022-04-03 13:35:24','2022-04-03 13:35:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-04-03 13:35:24','2022-04-03 13:35:24','',247,'https://sunfloris.com/wordpress/?p=709',0,'revision','',0),(710,1,'2022-04-03 13:35:24','2022-04-03 13:35:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-04-03 13:35:24','2022-04-03 13:35:24','',247,'https://sunfloris.com/wordpress/?p=710',0,'revision','',0),(714,1,'2022-04-03 13:35:34','2022-04-03 13:35:34','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-04-03 13:35:34','2022-04-03 13:35:34','',247,'https://sunfloris.com/wordpress/?p=714',0,'revision','',0),(711,1,'2022-04-03 13:35:25','2022-04-03 13:35:25','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n										WhatsApp\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-04-03 13:35:25','2022-04-03 13:35:25','',247,'https://sunfloris.com/wordpress/?p=711',0,'revision','',0),(712,1,'2022-04-03 13:35:34','2022-04-03 13:35:34','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n										WhatsApp\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-04-03 13:35:34','2022-04-03 13:35:34','',247,'https://sunfloris.com/wordpress/?p=712',0,'revision','',0),(713,1,'2022-04-03 13:35:34','2022-04-03 13:35:34','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n										WhatsApp\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2022-04-03 13:35:34','2022-04-03 13:35:34','',247,'https://sunfloris.com/wordpress/?p=713',0,'revision','',0);
INSERT INTO `wpjn_posts` VALUES (715,1,'2022-04-03 13:36:44','2022-04-03 13:36:44','<span style=\"width: 100%;\"><img alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span><h1>Never Waste Time &amp; Money On Designs Again...</h1><h1><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1><h1>Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span><h2 style=\"text-align: center;\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2><p style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span><p><strong>Pixa Easy Landing Page Builder:<span style=\"font-size: 18px;\">&nbsp;</span></strong><span style=\"font-size: 18px;\">Create</span></p><p><span style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p><p style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span><p><strong>Pixa Graphics Designer:&nbsp;</strong><span style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span><p><strong><strong>Pixa Logo Creator:</strong></strong><span style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span><p><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span><p><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span><p><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span><p><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span><p><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span><p><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p><p style=\"text-align: center;\">10<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span><p><strong><strong>Pixa Video To GIF Creator:</strong></strong><span style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><h2 style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2><p style=\"text-align: center;\"><span style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span><p style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><!--StartFragment--><p>I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p><p data-evernote-id=\"1000\" style=\"text-align: center;\"><span data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p><p data-evernote-id=\"1000\" style=\"text-align: center;\"><span data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span><p><span style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. Designers are hard to pin down. They’re not cheap. And they’re unreliable. How much money have you wasted on designers over the years you’ve been online?!</p><h2 style=\"text-align: center;\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span><p style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p><h2 style=\"text-align: center;\">Your Designer Is Holding You To Ransom.</h2><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" width=\"358\" height=\"444\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" width=\"512\" height=\"512\"></span><h2 style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p><p style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p><ul><li style=\"\">                    <span style=\"\">Revisions requested…</span></li><li>                    <span style=\"\">Wait for a response…<span style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li style=\"\">                    <span style=\"\">Still waiting for response…</span></li></ul><p><strong>Finally the work arrives.</strong></p><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span><h2 style=\"text-align: center;\">But everytime you need a different</h2><h2 style=\"text-align: center;\">&nbsp;design job done- you <span style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 style=\"text-align: center;\"><span style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2><p>And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p><h2>Every design task<span style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2><em>Soon you’re paying through the nose.&nbsp;</em></h2><p>Soon, things are getting complicated.</p><p>Things are getting costly.</p><p>&nbsp;Things are getting out of hand.</p><h2 style=\"text-align: center;\">So Just Imagine If I Could Give You&nbsp;</h2><h2 style=\"text-align: right;\"><span style=\"font-size: 101px;\"><strong>10</strong></span></h2><h2 style=\"text-align: left;\"><span style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2><ul><li style=\"\">                    <span style=\"\">Superior Quality</span></li><li style=\"\">                    <span style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li>                    <span style=\"\">With Minimum Effort</span></li><li>                    <span style=\"\">and Most Importantly:For Just A Single One-Time Fee.</span></li></ul><p>And you could rest assured that they would be</p><h2 style=\"text-align: center;\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p><h2 style=\"text-align: center;\">The Swiss Army Knife Of Design Tools!</h2><h2 style=\"text-align: center;\">Introducing:<strong>&nbsp;</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" width=\"1161\" height=\"133\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" width=\"1356\" height=\"903\"></span><h2 style=\"text-align: center;\"><span><strong><span style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2><h2 style=\"text-align: center;\"><span>For Less Than The Price of One!</span><strong></strong></h2><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p><h2 style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><strong>&nbsp;Getting All Under One Roof…</strong></h2><p style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span><h2><span style=\"font-size: 57px;\">Pixa Eas</span><span style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>Drag and DropCreate Beautiful Websites In Just Minutes</span></li><li>                    <span>No Coding Skills Required</span></li><li>                    <span>Build Websites With Ready-To-Go Premade Blocks</span></li><li>                    <span>Export your landing pages and host anywhere</span></li></ul><h2 style=\"text-align: center;\"><strong>150+</strong></h2><p style=\"text-align: center;\">Premade Design Blocks</p><p style=\"text-align: center;\">to Choose From</p><p style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span><span style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span> </span></strong></p><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>20+</strong></h2><p style=\"text-align: center;\">Premade Full Website Templates</p><p style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span><h2><span style=\"font-size: 57px;\">Pixa&nbsp;</span><span style=\"font-size: 57px;\">Graphics</span></h2><h2><strong><span style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>No Design Skills Required</span></li><li>                    <span>Quickly: Create Facebook Ads That Get You Great ROI</span></li><li>                    <span>Quickly: Create Eye-Catching Social Media Covers</span></li><li><span>Quickly Create Profitable T-Shirt Designs</span></li><li><span>Go Viral With Quick-To-Create Memes</span></li><li><span>Create Ready -To-Print Business Cards, </span></li><li><span>Presentation Covers, Letterheads and More…</span></li></ul><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>4000</strong></h2><p style=\"text-align: center;\">Design Templates Ready to Go</p><p style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p><p style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span><p style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p style=\"text-align: center;\"><strong>... and many more templates.</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span><h2><span style=\"font-size: 57px;\">Pixa </span><span style=\"font-size: 57px;\">Logo </span></h2><h2><strong><span style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li>                    <span>Create Eye-Catching Logos In Minutes.</span></li><li>                    <span>Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul><p>Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong><strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p>Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span><h2 style=\"text-align: center;\"><strong>545k</strong></h2><p style=\"text-align: center;\">HQ SVG icons</p><p style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span></h2><h2><strong><span style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Create 3D Ecovers For Software</span></li><li style=\"\">                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul><p>These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span><h2 style=\"text-align: center;\"><strong>500+</strong></h2><p style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p><p style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span><strong><span style=\"font-size: 57px;\"> </span></strong></h2><h2><strong><span style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li style=\"\">                    <span style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li>                    <span style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul><p>Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p><p style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" width=\"1651\" height=\"670\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li style=\"\">                    <span style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li>                    <span style=\"\">Over 300 Moveable ItemsEditable to Your Exact Desire In Just Minutes</span></li><li>                    <span>&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul><p><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span><h2 style=\"text-align: left;\"><strong>300+</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"><strong> </strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p><p>At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p><h2 style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p><p><span style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>10k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HQ Vectors</p><h2 style=\"text-align: center;\"><strong>100k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HD Videos</p><h2 style=\"text-align: center;\"><strong>2.5k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HQ Clipart</p><h2 style=\"text-align: center;\"><strong>2M</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Images</p><h2 style=\"text-align: center;\"><strong>5k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Video Bg\'s</p><h2 style=\"text-align: center;\"><strong>8k</strong></h2><p style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p><span style=\"width: 100%;\"><img alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li style=\"\">                    <span style=\"\">Flexible and Usable For ANY Project</span></li><li>                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 255, 255);\">15</span><span style=\"color: rgb(255, 171, 25);\">k</span></strong></h2><p style=\"text-align: center;\">High Resolution Images.</p><p style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"> </span></h2><h2><strong><span style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p><p>Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p><p>Easily Create:</p><ul><li>                    <span style=\"\">Lead Magnets</span></li><li>                    <span style=\"\">Reports</span></li><li>                    <span style=\"\">Books</span></li><li>                    <span style=\"\">Novels</span></li><li>                    <span style=\"\">Howtos</span></li><li style=\"\">                    <span style=\"\">Cheet Sheets</span></li></ul><ul><li>                    <span style=\"\">Tutorials</span></li><li>                    <span style=\"\">Courses</span></li><li>                    <span style=\"\">Magazines</span></li><li>                    <span style=\"\">Journals</span></li><li>                    <span style=\"\">Infographics</span></li><li>                    <span style=\"\">Roadmaps</span></li></ul><h2 style=\"text-align: center;\"><strong>20+</strong></h2><p style=\"text-align: center;\">ebook PDF Layouts</p><p>This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p><ul><li style=\"\">                    <span style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li style=\"\">                    <span style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li>                    <span style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li>                    <span style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul><p>GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p><p><strong> </strong></p><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p><h2 style=\"text-align: center;\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p><p style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span><h2><span style=\"font-size: 57px;\">Pixa Viral</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li>                    <span><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li>                    <span><strong><strong>Matched Perfectly To Your Images</strong></strong></span></li><li>                    <span><strong><strong>Add Custom Overlays</strong></strong></span></li><li>                    <span><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul><p>Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p><p style=\"text-align: center;\"><span style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><span style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><h1 style=\"text-align: center;\"><strong><strong>Plus The World’s 1st Multi-PurposeGraphics Platform To Include</strong></strong></h1><h2><strong>Ecover Creator</strong></h2><p></p><p>Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Viral Quote Generator</strong></strong></h2><p></p><p>1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p><h2><strong><strong>1-Click Mockup Creator</strong></strong></h2><p></p><p>Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Desk Scene Creator</strong></strong></h2><p></p><p>Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p><h2><strong>eBook / PDF Creator</strong></h2><p></p><p>Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Logo Creator</strong></strong></h2><p></p><p>Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p><h2 style=\"text-align: center;\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">INCLUDED As Standard On The Front End!</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Meaning you have 2 options:</p><h2 style=\"text-align: center;\"><strong>Create Stunning Designs</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" width=\"510\" height=\"255\"></span><p style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p><p>Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p><span style=\"width: 100%;\"><img alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" width=\"763\" height=\"400\"></span><p style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><strong>Profit From Them.</strong></p><p>All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span><h1 style=\"text-align: center;\"><strong><strong>Unlimited Applications For Any Business</strong></strong></h1><p style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p><ul><li><span><strong>Affiliate Marketers</strong></span></li><li><span><strong>Video Marketers</strong></span></li><li><span><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul><ul><li><span><b><b>Product Creators</b></b></span></li><li><span><strong><strong>Freelancers</strong></strong></span></li><li><span><strong><strong>Traffic Specialists</strong></strong></span></li></ul><ul><li><span><strong><strong>List Builders</strong></strong></span></li><li><span><strong><strong>eCommerce Stores</strong></strong></span></li><li><span><strong><b>Social Media Marketers</b></strong></span></li></ul><p style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p><h1 style=\"text-align: center;\"><strong><strong>EASY Income Opportunity Ahead: DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1><p style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -Even If You Have Zero Technical Skills … Guaranteed!</p><span style=\"width: 100%;\"><img alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span><p>According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p><h2 style=\"text-align: center;\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2><p style=\"text-align: center;\">Here Are Just Some ExamplesOf The UNFAIR Profits People Like You Are</p><p style=\"text-align: center;\">Making With Graphic Design …</p><p style=\"text-align: center;\"><strong>Vihrapopova has earned <span style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span style=\"color: rgb(255, 225, 13);\">2645 review</span> <span style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span><p style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span><p style=\"text-align: center;\">Simon “Quote Jungle” has done over <span style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span><p style=\"text-align: center;\">Evelyn has done over <span style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span><h1 style=\"text-align: center;\"><strong><strong>Unlimited Profit Potential Providing Unlimited Graphics Services ...</strong></strong></h1><p style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span><p style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span><p style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span><p style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span><p style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p><p style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s for projects that take you less than an afternoon …</strong></p><p style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p><p style=\"text-align: center;\"><strong>FACE FACTS</strong></p><p style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p><p style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p><h2 style=\"text-align: center;\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\"><strong>For Paying Clients&nbsp;</strong></h2><p style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p><blockquote>In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote><span style=\"width: 100%;\"><img alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span><p>Godswill Okoyomon</p><p>CEO....Tronweb</p><p><span style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><span style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2><span><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2>And YOU keep 100% of the profits.</h2><span style=\"width: 100%;\"><img alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span><h2 style=\"text-align: center;\"><strong>Nothing Else Compares </strong></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">To The Value Of DesignBundle:</h2><p style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p><p><strong>TOOL: DesignBundle Graphics Designer</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span><p><strong>TOOL: DesignBundle Logo Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span><p><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span><p><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span><p><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span><h2 style=\"text-align: center;\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2><p style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"></p><p></p><h2 style=\"text-align: center;\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 style=\"text-align: center;\">For Just A Single Low One-Time Price:</h2><p style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p><p style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span><p><strong>Pixa Easy Landing Page Builder:<span>&nbsp;</span></strong><span>Create</span><span>&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p><strong>Retail Value $197</strong></p><p style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span><p><strong>Pixa Graphics Designer:&nbsp;</strong><span>Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p><span><strong><strong>Retail Value&nbsp;$197</strong></strong></span></p><p style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span><p><strong><strong>Pixa Logo Creator:</strong></strong><span> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p><span><strong><strong>Retail Value&nbsp;$197</strong></strong></span></p><p style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span><p><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span>Be Judged By Your Beautiful Book and Software Covers...</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span><p><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span>Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span><p><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span>Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span><p><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span>Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span><p><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span>Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span><p><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span>Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p><strong><strong><span><strong><strong>Retail Value $197</strong></strong></span></strong></strong></p><p style=\"text-align: left;\">10<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span><p><strong><strong>Pixa Video To GIF Creator:</strong></strong><span> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><h2 style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2><h2 style=\"text-align: center;\"><span style=\"color: rgb(255, 187, 5);\">11</span><span style=\"color: rgb(255, 86, 5);\">.</span></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span><p style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><h2 style=\"text-align: center;\">+</h2><h2 style=\"text-align: center;\">Plus You’re Even Getting A Commercial Licence INCLUDED As Standard!</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value $497</strong></strong></strong></strong></p><p style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value $2,664</strong></strong></strong></strong></strong></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><h2 style=\"text-align: center;\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\">bundle of PLR or random softwares.</h2><p style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"></p><span style=\"width: 100%;\"><img alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span><a href=\"#\"><span><span>Instance 1</span></span></a><span style=\"width: 100%;\"><img alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span><h5>Commercial</h5><span style=\"width: 100%;\"><img alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span><ul><li>                    <span>Landing Page &nbsp;Builder</span></li><li>                    <span>Graphics Editor</span></li><li>                    <span>Flexible Images</span></li><li>                    <span>Stock Explorer - 2 Million</span></li><li>                    <span>Stock</span></li><li>                    <span>Scene Creator</span></li><li>                    <span>Mockup Creator</span></li><li>                    <span>Ecover Creator</span></li><li>                    <span>Book Creator</span></li><li>                    <span>Logo Creator</span></li><li>                    <span>Video 2 GIF Creator</span></li><li>                    <span>Bonus - Quote Creator</span></li><li>                    <span>DFY Design Templates</span></li><li>                    <span>No Monthly or Annual Fee</span></li><li>                    <span>24/7 Access</span></li><li>                    <span>VIP Priority Support</span></li><li><span>Commercial License</span></li></ul><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a><p>Retail Price on $197</p><p><strong>Todays Special Price</strong></p><p><strong>Use Coupon Code for 20% Discount: DES20</strong></p><p><strong>Price Will Rise Soon</strong></p><h2 style=\"text-align: left;\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 style=\"text-align: left;\"><strong>And their clients - Every single day.</strong></h2><blockquote>In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote><span style=\"width: 100%;\"><img alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span><p>Okoyomon Godswill</p><p>CEO....Tronweb</p><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p><!--StartFragment--><p><span style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business</span></p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p><p data-evernote-id=\"1000\"><span data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p><!--StartFragment--><p>DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p><p style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p style=\"text-align: center;\">you a final confidence boost by removing</p><p style=\"text-align: center;\">ANY risk from your investment today:</p><span style=\"width: 100%;\"><img alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span><h2>30 DAYS MONEY BACK GUARANTEE</h2><p style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2><p style=\"text-align: center;\">This offer is NOT here forever.</p><p>These are real softwares. That retail for a real price.</p><p>The total value of this DesignBundle is <strong>Over $2,664</strong></p><p>We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p></p><p>And if we gave you the licence to SELL your creations too -</p><p>That’s an extra stream of income you didn’t have before.</p><h2><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p><strong></strong></p><p style=\"text-align: center;\">LIMITED TIME OFFER</p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><p><strong>Your DesignBundle Team</strong></p><p>P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p><p>If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p><h2><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOTendorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2><p style=\"color:black; font-size:12px; font-family:verdana\">Copyright ©: [tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script] - DesignBundle - All Rights Reserved</p><p style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\" rel=\"noopener\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\" rel=\"noopener\">Cookie Policy</a></p>','DesignBundle','','publish','closed','closed','','designbundle','','','2022-04-03 14:06:50','2022-04-03 14:06:50','',0,'https://sunfloris.com/wordpress/?page_id=715',0,'page','',0),(716,1,'2022-04-03 13:36:44','2022-04-03 13:36:44','','DesignBundle','','inherit','closed','closed','','715-revision-v1','','','2022-04-03 13:36:44','2022-04-03 13:36:44','',715,'https://sunfloris.com/wordpress/?p=716',0,'revision','',0),(717,1,'2022-04-03 13:40:24','2022-04-03 13:40:24','','tve-lp-designbundle','','inherit','open','closed','','tve-lp-designbundle','','','2022-04-03 13:40:24','2022-04-03 13:40:24','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tve-lp-designbundle.zip',0,'attachment','application/zip',0),(718,1,'2022-04-03 13:41:59','2022-04-03 13:41:59','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:41:59','2022-04-03 13:41:59','',341,'https://sunfloris.com/wordpress/?p=718',0,'revision','',0),(719,1,'2022-04-03 13:41:59','2022-04-03 13:41:59','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:41:59','2022-04-03 13:41:59','',341,'https://sunfloris.com/wordpress/?p=719',0,'revision','',0),(720,1,'2022-04-03 13:42:00','2022-04-03 13:42:00','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:42:00','2022-04-03 13:42:00','',341,'https://sunfloris.com/wordpress/?p=720',0,'revision','',0),(721,1,'2022-04-03 13:42:06','2022-04-03 13:42:06','','large-white-logo','','inherit','open','closed','','large-white-logo','','','2022-04-03 13:42:06','2022-04-03 13:42:06','',0,'https://sunfloris.com/wordpress/large-white-logo/',0,'attachment','image/png',0),(722,1,'2022-04-03 13:42:09','2022-04-03 13:42:09','','footercta','','inherit','open','closed','','footercta','','','2022-04-03 13:42:09','2022-04-03 13:42:09','',0,'https://sunfloris.com/wordpress/footercta/',0,'attachment','image/png',0),(723,1,'2022-04-03 13:42:10','2022-04-03 13:42:10','','sidebox-1','','inherit','open','closed','','sidebox-1','','','2022-04-03 13:42:10','2022-04-03 13:42:10','',0,'https://sunfloris.com/wordpress/sidebox-1/',0,'attachment','image/png',0),(724,1,'2022-04-03 13:42:26','2022-04-03 13:42:26','','5-1','','inherit','open','closed','','5-1','','','2022-04-03 13:42:26','2022-04-03 13:42:26','',0,'https://sunfloris.com/wordpress/5-1/',0,'attachment','image/png',0),(725,1,'2022-04-03 13:42:29','2022-04-03 13:42:29','','4-1','','inherit','open','closed','','4-1','','','2022-04-03 13:42:29','2022-04-03 13:42:29','',0,'https://sunfloris.com/wordpress/4-1/',0,'attachment','image/png',0),(726,1,'2022-04-03 13:42:30','2022-04-03 13:42:30','','2-1','','inherit','open','closed','','2-1','','','2022-04-03 13:42:30','2022-04-03 13:42:30','',0,'https://sunfloris.com/wordpress/2-1/',0,'attachment','image/png',0),(727,1,'2022-04-03 13:42:30','2022-04-03 13:42:30','','ec','','inherit','open','closed','','ec','','','2022-04-03 13:42:30','2022-04-03 13:42:30','',0,'https://sunfloris.com/wordpress/ec/',0,'attachment','image/png',0),(728,1,'2022-04-03 13:42:31','2022-04-03 13:42:31','','1-2','','inherit','open','closed','','1-2','','','2022-04-03 13:42:31','2022-04-03 13:42:31','',0,'https://sunfloris.com/wordpress/1-2/',0,'attachment','image/png',0),(729,1,'2022-04-03 13:42:31','2022-04-03 13:42:31','','3-1','','inherit','open','closed','','3-1','','','2022-04-03 13:42:31','2022-04-03 13:42:31','',0,'https://sunfloris.com/wordpress/3-1/',0,'attachment','image/png',0),(730,1,'2022-04-03 13:42:32','2022-04-03 13:42:32','','7-1','','inherit','open','closed','','7-1','','','2022-04-03 13:42:32','2022-04-03 13:42:32','',0,'https://sunfloris.com/wordpress/7-1/',0,'attachment','image/png',0),(731,1,'2022-04-03 13:42:33','2022-04-03 13:42:33','','11','','inherit','open','closed','','11','','','2022-04-03 13:42:33','2022-04-03 13:42:33','',0,'https://sunfloris.com/wordpress/11/',0,'attachment','image/png',0),(732,1,'2022-04-03 13:42:34','2022-04-03 13:42:34','','9-1','','inherit','open','closed','','9-1','','','2022-04-03 13:42:34','2022-04-03 13:42:34','',0,'https://sunfloris.com/wordpress/9-1/',0,'attachment','image/png',0),(733,1,'2022-04-03 13:42:34','2022-04-03 13:42:34','','10-1','','inherit','open','closed','','10-1','','','2022-04-03 13:42:34','2022-04-03 13:42:34','',0,'https://sunfloris.com/wordpress/10-1/',0,'attachment','image/png',0),(734,1,'2022-04-03 13:42:35','2022-04-03 13:42:35','','viral-1','','inherit','open','closed','','viral-1','','','2022-04-03 13:42:35','2022-04-03 13:42:35','',0,'https://sunfloris.com/wordpress/viral-1/',0,'attachment','image/png',0),(735,1,'2022-04-03 13:42:35','2022-04-03 13:42:35','','blur-ring','','inherit','open','closed','','blur-ring','','','2022-04-03 13:42:35','2022-04-03 13:42:35','',0,'https://sunfloris.com/wordpress/blur-ring/',0,'attachment','image/png',0),(736,1,'2022-04-03 13:42:35','2022-04-03 13:42:35','','ring-1','','inherit','open','closed','','ring-1','','','2022-04-03 13:42:35','2022-04-03 13:42:35','',0,'https://sunfloris.com/wordpress/ring-1/',0,'attachment','image/png',0),(737,1,'2022-04-03 13:42:36','2022-04-03 13:42:36','','ring-3','','inherit','open','closed','','ring-3','','','2022-04-03 13:42:36','2022-04-03 13:42:36','',0,'https://sunfloris.com/wordpress/ring-3/',0,'attachment','image/png',0),(738,1,'2022-04-03 13:42:36','2022-04-03 13:42:36','','sad','','inherit','open','closed','','sad','','','2022-04-03 13:42:36','2022-04-03 13:42:36','',0,'https://sunfloris.com/wordpress/sad/',0,'attachment','image/png',0),(739,1,'2022-04-03 13:42:36','2022-04-03 13:42:36','','softwares','','inherit','open','closed','','softwares-2','','','2022-04-03 13:42:36','2022-04-03 13:42:36','',0,'https://sunfloris.com/wordpress/softwares-2/',0,'attachment','image/png',0),(740,1,'2022-04-03 13:42:37','2022-04-03 13:42:37','','large-white-logo-1','','inherit','open','closed','','large-white-logo-1','','','2022-04-03 13:42:37','2022-04-03 13:42:37','',0,'https://sunfloris.com/wordpress/large-white-logo-1/',0,'attachment','image/png',0),(741,1,'2022-04-03 13:42:38','2022-04-03 13:42:38','','SoftwareBox3-1','','inherit','open','closed','','softwarebox3-1','','','2022-04-03 13:42:38','2022-04-03 13:42:38','',0,'https://sunfloris.com/wordpress/softwarebox3-1/',0,'attachment','image/png',0),(742,1,'2022-04-03 13:42:47','2022-04-03 13:42:47','','page-builder','','inherit','open','closed','','page-builder','','','2022-04-03 13:42:47','2022-04-03 13:42:47','',0,'https://sunfloris.com/wordpress/page-builder/',0,'attachment','image/png',0),(743,1,'2022-04-03 13:42:52','2022-04-03 13:42:52','','designer','','inherit','open','closed','','designer','','','2022-04-03 13:42:52','2022-04-03 13:42:52','',0,'https://sunfloris.com/wordpress/designer/',0,'attachment','image/png',0),(744,1,'2022-04-03 13:42:58','2022-04-03 13:42:58','','fb','','inherit','open','closed','','fb','','','2022-04-03 13:42:58','2022-04-03 13:42:58','',0,'https://sunfloris.com/wordpress/fb/',0,'attachment','image/png',0),(745,1,'2022-04-03 13:42:58','2022-04-03 13:42:58','','twitter','','inherit','open','closed','','twitter','','','2022-04-03 13:42:58','2022-04-03 13:42:58','',0,'https://sunfloris.com/wordpress/twitter/',0,'attachment','image/png',0),(746,1,'2022-04-03 13:42:59','2022-04-03 13:42:59','','tshirt','','inherit','open','closed','','tshirt','','','2022-04-03 13:42:59','2022-04-03 13:42:59','',0,'https://sunfloris.com/wordpress/tshirt/',0,'attachment','image/png',0),(747,1,'2022-04-03 13:42:59','2022-04-03 13:42:59','','instagram','','inherit','open','closed','','instagram','','','2022-04-03 13:42:59','2022-04-03 13:42:59','',0,'https://sunfloris.com/wordpress/instagram/',0,'attachment','image/png',0),(748,1,'2022-04-03 13:43:00','2022-04-03 13:43:00','','ebook','','inherit','open','closed','','ebook','','','2022-04-03 13:43:00','2022-04-03 13:43:00','',0,'https://sunfloris.com/wordpress/ebook/',0,'attachment','image/png',0),(749,1,'2022-04-03 13:43:00','2022-04-03 13:43:00','','quotes','','inherit','open','closed','','quotes','','','2022-04-03 13:43:00','2022-04-03 13:43:00','',0,'https://sunfloris.com/wordpress/quotes/',0,'attachment','image/png',0),(750,1,'2022-04-03 13:43:00','2022-04-03 13:43:00','','linkedin','','inherit','open','closed','','linkedin','','','2022-04-03 13:43:00','2022-04-03 13:43:00','',0,'https://sunfloris.com/wordpress/linkedin/',0,'attachment','image/png',0),(751,1,'2022-04-03 13:43:00','2022-04-03 13:43:00','','business-card','','inherit','open','closed','','business-card','','','2022-04-03 13:43:00','2022-04-03 13:43:00','',0,'https://sunfloris.com/wordpress/business-card/',0,'attachment','image/png',0),(752,1,'2022-04-03 13:43:01','2022-04-03 13:43:01','','infographics','','inherit','open','closed','','infographics','','','2022-04-03 13:43:01','2022-04-03 13:43:01','',0,'https://sunfloris.com/wordpress/infographics/',0,'attachment','image/png',0),(753,1,'2022-04-03 13:43:01','2022-04-03 13:43:01','','logo','','inherit','open','closed','','logo','','','2022-04-03 13:43:01','2022-04-03 13:43:01','',0,'https://sunfloris.com/wordpress/logo/',0,'attachment','image/png',0),(754,1,'2022-04-03 13:43:06','2022-04-03 13:43:06','','svg','','inherit','open','closed','','svg','','','2022-04-03 13:43:06','2022-04-03 13:43:06','',0,'https://sunfloris.com/wordpress/svg/',0,'attachment','image/png',0),(755,1,'2022-04-03 13:43:08','2022-04-03 13:43:08','','ecover','','inherit','open','closed','','ecover','','','2022-04-03 13:43:08','2022-04-03 13:43:08','',0,'https://sunfloris.com/wordpress/ecover/',0,'attachment','image/png',0),(756,1,'2022-04-03 13:43:14','2022-04-03 13:43:14','','ecovers-1','','inherit','open','closed','','ecovers-1','','','2022-04-03 13:43:14','2022-04-03 13:43:14','',0,'https://sunfloris.com/wordpress/ecovers-1/',0,'attachment','image/png',0),(757,1,'2022-04-03 13:43:14','2022-04-03 13:43:14','','mock','','inherit','open','closed','','mock','','','2022-04-03 13:43:14','2022-04-03 13:43:14','',0,'https://sunfloris.com/wordpress/mock/',0,'attachment','image/png',0),(758,1,'2022-04-03 13:43:26','2022-04-03 13:43:26','','mocks-2-1','','inherit','open','closed','','mocks-2-1','','','2022-04-03 13:43:26','2022-04-03 13:43:26','',0,'https://sunfloris.com/wordpress/mocks-2-1/',0,'attachment','image/png',0),(759,1,'2022-04-03 13:43:31','2022-04-03 13:43:31','','scene-1','','inherit','open','closed','','scene-1','','','2022-04-03 13:43:31','2022-04-03 13:43:31','',0,'https://sunfloris.com/wordpress/scene-1/',0,'attachment','image/png',0),(760,1,'2022-04-03 13:43:36','2022-04-03 13:43:36','','items','','inherit','open','closed','','items','','','2022-04-03 13:43:36','2022-04-03 13:43:36','',0,'https://sunfloris.com/wordpress/items/',0,'attachment','image/jpeg',0),(761,1,'2022-04-03 13:43:37','2022-04-03 13:43:37','','stock','','inherit','open','closed','','stock','','','2022-04-03 13:43:37','2022-04-03 13:43:37','',0,'https://sunfloris.com/wordpress/stock/',0,'attachment','image/png',0),(762,1,'2022-04-03 13:43:42','2022-04-03 13:43:42','','flexible','','inherit','open','closed','','flexible','','','2022-04-03 13:43:42','2022-04-03 13:43:42','',0,'https://sunfloris.com/wordpress/flexible/',0,'attachment','image/png',0),(763,1,'2022-04-03 13:43:49','2022-04-03 13:43:49','','flexible-1-1','','inherit','open','closed','','flexible-1-1','','','2022-04-03 13:43:49','2022-04-03 13:43:49','',0,'https://sunfloris.com/wordpress/flexible-1-1/',0,'attachment','image/png',0),(764,1,'2022-04-03 13:43:52','2022-04-03 13:43:52','','ebook-1','','inherit','open','closed','','ebook-1','','','2022-04-03 13:43:52','2022-04-03 13:43:52','',0,'https://sunfloris.com/wordpress/ebook-1/',0,'attachment','image/png',0),(765,1,'2022-04-03 13:43:59','2022-04-03 13:43:59','','vid2gif','','inherit','open','closed','','vid2gif','','','2022-04-03 13:43:59','2022-04-03 13:43:59','',0,'https://sunfloris.com/wordpress/vid2gif/',0,'attachment','image/png',0),(766,1,'2022-04-03 13:44:06','2022-04-03 13:44:06','','quote','','inherit','open','closed','','quote','','','2022-04-03 13:44:06','2022-04-03 13:44:06','',0,'https://sunfloris.com/wordpress/quote/',0,'attachment','image/png',0),(767,1,'2022-04-03 13:44:15','2022-04-03 13:44:15','','ezgif.com-optimize-5','','inherit','open','closed','','ezgif-com-optimize-5','','','2022-04-03 13:44:15','2022-04-03 13:44:15','',0,'https://sunfloris.com/wordpress/ezgif-com-optimize-5/',0,'attachment','image/gif',0),(768,1,'2022-04-03 13:44:16','2022-04-03 13:44:16','','ezgif.com-video-to-gif','','inherit','open','closed','','ezgif-com-video-to-gif','','','2022-04-03 13:44:16','2022-04-03 13:44:16','',0,'https://sunfloris.com/wordpress/ezgif-com-video-to-gif/',0,'attachment','image/gif',0),(769,1,'2022-04-03 13:44:16','2022-04-03 13:44:16','','ezgif.com-video-to-gif-4','','inherit','open','closed','','ezgif-com-video-to-gif-4','','','2022-04-03 13:44:16','2022-04-03 13:44:16','',0,'https://sunfloris.com/wordpress/ezgif-com-video-to-gif-4/',0,'attachment','image/gif',0),(770,1,'2022-04-03 13:44:16','2022-04-03 13:44:16','','ezgif.com-optimize-6','','inherit','open','closed','','ezgif-com-optimize-6','','','2022-04-03 13:44:16','2022-04-03 13:44:16','',0,'https://sunfloris.com/wordpress/ezgif-com-optimize-6/',0,'attachment','image/gif',0),(771,1,'2022-04-03 13:44:17','2022-04-03 13:44:17','','ezgif.com-optimize-2','','inherit','open','closed','','ezgif-com-optimize-2','','','2022-04-03 13:44:17','2022-04-03 13:44:17','',0,'https://sunfloris.com/wordpress/ezgif-com-optimize-2/',0,'attachment','image/gif',0),(772,1,'2022-04-03 13:44:17','2022-04-03 13:44:17','','ezgif.com-video-to-gif-5-1','','inherit','open','closed','','ezgif-com-video-to-gif-5-1','','','2022-04-03 13:44:17','2022-04-03 13:44:17','',0,'https://sunfloris.com/wordpress/ezgif-com-video-to-gif-5-1/',0,'attachment','image/gif',0),(773,1,'2022-04-03 13:44:18','2022-04-03 13:44:18','','personal','','inherit','open','closed','','personal','','','2022-04-03 13:44:18','2022-04-03 13:44:18','',0,'https://sunfloris.com/wordpress/personal/',0,'attachment','image/png',0),(774,1,'2022-04-03 13:44:18','2022-04-03 13:44:18','','freelancer','','inherit','open','closed','','freelancer','','','2022-04-03 13:44:18','2022-04-03 13:44:18','',0,'https://sunfloris.com/wordpress/freelancer/',0,'attachment','image/png',0),(775,1,'2022-04-03 13:44:18','2022-04-03 13:44:18','','graphic-knowledge','','inherit','open','closed','','graphic-knowledge','','','2022-04-03 13:44:18','2022-04-03 13:44:18','',0,'https://sunfloris.com/wordpress/graphic-knowledge/',0,'attachment','image/png',0),(776,1,'2022-04-03 13:44:19','2022-04-03 13:44:19','','screen-1','','inherit','open','closed','','screen-1','','','2022-04-03 13:44:19','2022-04-03 13:44:19','',0,'https://sunfloris.com/wordpress/screen-1/',0,'attachment','image/png',0),(777,1,'2022-04-03 13:44:22','2022-04-03 13:44:22','','screen-2','','inherit','open','closed','','screen-2','','','2022-04-03 13:44:22','2022-04-03 13:44:22','',0,'https://sunfloris.com/wordpress/screen-2/',0,'attachment','image/png',0),(778,1,'2022-04-03 13:44:25','2022-04-03 13:44:25','','screen-3','','inherit','open','closed','','screen-3','','','2022-04-03 13:44:25','2022-04-03 13:44:25','',0,'https://sunfloris.com/wordpress/screen-3/',0,'attachment','image/png',0),(779,1,'2022-04-03 13:44:26','2022-04-03 13:44:26','','screen-4','','inherit','open','closed','','screen-4','','','2022-04-03 13:44:26','2022-04-03 13:44:26','',0,'https://sunfloris.com/wordpress/screen-4/',0,'attachment','image/png',0),(780,1,'2022-04-03 13:44:28','2022-04-03 13:44:28','','ico-19','','inherit','open','closed','','ico-19','','','2022-04-03 13:44:28','2022-04-03 13:44:28','',0,'https://sunfloris.com/wordpress/ico-19/',0,'attachment','image/png',0),(781,1,'2022-04-03 13:44:28','2022-04-03 13:44:28','','ico-20','','inherit','open','closed','','ico-20','','','2022-04-03 13:44:28','2022-04-03 13:44:28','',0,'https://sunfloris.com/wordpress/ico-20/',0,'attachment','image/png',0),(782,1,'2022-04-03 13:44:28','2022-04-03 13:44:28','','ico-21','','inherit','open','closed','','ico-21','','','2022-04-03 13:44:28','2022-04-03 13:44:28','',0,'https://sunfloris.com/wordpress/ico-21/',0,'attachment','image/png',0),(783,1,'2022-04-03 13:44:29','2022-04-03 13:44:29','','ico-22','','inherit','open','closed','','ico-22','','','2022-04-03 13:44:29','2022-04-03 13:44:29','',0,'https://sunfloris.com/wordpress/ico-22/',0,'attachment','image/png',0),(784,1,'2022-04-03 13:44:29','2022-04-03 13:44:29','','18740515_10203389184606353_2519581804591498553_n','','inherit','open','closed','','18740515_10203389184606353_2519581804591498553_n','','','2022-04-03 13:44:29','2022-04-03 13:44:29','',0,'https://sunfloris.com/wordpress/18740515_10203389184606353_2519581804591498553_n/',0,'attachment','image/jpeg',0),(785,1,'2022-04-03 13:44:29','2022-04-03 13:44:29','','Designer-Table','','inherit','open','closed','','designer-table','','','2022-04-03 13:44:29','2022-04-03 13:44:29','',0,'https://sunfloris.com/wordpress/designer-table/',0,'attachment','image/jpeg',0),(827,1,'2022-04-03 13:53:10','2022-04-03 13:53:10','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:53:10','2022-04-03 13:53:10','',341,'https://sunfloris.com/wordpress/?p=827',0,'revision','',0),(787,1,'2022-04-03 13:44:51','2022-04-03 13:44:51','','Logo-Creator','','inherit','open','closed','','logo-creator','','','2022-04-03 13:44:51','2022-04-03 13:44:51','',0,'https://sunfloris.com/wordpress/logo-creator/',0,'attachment','image/jpeg',0),(788,1,'2022-04-03 13:44:55','2022-04-03 13:44:55','','Ecover-CreatorNew','','inherit','open','closed','','ecover-creatornew','','','2022-04-03 13:44:55','2022-04-03 13:44:55','',0,'https://sunfloris.com/wordpress/ecover-creatornew/',0,'attachment','image/jpeg',0),(789,1,'2022-04-03 13:44:58','2022-04-03 13:44:58','','Flexible-images','','inherit','open','closed','','flexible-images','','','2022-04-03 13:44:58','2022-04-03 13:44:58','',0,'https://sunfloris.com/wordpress/flexible-images/',0,'attachment','image/jpeg',0),(790,1,'2022-04-03 13:45:02','2022-04-03 13:45:02','','Scene-Creator','','inherit','open','closed','','scene-creator','','','2022-04-03 13:45:02','2022-04-03 13:45:02','',0,'https://sunfloris.com/wordpress/scene-creator/',0,'attachment','image/jpeg',0),(791,1,'2022-04-03 13:45:06','2022-04-03 13:45:06','','eBook-Table','','inherit','open','closed','','ebook-table','','','2022-04-03 13:45:06','2022-04-03 13:45:06','',0,'https://sunfloris.com/wordpress/ebook-table/',0,'attachment','image/jpeg',0),(792,1,'2022-04-03 13:45:10','2022-04-03 13:45:10','','Stock-Explorer-Table','','inherit','open','closed','','stock-explorer-table','','','2022-04-03 13:45:10','2022-04-03 13:45:10','',0,'https://sunfloris.com/wordpress/stock-explorer-table/',0,'attachment','image/jpeg',0),(793,1,'2022-04-03 13:45:12','2022-04-03 13:45:12','','Page-Builder','','inherit','open','closed','','page-builder-2','','','2022-04-03 13:45:12','2022-04-03 13:45:12','',0,'https://sunfloris.com/wordpress/page-builder-2/',0,'attachment','image/jpeg',0),(794,1,'2022-04-03 13:45:16','2022-04-03 13:45:16','','large-black-logo-300x34-1','','inherit','open','closed','','large-black-logo-300x34-1','','','2022-04-03 13:45:16','2022-04-03 13:45:16','',0,'https://sunfloris.com/wordpress/large-black-logo-300x34-1/',0,'attachment','image/png',0),(795,1,'2022-04-03 13:45:17','2022-04-03 13:45:17','','SoftwareBox3-1-1024x682-1','','inherit','open','closed','','softwarebox3-1-1024x682-1','','','2022-04-03 13:45:17','2022-04-03 13:45:17','',0,'https://sunfloris.com/wordpress/softwarebox3-1-1024x682-1/',0,'attachment','image/png',0),(796,1,'2022-04-03 13:45:21','2022-04-03 13:45:21','','money-back-5','','inherit','open','closed','','money-back-5','','','2022-04-03 13:45:21','2022-04-03 13:45:21','',0,'https://sunfloris.com/wordpress/money-back-5/',0,'attachment','image/png',0),(797,1,'2022-04-03 13:45:21','2022-04-03 13:45:21','','1069181_513100162088493_1528800415_n','','inherit','open','closed','','1069181_513100162088493_1528800415_n','','','2022-04-03 13:45:21','2022-04-03 13:45:21','',0,'https://sunfloris.com/wordpress/1069181_513100162088493_1528800415_n/',0,'attachment','image/jpeg',0),(798,1,'2022-04-03 13:45:21','2022-04-03 13:45:21','','bg-side-2-300x244-1','','inherit','open','closed','','bg-side-2-300x244-1','','','2022-04-03 13:45:21','2022-04-03 13:45:21','',0,'https://sunfloris.com/wordpress/bg-side-2-300x244-1/',0,'attachment','image/png',0),(799,1,'2022-04-03 13:45:22','2022-04-03 13:45:22','','1-1-150x150-1','','inherit','open','closed','','1-1-150x150-1','','','2022-04-03 13:45:22','2022-04-03 13:45:22','',0,'https://sunfloris.com/wordpress/1-1-150x150-1/',0,'attachment','image/png',0),(800,1,'2022-04-03 13:45:22','2022-04-03 13:45:22','','48926262_10215776895352653_7840580455182106624_n','','inherit','open','closed','','48926262_10215776895352653_7840580455182106624_n','','','2022-04-03 13:45:22','2022-04-03 13:45:22','',0,'https://sunfloris.com/wordpress/48926262_10215776895352653_7840580455182106624_n/',0,'attachment','image/jpeg',0),(801,1,'2022-04-03 13:45:25','2022-04-03 13:45:25','','alphagamma-Invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1','','inherit','open','closed','','alphagamma-invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1','','','2022-04-03 13:45:25','2022-04-03 13:45:25','',0,'https://sunfloris.com/wordpress/alphagamma-invest-in-yourself-before-hiring-a-business-consultant-entrepreneurship-1021x580-1/',0,'attachment','image/jpeg',0),(802,1,'2022-04-03 13:45:27','2022-04-03 13:45:27','','header-bg-1','','inherit','open','closed','','header-bg-1','','','2022-04-03 13:45:27','2022-04-03 13:45:27','',0,'https://sunfloris.com/wordpress/header-bg-1/',0,'attachment','image/png',0),(803,1,'2022-04-03 13:45:32','2022-04-03 13:45:32','','bg-blob','','inherit','open','closed','','bg-blob','','','2022-04-03 13:45:32','2022-04-03 13:45:32','',0,'https://sunfloris.com/wordpress/bg-blob/',0,'attachment','image/png',0),(804,1,'2022-04-03 13:45:32','2022-04-03 13:45:32','','circle-bg','','inherit','open','closed','','circle-bg','','','2022-04-03 13:45:32','2022-04-03 13:45:32','',0,'https://sunfloris.com/wordpress/circle-bg/',0,'attachment','image/png',0),(805,1,'2022-04-03 13:45:32','2022-04-03 13:45:32','','bg-transparent','','inherit','open','closed','','bg-transparent','','','2022-04-03 13:45:32','2022-04-03 13:45:32','',0,'https://sunfloris.com/wordpress/bg-transparent/',0,'attachment','image/png',0),(806,1,'2022-04-03 13:45:35','2022-04-03 13:45:35','','bg','','inherit','open','closed','','bg','','','2022-04-03 13:45:35','2022-04-03 13:45:35','',0,'https://sunfloris.com/wordpress/bg/',0,'attachment','image/png',0),(807,1,'2022-04-03 13:45:36','2022-04-03 13:45:36','','bg-side-242x300-1','','inherit','open','closed','','bg-side-242x300-1','','','2022-04-03 13:45:36','2022-04-03 13:45:36','',0,'https://sunfloris.com/wordpress/bg-side-242x300-1/',0,'attachment','image/png',0),(808,1,'2022-04-03 13:45:36','2022-04-03 13:45:36','','face','','inherit','open','closed','','face','','','2022-04-03 13:45:36','2022-04-03 13:45:36','',0,'https://sunfloris.com/wordpress/face/',0,'attachment','image/png',0),(809,1,'2022-04-03 13:45:39','2022-04-03 13:45:39','','Bitmap','','inherit','open','closed','','bitmap','','','2022-04-03 13:45:39','2022-04-03 13:45:39','',0,'https://sunfloris.com/wordpress/bitmap/',0,'attachment','image/png',0),(810,1,'2022-04-03 13:45:47','2022-04-03 13:45:47','','designmock','','inherit','open','closed','','designmock','','','2022-04-03 13:45:47','2022-04-03 13:45:47','',0,'https://sunfloris.com/wordpress/designmock/',0,'attachment','image/png',0),(811,1,'2022-04-03 13:45:49','2022-04-03 13:45:49','','bg-3','','inherit','open','closed','','bg-3','','','2022-04-03 13:45:49','2022-04-03 13:45:49','',0,'https://sunfloris.com/wordpress/bg-3/',0,'attachment','image/png',0),(812,1,'2022-04-03 13:45:50','2022-04-03 13:45:50','','ecovers-bg','','inherit','open','closed','','ecovers-bg','','','2022-04-03 13:45:50','2022-04-03 13:45:50','',0,'https://sunfloris.com/wordpress/ecovers-bg/',0,'attachment','image/png',0),(813,1,'2022-04-03 13:45:53','2022-04-03 13:45:53','','new-bg-1-1','','inherit','open','closed','','new-bg-1-1','','','2022-04-03 13:45:53','2022-04-03 13:45:53','',0,'https://sunfloris.com/wordpress/new-bg-1-1/',0,'attachment','image/png',0),(814,1,'2022-04-03 13:45:56','2022-04-03 13:45:56','','scene','','inherit','open','closed','','scene','','','2022-04-03 13:45:56','2022-04-03 13:45:56','',0,'https://sunfloris.com/wordpress/scene/',0,'attachment','image/jpeg',0),(815,1,'2022-04-03 13:45:56','2022-04-03 13:45:56','','stock-1','','inherit','open','closed','','stock-1','','','2022-04-03 13:45:56','2022-04-03 13:45:56','',0,'https://sunfloris.com/wordpress/stock-1/',0,'attachment','image/png',0),(816,1,'2022-04-03 13:45:57','2022-04-03 13:45:57','','ebook','','inherit','open','closed','','ebook-2','','','2022-04-03 13:45:57','2022-04-03 13:45:57','',0,'https://sunfloris.com/wordpress/ebook-2/',0,'attachment','image/jpeg',0),(817,1,'2022-04-03 13:45:59','2022-04-03 13:45:59','','10931027_10202428723359713_8419731428254055126_n','','inherit','open','closed','','10931027_10202428723359713_8419731428254055126_n','','','2022-04-03 13:45:59','2022-04-03 13:45:59','',0,'https://sunfloris.com/wordpress/10931027_10202428723359713_8419731428254055126_n/',0,'attachment','image/jpeg',0),(818,1,'2022-04-03 13:46:00','2022-04-03 13:46:00','','29243858_10214730699523138_5775310517918233829_n','','inherit','open','closed','','29243858_10214730699523138_5775310517918233829_n','','','2022-04-03 13:46:00','2022-04-03 13:46:00','',0,'https://sunfloris.com/wordpress/29243858_10214730699523138_5775310517918233829_n/',0,'attachment','image/jpeg',0),(819,1,'2022-04-03 13:46:03','2022-04-03 13:46:03','','20375712_1873324396027913_2320555637976989019_n','','inherit','open','closed','','20375712_1873324396027913_2320555637976989019_n','','','2022-04-03 13:46:03','2022-04-03 13:46:03','',0,'https://sunfloris.com/wordpress/20375712_1873324396027913_2320555637976989019_n/',0,'attachment','image/jpeg',0),(820,1,'2022-04-03 13:46:05','2022-04-03 13:46:05','','04','','inherit','open','closed','','04','','','2022-04-03 13:46:05','2022-04-03 13:46:05','',0,'https://sunfloris.com/wordpress/04/',0,'attachment','image/png',0),(821,1,'2022-04-03 13:46:05','2022-04-03 13:46:05','','02','','inherit','open','closed','','02','','','2022-04-03 13:46:05','2022-04-03 13:46:05','',0,'https://sunfloris.com/wordpress/02/',0,'attachment','image/png',0),(822,1,'2022-04-03 13:46:05','2022-04-03 13:46:05','','Facebook-Banner','','inherit','open','closed','','facebook-banner','','','2022-04-03 13:46:05','2022-04-03 13:46:05','',0,'https://sunfloris.com/wordpress/facebook-banner/',0,'attachment','image/jpeg',0),(823,1,'2022-04-03 13:46:08','2022-04-03 13:46:08','','Facebook-Banner-1','','inherit','open','closed','','facebook-banner-1','','','2022-04-03 13:46:08','2022-04-03 13:46:08','',0,'https://sunfloris.com/wordpress/facebook-banner-1/',0,'attachment','image/jpeg',0),(824,1,'2022-04-03 13:52:16','2022-04-03 13:52:16','','download','','inherit','open','closed','','download-2','','','2022-04-03 13:52:16','2022-04-03 13:52:16','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg',0,'attachment','image/jpeg',0),(825,1,'2022-04-03 13:53:10','2022-04-03 13:53:10','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:53:10','2022-04-03 13:53:10','',341,'https://sunfloris.com/wordpress/?p=825',0,'revision','',0),(826,1,'2022-04-03 13:53:10','2022-04-03 13:53:10','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:53:10','2022-04-03 13:53:10','',341,'https://sunfloris.com/wordpress/?p=826',0,'revision','',0),(828,1,'2022-04-03 13:53:41','2022-04-03 13:53:41','','download (1)','','inherit','open','closed','','download-1','','','2022-04-03 13:53:41','2022-04-03 13:53:41','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg',0,'attachment','image/jpeg',0),(829,1,'2022-04-03 13:54:37','2022-04-03 13:54:37','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:54:37','2022-04-03 13:54:37','',341,'https://sunfloris.com/wordpress/?p=829',0,'revision','',0),(830,1,'2022-04-03 13:54:37','2022-04-03 13:54:37','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:54:37','2022-04-03 13:54:37','',341,'https://sunfloris.com/wordpress/?p=830',0,'revision','',0),(831,1,'2022-04-03 13:54:37','2022-04-03 13:54:37','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:54:37','2022-04-03 13:54:37','',341,'https://sunfloris.com/wordpress/?p=831',0,'revision','',0),(832,1,'2022-04-03 13:55:52','2022-04-03 13:55:52','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:55:52','2022-04-03 13:55:52','',341,'https://sunfloris.com/wordpress/?p=832',0,'revision','',0),(833,1,'2022-04-03 13:55:52','2022-04-03 13:55:52','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:55:52','2022-04-03 13:55:52','',341,'https://sunfloris.com/wordpress/?p=833',0,'revision','',0),(834,1,'2022-04-03 13:55:53','2022-04-03 13:55:53','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:55:53','2022-04-03 13:55:53','',341,'https://sunfloris.com/wordpress/?p=834',0,'revision','',0),(835,1,'2022-04-03 13:57:14','2022-04-03 13:57:14','','SoftwareBox3-1','','inherit','open','closed','','softwarebox3-1-2','','','2022-04-03 13:57:14','2022-04-03 13:57:14','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png',0,'attachment','image/png',0),(836,1,'2022-04-03 13:59:24','2022-04-03 13:59:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:59:24','2022-04-03 13:59:24','',341,'https://sunfloris.com/wordpress/?p=836',0,'revision','',0),(837,1,'2022-04-03 13:59:24','2022-04-03 13:59:24','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n		https://nwosufavouramara.wistia.com/medias/omcgbmkhn9		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:59:24','2022-04-03 13:59:24','',341,'https://sunfloris.com/wordpress/?p=837',0,'revision','',0),(838,1,'2022-04-03 13:59:25','2022-04-03 13:59:25','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 13:59:25','2022-04-03 13:59:25','',341,'https://sunfloris.com/wordpress/?p=838',0,'revision','',0),(839,1,'2022-04-03 14:02:38','2022-04-03 14:02:38','<span style=\"width: 100%;\"><img alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span><h1>Never Waste Time &amp; Money On Designs Again...</h1><h1><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1><h1>Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span><h2 style=\"text-align: center;\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2><p style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span><p><strong>Pixa Easy Landing Page Builder:<span style=\"font-size: 18px;\">&nbsp;</span></strong><span style=\"font-size: 18px;\">Create</span></p><p><span style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p><p style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span><p><strong>Pixa Graphics Designer:&nbsp;</strong><span style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span><p><strong><strong>Pixa Logo Creator:</strong></strong><span style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span><p><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span><p><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span><p><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span><p><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span><p><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span><p><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p><p style=\"text-align: center;\">10<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span><p><strong><strong>Pixa Video To GIF Creator:</strong></strong><span style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><h2 style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2><p style=\"text-align: center;\"><span style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span><p style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><!--StartFragment--><p>I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p><p data-evernote-id=\"1000\" style=\"text-align: center;\"><span data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p><p data-evernote-id=\"1000\" style=\"text-align: center;\"><span data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span><p><span style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. Designers are hard to pin down. They’re not cheap. And they’re unreliable. How much money have you wasted on designers over the years you’ve been online?!</p><h2 style=\"text-align: center;\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span><p style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p><h2 style=\"text-align: center;\">Your Designer Is Holding You To Ransom.</h2><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" width=\"358\" height=\"444\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" width=\"512\" height=\"512\"></span><h2 style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p><p style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p><ul><li style=\"\">                    <span style=\"\">Revisions requested…</span></li><li>                    <span style=\"\">Wait for a response…<span style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li style=\"\">                    <span style=\"\">Still waiting for response…</span></li></ul><p><strong>Finally the work arrives.</strong></p><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span><h2 style=\"text-align: center;\">But everytime you need a different</h2><h2 style=\"text-align: center;\">&nbsp;design job done- you <span style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 style=\"text-align: center;\"><span style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2><p>And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p><h2>Every design task<span style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2><em>Soon you’re paying through the nose.&nbsp;</em></h2><p>Soon, things are getting complicated.</p><p>Things are getting costly.</p><p>&nbsp;Things are getting out of hand.</p><h2 style=\"text-align: center;\">So Just Imagine If I Could Give You&nbsp;</h2><h2 style=\"text-align: right;\"><span style=\"font-size: 101px;\"><strong>10</strong></span></h2><h2 style=\"text-align: left;\"><span style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2><ul><li style=\"\">                    <span style=\"\">Superior Quality</span></li><li style=\"\">                    <span style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li>                    <span style=\"\">With Minimum Effort</span></li><li>                    <span style=\"\">and Most Importantly:For Just A Single One-Time Fee.</span></li></ul><p>And you could rest assured that they would be</p><h2 style=\"text-align: center;\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p><h2 style=\"text-align: center;\">The Swiss Army Knife Of Design Tools!</h2><h2 style=\"text-align: center;\">Introducing:<strong>&nbsp;</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" width=\"1161\" height=\"133\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" width=\"1356\" height=\"903\"></span><h2 style=\"text-align: center;\"><span><strong><span style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2><h2 style=\"text-align: center;\"><span>For Less Than The Price of One!</span><strong></strong></h2><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p><h2 style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><strong>&nbsp;Getting All Under One Roof…</strong></h2><p style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span><h2><span style=\"font-size: 57px;\">Pixa Eas</span><span style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>Drag and DropCreate Beautiful Websites In Just Minutes</span></li><li>                    <span>No Coding Skills Required</span></li><li>                    <span>Build Websites With Ready-To-Go Premade Blocks</span></li><li>                    <span>Export your landing pages and host anywhere</span></li></ul><h2 style=\"text-align: center;\"><strong>150+</strong></h2><p style=\"text-align: center;\">Premade Design Blocks</p><p style=\"text-align: center;\">to Choose From</p><p style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span><span style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span> </span></strong></p><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>20+</strong></h2><p style=\"text-align: center;\">Premade Full Website Templates</p><p style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span><h2><span style=\"font-size: 57px;\">Pixa&nbsp;</span><span style=\"font-size: 57px;\">Graphics</span></h2><h2><strong><span style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>No Design Skills Required</span></li><li>                    <span>Quickly: Create Facebook Ads That Get You Great ROI</span></li><li>                    <span>Quickly: Create Eye-Catching Social Media Covers</span></li><li><span>Quickly Create Profitable T-Shirt Designs</span></li><li><span>Go Viral With Quick-To-Create Memes</span></li><li><span>Create Ready -To-Print Business Cards, </span></li><li><span>Presentation Covers, Letterheads and More…</span></li></ul><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>4000</strong></h2><p style=\"text-align: center;\">Design Templates Ready to Go</p><p style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p><p style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span><p style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p style=\"text-align: center;\"><strong>... and many more templates.</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span><h2><span style=\"font-size: 57px;\">Pixa </span><span style=\"font-size: 57px;\">Logo </span></h2><h2><strong><span style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li>                    <span>Create Eye-Catching Logos In Minutes.</span></li><li>                    <span>Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul><p>Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong><strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p>Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span><h2 style=\"text-align: center;\"><strong>545k</strong></h2><p style=\"text-align: center;\">HQ SVG icons</p><p style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span></h2><h2><strong><span style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Create 3D Ecovers For Software</span></li><li style=\"\">                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul><p>These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span><h2 style=\"text-align: center;\"><strong>500+</strong></h2><p style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p><p style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span><strong><span style=\"font-size: 57px;\"> </span></strong></h2><h2><strong><span style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li style=\"\">                    <span style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li>                    <span style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul><p>Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p><p style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" width=\"1651\" height=\"670\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li style=\"\">                    <span style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li>                    <span style=\"\">Over 300 Moveable ItemsEditable to Your Exact Desire In Just Minutes</span></li><li>                    <span>&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul><p><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span><h2 style=\"text-align: left;\"><strong>300+</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"><strong> </strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p><p>At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p><h2 style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p><p><span style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>10k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HQ Vectors</p><h2 style=\"text-align: center;\"><strong>100k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HD Videos</p><h2 style=\"text-align: center;\"><strong>2.5k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HQ Clipart</p><h2 style=\"text-align: center;\"><strong>2M</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Images</p><h2 style=\"text-align: center;\"><strong>5k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Video Bg\'s</p><h2 style=\"text-align: center;\"><strong>8k</strong></h2><p style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p><span style=\"width: 100%;\"><img alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li style=\"\">                    <span style=\"\">Flexible and Usable For ANY Project</span></li><li>                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 255, 255);\">15</span><span style=\"color: rgb(255, 171, 25);\">k</span></strong></h2><p style=\"text-align: center;\">High Resolution Images.</p><p style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"> </span></h2><h2><strong><span style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p><p>Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p><p>Easily Create:</p><ul><li>                    <span style=\"\">Lead Magnets</span></li><li>                    <span style=\"\">Reports</span></li><li>                    <span style=\"\">Books</span></li><li>                    <span style=\"\">Novels</span></li><li>                    <span style=\"\">Howtos</span></li><li style=\"\">                    <span style=\"\">Cheet Sheets</span></li></ul><ul><li>                    <span style=\"\">Tutorials</span></li><li>                    <span style=\"\">Courses</span></li><li>                    <span style=\"\">Magazines</span></li><li>                    <span style=\"\">Journals</span></li><li>                    <span style=\"\">Infographics</span></li><li>                    <span style=\"\">Roadmaps</span></li></ul><h2 style=\"text-align: center;\"><strong>20+</strong></h2><p style=\"text-align: center;\">ebook PDF Layouts</p><p>This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p><ul><li style=\"\">                    <span style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li style=\"\">                    <span style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li>                    <span style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li>                    <span style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul><p>GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p><p><strong> </strong></p><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p><h2 style=\"text-align: center;\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p><p style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span><h2><span style=\"font-size: 57px;\">Pixa Viral</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li>                    <span><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li>                    <span><strong><strong>Matched Perfectly To Your Images</strong></strong></span></li><li>                    <span><strong><strong>Add Custom Overlays</strong></strong></span></li><li>                    <span><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul><p>Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p><p style=\"text-align: center;\"><span style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><span style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><h1 style=\"text-align: center;\"><strong><strong>Plus The World’s 1st Multi-PurposeGraphics Platform To Include</strong></strong></h1><h2><strong>Ecover Creator</strong></h2><p></p><p>Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Viral Quote Generator</strong></strong></h2><p></p><p>1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p><h2><strong><strong>1-Click Mockup Creator</strong></strong></h2><p></p><p>Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Desk Scene Creator</strong></strong></h2><p></p><p>Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p><h2><strong>eBook / PDF Creator</strong></h2><p></p><p>Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Logo Creator</strong></strong></h2><p></p><p>Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p><h2 style=\"text-align: center;\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">INCLUDED As Standard On The Front End!</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Meaning you have 2 options:</p><h2 style=\"text-align: center;\"><strong>Create Stunning Designs</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" width=\"510\" height=\"255\"></span><p style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p><p>Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p><span style=\"width: 100%;\"><img alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" width=\"763\" height=\"400\"></span><p style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><strong>Profit From Them.</strong></p><p>All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span><h1 style=\"text-align: center;\"><strong><strong>Unlimited Applications For Any Business</strong></strong></h1><p style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p><ul><li><span><strong>Affiliate Marketers</strong></span></li><li><span><strong>Video Marketers</strong></span></li><li><span><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul><ul><li><span><b><b>Product Creators</b></b></span></li><li><span><strong><strong>Freelancers</strong></strong></span></li><li><span><strong><strong>Traffic Specialists</strong></strong></span></li></ul><ul><li><span><strong><strong>List Builders</strong></strong></span></li><li><span><strong><strong>eCommerce Stores</strong></strong></span></li><li><span><strong><b>Social Media Marketers</b></strong></span></li></ul><p style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p><h1 style=\"text-align: center;\"><strong><strong>EASY Income Opportunity Ahead: DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1><p style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -Even If You Have Zero Technical Skills … Guaranteed!</p><span style=\"width: 100%;\"><img alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span><p>According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p><h2 style=\"text-align: center;\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2><p style=\"text-align: center;\">Here Are Just Some ExamplesOf The UNFAIR Profits People Like You Are</p><p style=\"text-align: center;\">Making With Graphic Design …</p><p style=\"text-align: center;\"><strong>Vihrapopova has earned <span style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span style=\"color: rgb(255, 225, 13);\">2645 review</span> <span style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span><p style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span><p style=\"text-align: center;\">Simon “Quote Jungle” has done over <span style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span><p style=\"text-align: center;\">Evelyn has done over <span style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span><h1 style=\"text-align: center;\"><strong><strong>Unlimited Profit Potential Providing Unlimited Graphics Services ...</strong></strong></h1><p style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span><p style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span><p style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span><p style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span><p style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p><p style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s for projects that take you less than an afternoon …</strong></p><p style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p><p style=\"text-align: center;\"><strong>FACE FACTS</strong></p><p style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p><p style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p><h2 style=\"text-align: center;\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\"><strong>For Paying Clients&nbsp;</strong></h2><p style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p><blockquote>In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote><span style=\"width: 100%;\"><img alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span><p>Godswill Okoyomon</p><p>CEO....Tronweb</p><p><span style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><span style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2><span><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2>And YOU keep 100% of the profits.</h2><span style=\"width: 100%;\"><img alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span><h2 style=\"text-align: center;\"><strong>Nothing Else Compares </strong></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">To The Value Of DesignBundle:</h2><p style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p><p><strong>TOOL: DesignBundle Graphics Designer</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span><p><strong>TOOL: DesignBundle Logo Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span><p><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span><p><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span><p><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span><h2 style=\"text-align: center;\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2><p style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"></p><p></p><h2 style=\"text-align: center;\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 style=\"text-align: center;\">For Just A Single Low One-Time Price:</h2><p style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p><p style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span><p><strong>Pixa Easy Landing Page Builder:<span>&nbsp;</span></strong><span>Create</span><span>&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p><strong>Retail Value $197</strong></p><p style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span><p><strong>Pixa Graphics Designer:&nbsp;</strong><span>Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p><span><strong><strong>Retail Value&nbsp;$197</strong></strong></span></p><p style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span><p><strong><strong>Pixa Logo Creator:</strong></strong><span> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p><span><strong><strong>Retail Value&nbsp;$197</strong></strong></span></p><p style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span><p><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span>Be Judged By Your Beautiful Book and Software Covers...</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span><p><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span>Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span><p><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span>Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span><p><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span>Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span><p><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span>Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span><p><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span>Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p><strong><strong><span><strong><strong>Retail Value $197</strong></strong></span></strong></strong></p><p style=\"text-align: left;\">10<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span><p><strong><strong>Pixa Video To GIF Creator:</strong></strong><span> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><h2 style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2><h2 style=\"text-align: center;\"><span style=\"color: rgb(255, 187, 5);\">11</span><span style=\"color: rgb(255, 86, 5);\">.</span></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span><p style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><h2 style=\"text-align: center;\">+</h2><h2 style=\"text-align: center;\">Plus You’re Even Getting A Commercial Licence INCLUDED As Standard!</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value $497</strong></strong></strong></strong></p><p style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value $2,664</strong></strong></strong></strong></strong></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><h2 style=\"text-align: center;\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\">bundle of PLR or random softwares.</h2><p style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"></p><span style=\"width: 100%;\"><img alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span><a href=\"#\"><span><span>Instance 1</span></span></a><span style=\"width: 100%;\"><img alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span><h5>Commercial</h5><span style=\"width: 100%;\"><img alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span><ul><li>                    <span>Landing Page &nbsp;Builder</span></li><li>                    <span>Graphics Editor</span></li><li>                    <span>Flexible Images</span></li><li>                    <span>Stock Explorer - 2 Million</span></li><li>                    <span>Stock</span></li><li>                    <span>Scene Creator</span></li><li>                    <span>Mockup Creator</span></li><li>                    <span>Ecover Creator</span></li><li>                    <span>Book Creator</span></li><li>                    <span>Logo Creator</span></li><li>                    <span>Video 2 GIF Creator</span></li><li>                    <span>Bonus - Quote Creator</span></li><li>                    <span>DFY Design Templates</span></li><li>                    <span>No Monthly or Annual Fee</span></li><li>                    <span>24/7 Access</span></li><li>                    <span>VIP Priority Support</span></li><li><span>Commercial License</span></li></ul><a href=\"https://buy.stripe.com/9AQeYC9yb6YffOU4gs\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a><p>Retail Price on $197</p><p><strong>Todays Special Price</strong></p><p><strong>Use Coupon Code for 20% Discount: DES20</strong></p><p><strong>Price Will Rise Soon</strong></p><h2 style=\"text-align: left;\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 style=\"text-align: left;\"><strong>And their clients - Every single day.</strong></h2><blockquote>In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote><span style=\"width: 100%;\"><img alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span><p>Okoyomon Godswill</p><p>CEO....Tronweb</p><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p><!--StartFragment--><p><span style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business</span></p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p><p data-evernote-id=\"1000\"><span data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p><!--StartFragment--><p>DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p><p style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p style=\"text-align: center;\">you a final confidence boost by removing</p><p style=\"text-align: center;\">ANY risk from your investment today:</p><span style=\"width: 100%;\"><img alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span><h2>30 DAYS MONEY BACK GUARANTEE</h2><p style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2><p style=\"text-align: center;\">This offer is NOT here forever.</p><p>These are real softwares. That retail for a real price.</p><p>The total value of this DesignBundle is <strong>Over $2,664</strong></p><p>We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p></p><p>And if we gave you the licence to SELL your creations too -</p><p>That’s an extra stream of income you didn’t have before.</p><h2><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p><strong></strong></p><p style=\"text-align: center;\">LIMITED TIME OFFER</p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><p><strong>Your DesignBundle Team</strong></p><p>P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p><p>If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p><h2><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOTendorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2><p style=\"color:black; font-size:12px; font-family:verdana\">Copyright ©: [tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script] - DesignBundle - All Rights Reserved</p><p style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\" rel=\"noopener\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\" rel=\"noopener\">Cookie Policy</a></p>','DesignBundle','','inherit','closed','closed','','715-revision-v1','','','2022-04-03 14:02:38','2022-04-03 14:02:38','',715,'https://sunfloris.com/wordpress/?p=839',0,'revision','',0),(841,1,'2022-04-03 14:06:36','2022-04-03 14:06:36','','DesignBundle','','inherit','closed','closed','','715-revision-v1','','','2022-04-03 14:06:36','2022-04-03 14:06:36','',715,'https://sunfloris.com/wordpress/?p=841',0,'revision','',0),(840,1,'2022-04-03 14:05:19','2022-04-03 14:05:19','<span style=\"width: 100%;\"><img alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span><h1>Never Waste Time &amp; Money On Designs Again...</h1><h1><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1><h1>Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span><h2 style=\"text-align: center;\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2><p style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span><p><strong>Pixa Easy Landing Page Builder:<span style=\"font-size: 18px;\">&nbsp;</span></strong><span style=\"font-size: 18px;\">Create</span></p><p><span style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p><p style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span><p><strong>Pixa Graphics Designer:&nbsp;</strong><span style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span><p><strong><strong>Pixa Logo Creator:</strong></strong><span style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span><p><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span><p><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span><p><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span><p><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span><p><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span><p><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p><p style=\"text-align: center;\">10<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span><p><strong><strong>Pixa Video To GIF Creator:</strong></strong><span style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><h2 style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2><p style=\"text-align: center;\"><span style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span><p style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><!--StartFragment--><p>I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p><p data-evernote-id=\"1000\" style=\"text-align: center;\"><span data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p><p data-evernote-id=\"1000\" style=\"text-align: center;\"><span data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span><p><span style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. Designers are hard to pin down. They’re not cheap. And they’re unreliable. How much money have you wasted on designers over the years you’ve been online?!</p><h2 style=\"text-align: center;\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span><p style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p><h2 style=\"text-align: center;\">Your Designer Is Holding You To Ransom.</h2><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" width=\"358\" height=\"444\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" width=\"512\" height=\"512\"></span><h2 style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p><p style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p><ul><li style=\"\">                    <span style=\"\">Revisions requested…</span></li><li>                    <span style=\"\">Wait for a response…<span style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li style=\"\">                    <span style=\"\">Still waiting for response…</span></li></ul><p><strong>Finally the work arrives.</strong></p><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span><h2 style=\"text-align: center;\">But everytime you need a different</h2><h2 style=\"text-align: center;\">&nbsp;design job done- you <span style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 style=\"text-align: center;\"><span style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2><p>And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p><h2>Every design task<span style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2><em>Soon you’re paying through the nose.&nbsp;</em></h2><p>Soon, things are getting complicated.</p><p>Things are getting costly.</p><p>&nbsp;Things are getting out of hand.</p><h2 style=\"text-align: center;\">So Just Imagine If I Could Give You&nbsp;</h2><h2 style=\"text-align: right;\"><span style=\"font-size: 101px;\"><strong>10</strong></span></h2><h2 style=\"text-align: left;\"><span style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2><ul><li style=\"\">                    <span style=\"\">Superior Quality</span></li><li style=\"\">                    <span style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li>                    <span style=\"\">With Minimum Effort</span></li><li>                    <span style=\"\">and Most Importantly:For Just A Single One-Time Fee.</span></li></ul><p>And you could rest assured that they would be</p><h2 style=\"text-align: center;\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p><h2 style=\"text-align: center;\">The Swiss Army Knife Of Design Tools!</h2><h2 style=\"text-align: center;\">Introducing:<strong>&nbsp;</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" width=\"1161\" height=\"133\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" width=\"1356\" height=\"903\"></span><h2 style=\"text-align: center;\"><span><strong><span style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2><h2 style=\"text-align: center;\"><span>For Less Than The Price of One!</span><strong></strong></h2><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p><h2 style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><strong>&nbsp;Getting All Under One Roof…</strong></h2><p style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span><h2><span style=\"font-size: 57px;\">Pixa Eas</span><span style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>Drag and DropCreate Beautiful Websites In Just Minutes</span></li><li>                    <span>No Coding Skills Required</span></li><li>                    <span>Build Websites With Ready-To-Go Premade Blocks</span></li><li>                    <span>Export your landing pages and host anywhere</span></li></ul><h2 style=\"text-align: center;\"><strong>150+</strong></h2><p style=\"text-align: center;\">Premade Design Blocks</p><p style=\"text-align: center;\">to Choose From</p><p style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span><span style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span> </span></strong></p><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>20+</strong></h2><p style=\"text-align: center;\">Premade Full Website Templates</p><p style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span><h2><span style=\"font-size: 57px;\">Pixa&nbsp;</span><span style=\"font-size: 57px;\">Graphics</span></h2><h2><strong><span style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>No Design Skills Required</span></li><li>                    <span>Quickly: Create Facebook Ads That Get You Great ROI</span></li><li>                    <span>Quickly: Create Eye-Catching Social Media Covers</span></li><li><span>Quickly Create Profitable T-Shirt Designs</span></li><li><span>Go Viral With Quick-To-Create Memes</span></li><li><span>Create Ready -To-Print Business Cards, </span></li><li><span>Presentation Covers, Letterheads and More…</span></li></ul><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>4000</strong></h2><p style=\"text-align: center;\">Design Templates Ready to Go</p><p style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p><p style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span><p style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p style=\"text-align: center;\"><strong>... and many more templates.</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span><h2><span style=\"font-size: 57px;\">Pixa </span><span style=\"font-size: 57px;\">Logo </span></h2><h2><strong><span style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li>                    <span>Create Eye-Catching Logos In Minutes.</span></li><li>                    <span>Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul><p>Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong><strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p>Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span><h2 style=\"text-align: center;\"><strong>545k</strong></h2><p style=\"text-align: center;\">HQ SVG icons</p><p style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span></h2><h2><strong><span style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Create 3D Ecovers For Software</span></li><li style=\"\">                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul><p>These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span><h2 style=\"text-align: center;\"><strong>500+</strong></h2><p style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p><p style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span><strong><span style=\"font-size: 57px;\"> </span></strong></h2><h2><strong><span style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li style=\"\">                    <span style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li>                    <span style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul><p>Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p><p style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" width=\"1651\" height=\"670\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li style=\"\">                    <span style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li>                    <span style=\"\">Over 300 Moveable ItemsEditable to Your Exact Desire In Just Minutes</span></li><li>                    <span>&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul><p><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span><h2 style=\"text-align: left;\"><strong>300+</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"><strong> </strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p><p>At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p><h2 style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p><p><span style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>10k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HQ Vectors</p><h2 style=\"text-align: center;\"><strong>100k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HD Videos</p><h2 style=\"text-align: center;\"><strong>2.5k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HQ Clipart</p><h2 style=\"text-align: center;\"><strong>2M</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Images</p><h2 style=\"text-align: center;\"><strong>5k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Video Bg\'s</p><h2 style=\"text-align: center;\"><strong>8k</strong></h2><p style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p><span style=\"width: 100%;\"><img alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li style=\"\">                    <span style=\"\">Flexible and Usable For ANY Project</span></li><li>                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 255, 255);\">15</span><span style=\"color: rgb(255, 171, 25);\">k</span></strong></h2><p style=\"text-align: center;\">High Resolution Images.</p><p style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"> </span></h2><h2><strong><span style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p><p>Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p><p>Easily Create:</p><ul><li>                    <span style=\"\">Lead Magnets</span></li><li>                    <span style=\"\">Reports</span></li><li>                    <span style=\"\">Books</span></li><li>                    <span style=\"\">Novels</span></li><li>                    <span style=\"\">Howtos</span></li><li style=\"\">                    <span style=\"\">Cheet Sheets</span></li></ul><ul><li>                    <span style=\"\">Tutorials</span></li><li>                    <span style=\"\">Courses</span></li><li>                    <span style=\"\">Magazines</span></li><li>                    <span style=\"\">Journals</span></li><li>                    <span style=\"\">Infographics</span></li><li>                    <span style=\"\">Roadmaps</span></li></ul><h2 style=\"text-align: center;\"><strong>20+</strong></h2><p style=\"text-align: center;\">ebook PDF Layouts</p><p>This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p><ul><li style=\"\">                    <span style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li style=\"\">                    <span style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li>                    <span style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li>                    <span style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul><p>GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p><p><strong> </strong></p><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p><h2 style=\"text-align: center;\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p><p style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span><h2><span style=\"font-size: 57px;\">Pixa Viral</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li>                    <span><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li>                    <span><strong><strong>Matched Perfectly To Your Images</strong></strong></span></li><li>                    <span><strong><strong>Add Custom Overlays</strong></strong></span></li><li>                    <span><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul><p>Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p><p style=\"text-align: center;\"><span style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><span style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><h1 style=\"text-align: center;\"><strong><strong>Plus The World’s 1st Multi-PurposeGraphics Platform To Include</strong></strong></h1><h2><strong>Ecover Creator</strong></h2><p></p><p>Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Viral Quote Generator</strong></strong></h2><p></p><p>1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p><h2><strong><strong>1-Click Mockup Creator</strong></strong></h2><p></p><p>Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Desk Scene Creator</strong></strong></h2><p></p><p>Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p><h2><strong>eBook / PDF Creator</strong></h2><p></p><p>Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Logo Creator</strong></strong></h2><p></p><p>Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p><h2 style=\"text-align: center;\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">INCLUDED As Standard On The Front End!</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Meaning you have 2 options:</p><h2 style=\"text-align: center;\"><strong>Create Stunning Designs</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" width=\"510\" height=\"255\"></span><p style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p><p>Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p><span style=\"width: 100%;\"><img alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" width=\"763\" height=\"400\"></span><p style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><strong>Profit From Them.</strong></p><p>All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span><h1 style=\"text-align: center;\"><strong><strong>Unlimited Applications For Any Business</strong></strong></h1><p style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p><ul><li><span><strong>Affiliate Marketers</strong></span></li><li><span><strong>Video Marketers</strong></span></li><li><span><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul><ul><li><span><b><b>Product Creators</b></b></span></li><li><span><strong><strong>Freelancers</strong></strong></span></li><li><span><strong><strong>Traffic Specialists</strong></strong></span></li></ul><ul><li><span><strong><strong>List Builders</strong></strong></span></li><li><span><strong><strong>eCommerce Stores</strong></strong></span></li><li><span><strong><b>Social Media Marketers</b></strong></span></li></ul><p style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p><h1 style=\"text-align: center;\"><strong><strong>EASY Income Opportunity Ahead: DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1><p style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -Even If You Have Zero Technical Skills … Guaranteed!</p><span style=\"width: 100%;\"><img alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span><p>According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p><h2 style=\"text-align: center;\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2><p style=\"text-align: center;\">Here Are Just Some ExamplesOf The UNFAIR Profits People Like You Are</p><p style=\"text-align: center;\">Making With Graphic Design …</p><p style=\"text-align: center;\"><strong>Vihrapopova has earned <span style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span style=\"color: rgb(255, 225, 13);\">2645 review</span> <span style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span><p style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span><p style=\"text-align: center;\">Simon “Quote Jungle” has done over <span style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span><p style=\"text-align: center;\">Evelyn has done over <span style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span><h1 style=\"text-align: center;\"><strong><strong>Unlimited Profit Potential Providing Unlimited Graphics Services ...</strong></strong></h1><p style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span><p style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span><p style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span><p style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span><p style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p><p style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s for projects that take you less than an afternoon …</strong></p><p style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p><p style=\"text-align: center;\"><strong>FACE FACTS</strong></p><p style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p><p style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p><h2 style=\"text-align: center;\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\"><strong>For Paying Clients&nbsp;</strong></h2><p style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p><blockquote>In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote><span style=\"width: 100%;\"><img alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span><p>Godswill Okoyomon</p><p>CEO....Tronweb</p><p><span style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><span style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2><span><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2>And YOU keep 100% of the profits.</h2><span style=\"width: 100%;\"><img alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span><h2 style=\"text-align: center;\"><strong>Nothing Else Compares </strong></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">To The Value Of DesignBundle:</h2><p style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p><p><strong>TOOL: DesignBundle Graphics Designer</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span><p><strong>TOOL: DesignBundle Logo Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span><p><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span><p><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span><p><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span><h2 style=\"text-align: center;\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2><p style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"></p><p></p><h2 style=\"text-align: center;\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 style=\"text-align: center;\">For Just A Single Low One-Time Price:</h2><p style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p><p style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span><p><strong>Pixa Easy Landing Page Builder:<span>&nbsp;</span></strong><span>Create</span><span>&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p><strong>Retail Value $197</strong></p><p style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span><p><strong>Pixa Graphics Designer:&nbsp;</strong><span>Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p><span><strong><strong>Retail Value&nbsp;$197</strong></strong></span></p><p style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span><p><strong><strong>Pixa Logo Creator:</strong></strong><span> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p><span><strong><strong>Retail Value&nbsp;$197</strong></strong></span></p><p style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span><p><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span>Be Judged By Your Beautiful Book and Software Covers...</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span><p><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span>Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span><p><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span>Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span><p><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span>Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span><p><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span>Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span><p><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span>Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p><strong><strong><span><strong><strong>Retail Value $197</strong></strong></span></strong></strong></p><p style=\"text-align: left;\">10<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span><p><strong><strong>Pixa Video To GIF Creator:</strong></strong><span> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><h2 style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2><h2 style=\"text-align: center;\"><span style=\"color: rgb(255, 187, 5);\">11</span><span style=\"color: rgb(255, 86, 5);\">.</span></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span><p style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><h2 style=\"text-align: center;\">+</h2><h2 style=\"text-align: center;\">Plus You’re Even Getting A Commercial Licence INCLUDED As Standard!</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value $497</strong></strong></strong></strong></p><p style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value $2,664</strong></strong></strong></strong></strong></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><h2 style=\"text-align: center;\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\">bundle of PLR or random softwares.</h2><p style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"></p><span style=\"width: 100%;\"><img alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span><a href=\"#\"><span><span>Instance 1</span></span></a><span style=\"width: 100%;\"><img alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span><h5>Commercial</h5><span style=\"width: 100%;\"><img alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span><ul><li>                    <span>Landing Page &nbsp;Builder</span></li><li>                    <span>Graphics Editor</span></li><li>                    <span>Flexible Images</span></li><li>                    <span>Stock Explorer - 2 Million</span></li><li>                    <span>Stock</span></li><li>                    <span>Scene Creator</span></li><li>                    <span>Mockup Creator</span></li><li>                    <span>Ecover Creator</span></li><li>                    <span>Book Creator</span></li><li>                    <span>Logo Creator</span></li><li>                    <span>Video 2 GIF Creator</span></li><li>                    <span>Bonus - Quote Creator</span></li><li>                    <span>DFY Design Templates</span></li><li>                    <span>No Monthly or Annual Fee</span></li><li>                    <span>24/7 Access</span></li><li>                    <span>VIP Priority Support</span></li><li><span>Commercial License</span></li></ul><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a><p>Retail Price on $197</p><p><strong>Todays Special Price</strong></p><p><strong>Use Coupon Code for 20% Discount: DES20</strong></p><p><strong>Price Will Rise Soon</strong></p><h2 style=\"text-align: left;\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 style=\"text-align: left;\"><strong>And their clients - Every single day.</strong></h2><blockquote>In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote><span style=\"width: 100%;\"><img alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span><p>Okoyomon Godswill</p><p>CEO....Tronweb</p><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p><!--StartFragment--><p><span style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business</span></p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p><p data-evernote-id=\"1000\"><span data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p><!--StartFragment--><p>DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p><p style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p style=\"text-align: center;\">you a final confidence boost by removing</p><p style=\"text-align: center;\">ANY risk from your investment today:</p><span style=\"width: 100%;\"><img alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span><h2>30 DAYS MONEY BACK GUARANTEE</h2><p style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2><p style=\"text-align: center;\">This offer is NOT here forever.</p><p>These are real softwares. That retail for a real price.</p><p>The total value of this DesignBundle is <strong>Over $2,664</strong></p><p>We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p></p><p>And if we gave you the licence to SELL your creations too -</p><p>That’s an extra stream of income you didn’t have before.</p><h2><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p><strong></strong></p><p style=\"text-align: center;\">LIMITED TIME OFFER</p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><p><strong>Your DesignBundle Team</strong></p><p>P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p><p>If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p><h2><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOTendorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2><p style=\"color:black; font-size:12px; font-family:verdana\">Copyright ©: [tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script] - DesignBundle - All Rights Reserved</p><p style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\" rel=\"noopener\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\" rel=\"noopener\">Cookie Policy</a></p>','DesignBundle','','inherit','closed','closed','','715-revision-v1','','','2022-04-03 14:05:19','2022-04-03 14:05:19','',715,'https://sunfloris.com/wordpress/?p=840',0,'revision','',0),(842,1,'2022-04-03 14:06:49','2022-04-03 14:06:49','<span style=\"width: 100%;\"><img alt=\"\" width=\"1161\" height=\"133\" title=\"large-white-logo\" data-id=\"371\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo.png\" style=\"\"></span><h1>Never Waste Time &amp; Money On Designs Again...</h1><h1><strong>Meet The World’s 1st And ONLY All-In-One Design App Bundle</strong></h1><h1>Fire Your Designer And Say Goodbye To Over-Complicated Design Tools and Expensive Monthly Price tags…</h1><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"259\" height=\"231\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" data-width=\"259\" data-height=\"231\" data-init-width=\"1340\" data-init-height=\"1194\"></span><h2 style=\"text-align: center;\">10 Professional, Easy To Use Design Apps For Less Than The Price of One!</h2><p style=\"text-align: center;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span><p><strong>Pixa Easy Landing Page Builder:<span style=\"font-size: 18px;\">&nbsp;</span></strong><span style=\"font-size: 18px;\">Create</span></p><p><span style=\"font-size: 18px;\">&nbsp;Beautiful Websites With Just A Drag n’ a </span><strong>&nbsp;Drop</strong></p><p style=\"text-align: center;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span><p><strong>Pixa Graphics Designer:&nbsp;</strong><span style=\"font-size: 18px;\">Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p style=\"text-align: center;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span><p><strong><strong>Pixa Logo Creator:</strong></strong><span style=\"font-size: 18px;\"> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p style=\"text-align: center;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span><p><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Be Judged By Your Beautiful Book and Software Covers...</span></p><p style=\"text-align: center;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span><p><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p style=\"text-align: center;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span><p><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span style=\"font-size: 18px;\">Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p style=\"text-align: center;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span><p><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p style=\"text-align: center;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span><p><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span style=\"font-size: 18px;\">Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p style=\"text-align: center;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span><p><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span style=\"font-size: 18px;\">Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes</span></strong></strong></p><p style=\"text-align: center;\">10<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span><p><strong><strong>Pixa Video To GIF Creator:</strong></strong><span style=\"font-size: 18px;\"> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><h2 style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2><p style=\"text-align: center;\"><span style=\"color: rgb(255, 187, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>11</strong></span><span style=\"color: rgb(255, 86, 5); font-size: 124px; font-family: &quot;Playfair Display&quot;; font-weight: 400;\"><strong>.</strong></span>.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span><p style=\"text-align: center;\"><strong><strong>Quote Creator:</strong></strong><span style=\"font-size: 18px;\">&nbsp;Inbuilt quote engine with 450k+ quotes across different niches</span></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><!--StartFragment--><p>I want you to go all in for designbundle because the offer is more than a deal, the 10 most needed design softwares, all for the price of one, that sounds crazy, I would say you jump in before they changed their mind about the price</p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Dr. Amit Pareek</strong></span></p><p data-evernote-id=\"1000\" style=\"text-align: center;\"><span data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Godswill Okoyomon</strong></span></p><p data-evernote-id=\"1000\" style=\"text-align: center;\"><span data-evernote-id=\"1309\" style=\"font-family: Rubik; font-weight: 400;\">The eBook creator was easy to use with a great selection of templates. The design area is well laid out and the functions are easy. I could duplicate elements or whole pages which made the creation go even faster. Result was an attractive ebook.</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>LuAnn Beckman</strong></span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"blur ring\" data-id=\"1086\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/blur-ring.png\" style=\"\" width=\"358\" height=\"444\"></span><p><span style=\"font-size: 62px;\"><strong>D</strong></span>esign work. The struggle is real.</p><p>We all need it. But when it comes to it. It’s a pain in the ass. Designers are hard to pin down. They’re not cheap. And they’re unreliable. How much money have you wasted on designers over the years you’ve been online?!</p><h2 style=\"text-align: center;\"><strong>Stop Wasting Time<span style=\"color: rgb(255, 86, 5);\">.</span> Stop Wasting Money<span style=\"color: rgb(255, 86, 5);\">.</span></strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span><p style=\"text-align: left;\">YES - We all know great design is ESSENTIAL to succeeding online.Even if you don’t pay very much for your designer, time is money and time is precious.&nbsp;</p><h2 style=\"text-align: center;\">Your Designer Is Holding You To Ransom.</h2><p>Whilst you’re waiting for your designer to get back to you with your designs - you’re losing money.</p><p><strong>Whilst you’re chasing up your designer - you’re wasting time.</strong></p><p>If you think you’re getting yourself a bargain on Fiverr (when was the last time you paid just a fiver for a gig anyway?!)</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 3\" data-id=\"1235\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-3.png\" style=\"\" width=\"358\" height=\"444\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"sad\" data-id=\"855\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sad.png\" style=\"\" width=\"512\" height=\"512\"></span><h2 style=\"text-align: center;\"><strong>We’ve All Been There…&nbsp;</strong><strong>Now, Imagine This:</strong></h2><p>All you need is a quick design job doing. You need a great designer to rustle up something for you. By the time you reach out to them…Explain the brief…Wait for them to respond…Wait for them to update you…Chase them up…FINALLY receive your work...</p><p style=\"text-align: left;\"><strong>Damn! You need revisions...</strong></p><ul><li style=\"\">                    <span style=\"\">Revisions requested…</span></li><li>                    <span style=\"\">Wait for a response…<span style=\"font-size: 12px;\"><strong>(Pay extra for said revision)...</strong></span></span></li><li style=\"\">                    <span style=\"\">Still waiting for response…</span></li></ul><p><strong>Finally the work arrives.</strong></p><p>It’s ok. But you’re resentful. You’re out of pocket. And you’re out of time. Next time you’ll look for another designer…So you start again next project and the whole sorry cycle starts again.</p><p style=\"text-align: center;\">Sound familiar?!...</p><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(103, 49, 183);\">There Must Be An Easier Way.</span>&nbsp;</strong>And There Is...</h2><p>When you need a job done right - you do it yourself. right?</p><p>But that USUALLY means you have to spend hundreds of $$$ on quality software to get quality results.</p><p>Most of which have a steep recurring price tag. Now we’re not going to lie to you, there are some great design softwares out there.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"softwares\" data-id=\"1014\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/softwares.png\" style=\"\" width=\"310\" height=\"103\"></span><h2 style=\"text-align: center;\">But everytime you need a different</h2><h2 style=\"text-align: center;\">&nbsp;design job done- you <span style=\"color: rgb(9, 96, 248);\">need a </span></h2><h2 style=\"text-align: center;\"><span style=\"color: rgb(9, 96, 248);\">different piece of software.</span></h2><p>And before long, you’re signed up to multiple design softwares…All with their own price tag…</p><p>All you wanted was a: Website, FB Ad, Twitter Banner, Mockup, E-Cover etc etc etc...</p><h2>Every design task<span style=\"color: rgb(255, 86, 5);\"><strong> =</strong></span> A different piece of software.</h2><h2><em>Soon you’re paying through the nose.&nbsp;</em></h2><p>Soon, things are getting complicated.</p><p>Things are getting costly.</p><p>&nbsp;Things are getting out of hand.</p><h2 style=\"text-align: center;\">So Just Imagine If I Could Give You&nbsp;</h2><h2 style=\"text-align: right;\"><span style=\"font-size: 101px;\"><strong>10</strong></span></h2><h2 style=\"text-align: left;\"><span style=\"font-size: 101px;\"><strong></strong></span>Design Tools All Under One Roof…</h2><ul><li style=\"\">                    <span style=\"\">Superior Quality</span></li><li style=\"\">                    <span style=\"\">Designed To Rustle Up Your Every Design Need In Just Minutes</span></li><li>                    <span style=\"\">With Minimum Effort</span></li><li>                    <span style=\"\">and Most Importantly:For Just A Single One-Time Fee.</span></li></ul><p>And you could rest assured that they would be</p><h2 style=\"text-align: center;\">All Included<span style=\"color: rgb(255, 86, 5);\">.</span> All Awesome<span style=\"color: rgb(255, 86, 5);\">.</span> All Under One Roof.<strong>&nbsp;</strong></h2><p style=\"text-align: center;\"><strong><strong>Stop Imagining. And Meet: </strong><strong></strong><strong></strong>&nbsp;</strong></p><h2 style=\"text-align: center;\">The Swiss Army Knife Of Design Tools!</h2><h2 style=\"text-align: center;\">Introducing:<strong>&nbsp;</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"large-white-logo\" data-id=\"705\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-white-logo-1.png\" style=\"\" width=\"1161\" height=\"133\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"SoftwareBox3 (1)\" data-id=\"831\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1.png\" style=\"\" width=\"1356\" height=\"903\"></span><h2 style=\"text-align: center;\"><span><strong><span style=\"font-size: 80px;\">10 </span></strong>Professional, Easy To Use Design Apps </span></h2><h2 style=\"text-align: center;\"><span>For Less Than The Price of One!</span><strong></strong></h2><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><p style=\"text-align: center;\">Let’s Have A Closer Look At The 10</p><p style=\"text-align: center;\"><strong> </strong></p><h2 style=\"text-align: center;\"><strong>Amazing Design Apps You’re</strong><strong></strong><strong>&nbsp;Getting All Under One Roof…</strong></h2><p style=\"text-align: center;\"><strong>(For Less Than The Price of One!)&nbsp;</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"page builder\" data-id=\"711\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/page-builder.png\" style=\"\" width=\"1401\" height=\"1673\"></span><h2><span style=\"font-size: 57px;\">Pixa Eas</span><span style=\"font-size: 57px;\">y<strong> </strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Page Builder:</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>Drag and DropCreate Beautiful Websites In Just Minutes</span></li><li>                    <span>No Coding Skills Required</span></li><li>                    <span>Build Websites With Ready-To-Go Premade Blocks</span></li><li>                    <span>Export your landing pages and host anywhere</span></li></ul><h2 style=\"text-align: center;\"><strong>150+</strong></h2><p style=\"text-align: center;\">Premade Design Blocks</p><p style=\"text-align: center;\">to Choose From</p><p style=\"text-align: center;\">Create beautiful websites and landing pages in just minutes with simply a drag n’ a drop! Ad pre-made design elements, called blocks, to the page and then edit with<span style=\"color: rgb(255, 86, 5);\">&nbsp;</span><strong><span><span style=\"color: rgb(255, 86, 5);\">no design or coding skills required!</span></span></strong><strong><span> </span></strong></p><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>20+</strong></h2><p style=\"text-align: center;\">Premade Full Website Templates</p><p style=\"text-align: center;\">&nbsp;It comes preloaded with hundreds of blocks and <strong><span style=\"color: rgb(255, 86, 5);\">ready-to-go professional landing page </span></strong>templates.<strong><span style=\"color: rgb(255, 86, 5);\"> </span></strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"designer\" data-id=\"719\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/designer.png\" style=\"\" width=\"1974\" height=\"1589\"></span><h2><span style=\"font-size: 57px;\">Pixa&nbsp;</span><span style=\"font-size: 57px;\">Graphics</span></h2><h2><strong><span style=\"font-size: 57px;\">Designer</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>No Design Skills Required</span></li><li>                    <span>Quickly: Create Facebook Ads That Get You Great ROI</span></li><li>                    <span>Quickly: Create Eye-Catching Social Media Covers</span></li><li><span>Quickly Create Profitable T-Shirt Designs</span></li><li><span>Go Viral With Quick-To-Create Memes</span></li><li><span>Create Ready -To-Print Business Cards, </span></li><li><span>Presentation Covers, Letterheads and More…</span></li></ul><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>4000</strong></h2><p style=\"text-align: center;\">Design Templates Ready to Go</p><p style=\"text-align: center;\">Have zero to nil design or technical skills?&nbsp; This is your perfect tool for pumping out jaw-dropping, professional designs in just minutes. <strong><span style=\"color: rgb(255, 241, 0);\">Create facebook ads, social media covers, post, ecovers, business cards, presentation covers, tshirts, memes, and many more..</span></strong>.</p><p><strong> </strong></p><p style=\"text-align: center;\"><strong>Top Converting, Stunning Graphics For Any Campaign - In Minutes</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"fb\" data-id=\"1484\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/fb.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"twitter\" data-id=\"1490\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/twitter.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"tshirt\" data-id=\"1489\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/tshirt.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"instagram\" data-id=\"1486\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/instagram.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ebook\" data-id=\"1483\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"quotes\" data-id=\"1488\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quotes.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"linkedin\" data-id=\"1487\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/linkedin.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"business-card\" data-id=\"1482\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/business-card.png\" style=\"\" width=\"512\" height=\"300\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"infographics\" data-id=\"1485\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/infographics.png\" style=\"\" width=\"512\" height=\"300\"></span><p style=\"text-align: center;\">Facebook Ad templates, Webinar slides, Blog covers and Buy buttons, Youtube cover and video graphics,&nbsp; Social media post and covers</p><p style=\"text-align: center;\"><strong>... and many more templates.</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"logo\" data-id=\"712\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/logo.png\" style=\"\" width=\"1613\" height=\"1701\"></span><h2><span style=\"font-size: 57px;\">Pixa </span><span style=\"font-size: 57px;\">Logo </span></h2><h2><strong><span style=\"font-size: 57px;\">Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span>Unique AI Software Automatically Makes Your Logos For You In Line With Your Choices</span></li><li>                    <span>Create Eye-Catching Logos In Minutes.</span></li><li>                    <span>Pre-Loaded With Over 545,000 Ready-To-Go SVG Icons</span></li></ul><p>Make a stunning logo with just your thoughts...This <strong>Artificial Intelligence (A.I)</strong><strong>powered tool</strong> allows you to create remarkable logos for your startups, businesses and projects in minutes.&nbsp;</p><p>Simply answer a few questions and the software will auto-magically create your perfect stunning logo. Edit and customize to your exact specifications and bring your idea to life.</p><p><strong> </strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"svg\" data-id=\"805\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/svg.png\" style=\"\" width=\"1273\" height=\"682\"></span><h2 style=\"text-align: center;\"><strong>545k</strong></h2><p style=\"text-align: center;\">HQ SVG icons</p><p style=\"text-align: center;\">&nbsp;It comes pre-loaded with over 545,000 SVG icons.&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ecover\" data-id=\"714\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecover.png\" style=\"\" width=\"1954\" height=\"1650\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span></h2><h2><strong><span style=\"font-size: 57px;\">Ecover Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Create 3D Ecovers For Software</span></li><li style=\"\">                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Pre-Loaded With Over 400+ Pre-Designed Templates.</span></li></ul><p>These are covers you WILL want to be judged by! Get one step ahead of your competition by creating stunning, professional 3D ecover mockups for your books, software and many more in just minutes.</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ecovers (1)\" data-id=\"808\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ecovers-1.png\" style=\"\" width=\"508\" height=\"546\"></span><h2 style=\"text-align: center;\"><strong>500+</strong></h2><p style=\"text-align: center;\">Beautiful Cover Templates&nbsp;</p><p style=\"text-align: center;\">&nbsp;It comes pre-loaded with 500+ beautiful cover templates to make the kind of eCovers YOU would WANT to buy or read - (not those terrible cheap looking things you unfortunately see WAY too often!)&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"mock\" data-id=\"717\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mock.png\" style=\"\" width=\"1429\" height=\"1422\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span><strong><span style=\"font-size: 57px;\"> </span></strong></h2><h2><strong><span style=\"font-size: 57px;\">Mockup Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Put Your Logo Or Image On Any Mockup Background In Just Seconds</span></li><li style=\"\">                    <span style=\"\">100+ Ready To Go Templates&nbsp;</span></li><li>                    <span style=\"\">Includes&nbsp;<strong>Laptops</strong>,&nbsp;<strong>Desktops</strong>,&nbsp;<strong>iPads</strong>,&nbsp;<strong>Smart Watches</strong> etc...</span></li></ul><p>Showcase your work and look like a total pro with beautiful mockups, generated in literally seconds.&nbsp;</p><p><strong> </strong></p><p style=\"text-align: center;\">Show off your killer concept on over <strong>100+ mockup templates, </strong>including laptops, desktops, ipads, smart watches and many many more...</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"mocks 2 (1)\" data-id=\"773\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/mocks-2-1.png\" style=\"\" width=\"1651\" height=\"670\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"scene (1)\" data-id=\"715\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/scene-1.png\" style=\"\" width=\"1866\" height=\"1526\"></span><p></p><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Scene Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">Look Like A Total Pro With Stunning Desk Mockup Scenes</span></li><li style=\"\">                    <span style=\"\">Simply Click, Drag n’ Drop to Create</span></li><li>                    <span style=\"\">Over 300 Moveable ItemsEditable to Your Exact Desire In Just Minutes</span></li><li>                    <span>&nbsp;Showcase your work in your dream workspace. Create stunning virtual workspaces to show off your awesome ideas with over 300 moveable items.&nbsp;</span></li></ul><p><strong>300+ Movable Item: S</strong>imply choose a desk style, add a screen, add your accessories, text and perfect background and export in a snap.</p><p><strong> </strong></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"items\" data-id=\"816\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/items.jpg\" style=\"\" width=\"851\" height=\"651\"></span><h2 style=\"text-align: left;\"><strong>300+</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"stock\" data-id=\"716\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/stock.png\" style=\"\" width=\"1969\" height=\"1597\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"><strong> </strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Stock Explorer</span></strong></h2><p><strong> </strong></p><p>At Your Fingertips Library of Over 2.5 MILLION + Royalty Free Visual Assets!</p><h2 style=\"text-align: center;\">You Never have to spend Money on royalty free content EVER again!</h2><p><strong> </strong></p><p><span style=\"font-size: 18px;\">Save massive amount of money with your own library of over 2.5 million+ royalty free visual content.&nbsp;</span><span style=\"font-size: 18px;\">Featuring 2 million+ Images, 10k+ Vectors, 100k+ HD Videos, 2,500+ HQ Clipart, &nbsp;5k+ Video Backgrounds, 8k+ Animated Graphics and much, much more.</span></p><p><strong> </strong></p><p><strong> </strong></p><h2 style=\"text-align: center;\"><strong>10k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HQ Vectors</p><h2 style=\"text-align: center;\"><strong>100k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HD Videos</p><h2 style=\"text-align: center;\"><strong>2.5k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">HQ Clipart</p><h2 style=\"text-align: center;\"><strong>2M</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Images</p><h2 style=\"text-align: center;\"><strong>5k</strong></h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Video Bg\'s</p><h2 style=\"text-align: center;\"><strong>8k</strong></h2><p style=\"text-align: center;\">&nbsp; &nbsp; &nbsp; &nbsp;Graphics</p><span style=\"width: 100%;\"><img alt=\"\" title=\"flexible\" data-id=\"708\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible.png\" style=\"\" width=\"2194\" height=\"1711\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"><strong>&nbsp;</strong></span></h2><h2><strong><span style=\"font-size: 57px;\">Flexible Images</span></strong></h2><p><strong> </strong></p><ul><li>                    <span style=\"\">15,000+ High Resolution Images With Transparent Backgrounds</span></li><li style=\"\">                    <span style=\"\">Flexible and Usable For ANY Project</span></li><li>                    <span style=\"\">Create 3D Ecovers For Ebooks</span></li><li>                    <span style=\"\">Compatible With Almost All Top Graphic, Video and Design Apps.</span></li></ul><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"flexible (1) (1)\" data-id=\"823\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/flexible-1-1.png\" style=\"\" width=\"1248\" height=\"784\"></span><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 255, 255);\">15</span><span style=\"color: rgb(255, 171, 25);\">k</span></strong></h2><p style=\"text-align: center;\">High Resolution Images.</p><p style=\"text-align: center;\">with transparent backgrounds to blend perfectly with your every project. Highly compatible with almost all graphic, video, web design, presentation, cloud based apps.&nbsp;</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ebook\" data-id=\"713\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ebook-1.png\" style=\"\" width=\"1779\" height=\"1581\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\"> </span></h2><h2><strong><span style=\"font-size: 57px;\">Ebook Creator</span></strong></h2><p><strong> </strong></p><p>Turn Boring Documents Into Beautiful SELLABLE, SHAREABLE E-Books In Just Minutes</p><p>Easily Create:</p><ul><li>                    <span style=\"\">Lead Magnets</span></li><li>                    <span style=\"\">Reports</span></li><li>                    <span style=\"\">Books</span></li><li>                    <span style=\"\">Novels</span></li><li>                    <span style=\"\">Howtos</span></li><li style=\"\">                    <span style=\"\">Cheet Sheets</span></li></ul><ul><li>                    <span style=\"\">Tutorials</span></li><li>                    <span style=\"\">Courses</span></li><li>                    <span style=\"\">Magazines</span></li><li>                    <span style=\"\">Journals</span></li><li>                    <span style=\"\">Infographics</span></li><li>                    <span style=\"\">Roadmaps</span></li></ul><h2 style=\"text-align: center;\"><strong>20+</strong></h2><p style=\"text-align: center;\">ebook PDF Layouts</p><p>This software helps you to turn boring documents into beautiful and eye-popping designs in minutes. Ready to sell, share or use to gather leads. Create lead Magnets, Reports, Novels, How tos, Tutorials, Ebooks, Courses, Magazines, Journals, DIY Articles, Textbooks, Fiction, Resources, Cheatsheets, Roadmaps and many many more...</p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"vid2gif\" data-id=\"709\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/vid2gif.png\" style=\"\" width=\"1734\" height=\"1568\"></span><h2><span style=\"font-size: 57px;\">Pixa</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Video to Gif</span></strong></h2><p><strong> </strong></p><ul><li style=\"\">                    <span style=\"\">Convert Any Video To GIF In Just Seconds</span></li><li style=\"\">                    <span style=\"\">Upload Your mp4, api, WebM, flv, wmv and more…</span></li><li>                    <span style=\"\">Turn Them Into High Quality Animated GIFs In Literally Seconds</span></li><li>                    <span style=\"\">Shareable. Viral. Attention Grabbing.</span></li></ul><p>GIFS have a million uses - people LOVE sharing them and they are a great way of getting your message across in this day of short attention spans and viral content. With this online video converter you can upload and convert any video to a high quality animated GIF. Mp4, avi, WebM, flv, wmv and many other popular types of video and rich media files are all super-compatible.</p><p><strong> </strong></p><p><strong> </strong></p><p style=\"text-align: center;\"><strong>Plus...That’s Not Even All! As A Bonus For Being A Fast Action Taker And Grabbing DesignBundle For The Best Value Price Possible,&nbsp;</strong></p><h2 style=\"text-align: center;\"><strong>We’re Giving You This Exclusive Bonus*</strong></h2><p><strong> </strong></p><p style=\"text-align: center;\"><em>*Available during this exclusive offer period ONLY.</em></p><p><strong> </strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"quote\" data-id=\"718\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/quote.png\" style=\"\" width=\"1737\" height=\"1676\"></span><h2><span style=\"font-size: 57px;\">Pixa Viral</span><span style=\"font-size: 57px;\">&nbsp;</span></h2><h2><strong><span style=\"font-size: 57px;\">Quote Creator</span></strong></h2><p><strong> </strong></p><ul><li>                    <span><strong><strong>Pre-Loaded With Over 421,500 VIRAL Quotes</strong></strong></span></li><li>                    <span><strong><strong>Instantly Searchable By Keyword</strong></strong></span></li><li>                    <span><strong><strong>Matched Perfectly To Your Images</strong></strong></span></li><li>                    <span><strong><strong>Add Custom Overlays</strong></strong></span></li><li>                    <span><strong><strong>Explode Your Viral Reach</strong></strong></span></li></ul><p>Preloaded with over <strong>421,500</strong> VIRAL quotes, all instantly searchable by keyword...you can match the perfect message to your custom images with just a few clicks. Add your chosen overlay...share and EXPLODE your viral reach.</p><p><strong> </strong></p><p style=\"text-align: center;\"><span style=\"font-size: 38px;\">See This Powerful Demo of&nbsp;</span><span style=\"font-size: 38px;\"></span><strong>All DesignBundle Tools</strong></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><h1 style=\"text-align: center;\"><strong><strong>Plus The World’s 1st Multi-PurposeGraphics Platform To Include</strong></strong></h1><h2><strong>Ecover Creator</strong></h2><p></p><p>Create beautiful ecovers for your ebooks, reports, videos, software and many more in minutes. 5 cover styles and over 75 cover templates to choose from.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-5\" data-id=\"603\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-5.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif\" data-id=\"1037\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Viral Quote Generator</strong></strong></h2><p></p><p>1-click quote engine preloaded with over 421,500 VIRAL quotes, all instantly searchable by keyword … match the perfect message to your custom images to EXPLODE your viral reach</p><h2><strong><strong>1-Click Mockup Creator</strong></strong></h2><p></p><p>Create beautiful 3D perspective design mockups and choose from over 200 templates … a massive time-saver for freelancers, branding and multi-campaign projects</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif (4)\" data-id=\"1110\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-4.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-6\" data-id=\"601\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-6.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Desk Scene Creator</strong></strong></h2><p></p><p>Create beautiful desk mockups with drag and drop screens and over 300 moveable items... plats, accessories, screens, people, chairs, desk, etc.</p><h2><strong>eBook / PDF Creator</strong></h2><p></p><p>Turn ANY text file into a stunning eBook … create compelling lead magnets while adding value to your products &amp; content marketing strategies</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-optimize-2\" data-id=\"599\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-optimize-2.gif\" style=\"\" width=\"600\" height=\"337\"></span><span style=\"width: 100%;\"><img alt=\"\" title=\"ezgif.com-video-to-gif (5)\" data-id=\"1190\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ezgif.com-video-to-gif-5-1.gif\" style=\"\" width=\"600\" height=\"337\"></span><h2><strong><strong>Logo Creator</strong></strong></h2><p></p><p>Need a logo for you or your clients? Not to worry, Design Bundle also has you covered with our revolutionary logo creation machine... create a logo in less than 60 seconds.</p><h2 style=\"text-align: center;\">Plus We’re Giving You <strong>Commercial Licence</strong>&nbsp;</h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">INCLUDED As Standard On The Front End!</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\">Meaning you have 2 options:</p><h2 style=\"text-align: center;\"><strong>Create Stunning Designs</strong></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"personal\" data-id=\"843\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/personal.png\" style=\"\" width=\"510\" height=\"255\"></span><p style=\"text-align: center;\"><strong>For Yourself&nbsp;</strong></p><p>Use All Of DesignBundle’s Superior Tools To Create Awesome Design Work For Yourself - And You Will Be Putting Your Most Professional Design Foot Forward For All Your Projects, Ideas and Business Needs…</p><span style=\"width: 100%;\"><img alt=\"\" title=\"freelancer\" data-id=\"844\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/freelancer.png\" style=\"\" width=\"763\" height=\"400\"></span><p style=\"text-align: center;\"><strong>For Paying Clients And </strong><strong></strong><strong>Profit From Them.</strong></p><p>All Whilst Saving You Time, Stress And Money On Expensive Recurring Softwares And Unreliable Designers.</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ring 1\" data-id=\"1237\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ring-1.png\" style=\"\" width=\"306\" height=\"406\"></span><h1 style=\"text-align: center;\"><strong><strong>Unlimited Applications For Any Business</strong></strong></h1><p style=\"text-align: center;\">The ONE thing all businesses and marketers have in common is the ongoing need for graphics in their campaigns. DesignBundle gives you the competitive edge YOU need to create stunning graphics in any market … and is PERFECT for</p><ul><li><span><strong>Affiliate Marketers</strong></span></li><li><span><strong>Video Marketers</strong></span></li><li><span><strong>Brick &amp; Mortar Store&nbsp; Owners / Small Business</strong></span></li></ul><ul><li><span><b><b>Product Creators</b></b></span></li><li><span><strong><strong>Freelancers</strong></strong></span></li><li><span><strong><strong>Traffic Specialists</strong></strong></span></li></ul><ul><li><span><strong><strong>List Builders</strong></strong></span></li><li><span><strong><strong>eCommerce Stores</strong></strong></span></li><li><span><strong><b>Social Media Marketers</b></strong></span></li></ul><p style=\"text-align: center;\"><strong>Face facts:</strong>&nbsp;graphics come at a price. You’re either forced to struggle with expensive &amp; complicated</p><p style=\"text-align: center;\">software, or pay specialists every time you need a new design. <strong>Not anymore.</strong></p><h1 style=\"text-align: center;\"><strong><strong>EASY Income Opportunity Ahead: DesignBundle Is The PERFECT Weapon For New &amp; Existing Freelancers</strong></strong></h1><p style=\"text-align: center;\">You Can Make SERIOUS Money With DesignBundle As A Graphics Specialist -Even If You Have Zero Technical Skills … Guaranteed!</p><span style=\"width: 100%;\"><img alt=\"\" title=\"graphic-knowledge\" data-id=\"1554\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/graphic-knowledge.png\" style=\"\" width=\"433\" height=\"185\"></span><p>According to Freelancer Magazine and Industrial Reports, the global market for freelancers is worth over $1trillion dollars ... And growing by over 14% a year over the last 5 years. Freelancers that offer graphic design charge PREMIUM rates and their services are in HUGE demand. Design Bundle can help YOU cash in on this cash-cow industry.</p><h2 style=\"text-align: center;\">Make Full Time Income In Just A Few Hours Per Week - ZERO Previous Experience Needed!</h2><p style=\"text-align: center;\">Here Are Just Some ExamplesOf The UNFAIR Profits People Like You Are</p><p style=\"text-align: center;\">Making With Graphic Design …</p><p style=\"text-align: center;\"><strong>Vihrapopova has earned <span style=\"color: rgb(255, 225, 13);\">over $66,125 </span>with over <span style=\"color: rgb(255, 225, 13);\">2645 review</span> <span style=\"color: rgb(255, 225, 13);\">(with over 2,645 Reviews)</span> in one year as a freelancer&nbsp;</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-1\" data-id=\"1567\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-1.png\" style=\"\" width=\"1101\" height=\"759\"></span><p style=\"text-align: center;\"><strong>Gayan Madhawa has earned over <span style=\"color: rgb(255, 225, 13);\">$82,680 (with over 4,134 Reviews)&nbsp;</span>as a freelance graphics designer (see screenshot)</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-2\" data-id=\"1564\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-2.png\" style=\"\" width=\"1050\" height=\"671\"></span><p style=\"text-align: center;\">Simon “Quote Jungle” has done over <span style=\"color: rgb(255, 225, 13);\">12,000 gigs</span> and got over <span style=\"color: rgb(255, 225, 13);\">1,353</span> reviews in 12 months as a graphics designer with average sale of <span style=\"color: rgb(255, 225, 13);\">$175 per design (Over&nbsp;</span><span style=\"color: rgb(255, 225, 13);\">$2,000,000 in income!)</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-3\" data-id=\"1565\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-3.png\" style=\"\" width=\"1058\" height=\"645\"></span><p style=\"text-align: center;\">Evelyn has done over <span style=\"color: rgb(255, 225, 13);\">13,000 gigs</span> with <span style=\"color: rgb(255, 225, 13);\">1,393 Reviews</span> at average&nbsp; of $15 per gig &nbsp;<span style=\"color: rgb(255, 225, 13);\">(Approx. income: $195,000)</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"screen-4\" data-id=\"1566\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/screen-4.png\" style=\"\" width=\"989\" height=\"652\"></span><h1 style=\"text-align: center;\"><strong><strong>Unlimited Profit Potential Providing Unlimited Graphics Services ...</strong></strong></h1><p style=\"text-align: center;\">Whatever your clients want, you can deliver … including:</p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-19\" data-id=\"1573\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-19.png\" style=\"\" width=\"143\" height=\"127\"></span><p style=\"text-align: center;\"><strong><strong>Top-performing ads</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-20\" data-id=\"1574\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-20.png\" style=\"\" width=\"127\" height=\"127\"></span><p style=\"text-align: center;\"><strong><strong><strong>Engagement-driving </strong></strong></strong><strong><strong><strong>social media posts</strong></strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-21\" data-id=\"1575\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-21.png\" style=\"\" width=\"154\" height=\"112\"></span><p style=\"text-align: center;\"><strong>Logos, eBooks, </strong><strong>covers </strong><strong>&amp; mock-ups</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ico-22\" data-id=\"1572\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ico-22.png\" style=\"\" width=\"146\" height=\"127\"></span><p style=\"text-align: center;\"><strong>Website &amp; sales page graphics</strong></p><p style=\"text-align: center;\"><strong>And SO MUCH more! Imagine, charging $100s to even $1000s for projects that take you less than an afternoon …</strong></p><p style=\"text-align: center;\">With Design Bundle doing ALL the heavy lifting. Unfair freelance income … yet ANOTHER Design Bundle difference!</p><p style=\"text-align: center;\"><strong>FACE FACTS</strong></p><p style=\"text-align: center;\">Graphics come at a price. You’re either forced to struggle with expensive &amp; complicated software, or pay specialists every time you need a new design. Not Anymore.</p><p style=\"text-align: center;\">Use All Of DesignBundle’s Superior Tools</p><h2 style=\"text-align: center;\"><strong>To Create Awesome Design Work </strong></h2><h2 style=\"text-align: center;\"><strong>For Paying Clients&nbsp;</strong></h2><p style=\"text-align: center;\"><a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>And You Will Be Using Our Tools To Help Other Businesses</p><p style=\"text-align: center;\">&nbsp;Achieve Their Design Goals, Quickly, Easily and Profitably.</p><blockquote>In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle. Plus, my experience working with the Support Team has been completely Top Notch from beginning to end. The fact that I can accomplish several task just from one app with prebuilt Templates and asset files makes things even easier...</blockquote><span style=\"width: 100%;\"><img alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span><p>Godswill Okoyomon</p><p>CEO....Tronweb</p><p><span style=\"color: rgb(255, 255, 255);\">Everybody who works online needs great,</span><span style=\"color: rgb(255, 255, 255);\">affordable graphic designs.</span></p><h2><span><strong> Every offline business needs great, affordable graphic design.Now YOU can be the one to give that to them…</strong></span></h2><h2>And YOU keep 100% of the profits.</h2><span style=\"width: 100%;\"><img alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span><h2 style=\"text-align: center;\"><strong>Nothing Else Compares </strong></h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">To The Value Of DesignBundle:</h2><p style=\"text-align: left;\">Check out our comparison table to see just how fully featured all 10 apps are and how they’re going to make your design work faster and easier - all whilst saving you money on expensive monthly softwares and unreliable designers!</p><p><strong>TOOL: DesignBundle Graphics Designer</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Designer Table\" data-id=\"1532\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Designer-Table.jpg\" style=\"\" width=\"5685\" height=\"4027\"></span><p><strong>TOOL: DesignBundle Logo Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Logo Creator\" data-id=\"1535\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Logo-Creator.jpg\" style=\"\" width=\"2323\" height=\"1213\"></span><p><strong>TOOL: DesignBundle <strong>Ecover Creator</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Ecover CreatorNew\" data-id=\"1541\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Ecover-CreatorNew.jpg\" style=\"\" width=\"1252\" height=\"802\"></span><p><strong>Tool: <strong>DesignBundle</strong> Flexible Images</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Flexible images\" data-id=\"1534\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Flexible-images.jpg\" style=\"\" width=\"2323\" height=\"918\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Scene</strong> Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Scene Creator\" data-id=\"1537\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Scene-Creator.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span><p><strong>Tool: <strong>DesignBundle</strong> Ebook Creator</strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"eBook Table\" data-id=\"1533\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/eBook-Table.jpg\" style=\"\" width=\"1764\" height=\"1089\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Stock Explorer</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Stock Explorer Table\" data-id=\"1538\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Stock-Explorer-Table.jpg\" style=\"\" width=\"2323\" height=\"514\"></span><p><strong>Tool: <strong><strong>DesignBundle</strong> Page Builder</strong></strong></p><span style=\"width: 100%;\"><img alt=\"\" title=\"Page Builder\" data-id=\"1536\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/Page-Builder.jpg\" style=\"\" width=\"2323\" height=\"1312\"></span><h2 style=\"text-align: center;\"><strong>Our 10 Superior Design Tools Not Only Stand Up To Their Top Competitors In Terms Of Features…</strong></h2><p style=\"text-align: center;\">But SMASH Them In The Value Stakes...</p><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"></p><p></p><h2 style=\"text-align: center;\"><strong>Here’s A Reminder Of Everything You Are Getting Today</strong></h2><h2 style=\"text-align: center;\">For Just A Single Low One-Time Price:</h2><p style=\"text-align: center;\"><strong>10 Professional, Easy To Use Design Apps For Less Than The Price of One!</strong></p><p style=\"text-align: right;\">1<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"5 (1)\" data-id=\"734\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/5-1.png\" style=\"\" width=\"893\" height=\"335\"></span><p><strong>Pixa Easy Landing Page Builder:<span>&nbsp;</span></strong><span>Create</span><span>&nbsp;Beautiful Websites With Just A Drag n’ a&nbsp;</span><strong>&nbsp;Drop</strong></p><p><strong>Retail Value $197</strong></p><p style=\"text-align: right;\">2<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"4 (1)\" data-id=\"741\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/4-1.png\" style=\"\" width=\"867\" height=\"342\"></span><p><strong>Pixa Graphics Designer:&nbsp;</strong><span>Pump Out Jaw-Dropping Designs in Just Minutes Even If You Have ZERO Technical or Design Skills.</span></p><p><span><strong><strong>Retail Value&nbsp;$197</strong></strong></span></p><p style=\"text-align: right;\">3<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"2 (1)\" data-id=\"738\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/2-1.png\" style=\"\" width=\"800\" height=\"334\"></span><p><strong><strong>Pixa Logo Creator:</strong></strong><span> Allow Our AI Technology Create Your Perfect Logo Automatically!</span></p><p><span><strong><strong>Retail Value&nbsp;$197</strong></strong></span></p><p style=\"text-align: right;\">4<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"ec\" data-id=\"742\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/ec.png\" style=\"\" width=\"815\" height=\"273\"></span><p><strong><strong>Pixa Ecover Creator:&nbsp;</strong></strong><span>Be Judged By Your Beautiful Book and Software Covers...</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">5<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"1 (2)\" data-id=\"736\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/1-2.png\" style=\"\" width=\"555\" height=\"176\"></span><p><strong><strong>Pixa Mock Up Creator:&nbsp;</strong></strong><span>Create Stunning Business-Boosting Mock-Ups In Just Minutes</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">6<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"3 (1)\" data-id=\"735\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/3-1.png\" style=\"\" width=\"900\" height=\"287\"></span><p><strong><strong><strong>Pixa Scene Creator:&nbsp;</strong></strong></strong><span>Look Like A Total Pro With Stunning Office Mockup Scenes</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">7<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"7 (1)\" data-id=\"733\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/7-1.png\" style=\"\" width=\"973\" height=\"271\"></span><p><strong><strong>Pixa Stock Explorer:&nbsp;</strong></strong><span>Over 125,000+ of Valuable Royalty Free Content At Your Fingertips</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">8<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"11\" data-id=\"739\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/11.png\" style=\"\" width=\"803\" height=\"271\"></span><p><strong><strong>Pixa Flexible Images:&nbsp;</strong></strong><span>Get 15,000+ High Resolution, Transparent Background Images To Add To Any Project</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><p style=\"text-align: right;\">9<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"9 (1)\" data-id=\"740\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/9-1.png\" style=\"\" width=\"792\" height=\"241\"></span><p><strong><strong><strong>Pixa E-Book Creator:&nbsp;</strong><span>Turn Boring Documents Into Beautiful Sellable, Shareable E-Books In Just Minutes.</span></strong></strong></p><p><strong><strong><span><strong><strong>Retail Value $197</strong></strong></span></strong></strong></p><p style=\"text-align: left;\">10<span style=\"color: rgb(255, 86, 5);\">.</span></p><span style=\"width: 100%;\"><img alt=\"\" title=\"10 (1)\" data-id=\"737\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/10-1.png\" style=\"\" width=\"725\" height=\"241\"></span><p><strong><strong>Pixa Video To GIF Creator:</strong></strong><span> Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><p><span><strong><strong>Retail Value $197</strong></strong></span></p><h2 style=\"text-align: center;\">Plus Bonus Apps Available During</h2><h2 style=\"text-align: center;\"></h2><h2 style=\"text-align: center;\">This Exclusive Launch Period ONLY.</h2><h2 style=\"text-align: center;\"><span style=\"color: rgb(255, 187, 5);\">11</span><span style=\"color: rgb(255, 86, 5);\">.</span></h2><span style=\"width: 100%;\"><img alt=\"\" title=\"viral (1)\" data-id=\"1102\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/viral-1.png\" style=\"\" width=\"759\" height=\"275\"></span><p style=\"text-align: center;\"><strong><strong>Pixa Video To GIF C<a data-position=\"left\" data-toggle=\"elements\" data-tooltip=\"Add Element\" href=\"javascript%3Avoid(0)\"></a>reator:</strong></strong><span style=\"font-size: 18px;\">&nbsp;Convert Any Video To An Eye-Catching Animated GIF In Just Seconds</span></p><h2 style=\"text-align: center;\">+</h2><h2 style=\"text-align: center;\">Plus You’re Even Getting A Commercial Licence INCLUDED As Standard!</h2><p style=\"text-align: center;\"></p><p style=\"text-align: center;\"><strong><strong><strong><strong>Retail Value $497</strong></strong></strong></strong></p><p style=\"text-align: center;\"><strong><strong><strong><strong><strong>Total Value $2,664</strong></strong></strong></strong></strong></p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><h2 style=\"text-align: center;\">DesignBundle is not just a</h2><h2 style=\"text-align: center;\">bundle of PLR or random softwares.</h2><p style=\"text-align: center;\">These have been built, from the ground up, by us -</p><p style=\"text-align: left;\">So you can relax and feel confident in their quality. We’ve got your back.</p><p style=\"text-align: center;\"></p><span style=\"width: 100%;\"><img alt=\"\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\" width=\"1340\" height=\"1194\"></span><a href=\"#\"><span><span>Instance 1</span></span></a><span style=\"width: 100%;\"><img alt=\"\" title=\"large-black-logo\" data-id=\"370\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/large-black-logo-300x34-1.png\" style=\"\" width=\"300\" height=\"34\"></span><h5>Commercial</h5><span style=\"width: 100%;\"><img alt=\"\" title=\"SoftwareBox3-1\" data-id=\"912\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1024x682-1.png\" style=\"\" width=\"640\" height=\"426\"></span><ul><li>                    <span>Landing Page &nbsp;Builder</span></li><li>                    <span>Graphics Editor</span></li><li>                    <span>Flexible Images</span></li><li>                    <span>Stock Explorer - 2 Million</span></li><li>                    <span>Stock</span></li><li>                    <span>Scene Creator</span></li><li>                    <span>Mockup Creator</span></li><li>                    <span>Ecover Creator</span></li><li>                    <span>Book Creator</span></li><li>                    <span>Logo Creator</span></li><li>                    <span>Video 2 GIF Creator</span></li><li>                    <span>Bonus - Quote Creator</span></li><li>                    <span>DFY Design Templates</span></li><li>                    <span>No Monthly or Annual Fee</span></li><li>                    <span>24/7 Access</span></li><li>                    <span>VIP Priority Support</span></li><li><span>Commercial License</span></li></ul><a href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=Hello%2C%20I%20am%20interested%20in%20DesignBundle%20Software\"><img src=\"https://i.jvzoo.com/0/340733/2\" alt=\"DesignBundle Commercial\" border=\"0\"></a><p>Retail Price on $197</p><p><strong>Todays Special Price</strong></p><p><strong>Use Coupon Code for 20% Discount: DES20</strong></p><p><strong>Price Will Rise Soon</strong></p><h2 style=\"text-align: left;\">They have been tried, tested and are being used by our users to produce professional quality designs for both themselves -&nbsp;</h2><h2 style=\"text-align: left;\"><strong>And their clients - Every single day.</strong></h2><blockquote>In the Past Three Months, using DesignBundle Graphics and design Suite we have been able to generate 2 times more Revenue from Client Projects at record delivery time while still maintaining a Strong Customer Feedback. Thats just one example of how I have been able to improve my income and consulting business with DesignBundle.</blockquote><span style=\"width: 100%;\"><img alt=\"\" title=\"18740515_10203389184606353_2519581804591498553_n\" data-id=\"1279\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/18740515_10203389184606353_2519581804591498553_n.jpg\" style=\"\" width=\"634\" height=\"634\"></span><p>Okoyomon Godswill</p><p>CEO....Tronweb</p><p>And just in case you do need a little helping hand and our easy-to-follow tutorials haven’t hit the spot, our rock-solid dedicated support team is on hand to help you out day and night.</p><!--StartFragment--><p><span style=\"font-family: Rubik; font-weight: 400; font-size: 16px;\">DesignBundle is by far the best graphics software I\'ve ever used - First of all, it\'s cloudbased, so I don\'t have to download or install anything on my computer. secondly, It loads very fast. unlike most design softwares that are usually buggy, Designbundle is quick in creating Designs, and easy to use also. I totally recommend this software for anyone who needs quality designs in their Business</span></p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Misan Morrison</strong></span></p><p data-evernote-id=\"1000\"><span data-evernote-id=\"1309\"><!--StartFragment-->DesignBundle is truly a great tool. If you\'re someone like me that has little to no graphic design skills then this will save you a ton of time. I like the fact that It has a template option that contains every Design I need for my Business. From social media banners to business cards. This is so much value for nothing<!--EndFragment-->&nbsp;</span></p><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Victory Akpomedaye</strong></span></p><!--StartFragment--><p>DesignBundle easily covers all my design needs - preloaded templates, stock images, graphic assets etc... I\'m able to save time &amp; money that I spend on Freelancers, because I now do all my designs myself. The most exciting part is that I purchased it very cheap - It\'s unbelievable! DesignBundle is the best product I\'ve had to purchase online</p><!--EndFragment--><p data-evernote-id=\"1002\" style=\"text-align: center;\"><span data-evernote-id=\"1312\"><strong>Gelar P.</strong></span></p><p style=\"text-align: center;\">And if that wasn’t enough, we’re also going give&nbsp;</p><p style=\"text-align: center;\">you a final confidence boost by removing</p><p style=\"text-align: center;\">ANY risk from your investment today:</p><span style=\"width: 100%;\"><img alt=\"\" title=\"money-back-5\" data-id=\"619\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/money-back-5.png\" style=\"\" width=\"417\" height=\"367\"></span><h2>30 DAYS MONEY BACK GUARANTEE</h2><p style=\"text-align: left;\">This is an offer that is genuinely hard to say ‘No’ to. I understand that. Rushing into something can make anyone nervous. I understand that too. I have been in your shoes.If you have issues with our product and decide you want a refund, we will disable your account and refund you. Most problems are technical which shall be fixed once queried. You are protected and have a full 30 days to try it RISK-FREE.</p><h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(255, 255, 255);\">Save Money</span><span style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Time</span><span style=\"color: rgb(255, 171, 25);\">.</span> <span style=\"color: rgb(255, 255, 255);\">Save Stress.</span></strong></h2><p style=\"text-align: center;\">This offer is NOT here forever.</p><p>These are real softwares. That retail for a real price.</p><p>The total value of this DesignBundle is <strong>Over $2,664</strong></p><p>We put this very special DesignBundle together for such a low one-time price -Because we knew if we put all of our top design softwares in one easy to use place You would get the kick start they needed online - And the headstart on your competitors too.</p><p></p><p>And if we gave you the licence to SELL your creations too -</p><p>That’s an extra stream of income you didn’t have before.</p><h2><span style=\"color: rgb(255, 255, 255);\">That’s A Huge Win For You.✓</span></h2><p><strong></strong></p><p style=\"text-align: center;\">LIMITED TIME OFFER</p><p style=\"text-align: center;\"><strong>10 Design Tools... 1 CRAZY Low Price</strong></p><p style=\"text-align: center;\"><span style=\"font-weight: 300; font-family: Rubik;\"><em><strong>\'Dream Bundle\' -</strong> never pay for designs, or design tools again</em><u></u></span></p><span style=\"width: 100%;\"><img alt=\"\" width=\"679\" height=\"99\" title=\"footercta\" data-id=\"2253\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/footercta.png\" style=\"\"></span><h1 style=\"text-align: center;\">100% Money Back guarantee Price jumps to a monthly subscription as soon as this special offer expires</h1><span style=\"width: 100%;\"><img alt=\"\" width=\"1340\" height=\"1194\" title=\"sidebox (1)\" data-id=\"1051\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/sidebox-1.png\" style=\"\"></span><p><strong>Your DesignBundle Team</strong></p><p>P.S. You’ve already seen how DesignBundle is going to give you 10 superior design tools all under one roof - that are going to save you time, money and effort, reduce your risk at suffering at the hands of unreliable designers and improve the quality of your design work. Right now you are saving over $2,617 And 98% on the usual price - just by clicking the button above...but you ONLY have until the clock ticks to zero to get in for this one time price. Click now and get started right away:<strong> </strong></p><p>If you close this page and come back later, you risk paying a lot more for DesignBundle. <a href=\"#tve-jump-17f928ede85\" jump-animation=\"smooth\"><strong>Click HERE</strong></a> To Get it now so you don’t regret later. See you inside!</p><h2><strong>Notice:&nbsp;</strong>this is not a part of Google, the Facebook Website, or Facebook Inc.. Also, this site is NOTendorsed by Google or Facebook in any way, Facebook is a Trademark of Facebook inc.Every effort has been made to accurately represent the product(s) sold through this website and their potential. Any claims made or examples given are believed to be accurate, however, should not be relied on in any way in making a decision whether or not to purchase. Any testimonials and examples used are exceptional results, don’t apply to the average purchaser and are not intended to represent or guarantee that anyone will achieve the same or similar results. Each individual’s success depends on his or her background, dedication, desire and motivation as well as other factors not always known and sometimes beyond control. There is no guarantee you will duplicate the results stated here. You recognize any business endeavor has inherent risk for loss of capital. Basically, we can’t FORCE you to TAKE ACTION, so therefore we cannot promise success.<strong>Disclaimer:</strong> We do NOT believe in get rich quick programs. We believe in hard work, adding value and dedication to reach your goals. It’s a fact that one that does not take action will see no results whatsoever. The results featured on this page are not the norm and are extraordinary results from hard work, commitment and dedication by following through and taking action. You will get no results whatsoever if you assume by soaking up information products, joining program after program your life will change with riches. This is not for you. Your results are based upon your actions. If you want a magic button that will fulfil your life with riches then please leave this page and do NOT purchase. Our products are intended to help you share your message with the world whilst growing your business. We don’t make any guarantees about your own results because we don’t know you. Results in life are solely based on decisions made. We are here to help and guide you to move forward faster by giving you awesome content, direction and strategies to reach your end goal. Please check the content thoroughly on this page and that you are committed to taking relentless action and will put in the effort before you decide to make a purchase. If not then please leave this page and do not purchase.</h2><p style=\"color:black; font-size:12px; font-family:verdana\">Copyright ©: [tcb-script type=\"text/javascript\"]document.write( new Date().getFullYear() );[/tcb-script] - DesignBundle - All Rights Reserved</p><p style=\"text-align: center;\"><a href=\"https://designbundle.io/terms-conditions/\" target=\"_blank\" rel=\"noopener\">Terms &amp; Condition&nbsp;</a>|&nbsp;<a href=\"https://designbundle.io/privacy-policy/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">Privacy Policy</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/disclaimer/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">Earnings Disclaimer</a>&nbsp;|&nbsp;<a href=\"https://designbundle.io/cookie-policy/\" target=\"_blank\" rel=\"noopener\">Cookie Policy</a></p>','DesignBundle','','inherit','closed','closed','','715-revision-v1','','','2022-04-03 14:06:49','2022-04-03 14:06:49','',715,'https://sunfloris.com/wordpress/?p=842',0,'revision','',0),(843,1,'2022-04-03 14:09:52','2022-04-03 14:09:52','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:09:52','2022-04-03 14:09:52','',341,'https://sunfloris.com/wordpress/?p=843',0,'revision','',0),(844,1,'2022-04-03 14:09:53','2022-04-03 14:09:53','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:09:53','2022-04-03 14:09:53','',341,'https://sunfloris.com/wordpress/?p=844',0,'revision','',0),(845,1,'2022-04-03 14:09:53','2022-04-03 14:09:53','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:09:53','2022-04-03 14:09:53','',341,'https://sunfloris.com/wordpress/?p=845',0,'revision','',0),(850,1,'2022-04-03 14:13:03','2022-04-03 14:13:03','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:13:03','2022-04-03 14:13:03','',341,'https://sunfloris.com/wordpress/?p=850',0,'revision','',0),(847,1,'2022-04-03 14:12:40','2022-04-03 14:12:40','','imgpsh_fullsize_anim-2-768x402-1','','inherit','open','closed','','imgpsh_fullsize_anim-2-768x402-1','','','2022-04-03 14:12:40','2022-04-03 14:12:40','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg',0,'attachment','image/jpeg',0),(848,1,'2022-04-03 14:13:02','2022-04-03 14:13:02','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:13:02','2022-04-03 14:13:02','',341,'https://sunfloris.com/wordpress/?p=848',0,'revision','',0),(849,1,'2022-04-03 14:13:02','2022-04-03 14:13:02','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:13:02','2022-04-03 14:13:02','',341,'https://sunfloris.com/wordpress/?p=849',0,'revision','',0),(851,1,'2022-04-03 14:17:16','2022-04-03 14:17:16','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:17:16','2022-04-03 14:17:16','',341,'https://sunfloris.com/wordpress/?p=851',0,'revision','',0),(852,1,'2022-04-03 14:17:17','2022-04-03 14:17:17','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:17:17','2022-04-03 14:17:17','',341,'https://sunfloris.com/wordpress/?p=852',0,'revision','',0),(853,1,'2022-04-03 14:17:17','2022-04-03 14:17:17','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"#\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:17:17','2022-04-03 14:17:17','',341,'https://sunfloris.com/wordpress/?p=853',0,'revision','',0),(854,1,'2022-04-03 14:17:46','2022-04-03 14:17:46','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"#\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:17:46','2022-04-03 14:17:46','',341,'https://sunfloris.com/wordpress/?p=854',0,'revision','',0),(855,1,'2022-04-03 14:17:46','2022-04-03 14:17:46','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"#\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:17:46','2022-04-03 14:17:46','',341,'https://sunfloris.com/wordpress/?p=855',0,'revision','',0),(856,1,'2022-04-03 14:17:47','2022-04-03 14:17:47','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:17:47','2022-04-03 14:17:47','',341,'https://sunfloris.com/wordpress/?p=856',0,'revision','',0),(857,1,'2022-04-03 14:20:41','2022-04-03 14:20:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:20:41','2022-04-03 14:20:41','',341,'https://sunfloris.com/wordpress/?p=857',0,'revision','',0),(858,1,'2022-04-03 14:20:41','2022-04-03 14:20:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:20:41','2022-04-03 14:20:41','',341,'https://sunfloris.com/wordpress/?p=858',0,'revision','',0),(859,1,'2022-04-03 14:20:42','2022-04-03 14:20:42','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-04-03 14:20:42','2022-04-03 14:20:42','',341,'https://sunfloris.com/wordpress/?p=859',0,'revision','',0),(860,1,'2022-04-04 08:10:38','2022-04-04 08:10:38','https://sunfloris.com/wordpress/wp-content/uploads/2022/03/cropped-IMG-20200106-WA0004-1.jpg','cropped-IMG-20200106-WA0004-1.jpg','','inherit','open','closed','','cropped-img-20200106-wa0004-1-jpg','','','2022-04-04 08:10:38','2022-04-04 08:10:38','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/03/cropped-IMG-20200106-WA0004-1.jpg',0,'attachment','image/jpeg',0),(866,1,'2022-08-15 04:08:41','2022-08-15 04:08:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"https://sunfloris.com/wordpress/services/\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-08-15 04:08:41','2022-08-15 04:08:41','',9,'https://sunfloris.com/wordpress/?p=866',0,'revision','',0),(867,1,'2022-08-15 04:08:41','2022-08-15 04:08:41','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						Book Consultation\n					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"https://sunfloris.com/wordpress/services/\" role=\"button\">\n						View All Services\n					</a>\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','inherit','closed','closed','','9-revision-v1','','','2022-08-15 04:08:41','2022-08-15 04:08:41','',9,'https://sunfloris.com/wordpress/?p=867',0,'revision','',0),(878,1,'2022-08-15 09:54:18','2022-08-15 09:54:18','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Email Database</h4>\n						Now you can get your business products or services Sold out to our Email Database. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:54:18','2022-08-15 09:54:18','',341,'https://sunfloris.com/wordpress/?p=878',0,'revision','',0),(870,1,'2022-08-15 09:14:29','2022-08-15 09:14:29','','mobile-number-database-500x500','','inherit','open','closed','','mobile-number-database-500x500','','','2022-08-15 09:14:29','2022-08-15 09:14:29','',341,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/mobile-number-database-500x500-1.jpg',0,'attachment','image/jpeg',0),(871,1,'2022-08-15 09:39:05','2022-08-15 09:39:05','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:39:05','2022-08-15 09:39:05','',341,'https://sunfloris.com/wordpress/?p=871',0,'revision','',0),(872,1,'2022-08-15 09:39:05','2022-08-15 09:39:05','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n									<h4>\n						Square Video Ads Video Builder					</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n									<h4>\n						Stories Video Ads Video Builder					</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n									<h4>\n						Motion Text Animation Video Builder					</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		https://youtu.be/ww_7RZTBGSU		\n									<h4>\n						Picture Slideshow Video Builder					</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n									<h4>\n						Customized FX Pro Video Builder					</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"768\" height=\"402\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/imgpsh_fullsize_anim-2-768x402-1-300x157.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h4>\n						Vidjack Machine					</h4>\n						The Interactive Video Marketing Software for Online Business. Hijack, Secure & Turn any Youtube & Vimeo Videos into Profit Pulling Machine					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n															<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n									<h4>\n						DesignBundle Premium Apps					</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n															<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />															\n									<h4>\n						20 Countries Email Database					</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n															<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />															\n									<h4>\n						WhatsApp Bulk Sender App kit					</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:39:05','2022-08-15 09:39:05','',341,'https://sunfloris.com/wordpress/?p=872',0,'revision','',0),(875,1,'2022-08-15 09:51:58','2022-08-15 09:51:58','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>20 Countries Email Database</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:51:58','2022-08-15 09:51:58','',341,'https://sunfloris.com/wordpress/?p=875',0,'revision','',0),(876,1,'2022-08-15 09:51:58','2022-08-15 09:51:58','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>20 Countries Email Database</h4>\n						Now you can get your business products or services Sold Out to about 20 countries leveraging their database leads. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:51:58','2022-08-15 09:51:58','',341,'https://sunfloris.com/wordpress/?p=876',0,'revision','',0),(879,1,'2022-08-15 09:54:18','2022-08-15 09:54:18','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Email Database</h4>\n						Now you can get your business products or services Sold out to our Email Database. This will create more sales of your products and services, and bring you better profits					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:54:18','2022-08-15 09:54:18','',341,'https://sunfloris.com/wordpress/?p=879',0,'revision','',0),(883,1,'2022-08-15 10:58:04','2022-08-15 10:58:04','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Verified Nigeria Email Database</h4>\n						Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 10:58:04','2022-08-15 10:58:04','',341,'https://sunfloris.com/wordpress/?p=883',0,'revision','',0),(880,1,'2022-08-15 09:54:19','2022-08-15 09:54:19','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Verified Nigeria Email Database</h4>\n						Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 09:54:19','2022-08-15 09:54:19','',341,'https://sunfloris.com/wordpress/?p=880',0,'revision','',0),(881,1,'2022-08-15 10:58:04','2022-08-15 10:58:04','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Verified Nigeria Email Database</h4>\n						Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 10:58:04','2022-08-15 10:58:04','',341,'https://sunfloris.com/wordpress/?p=881',0,'revision','',0),(882,1,'2022-08-15 10:58:04','2022-08-15 10:58:04','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"1024\" height=\"682\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-1024x682.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-300x200.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1-768x511.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/SoftwareBox3-1-1.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n				<h4>DesignBundle Premium Apps</h4>\n						10 Professional, Easy To Use Design Apps For Less Than The Price of One! You will never pay for designs, or design tools again					\n					<a href=\"https://sunfloris.com/wordpress/designbundle/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Verified Nigeria Email Database</h4>\n						Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 10:58:04','2022-08-15 10:58:04','',341,'https://sunfloris.com/wordpress/?p=882',0,'revision','',0),(884,1,'2022-08-15 11:01:32','2022-08-15 11:01:32','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Verified Nigeria Email Database</h4>\n						Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 11:01:32','2022-08-15 11:01:32','',341,'https://sunfloris.com/wordpress/?p=884',0,'revision','',0),(885,1,'2022-08-15 11:01:32','2022-08-15 11:01:32','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://sunfloris.com/wordpress/vidjack/\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Verified Nigeria Email Database</h4>\n						Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 11:01:32','2022-08-15 11:01:32','',341,'https://sunfloris.com/wordpress/?p=885',0,'revision','',0),(886,1,'2022-08-15 11:01:32','2022-08-15 11:01:32','<h1>Our Softwares</h1>		\n			<h2>Checkout our Softwares.</h2>		\n		https://youtu.be/hAJayJxarSU		\n				<h4>Square Video Ads Video Builder</h4>\n						How to Create Square Video with Square Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SAVB\">\n						Find out More					</a>\n		https://youtu.be/kodHig2shpI		\n				<h4>Stories Video Ads Video Builder</h4>\n						How to Create Instagram Stories Video with Stories Video App Software with your Mobile Phone 					\n					<a href=\"https://selar.co/SVBA\">\n						Find out More					</a>\n		https://youtu.be/8lK3srJwr7w		\n				<h4>Motion Text Animation Video Builder</h4>\n						How to Create Animated Motion Text Videos with your Mobile Phone					\n					<a href=\"https://selar.co/MTAVB\">\n						Find out More					</a>\n		https://youtu.be/ww_7RZTBGSU		\n				<h4>Picture Slideshow Video Builder</h4>\n						How to Create Slideshow Video with Slideshow Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/SLVBA\">\n						Find out More					</a>\n		https://youtu.be/CwUjvhiOT7Q		\n				<h4>Customized FX Pro Video Builder</h4>\n						How to Create Engaging Video with Custom Video App Software with your Mobile Phone					\n					<a href=\"https://selar.co/CPVBA\">\n						Find out More					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/elementor/thumbs/mobile-number-database-500x500-1-ptal7ib071x3j50d0y4r3eu1dqtwkbz4b6suxm5j2o.jpg\" title=\"mobile-number-database-500&#215;500\" alt=\"mobile-number-database-500x500\" />														\n				<h4>20 Million Verified Phone Number Database</h4>\n						Get access to verified phone number database in Nigeria.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20purchasing%20the%20Phone%20Number%20Database.\">\n						Find out More					</a>\n												<img width=\"304\" height=\"166\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1.jpg 304w, https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download-1-300x164.jpg 300w\" sizes=\"(max-width: 304px) 100vw, 304px\" />														\n				<h4>Verified Nigeria Email Database</h4>\n						Now you can get your business products or services sold out to our Email Database using Email Marketing. This will create more sales for your products and services, and bring you better profits.					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20Email%20Database\">\n						Find out More					</a>\n												<img width=\"290\" height=\"174\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/04/download.jpg\" alt=\"\" loading=\"lazy\" />														\n				<h4>WhatsApp Bulk Sender App kit</h4>\n						This  will change your marketing, give you more leads, increase your sells and help you to gain more profits even as your build WhatsApp list with it					\n					<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20WhatsApp%20Bulk%20Sender%20App%20kit\">\n						Find out More					</a>\n			<a href=\"https://sunfloris.com/wordpress/softwares/\" role=\"button\">\n						Purchase any of our Softwares to Stand a Chance to Win a Free Intro Outro Video Builder Software.\n					</a>','Softwares','','inherit','closed','closed','','341-revision-v1','','','2022-08-15 11:01:32','2022-08-15 11:01:32','',341,'https://sunfloris.com/wordpress/?p=886',0,'revision','',0),(887,1,'2022-08-15 11:49:01','2022-08-15 11:49:01','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:01','2022-08-15 11:49:01','',13,'https://sunfloris.com/wordpress/?p=887',0,'revision','',0),(888,1,'2022-08-15 11:49:01','2022-08-15 11:49:01','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Our Services</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:01','2022-08-15 11:49:01','',13,'https://sunfloris.com/wordpress/?p=888',0,'revision','',0),(890,1,'2022-08-15 11:49:12','2022-08-15 11:49:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:12','2022-08-15 11:49:12','',13,'https://sunfloris.com/wordpress/?p=890',0,'revision','',0),(891,1,'2022-08-15 11:49:12','2022-08-15 11:49:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc...</p><p> </p><p> </p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:12','2022-08-15 11:49:12','',13,'https://sunfloris.com/wordpress/?p=891',0,'revision','',0),(892,1,'2022-08-15 11:49:12','2022-08-15 11:49:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:12','2022-08-15 11:49:12','',13,'https://sunfloris.com/wordpress/?p=892',0,'revision','',0),(893,1,'2022-08-15 11:49:35','2022-08-15 11:49:35','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:35','2022-08-15 11:49:35','',13,'https://sunfloris.com/wordpress/?p=893',0,'revision','',0),(894,1,'2022-08-15 11:49:35','2022-08-15 11:49:35','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:35','2022-08-15 11:49:35','',13,'https://sunfloris.com/wordpress/?p=894',0,'revision','',0),(895,1,'2022-08-15 11:49:35','2022-08-15 11:49:35','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:49:35','2022-08-15 11:49:35','',13,'https://sunfloris.com/wordpress/?p=895',0,'revision','',0),(899,1,'2022-08-15 11:51:22','2022-08-15 11:51:22','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:51:22','2022-08-15 11:51:22','',13,'https://sunfloris.com/wordpress/?p=899',0,'revision','',0),(897,1,'2022-08-15 11:51:22','2022-08-15 11:51:22','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:51:22','2022-08-15 11:51:22','',13,'https://sunfloris.com/wordpress/?p=897',0,'revision','',0),(898,1,'2022-08-15 11:51:22','2022-08-15 11:51:22','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:51:22','2022-08-15 11:51:22','',13,'https://sunfloris.com/wordpress/?p=898',0,'revision','',0),(900,1,'2022-08-15 11:51:49','2022-08-15 11:51:49','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:51:49','2022-08-15 11:51:49','',13,'https://sunfloris.com/wordpress/?p=900',0,'revision','',0),(901,1,'2022-08-15 11:51:49','2022-08-15 11:51:49','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:51:49','2022-08-15 11:51:49','',13,'https://sunfloris.com/wordpress/?p=901',0,'revision','',0),(902,1,'2022-08-15 11:51:49','2022-08-15 11:51:49','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:51:49','2022-08-15 11:51:49','',13,'https://sunfloris.com/wordpress/?p=902',0,'revision','',0),(903,1,'2022-08-15 11:52:13','2022-08-15 11:52:13','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:52:13','2022-08-15 11:52:13','',13,'https://sunfloris.com/wordpress/?p=903',0,'revision','',0),(904,1,'2022-08-15 11:52:13','2022-08-15 11:52:13','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:52:13','2022-08-15 11:52:13','',13,'https://sunfloris.com/wordpress/?p=904',0,'revision','',0),(1091,1,'2022-08-22 13:13:45','2022-08-22 13:13:45','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:13:45','2022-08-22 13:13:45','',13,'https://sunfloris.com/wordpress/?p=1091',0,'revision','',0),(905,1,'2022-08-15 11:52:13','2022-08-15 11:52:13','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:52:13','2022-08-15 11:52:13','',13,'https://sunfloris.com/wordpress/?p=905',0,'revision','',0),(906,1,'2022-08-15 11:53:04','2022-08-15 11:53:04','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:53:04','2022-08-15 11:53:04','',13,'https://sunfloris.com/wordpress/?p=906',0,'revision','',0),(907,1,'2022-08-15 11:53:05','2022-08-15 11:53:05','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:53:05','2022-08-15 11:53:05','',13,'https://sunfloris.com/wordpress/?p=907',0,'revision','',0),(908,1,'2022-08-15 11:53:05','2022-08-15 11:53:05','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 11:53:05','2022-08-15 11:53:05','',13,'https://sunfloris.com/wordpress/?p=908',0,'revision','',0),(909,1,'2022-08-15 12:00:52','2022-08-15 12:00:52','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:00:52','2022-08-15 12:00:52','',13,'https://sunfloris.com/wordpress/?p=909',0,'revision','',0),(910,1,'2022-08-15 12:00:52','2022-08-15 12:00:52','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:00:52','2022-08-15 12:00:52','',13,'https://sunfloris.com/wordpress/?p=910',0,'revision','',0),(911,1,'2022-08-15 12:00:52','2022-08-15 12:00:52','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:00:52','2022-08-15 12:00:52','',13,'https://sunfloris.com/wordpress/?p=911',0,'revision','',0),(912,1,'2022-08-15 12:01:31','2022-08-15 12:01:31','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:01:31','2022-08-15 12:01:31','',13,'https://sunfloris.com/wordpress/?p=912',0,'revision','',0),(913,1,'2022-08-15 12:01:31','2022-08-15 12:01:31','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:01:31','2022-08-15 12:01:31','',13,'https://sunfloris.com/wordpress/?p=913',0,'revision','',0),(914,1,'2022-08-15 12:01:31','2022-08-15 12:01:31','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:01:31','2022-08-15 12:01:31','',13,'https://sunfloris.com/wordpress/?p=914',0,'revision','',0),(915,1,'2022-08-15 12:02:12','2022-08-15 12:02:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:02:12','2022-08-15 12:02:12','',13,'https://sunfloris.com/wordpress/?p=915',0,'revision','',0),(916,1,'2022-08-15 12:02:12','2022-08-15 12:02:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:02:12','2022-08-15 12:02:12','',13,'https://sunfloris.com/wordpress/?p=916',0,'revision','',0),(917,1,'2022-08-15 12:02:12','2022-08-15 12:02:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:02:12','2022-08-15 12:02:12','',13,'https://sunfloris.com/wordpress/?p=917',0,'revision','',0),(918,1,'2022-08-15 12:02:39','2022-08-15 12:02:39','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:02:39','2022-08-15 12:02:39','',13,'https://sunfloris.com/wordpress/?p=918',0,'revision','',0),(919,1,'2022-08-15 12:02:39','2022-08-15 12:02:39','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"#\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:02:39','2022-08-15 12:02:39','',13,'https://sunfloris.com/wordpress/?p=919',0,'revision','',0),(920,1,'2022-08-15 12:02:39','2022-08-15 12:02:39','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-15 12:02:39','2022-08-15 12:02:39','',13,'https://sunfloris.com/wordpress/?p=920',0,'revision','',0),(1379,1,'2023-07-09 12:44:11','2023-02-10 22:36:44','','Mobile Marketing Services','','publish','closed','closed','','mobile-marketing-services','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=1379',3,'nav_menu_item','',0),(1380,1,'2023-02-10 22:40:45','2023-02-10 22:40:45','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:40:45','2023-02-10 22:40:45','',13,'https://sunfloris.com/wordpress/?p=1380',0,'revision','',0),(923,1,'2022-08-21 02:46:47','2022-08-21 02:46:47','','placeholder-611.png','','inherit','open','closed','','placeholder-611-png','','','2022-08-21 02:46:47','2022-08-21 02:46:47','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/placeholder-611.png',0,'attachment','image/png',0),(924,1,'2022-08-21 02:46:48','2022-08-21 02:46:48','','placeholder-612.png','','inherit','open','closed','','placeholder-612-png','','','2022-08-21 02:46:48','2022-08-21 02:46:48','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/placeholder-612.png',0,'attachment','image/png',0),(925,1,'2022-08-21 02:46:49','2022-08-21 02:46:49','','Call_to_Actions1.png','','inherit','open','closed','','call_to_actions1-png','','','2022-08-21 02:46:49','2022-08-21 02:46:49','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Call_to_Actions1.png',0,'attachment','image/png',0),(926,1,'2022-08-21 02:54:06','2022-08-21 02:54:06','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:54:06','2022-08-21 02:54:06','',13,'https://sunfloris.com/wordpress/?p=926',0,'revision','',0),(927,1,'2022-08-21 02:54:06','2022-08-21 02:54:06','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:54:06','2022-08-21 02:54:06','',13,'https://sunfloris.com/wordpress/?p=927',0,'revision','',0),(928,1,'2022-08-21 02:54:06','2022-08-21 02:54:06','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:54:06','2022-08-21 02:54:06','',13,'https://sunfloris.com/wordpress/?p=928',0,'revision','',0),(929,1,'2022-08-21 02:57:12','2022-08-21 02:57:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:57:12','2022-08-21 02:57:12','',13,'https://sunfloris.com/wordpress/?p=929',0,'revision','',0),(930,1,'2022-08-21 02:57:12','2022-08-21 02:57:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website Traffic Services</h4>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:57:12','2022-08-21 02:57:12','',13,'https://sunfloris.com/wordpress/?p=930',0,'revision','',0),(931,1,'2022-08-21 02:57:12','2022-08-21 02:57:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Over 90% of your visitors move to another tab while browsing<br />through your web page, service or product\".</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:57:12','2022-08-21 02:57:12','',13,'https://sunfloris.com/wordpress/?p=931',0,'revision','',0),(932,1,'2022-08-21 02:59:52','2022-08-21 02:59:52','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Over 90% of your visitors move to another tab while browsing<br />through your web page, service or product\".</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:59:52','2022-08-21 02:59:52','',13,'https://sunfloris.com/wordpress/?p=932',0,'revision','',0),(933,1,'2022-08-21 02:59:52','2022-08-21 02:59:52','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Over 90% of your visitors move to another tab while browsing<br />through your web page, service or product\".</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with our Traffic Softwares.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:59:52','2022-08-21 02:59:52','',13,'https://sunfloris.com/wordpress/?p=933',0,'revision','',0),(934,1,'2022-08-21 02:59:52','2022-08-21 02:59:52','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with using Tab Engagement Solution.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 02:59:52','2022-08-21 02:59:52','',13,'https://sunfloris.com/wordpress/?p=934',0,'revision','',0),(935,1,'2022-08-21 03:04:44','2022-08-21 03:04:44','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with using Tab Engagement Solution.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:04:44','2022-08-21 03:04:44','',13,'https://sunfloris.com/wordpress/?p=935',0,'revision','',0),(936,1,'2022-08-21 03:04:44','2022-08-21 03:04:44','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites. We can help you stop that with using Tab Engagement Solution.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:04:44','2022-08-21 03:04:44','',13,'https://sunfloris.com/wordpress/?p=936',0,'revision','',0),(937,1,'2022-08-21 03:04:45','2022-08-21 03:04:45','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:04:45','2022-08-21 03:04:45','',13,'https://sunfloris.com/wordpress/?p=937',0,'revision','',0),(938,1,'2022-08-21 03:05:15','2022-08-21 03:05:15','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:05:15','2022-08-21 03:05:15','',13,'https://sunfloris.com/wordpress/?p=938',0,'revision','',0),(939,1,'2022-08-21 03:05:16','2022-08-21 03:05:16','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:05:16','2022-08-21 03:05:16','',13,'https://sunfloris.com/wordpress/?p=939',0,'revision','',0),(940,1,'2022-08-21 03:05:16','2022-08-21 03:05:16','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:05:16','2022-08-21 03:05:16','',13,'https://sunfloris.com/wordpress/?p=940',0,'revision','',0),(944,1,'2022-08-21 03:06:52','2022-08-21 03:06:52','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:06:52','2022-08-21 03:06:52','',13,'https://sunfloris.com/wordpress/?p=944',0,'revision','',0),(942,1,'2022-08-21 03:06:51','2022-08-21 03:06:51','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:06:51','2022-08-21 03:06:51','',13,'https://sunfloris.com/wordpress/?p=942',0,'revision','',0),(943,1,'2022-08-21 03:06:51','2022-08-21 03:06:51','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:06:51','2022-08-21 03:06:51','',13,'https://sunfloris.com/wordpress/?p=943',0,'revision','',0),(945,1,'2022-08-21 03:09:20','2022-08-21 03:09:20','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:09:20','2022-08-21 03:09:20','',13,'https://sunfloris.com/wordpress/?p=945',0,'revision','',0),(946,1,'2022-08-21 03:09:20','2022-08-21 03:09:20','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:09:20','2022-08-21 03:09:20','',13,'https://sunfloris.com/wordpress/?p=946',0,'revision','',0),(947,1,'2022-08-21 03:09:20','2022-08-21 03:09:20','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:09:20','2022-08-21 03:09:20','',13,'https://sunfloris.com/wordpress/?p=947',0,'revision','',0),(948,1,'2022-08-21 03:28:07','2022-08-21 03:28:07','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:28:07','2022-08-21 03:28:07','',13,'https://sunfloris.com/wordpress/?p=948',0,'revision','',0),(949,1,'2022-08-21 03:28:07','2022-08-21 03:28:07','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness Is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:28:07','2022-08-21 03:28:07','',13,'https://sunfloris.com/wordpress/?p=949',0,'revision','',0),(950,1,'2022-08-21 03:28:07','2022-08-21 03:28:07','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-21 03:28:07','2022-08-21 03:28:07','',13,'https://sunfloris.com/wordpress/?p=950',0,'revision','',0),(951,1,'2022-08-22 08:35:56','2022-08-22 08:35:56','','domain-registration.png','','inherit','open','closed','','domain-registration-png','','','2022-08-22 08:35:56','2022-08-22 08:35:56','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png',0,'attachment','image/png',0),(952,1,'2022-08-22 08:35:56','2022-08-22 08:35:56','','viral-marketing.png','','inherit','open','closed','','viral-marketing-png','','','2022-08-22 08:35:56','2022-08-22 08:35:56','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png',0,'attachment','image/png',0),(953,1,'2022-08-22 08:35:56','2022-08-22 08:35:56','','analytics.png','','inherit','open','closed','','analytics-png','','','2022-08-22 08:35:56','2022-08-22 08:35:56','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png',0,'attachment','image/png',0),(954,1,'2022-08-22 08:45:23','2022-08-22 08:45:23','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 08:45:23','2022-08-22 08:45:23','',13,'https://sunfloris.com/wordpress/?p=954',0,'revision','',0),(955,1,'2022-08-22 08:45:23','2022-08-22 08:45:23','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 08:45:23','2022-08-22 08:45:23','',13,'https://sunfloris.com/wordpress/?p=955',0,'revision','',0),(956,1,'2022-08-22 08:45:24','2022-08-22 08:45:24','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 08:45:24','2022-08-22 08:45:24','',13,'https://sunfloris.com/wordpress/?p=956',0,'revision','',0),(957,1,'2022-08-22 08:45:54','2022-08-22 08:45:54','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 08:45:54','2022-08-22 08:45:54','',13,'https://sunfloris.com/wordpress/?p=957',0,'revision','',0),(958,1,'2022-08-22 08:45:55','2022-08-22 08:45:55','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 08:45:55','2022-08-22 08:45:55','',13,'https://sunfloris.com/wordpress/?p=958',0,'revision','',0),(959,1,'2022-08-22 08:45:55','2022-08-22 08:45:55','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 08:45:55','2022-08-22 08:45:55','',13,'https://sunfloris.com/wordpress/?p=959',0,'revision','',0),(963,1,'2022-08-22 09:08:27','2022-08-22 09:08:27','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:08:27','2022-08-22 09:08:27','',13,'https://sunfloris.com/wordpress/?p=963',0,'revision','',0),(961,1,'2022-08-22 09:08:26','2022-08-22 09:08:26','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:08:26','2022-08-22 09:08:26','',13,'https://sunfloris.com/wordpress/?p=961',0,'revision','',0),(962,1,'2022-08-22 09:08:26','2022-08-22 09:08:26','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:08:26','2022-08-22 09:08:26','',13,'https://sunfloris.com/wordpress/?p=962',0,'revision','',0);
INSERT INTO `wpjn_posts` VALUES (964,1,'2022-08-22 09:10:12','2022-08-22 09:10:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:10:12','2022-08-22 09:10:12','',13,'https://sunfloris.com/wordpress/?p=964',0,'revision','',0),(965,1,'2022-08-22 09:10:12','2022-08-22 09:10:12','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:10:12','2022-08-22 09:10:12','',13,'https://sunfloris.com/wordpress/?p=965',0,'revision','',0),(966,1,'2022-08-22 09:10:13','2022-08-22 09:10:13','<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h1>Our Services</h1>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:10:13','2022-08-22 09:10:13','',13,'https://sunfloris.com/wordpress/?p=966',0,'revision','',0),(970,1,'2022-08-22 09:14:53','2022-08-22 09:14:53','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:14:53','2022-08-22 09:14:53','',13,'https://sunfloris.com/wordpress/?p=970',0,'revision','',0),(968,1,'2022-08-22 09:14:52','2022-08-22 09:14:52','<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h1>Our Services</h1>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:14:52','2022-08-22 09:14:52','',13,'https://sunfloris.com/wordpress/?p=968',0,'revision','',0),(969,1,'2022-08-22 09:14:52','2022-08-22 09:14:52','<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h1>Our Services</h1>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h2>How can we help you?</h2>		\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 09:14:52','2022-08-22 09:14:52','',13,'https://sunfloris.com/wordpress/?p=969',0,'revision','',0),(971,1,'2022-08-22 10:27:01','2022-08-22 10:27:01','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','publish','closed','closed','','webengage-services','','','2022-08-22 11:13:05','2022-08-22 11:13:05','',0,'https://sunfloris.com/wordpress/?page_id=971',0,'page','',0),(972,1,'2022-08-22 10:20:49','2022-08-22 10:20:49','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 10:20:49','2022-08-22 10:20:49','',13,'https://sunfloris.com/wordpress/?p=972',0,'revision','',0),(973,1,'2022-08-22 10:20:49','2022-08-22 10:20:49','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 10:20:49','2022-08-22 10:20:49','',13,'https://sunfloris.com/wordpress/?p=973',0,'revision','',0),(1030,1,'2022-08-22 11:14:15','2022-08-22 11:14:15','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 11:14:15','2022-08-22 11:14:15','',13,'https://sunfloris.com/wordpress/?p=1030',0,'revision','',0),(974,1,'2022-08-22 10:20:50','2022-08-22 10:20:50','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 10:20:50','2022-08-22 10:20:50','',13,'https://sunfloris.com/wordpress/?p=974',0,'revision','',0),(975,1,'2022-08-22 10:24:30','2022-08-22 10:24:30','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 10:24:30','2022-08-22 10:24:30','',13,'https://sunfloris.com/wordpress/?p=975',0,'revision','',0),(976,1,'2022-08-22 10:24:30','2022-08-22 10:24:30','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 10:24:30','2022-08-22 10:24:30','',13,'https://sunfloris.com/wordpress/?p=976',0,'revision','',0),(977,1,'2022-08-22 10:24:31','2022-08-22 10:24:31','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 10:24:31','2022-08-22 10:24:31','',13,'https://sunfloris.com/wordpress/?p=977',0,'revision','',0),(1031,1,'2022-08-22 11:14:32','2022-08-22 11:14:32','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 11:14:32','2022-08-22 11:14:32','',13,'https://sunfloris.com/wordpress/?p=1031',0,'revision','',0),(1022,1,'2022-08-22 11:09:55','2022-08-22 11:09:55','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:09:55','2022-08-22 11:09:55','',971,'https://sunfloris.com/wordpress/?p=1022',0,'revision','',0),(979,1,'2022-08-22 10:30:14','2022-08-22 10:30:14','','placeholder-1.png','','inherit','open','closed','','placeholder-1-png','','','2022-08-22 10:30:14','2022-08-22 10:30:14','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/placeholder-1.png',0,'attachment','image/png',0),(980,1,'2022-08-22 10:33:13','2022-08-22 10:33:13','','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:33:13','2022-08-22 10:33:13','',971,'https://sunfloris.com/wordpress/?p=980',0,'revision','',0),(981,1,'2022-08-22 10:33:13','2022-08-22 10:33:13','','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:33:13','2022-08-22 10:33:13','',971,'https://sunfloris.com/wordpress/?p=981',0,'revision','',0),(982,1,'2022-08-22 10:33:14','2022-08-22 10:33:14','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:33:14','2022-08-22 10:33:14','',971,'https://sunfloris.com/wordpress/?p=982',0,'revision','',0),(983,1,'2022-08-22 10:33:44','2022-08-22 10:33:44','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:33:44','2022-08-22 10:33:44','',971,'https://sunfloris.com/wordpress/?p=983',0,'revision','',0),(984,1,'2022-08-22 10:33:44','2022-08-22 10:33:44','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:33:44','2022-08-22 10:33:44','',971,'https://sunfloris.com/wordpress/?p=984',0,'revision','',0),(985,1,'2022-08-22 10:33:44','2022-08-22 10:33:44','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:33:44','2022-08-22 10:33:44','',971,'https://sunfloris.com/wordpress/?p=985',0,'revision','',0),(986,1,'2022-08-22 10:36:38','2022-08-22 10:36:38','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:36:38','2022-08-22 10:36:38','',971,'https://sunfloris.com/wordpress/?p=986',0,'revision','',0),(987,1,'2022-08-22 10:36:38','2022-08-22 10:36:38','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:36:38','2022-08-22 10:36:38','',971,'https://sunfloris.com/wordpress/?p=987',0,'revision','',0),(988,1,'2022-08-22 10:36:38','2022-08-22 10:36:38','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:36:38','2022-08-22 10:36:38','',971,'https://sunfloris.com/wordpress/?p=988',0,'revision','',0),(989,1,'2022-08-22 10:37:03','2022-08-22 10:37:03','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:37:03','2022-08-22 10:37:03','',971,'https://sunfloris.com/wordpress/?p=989',0,'revision','',0),(990,1,'2022-08-22 10:37:03','2022-08-22 10:37:03','<h4>About the company</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:37:03','2022-08-22 10:37:03','',971,'https://sunfloris.com/wordpress/?p=990',0,'revision','',0),(994,1,'2022-08-22 10:38:57','2022-08-22 10:38:57','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:38:57','2022-08-22 10:38:57','',971,'https://sunfloris.com/wordpress/?p=994',0,'revision','',0),(991,1,'2022-08-22 10:37:04','2022-08-22 10:37:04','<h4>WebEnagage Services</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:37:04','2022-08-22 10:37:04','',971,'https://sunfloris.com/wordpress/?p=991',0,'revision','',0),(992,1,'2022-08-22 10:38:57','2022-08-22 10:38:57','<h4>WebEnagage Services</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:38:57','2022-08-22 10:38:57','',971,'https://sunfloris.com/wordpress/?p=992',0,'revision','',0),(993,1,'2022-08-22 10:38:57','2022-08-22 10:38:57','<h4>WebEnagage Services</h4>		\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</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:38:57','2022-08-22 10:38:57','',971,'https://sunfloris.com/wordpress/?p=993',0,'revision','',0),(995,1,'2022-08-22 10:53:35','2022-08-22 10:53:35','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:53:35','2022-08-22 10:53:35','',971,'https://sunfloris.com/wordpress/?p=995',0,'revision','',0),(996,1,'2022-08-22 10:53:35','2022-08-22 10:53:35','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:53:35','2022-08-22 10:53:35','',971,'https://sunfloris.com/wordpress/?p=996',0,'revision','',0),(997,1,'2022-08-22 10:53:35','2022-08-22 10:53:35','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                         ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:53:35','2022-08-22 10:53:35','',971,'https://sunfloris.com/wordpress/?p=997',0,'revision','',0),(998,1,'2022-08-22 10:55:09','2022-08-22 10:55:09','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                         ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:55:09','2022-08-22 10:55:09','',971,'https://sunfloris.com/wordpress/?p=998',0,'revision','',0),(999,1,'2022-08-22 10:55:09','2022-08-22 10:55:09','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                         ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:55:09','2022-08-22 10:55:09','',971,'https://sunfloris.com/wordpress/?p=999',0,'revision','',0),(1000,1,'2022-08-22 10:55:10','2022-08-22 10:55:10','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:55:10','2022-08-22 10:55:10','',971,'https://sunfloris.com/wordpress/?p=1000',0,'revision','',0),(1001,1,'2022-08-22 10:56:33','2022-08-22 10:56:33','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:56:33','2022-08-22 10:56:33','',971,'https://sunfloris.com/wordpress/?p=1001',0,'revision','',0),(1002,1,'2022-08-22 10:56:33','2022-08-22 10:56:33','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:56:33','2022-08-22 10:56:33','',971,'https://sunfloris.com/wordpress/?p=1002',0,'revision','',0),(1003,1,'2022-08-22 10:56:33','2022-08-22 10:56:33','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 10:56:33','2022-08-22 10:56:33','',971,'https://sunfloris.com/wordpress/?p=1003',0,'revision','',0),(1004,1,'2022-08-22 11:02:52','2022-08-22 11:02:52','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:02:52','2022-08-22 11:02:52','',971,'https://sunfloris.com/wordpress/?p=1004',0,'revision','',0),(1005,1,'2022-08-22 11:02:52','2022-08-22 11:02:52','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        Unlimited calls\n                </li>\n                            <li>\n                                        Free hosting\n                </li>\n                            <li>\n                                        500 MB of storage space\n                </li>\n                            <li>\n                                        500 MB Bandwidth\n                </li>\n                            <li>\n                                        24/7 support\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:02:52','2022-08-22 11:02:52','',971,'https://sunfloris.com/wordpress/?p=1005',0,'revision','',0),(1006,1,'2022-08-22 11:02:52','2022-08-22 11:02:52','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:02:52','2022-08-22 11:02:52','',971,'https://sunfloris.com/wordpress/?p=1006',0,'revision','',0),(1007,1,'2022-08-22 11:04:25','2022-08-22 11:04:25','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:04:25','2022-08-22 11:04:25','',971,'https://sunfloris.com/wordpress/?p=1007',0,'revision','',0),(1008,1,'2022-08-22 11:04:25','2022-08-22 11:04:25','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                    Choose Plan                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:04:25','2022-08-22 11:04:25','',971,'https://sunfloris.com/wordpress/?p=1008',0,'revision','',0),(1009,1,'2022-08-22 11:04:25','2022-08-22 11:04:25','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:04:25','2022-08-22 11:04:25','',971,'https://sunfloris.com/wordpress/?p=1009',0,'revision','',0),(1010,1,'2022-08-22 11:06:12','2022-08-22 11:06:12','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:06:12','2022-08-22 11:06:12','',971,'https://sunfloris.com/wordpress/?p=1010',0,'revision','',0),(1011,1,'2022-08-22 11:06:12','2022-08-22 11:06:12','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:06:12','2022-08-22 11:06:12','',971,'https://sunfloris.com/wordpress/?p=1011',0,'revision','',0),(1012,1,'2022-08-22 11:06:12','2022-08-22 11:06:12','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:06:12','2022-08-22 11:06:12','',971,'https://sunfloris.com/wordpress/?p=1012',0,'revision','',0),(1013,1,'2022-08-22 11:06:52','2022-08-22 11:06:52','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:06:52','2022-08-22 11:06:52','',971,'https://sunfloris.com/wordpress/?p=1013',0,'revision','',0),(1014,1,'2022-08-22 11:06:52','2022-08-22 11:06:52','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:06:52','2022-08-22 11:06:52','',971,'https://sunfloris.com/wordpress/?p=1014',0,'revision','',0),(1015,1,'2022-08-22 11:06:52','2022-08-22 11:06:52','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:06:52','2022-08-22 11:06:52','',971,'https://sunfloris.com/wordpress/?p=1015',0,'revision','',0),(1016,1,'2022-08-22 11:07:43','2022-08-22 11:07:43','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:07:43','2022-08-22 11:07:43','',971,'https://sunfloris.com/wordpress/?p=1016',0,'revision','',0),(1017,1,'2022-08-22 11:07:44','2022-08-22 11:07:44','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:07:44','2022-08-22 11:07:44','',971,'https://sunfloris.com/wordpress/?p=1017',0,'revision','',0),(1018,1,'2022-08-22 11:07:44','2022-08-22 11:07:44','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:07:44','2022-08-22 11:07:44','',971,'https://sunfloris.com/wordpress/?p=1018',0,'revision','',0),(1019,1,'2022-08-22 11:08:36','2022-08-22 11:08:36','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:08:36','2022-08-22 11:08:36','',971,'https://sunfloris.com/wordpress/?p=1019',0,'revision','',0),(1020,1,'2022-08-22 11:08:36','2022-08-22 11:08:36','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:08:36','2022-08-22 11:08:36','',971,'https://sunfloris.com/wordpress/?p=1020',0,'revision','',0),(1021,1,'2022-08-22 11:08:36','2022-08-22 11:08:36','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:08:36','2022-08-22 11:08:36','',971,'https://sunfloris.com/wordpress/?p=1021',0,'revision','',0),(1023,1,'2022-08-22 11:09:56','2022-08-22 11:09:56','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:09:56','2022-08-22 11:09:56','',971,'https://sunfloris.com/wordpress/?p=1023',0,'revision','',0),(1024,1,'2022-08-22 11:09:56','2022-08-22 11:09:56','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:09:56','2022-08-22 11:09:56','',971,'https://sunfloris.com/wordpress/?p=1024',0,'revision','',0),(1025,1,'2022-08-22 11:13:05','2022-08-22 11:13:05','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:13:05','2022-08-22 11:13:05','',971,'https://sunfloris.com/wordpress/?p=1025',0,'revision','',0),(1026,1,'2022-08-22 11:13:05','2022-08-22 11:13:05','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:13:05','2022-08-22 11:13:05','',971,'https://sunfloris.com/wordpress/?p=1026',0,'revision','',0),(1027,1,'2022-08-22 11:13:05','2022-08-22 11:13:05','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','WebEngage Services','','inherit','closed','closed','','971-revision-v1','','','2022-08-22 11:13:05','2022-08-22 11:13:05','',971,'https://sunfloris.com/wordpress/?p=1027',0,'revision','',0),(1028,1,'2022-08-22 11:14:14','2022-08-22 11:14:14','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 11:14:14','2022-08-22 11:14:14','',13,'https://sunfloris.com/wordpress/?p=1028',0,'revision','',0),(1029,1,'2022-08-22 11:14:14','2022-08-22 11:14:14','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>ChatBots Services</h4>		\n		<p>A Virtual Assistant A.I Based Conversational Marketing &amp; “Chat Agent” Services. Rapidly Grow, Convert Sales to Prospects, &amp; Scale Your Business Using Next-Generation. Smart Chat Automation &amp; Website Spokesperson! Leverage Futuristic ‘Artificial Intelligence’ Technology To Skyrocket Your Sales and Lead.</p><p>Our ChatBots can collect Leads and Boost your Sales, Book your Appointments on your Behalf, Make Sales for you.</p><p>Our ChatBot can be your Virtual Assistant… We can embed them on your Website or Landing Pages, with Call to Action Buttons.</p>		\n			<a href=\"https://skillabundance.com/sendo/\" role=\"button\">\n						Click here\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h3>Website Engagement Services: Tab Idleness is Real. \nAnd it’s been killing your conversions online!</h3>		\n		https://vimeo.com/741514942/54040f5257<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product\".</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\" role=\"button\">\n						Start a 7 - days free trial\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 11:14:14','2022-08-22 11:14:14','',13,'https://sunfloris.com/wordpress/?p=1029',0,'revision','',0),(1032,1,'2022-08-22 11:14:32','2022-08-22 11:14:32','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 11:14:32','2022-08-22 11:14:32','',13,'https://sunfloris.com/wordpress/?p=1032',0,'revision','',0),(1065,1,'2022-08-22 12:13:27','2022-08-22 12:13:27','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 12:13:27','2022-08-22 12:13:27','',13,'https://sunfloris.com/wordpress/?p=1065',0,'revision','',0),(1033,1,'2022-08-22 11:14:32','2022-08-22 11:14:32','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 11:14:32','2022-08-22 11:14:32','',13,'https://sunfloris.com/wordpress/?p=1033',0,'revision','',0),(1036,1,'2022-08-22 11:17:14','2022-08-22 11:17:14','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Video Marketing Services','','publish','closed','closed','','videomarketing','','','2022-08-22 12:12:08','2022-08-22 12:12:08','',0,'https://sunfloris.com/wordpress/?page_id=1036',0,'page','',0),(1049,1,'2022-08-22 12:02:52','2022-08-22 12:02:52','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n                        <h2></h2>\n                                <ul>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:02:52','2022-08-22 12:02:52','',1036,'https://sunfloris.com/wordpress/?p=1049',0,'revision','',0),(1046,1,'2022-08-22 11:59:15','2022-08-22 11:59:15','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741844269/b65d0b4009https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:59:15','2022-08-22 11:59:15','',1036,'https://sunfloris.com/wordpress/?p=1046',0,'revision','',0),(1037,1,'2022-08-22 11:17:44','2022-08-22 11:17:44','<h4>WebEnagage Services</h4>		\n		<p>Tab Idleness is Real. And it’s been killing your conversions online!</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:17:44','2022-08-22 11:17:44','',1036,'https://sunfloris.com/wordpress/?p=1037',0,'revision','',0),(1038,1,'2022-08-22 11:51:16','2022-08-22 11:51:16','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:51:16','2022-08-22 11:51:16','',1036,'https://sunfloris.com/wordpress/?p=1038',0,'revision','',0),(1039,1,'2022-08-22 11:51:16','2022-08-22 11:51:16','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:51:16','2022-08-22 11:51:16','',1036,'https://sunfloris.com/wordpress/?p=1039',0,'revision','',0),(1040,1,'2022-08-22 11:51:16','2022-08-22 11:51:16','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:51:16','2022-08-22 11:51:16','',1036,'https://sunfloris.com/wordpress/?p=1040',0,'revision','',0),(1041,1,'2022-08-22 11:57:32','2022-08-22 11:57:32','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:57:32','2022-08-22 11:57:32','',1036,'https://sunfloris.com/wordpress/?p=1041',0,'revision','',0),(1042,1,'2022-08-22 11:57:32','2022-08-22 11:57:32','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741514942/54040f5257		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:57:32','2022-08-22 11:57:32','',1036,'https://sunfloris.com/wordpress/?p=1042',0,'revision','',0),(1043,1,'2022-08-22 11:57:32','2022-08-22 11:57:32','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:57:32','2022-08-22 11:57:32','',1036,'https://sunfloris.com/wordpress/?p=1043',0,'revision','',0),(1044,1,'2022-08-22 11:59:14','2022-08-22 11:59:14','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:59:14','2022-08-22 11:59:14','',1036,'https://sunfloris.com/wordpress/?p=1044',0,'revision','',0),(1045,1,'2022-08-22 11:59:14','2022-08-22 11:59:14','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>Over 90% of your visitors move to another tab while browsing through your web page, service or product”.</p><p>Do you know that every website on this planet is leaking traffic? That too 40-60% of total visitors in a just few seconds after they visit your page.</p><p>Yes, these visitors come ONCE to your webpage and then switch to another tab. Most likely when you are reading this, you may be also having multiple tabs open in your browser. This results in your visitor staying distracted which leads to lower engagement &amp; conversion rates on your websites.</p><p>We can help you stop that with using Tab Engagement Solution.</p><p>We will help you drive traffic to your Website and Keep your Visitors Glued to your Website. </p><ul><li><strong>Capture your user’s attention whenever they switch tabs.</strong></li><li><strong>Recover up to 70% of your lost traffic and drive distracted visitors back to your website.</strong></li><li><strong>Boost your website conversions by driving more traffic back to the website.</strong></li></ul>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 11:59:14','2022-08-22 11:59:14','',1036,'https://sunfloris.com/wordpress/?p=1045',0,'revision','',0),(1047,1,'2022-08-22 12:02:51','2022-08-22 12:02:51','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741844269/b65d0b4009https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:02:51','2022-08-22 12:02:51','',1036,'https://sunfloris.com/wordpress/?p=1047',0,'revision','',0),(1048,1,'2022-08-22 12:02:52','2022-08-22 12:02:52','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing</p>https://vimeo.com/741844269/b65d0b4009https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n                        <h2>Yearly Plan</h2>\n                        ₦10,000 Naira\n                                <ul>\n                            <li>\n                                        One Website\n                </li>\n                            <li>\n                                        One Campaign\n                </li>\n                            <li>\n                                        Unlimited Webpages\n                </li>\n                            <li>\n                                        Unlimited Messages\n                </li>\n                            <li>\n                                        Unlimited Page Views\n                </li>\n                            <li>\n                                        24/7 Unlimited Support\n                </li>\n                            <li>\n                                        Live Website Data Statistics\n                </li>\n                            <li>\n                                        Sound Tab Notification\n                </li>\n                            <li>\n                                        Custom Favicon and Emojis\n                </li>\n                            <li>\n                                        Facebook™ Style Notification Dot\n                </li>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:02:52','2022-08-22 12:02:52','',1036,'https://sunfloris.com/wordpress/?p=1048',0,'revision','',0),(1050,1,'2022-08-22 12:07:32','2022-08-22 12:07:32','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n                        <h2></h2>\n                                <ul>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:07:32','2022-08-22 12:07:32','',1036,'https://sunfloris.com/wordpress/?p=1050',0,'revision','',0),(1051,1,'2022-08-22 12:07:32','2022-08-22 12:07:32','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n                        <h2></h2>\n                                <ul>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:07:32','2022-08-22 12:07:32','',1036,'https://sunfloris.com/wordpress/?p=1051',0,'revision','',0),(1055,1,'2022-08-22 12:08:17','2022-08-22 12:08:17','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:08:17','2022-08-22 12:08:17','',1036,'https://sunfloris.com/wordpress/?p=1055',0,'revision','',0),(1052,1,'2022-08-22 12:07:32','2022-08-22 12:07:32','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>\n                        <h2></h2>\n                                <ul>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:07:32','2022-08-22 12:07:32','',1036,'https://sunfloris.com/wordpress/?p=1052',0,'revision','',0),(1053,1,'2022-08-22 12:08:17','2022-08-22 12:08:17','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>\n                        <h2></h2>\n                                <ul>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:08:17','2022-08-22 12:08:17','',1036,'https://sunfloris.com/wordpress/?p=1053',0,'revision','',0),(1054,1,'2022-08-22 12:08:17','2022-08-22 12:08:17','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>\n                        <h2></h2>\n                                <ul>\n                            <li>\n                                        Message Frequency Customization\n                </li>\n                    </ul>\n                        <a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Traffic%20Services.%20Thank%20You.\"  >\n                                                                                                    Start a 3 - days free trial                                                    </a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:08:17','2022-08-22 12:08:17','',1036,'https://sunfloris.com/wordpress/?p=1054',0,'revision','',0),(1066,1,'2022-08-22 12:14:52','2022-08-22 12:14:52','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','publish','closed','closed','','websitedesign','','','2022-08-22 13:10:16','2022-08-22 13:10:16','',0,'https://sunfloris.com/wordpress/?page_id=1066',0,'page','',0),(1063,1,'2022-08-22 12:13:27','2022-08-22 12:13:27','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 12:13:27','2022-08-22 12:13:27','',13,'https://sunfloris.com/wordpress/?p=1063',0,'revision','',0),(1057,1,'2022-08-22 12:11:08','2022-08-22 12:11:08','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:11:08','2022-08-22 12:11:08','',1036,'https://sunfloris.com/wordpress/?p=1057',0,'revision','',0),(1058,1,'2022-08-22 12:11:08','2022-08-22 12:11:08','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:11:08','2022-08-22 12:11:08','',1036,'https://sunfloris.com/wordpress/?p=1058',0,'revision','',0),(1059,1,'2022-08-22 12:11:08','2022-08-22 12:11:08','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:11:08','2022-08-22 12:11:08','',1036,'https://sunfloris.com/wordpress/?p=1059',0,'revision','',0),(1060,1,'2022-08-22 12:12:08','2022-08-22 12:12:08','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:12:08','2022-08-22 12:12:08','',1036,'https://sunfloris.com/wordpress/?p=1060',0,'revision','',0),(1061,1,'2022-08-22 12:12:08','2022-08-22 12:12:08','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:12:08','2022-08-22 12:12:08','',1036,'https://sunfloris.com/wordpress/?p=1061',0,'revision','',0),(1062,1,'2022-08-22 12:12:08','2022-08-22 12:12:08','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Video Marketing Services','','inherit','closed','closed','','1036-revision-v1','','','2022-08-22 12:12:08','2022-08-22 12:12:08','',1036,'https://sunfloris.com/wordpress/?p=1062',0,'revision','',0),(1064,1,'2022-08-22 12:13:27','2022-08-22 12:13:27','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>White Board Video Animation Services</h4>		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos with our White Board Animation Skills. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos may be a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Whiteboard%20Animation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Video Marketing Services</h4>		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 12:13:27','2022-08-22 12:13:27','',13,'https://sunfloris.com/wordpress/?p=1064',0,'revision','',0),(1067,1,'2022-08-22 12:16:31','2022-08-22 12:16:31','<h4>Video Marketing Services</h4>		\n		<p>Why Video Marketing.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:16:31','2022-08-22 12:16:31','',1066,'https://sunfloris.com/wordpress/?p=1067',0,'revision','',0),(1068,1,'2022-08-22 12:36:51','2022-08-22 12:36:51','<h4>Video Marketing Services</h4>		\n		<p>Why Us</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:36:51','2022-08-22 12:36:51','',1066,'https://sunfloris.com/wordpress/?p=1068',0,'revision','',0),(1069,1,'2022-08-22 12:36:51','2022-08-22 12:36:51','<h4>Video Marketing Services</h4>		\n		<p>Why Us</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:36:51','2022-08-22 12:36:51','',1066,'https://sunfloris.com/wordpress/?p=1069',0,'revision','',0),(1070,1,'2022-08-22 12:36:52','2022-08-22 12:36:52','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:36:52','2022-08-22 12:36:52','',1066,'https://sunfloris.com/wordpress/?p=1070',0,'revision','',0),(1071,1,'2022-08-22 12:40:07','2022-08-22 12:40:07','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:40:07','2022-08-22 12:40:07','',1066,'https://sunfloris.com/wordpress/?p=1071',0,'revision','',0),(1072,1,'2022-08-22 12:40:08','2022-08-22 12:40:08','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We Provide Video Marketing Services for our Clients.. We use Artificial Intelligence Video Software to create Amazing and Captivating Videos.. From Product Launch Videos, Explainer Videos, Text Animations Videos, Sales Video, etc… We help create awareness of your Business through Videos…</p><p>From Avatar Videos, Real Estate Videos, 360 Videos, Testimonial Videos, Social Media Videos, etc…</p><p>We Offer our Services at an Affordable Price.</p>		\n		<p>Whiteboard Animations</p>https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:40:08','2022-08-22 12:40:08','',1066,'https://sunfloris.com/wordpress/?p=1072',0,'revision','',0),(1080,1,'2022-08-22 13:07:52','2022-08-22 13:07:52','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:07:52','2022-08-22 13:07:52','',1066,'https://sunfloris.com/wordpress/?p=1080',0,'revision','',0),(1073,1,'2022-08-22 12:40:08','2022-08-22 12:40:08','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites, etc..</li></ol>		\n		https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:40:08','2022-08-22 12:40:08','',1066,'https://sunfloris.com/wordpress/?p=1073',0,'revision','',0),(1074,1,'2022-08-22 12:52:33','2022-08-22 12:52:33','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites, etc..</li></ol>		\n		https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:52:33','2022-08-22 12:52:33','',1066,'https://sunfloris.com/wordpress/?p=1074',0,'revision','',0),(1075,1,'2022-08-22 12:52:33','2022-08-22 12:52:33','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741844269/b65d0b4009		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites, etc..</li></ol>		\n		https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:52:33','2022-08-22 12:52:33','',1066,'https://sunfloris.com/wordpress/?p=1075',0,'revision','',0),(1076,1,'2022-08-22 12:52:33','2022-08-22 12:52:33','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites, etc..</li></ol>		\n		https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 12:52:33','2022-08-22 12:52:33','',1066,'https://sunfloris.com/wordpress/?p=1076',0,'revision','',0),(1081,1,'2022-08-22 13:08:06','2022-08-22 13:08:06','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:08:06','2022-08-22 13:08:06','',1066,'https://sunfloris.com/wordpress/?p=1081',0,'revision','',0),(1078,1,'2022-08-22 13:07:52','2022-08-22 13:07:52','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites, etc..</li></ol>		\n		https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:07:52','2022-08-22 13:07:52','',1066,'https://sunfloris.com/wordpress/?p=1078',0,'revision','',0),(1079,1,'2022-08-22 13:07:52','2022-08-22 13:07:52','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites, etc..</li></ol>		\n		https://vimeo.com/741849634/61950e751a		\n		<p>We Provide White Board Animation Services for our Clients. We design Explainer Videos using White Board Animation Softwares. Give an unexpected twist to your story with a stunning whiteboard animation video.</p><p>If you are looking for a way to let your story unfold in an inviting and fun-to-watch way, animated whiteboard videos is a perfect choice. As a method to share your message, whiteboard animations stand out for being simple, yet welcoming and effective.</p>https://vimeo.com/741851817/6587d16b7b		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:07:52','2022-08-22 13:07:52','',1066,'https://sunfloris.com/wordpress/?p=1079',0,'revision','',0),(1082,1,'2022-08-22 13:08:06','2022-08-22 13:08:06','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:08:06','2022-08-22 13:08:06','',1066,'https://sunfloris.com/wordpress/?p=1082',0,'revision','',0),(1083,1,'2022-08-22 13:08:06','2022-08-22 13:08:06','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:08:06','2022-08-22 13:08:06','',1066,'https://sunfloris.com/wordpress/?p=1083',0,'revision','',0),(1084,1,'2022-08-22 13:10:16','2022-08-22 13:10:16','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:10:16','2022-08-22 13:10:16','',1066,'https://sunfloris.com/wordpress/?p=1084',0,'revision','',0),(1085,1,'2022-08-22 13:10:16','2022-08-22 13:10:16','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Video%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:10:16','2022-08-22 13:10:16','',1066,'https://sunfloris.com/wordpress/?p=1085',0,'revision','',0),(1086,1,'2022-08-22 13:10:16','2022-08-22 13:10:16','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1066-revision-v1','','','2022-08-22 13:10:16','2022-08-22 13:10:16','',1066,'https://sunfloris.com/wordpress/?p=1086',0,'revision','',0),(1097,1,'2022-08-22 13:19:11','2022-08-22 13:19:11','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can transcribe any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:19:11','2022-08-22 13:19:11','',1088,'https://sunfloris.com/wordpress/?p=1097',0,'revision','',0),(1092,1,'2022-08-22 13:15:41','2022-08-22 13:15:41','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:15:41','2022-08-22 13:15:41','',1088,'https://sunfloris.com/wordpress/?p=1092',0,'revision','',0),(1088,1,'2022-08-22 13:13:09','2022-08-22 13:13:09','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n												<img width=\"680\" height=\"410\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg 680w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5-300x181.jpg 300w\" sizes=\"(max-width: 680px) 100vw, 680px\" />														\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','YouTube Transcriptions Services','','publish','closed','closed','','youtubetransservices','','','2022-08-23 13:59:34','2022-08-23 13:59:34','',0,'https://sunfloris.com/wordpress/?page_id=1088',0,'page','',0),(1089,1,'2022-08-22 13:13:44','2022-08-22 13:13:44','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:13:44','2022-08-22 13:13:44','',13,'https://sunfloris.com/wordpress/?p=1089',0,'revision','',0),(1090,1,'2022-08-22 13:13:44','2022-08-22 13:13:44','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Website, Sales Pages, and Landing Page Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p><p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Email Marketing Services</h4>		\n		<p>We help businesses set up their Email Marketing Platform Online, where they can send Emails to their Clients at a very low price without breaking the bank.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Email%20Marketing%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\" role=\"button\">\n						BOOK A CONSULTATION\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:13:44','2022-08-22 13:13:44','',13,'https://sunfloris.com/wordpress/?p=1090',0,'revision','',0),(1093,1,'2022-08-22 13:15:41','2022-08-22 13:15:41','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:15:41','2022-08-22 13:15:41','',1088,'https://sunfloris.com/wordpress/?p=1093',0,'revision','',0),(1094,1,'2022-08-22 13:15:42','2022-08-22 13:15:42','<h4>YouTube Transcriptions Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:15:42','2022-08-22 13:15:42','',1088,'https://sunfloris.com/wordpress/?p=1094',0,'revision','',0),(1095,1,'2022-08-22 13:19:11','2022-08-22 13:19:11','<h4>YouTube Transcriptions Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:19:11','2022-08-22 13:19:11','',1088,'https://sunfloris.com/wordpress/?p=1095',0,'revision','',0),(1096,1,'2022-08-22 13:19:11','2022-08-22 13:19:11','<h4>YouTube Transcriptions Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:19:11','2022-08-22 13:19:11','',1088,'https://sunfloris.com/wordpress/?p=1096',0,'revision','',0),(1101,1,'2022-08-22 13:36:55','2022-08-22 13:36:55','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 30 Minutes...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:36:55','2022-08-22 13:36:55','',1088,'https://sunfloris.com/wordpress/?p=1101',0,'revision','',0),(1099,1,'2022-08-22 13:36:55','2022-08-22 13:36:55','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can transcribe any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:36:55','2022-08-22 13:36:55','',1088,'https://sunfloris.com/wordpress/?p=1099',0,'revision','',0),(1100,1,'2022-08-22 13:36:55','2022-08-22 13:36:55','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can transcribe any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:36:55','2022-08-22 13:36:55','',1088,'https://sunfloris.com/wordpress/?p=1100',0,'revision','',0),(1115,1,'2022-08-22 13:54:45','2022-08-22 13:54:45','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:54:45','2022-08-22 13:54:45','',1088,'https://sunfloris.com/wordpress/?p=1115',0,'revision','',0),(1112,1,'2022-08-22 13:54:21','2022-08-22 13:54:21','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:54:21','2022-08-22 13:54:21','',1088,'https://sunfloris.com/wordpress/?p=1112',0,'revision','',0),(1107,1,'2022-08-22 13:52:46','2022-08-22 13:52:46','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n										Slide HeadingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Click Here				\n														Previous\n														Next\n		https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:52:46','2022-08-22 13:52:46','',1088,'https://sunfloris.com/wordpress/?p=1107',0,'revision','',0),(1122,1,'2022-08-22 13:57:24','2022-08-22 13:57:24','','ezgif.com-gif-maker 5','','inherit','open','closed','','ezgif-com-gif-maker-5','','','2022-08-22 13:57:24','2022-08-22 13:57:24','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg',0,'attachment','image/jpeg',0),(1105,1,'2022-08-22 13:52:46','2022-08-22 13:52:46','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 30 Minutes...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:52:46','2022-08-22 13:52:46','',1088,'https://sunfloris.com/wordpress/?p=1105',0,'revision','',0),(1106,1,'2022-08-22 13:52:46','2022-08-22 13:52:46','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 30 Minutes...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:52:46','2022-08-22 13:52:46','',1088,'https://sunfloris.com/wordpress/?p=1106',0,'revision','',0),(1108,1,'2022-08-22 13:53:34','2022-08-22 13:53:34','','ezgif.com-gif-maker (2)','','inherit','open','closed','','ezgif-com-gif-maker-2','','','2022-08-22 13:53:34','2022-08-22 13:53:34','',1088,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-2.png',0,'attachment','image/png',0),(1109,1,'2022-08-22 13:54:06','2022-08-22 13:54:06','','ezgif.com-gif-maker','','inherit','open','closed','','ezgif-com-gif-maker','','','2022-08-22 13:54:06','2022-08-22 13:54:06','',1088,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker.png',0,'attachment','image/png',0),(1110,1,'2022-08-22 13:54:21','2022-08-22 13:54:21','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n										Slide HeadingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Click Here				\n														Previous\n														Next\n		https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:54:21','2022-08-22 13:54:21','',1088,'https://sunfloris.com/wordpress/?p=1110',0,'revision','',0),(1111,1,'2022-08-22 13:54:21','2022-08-22 13:54:21','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n										Slide HeadingLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Click Here				\n														Previous\n														Next\n		https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:54:21','2022-08-22 13:54:21','',1088,'https://sunfloris.com/wordpress/?p=1111',0,'revision','',0),(1113,1,'2022-08-22 13:54:44','2022-08-22 13:54:44','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:54:44','2022-08-22 13:54:44','',1088,'https://sunfloris.com/wordpress/?p=1113',0,'revision','',0),(1114,1,'2022-08-22 13:54:44','2022-08-22 13:54:44','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Website Design Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 13:54:44','2022-08-22 13:54:44','',1088,'https://sunfloris.com/wordpress/?p=1114',0,'revision','',0),(1116,1,'2022-08-22 13:55:32','2022-08-22 13:55:32','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:55:32','2022-08-22 13:55:32','',13,'https://sunfloris.com/wordpress/?p=1116',0,'revision','',0),(1117,1,'2022-08-22 13:55:32','2022-08-22 13:55:32','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>YouTube Video Transcriptions</h4>		\n		<p>We can transcribe any YouTube Videos and extract their text transcriptions, no matter the length of the video. We can transcribe in any Language.</p><p>We can convert the YouTube Videos to Blog Post, eBooks, Articles, etc.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:55:32','2022-08-22 13:55:32','',13,'https://sunfloris.com/wordpress/?p=1117',0,'revision','',0),(1119,1,'2022-08-22 13:56:16','2022-08-22 13:56:16','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:56:16','2022-08-22 13:56:16','',13,'https://sunfloris.com/wordpress/?p=1119',0,'revision','',0),(1120,1,'2022-08-22 13:56:16','2022-08-22 13:56:16','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:56:16','2022-08-22 13:56:16','',13,'https://sunfloris.com/wordpress/?p=1120',0,'revision','',0),(1143,1,'2022-08-22 14:05:08','2022-08-22 14:05:08','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:05:08','2022-08-22 14:05:08','',13,'https://sunfloris.com/wordpress/?p=1143',0,'revision','',0),(1121,1,'2022-08-22 13:56:17','2022-08-22 13:56:17','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/website-design-services/\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 13:56:17','2022-08-22 13:56:17','',13,'https://sunfloris.com/wordpress/?p=1121',0,'revision','',0),(1123,1,'2022-08-22 14:00:00','2022-08-22 14:00:00','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','YouTube Transcriptions Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 14:00:00','2022-08-22 14:00:00','',1088,'https://sunfloris.com/wordpress/?p=1123',0,'revision','',0),(1124,1,'2022-08-22 14:00:40','2022-08-22 14:00:40','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/website-design-services/\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:00:40','2022-08-22 14:00:40','',13,'https://sunfloris.com/wordpress/?p=1124',0,'revision','',0),(1125,1,'2022-08-22 14:00:40','2022-08-22 14:00:40','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/website-design-services/\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:00:40','2022-08-22 14:00:40','',13,'https://sunfloris.com/wordpress/?p=1125',0,'revision','',0),(1126,1,'2022-08-22 14:00:40','2022-08-22 14:00:40','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:00:40','2022-08-22 14:00:40','',13,'https://sunfloris.com/wordpress/?p=1126',0,'revision','',0),(1127,1,'2022-08-22 14:01:08','2022-08-22 14:01:08','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','YouTube Transcriptions Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 14:01:08','2022-08-22 14:01:08','',1088,'https://sunfloris.com/wordpress/?p=1127',0,'revision','',0),(1128,1,'2022-08-22 14:01:08','2022-08-22 14:01:08','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','YouTube Transcriptions Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 14:01:08','2022-08-22 14:01:08','',1088,'https://sunfloris.com/wordpress/?p=1128',0,'revision','',0),(1129,1,'2022-08-22 14:01:08','2022-08-22 14:01:08','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','YouTube Transcriptions Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-22 14:01:08','2022-08-22 14:01:08','',1088,'https://sunfloris.com/wordpress/?p=1129',0,'revision','',0),(1130,1,'2022-08-22 14:01:41','2022-08-22 14:01:41','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','publish','closed','closed','','leadsgen','','','2022-08-24 02:53:03','2022-08-24 02:53:03','',0,'https://sunfloris.com/wordpress/?page_id=1130',0,'page','',0),(1131,1,'2022-08-22 14:01:58','2022-08-22 14:01:58','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:01:58','2022-08-22 14:01:58','',1130,'https://sunfloris.com/wordpress/?p=1131',0,'revision','',0),(1132,1,'2022-08-22 14:03:35','2022-08-22 14:03:35','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:03:35','2022-08-22 14:03:35','',1130,'https://sunfloris.com/wordpress/?p=1132',0,'revision','',0),(1133,1,'2022-08-22 14:03:35','2022-08-22 14:03:35','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:03:35','2022-08-22 14:03:35','',1130,'https://sunfloris.com/wordpress/?p=1133',0,'revision','',0),(1134,1,'2022-08-22 14:03:35','2022-08-22 14:03:35','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:03:35','2022-08-22 14:03:35','',1130,'https://sunfloris.com/wordpress/?p=1134',0,'revision','',0),(1135,1,'2022-08-22 14:03:44','2022-08-22 14:03:44','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:03:44','2022-08-22 14:03:44','',1130,'https://sunfloris.com/wordpress/?p=1135',0,'revision','',0),(1136,1,'2022-08-22 14:03:44','2022-08-22 14:03:44','<h4>Website Design Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:03:44','2022-08-22 14:03:44','',1130,'https://sunfloris.com/wordpress/?p=1136',0,'revision','',0),(1140,1,'2022-08-22 14:04:51','2022-08-22 14:04:51','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p><p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p><p> </p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:04:51','2022-08-22 14:04:51','',1130,'https://sunfloris.com/wordpress/?p=1140',0,'revision','',0),(1137,1,'2022-08-22 14:03:44','2022-08-22 14:03:44','<h4>Leads Generation & Marketing Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:03:44','2022-08-22 14:03:44','',1130,'https://sunfloris.com/wordpress/?p=1137',0,'revision','',0),(1138,1,'2022-08-22 14:04:51','2022-08-22 14:04:51','<h4>Leads Generation & Marketing Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:04:51','2022-08-22 14:04:51','',1130,'https://sunfloris.com/wordpress/?p=1138',0,'revision','',0),(1139,1,'2022-08-22 14:04:51','2022-08-22 14:04:51','<h4>Leads Generation & Marketing Services</h4>		\n		<p>We are a leading web design agency with an award-winning design team that creates innovative, effective websites that capture your brand, improve your conversion rates, and maximize your revenue to help grow your business and achieve your goals.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>We offer professional web design services at affordable rates to help your business attract more visitors and keep them on your site! More than beautiful design, we build websites with a complete strategy designed to turn your site visitors into customers.</p><p>Your landing pages play a critical role in your marketing and advertising efforts. With professional landing page design services, you can maximize the impact of these pages. Increase your sales, boost your lead quality, and drive your revenue upward with custom landing page designs.</p><p>We Build the Following types of Websites...</p><ol><li>Ecommerce Website.</li><li>Hotel Website.</li><li>E- Learning Website.</li><li>School Management Website.</li><li>Marketplace Website.</li><li>Community and Forum Website.</li><li>Blogs.</li><li>Product Sales Pages</li><li>Landing Pages.</li><li>Membership Websites.</li><li>Corporates Website.</li><li>Church Website.</li><li>Personal Brand Website.</li><li>Agency Website.</li><li>Portfolio Website, etc..</li></ol>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-22 14:04:51','2022-08-22 14:04:51','',1130,'https://sunfloris.com/wordpress/?p=1139',0,'revision','',0),(1141,1,'2022-08-22 14:05:07','2022-08-22 14:05:07','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:05:07','2022-08-22 14:05:07','',13,'https://sunfloris.com/wordpress/?p=1141',0,'revision','',0),(1142,1,'2022-08-22 14:05:08','2022-08-22 14:05:08','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<h4>Lead Generation Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p><p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>\n			<h4>Viral Sales Funnel Lead Services</h4>		\n		<p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Viral%20Lead%20Generation%20Services.%20Thank%20You.\" role=\"button\">\n						Click here\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:05:08','2022-08-22 14:05:08','',13,'https://sunfloris.com/wordpress/?p=1142',0,'revision','',0),(1144,1,'2022-08-22 14:05:28','2022-08-22 14:05:28','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:05:28','2022-08-22 14:05:28','',13,'https://sunfloris.com/wordpress/?p=1144',0,'revision','',0),(1145,1,'2022-08-22 14:05:28','2022-08-22 14:05:28','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:05:28','2022-08-22 14:05:28','',13,'https://sunfloris.com/wordpress/?p=1145',0,'revision','',0),(1146,1,'2022-08-22 14:05:28','2022-08-22 14:05:28','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-22 14:05:28','2022-08-22 14:05:28','',13,'https://sunfloris.com/wordpress/?p=1146',0,'revision','',0),(1150,1,'2022-08-23 08:57:52','2022-08-23 08:57:52','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:57:52','2022-08-23 08:57:52','',1130,'https://sunfloris.com/wordpress/?p=1150',0,'revision','',0),(1148,1,'2022-08-23 08:57:51','2022-08-23 08:57:51','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p><p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p><p> </p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:57:51','2022-08-23 08:57:51','',1130,'https://sunfloris.com/wordpress/?p=1148',0,'revision','',0),(1149,1,'2022-08-23 08:57:51','2022-08-23 08:57:51','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>With our lead gen services, which include call, lead, and revenue tracking, your company can generate website traffic and turn that traffic into valuable leads and revenue.</p><p>With our Viral Sales Funnels Softwares, We will create VIRAL Marketing Funnels to Rapidly Grow Your List By Generating Compound Leads.</p><p>Let us help you Build your Email, SMS &amp; Facebook Messenger list at the same time to DOMINATE on all fronts.</p><p>Use our Viral Sales Funnel Software to generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…</p><p>Assign your Visitors to do a Task and Earn a Free Gift.. Pick the Best from the Leaderboard…</p><p>Build a Viral Email List from our Viral Sales Funnels…</p><p>Viral Giveaways, Run Viral Contests &amp; Sweepstakes.</p><p> </p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:57:51','2022-08-23 08:57:51','',1130,'https://sunfloris.com/wordpress/?p=1149',0,'revision','',0),(1151,1,'2022-08-23 08:58:08','2022-08-23 08:58:08','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:58:08','2022-08-23 08:58:08','',1130,'https://sunfloris.com/wordpress/?p=1151',0,'revision','',0),(1152,1,'2022-08-23 08:58:08','2022-08-23 08:58:08','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:58:08','2022-08-23 08:58:08','',1130,'https://sunfloris.com/wordpress/?p=1152',0,'revision','',0),(1159,1,'2022-08-23 09:00:56','2022-08-23 09:00:56','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>people on social media through word of mouth.</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:00:56','2022-08-23 09:00:56','',1130,'https://sunfloris.com/wordpress/?p=1159',0,'revision','',0),(1153,1,'2022-08-23 08:58:08','2022-08-23 08:58:08','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<h6>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</h6><h6>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</h6><h6>Sounds cool, doesn’t it?</h6><h6>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</h6><h6>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</h6><ul><li><h6>Viral List Building</h6></li><li><h6>Referral Marketing</h6></li><li><h6>Viral Giveaways</h6></li><li><h6>Viral Contest and Sweepstakes.</h6></li><li><h6>Viral Waiting List</h6></li><li><h6>Quiz Campaigns</h6></li></ul><h6>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</h6>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:58:08','2022-08-23 08:58:08','',1130,'https://sunfloris.com/wordpress/?p=1153',0,'revision','',0),(1154,1,'2022-08-23 08:59:15','2022-08-23 08:59:15','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<h6>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</h6><h6>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</h6><h6>Sounds cool, doesn’t it?</h6><h6>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</h6><h6>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</h6><ul><li><h6>Viral List Building</h6></li><li><h6>Referral Marketing</h6></li><li><h6>Viral Giveaways</h6></li><li><h6>Viral Contest and Sweepstakes.</h6></li><li><h6>Viral Waiting List</h6></li><li><h6>Quiz Campaigns</h6></li></ul><h6>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</h6>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:59:15','2022-08-23 08:59:15','',1130,'https://sunfloris.com/wordpress/?p=1154',0,'revision','',0),(1155,1,'2022-08-23 08:59:15','2022-08-23 08:59:15','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<h6>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</h6><h6>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</h6><h6>Sounds cool, doesn’t it?</h6><h6>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</h6><h6>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</h6><ul><li><h6>Viral List Building</h6></li><li><h6>Referral Marketing</h6></li><li><h6>Viral Giveaways</h6></li><li><h6>Viral Contest and Sweepstakes.</h6></li><li><h6>Viral Waiting List</h6></li><li><h6>Quiz Campaigns</h6></li></ul><h6>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</h6>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:59:15','2022-08-23 08:59:15','',1130,'https://sunfloris.com/wordpress/?p=1155',0,'revision','',0),(1156,1,'2022-08-23 08:59:15','2022-08-23 08:59:15','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li><p>Viral List Building</p></li><li><p>Referral Marketing</p></li><li><p>Viral Giveaways</p></li><li><p>Viral Contest and Sweepstakes.</p></li><li><p>Viral Waiting List</p></li><li><p>Quiz Campaigns</p></li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 08:59:15','2022-08-23 08:59:15','',1130,'https://sunfloris.com/wordpress/?p=1156',0,'revision','',0),(1157,1,'2022-08-23 09:00:55','2022-08-23 09:00:55','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li><p>Viral List Building</p></li><li><p>Referral Marketing</p></li><li><p>Viral Giveaways</p></li><li><p>Viral Contest and Sweepstakes.</p></li><li><p>Viral Waiting List</p></li><li><p>Quiz Campaigns</p></li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:00:55','2022-08-23 09:00:55','',1130,'https://sunfloris.com/wordpress/?p=1157',0,'revision','',0),(1158,1,'2022-08-23 09:00:55','2022-08-23 09:00:55','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li><p>Viral List Building</p></li><li><p>Referral Marketing</p></li><li><p>Viral Giveaways</p></li><li><p>Viral Contest and Sweepstakes.</p></li><li><p>Viral Waiting List</p></li><li><p>Quiz Campaigns</p></li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:00:55','2022-08-23 09:00:55','',1130,'https://sunfloris.com/wordpress/?p=1158',0,'revision','',0),(1160,1,'2022-08-23 09:02:16','2022-08-23 09:02:16','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>people on social media through word of mouth.</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:02:16','2022-08-23 09:02:16','',1130,'https://sunfloris.com/wordpress/?p=1160',0,'revision','',0),(1161,1,'2022-08-23 09:02:16','2022-08-23 09:02:16','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>people on social media through word of mouth.</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:02:16','2022-08-23 09:02:16','',1130,'https://sunfloris.com/wordpress/?p=1161',0,'revision','',0),(1162,1,'2022-08-23 09:02:16','2022-08-23 09:02:16','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:02:16','2022-08-23 09:02:16','',1130,'https://sunfloris.com/wordpress/?p=1162',0,'revision','',0),(1163,1,'2022-08-23 09:07:05','2022-08-23 09:07:05','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:07:05','2022-08-23 09:07:05','',1130,'https://sunfloris.com/wordpress/?p=1163',0,'revision','',0),(1164,1,'2022-08-23 09:07:05','2022-08-23 09:07:05','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:07:05','2022-08-23 09:07:05','',1130,'https://sunfloris.com/wordpress/?p=1164',0,'revision','',0),(1165,1,'2022-08-23 09:07:05','2022-08-23 09:07:05','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:07:05','2022-08-23 09:07:05','',1130,'https://sunfloris.com/wordpress/?p=1165',0,'revision','',0),(1166,1,'2022-08-23 09:10:05','2022-08-23 09:10:05','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:10:05','2022-08-23 09:10:05','',1130,'https://sunfloris.com/wordpress/?p=1166',0,'revision','',0),(1167,1,'2022-08-23 09:10:05','2022-08-23 09:10:05','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p><p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:10:05','2022-08-23 09:10:05','',1130,'https://sunfloris.com/wordpress/?p=1167',0,'revision','',0),(1168,1,'2022-08-23 09:10:06','2022-08-23 09:10:06','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n		<ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:10:06','2022-08-23 09:10:06','',1130,'https://sunfloris.com/wordpress/?p=1168',0,'revision','',0),(1169,1,'2022-08-23 09:11:13','2022-08-23 09:11:13','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n		<ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:11:13','2022-08-23 09:11:13','',1130,'https://sunfloris.com/wordpress/?p=1169',0,'revision','',0),(1170,1,'2022-08-23 09:11:13','2022-08-23 09:11:13','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n		<ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:11:13','2022-08-23 09:11:13','',1130,'https://sunfloris.com/wordpress/?p=1170',0,'revision','',0),(1171,1,'2022-08-23 09:11:13','2022-08-23 09:11:13','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:11:13','2022-08-23 09:11:13','',1130,'https://sunfloris.com/wordpress/?p=1171',0,'revision','',0),(1172,1,'2022-08-23 09:12:26','2022-08-23 09:12:26','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:12:26','2022-08-23 09:12:26','',1130,'https://sunfloris.com/wordpress/?p=1172',0,'revision','',0),(1173,1,'2022-08-23 09:12:26','2022-08-23 09:12:26','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:12:26','2022-08-23 09:12:26','',1130,'https://sunfloris.com/wordpress/?p=1173',0,'revision','',0),(1174,1,'2022-08-23 09:12:26','2022-08-23 09:12:26','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:12:26','2022-08-23 09:12:26','',1130,'https://sunfloris.com/wordpress/?p=1174',0,'revision','',0),(1175,1,'2022-08-23 09:12:57','2022-08-23 09:12:57','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:12:57','2022-08-23 09:12:57','',1130,'https://sunfloris.com/wordpress/?p=1175',0,'revision','',0),(1176,1,'2022-08-23 09:12:57','2022-08-23 09:12:57','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:12:57','2022-08-23 09:12:57','',1130,'https://sunfloris.com/wordpress/?p=1176',0,'revision','',0),(1177,1,'2022-08-23 09:12:57','2022-08-23 09:12:57','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:12:57','2022-08-23 09:12:57','',1130,'https://sunfloris.com/wordpress/?p=1177',0,'revision','',0),(1181,1,'2022-08-23 09:16:12','2022-08-23 09:16:12','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:16:12','2022-08-23 09:16:12','',1130,'https://sunfloris.com/wordpress/?p=1181',0,'revision','',0),(1179,1,'2022-08-23 09:16:11','2022-08-23 09:16:11','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:16:11','2022-08-23 09:16:11','',1130,'https://sunfloris.com/wordpress/?p=1179',0,'revision','',0),(1180,1,'2022-08-23 09:16:12','2022-08-23 09:16:12','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:16:12','2022-08-23 09:16:12','',1130,'https://sunfloris.com/wordpress/?p=1180',0,'revision','',0),(1182,1,'2022-08-23 09:17:43','2022-08-23 09:17:43','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:17:43','2022-08-23 09:17:43','',1130,'https://sunfloris.com/wordpress/?p=1182',0,'revision','',0),(1183,1,'2022-08-23 09:17:43','2022-08-23 09:17:43','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">Toggle #1</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:17:43','2022-08-23 09:17:43','',1130,'https://sunfloris.com/wordpress/?p=1183',0,'revision','',0),(1184,1,'2022-08-23 09:17:43','2022-08-23 09:17:43','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:17:43','2022-08-23 09:17:43','',1130,'https://sunfloris.com/wordpress/?p=1184',0,'revision','',0),(1188,1,'2022-08-23 09:21:29','2022-08-23 09:21:29','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:21:29','2022-08-23 09:21:29','',1130,'https://sunfloris.com/wordpress/?p=1188',0,'revision','',0),(1186,1,'2022-08-23 09:21:28','2022-08-23 09:21:28','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:21:28','2022-08-23 09:21:28','',1130,'https://sunfloris.com/wordpress/?p=1186',0,'revision','',0),(1187,1,'2022-08-23 09:21:28','2022-08-23 09:21:28','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Toggle #2</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:21:28','2022-08-23 09:21:28','',1130,'https://sunfloris.com/wordpress/?p=1187',0,'revision','',0),(1189,1,'2022-08-23 09:22:31','2022-08-23 09:22:31','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:22:31','2022-08-23 09:22:31','',1130,'https://sunfloris.com/wordpress/?p=1189',0,'revision','',0),(1190,1,'2022-08-23 09:22:31','2022-08-23 09:22:31','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:22:31','2022-08-23 09:22:31','',1130,'https://sunfloris.com/wordpress/?p=1190',0,'revision','',0),(1191,1,'2022-08-23 09:22:32','2022-08-23 09:22:32','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:22:32','2022-08-23 09:22:32','',1130,'https://sunfloris.com/wordpress/?p=1191',0,'revision','',0),(1192,1,'2022-08-23 09:30:01','2022-08-23 09:30:01','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:30:01','2022-08-23 09:30:01','',1130,'https://sunfloris.com/wordpress/?p=1192',0,'revision','',0),(1193,1,'2022-08-23 09:30:02','2022-08-23 09:30:02','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:30:02','2022-08-23 09:30:02','',1130,'https://sunfloris.com/wordpress/?p=1193',0,'revision','',0),(1369,1,'2022-08-24 03:06:10','2022-08-24 03:06:10','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 03:06:10','2022-08-24 03:06:10','',13,'https://sunfloris.com/wordpress/?p=1369',0,'revision','',0),(1194,1,'2022-08-23 09:30:02','2022-08-23 09:30:02','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<p>Profound relationships with customers.</p><p>Higher conversion rate: Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><p>Lower cost of marketing:</p><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:30:02','2022-08-23 09:30:02','',1130,'https://sunfloris.com/wordpress/?p=1194',0,'revision','',0),(1195,1,'2022-08-23 09:32:49','2022-08-23 09:32:49','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<p>Profound relationships with customers.</p><p>Higher conversion rate: Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><p>Lower cost of marketing:</p><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:32:49','2022-08-23 09:32:49','',1130,'https://sunfloris.com/wordpress/?p=1195',0,'revision','',0),(1196,1,'2022-08-23 09:32:49','2022-08-23 09:32:49','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<p>Profound relationships with customers.</p><p>Higher conversion rate: Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><p>Lower cost of marketing:</p><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:32:49','2022-08-23 09:32:49','',1130,'https://sunfloris.com/wordpress/?p=1196',0,'revision','',0),(1197,1,'2022-08-23 09:32:50','2022-08-23 09:32:50','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:32:50','2022-08-23 09:32:50','',1130,'https://sunfloris.com/wordpress/?p=1197',0,'revision','',0),(1198,1,'2022-08-23 09:34:25','2022-08-23 09:34:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:34:25','2022-08-23 09:34:25','',1130,'https://sunfloris.com/wordpress/?p=1198',0,'revision','',0),(1199,1,'2022-08-23 09:34:25','2022-08-23 09:34:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:34:25','2022-08-23 09:34:25','',1130,'https://sunfloris.com/wordpress/?p=1199',0,'revision','',0),(1200,1,'2022-08-23 09:34:25','2022-08-23 09:34:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:34:25','2022-08-23 09:34:25','',1130,'https://sunfloris.com/wordpress/?p=1200',0,'revision','',0),(1201,1,'2022-08-23 09:46:47','2022-08-23 09:46:47','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:46:47','2022-08-23 09:46:47','',1130,'https://sunfloris.com/wordpress/?p=1201',0,'revision','',0),(1202,1,'2022-08-23 09:46:47','2022-08-23 09:46:47','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:46:47','2022-08-23 09:46:47','',1130,'https://sunfloris.com/wordpress/?p=1202',0,'revision','',0),(1203,1,'2022-08-23 09:46:48','2022-08-23 09:46:48','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:46:48','2022-08-23 09:46:48','',1130,'https://sunfloris.com/wordpress/?p=1203',0,'revision','',0),(1204,1,'2022-08-23 09:49:25','2022-08-23 09:49:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:49:25','2022-08-23 09:49:25','',1130,'https://sunfloris.com/wordpress/?p=1204',0,'revision','',0),(1205,1,'2022-08-23 09:49:25','2022-08-23 09:49:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:49:25','2022-08-23 09:49:25','',1130,'https://sunfloris.com/wordpress/?p=1205',0,'revision','',0),(1206,1,'2022-08-23 09:49:26','2022-08-23 09:49:26','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li> </li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:49:26','2022-08-23 09:49:26','',1130,'https://sunfloris.com/wordpress/?p=1206',0,'revision','',0),(1207,1,'2022-08-23 09:58:22','2022-08-23 09:58:22','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li> </li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:58:22','2022-08-23 09:58:22','',1130,'https://sunfloris.com/wordpress/?p=1207',0,'revision','',0),(1208,1,'2022-08-23 09:58:22','2022-08-23 09:58:22','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li> </li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:58:22','2022-08-23 09:58:22','',1130,'https://sunfloris.com/wordpress/?p=1208',0,'revision','',0),(1209,1,'2022-08-23 09:58:23','2022-08-23 09:58:23','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 09:58:23','2022-08-23 09:58:23','',1130,'https://sunfloris.com/wordpress/?p=1209',0,'revision','',0),(1213,1,'2022-08-23 10:02:54','2022-08-23 10:02:54','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Promotions.</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:02:54','2022-08-23 10:02:54','',1130,'https://sunfloris.com/wordpress/?p=1213',0,'revision','',0),(1211,1,'2022-08-23 10:02:54','2022-08-23 10:02:54','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:02:54','2022-08-23 10:02:54','',1130,'https://sunfloris.com/wordpress/?p=1211',0,'revision','',0),(1212,1,'2022-08-23 10:02:54','2022-08-23 10:02:54','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:02:54','2022-08-23 10:02:54','',1130,'https://sunfloris.com/wordpress/?p=1212',0,'revision','',0),(1214,1,'2022-08-23 10:03:46','2022-08-23 10:03:46','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Promotions.</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:03:46','2022-08-23 10:03:46','',1130,'https://sunfloris.com/wordpress/?p=1214',0,'revision','',0),(1215,1,'2022-08-23 10:03:46','2022-08-23 10:03:46','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Promotions.</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:03:46','2022-08-23 10:03:46','',1130,'https://sunfloris.com/wordpress/?p=1215',0,'revision','',0),(1216,1,'2022-08-23 10:03:46','2022-08-23 10:03:46','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:03:46','2022-08-23 10:03:46','',1130,'https://sunfloris.com/wordpress/?p=1216',0,'revision','',0),(1217,1,'2022-08-23 10:07:53','2022-08-23 10:07:53','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:07:53','2022-08-23 10:07:53','',1130,'https://sunfloris.com/wordpress/?p=1217',0,'revision','',0),(1218,1,'2022-08-23 10:07:53','2022-08-23 10:07:53','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:07:53','2022-08-23 10:07:53','',1130,'https://sunfloris.com/wordpress/?p=1218',0,'revision','',0),(1368,1,'2022-08-24 03:06:10','2022-08-24 03:06:10','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 03:06:10','2022-08-24 03:06:10','',13,'https://sunfloris.com/wordpress/?p=1368',0,'revision','',0),(1219,1,'2022-08-23 10:07:53','2022-08-23 10:07:53','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p> </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:07:53','2022-08-23 10:07:53','',1130,'https://sunfloris.com/wordpress/?p=1219',0,'revision','',0),(1220,1,'2022-08-23 10:10:59','2022-08-23 10:10:59','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p> </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:10:59','2022-08-23 10:10:59','',1130,'https://sunfloris.com/wordpress/?p=1220',0,'revision','',0),(1221,1,'2022-08-23 10:10:59','2022-08-23 10:10:59','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p> </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:10:59','2022-08-23 10:10:59','',1130,'https://sunfloris.com/wordpress/?p=1221',0,'revision','',0),(1367,1,'2022-08-24 03:06:10','2022-08-24 03:06:10','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 03:06:10','2022-08-24 03:06:10','',13,'https://sunfloris.com/wordpress/?p=1367',0,'revision','',0),(1222,1,'2022-08-23 10:10:59','2022-08-23 10:10:59','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries<p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p> </p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p> </p><p> </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:10:59','2022-08-23 10:10:59','',1130,'https://sunfloris.com/wordpress/?p=1222',0,'revision','',0),(1366,1,'2023-07-09 12:44:11','2022-08-24 03:05:08',' ','','','publish','closed','closed','','1366','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=1366',4,'nav_menu_item','',0),(1226,1,'2022-08-23 10:12:53','2022-08-23 10:12:53','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:12:53','2022-08-23 10:12:53','',1130,'https://sunfloris.com/wordpress/?p=1226',0,'revision','',0),(1224,1,'2022-08-23 10:12:52','2022-08-23 10:12:52','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries<p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p> </p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p> </p><p> </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:12:52','2022-08-23 10:12:52','',1130,'https://sunfloris.com/wordpress/?p=1224',0,'revision','',0),(1225,1,'2022-08-23 10:12:53','2022-08-23 10:12:53','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries<p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p> </p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p> </p><p> </p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:12:53','2022-08-23 10:12:53','',1130,'https://sunfloris.com/wordpress/?p=1225',0,'revision','',0);
INSERT INTO `wpjn_posts` VALUES (1227,1,'2022-08-23 10:19:06','2022-08-23 10:19:06','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:19:06','2022-08-23 10:19:06','',1130,'https://sunfloris.com/wordpress/?p=1227',0,'revision','',0),(1228,1,'2022-08-23 10:19:06','2022-08-23 10:19:06','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:19:06','2022-08-23 10:19:06','',1130,'https://sunfloris.com/wordpress/?p=1228',0,'revision','',0),(1229,1,'2022-08-23 10:19:06','2022-08-23 10:19:06','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:19:06','2022-08-23 10:19:06','',1130,'https://sunfloris.com/wordpress/?p=1229',0,'revision','',0),(1230,1,'2022-08-23 10:24:28','2022-08-23 10:24:28','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:24:28','2022-08-23 10:24:28','',1130,'https://sunfloris.com/wordpress/?p=1230',0,'revision','',0),(1231,1,'2022-08-23 10:24:28','2022-08-23 10:24:28','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:24:28','2022-08-23 10:24:28','',1130,'https://sunfloris.com/wordpress/?p=1231',0,'revision','',0),(1232,1,'2022-08-23 10:24:28','2022-08-23 10:24:28','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:24:28','2022-08-23 10:24:28','',1130,'https://sunfloris.com/wordpress/?p=1232',0,'revision','',0),(1233,1,'2022-08-23 10:26:00','2022-08-23 10:26:00','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:26:00','2022-08-23 10:26:00','',1130,'https://sunfloris.com/wordpress/?p=1233',0,'revision','',0),(1234,1,'2022-08-23 10:26:00','2022-08-23 10:26:00','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n		https://vimeo.com/741870413/a67912cbdf		\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:26:00','2022-08-23 10:26:00','',1130,'https://sunfloris.com/wordpress/?p=1234',0,'revision','',0),(1235,1,'2022-08-23 10:26:00','2022-08-23 10:26:00','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:26:00','2022-08-23 10:26:00','',1130,'https://sunfloris.com/wordpress/?p=1235',0,'revision','',0),(1236,1,'2022-08-23 10:27:24','2022-08-23 10:27:24','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:27:24','2022-08-23 10:27:24','',1130,'https://sunfloris.com/wordpress/?p=1236',0,'revision','',0),(1237,1,'2022-08-23 10:27:24','2022-08-23 10:27:24','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:27:24','2022-08-23 10:27:24','',1130,'https://sunfloris.com/wordpress/?p=1237',0,'revision','',0),(1238,1,'2022-08-23 10:27:24','2022-08-23 10:27:24','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:27:24','2022-08-23 10:27:24','',1130,'https://sunfloris.com/wordpress/?p=1238',0,'revision','',0),(1239,1,'2022-08-23 10:28:30','2022-08-23 10:28:30','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:28:30','2022-08-23 10:28:30','',1130,'https://sunfloris.com/wordpress/?p=1239',0,'revision','',0),(1240,1,'2022-08-23 10:28:30','2022-08-23 10:28:30','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:28:30','2022-08-23 10:28:30','',1130,'https://sunfloris.com/wordpress/?p=1240',0,'revision','',0),(1241,1,'2022-08-23 10:28:30','2022-08-23 10:28:30','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:28:30','2022-08-23 10:28:30','',1130,'https://sunfloris.com/wordpress/?p=1241',0,'revision','',0),(1242,1,'2022-08-23 10:29:04','2022-08-23 10:29:04','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:29:04','2022-08-23 10:29:04','',1130,'https://sunfloris.com/wordpress/?p=1242',0,'revision','',0),(1243,1,'2022-08-23 10:29:04','2022-08-23 10:29:04','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>https://vimeo.com/741864428/8ce8dd7cab		\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:29:04','2022-08-23 10:29:04','',1130,'https://sunfloris.com/wordpress/?p=1243',0,'revision','',0),(1244,1,'2022-08-23 10:29:04','2022-08-23 10:29:04','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 10:29:04','2022-08-23 10:29:04','',1130,'https://sunfloris.com/wordpress/?p=1244',0,'revision','',0),(1286,1,'2022-08-23 12:27:33','2022-08-23 12:27:33','','4','','inherit','open','closed','','4','','','2022-08-23 12:27:33','2022-08-23 12:27:33','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/4.png',0,'attachment','image/png',0),(1284,1,'2022-08-23 12:26:18','2022-08-23 12:26:18','','Lead Gen','','inherit','open','closed','','lead-gen','','','2022-08-23 12:26:18','2022-08-23 12:26:18','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif',0,'attachment','image/gif',0),(1285,1,'2022-08-23 12:27:15','2022-08-23 12:27:15','','3','','inherit','open','closed','','3','','','2022-08-23 12:27:15','2022-08-23 12:27:15','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png',0,'attachment','image/png',0),(1251,1,'2022-08-23 11:39:41','2022-08-23 11:39:41','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:39:41','2022-08-23 11:39:41','',1130,'https://sunfloris.com/wordpress/?p=1251',0,'revision','',0),(1249,1,'2022-08-23 11:39:40','2022-08-23 11:39:40','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:39:40','2022-08-23 11:39:40','',1130,'https://sunfloris.com/wordpress/?p=1249',0,'revision','',0),(1250,1,'2022-08-23 11:39:41','2022-08-23 11:39:41','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 1 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20Website%20Design%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:39:41','2022-08-23 11:39:41','',1130,'https://sunfloris.com/wordpress/?p=1250',0,'revision','',0),(1252,1,'2022-08-23 11:41:25','2022-08-23 11:41:25','','WhatsApp Marketing','','inherit','open','closed','','whatsapp-marketing','','','2022-08-23 11:41:25','2022-08-23 11:41:25','',1130,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif',0,'attachment','image/gif',0),(1256,1,'2022-08-23 11:46:15','2022-08-23 11:46:15','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:46:15','2022-08-23 11:46:15','',1130,'https://sunfloris.com/wordpress/?p=1256',0,'revision','',0),(1254,1,'2022-08-23 11:46:15','2022-08-23 11:46:15','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:46:15','2022-08-23 11:46:15','',1130,'https://sunfloris.com/wordpress/?p=1254',0,'revision','',0),(1255,1,'2022-08-23 11:46:15','2022-08-23 11:46:15','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:46:15','2022-08-23 11:46:15','',1130,'https://sunfloris.com/wordpress/?p=1255',0,'revision','',0),(1260,1,'2022-08-23 11:57:42','2022-08-23 11:57:42','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:57:42','2022-08-23 11:57:42','',1130,'https://sunfloris.com/wordpress/?p=1260',0,'revision','',0),(1258,1,'2022-08-23 11:57:42','2022-08-23 11:57:42','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:57:42','2022-08-23 11:57:42','',1130,'https://sunfloris.com/wordpress/?p=1258',0,'revision','',0),(1259,1,'2022-08-23 11:57:42','2022-08-23 11:57:42','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 11:57:42','2022-08-23 11:57:42','',1130,'https://sunfloris.com/wordpress/?p=1259',0,'revision','',0),(1264,1,'2022-08-23 12:00:22','2022-08-23 12:00:22','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:00:22','2022-08-23 12:00:22','',1130,'https://sunfloris.com/wordpress/?p=1264',0,'revision','',0),(1262,1,'2022-08-23 12:00:21','2022-08-23 12:00:21','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:00:21','2022-08-23 12:00:21','',1130,'https://sunfloris.com/wordpress/?p=1262',0,'revision','',0),(1263,1,'2022-08-23 12:00:21','2022-08-23 12:00:21','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:00:21','2022-08-23 12:00:21','',1130,'https://sunfloris.com/wordpress/?p=1263',0,'revision','',0),(1265,1,'2022-08-23 12:03:49','2022-08-23 12:03:49','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:03:49','2022-08-23 12:03:49','',1130,'https://sunfloris.com/wordpress/?p=1265',0,'revision','',0),(1266,1,'2022-08-23 12:03:49','2022-08-23 12:03:49','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					Popular				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:03:49','2022-08-23 12:03:49','',1130,'https://sunfloris.com/wordpress/?p=1266',0,'revision','',0),(1267,1,'2022-08-23 12:03:50','2022-08-23 12:03:50','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:03:50','2022-08-23 12:03:50','',1130,'https://sunfloris.com/wordpress/?p=1267',0,'revision','',0),(1298,1,'2022-08-23 13:22:27','2022-08-23 13:22:27','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:22:27','2022-08-23 13:22:27','',1130,'https://sunfloris.com/wordpress/?p=1298',0,'revision','',0),(1271,1,'2022-08-23 12:11:18','2022-08-23 12:11:18','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:11:18','2022-08-23 12:11:18','',1130,'https://sunfloris.com/wordpress/?p=1271',0,'revision','',0),(1269,1,'2022-08-23 12:11:18','2022-08-23 12:11:18','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:11:18','2022-08-23 12:11:18','',1130,'https://sunfloris.com/wordpress/?p=1269',0,'revision','',0),(1270,1,'2022-08-23 12:11:18','2022-08-23 12:11:18','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Enter your title						</h3>\n							Enter your description						\n								&#036;									\n						39					\n							99						\n									Monthly							\n							<ul>\n											<li>\n										List Item #1									\n						</li>\n											<li>\n										List Item #2									\n						</li>\n											<li>\n										List Item #3									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Click Here						</a>\n							This is text element						\n					Popular','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:11:18','2022-08-23 12:11:18','',1130,'https://sunfloris.com/wordpress/?p=1270',0,'revision','',0),(1272,1,'2022-08-23 12:12:03','2022-08-23 12:12:03','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:12:03','2022-08-23 12:12:03','',1130,'https://sunfloris.com/wordpress/?p=1272',0,'revision','',0),(1273,1,'2022-08-23 12:12:03','2022-08-23 12:12:03','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:12:03','2022-08-23 12:12:03','',1130,'https://sunfloris.com/wordpress/?p=1273',0,'revision','',0),(1274,1,'2022-08-23 12:12:04','2022-08-23 12:12:04','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:12:04','2022-08-23 12:12:04','',1130,'https://sunfloris.com/wordpress/?p=1274',0,'revision','',0),(1275,1,'2022-08-23 12:12:34','2022-08-23 12:12:34','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:12:34','2022-08-23 12:12:34','',1130,'https://sunfloris.com/wordpress/?p=1275',0,'revision','',0),(1276,1,'2022-08-23 12:12:34','2022-08-23 12:12:34','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:12:34','2022-08-23 12:12:34','',1130,'https://sunfloris.com/wordpress/?p=1276',0,'revision','',0),(1277,1,'2022-08-23 12:12:34','2022-08-23 12:12:34','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:12:34','2022-08-23 12:12:34','',1130,'https://sunfloris.com/wordpress/?p=1277',0,'revision','',0),(1278,1,'2022-08-23 12:17:30','2022-08-23 12:17:30','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:17:30','2022-08-23 12:17:30','',1130,'https://sunfloris.com/wordpress/?p=1278',0,'revision','',0),(1279,1,'2022-08-23 12:17:30','2022-08-23 12:17:30','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						WhatsApp Marketing						</h3>\n							Lets help reach your users with WhatsApp Marketing						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Access to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:17:30','2022-08-23 12:17:30','',1130,'https://sunfloris.com/wordpress/?p=1279',0,'revision','',0),(1291,1,'2022-08-23 13:04:25','2022-08-23 13:04:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:04:25','2022-08-23 13:04:25','',1130,'https://sunfloris.com/wordpress/?p=1291',0,'revision','',0),(1280,1,'2022-08-23 12:17:31','2022-08-23 12:17:31','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:17:31','2022-08-23 12:17:31','',1130,'https://sunfloris.com/wordpress/?p=1280',0,'revision','',0),(1281,1,'2022-08-23 12:18:01','2022-08-23 12:18:01','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:18:01','2022-08-23 12:18:01','',1130,'https://sunfloris.com/wordpress/?p=1281',0,'revision','',0),(1282,1,'2022-08-23 12:18:01','2022-08-23 12:18:01','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:18:01','2022-08-23 12:18:01','',1130,'https://sunfloris.com/wordpress/?p=1282',0,'revision','',0),(1283,1,'2022-08-23 12:18:02','2022-08-23 12:18:02','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 12:18:02','2022-08-23 12:18:02','',1130,'https://sunfloris.com/wordpress/?p=1283',0,'revision','',0),(1287,1,'2022-08-23 12:57:37','2022-08-23 12:57:37','','0 (1)','','inherit','open','closed','','0-1','','','2022-08-23 12:57:37','2022-08-23 12:57:37','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg',0,'attachment','image/jpeg',0),(1292,1,'2022-08-23 13:05:34','2022-08-23 13:05:34','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:05:34','2022-08-23 13:05:34','',1130,'https://sunfloris.com/wordpress/?p=1292',0,'revision','',0),(1289,1,'2022-08-23 13:04:25','2022-08-23 13:04:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:04:25','2022-08-23 13:04:25','',1130,'https://sunfloris.com/wordpress/?p=1289',0,'revision','',0),(1290,1,'2022-08-23 13:04:25','2022-08-23 13:04:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n										Click HereSlide 2 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick HereSlide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:04:25','2022-08-23 13:04:25','',1130,'https://sunfloris.com/wordpress/?p=1290',0,'revision','',0),(1293,1,'2022-08-23 13:05:35','2022-08-23 13:05:35','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:05:35','2022-08-23 13:05:35','',1130,'https://sunfloris.com/wordpress/?p=1293',0,'revision','',0),(1294,1,'2022-08-23 13:05:35','2022-08-23 13:05:35','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:05:35','2022-08-23 13:05:35','',1130,'https://sunfloris.com/wordpress/?p=1294',0,'revision','',0),(1296,1,'2022-08-23 13:22:26','2022-08-23 13:22:26','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:22:26','2022-08-23 13:22:26','',1130,'https://sunfloris.com/wordpress/?p=1296',0,'revision','',0),(1297,1,'2022-08-23 13:22:26','2022-08-23 13:22:26','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n										Slide 3 HeadingLorem ipsum dolor sit amet consectetur adipiscing elit dolorClick Here				\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:22:26','2022-08-23 13:22:26','',1130,'https://sunfloris.com/wordpress/?p=1297',0,'revision','',0),(1374,1,'2023-02-10 17:03:32','2023-02-10 17:03:32','<iframe loading=\"lazy\" style=\"position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;\"\n    src=\"https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFaIMFtAeY&#x2F;view?embed\" allowfullscreen=\"allowfullscreen\" allow=\"fullscreen\">\n  </iframe>\n<a href=\"https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFaIMFtAeY&#x2F;view?utm_content=DAFaIMFtAeY&amp;utm_campaign=designshare&amp;utm_medium=embeds&amp;utm_source=link\" target=\"_blank\" rel=\"noopener\"','Mobile Marketing','','publish','closed','closed','','mobilemarketing','','','2023-02-10 17:12:30','2023-02-10 17:12:30','',0,'https://sunfloris.com/wordpress/?page_id=1374',0,'page','',0),(1303,1,'2022-08-23 13:53:25','2022-08-23 13:53:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:53:25','2022-08-23 13:53:25','',1130,'https://sunfloris.com/wordpress/?p=1303',0,'revision','',0),(1301,1,'2022-08-23 13:53:25','2022-08-23 13:53:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:53:25','2022-08-23 13:53:25','',1130,'https://sunfloris.com/wordpress/?p=1301',0,'revision','',0),(1302,1,'2022-08-23 13:53:25','2022-08-23 13:53:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n														Previous\n														Next\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 13:53:25','2022-08-23 13:53:25','',1130,'https://sunfloris.com/wordpress/?p=1302',0,'revision','',0),(1307,1,'2022-08-23 13:59:34','2022-08-23 13:59:34','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n												<img width=\"680\" height=\"410\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg 680w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5-300x181.jpg 300w\" sizes=\"(max-width: 680px) 100vw, 680px\" />														\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','YouTube Transcriptions Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-23 13:59:34','2022-08-23 13:59:34','',1088,'https://sunfloris.com/wordpress/?p=1307',0,'revision','',0),(1305,1,'2022-08-23 13:59:34','2022-08-23 13:59:34','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','YouTube Transcriptions Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-23 13:59:34','2022-08-23 13:59:34','',1088,'https://sunfloris.com/wordpress/?p=1305',0,'revision','',0),(1306,1,'2022-08-23 13:59:34','2022-08-23 13:59:34','<h4>YouTube Transcriptions Services</h4>		\n		<p>The growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.</p>		\n														Previous\n														Next\n		<p>We can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...</p><p>Our YouTube Transcriptions Solution can do the Following...</p><ol><li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li><li><p>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</p></li><li><p>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</p></li><li><p>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</p></li><li>We provide Featured images, images for the post and post tags. </li><li>SEO Related Keywords</li></ol><p>We can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.</p><p>YouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.</p><p>Contact us today on WhatsApp to get started. </p>		\n			<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\" role=\"button\">\n						CONTACT US on whatsapp\n					</a>','YouTube Transcriptions Services','','inherit','closed','closed','','1088-revision-v1','','','2022-08-23 13:59:34','2022-08-23 13:59:34','',1088,'https://sunfloris.com/wordpress/?p=1306',0,'revision','',0),(1308,1,'2022-08-23 14:00:25','2022-08-23 14:00:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:00:25','2022-08-23 14:00:25','',1130,'https://sunfloris.com/wordpress/?p=1308',0,'revision','',0),(1309,1,'2022-08-23 14:00:25','2022-08-23 14:00:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n														Previous\n														Next\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:00:25','2022-08-23 14:00:25','',1130,'https://sunfloris.com/wordpress/?p=1309',0,'revision','',0);
INSERT INTO `wpjn_posts` VALUES (1310,1,'2022-08-23 14:00:25','2022-08-23 14:00:25','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:00:25','2022-08-23 14:00:25','',1130,'https://sunfloris.com/wordpress/?p=1310',0,'revision','',0),(1311,1,'2022-08-23 14:01:10','2022-08-23 14:01:10','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:01:10','2022-08-23 14:01:10','',1130,'https://sunfloris.com/wordpress/?p=1311',0,'revision','',0),(1312,1,'2022-08-23 14:01:10','2022-08-23 14:01:10','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:01:10','2022-08-23 14:01:10','',1130,'https://sunfloris.com/wordpress/?p=1312',0,'revision','',0),(1313,1,'2022-08-23 14:01:10','2022-08-23 14:01:10','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:01:10','2022-08-23 14:01:10','',1130,'https://sunfloris.com/wordpress/?p=1313',0,'revision','',0),(1314,1,'2022-08-23 14:02:35','2022-08-23 14:02:35','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:02:35','2022-08-23 14:02:35','',1130,'https://sunfloris.com/wordpress/?p=1314',0,'revision','',0),(1315,1,'2022-08-23 14:02:35','2022-08-23 14:02:35','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:02:35','2022-08-23 14:02:35','',1130,'https://sunfloris.com/wordpress/?p=1315',0,'revision','',0),(1316,1,'2022-08-23 14:02:35','2022-08-23 14:02:35','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 14:02:35','2022-08-23 14:02:35','',1130,'https://sunfloris.com/wordpress/?p=1316',0,'revision','',0),(1317,1,'2022-08-23 15:15:55','2022-08-23 15:15:55','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:15:55','2022-08-23 15:15:55','',1130,'https://sunfloris.com/wordpress/?p=1317',0,'revision','',0),(1318,1,'2022-08-23 15:15:55','2022-08-23 15:15:55','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:15:55','2022-08-23 15:15:55','',1130,'https://sunfloris.com/wordpress/?p=1318',0,'revision','',0),(1319,1,'2022-08-23 15:15:55','2022-08-23 15:15:55','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:15:55','2022-08-23 15:15:55','',1130,'https://sunfloris.com/wordpress/?p=1319',0,'revision','',0),(1320,1,'2022-08-23 15:17:43','2022-08-23 15:17:43','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:17:43','2022-08-23 15:17:43','',1130,'https://sunfloris.com/wordpress/?p=1320',0,'revision','',0),(1321,1,'2022-08-23 15:17:43','2022-08-23 15:17:43','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:17:43','2022-08-23 15:17:43','',1130,'https://sunfloris.com/wordpress/?p=1321',0,'revision','',0),(1322,1,'2022-08-23 15:17:43','2022-08-23 15:17:43','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:17:43','2022-08-23 15:17:43','',1130,'https://sunfloris.com/wordpress/?p=1322',0,'revision','',0),(1326,1,'2022-08-23 15:23:37','2022-08-23 15:23:37','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:23:37','2022-08-23 15:23:37','',1130,'https://sunfloris.com/wordpress/?p=1326',0,'revision','',0),(1324,1,'2022-08-23 15:23:36','2022-08-23 15:23:36','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:23:36','2022-08-23 15:23:36','',1130,'https://sunfloris.com/wordpress/?p=1324',0,'revision','',0),(1325,1,'2022-08-23 15:23:37','2022-08-23 15:23:37','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:23:37','2022-08-23 15:23:37','',1130,'https://sunfloris.com/wordpress/?p=1325',0,'revision','',0),(1327,1,'2022-08-23 15:24:07','2022-08-23 15:24:07','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:24:07','2022-08-23 15:24:07','',1130,'https://sunfloris.com/wordpress/?p=1327',0,'revision','',0),(1328,1,'2022-08-23 15:24:07','2022-08-23 15:24:07','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.20					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:24:07','2022-08-23 15:24:07','',1130,'https://sunfloris.com/wordpress/?p=1328',0,'revision','',0),(1329,1,'2022-08-23 15:24:07','2022-08-23 15:24:07','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:24:07','2022-08-23 15:24:07','',1130,'https://sunfloris.com/wordpress/?p=1329',0,'revision','',0),(1330,1,'2022-08-23 15:24:55','2022-08-23 15:24:55','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:24:55','2022-08-23 15:24:55','',1130,'https://sunfloris.com/wordpress/?p=1330',0,'revision','',0),(1331,1,'2022-08-23 15:24:55','2022-08-23 15:24:55','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:24:55','2022-08-23 15:24:55','',1130,'https://sunfloris.com/wordpress/?p=1331',0,'revision','',0),(1332,1,'2022-08-23 15:24:56','2022-08-23 15:24:56','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:24:56','2022-08-23 15:24:56','',1130,'https://sunfloris.com/wordpress/?p=1332',0,'revision','',0),(1333,1,'2022-08-23 15:25:41','2022-08-23 15:25:41','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:25:41','2022-08-23 15:25:41','',1130,'https://sunfloris.com/wordpress/?p=1333',0,'revision','',0),(1334,1,'2022-08-23 15:25:41','2022-08-23 15:25:41','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.01.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:25:41','2022-08-23 15:25:41','',1130,'https://sunfloris.com/wordpress/?p=1334',0,'revision','',0),(1335,1,'2022-08-23 15:25:41','2022-08-23 15:25:41','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:25:41','2022-08-23 15:25:41','',1130,'https://sunfloris.com/wordpress/?p=1335',0,'revision','',0),(1336,1,'2022-08-23 15:28:44','2022-08-23 15:28:44','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:28:44','2022-08-23 15:28:44','',1130,'https://sunfloris.com/wordpress/?p=1336',0,'revision','',0),(1337,1,'2022-08-23 15:28:44','2022-08-23 15:28:44','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number and our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:28:44','2022-08-23 15:28:44','',1130,'https://sunfloris.com/wordpress/?p=1337',0,'revision','',0),(1338,1,'2022-08-23 15:28:44','2022-08-23 15:28:44','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-23 15:28:44','2022-08-23 15:28:44','',1130,'https://sunfloris.com/wordpress/?p=1338',0,'revision','',0),(1339,1,'2023-07-09 12:44:11','2022-08-23 16:10:13',' ','','','publish','closed','closed','','1339','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=1339',6,'nav_menu_item','',0),(1340,1,'2023-07-09 12:44:11','2022-08-23 16:10:13',' ','','','publish','closed','closed','','1340','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=1340',7,'nav_menu_item','',0),(1341,1,'2023-07-09 12:44:11','2022-08-23 16:10:13',' ','','','publish','closed','closed','','1341','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=1341',8,'nav_menu_item','',0),(1342,1,'2023-07-09 12:44:11','2022-08-23 16:10:13',' ','','','publish','closed','closed','','1342','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=1342',9,'nav_menu_item','',0),(1343,1,'2023-07-09 12:44:11','2022-08-23 16:10:13',' ','','','publish','closed','closed','','1343','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=1343',10,'nav_menu_item','',0),(1344,1,'2023-07-09 12:44:11','2022-08-23 16:10:13','','ChatsBots Services','','publish','closed','closed','','chatsbots-services','','','2023-07-09 12:44:11','2023-07-09 12:44:11','',0,'https://sunfloris.com/wordpress/?p=1344',5,'nav_menu_item','',0),(1365,1,'2022-08-24 02:53:03','2022-08-24 02:53:03','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:53:03','2022-08-24 02:53:03','',1130,'https://sunfloris.com/wordpress/?p=1365',0,'revision','',0),(1348,1,'2022-08-24 02:40:34','2022-08-24 02:40:34','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:40:34','2022-08-24 02:40:34','',1130,'https://sunfloris.com/wordpress/?p=1348',0,'revision','',0),(1346,1,'2022-08-24 02:40:34','2022-08-24 02:40:34','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:40:34','2022-08-24 02:40:34','',1130,'https://sunfloris.com/wordpress/?p=1346',0,'revision','',0),(1347,1,'2022-08-24 02:40:34','2022-08-24 02:40:34','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales. </p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:40:34','2022-08-24 02:40:34','',1130,'https://sunfloris.com/wordpress/?p=1347',0,'revision','',0),(1349,1,'2022-08-24 02:41:18','2022-08-24 02:41:18','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:41:18','2022-08-24 02:41:18','',1130,'https://sunfloris.com/wordpress/?p=1349',0,'revision','',0),(1350,1,'2022-08-24 02:41:18','2022-08-24 02:41:18','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:41:18','2022-08-24 02:41:18','',1130,'https://sunfloris.com/wordpress/?p=1350',0,'revision','',0),(1351,1,'2022-08-24 02:41:19','2022-08-24 02:41:19','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:41:19','2022-08-24 02:41:19','',1130,'https://sunfloris.com/wordpress/?p=1351',0,'revision','',0),(1352,1,'2022-08-24 02:45:35','2022-08-24 02:45:35','<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND','WhatsApp Marketing Services','','publish','closed','closed','','whatsapp-marketing-services','','','2022-08-24 02:49:13','2022-08-24 02:49:13','',0,'https://sunfloris.com/wordpress/?page_id=1352',0,'page','',0),(1353,1,'2022-08-24 02:46:52','2022-08-24 02:46:52','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','WhatsApp Marketing Services','','inherit','closed','closed','','1352-revision-v1','','','2022-08-24 02:46:52','2022-08-24 02:46:52','',1352,'https://sunfloris.com/wordpress/?p=1353',0,'revision','',0),(1354,1,'2022-08-24 02:47:58','2022-08-24 02:47:58','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 02:47:58','2022-08-24 02:47:58','',13,'https://sunfloris.com/wordpress/?p=1354',0,'revision','',0),(1355,1,'2022-08-24 02:47:58','2022-08-24 02:47:58','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 02:47:58','2022-08-24 02:47:58','',13,'https://sunfloris.com/wordpress/?p=1355',0,'revision','',0),(1356,1,'2022-08-24 02:47:59','2022-08-24 02:47:59','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WhatsApp Marketing Services</h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 02:47:59','2022-08-24 02:47:59','',13,'https://sunfloris.com/wordpress/?p=1356',0,'revision','',0),(1359,1,'2022-08-24 02:49:13','2022-08-24 02:49:13','<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND','WhatsApp Marketing Services','','inherit','closed','closed','','1352-revision-v1','','','2022-08-24 02:49:13','2022-08-24 02:49:13','',1352,'https://sunfloris.com/wordpress/?p=1359',0,'revision','',0),(1357,1,'2022-08-24 02:49:12','2022-08-24 02:49:12','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','WhatsApp Marketing Services','','inherit','closed','closed','','1352-revision-v1','','','2022-08-24 02:49:12','2022-08-24 02:49:12','',1352,'https://sunfloris.com/wordpress/?p=1357',0,'revision','',0),(1358,1,'2022-08-24 02:49:12','2022-08-24 02:49:12','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','WhatsApp Marketing Services','','inherit','closed','closed','','1352-revision-v1','','','2022-08-24 02:49:12','2022-08-24 02:49:12','',1352,'https://sunfloris.com/wordpress/?p=1358',0,'revision','',0),(1360,1,'2022-08-24 02:49:41','2022-08-24 02:49:41','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WhatsApp Marketing Services</h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 02:49:41','2022-08-24 02:49:41','',13,'https://sunfloris.com/wordpress/?p=1360',0,'revision','',0),(1361,1,'2022-08-24 02:49:41','2022-08-24 02:49:41','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WhatsApp Marketing Services</h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 02:49:41','2022-08-24 02:49:41','',13,'https://sunfloris.com/wordpress/?p=1361',0,'revision','',0),(1362,1,'2022-08-24 02:49:41','2022-08-24 02:49:41','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2022-08-24 02:49:41','2022-08-24 02:49:41','',13,'https://sunfloris.com/wordpress/?p=1362',0,'revision','',0),(1363,1,'2022-08-24 02:53:02','2022-08-24 02:53:02','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:53:02','2022-08-24 02:53:02','',1130,'https://sunfloris.com/wordpress/?p=1363',0,'revision','',0),(1364,1,'2022-08-24 02:53:02','2022-08-24 02:53:02','<h4>Leads Generation & Marketing Services</h4>		\n		<p>The most important part of any marketing strategy is generating qualified leads. Getting your target audience into your sales funnel is essential for making sales and earning new customers and clients, which is why many businesses invest in lead generation services.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/Lead-Gen.gif\" alt=\"\" loading=\"lazy\" />														\n		<p>Referral Marketing made easy for everyone. Our lead generation solution is based on refer-a-friend and gamification concept.</p><p>In other words, we get people hyped talking about your brand because at the end of the day, they get incentives and you see an increase in sales and quality list building.</p><p>Sounds cool, doesn’t it?</p><p>We use giveaways to engage your audience and fosters brand loyalty. This is a process that, in turn, sees that your business grows.</p>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1024x577.png 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-300x169.png 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-768x433.png 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3-1536x865.png 1536w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/3.png 1640w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n												<a href=\"\">Our Lead Generation Marketing Methods.</a>\n					<p>At SunFloris Services, we help businesses generate unique, segmented, quality and compound leads using the following methods with our inhouse referral marketing solution:</p><ul><li>Viral List Building</li><li>Referral Marketing</li><li>Viral Giveaways</li><li>Viral Contest and Sweepstakes.</li><li>Viral Waiting List</li><li>Quiz Campaigns</li></ul><p>Our referral marketing solution can be used to increase lead generation and conversion rates among other things. It helps manage the different aspects of your campaign from getting users to sign up to advertising it to more people on social media through word of mouth.</p>\n												<a href=\"\">What kind of giveaways we create?</a>\n					<p>Essentially, it creates buzz by giving out incentives to your audience. What kind of giveaways we create?<br />• One-time campaigns<br />• Software’s<br />• Digital Products<br />• Coupons<br />• Points for actions<br />• Evergreen contests</p>\n												<a href=\"\">Our Target audience </a>\n					<p>Our Target audience includes but not limited to <br />• SaaS Companies<br />• eCommerce Brands<br />• Local Businesses<br />• Startups <br />• Online Businesses<br />• Marketing Agencies </p><p>Let’s help you convert your website traffic to quality, valuable and unique leads. </p><p>Our Solution is a viral referral marketing solution that helps increase customer and brand engagement, app installs, grow your email list and generate sales through referral campaigns. </p><p>You could say it’s a marketing automation growth tool that not only generates leads but also increases your sales and revenue.</p>\n												<a href=\"\">How does it work?</a>\n					<p>How does it work?</p><p>• Visitors sign up on your Landing Page. When they sign up, they immediately get something of Value (Like an eBook, or Software, Gifts, or Coupons, etc..).<br />• They get their own Unique Link to share your Landing Page with their Friends, Family and Network using Social Media.<br />• And the system creates a Viral Loops that generates compounds Leads for your Business.<br />• You can decide to run a contest with the highest referral for an amazing price to build your List.</p><p>Assign your Visitors to do a Task and Earn a Free Gift&#8230;</p><p>Pick the Best from the Leaderboard…</p>\n			<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n											<h3>\n						WhatsApp Marketing						</h3>\n							GOLD PLAN						\n								&#036;									\n						0.007					\n									per user							\n							<ul>\n											<li>\n										Send to your Subscribers and Lists.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Use your own WhatsApp Number									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Gold%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.02.						\n											<h3>\n						WhatsApp Marketing						</h3>\n							PREMIUM PLAN						\n								&#036;									\n						0.10					\n									per user							\n							<ul>\n											<li>\n										Send to our Large Verified  WhatsApp Database Numbers.									\n						</li>\n											<li>\n										Call to Action Button									\n						</li>\n											<li>\n										Send Image, Videos, Links, Documents									\n						</li>\n											<li>\n										Ability to add a Customer Support Phone Number									\n						</li>\n											<li>\n										Short Captivating Messages									\n						</li>\n											<li>\n										Ability to use your WhatsApp Number or our WhatsApp Number.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20the%20Premium%20WhatsApp%20Marketing%20Plan.\">\n							GET A SAMPLE						</a>\n							To use our WhatsApp Number for Marketing. Price will be $0.20.						\n					ON DEMAND				\n											<h3>\n						Lead Generation						</h3>\n							Send Viral Campaigns and Generate Unique and Quality Leads						\n								&#036;									\n						10					\n									per Lead Campaign							\n							<ul>\n											<li>\n										One Landing Lead Page									\n						</li>\n											<li>\n										One Thank You Page									\n						</li>\n											<li>\n										Reward Page to Display your Rewards.									\n						</li>\n											<li>\n										Gamification and Social Sharing									\n						</li>\n											<li>\n										Add your Autoresponder to Collect the List.									\n						</li>\n											<li>\n										Data Report and Statistics.									\n						</li>\n									</ul>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=I%20am%20interested%20in%20Viral%20Lead%20Generation%20Services.\">\n							GET A SAMPLE						</a>\n							Contact us to help you build and generate Contest Campaign for your Digital Business… Let’s help you Skyrocket your Business with Ease…						\n					ON DEMAND','Leads Generation & Marketing Services','','inherit','closed','closed','','1130-revision-v1','','','2022-08-24 02:53:02','2022-08-24 02:53:02','',1130,'https://sunfloris.com/wordpress/?p=1364',0,'revision','',0),(1378,1,'2023-02-10 17:12:30','2023-02-10 17:12:30','<iframe loading=\"lazy\" style=\"position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;\"\n    src=\"https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFaIMFtAeY&#x2F;view?embed\" allowfullscreen=\"allowfullscreen\" allow=\"fullscreen\">\n  </iframe>\n<a href=\"https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAFaIMFtAeY&#x2F;view?utm_content=DAFaIMFtAeY&amp;utm_campaign=designshare&amp;utm_medium=embeds&amp;utm_source=link\" target=\"_blank\" rel=\"noopener\"','Mobile Marketing','','inherit','closed','closed','','1374-revision-v1','','','2023-02-10 17:12:30','2023-02-10 17:12:30','',1374,'https://sunfloris.com/wordpress/?p=1378',0,'revision','',0),(1375,1,'2023-02-10 17:03:32','2023-02-10 17:03:32','<h4>YouTube Transcriptions Services</h4>\r\nThe growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.\r\n\r\n<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg\" sizes=\"(max-width: 680px) 100vw, 680px\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg 680w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5-300x181.jpg 300w\" alt=\"\" width=\"680\" height=\"410\" />\r\n\r\nWe can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...\r\n\r\nOur YouTube Transcriptions Solution can do the Following...\r\n<ol>\r\n 	<li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li>\r\n 	<li>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</li>\r\n 	<li>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</li>\r\n 	<li>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</li>\r\n 	<li>We provide Featured images, images for the post and post tags.</li>\r\n 	<li>SEO Related Keywords</li>\r\n</ol>\r\nWe can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.\r\n\r\nYouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.\r\n\r\nContact us today on WhatsApp to get started.\r\n\r\n<a role=\"button\" href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\">\r\nCONTACT US on whatsapp\r\n</a>','Mobile Marketing','','inherit','closed','closed','','1374-revision-v1','','','2023-02-10 17:03:32','2023-02-10 17:03:32','',1374,'https://sunfloris.com/wordpress/?p=1375',0,'revision','',0),(1376,1,'2023-02-10 17:12:30','2023-02-10 17:12:30','<h4>YouTube Transcriptions Services</h4>\r\nThe growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.\r\n\r\n<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg\" sizes=\"(max-width: 680px) 100vw, 680px\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg 680w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5-300x181.jpg 300w\" alt=\"\" width=\"680\" height=\"410\" />\r\n\r\nWe can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...\r\n\r\nOur YouTube Transcriptions Solution can do the Following...\r\n<ol>\r\n 	<li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li>\r\n 	<li>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</li>\r\n 	<li>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</li>\r\n 	<li>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</li>\r\n 	<li>We provide Featured images, images for the post and post tags.</li>\r\n 	<li>SEO Related Keywords</li>\r\n</ol>\r\nWe can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.\r\n\r\nYouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.\r\n\r\nContact us today on WhatsApp to get started.\r\n\r\n<a role=\"button\" href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\">\r\nCONTACT US on whatsapp\r\n</a>','Mobile Marketing','','inherit','closed','closed','','1374-revision-v1','','','2023-02-10 17:12:30','2023-02-10 17:12:30','',1374,'https://sunfloris.com/wordpress/?p=1376',0,'revision','',0),(1377,1,'2023-02-10 17:12:30','2023-02-10 17:12:30','<h4>YouTube Transcriptions Services</h4>\r\nThe growth of a huge market in the digital world has quickly boosted the reception of online video content. People switched from reading to watching videos online in a quick span of time and video sharing platforms have seen a huge rise in their user base. When it comes to video content, YouTube, the giant of video sharing platform. This is where people land in for any information.\r\n\r\n<img src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg\" sizes=\"(max-width: 680px) 100vw, 680px\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5.jpg 680w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/ezgif.com-gif-maker-5-300x181.jpg 300w\" alt=\"\" width=\"680\" height=\"410\" />\r\n\r\nWe can convert ANY YouTube Video Into a Fully Formatted Blog Post &amp; Share To Social Media in less than 24 hours...\r\n\r\nOur YouTube Transcriptions Solution can do the Following...\r\n<ol>\r\n 	<li>Search and create content in 105 languages. Find videos using Keywords, Video URLs, Playlist URLs or Channel URLs.</li>\r\n 	<li>Correct grammar mistakes or errors in your content using our built-in grammar correction tool.</li>\r\n 	<li>Auto Punctuator: Some videos, when converted to the text don\'t have any punctuation. Using our AI-powered punctuator, we can in just one click add punctuation (commas, full stops, capitalizations, apostrophes) to this kind of content.</li>\r\n 	<li>Content Spinner: Our built-in content spinner creates unique, readable variation of content every time.</li>\r\n 	<li>We provide Featured images, images for the post and post tags.</li>\r\n 	<li>SEO Related Keywords</li>\r\n</ol>\r\nWe can convert any YouTube Videos to text, no matter the length of the video. We can transcribe in any Language.\r\n\r\nYouTube has a lot of information that you can convert into text that can be used to create Blog Posts, eBooks, Guides, Articles, Documentaries, Scripts, How to do\'s Guides, and so much more.\r\n\r\nContact us today on WhatsApp to get started.\r\n\r\n<a role=\"button\" href=\"https://api.whatsapp.com/send?phone=+2348171272445&amp;text=I%20am%20interested%20in%20your%20YouTube%20Transcriptions%20Services.%20Thank%20You.\">\r\nCONTACT US on whatsapp\r\n</a>','Mobile Marketing','','inherit','closed','closed','','1374-revision-v1','','','2023-02-10 17:12:30','2023-02-10 17:12:30','',1374,'https://sunfloris.com/wordpress/?p=1377',0,'revision','',0),(1381,1,'2023-02-10 22:40:45','2023-02-10 22:40:45','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:40:45','2023-02-10 22:40:45','',13,'https://sunfloris.com/wordpress/?p=1381',0,'revision','',0),(1388,1,'2023-02-10 22:47:44','2023-02-10 22:47:44','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Mobile Marketing Services</h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://mobile-marketing.my.canva.site/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:47:44','2023-02-10 22:47:44','',13,'https://sunfloris.com/wordpress/?p=1388',0,'revision','',0),(1382,1,'2023-02-10 22:40:45','2023-02-10 22:40:45','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://mobile-marketing.my.canva.site/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://mobile-marketing.my.canva.site/\">Mobile Marketing Services</a></h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:40:45','2023-02-10 22:40:45','',13,'https://sunfloris.com/wordpress/?p=1382',0,'revision','',0),(1383,1,'2023-02-10 22:41:22','2023-02-10 22:41:22','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://mobile-marketing.my.canva.site/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://mobile-marketing.my.canva.site/\">Mobile Marketing Services</a></h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:41:22','2023-02-10 22:41:22','',13,'https://sunfloris.com/wordpress/?p=1383',0,'revision','',0),(1384,1,'2023-02-10 22:41:22','2023-02-10 22:41:22','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://mobile-marketing.my.canva.site/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://mobile-marketing.my.canva.site/\">Mobile Marketing Services</a></h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:41:22','2023-02-10 22:41:22','',13,'https://sunfloris.com/wordpress/?p=1384',0,'revision','',0),(1385,1,'2023-02-10 22:41:22','2023-02-10 22:41:22','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://mobile-marketing.my.canva.site/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://mobile-marketing.my.canva.site/\">Mobile Marketing Services</a></h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:41:22','2023-02-10 22:41:22','',13,'https://sunfloris.com/wordpress/?p=1385',0,'revision','',0),(1386,1,'2023-02-10 22:47:44','2023-02-10 22:47:44','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://mobile-marketing.my.canva.site/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://mobile-marketing.my.canva.site/\">Mobile Marketing Services</a></h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:47:44','2023-02-10 22:47:44','',13,'https://sunfloris.com/wordpress/?p=1386',0,'revision','',0),(1387,1,'2023-02-10 22:47:44','2023-02-10 22:47:44','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://mobile-marketing.my.canva.site/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://mobile-marketing.my.canva.site/\">Mobile Marketing Services</a></h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-revision-v1','','','2023-02-10 22:47:44','2023-02-10 22:47:44','',13,'https://sunfloris.com/wordpress/?p=1387',0,'revision','',0),(1389,1,'2023-02-10 22:49:48','2023-02-10 22:49:48','<h1>Our Services</h1>		\n												<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n			<h2>How can we help you?</h2>		\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>ChatsBots Services</h3><p>Rapidly Grow, Convert Sales to Prospects, & Scale Your Business Using Next-Generation Smart ChatBots Automation.</p>		\n			<a href=\"https://sendo.sunfloris.com/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>WebEngage Services</h3><p>Capture your website visitors attention whenever they move away from your website. Recover your Website Traffic.</p>		\n			<a href=\"https://sunfloris.com/wordpress/webengage-services/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Video Marketing Services</h3><p>We help create awareness of your Business through Videos at an affordable price.</p>		\n			<a href=\"https://sunfloris.com/wordpress/videomarketing/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/domain-registration.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Website Design Services</h3><p>We are a leading web design agency that builds websites, landing pages, and sales pages to help grow your business</p>		\n			<a href=\"https://sunfloris.com/wordpress/websitedesign/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Leads Generation & Marketing Services</h3><p>The most important part of any marketing strategy is generating qualified leads. We provide mobile and email leads for Marketing.</p>		\n			<a href=\"https://sunfloris.com/wordpress/leadsgen/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/analytics.png\" alt=\"\" loading=\"lazy\" /></figure><h3>YouTube Transcriptions Services</h3><p>We can transcribe any YouTube Videos to text into any Language, no matter the length of the video.</p>		\n			<a href=\"https://sunfloris.com/wordpress/youtubetransservices/\" role=\"button\">\n						Read More\n					</a>\n			<figure><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Mobile Marketing Services</h3><p>Mobile marketing is a digital marketing strategy that targets customers through their mobile devices to promote products and services. This can include Bulk SMS/MMS Messages, and WhatsApp Messages.</p>		\n			<a href=\"https://mobile-marketing.my.canva.site/\" role=\"button\">\n						Read More\n					</a>\n			<figure><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\"><img width=\"256\" height=\"256\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/viral-marketing.png\" alt=\"\" loading=\"lazy\" /></a></figure><h3><a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\">WhatsApp Marketing Services</a></h3><p>WhatsApp marketing is a type of messenger marketing, which implies promoting a Brand or Business through WhatsApp.</p>		\n			<a href=\"https://sunfloris.com/wordpress/whatsapp-marketing-services/\" role=\"button\">\n						Read More\n					</a>','Services','','inherit','closed','closed','','13-autosave-v1','','','2023-02-10 22:49:48','2023-02-10 22:49:48','',13,'https://sunfloris.com/wordpress/?p=1389',0,'revision','',0),(1393,1,'2023-02-21 12:44:43','2023-02-21 12:44:43','<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','WhatsApp Template','','publish','closed','closed','','whatsapp-template','','','2023-02-21 12:44:44','2023-02-21 12:44:44','',0,'https://sunfloris.com/wordpress/?elementor_library=whatsapp-template',0,'elementor_library','',0),(1394,1,'2023-02-21 12:44:43','2023-02-21 12:44:43','','WhatsApp Template','','inherit','closed','closed','','1393-revision-v1','','','2023-02-21 12:44:43','2023-02-21 12:44:43','',1393,'https://sunfloris.com/wordpress/?p=1394',0,'revision','',0),(1395,1,'2023-02-21 12:44:44','2023-02-21 12:44:44','<h2>WhatsApp Marketing: The new way to reach your customers!</h2>		\n												<img width=\"1024\" height=\"577\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/WhatsApp-Marketing.gif\" alt=\"\" loading=\"lazy\" />														\n												<a href=\"\">What is WhatsApp Marketing</a>\n					<p>WhatsApp marketing is a type of messenger marketing, which implies promoting a brand through WhatsApp. This channel helps brands reach an enormous audience, build strong relationships with customers, and increase sales.&nbsp;</p>\n												<a href=\"\">Key Stats About Whatsapp</a>\n					<ul><li>WhatsApp has <strong>2 billion active users</strong> worldwide.</li><li>WhatsApp is ranked as the <strong>most used mobile messenger app</strong> in the world.</li><li>More than <strong>100 billion messages are sent each day</strong> on WhatsApp.</li><li>The average WhatsApp user on Android spends <strong>38 minutes per day</strong> on the app.</li><li>India has the most WhatsApp monthly active users (<strong>390.1 million</strong>).</li></ul><p>According to App Annie data, the average WhatsApp user on the Android platform spends <strong>19.4 hours per month</strong> (38 minutes per day) on the app.</p><p><strong>Source:</strong> <a title=\"Hootsuite\" href=\"https://www.hootsuite.com/pages/digital-trends-2021\" target=\"_blank\" rel=\"noopener noreferrer\">Hootsuite</a></p>\n												<a href=\"\">Why Should You Use WhatsApp Marketing for Your Business?</a>\n					<p>WhatsApp is the most popular messaging platform in the world. In 2022, its audience has grown up to 2 billion active users monthly. This marketing channel is a must-have for businesses that want to connect with audiences in developing countries.</p><p>For instance, there are 340 million monthly WhatsApp users in India and almost 100 million in Brazil.</p><p>However, the platform is also an excellent choice for promotions in the US and African market.</p><p>WhatsApp marketing allows you to stay in touch with your customers – more than half of WhatsApp users check the app every day. Better yet, you can be sure they will get your offers, as text messages have a 98% open rate.</p><p>The last point is that your customers love this communication channel. They trust brands with chat apps more – 53% of people say they would buy from companies they can reach via chat.</p><p>However, there are more reasons to implement WhatsApp in your marketing strategy. </p>\n												<a href=\"\">Number of WhatsApp users per country</a>\n					<p>India has the largest number with 390 million users followed by Brazil (108 million). Diving into age reveals astonishing results for the monthly percentage of WhatsApp users out of total Internet users aged 16-64: top users include 97% of Kenyans, 96% of South Africans, and 95% of Nigerians. In the West, the channel’s appeal is also significant especially in Spain (88%) and Netherlands (87%).</p>Top performing territories: <strong>Nigeria*</strong> In 2021, WhatsApp&#8217;s user base in Nigeria amounts to approximately 4.03 million users. The number of WhatsApp users in Nigeria is projected to reach 8.13 million users by 2025. User figures have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period. <p><strong>Latin America</strong></p><p>According to monthly percentages of WhatsApp users out of total internet users, many Latin America countries feature in the top 20 WhatsApp-using countries. These include Argentina (93%), Colombia (92%), Brazil (91%), Costa Rica (83%), and Chile (80%).</p><p>Market watchers such as the Mobile Growth Association (MGA) believe such high usage rates are down to localized issues from uncompetitive mobile carriers through to the high costs associated with mobile texting and calling. Plus some providers in countries including Colombia offer unlimited WhatsApp use as part of their mobile offering.</p><p><strong>Middle East</strong></p><p>The popularity of chat channels is rising in the Middle East with WhatsApp and Snapchat accounting for 10% of all mobile data traffic. This figure is expected to only rise in future: According to research carried out by Northwestern University in Qatar, 75% of nationals across seven nations – Egypt, Jordan, Lebanon, Qatar, Saudi Arabia, Tunisia, and UAE – already use WhatsApp.</p><p><strong>Asia</strong></p><p>According to We Are Social, the Asia-Pacific region has 2.14 billion active social media users, meaning a huge 50% penetration rate. WhatsApp represents a key platform and is popular in countries including Hong Kong and Indonesia with the monthly percentage of WhatsApp users out of total Internet users in the latter country standing at 87%. Meanwhile, in Singapore, 73% of the population use WhatsApp every day.</p>Inside track: Where WhatsApp is growing globally. <p><strong>Africa</strong></p><p>WhatsApp is the most popular messaging app in most African countries with significant penetration rates across the continent. For instance, 97% in Kenya, 96% in South Africa, and 95% in Nigeria. In Zimbabwe alone, WhatsApp accounts for nearly 44% of all the country’s mobile internet use.</p><p><strong>USA</strong></p><p>While WhatsApp was born in the USA, the States only had a modest 75 million users in 2020 but that figure is expected to hit nearly 86 million by 2023. More relevant to brands is WhatsApp’s usage rates across US ethnic groups. The latest available data from the Pew Research Center shows Hispanic Americans use the channel the most (46%) with African Americans on 23% and Caucasians on 16%.</p><p><strong>India</strong></p><p>India’s number of users comes in at a colossal 390 million (out of the country’s 680 million internet users). WhatsApp also recorded the biggest growth in downloads in the Google Play Store in India, climbing by 68% in the last quarter of 2020 with 30.13 million downloads.</p>Top performing countries: <p><strong>Spain</strong></p><p>The country is the biggest WhatsApp user in Europe with 33 million using WhatsApp, making it Spain’s most popular messaging channel too. In 2020, 31% of WhatsApp users were aged between 41-55 years old and 19% between 16-24, according to Hootsuite.</p><p><strong>Germany</strong></p><p>In Germany, WhatsApp remains by far the most popular chat app. According to Bitkom, 81% of Germans use WhatsApp, many on a daily basis with E-marketer stating the channel has penetration rates of 84% among 24-35 year olds and 78% among older users.</p><p><strong>United Kingdom</strong></p><p>In 2021, the total number of monthly active WhatsApp users in the UK stood at 30 million out of its 62 million internet users with a 10% increase in penetration between 2019 and 2020. Usage data reveals that 73% of UK WhatsApp users use the app daily and 94% use it weekly, says Cybercrew.</p><p><strong>South Africa</strong></p><p>As of 2020, 96% of internet users in the country use WhatsApp, making the channel the most popular social media platform in South Africa. With 23 million users in 2021, it is predicted that user numbers will hit nearly 28 million by 2026 according to Statista.</p>\n												<a href=\"\">Benefits of WhatsApp Marketing for Your Business.</a>\n					<ul><li>Profound relationships with customers.</li></ul><p>Over 55% of people feel more connected to a brand if they use messaging apps. It makes WhatsApp marketing a bulletproof strategy for building long profound relationships with customers. Maintaining such a connection, in turn, helps brands cut expenditures as customer retention is 5-25 times cheaper than acquisition.</p><p>Out of the box, WhatsApp provides business with a robust set of opportunities for personalization. For instance, you can send personalized welcome messages, special offers, birthday congratulations, and so on. Such an approach keeps customers more engaged with a brand – over 70% of consumers say they engage only with personalized marketing messages.</p><ul><li>Better sales:</li></ul><p>WhatsApp marketing works as a sort of magic wand for your sales. The simple trick of adding a WhatsApp phone number on your website may result in a 27% more sales leads.</p><p>It seems like the opportunity to reach a brand through any messaging app alone instills confidence in potential customers. At least 66% feel more optimistic about purchasing from a company if it is active on messengers.</p><p>Better yet, you can consider WhatsApp a stand-alone sales channel for your business. It’s possible with the growing tendency for people to buy through messaging apps. Roughly 60% of consumers believe they will use messengers more to make purchases in the future.</p><ul><li>Higher conversion rate:</li></ul><p>Choosing a perfect channel for your initial contact with customers is crucial. People may get disgruntled with phone calls while staying inaccessible through email or social media.</p><p>Here is where WhatsApp comes in handy to nudge your prospects towards the purchase. Businesses say that customers answered 40% of their WhatsApp messages.</p><p>Better yet, messaging drives conversions. Namely, messaging after initial contact with a prospect can increase the conversion rate by 112.6%. </p><ul><li>Lower cost of marketing:</li></ul><p>WhatsApp is still a very affordable marketing channel, which makes this platform enticing for small businesses. All you need to get the ball rolling is to install an app and connect to the Internet.</p><p>Meanwhile, the chances that your message will reach the customer are sky high. On average, a user checks WhatsApp over 23 times a day.</p><p>WhatsApp marketing drives more conversions, improves sales, allows you to build deep quality relationships with customers, and costs next to nothing in terms of marketing expenditures. Read further to learn how to build a WhatsApp marketing strategy.</p>\n												<a href=\"\">Our WhatsApp Marketing Strategy</a>\n					<p>A well-made strategy underlies the effectiveness of every marketing channel. It enables you to plan your steps and change paths if something goes wrong.</p><p>Define your goals and KPIs.<br />Pin down your target audience.<br />Get the business app<br />Create a brand persona.<br />Build a contact list.<br />Design your communication.<br />Deliver great customer service.</p>\n												<a href=\"\">Requirements for WhatsApp Marketing</a>\n					<ol><li>A Business WhatsApp Account Number that users can call.</li><li>Your Target Audience or our own List.</li><li>Your Call to Action Link.</li><li>Short Message and One Image</li><li>Make Payment.</li></ol>\n												<a href=\"\">Who needs WhatsApp Marketing</a>\n					<p>Grow Your Business On WhatsApp.</p><ol><li>Small Business</li><li>Startups</li><li>Schools</li><li>NGOs and Associations.</li><li>Corporate Business</li><li>Government Agencies.</li><li>Church and Religious Organizations.</li><li>Ecommerce</li><li>Retail Stores.</li><li>Restaurants.</li><li>Service Based Business.</li></ol>\n												<a href=\"\">What can you do with WhatsApp Marketing </a>\n					<ol><li>Apps Downloads.</li><li>Website Traffic and Visits.</li><li>Send Notifications and Reminders.</li><li>Providing Customer Support.</li><li>Getting feedback and doing consumer research.</li><li>To get reviews and ratings.</li><li>Deliver special offers and Giveaways.</li><li>Send Educational Content.</li><li>Send Promotions and so much more</li></ol>\n												<img width=\"1024\" height=\"329\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-1024x329.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-300x96.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1-768x246.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2022/08/0-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','WhatsApp Template','','inherit','closed','closed','','1393-revision-v1','','','2023-02-21 12:44:44','2023-02-21 12:44:44','',1393,'https://sunfloris.com/wordpress/?p=1395',0,'revision','',0),(1400,1,'2023-07-09 12:43:17','2023-07-09 12:43:17','<h1>Take Control of Your Business with Our World-Class Services</h1>		\n			<a href=\"https://sunfloris.com/wordpress/contact-us/\">\n						Book Consultation\n					</a>\n												<img width=\"1024\" height=\"767\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-1024x767.jpg 1024w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-300x225.jpg 300w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img-768x575.jpg 768w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-hero-img.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />														\n			<h2>We help teams build a business of their dreams with our services.</h2>		\n			<h4>Identify Goals</h4><p>We work closely with you to understand and identify your business goals that can be converted into an actionable plan.</p>		\n			<h4>Bring Ideas to Life</h4><p>The ideas and plans that we’ve jotted will then be brought to life. We help and guide you to take the first step and set things up.</p>		\n			<h4>Business Expansion</h4><p>Setting up a business is not enough. We help you think ahead and encourage you to expand your business with a full-proof plan.</p>		\n			<a href=\"https://sunfloris.com/wordpress/services/\">\n						View All Services\n					</a>\n												<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />														\n			<h4>Trust Us</h4>		\n			<h2>We Are Here to Help!</h2><p>If you are looking for a reliable business coach with whom you share your mind and get the best business advice you’ve been looking for, we are here. With 10 years of experience in helping businesses grow, we’ve mastered the skills of studying the market for you and helping you cope up with the latest trends that’ll take your business to the next level.</p>		\n			<h2>Why Choose Us?</h2><p>We are well-experienced business professionals with younger minds.</p>		\n			<h5>Passion & Commitment</h5>		\n			<h5>Honesty & Openness</h5>		\n			<h5>Dedicated Team</h5>		\n			<h5>Practical Approach</h5>		\n												<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/why-choose-us-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />','Home','','inherit','closed','closed','','9-autosave-v1','','','2023-07-09 12:43:17','2023-07-09 12:43:17','',9,'https://sunfloris.com/wordpress/?p=1400',0,'revision','',0),(1502,1,'2023-07-09 13:17:20','2023-07-09 13:17:20','','placeholder.png','','inherit','open','closed','','placeholder-png','','','2023-07-09 13:17:20','2023-07-09 13:17:20','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/07/placeholder.png',0,'attachment','image/png',0),(1503,1,'2023-07-09 13:17:21','2023-07-09 13:17:21','<p style=\"text-align: center;\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.  Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.</p>		\n			<h2>BRAND NEW TRAINING REVEALS...</h2>		\n			<h3>How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.</h3>		\n		<p>IMAGINE CREATING and hosting HOT SELLING ONLINE COURSES WITH YOUR SMARTPHONE THAT CONSISTENTLY EARNS YOU 6 - FIGURES MONTHLY WITHOUT DOING MOST OF THE WORK FROM SCRATCH OR NEEDING A WEBSITE OR A LAPTOP.</p>		\n			<a href=\"#Content1\">\n						YES, GIVE ME INSTANT ACCESS NOW\n					</a>\n			<h2><a href=\"#\">RESULTS SPEAK LOUDER!</a></h2>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>Dear friend,</p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone</strong> without having to<strong> build or create from scratch using a Laptop or need a Website.</strong></p><p>If you answered <strong>YES</strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why…</p><p><strong>Online Course Creation</strong> is one of the <strong>easiest and lucrative business models</strong> anyone can start today and start <strong>making money</strong> almost immediately.</p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\'s not true</strong>.</p><p>You can Convert your <strong>Knowledge, Experience or Skills</strong> into<strong> online courses</strong> with just your <strong>Smartphone</strong>..</p><p><strong>Here\'s why Online Course Creation is a Lucrative Business?</strong></p><p>💥It\'s a product that can never run out of stock.<br />💥It does not require any form of Importation or shipping or delivery. <br />💥 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br />💥It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.</p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.</strong></p><p>The Knowledge industry is worth <strong>Billions of dollars</strong>. That is <strong>Billions with a capital *B.</strong></p><p>What does this tell you?</p><p>The <strong>Knowledge industry</strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.</strong></p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...</strong></p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.</p><p>How?</p><p><strong>By creating an *Online Course.*</strong></p><p>Online courses which can be in form of <strong>Video courses or eBooks</strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience</strong> to <strong>increase your impact and income.</strong></p><p>But you need to know how to create an online course that<strong> banks</strong> so your <strong>online course</strong> doesn\'t end up in your <strong>archive</strong>. <strong>That is why I created this course for you.</strong></p><h3 style=\"text-align: center;\"><strong>Introducing...</strong></h3>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n			<h2>Smartphone Online Course Profit Machine</h2>		\n		<p style=\"text-align: center;\"><strong>How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.</strong></p>		\n			<h2>Here Is What You\'ll Learn Inside Smartphone Online Course Profit Machine</h2>		\n					<ul>\n							<li>\n										My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\n									</li>\n								<li>\n										How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Digital Topics/Ideas You Can Sell And Make Lots Of Money In Less Time\n									</li>\n								<li>\n										Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\n									</li>\n								<li>\n										A Fail Proof process to help you create your digital products by yourself in 48 hours...\n									</li>\n								<li>\n										How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \n									</li>\n								<li>\n										How to brand and package your online course to make it look more valuable and Irresistible..\n									</li>\n								<li>\n										How to Enroll your First 100 studnets without spending a dime on advertising..\n									</li>\n								<li>\n										How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\n									</li>\n								<li>\n										How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\n									</li>\n								<li>\n										How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\n									</li>\n								<li>\n										and Lots More\n									</li>\n						</ul>\n			<a href=\"#coursevideo\">\n						I WANT TO PAY NOW\n					</a>\n			<h2>How Much To Get The Course?</h2>		\n		<section data-id=\"5930ec6a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><p>Let me be very <strong>frank</strong> with you..</p><p>I am not going to threaten you with any scarcity here.</p><p>The price for this course is <strong>N20, 000 Naira</strong></p><p>But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong>Billion Dollar Knowledge Information Industry out there.</strong></p><p>I’ll allow you to get the course for just<strong> N5000 Naira </strong></p><p>However, this is for a <strong>limited time.</strong></p><p>Let me be honest with you…</p><p>If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.</p><p><strong>The price of this course will increase any time from now.</strong></p><p>I cannot tell you when exactly but, one thing is sure; the price must surely go up.</p><p>To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong>FAST ACTION TAKERS </strong>bonuses which includes a <strong>Premium Video Builder Software.</strong></p></section><section data-id=\"38a03d3a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> </section>		\n			<h2>COURSE SNIPPET</h2>		\n			<h2>COURSE SNIPPET TWO</h2>		\n			<h2>FAST ACTION TAKERS BONUSES</h2>		\n				<h3>\n						Intro and Outro Video Software					\n				</h3>\n									<p>\n						Create Captivating\nIntro And Outro Videos\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \n<br><br><b>VALUE PRICE: N50,000 Naira</b>					</p>\n		https://vimeo.com/624385691		\n				<h3>\n						The 12 Commandments of Digital Marketing					\n				</h3>\n									<p>\n						The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten ‘laws’ are compulsory if you really want to succeed\nin internet marketing.\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\n<br>VALUE PRICE: N10,000 Naira\n					</p>\n				<h3>\n						The Digital Business Goldmines					\n				</h3>\n									<p>\n						A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \nThis section is for those still looking to choose the right models for making money on the internet consistently.\n<br>VALUE PRICE: N10,000 Naira					</p>\n				<h3>\n						The Complete Online Course Business Starter Kit					\n				</h3>\n									<p>\n						The fastest way to validate your course idea, attract early customers, and build a world-class online course.\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\n<br>VALUE PRICE: N20,000 Naira					</p>\n				<h3>\n						The Netpreneur Manifesto...					\n				</h3>\n									<p>\n						Everything, you need and don\'t need to become a successful digital marketer and save yourself, time, money, and frustration\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br>VALUE PRICE: N10,000 Naira					</p>\n			<h2>TAKE A PEEK INSIDE</h2>		\n			<h1>Here Is Everything You\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\"text-align: center;\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\"text-align: center;\">Best Price – Only <del>₦20,000</del></h4><h1 style=\"text-align: center;\"><strong><u>Give Away Price</u></strong></h1><h1 style=\"text-align: center;\">₦5,000</h1><p style=\"text-align: center;\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						I WANT TO PAY THE GIVEAWAY PRICE NOW\n					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<h1 style=\"text-align: center;\"><strong>100% Money Back Guarantee</strong></h1><p>This sounds unbelievable right?</p><p>I know, but I am not stupid for making guarantee.</p><p>I am confident that this course will work for you because it’s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.</p><p>I can understand.</p><p>That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.</p><p>If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.</p><p>The only thing you’ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.</p><p>Then, simply contact us &amp; your entire purchase price will be promptly refunded. <strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to  for a full refund of your investment. </strong></p><p><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.</b></p><p>No tricks. No hidden fees. None of that. All yours for a low price.</p>		\n			<a href=\"#Content2\">\n						See Everything You\'re Getting\n					</a>\n			<h2>Questions People Are Asking...</h2>		\n												<a tabindex=\"0\">What Format Are The Training Materials Delivered In?</a>\n					<p>The materials are delivered in Videos and Text formats and nothing complicated.</p><p>They are not physical books so you don’t need to wait for days to have them shipped to you.</p>\n												<a tabindex=\"0\">I dont have any Course Idea, Can I Benefit from this Course?</a>\n					<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.</p>\n												<a tabindex=\"0\">How Soon Will I Get Access To The Course After Payment?</a>\n					<p>You’ll have immediate access to the course. You’ll be learning and implementing within the next 2 minutes even it’s 2AM.</p>\n												<a tabindex=\"0\">Are You Going To Offer Me Any Support After Buying The Course?</a>\n					<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.</p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.</p>\n												<a tabindex=\"0\">Do I Need To Spend Any Other Other Money After Buying This Course?</a>\n					<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads</p><p>Creating your Course is Free<br />Designing your Course is Free<br />Hosting your Course Online is Free.</p><p>If you’re going to run paid ads, you’ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.</p>\n		<strong>Are You Ready To Get Started Now?</strong><h3 style=\"text-align: center;\"><strong>You’re One Step Away From Creating Profitable Online Courses That Can Consistently Pay You.</strong></h3>		\n			<h1>Here Is Everything You\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\"text-align: center;\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\"text-align: center;\">Best Price – Only <del>₦20,000</del></h4><h1 style=\"text-align: center;\"><strong><u>Give Away Price</u></strong></h1><h2 style=\"text-align: center;\">₦5,000 or GHS 100 or $15</h2><p style=\"text-align: center;\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<h1>Pay Online and Bank Transfer (Selar)</h1>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						Pay N5,000 Naira or GHS 100 or $15 Online via Selar\n					</a>\n		<p style=\"text-align: left;\"><strong>Pay With Selar!</strong> If you are in Nigeria or Ghana. Pay <b>N5000 Naira or your currency equivalent </b>Online using your debit card, bank transfer, mobile money, and gain access to your course. </p><p style=\"text-align: left;\">This payment method is safe, secured and 100% approved  by CBN and other Financial Bodies.</p><p style=\"text-align: left;\">You’ll be redirected to the course and you can start learning immediately even if it’s 2AM.</p>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						I WANT THE COURSE  + ALL THE BONUSES\n					</a>\n		<h6 style=\"text-align: center;\"><b>IMPORTANT: Earnings And Legal Disclaimers</b></h6><h6 style=\"text-align: center;\">We Don’t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That’s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We’re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings – All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.</h6><h4 style=\"text-align: left;\"><strong>75% OFF Crazy Offer! Pay <s>N20,000</s> N5,000 - Expires In <u>FEW HOURS</u></strong></h4>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						BUY NOW!\n					</a>','SMRT','','publish','closed','closed','','smrt','','','2023-07-09 13:17:21','2023-07-09 13:17:21','',0,'https://sunfloris.com/wordpress/?elementor_library=smrt',0,'elementor_library','',0),(2,1,'2021-10-25 20:00:46','2021-10-25 20:00:46','<!-- 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://courses.sunfloris.com/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','','','2021-10-25 20:00:46','2021-10-25 20:00:46','',0,'https://sunfloris.com/wordpress/sample-page/',0,'page','',0),(6,1,'2021-10-25 20:19:58','2021-10-25 20:19:58','','Shop','','publish','closed','closed','','shop-2','','','2021-10-25 20:19:58','2021-10-25 20:19:58','',0,'https://sunfloris.com/wordpress/shop-2/',0,'page','',0),(1402,1,'2021-10-25 20:19:58','2021-10-25 20:19:58','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2021-10-25 20:19:58','2021-10-25 20:19:58','',0,'https://sunfloris.com/wordpress/cart/',0,'page','',0),(10,1,'2021-10-25 20:19:58','2021-10-25 20:19:58','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2021-10-25 20:19:58','2021-10-25 20:19:58','',0,'https://sunfloris.com/wordpress/checkout/',0,'page','',0),(11,1,'2021-10-25 20:19:58','2021-10-25 20:19:58','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2021-10-25 20:19:58','2021-10-25 20:19:58','',0,'https://sunfloris.com/wordpress/my-account/',0,'page','',0),(179,1,'2020-10-09 07:43:59','2020-10-09 07:43:59','<h1>Courses</h1>		\n		<p>Imagine owning a business that you can run anywhere, anyplace and anytime while cashing out.</p><p>All Our courses are in Videos, audio, and text Format, which are self-explanatory, easy, step by step breakdown and engaging for our students.</p>		\n															<img width=\\\"600\\\" height=\\\"400\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2020/10/online-programming-course-featured-video.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2020/10/online-programming-course-featured-video.jpg 600w, https://courses.sunfloris.com/wp-content/uploads/2020/10/online-programming-course-featured-video-300x200.jpg 300w\\\" sizes=\\\"(max-width: 600px) 100vw, 600px\\\" />															\n					<ul>\n							<li>\n										Featured Course\n									</li>\n						</ul>\n			<h2>Smartphone<br>Online Course<br>Profit Machine</h2>		\n			Learn how to create, design, publish, host, and automate your online courses using your smartphone.		\n					<ul>\n							<li>\n										eBook 2 Cash Course\n									</li>\n								<li>\n										Video Course 2 Cash\n									</li>\n								<li>\n										PLR Blueprint\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Host and Publish your courses.\n									</li>\n								<li>\n										Course Sale Strategy\n									</li>\n						</ul>\n			<a href=\\\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\\\" role=\\\"button\\\">\n						Start Course\n					</a>\n																<a href=\\\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\\\">\n							<img width=\\\"800\\\" height=\\\"691\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1.jpg 800w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-300x259.jpg 300w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-768x663.jpg 768w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-600x518.jpg 600w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" />								</a>\n			<h6>Store Creation</h6>		\n			<h5>WhatsApp Ecommerce Store  Video Courses</h5>		\n			<a href=\\\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\\\" role=\\\"button\\\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										300\n									</li>\n						</ul>\n					<ul>\n							<li>\n										2h 24m\n									</li>\n						</ul>\n																<a href=\\\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\\\">\n							<img src=\\\"https://courses.sunfloris.com/wp-content/uploads/elementor/thumbs/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post-pf6qoden6wnakzdxeb5qgn8648ovzlsmgf58v4aouc.png\\\" title=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" alt=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" />								</a>\n			<h6>course hosting </h6>		\n			<h5>Smartphone Online Course Profit Machine</h5>		\n			<a href=\\\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\\\" role=\\\"button\\\">\n						Enroll  Now for N5,000 Naira\n					</a>\n					<ul>\n							<li>\n										200\n									</li>\n						</ul>\n					<ul>\n							<li>\n										3h 18m\n									</li>\n						</ul>\n																<a href=\\\"https://courses.sunfloris.com/34-digital-products-ideas/\\\">\n							<img src=\\\"https://courses.sunfloris.com/wp-content/uploads/elementor/thumbs/smartmockups_kv3fk42v-pfhju8fuxb3b9la3n5eb2azoa7v4glz5assfbbqgck.jpg\\\" title=\\\"smartmockups_kv3fk42v\\\" alt=\\\"smartmockups_kv3fk42v\\\" />								</a>\n			<h6>ebook</h6>		\n			<h5>34 Digital Product Ideas to create, and monetize.</h5>		\n			<a href=\\\"https://courses.sunfloris.com/34-digital-products-ideas/\\\" role=\\\"button\\\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										500\n									</li>\n						</ul>\n					<ul>\n							<li>\n										15m\n									</li>\n						</ul>','All Courses','','publish','closed','closed','','all-courses','','','2020-10-09 07:43:59','2020-10-09 07:43:59','',0,'https://sunfloris.com/wordpress/all-courses/',0,'page','',0),(1403,1,'2020-10-12 02:43:53','2020-10-12 02:43:53','<h1>About Us</h1>		\n		<p>Your Number One Digital Platform, where you can learn and earn money with your Skills.<br />Start and Grow the Online Business of your dreams with our Short Course, Digital EBooks, Digital Tools, Memberships, and Articles.</p>		\n			<a href=\\\"#\\\">\n						</a>\n			<h3>Let Numbers Talk</h3>		\n				0\n				+\n							Courses\n				0\n							Instructors\n				0\n				+\n							Students\n			<h6>WHAT WE OFFER</h6>		\n			You\\\'ll love how you can easily learn all the many right skills you need that can help you live your best life once you take action on them.		\n		<p>Get Access to over 100+ Digital Products that include hundreds of hours of amazing, in-depth video courses, Ebooks, Articles, and much more, all in a learning environment created for your business and personal success.</p>		\n			<h6>LEARN AT YOUR OWN PACE</h6>		\n			Our Self paced Courses allow our students to learn at their own pace from any device whether from their mobile phone or laptop, any time and any place, at their convenience.		\n		<p>Resume exactly where you left off and get access to features and updates, No limits on the number of times you can view video lessons or any of the digital products.</p>','About','','publish','closed','closed','','about','','','2020-10-12 02:43:53','2020-10-12 02:43:53','',0,'https://sunfloris.com/wordpress/about/',0,'page','',0),(1404,1,'2020-10-12 04:44:09','2020-10-12 04:44:09','<h1>Contact Us</h1>		\n				<h6>\n						Call Us					\n				</h6>\n									<p>\n						+234 817 127 2445					</p>\n				<h6>\n						Email Us					\n				</h6>\n									<p>\n						sunflorisservices@gmail.com					</p>\n			<h6>Follow us</h6>		\n					<a href=\\\"https://www.facebook.com/SunFlorisBusiness\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Facebook\n											</a>\n					<a href=\\\"https://twitter.com/SunFloris\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Twitter\n											</a>\n					<a href=\\\"https://www.instagram.com/sunflorisbusiness/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Instagram\n											</a>\n					<a href=\\\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Youtube\n											</a>\n					<a href=\\\"https://api.whatsapp.com/send?phone=+2348159821671&#038;text=Hello%20and%20Welcome%20to%20SunFloris%20Services%2C%20How%20may%20we%20help%20you.%20Do%20you%20require%20any%20of%20our%20courses%3F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Whatsapp\n											</a>\n		[wpforms id=\\\"28\\\"]			\n			<iframe frameborder=\\\"0\\\" scrolling=\\\"no\\\" marginheight=\\\"0\\\" marginwidth=\\\"0\\\"\n					src=\\\"https://maps.google.com/maps?q=Lagos%2C%20Nigeria&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\\\"\n					title=\\\"Lagos, Nigeria\\\"\n					aria-label=\\\"Lagos, Nigeria\\\"\n			></iframe>','Contact','','publish','closed','closed','','contact','','','2024-09-30 12:16:48','2024-09-30 12:16:48','',0,'https://sunfloris.com/wordpress/contact/',0,'page','',0),(1405,1,'2020-10-09 02:41:05','2020-10-09 02:41:05','<ul>\n 	<li>On-Demand digital academy</li>\n</ul>\n<h1>SunFloris\nDigital\nAcademy</h1>\nYour Number One Digital Platform, where you can learn and earn money with your Skills.\n\nStart and Grow the Online Business of your dreams with our Short Course, Digital EBooks, Digital Tools, Memberships, and Articles.\n\n<a role=\\\"button\\\" href=\\\"https://courses.sunfloris.com/all-courses/\\\">\nStart Course\n</a>\n<a role=\\\"button\\\" href=\\\"https://courses.sunfloris.com/all-courses/\\\">\nView All Courses\n</a>\n<a href=\\\"#\\\">\n</a>\n<img src=\\\"https://courses.sunfloris.com/wp-content/uploads/2020/10/online-programming-course-featured-video.jpg\\\" sizes=\\\"(max-width: 600px) 100vw, 600px\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2020/10/online-programming-course-featured-video.jpg 600w, https://courses.sunfloris.com/wp-content/uploads/2020/10/online-programming-course-featured-video-300x200.jpg 300w\\\" alt=\\\"\\\" width=\\\"600\\\" height=\\\"400\\\" />\n<ul>\n 	<li>Featured Course</li>\n</ul>\n<h2>Smartphone\nOnline Course\nProfit Machine</h2>\nLearn how to create, design, publish, host, and automate your online courses using your smartphone.\n<ul>\n 	<li>eBook 2 Cash Course</li>\n 	<li>Video Course 2 Cash</li>\n 	<li>PLR Blueprint</li>\n</ul>\n<ul>\n 	<li>Host and Publish your courses.</li>\n 	<li>Course Sale Strategy</li>\n</ul>\n<a role=\\\"button\\\" href=\\\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\\\">\nStart Course\n</a>\n<h2>OUR COURSES</h2>\n<a href=\\\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\\\">\n<img src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1.jpg\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1.jpg 800w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-300x259.jpg 300w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-768x663.jpg 768w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-600x518.jpg 600w\\\" alt=\\\"\\\" width=\\\"800\\\" height=\\\"691\\\" /> </a>\n<h6>Store Creation</h6>\n<h5>WhatsApp Ecommerce Store Video Courses</h5>\n<a role=\\\"button\\\" href=\\\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\\\">\nEnroll Now for Free\n</a>\n<ul>\n 	<li>300</li>\n</ul>\n<ul>\n 	<li>2h 24m</li>\n</ul>\n<a href=\\\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\\\">\n<img title=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/elementor/thumbs/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post-pf6qoden6wnakzdxeb5qgn8648ovzlsmgf58v4aouc.png\\\" alt=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" /> </a>\n<h6>course hosting</h6>\n<h5>Smartphone Online Course Profit Machine</h5>\n<a role=\\\"button\\\" href=\\\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\\\">\nEnroll Now for N5,000 Naira\n</a>\n<ul>\n 	<li>200</li>\n</ul>\n<ul>\n 	<li>3h 18m</li>\n</ul>\n<a href=\\\"https://courses.sunfloris.com/34-digital-products-ideas/\\\">\n<img title=\\\"1634823966\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/elementor/thumbs/1634823966-scaled-pf60yfk4t73rpid78kf4qswnsuj6hevk5fx2vf7490.jpg\\\" alt=\\\"1634823966\\\" /> </a>\n<h6>ebook</h6>\n<h5>34 Digital Product Ideas to create, and monetize.</h5>\n<a role=\\\"button\\\" href=\\\"https://courses.sunfloris.com/34-digital-products-ideas/\\\">\nEnroll Now for Free\n</a>\n<ul>\n 	<li>500</li>\n</ul>\n<ul>\n 	<li>15m</li>\n</ul>\n<h6>Testimonials</h6>\n<h2>Trusted by Thousand of\nStudents and Creators</h2>\n<a role=\\\"button\\\" href=\\\"https://courses.sunfloris.com/all-courses/\\\">\nStart Learning\n</a>\n<img src=\\\"https://courses.sunfloris.com/wp-content/uploads/2020/10/online-programming-course-review-03.jpg\\\" alt=\\\"\\\" width=\\\"80\\\" height=\\\"80\\\" />\n\n“SunFloris  Digital Academy helped me Kick Start and Build my Online Business Skills. They really honed my digital marketing skills through their courses especially the Facebook and Instagram courses and with their software, I got access to use software needed to boost my Online Business. ” <img role=\\\"img\\\" draggable=\\\"false\\\" src=\\\"https://s.w.org/images/core/emoji/13.1.0/svg/1f60a.svg\\\" alt=\\\"😊\\\" />”\n<h6>PAUL OKEKE</h6>\n<img title=\\\"online-coding-course-instructor-4\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/elementor/thumbs/online-coding-course-instructor-4-pf60bounbr39hn4dt50j7wj1kw94lgyue8o43ykvqm.jpg\\\" alt=\\\"online-coding-course-instructor-4\\\" />\n\n“I think SunFloris Digital Academy is a very educative and inspiring Platform. If you want to start an Online Business, it has all the Courses, Books, and Softwares that can help you start. It is like having someone hold your hands while they journey with you through the process. I am extremely satisfied.”\n<h6>FUNKE ADEMOLA</h6>','Home','','publish','closed','closed','','home-2','','','2020-10-09 02:41:05','2020-10-09 02:41:05','',0,'https://sunfloris.com/wordpress/home-2/',0,'page','',0),(1406,1,'2021-10-27 09:36:19','2021-10-27 09:36:19','<p style=\\\"text-align: center;\\\">F<em>ree Training- You Can Turn Your</em><em> WHATSAPP Into A Fully Functional E-COMMERCE STORE In Less Than 45 Minutes</em></p><p><strong>Transform your WhatsApp</strong> into a power tool that you can list your products and get paid by your customers instantly. Yes, and it is a FREE TRAINING…</p><p>YES, If you are looking for a way to <strong>SELL YOUR PRODUCTS</strong> or <strong>SERVICES, RECEIVE YOUR PAYMENTS</strong> even while you sleep <strong>WITHOUT HAVING TO UPLOAD MULTIPLE PICTURES ON YOUR STATUS</strong> which expires within <strong>24 hours.</strong></p><p>Then, this training is for you…</p><p>Yes, if you are looking for a way to <strong>sell your products</strong></p><p><strong>Receive payments</strong> even <strong>while you sleep</strong></p><p>Without paying a <strong>developer</strong> for an <strong>ecommerce website…</strong></p><p>Then this is the most <strong>important page you will ever visit</strong></p><p>The reason I am saying so is that I will show you how to step by step on how to create your <strong>complete ecommerce store</strong></p><p>If you are a <strong>smart business owner</strong> looking at how to grow and scale your <strong>online business</strong> without spending much on <strong>hiring expensive web designers,</strong> then read on.</p><p>Stop flooding your <strong>WhatsApp Status</strong> with <strong>images,</strong> when you can have an <strong>ecommerce store for your business.</strong></p><p>You can create <strong>Multiple Stores </strong>for different <strong>businesses your offer</strong> and with <strong>different currencies...</strong></p>		\n															<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Adverts-Digital-Products-Blog-Pinterest-Pin-1024x576.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Adverts-Digital-Products-Blog-Pinterest-Pin-1024x576.png 1024w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Adverts-Digital-Products-Blog-Pinterest-Pin-300x169.png 300w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Adverts-Digital-Products-Blog-Pinterest-Pin-768x432.png 768w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Adverts-Digital-Products-Blog-Pinterest-Pin-1536x864.png 1536w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Adverts-Digital-Products-Blog-Pinterest-Pin-600x338.png 600w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Adverts-Digital-Products-Blog-Pinterest-Pin.png 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" />															\n		<p>Are you are a smart business owner looking at how to grow and scale your online business without spending much on hiring expensive web designers? </p><ul><li><strong>Are you a business owner looking at increasing your online sales?</strong></li><li><strong>Do you Sell your Physical and Digital Products Online?</strong></li><li><strong>Do you Offer Physical and Digital Services Online?</strong></li><li><strong>Do you have WhatsApp on your Mobile Phone?</strong></li><li><strong>Do you know you can now turn your WhatsApp into an online E-commerce Shop or Store?</strong></li></ul><p>If you must sell massively, you need to have a very strong online presence.</p><p>Then this Practical Training is for “YOU”</p>		\n			<a href=\\\"https://selar.co/WAST\\\" role=\\\"button\\\">\n						Join the Free Telegram Training\n					</a>\n		<p><strong>What are you waiting for?</strong></p><p><strong>BUILD YOUR E-COMMERCE STORE ON WHATSAPP IN 45 MINUTES</strong></p><p>This WhatsApp Écommerce store affords you the opportunity to display up to 50 of your product online :</p><p>💥 Without any coding</p><p>💥 comes with a Free Subdomain</p><p>💥 Without paying for web hosting yearly.</p><p>💥 Without even hiring a website designer.</p><h4><strong>The most interesting part is that it is Do it Yourself aka DIY even as a complete beginner.</strong></h4><h4><strong>Interested in learning how you can create an online shop for your business in few minutes?</strong></h4><p>A Practical Training for businesses that which to sells anything on WhatsApp. Set up your FREE WhatsApp store and start selling online instantly 24X7. Works on both WhatsApp and WhatsApp Business.</p><p><strong>You will learn how to build the E-commerce Store by yourself with our simplified step-by-step video training even if you as a complete beginner. </strong></p><p>Stop creating WhatsApp status! </p><p>People get tired of flipping through product images daily. </p><p>WhatsApp automation has gone to the next level. </p><p>Businesses have moved past that.</p><p>Join other business owners and create your own eCommerce Store...</p><p>Smart sellers are the ones making sales and yet you wonder how. </p><p><strong>- Removes the stress of sending product pictures of your items with their prices to everyone </strong></p><p><strong>- Track how your contacts interact with your products on WhatsApp and follow up with those who abandoned their carts</strong></p><p><strong>- You can create this in 30 minutes on your Mobile phone </strong></p><p><strong>- You don\\\'t need to be techy at all</strong></p><p><strong>- Customers can pay with a debit card or bank transfer, still on WhatsApp. </strong></p><p><strong>- Generate Receipts for your Customers instantly...</strong></p><p><strong>- Saves you from spending 50k and above on an eCommerce store that you won\\\'t know how to use.</strong></p><p><strong>- Accept international payment whether in dollars or pounds</strong></p><p><strong>- Customers can shop for any of your products in one place...</strong></p><p><strong>Checkout the Demo Video to see how your store will look like and also how your customer will interact with your store.</strong></p>		\n			<!--presto-player:video_id=3--><figure style=\\\"--plyr-color-main: #229f0e; --presto-player-logo-width: 150px; \\\">\n    <presto-player  id=\\\"presto-player-1\\\" src=\\\"//www.youtube.com/embed/fjDxFKoOW5E?iv_load_policy=3&amp;modestbranding=1&amp;playinline=0&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" css=\\\"\\\" skin=\\\"default\\\" icon-url=\\\"https://courses.sunfloris.com/wp-content/plugins/presto-player/img/sprite.svg\\\" preload=\\\"\\\" poster=\\\"//img.youtube.com/vi/fjDxFKoOW5E/maxresdefault.jpg\\\"   >\n        <iframe style=\\\"width: 100%\\\" id=\\\"presto-iframe-fallback-1\\\" data-src=\\\"https://www.youtube.com/embed/fjDxFKoOW5E?iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" allowfullscreen allowtransparency allow=\\\"autoplay\\\"></iframe>\n    </presto-player>\n</figure>        \n			<a href=\\\"https://selar.co/WAST\\\" role=\\\"button\\\">\n						Build your Ecommerce Store for Free\n					</a>\n		<p><strong>*Benefits of the WhatsApp Store 🛒*</strong></p><p><strong>♻️ You will make more sales because your customers can now buy your products even while you are not available.</strong></p><p><strong>♻️ You will gain more visibility because your status is no more occupied with excess pictures of your products.</strong></p><p><strong>🛒 It\\\'s Easy DIY (Do It Yourself) set-up.</strong></p><p><strong>🛒 Works on both WhatsApp Messenger and WhatsApp Business</strong></p><p><strong>🛒Work on both Android, iPhone, and Laptop</strong></p><p><strong>🤷‍♂️ It\\\'s Completely FREE</strong></p><p><strong>The store is good for physical products and info Products or any services.</strong></p><h3><strong>All you need to do is to learn how to build yours.....</strong></h3><h3><strong>Grab the opportunity now!</strong></h3>		\n			<a href=\\\"https://selar.co/WAST\\\" role=\\\"button\\\">\n						Join the Free Telegram Training\n					</a>\n		<p><strong>*Features of WhatsApp E-COMMERCE store*</strong></p><p><strong>1. Easy to set up within 30minutes or more.</strong></p><p><strong>2. Different payment gateway integrated (Paystack, Stripe, Flutterwave, etc..)</strong></p><p><strong>3. You will receive order alerts on WhatsApp and customer contacts to follow up after they place an order.</strong></p><p><strong>4. You will link up all your social media pages to your eCommerce store.</strong></p><p><strong>5 Accepts all types of Payments (Naira, USD, GBP, GHC, KES, ZAR, all Currencies)</strong></p><p><strong>6 Accepts all Languages... You can build your store in any Language of your choice...</strong></p><p><strong>5. You can install Facebook pixel and Google analytics to track those who visited your store and lots more.</strong></p><p><strong>6. You can also run sponsored Facebook Ads for your e-commerce store instead of WhatsApp Group.</strong></p><p><strong>The Training Videos are so Self-Explanatory even a child of 5 years can learn how to create it.</strong></p><p><strong>SEE,</strong></p><p><strong>Smart African Business owners are taking this Opportunity now, DON’T BE LEFT OUT.</strong></p>		\n															<img width=\\\"352\\\" height=\\\"625\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Screenshot_20210303-152820.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Screenshot_20210303-152820.png 352w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Screenshot_20210303-152820-169x300.png 169w\\\" sizes=\\\"(max-width: 352px) 100vw, 352px\\\" />															\n															<img width=\\\"320\\\" height=\\\"568\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Screenshot_20210303-152621.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Screenshot_20210303-152621.png 320w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Screenshot_20210303-152621-169x300.png 169w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />															\n			<a href=\\\"https://selar.co/WAST\\\" role=\\\"button\\\">\n						Build your Ecommerce Store for Free\n					</a>','WhatsApp Ecommerce Store','','publish','closed','closed','','whatsapp-ecommerce-store','','','2021-10-27 09:36:19','2021-10-27 09:36:19','',0,'https://sunfloris.com/wordpress/whatsapp-ecommerce-store/',0,'page','',0),(1407,1,'2021-10-27 10:55:53','2021-10-27 10:55:53','<h2>FREE EBOOK FOR CREATORS</h2>		\n															<img width=\\\"1280\\\" height=\\\"896\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/11/smartmockups_kv3fk42v.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/11/smartmockups_kv3fk42v.jpg 1280w, https://courses.sunfloris.com/wp-content/uploads/2021/11/smartmockups_kv3fk42v-300x210.jpg 300w, https://courses.sunfloris.com/wp-content/uploads/2021/11/smartmockups_kv3fk42v-1024x717.jpg 1024w, https://courses.sunfloris.com/wp-content/uploads/2021/11/smartmockups_kv3fk42v-768x538.jpg 768w, https://courses.sunfloris.com/wp-content/uploads/2021/11/smartmockups_kv3fk42v-600x420.jpg 600w\\\" sizes=\\\"(max-width: 1280px) 100vw, 1280px\\\" />															\n			<h4>Get 34 Profitable Ideas For Your Next Digital Product!</h4>		\n					<ul>\n							<li>\n							<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M10.041 17l-4.5-4.319 1.395-1.435 3.08 2.937 7.021-7.183 1.422 1.409-8.418 8.591zm5.959 7v-2h-8v2h8zm0-24v2h-8v-2h8zm2 0h1c2.762 0 5 2.239 5 5v1h-2v-1c0-1.654-1.346-3-3-3h-1v-2zm6 16h-2v-8h2v8zm-18 8h-1c-2.762 0-5-2.239-5-5v-1h2v1c0 1.654 1.346 3 3 3h1v2zm18-6v1c0 2.761-2.238 5-5 5h-1v-2h1c1.654 0 3-1.346 3-3v-1h2zm-24-12v-1c0-2.761 2.238-5 5-5h1v2h-1c-1.654 0-3 1.346-3 3v1h-2zm0 2h2v8h-2v-8z\\\"></path></svg>						\n										34 pages of digital product ideas with examples...\n									</li>\n								<li>\n							<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M10.041 17l-4.5-4.319 1.395-1.435 3.08 2.937 7.021-7.183 1.422 1.409-8.418 8.591zm5.959 7v-2h-8v2h8zm0-24v2h-8v-2h8zm2 0h1c2.762 0 5 2.239 5 5v1h-2v-1c0-1.654-1.346-3-3-3h-1v-2zm6 16h-2v-8h2v8zm-18 8h-1c-2.762 0-5-2.239-5-5v-1h2v1c0 1.654 1.346 3 3 3h1v2zm18-6v1c0 2.761-2.238 5-5 5h-1v-2h1c1.654 0 3-1.346 3-3v-1h2zm-24-12v-1c0-2.761 2.238-5 5-5h1v2h-1c-1.654 0-3 1.346-3 3v1h-2zm0 2h2v8h-2v-8z\\\"></path></svg>						\n										Start monetizing your expertise or existing brand...\n									</li>\n								<li>\n							<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M10.041 17l-4.5-4.319 1.395-1.435 3.08 2.937 7.021-7.183 1.422 1.409-8.418 8.591zm5.959 7v-2h-8v2h8zm0-24v2h-8v-2h8zm2 0h1c2.762 0 5 2.239 5 5v1h-2v-1c0-1.654-1.346-3-3-3h-1v-2zm6 16h-2v-8h2v8zm-18 8h-1c-2.762 0-5-2.239-5-5v-1h2v1c0 1.654 1.346 3 3 3h1v2zm18-6v1c0 2.761-2.238 5-5 5h-1v-2h1c1.654 0 3-1.346 3-3v-1h2zm-24-12v-1c0-2.761 2.238-5 5-5h1v2h-1c-1.654 0-3 1.346-3 3v1h-2zm0 2h2v8h-2v-8z\\\"></path></svg>						\n										Bonus worksheet to get crystal clear on your idea...\n									</li>\n						</ul>\n			<a href=\\\"https://selar.co/34DPI\\\" role=\\\"button\\\">\n						Click here to Download\n					</a>\n				0			\n						Number of eBook Downloads					\n			<h2>Other Courses we Offer</h2>		\n																<a href=\\\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\\\">\n							<img width=\\\"800\\\" height=\\\"691\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1.jpg 800w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-300x259.jpg 300w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-768x663.jpg 768w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Ecomm-Store-1-600x518.jpg 600w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" />								</a>\n			<h6>Store Creation</h6>		\n			<h5>WhatsApp Ecommerce Store  Video Courses</h5>		\n			<a href=\\\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\\\" role=\\\"button\\\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										300\n									</li>\n						</ul>\n					<ul>\n							<li>\n										2h 24m\n									</li>\n						</ul>\n																<a href=\\\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\\\">\n							<img src=\\\"https://courses.sunfloris.com/wp-content/uploads/elementor/thumbs/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post-pf6qodep0otxzzmj0oghmrhpo90bz8m7a410380iw0.png\\\" title=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" alt=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" />								</a>\n			<h6>course hosting </h6>		\n			<h5>Smartphone Online Course Profit Machine</h5>		\n			<a href=\\\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\\\" role=\\\"button\\\">\n						Enroll  Now for N5,000 Naira\n					</a>\n					<ul>\n							<li>\n										200\n									</li>\n						</ul>\n					<ul>\n							<li>\n										3h 18m\n									</li>\n						</ul>','34 Digital Products Ideas','','publish','closed','closed','','34-digital-products-ideas','','','2021-10-27 10:55:53','2021-10-27 10:55:53','',0,'https://sunfloris.com/wordpress/34-digital-products-ideas/',0,'page','',0),(1408,1,'2021-10-27 13:08:58','2021-10-27 13:08:58','<p style=\\\"text-align: center;\\\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.  Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.</p>		\n			<h2>BRAND NEW TRAINING REVEALS...</h2>		\n			<h3>How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.</h3>		\n		<p>IMAGINE CREATING and hosting HOT SELLING ONLINE COURSES WITH YOUR SMARTPHONE THAT CONSISTENTLY EARNS YOU 6 - FIGURES MONTHLY WITHOUT DOING MOST OF THE WORK FROM SCRATCH OR NEEDING A WEBSITE OR A LAPTOP.</p>		\n			<a href=\\\"#Content1\\\" role=\\\"button\\\">\n						YES, GIVE ME INSTANT ACCESS NOW\n					</a>\n			<h2><a href=\\\"#\\\">RESULTS SPEAK LOUDER!</a></h2>		\n									<figure><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/pp-150x150.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/pp-150x150.jpg 150w, https://courses.sunfloris.com/wp-content/uploads/2021/10/pp-300x300.jpg 300w, https://courses.sunfloris.com/wp-content/uploads/2021/10/pp-100x100.jpg 100w, https://courses.sunfloris.com/wp-content/uploads/2021/10/pp.jpg 480w\\\" sizes=\\\"(max-width: 150px) 100vw, 150px\\\" /></figure>\n				<p><strong>If you\\\'re a digital Creator looking for a way to host your digital products online where students can enroll and take your courses online, then I highly recommend this course for.</strong></p>\n<p><strong>Flora actually took her time to create this detailed course such that even a primary 4 people can understand it. I\\\'m glad I found this solution.</strong></p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p style=\\\"display: block; float: none;\\\">John Agbo</p><p>Digital Creator Labs</p>			\n															<img width=\\\"720\\\" height=\\\"413\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/WhatsApp-Image-2021-10-28-at-12.02.16-PM.jpeg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/WhatsApp-Image-2021-10-28-at-12.02.16-PM.jpeg 720w, https://courses.sunfloris.com/wp-content/uploads/2021/10/WhatsApp-Image-2021-10-28-at-12.02.16-PM-300x172.jpeg 300w, https://courses.sunfloris.com/wp-content/uploads/2021/10/WhatsApp-Image-2021-10-28-at-12.02.16-PM-600x344.jpeg 600w\\\" sizes=\\\"(max-width: 720px) 100vw, 720px\\\" />															\n		<p>Dear friend,</p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone</strong> without having to<strong> build or create from scratch using a Laptop or need a Website.</strong></p><p>If you answered <strong>YES</strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why…</p><p><strong>Online Course Creation</strong> is one of the <strong>easiest and lucrative business models</strong> anyone can start today and start <strong>making money</strong> almost immediately.</p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\\\'s not true</strong>.</p><p>You can Convert your <strong>Knowledge, Experience or Skills</strong> into<strong> online courses</strong> with just your <strong>Smartphone</strong>..</p><p><strong>Here\\\'s why Online Course Creation is a Lucrative Business?</strong></p><p>💥It\\\'s a product that can never run out of stock.<br />💥It does not require any form of Importation or shipping or delivery. <br />💥 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br />💥It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.</p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.</strong></p><p>The Knowledge industry is worth <strong>Billions of dollars</strong>. That is <strong>Billions with a capital *B.</strong></p><p>What does this tell you?</p><p>The <strong>Knowledge industry</strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.</strong></p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...</strong></p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.</p><p>How?</p><p><strong>By creating an *Online Course.*</strong></p><p>Online courses which can be in form of <strong>Video courses or eBooks</strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience</strong> to <strong>increase your impact and income.</strong></p><p>But you need to know how to create an online course that<strong> banks</strong> so your <strong>online course</strong> doesn\\\'t end up in your <strong>archive</strong>. <strong>That is why I created this course for you.</strong></p><h3 style=\\\"text-align: center;\\\"><strong>Introducing...</strong></h3>		\n															<img src=\\\"https://courses.sunfloris.com/wp-content/uploads/elementor/thumbs/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post-1-pf8b7lig2lovyri95bv4j9duo1ut1zj7nc2250uefc.png\\\" title=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" alt=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" />															\n			<h2>Smartphone Online Course Profit Machine</h2>		\n		<p style=\\\"text-align: center;\\\"><strong>How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.</strong></p>		\n			<h2>Here Is What You\\\'ll Learn Inside Smartphone Online Course Profit Machine</h2>		\n					<ul>\n							<li>\n										My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\n									</li>\n								<li>\n										How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Digital Topics/Ideas You Can Sell And Make Lots Of Money In Less Time\n									</li>\n								<li>\n										Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\n									</li>\n								<li>\n										A Fail Proof process to help you create your digital products by yourself in 48 hours...\n									</li>\n								<li>\n										How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \n									</li>\n								<li>\n										How to brand and package your online course to make it look more valuable and Irresistible..\n									</li>\n								<li>\n										How to Enroll your First 100 studnets without spending a dime on advertising..\n									</li>\n								<li>\n										How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\n									</li>\n								<li>\n										How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\n									</li>\n								<li>\n										How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\n									</li>\n								<li>\n										and Lots More\n									</li>\n						</ul>\n			<a href=\\\"#coursevideo\\\" role=\\\"button\\\">\n						I WANT TO PAY NOW\n					</a>\n			<h2>How Much To Get The Course?</h2>		\n		<section data-id=\\\"5930ec6a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><p>Let me be very <strong>frank</strong> with you..</p><p>I am not going to threaten you with any scarcity here.</p><p>The price for this course is <strong>N20, 000 Naira</strong></p><p>But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong>Billion Dollar Knowledge Information Industry out there.</strong></p><p>I’ll allow you to get the course for just<strong> N5000 Naira </strong></p><p>However, this is for a <strong>limited time.</strong></p><p>Let me be honest with you…</p><p>If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.</p><p><strong>The price of this course will increase any time from now.</strong></p><p>I cannot tell you when exactly but, one thing is sure; the price must surely go up.</p><p>To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong>FAST ACTION TAKERS </strong>bonuses which includes a <strong>Premium Video Builder Software.</strong></p></section><section data-id=\\\"38a03d3a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"> </section>		\n			<h2>COURSE SNIPPET</h2>		\n			<!--presto-player:video_id=2--><figure style=\\\"--plyr-color-main: #229f0e; --presto-player-logo-width: 150px; \\\">\n    <presto-player  id=\\\"presto-player-1\\\" src=\\\"//www.youtube.com/embed/aTqCZRIGFdI?iv_load_policy=3&amp;modestbranding=1&amp;playinline=0&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" css=\\\"\\\" skin=\\\"stacked\\\" icon-url=\\\"https://courses.sunfloris.com/wp-content/plugins/presto-player/img/sprite.svg\\\" preload=\\\"\\\" poster=\\\"//img.youtube.com/vi/aTqCZRIGFdI/maxresdefault.jpg\\\"   >\n    </presto-player>\n</figure>        \n			<h2>COURSE SNIPPET TWO</h2>		\n			<!--presto-player:video_id=4--><figure style=\\\"--plyr-color-main: #229f0e; --presto-player-logo-width: 150px; \\\">\n    <presto-player  id=\\\"presto-player-2\\\" src=\\\"//www.youtube.com/embed/DgPT4dnRJnY?iv_load_policy=3&amp;modestbranding=1&amp;playinline=0&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" css=\\\"\\\" skin=\\\"stacked\\\" icon-url=\\\"https://courses.sunfloris.com/wp-content/plugins/presto-player/img/sprite.svg\\\" preload=\\\"\\\" poster=\\\"//img.youtube.com/vi/DgPT4dnRJnY/maxresdefault.jpg\\\"   >\n        <iframe style=\\\"width: 100%\\\" id=\\\"presto-iframe-fallback-2\\\" data-src=\\\"https://www.youtube.com/embed/DgPT4dnRJnY?iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" allowfullscreen allowtransparency allow=\\\"autoplay\\\"></iframe>\n    </presto-player>\n</figure>        \n			<h2>FAST ACTION TAKERS BONUSES</h2>		\n				<h3>\n						Intro and Outro Video Software					\n				</h3>\n									<p>\n						Create Captivating\nIntro And Outro Videos\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \n<br><br><b>VALUE PRICE: N50,000 Naira</b>					</p>\n		https://vimeo.com/624385691		\n				<h3>\n						The 12 Commandments of Digital Marketing					\n				</h3>\n									<p>\n						The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten ‘laws’ are compulsory if you really want to succeed\nin internet marketing.\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\n<br>VALUE PRICE: N10,000 Naira\n					</p>\n				<h3>\n						The Digital Business Goldmines					\n				</h3>\n									<p>\n						A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \nThis section is for those still looking to choose the right models for making money on the internet consistently.\n<br>VALUE PRICE: N10,000 Naira					</p>\n				<h3>\n						The Complete Online Course Business Starter Kit					\n				</h3>\n									<p>\n						The fastest way to validate your course idea, attract early customers, and build a world-class online course.\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\n<br>VALUE PRICE: N20,000 Naira					</p>\n				<h3>\n						The Netpreneur Manifesto...					\n				</h3>\n									<p>\n						Everything, you need and don\\\'t need to become a successful digital marketer and save yourself, time, money, and frustration\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br>VALUE PRICE: N10,000 Naira					</p>\n			<h2>TAKE A PEEK INSIDE</h2>		\n			<!--presto-player:video_id=1--><figure style=\\\"--plyr-color-main: #229f0e; --presto-player-logo-width: 150px; \\\">\n    <presto-player  id=\\\"presto-player-3\\\" src=\\\"//www.youtube.com/embed/OpsyRo5aF50?iv_load_policy=3&amp;modestbranding=1&amp;playinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" css=\\\"\\\" skin=\\\"stacked\\\" icon-url=\\\"https://courses.sunfloris.com/wp-content/plugins/presto-player/img/sprite.svg\\\" preload=\\\"\\\" poster=\\\"//img.youtube.com/vi/OpsyRo5aF50/maxresdefault.jpg\\\" playsinline  >\n        <iframe style=\\\"width: 100%\\\" id=\\\"presto-iframe-fallback-3\\\" data-src=\\\"https://www.youtube.com/embed/OpsyRo5aF50?iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" allowfullscreen allowtransparency allow=\\\"autoplay\\\"></iframe>\n    </presto-player>\n</figure>        \n			<h1>Here Is Everything You\\\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\\\"text-align: center;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\\\"text-align: center;\\\">Best Price – Only <del>₦20,000</del></h4><h1 style=\\\"text-align: center;\\\"><strong><u>Give Away Price</u></strong></h1><h1 style=\\\"text-align: center;\\\">₦5,000</h1><p style=\\\"text-align: center;\\\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<a href=\\\"https://selar.co/smartphoneonlinecourse\\\" role=\\\"button\\\">\n						I WANT TO PAY THE GIVEAWAY PRICE NOW\n					</a>\n															<img width=\\\"350\\\" height=\\\"250\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Moneyback-Free-Download-PNG.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Moneyback-Free-Download-PNG.png 350w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Moneyback-Free-Download-PNG-300x214.png 300w\\\" sizes=\\\"(max-width: 350px) 100vw, 350px\\\" />															\n		<h1 style=\\\"text-align: center;\\\"><strong>100% Money Back Guarantee</strong></h1><p>This sounds unbelievable right?</p><p>I know, but I am not stupid for making guarantee.</p><p>I am confident that this course will work for you because it’s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.</p><p>I can understand.</p><p>That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.</p><p>If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.</p><p>The only thing you’ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.</p><p>Then, simply contact us &amp; your entire purchase price will be promptly refunded. <strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to  for a full refund of your investment. </strong></p><p><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.</b></p><p>No tricks. No hidden fees. None of that. All yours for a low price.</p>		\n			<a href=\\\"#Content2\\\" role=\\\"button\\\">\n						See Everything You\\\'re Getting\n					</a>\n			<h2>Questions People Are Asking...</h2>		\n												<a href=\\\"\\\">What Format Are The Training Materials Delivered In?</a>\n					<p>The materials are delivered in Videos and Text formats and nothing complicated.</p><p>They are not physical books so you don’t need to wait for days to have them shipped to you.</p>\n												<a href=\\\"\\\">I dont have any Course Idea, Can I Benefit from this Course?</a>\n					<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.</p>\n												<a href=\\\"\\\">How Soon Will I Get Access To The Course After Payment?</a>\n					<p>You’ll have immediate access to the course. You’ll be learning and implementing within the next 2 minutes even it’s 2AM.</p>\n												<a href=\\\"\\\">Are You Going To Offer Me Any Support After Buying The Course?</a>\n					<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.</p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.</p>\n												<a href=\\\"\\\">Do I Need To Spend Any Other Other Money After Buying This Course?</a>\n					<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads</p><p>Creating your Course is Free<br />Designing your Course is Free<br />Hosting your Course Online is Free.</p><p>If you’re going to run paid ads, you’ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.</p>\n		<strong>Are You Ready To Get Started Now?</strong><h3 style=\\\"text-align: center;\\\"><strong>You’re One Step Away From Creating Profitable Online Courses That Can Consistently Pay You.</strong></h3>		\n			<h1>Here Is Everything You\\\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\\\"text-align: center;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\\\"text-align: center;\\\">Best Price – Only <del>₦20,000</del></h4><h1 style=\\\"text-align: center;\\\"><strong><u>Give Away Price</u></strong></h1><h2 style=\\\"text-align: center;\\\">₦5,000 or GHS 100 or $15</h2><p style=\\\"text-align: center;\\\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<h1>Pay Online and Bank Transfer (Selar)</h1>		\n			<a href=\\\"https://selar.co/smartphoneonlinecourse\\\" role=\\\"button\\\">\n						Pay N5,000 Naira or GHS 100 or $15 Online via Selar\n					</a>\n		<p style=\\\"text-align: left;\\\"><strong>Pay With Selar!</strong> If you are in Nigeria or Ghana. Pay <b>N5000 Naira or your currency equivalent </b>Online using your debit card, bank transfer, mobile money, and gain access to your course. </p><p style=\\\"text-align: left;\\\">This payment method is safe, secured and 100% approved  by CBN and other Financial Bodies.</p><p style=\\\"text-align: left;\\\">You’ll be redirected to the course and you can start learning immediately even if it’s 2AM.</p>		\n			<a href=\\\"https://selar.co/smartphoneonlinecourse\\\" role=\\\"button\\\">\n						I WANT THE COURSE  + ALL THE BONUSES\n					</a>\n		<h6 style=\\\"text-align: center;\\\"><b>IMPORTANT: Earnings And Legal Disclaimers</b></h6><h6 style=\\\"text-align: center;\\\">We Don’t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That’s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We’re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings – All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.</h6><h4 style=\\\"text-align: left;\\\"><strong>75% OFF Crazy Offer! Pay <s>N20,000</s> N5,000 - Expires In <u>FEW HOURS</u></strong></h4>		\n				    Days\n					Hours\n				    Minutes\n				    Seconds\n			<a href=\\\"https://selar.co/smartphoneonlinecourse\\\" role=\\\"button\\\">\n						BUY NOW!\n					</a>','Smartphone Online Course Profit Machine','','publish','closed','closed','','smartphone-online-course-profit-machine','','','2021-10-27 13:08:58','2021-10-27 13:08:58','',0,'https://sunfloris.com/wordpress/smartphone-online-course-profit-machine/',0,'page','',0),(1409,1,'2021-11-04 16:05:14','2021-11-04 16:05:14','<p style=\\\"text-align: center;\\\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.  Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.</p>		\n			<h2>BRAND NEW TRAINING REVEALS...</h2>		\n			<h3>How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.</h3>		\n		<p>IMAGINE CREATING and hosting HOT SELLING ONLINE COURSES WITH YOUR SMARTPHONE THAT CONSISTENTLY EARNS YOU 6 - FIGURES MONTHLY WITHOUT DOING MOST OF THE WORK FROM SCRATCH OR NEEDING A WEBSITE OR A LAPTOP.</p>		\n			<a href=\\\"#Content1\\\" role=\\\"button\\\">\n						YES, GIVE ME INSTANT ACCESS NOW\n					</a>\n			<h2><a href=\\\"#\\\">RESULTS SPEAK LOUDER!</a></h2>		\n									<figure><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/pp-150x150.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/pp-150x150.jpg 150w, https://courses.sunfloris.com/wp-content/uploads/2021/10/pp-300x300.jpg 300w, https://courses.sunfloris.com/wp-content/uploads/2021/10/pp-100x100.jpg 100w, https://courses.sunfloris.com/wp-content/uploads/2021/10/pp.jpg 480w\\\" sizes=\\\"(max-width: 150px) 100vw, 150px\\\" /></figure>\n				<p><strong>If you\\\'re a digital Creator looking for a way to host your digital products online where students can enroll and take your courses online, then I highly recommend this course for.</strong></p>\n<p><strong>Flora actually took her time to create this detailed course such that even a primary 4 people can understand it. I\\\'m glad I found this solution.</strong></p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p style=\\\"display: block; float: none;\\\">John Agbo</p><p>Digital Creator Labs</p>			\n															<img width=\\\"720\\\" height=\\\"413\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/WhatsApp-Image-2021-10-28-at-12.02.16-PM.jpeg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/WhatsApp-Image-2021-10-28-at-12.02.16-PM.jpeg 720w, https://courses.sunfloris.com/wp-content/uploads/2021/10/WhatsApp-Image-2021-10-28-at-12.02.16-PM-300x172.jpeg 300w, https://courses.sunfloris.com/wp-content/uploads/2021/10/WhatsApp-Image-2021-10-28-at-12.02.16-PM-600x344.jpeg 600w\\\" sizes=\\\"(max-width: 720px) 100vw, 720px\\\" />															\n		<p>Dear friend,</p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone</strong> without having to<strong> build or create from scratch using a Laptop or need a Website.</strong></p><p>If you answered <strong>YES</strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why…</p><p><strong>Online Course Creation</strong> is one of the <strong>easiest and lucrative business models</strong> anyone can start today and start <strong>making money</strong> almost immediately.</p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\\\'s not true</strong>.</p><p>You can Convert your <strong>Knowledge, Experience or Skills</strong> into<strong> online courses</strong> with just your <strong>Smartphone</strong>..</p><p><strong>Here\\\'s why Online Course Creation is a Lucrative Business?</strong></p><p>💥It\\\'s a product that can never run out of stock.<br />💥It does not require any form of Importation or shipping or delivery. <br />💥 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br />💥It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.</p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.</strong></p><p>The Knowledge industry is worth <strong>Billions of dollars</strong>. That is <strong>Billions with a capital *B.</strong></p><p>What does this tell you?</p><p>The <strong>Knowledge industry</strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.</strong></p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...</strong></p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.</p><p>How?</p><p><strong>By creating an *Online Course.*</strong></p><p>Online courses which can be in form of <strong>Video courses or eBooks</strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience</strong> to <strong>increase your impact and income.</strong></p><p>But you need to know how to create an online course that<strong> banks</strong> so your <strong>online course</strong> doesn\\\'t end up in your <strong>archive</strong>. <strong>That is why I created this course for you.</strong></p><h3 style=\\\"text-align: center;\\\"><strong>Introducing...</strong></h3>		\n															<img src=\\\"https://courses.sunfloris.com/wp-content/uploads/elementor/thumbs/Green-and-Yellow-Minimalist-Smartphone-Promo-Instagram-Post-1-pf8b7lig2lovyri95bv4j9duo1ut1zj7nc2250uefc.png\\\" title=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" alt=\\\"Green and Yellow Minimalist Smartphone Promo Instagram Post\\\" />															\n			<h2>Smartphone Online Course Profit Machine</h2>		\n		<p style=\\\"text-align: center;\\\"><strong>How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.</strong></p>		\n			<h2>Here Is What You\\\'ll Learn Inside Smartphone Online Course Profit Machine</h2>		\n					<ul>\n							<li>\n										My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\n									</li>\n								<li>\n										How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Digital Topics/Ideas You Can Sell And Make Lots Of Money In Less Time\n									</li>\n								<li>\n										Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\n									</li>\n								<li>\n										A Fail Proof process to help you create your digital products by yourself in 48 hours...\n									</li>\n								<li>\n										How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \n									</li>\n								<li>\n										How to brand and package your online course to make it look more valuable and Irresistible..\n									</li>\n								<li>\n										How to Enroll your First 100 studnets without spending a dime on advertising..\n									</li>\n								<li>\n										How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\n									</li>\n								<li>\n										How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\n									</li>\n								<li>\n										How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\n									</li>\n								<li>\n										and Lots More\n									</li>\n						</ul>\n			<a href=\\\"#coursevideo\\\" role=\\\"button\\\">\n						I WANT TO PAY NOW\n					</a>\n			<h2>How Much To Get The Course?</h2>		\n		<section data-id=\\\"5930ec6a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"><p>Let me be very <strong>frank</strong> with you..</p><p>I am not going to threaten you with any scarcity here.</p><p>The price for this course is <strong>N20, 000 Naira</strong></p><p>But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong>Billion Dollar Knowledge Information Industry out there.</strong></p><p>I’ll allow you to get the course for just<strong> N5000 Naira </strong></p><p>However, this is for a <strong>limited time.</strong></p><p>Let me be honest with you…</p><p>If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.</p><p><strong>The price of this course will increase any time from now.</strong></p><p>I cannot tell you when exactly but, one thing is sure; the price must surely go up.</p><p>To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong>FAST ACTION TAKERS </strong>bonuses which includes a <strong>Premium Video Builder Software.</strong></p></section><section data-id=\\\"38a03d3a\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\"> </section>		\n			<h2>COURSE SNIPPET</h2>		\n			<!--presto-player:video_id=2--><figure style=\\\"--plyr-color-main: #229f0e; --presto-player-logo-width: 150px; \\\">\n    <presto-player  id=\\\"presto-player-1\\\" src=\\\"//www.youtube.com/embed/aTqCZRIGFdI?iv_load_policy=3&amp;modestbranding=1&amp;playinline=0&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" css=\\\"\\\" skin=\\\"stacked\\\" icon-url=\\\"https://courses.sunfloris.com/wp-content/plugins/presto-player/img/sprite.svg\\\" preload=\\\"\\\" poster=\\\"//img.youtube.com/vi/aTqCZRIGFdI/maxresdefault.jpg\\\"   >\n    </presto-player>\n</figure>        \n			<h2>COURSE SNIPPET TWO</h2>		\n			<!--presto-player:video_id=4--><figure style=\\\"--plyr-color-main: #229f0e; --presto-player-logo-width: 150px; \\\">\n    <presto-player  id=\\\"presto-player-2\\\" src=\\\"//www.youtube.com/embed/DgPT4dnRJnY?iv_load_policy=3&amp;modestbranding=1&amp;playinline=0&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" css=\\\"\\\" skin=\\\"stacked\\\" icon-url=\\\"https://courses.sunfloris.com/wp-content/plugins/presto-player/img/sprite.svg\\\" preload=\\\"\\\" poster=\\\"//img.youtube.com/vi/DgPT4dnRJnY/maxresdefault.jpg\\\"   >\n        <iframe style=\\\"width: 100%\\\" id=\\\"presto-iframe-fallback-2\\\" data-src=\\\"https://www.youtube.com/embed/DgPT4dnRJnY?iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" allowfullscreen allowtransparency allow=\\\"autoplay\\\"></iframe>\n    </presto-player>\n</figure>        \n			<h2>FAST ACTION TAKERS BONUSES</h2>		\n				<h3>\n						Intro and Outro Video Software					\n				</h3>\n									<p>\n						Create Captivating\nIntro And Outro Videos\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \n<br><br><b>VALUE PRICE: N50,000 Naira</b>					</p>\n		https://vimeo.com/624385691		\n				<h3>\n						The 12 Commandments of Digital Marketing					\n				</h3>\n									<p>\n						The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten ‘laws’ are compulsory if you really want to succeed\nin internet marketing.\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\n<br>VALUE PRICE: N10,000 Naira\n					</p>\n				<h3>\n						The Digital Business Goldmines					\n				</h3>\n									<p>\n						A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \nThis section is for those still looking to choose the right models for making money on the internet consistently.\n<br>VALUE PRICE: N10,000 Naira					</p>\n				<h3>\n						The Complete Online Course Business Starter Kit					\n				</h3>\n									<p>\n						The fastest way to validate your course idea, attract early customers, and build a world-class online course.\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\n<br>VALUE PRICE: N20,000 Naira					</p>\n				<h3>\n						The Netpreneur Manifesto...					\n				</h3>\n									<p>\n						Everything, you need and don\\\'t need to become a successful digital marketer and save yourself, time, money, and frustration\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br>VALUE PRICE: N10,000 Naira					</p>\n			<h2>TAKE A PEEK INSIDE</h2>		\n			<!--presto-player:video_id=1--><figure style=\\\"--plyr-color-main: #229f0e; --presto-player-logo-width: 150px; \\\">\n    <presto-player  id=\\\"presto-player-3\\\" src=\\\"//www.youtube.com/embed/OpsyRo5aF50?iv_load_policy=3&amp;modestbranding=1&amp;playinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" css=\\\"\\\" skin=\\\"stacked\\\" icon-url=\\\"https://courses.sunfloris.com/wp-content/plugins/presto-player/img/sprite.svg\\\" preload=\\\"\\\" poster=\\\"//img.youtube.com/vi/OpsyRo5aF50/maxresdefault.jpg\\\" playsinline  >\n        <iframe style=\\\"width: 100%\\\" id=\\\"presto-iframe-fallback-3\\\" data-src=\\\"https://www.youtube.com/embed/OpsyRo5aF50?iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1\\\" allowfullscreen allowtransparency allow=\\\"autoplay\\\"></iframe>\n    </presto-player>\n</figure>        \n			<h1>Here Is Everything You\\\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\\\"text-align: center;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\\\"text-align: center;\\\">Best Price – Only <del>₦20,000</del></h4><h1 style=\\\"text-align: center;\\\"><strong><u>Give Away Price</u></strong></h1><h1 style=\\\"text-align: center;\\\">₦5,000</h1><p style=\\\"text-align: center;\\\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<a href=\\\"https://selar.co/smartphoneonlinecourse?affiliate=qx8f\\\" role=\\\"button\\\">\n						I WANT TO PAY THE GIVEAWAY PRICE NOW\n					</a>\n															<img width=\\\"350\\\" height=\\\"250\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Moneyback-Free-Download-PNG.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/10/Moneyback-Free-Download-PNG.png 350w, https://courses.sunfloris.com/wp-content/uploads/2021/10/Moneyback-Free-Download-PNG-300x214.png 300w\\\" sizes=\\\"(max-width: 350px) 100vw, 350px\\\" />															\n		<h1 style=\\\"text-align: center;\\\"><strong>100% Money Back Guarantee</strong></h1><p>This sounds unbelievable right?</p><p>I know, but I am not stupid for making guarantee.</p><p>I am confident that this course will work for you because it’s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.</p><p>I can understand.</p><p>That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.</p><p>If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.</p><p>The only thing you’ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.</p><p>Then, simply contact us &amp; your entire purchase price will be promptly refunded. <strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to  for a full refund of your investment. </strong></p><p><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.</b></p><p>No tricks. No hidden fees. None of that. All yours for a low price.</p>		\n			<a href=\\\"#Content2\\\" role=\\\"button\\\">\n						See Everything You\\\'re Getting\n					</a>\n			<h2>Questions People Are Asking...</h2>		\n												<a href=\\\"\\\">What Format Are The Training Materials Delivered In?</a>\n					<p>The materials are delivered in Videos and Text formats and nothing complicated.</p><p>They are not physical books so you don’t need to wait for days to have them shipped to you.</p>\n												<a href=\\\"\\\">I dont have any Course Idea, Can I Benefit from this Course?</a>\n					<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.</p>\n												<a href=\\\"\\\">How Soon Will I Get Access To The Course After Payment?</a>\n					<p>You’ll have immediate access to the course. You’ll be learning and implementing within the next 2 minutes even it’s 2AM.</p>\n												<a href=\\\"\\\">Are You Going To Offer Me Any Support After Buying The Course?</a>\n					<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.</p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.</p>\n												<a href=\\\"\\\">Do I Need To Spend Any Other Other Money After Buying This Course?</a>\n					<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads</p><p>Creating your Course is Free<br />Designing your Course is Free<br />Hosting your Course Online is Free.</p><p>If you’re going to run paid ads, you’ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.</p>\n		<strong>Are You Ready To Get Started Now?</strong><h3 style=\\\"text-align: center;\\\"><strong>You’re One Step Away From Creating Profitable Online Courses That Can Consistently Pay You.</strong></h3>		\n			<h1>Here Is Everything You\\\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\\\"text-align: center;\\\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\\\"text-align: center;\\\">Best Price – Only <del>₦20,000</del></h4><h1 style=\\\"text-align: center;\\\"><strong><u>Give Away Price</u></strong></h1><h2 style=\\\"text-align: center;\\\">₦5,000 or GHS 100 or $15</h2><p style=\\\"text-align: center;\\\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<h1>Pay Online and Bank Transfer (Selar)</h1>		\n			<a href=\\\"https://selar.co/smartphoneonlinecourse?affiliate=qx8f\\\" role=\\\"button\\\">\n						Pay N5,000 Naira or GHS 100 or $15 Online via Selar\n					</a>\n		<p style=\\\"text-align: left;\\\"><strong>Pay With Selar!</strong> If you are in Nigeria or Ghana. Pay <b>N5000 Naira or your currency equivalent </b>Online using your debit card, bank transfer, mobile money, and gain access to your course. </p><p style=\\\"text-align: left;\\\">This payment method is safe, secured and 100% approved  by CBN and other Financial Bodies.</p><p style=\\\"text-align: left;\\\">You’ll be redirected to the course and you can start learning immediately even if it’s 2AM.</p>		\n			<a href=\\\"https://selar.co/smartphoneonlinecourse?affiliate=qx8f\\\" role=\\\"button\\\">\n						I WANT THE COURSE  + ALL THE BONUSES\n					</a>\n		<h6 style=\\\"text-align: center;\\\"><b>IMPORTANT: Earnings And Legal Disclaimers</b></h6><h6 style=\\\"text-align: center;\\\">We Don’t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That’s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We’re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings – All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.</h6><h4 style=\\\"text-align: left;\\\"><strong>75% OFF Crazy Offer! Pay <s>N20,000</s> N5,000 - Expires In <u>FEW HOURS</u></strong></h4>		\n				    Days\n					Hours\n				    Minutes\n				    Seconds\n			<a href=\\\"https://selar.co/smartphoneonlinecourse?affiliate=qx8f\\\" role=\\\"button\\\">\n						BUY NOW!\n					</a>','Smartphone Online Course Profit Machine 2','','publish','closed','closed','','smartphone-online-course-profit-machine-2','','','2021-11-04 16:05:14','2021-11-04 16:05:14','',0,'https://sunfloris.com/wordpress/smartphone-online-course-profit-machine-2/',0,'page','',0),(1501,1,'2021-12-13 11:59:27','2021-12-13 11:59:27','<h4 data-elementor-setting-key=\\\"title\\\">Most Trusted Crypto Company</h4>		\n			<h2 data-elementor-setting-key=\\\"title\\\">The Future Token Economy</h2>		\n		Buy, sell and trade crypto to unlock the future of finance		\n			<a href=\\\"#\\\" role=\\\"button\\\">\n						Buy Token Now\n					</a>\n			<a href=\\\"#\\\" role=\\\"button\\\">\n						Download White Paper\n					</a>\n															<img width=\\\"697\\\" height=\\\"792\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/b2e19f9b-vector-1.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/b2e19f9b-vector-1.png 697w, https://courses.sunfloris.com/wp-content/uploads/2021/12/b2e19f9b-vector-1-264x300.png 264w, https://courses.sunfloris.com/wp-content/uploads/2021/12/b2e19f9b-vector-1-600x682.png 600w\\\" sizes=\\\"(max-width: 697px) 100vw, 697px\\\" />															\n			<h2 data-elementor-setting-key=\\\"title\\\">Join The Crypto Exchange</h2>		\n		Invest in cryptocurrency with the most trusted crypto company		\n				<h4>Private Per-Sale </h4>\n				March 27, 2019\n				<h4>Pre-sale </h4>\n				July 8, 2018\n				<h4>Crowd Sale </h4>\n				<p>Frebuary 25, 2019</p>\n				<ul id=\\\"eael-countdown-7c7dfb2\\\" data-date=\\\"Apr 01 2021 0:00:00\\\">\n					<li>00Days</li>					<li>00Hours</li>				<li>00Minutes</li>				<li>00Seconds</li>				</ul>\n                Sale Raised\n                    0%\n		0 BCC 100,000 BCC		\n			<a href=\\\"#\\\" role=\\\"button\\\">\n						Buy Token Now\n					</a>\n				<h4>Low - High 24h </h4>\n				$ 5267.98 - $8674.89\n				<h4>Total Token Sale </h4>\n				4526 BCC (87.8%)\n				<h4>Acceptable Currency </h4>\n				BTC, ETH, LCT\n			<h4 data-elementor-setting-key=\\\"title\\\">We Do It Best</h4>		\n			<h2 data-elementor-setting-key=\\\"title\\\">See How It Works</h2>		\n		Find out how you can invest and win with\ncryptocurrency		\n			<a href=\\\"#\\\" role=\\\"button\\\">\n						Download White Paper\n					</a>\n															<img width=\\\"100\\\" height=\\\"100\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/8b39af30-step-1.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" />															\n			<h2 data-elementor-setting-key=\\\"title\\\">Sign Up</h2>		\n		A cryptocurrency is a digital asset designed to work\nas a medium of exchange that uses strong\ncryptography to secure financial transactions.Join the industry leaders to discuss where\nthe markets are heading. We accept token\npayments.		\n															<img width=\\\"100\\\" height=\\\"100\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/62d6e036-step-2.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" />															\n			<h2 data-elementor-setting-key=\\\"title\\\">Search Products</h2>		\n		A cryptocurrency is a digital asset designed to work\nas a medium of exchange that uses strong\ncryptography to secure financial transactions.Join the industry leaders to discuss where\nthe markets are heading. We accept token\npayments.		\n															<img width=\\\"100\\\" height=\\\"100\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/50cc67f2-step-3.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" />															\n			<h2 data-elementor-setting-key=\\\"title\\\">Trade Tokens</h2>		\n		A cryptocurrency is a digital asset designed to work\nas a medium of exchange that uses strong\ncryptography to secure financial transactions.Join the industry leaders to discuss where\nthe markets are heading. We accept token\npayments.		\n			<h4 data-elementor-setting-key=\\\"title\\\">Choose Cryptoc</h4>		\n			<h2 data-elementor-setting-key=\\\"title\\\">Advanced Crypto Exchange Platform</h2>		\n			<figure><img width=\\\"512\\\" height=\\\"512\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/7a4efde2-icon-1.svg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" /></figure><h3 data-elementor-setting-key=\\\"title_text\\\" data-elementor-inline-editing-toolbar=\\\"none\\\">Advertisers</h3>		\n			<figure><img width=\\\"512\\\" height=\\\"512\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/ba8cf958-icon-2.svg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" /></figure><h3 data-elementor-setting-key=\\\"title_text\\\" data-elementor-inline-editing-toolbar=\\\"none\\\">Researchers</h3>		\n			<figure><img width=\\\"512\\\" height=\\\"512\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/c6121d6e-icon-3.svg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" /></figure><h3 data-elementor-setting-key=\\\"title_text\\\" data-elementor-inline-editing-toolbar=\\\"none\\\">Consumers</h3>		\n			<figure><img width=\\\"512\\\" height=\\\"512\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/b7267ece-icon-4.svg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" /></figure><h3 data-elementor-setting-key=\\\"title_text\\\" data-elementor-inline-editing-toolbar=\\\"none\\\">Developers</h3>		\n															<img width=\\\"600\\\" height=\\\"337\\\" src=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/9d4bcd94-vector-2-1.png\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://courses.sunfloris.com/wp-content/uploads/2021/12/9d4bcd94-vector-2-1.png 600w, https://courses.sunfloris.com/wp-content/uploads/2021/12/9d4bcd94-vector-2-1-300x169.png 300w\\\" sizes=\\\"(max-width: 600px) 100vw, 600px\\\" />															\n		Cryptoc is the most trusted cryptocurrency company, Download our White PaperIt is a decentralized exchange platform that allows you to participate in peer-to-peer trading. Join\nus now and make the most out of the future token exchange economy.		\n			<a href=\\\"#\\\" role=\\\"button\\\">\n						Download White Paper\n					</a>\n			<h4 data-elementor-setting-key=\\\"title\\\">RoadMap</h4>		\n			<h2 data-elementor-setting-key=\\\"title\\\">View Our Strategic Plan</h2>		\n                        Total\n                        0%\n			<table id=\\\"eael-data-table-227f099f\\\">\n			    <thead>\n			        <tr>\n									            <th id=\\\"\\\" colspan=\\\"\\\">\n														Token Allocation</th>\n			        				            <th id=\\\"\\\" colspan=\\\"\\\">\n														</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Token Sale Program\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >96%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Reserve Fund\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >56%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Team and Founders\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >5%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Board Advisor\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >9%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Ecosystem Development\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >29%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Marketing and Bounty\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >37%</a>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n                        Total\n                        0%\n			<table id=\\\"eael-data-table-64828b15\\\">\n			    <thead>\n			        <tr>\n									            <th id=\\\"\\\" colspan=\\\"\\\">\n														Funds Allocation</th>\n			        				            <th id=\\\"\\\" colspan=\\\"\\\">\n														</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Engineering and Development\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >96%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Business Development\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >56%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Marketing &amp; Promotion\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >5%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Legal &amp; Regulation\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >9%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Operational &amp; Administration\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >29%</a>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												Contingency\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n													<a href=\\\"#\\\"  >37%</a>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h4 data-elementor-setting-key=\\\"title\\\">Read Our Blog</h4>		\n			<h2 data-elementor-setting-key=\\\"title\\\">Latest Blog Posts</h2>		\n            <p>No posts found!</p>\n			<h4 data-elementor-setting-key=\\\"title\\\">Join The Token Economy\n</h4>		\n			<h2 data-elementor-setting-key=\\\"title\\\">Participate In Crypto Exchange</h2>		\n			<table id=\\\"eael-data-table-666d0084\\\">\n			    <thead>\n			        <tr>\n									            <th id=\\\"\\\" colspan=\\\"\\\">\n														Currency</th>\n			        				            <th id=\\\"\\\" colspan=\\\"\\\">\n														Price</th>\n			        				            <th id=\\\"\\\" colspan=\\\"\\\">\n														Change</th>\n			        				            <th id=\\\"\\\" colspan=\\\"\\\">\n														Volume 24H (BTC)</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p><img src=\\\"https://static.live.templately.com/2020/05/3ce8530c-bitcoin-cash.png\\\" alt=\\\"\\\" width=\\\"20\\\" height=\\\"20\\\" /> Bitcoin Cash</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>$154.54</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>+0.09%</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>0.00000646</p>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p><img src=\\\"https://static.live.templately.com/2020/05/8f775afc-cardano.png\\\" alt=\\\"\\\" width=\\\"20\\\" height=\\\"20\\\" /> Cardano</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>$0.99</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>+1.07%</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>0.0674796</p>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p><img src=\\\"https://static.live.templately.com/2020/05/822b2d3d-crypterium.png\\\" alt=\\\"\\\" width=\\\"20\\\" height=\\\"20\\\" /> Crypterium</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>$154.54</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>+37.01%</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>0.096684090</p>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p><img src=\\\"https://static.live.templately.com/2020/05/1f84eb2b-layer-4.png\\\" alt=\\\"\\\" width=\\\"20\\\" height=\\\"20\\\" /> DashCoin</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>$0.79</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>-4.09%</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>0.055348887</p>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p><img src=\\\"https://static.live.templately.com/2020/05/e434d314-data-exchange.png\\\" alt=\\\"\\\" width=\\\"20\\\" height=\\\"20\\\" /> Data Exchange</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>$0.00</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>+0.09%</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>0.00009999</p>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p><img src=\\\"https://static.live.templately.com/2020/05/e8d5b625-dogecoin.png\\\" alt=\\\"\\\" width=\\\"20\\\" height=\\\"20\\\" /> DogeCoin</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>$154.54</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>+0.09%</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>0.0246433</p>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p><img src=\\\"https://static.live.templately.com/2020/05/885386b1-electra.png\\\" alt=\\\"\\\" width=\\\"20\\\" height=\\\"20\\\" /> Electra</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>$154.54</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>-0.09%</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>0.00000646</p>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p><img src=\\\"https://static.live.templately.com/2020/05/0df8ead7-ethereum.png\\\" alt=\\\"\\\" width=\\\"20\\\" height=\\\"20\\\" /> Ethereum</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>$154.54</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>-0.09%</p>\n											</td>\n																													   											<td colspan=\\\"\\\" rowspan=\\\"\\\" id=\\\"\\\">\n												<p>0.00009999</p>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<h4 data-elementor-setting-key=\\\"title\\\">Choose A Plan</h4>		\n			<h2 data-elementor-setting-key=\\\"title\\\">Flexible Pricing Plans</h2>		\n			<h2 data-elementor-setting-key=\\\"title\\\">Sign Up For Newsletter</h2>		\n		Get the latest updates and news in your inbox','veegor','','publish','closed','closed','','veegor','','','2021-12-13 11:59:27','2021-12-13 11:59:27','',0,'https://sunfloris.com/wordpress/veegor/',0,'page','',0),(1504,1,'2023-07-09 13:17:21','2023-07-09 13:17:21','','SMRT','','inherit','closed','closed','','1503-revision-v1','','','2023-07-09 13:17:21','2023-07-09 13:17:21','',1503,'https://sunfloris.com/wordpress/?p=1504',0,'revision','',0),(1505,1,'2023-07-09 13:17:21','2023-07-09 13:17:21','<p style=\"text-align: center;\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.  Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.</p>		\n			<h2>BRAND NEW TRAINING REVEALS...</h2>		\n			<h3>How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.</h3>		\n		<p>IMAGINE CREATING and hosting HOT SELLING ONLINE COURSES WITH YOUR SMARTPHONE THAT CONSISTENTLY EARNS YOU 6 - FIGURES MONTHLY WITHOUT DOING MOST OF THE WORK FROM SCRATCH OR NEEDING A WEBSITE OR A LAPTOP.</p>		\n			<a href=\"#Content1\">\n						YES, GIVE ME INSTANT ACCESS NOW\n					</a>\n			<h2><a href=\"#\">RESULTS SPEAK LOUDER!</a></h2>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>Dear friend,</p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone</strong> without having to<strong> build or create from scratch using a Laptop or need a Website.</strong></p><p>If you answered <strong>YES</strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why…</p><p><strong>Online Course Creation</strong> is one of the <strong>easiest and lucrative business models</strong> anyone can start today and start <strong>making money</strong> almost immediately.</p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\'s not true</strong>.</p><p>You can Convert your <strong>Knowledge, Experience or Skills</strong> into<strong> online courses</strong> with just your <strong>Smartphone</strong>..</p><p><strong>Here\'s why Online Course Creation is a Lucrative Business?</strong></p><p>💥It\'s a product that can never run out of stock.<br />💥It does not require any form of Importation or shipping or delivery. <br />💥 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br />💥It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.</p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.</strong></p><p>The Knowledge industry is worth <strong>Billions of dollars</strong>. That is <strong>Billions with a capital *B.</strong></p><p>What does this tell you?</p><p>The <strong>Knowledge industry</strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.</strong></p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...</strong></p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.</p><p>How?</p><p><strong>By creating an *Online Course.*</strong></p><p>Online courses which can be in form of <strong>Video courses or eBooks</strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience</strong> to <strong>increase your impact and income.</strong></p><p>But you need to know how to create an online course that<strong> banks</strong> so your <strong>online course</strong> doesn\'t end up in your <strong>archive</strong>. <strong>That is why I created this course for you.</strong></p><h3 style=\"text-align: center;\"><strong>Introducing...</strong></h3>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n			<h2>Smartphone Online Course Profit Machine</h2>		\n		<p style=\"text-align: center;\"><strong>How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.</strong></p>		\n			<h2>Here Is What You\'ll Learn Inside Smartphone Online Course Profit Machine</h2>		\n					<ul>\n							<li>\n										My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\n									</li>\n								<li>\n										How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Digital Topics/Ideas You Can Sell And Make Lots Of Money In Less Time\n									</li>\n								<li>\n										Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\n									</li>\n								<li>\n										A Fail Proof process to help you create your digital products by yourself in 48 hours...\n									</li>\n								<li>\n										How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \n									</li>\n								<li>\n										How to brand and package your online course to make it look more valuable and Irresistible..\n									</li>\n								<li>\n										How to Enroll your First 100 studnets without spending a dime on advertising..\n									</li>\n								<li>\n										How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\n									</li>\n								<li>\n										How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\n									</li>\n								<li>\n										How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\n									</li>\n								<li>\n										and Lots More\n									</li>\n						</ul>\n			<a href=\"#coursevideo\">\n						I WANT TO PAY NOW\n					</a>\n			<h2>How Much To Get The Course?</h2>		\n		<section data-id=\"5930ec6a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><p>Let me be very <strong>frank</strong> with you..</p><p>I am not going to threaten you with any scarcity here.</p><p>The price for this course is <strong>N20, 000 Naira</strong></p><p>But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong>Billion Dollar Knowledge Information Industry out there.</strong></p><p>I’ll allow you to get the course for just<strong> N5000 Naira </strong></p><p>However, this is for a <strong>limited time.</strong></p><p>Let me be honest with you…</p><p>If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.</p><p><strong>The price of this course will increase any time from now.</strong></p><p>I cannot tell you when exactly but, one thing is sure; the price must surely go up.</p><p>To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong>FAST ACTION TAKERS </strong>bonuses which includes a <strong>Premium Video Builder Software.</strong></p></section><section data-id=\"38a03d3a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> </section>		\n			<h2>COURSE SNIPPET</h2>		\n			<h2>COURSE SNIPPET TWO</h2>		\n			<h2>FAST ACTION TAKERS BONUSES</h2>		\n				<h3>\n						Intro and Outro Video Software					\n				</h3>\n									<p>\n						Create Captivating\nIntro And Outro Videos\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \n<br><br><b>VALUE PRICE: N50,000 Naira</b>					</p>\n		https://vimeo.com/624385691		\n				<h3>\n						The 12 Commandments of Digital Marketing					\n				</h3>\n									<p>\n						The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten ‘laws’ are compulsory if you really want to succeed\nin internet marketing.\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\n<br>VALUE PRICE: N10,000 Naira\n					</p>\n				<h3>\n						The Digital Business Goldmines					\n				</h3>\n									<p>\n						A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \nThis section is for those still looking to choose the right models for making money on the internet consistently.\n<br>VALUE PRICE: N10,000 Naira					</p>\n				<h3>\n						The Complete Online Course Business Starter Kit					\n				</h3>\n									<p>\n						The fastest way to validate your course idea, attract early customers, and build a world-class online course.\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\n<br>VALUE PRICE: N20,000 Naira					</p>\n				<h3>\n						The Netpreneur Manifesto...					\n				</h3>\n									<p>\n						Everything, you need and don\'t need to become a successful digital marketer and save yourself, time, money, and frustration\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br>VALUE PRICE: N10,000 Naira					</p>\n			<h2>TAKE A PEEK INSIDE</h2>		\n			<h1>Here Is Everything You\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\"text-align: center;\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\"text-align: center;\">Best Price – Only <del>₦20,000</del></h4><h1 style=\"text-align: center;\"><strong><u>Give Away Price</u></strong></h1><h1 style=\"text-align: center;\">₦5,000</h1><p style=\"text-align: center;\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						I WANT TO PAY THE GIVEAWAY PRICE NOW\n					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<h1 style=\"text-align: center;\"><strong>100% Money Back Guarantee</strong></h1><p>This sounds unbelievable right?</p><p>I know, but I am not stupid for making guarantee.</p><p>I am confident that this course will work for you because it’s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.</p><p>I can understand.</p><p>That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.</p><p>If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.</p><p>The only thing you’ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.</p><p>Then, simply contact us &amp; your entire purchase price will be promptly refunded. <strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to  for a full refund of your investment. </strong></p><p><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.</b></p><p>No tricks. No hidden fees. None of that. All yours for a low price.</p>		\n			<a href=\"#Content2\">\n						See Everything You\'re Getting\n					</a>\n			<h2>Questions People Are Asking...</h2>		\n												<a tabindex=\"0\">What Format Are The Training Materials Delivered In?</a>\n					<p>The materials are delivered in Videos and Text formats and nothing complicated.</p><p>They are not physical books so you don’t need to wait for days to have them shipped to you.</p>\n												<a tabindex=\"0\">I dont have any Course Idea, Can I Benefit from this Course?</a>\n					<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.</p>\n												<a tabindex=\"0\">How Soon Will I Get Access To The Course After Payment?</a>\n					<p>You’ll have immediate access to the course. You’ll be learning and implementing within the next 2 minutes even it’s 2AM.</p>\n												<a tabindex=\"0\">Are You Going To Offer Me Any Support After Buying The Course?</a>\n					<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.</p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.</p>\n												<a tabindex=\"0\">Do I Need To Spend Any Other Other Money After Buying This Course?</a>\n					<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads</p><p>Creating your Course is Free<br />Designing your Course is Free<br />Hosting your Course Online is Free.</p><p>If you’re going to run paid ads, you’ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.</p>\n		<strong>Are You Ready To Get Started Now?</strong><h3 style=\"text-align: center;\"><strong>You’re One Step Away From Creating Profitable Online Courses That Can Consistently Pay You.</strong></h3>		\n			<h1>Here Is Everything You\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\"text-align: center;\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\"text-align: center;\">Best Price – Only <del>₦20,000</del></h4><h1 style=\"text-align: center;\"><strong><u>Give Away Price</u></strong></h1><h2 style=\"text-align: center;\">₦5,000 or GHS 100 or $15</h2><p style=\"text-align: center;\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<h1>Pay Online and Bank Transfer (Selar)</h1>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						Pay N5,000 Naira or GHS 100 or $15 Online via Selar\n					</a>\n		<p style=\"text-align: left;\"><strong>Pay With Selar!</strong> If you are in Nigeria or Ghana. Pay <b>N5000 Naira or your currency equivalent </b>Online using your debit card, bank transfer, mobile money, and gain access to your course. </p><p style=\"text-align: left;\">This payment method is safe, secured and 100% approved  by CBN and other Financial Bodies.</p><p style=\"text-align: left;\">You’ll be redirected to the course and you can start learning immediately even if it’s 2AM.</p>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						I WANT THE COURSE  + ALL THE BONUSES\n					</a>\n		<h6 style=\"text-align: center;\"><b>IMPORTANT: Earnings And Legal Disclaimers</b></h6><h6 style=\"text-align: center;\">We Don’t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That’s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We’re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings – All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.</h6><h4 style=\"text-align: left;\"><strong>75% OFF Crazy Offer! Pay <s>N20,000</s> N5,000 - Expires In <u>FEW HOURS</u></strong></h4>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						BUY NOW!\n					</a>','SMRT','','inherit','closed','closed','','1503-revision-v1','','','2023-07-09 13:17:21','2023-07-09 13:17:21','',1503,'https://sunfloris.com/wordpress/?p=1505',0,'revision','',0),(1506,1,'2023-07-09 13:17:51','2023-07-09 13:17:51','','placeholder.png','','inherit','open','closed','','placeholder-png-2','','','2023-07-09 13:17:51','2023-07-09 13:17:51','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/07/placeholder-1.png',0,'attachment','image/png',0),(1507,1,'2023-07-09 13:17:52','2023-07-09 13:17:52','<p style=\"text-align: center;\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.  Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.</p>		\n			<h2>BRAND NEW TRAINING REVEALS...</h2>		\n			<h3>How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.</h3>		\n		<p>IMAGINE CREATING and hosting HOT SELLING ONLINE COURSES WITH YOUR SMARTPHONE THAT CONSISTENTLY EARNS YOU 6 - FIGURES MONTHLY WITHOUT DOING MOST OF THE WORK FROM SCRATCH OR NEEDING A WEBSITE OR A LAPTOP.</p>		\n			<a href=\"#Content1\">\n						YES, GIVE ME INSTANT ACCESS NOW\n					</a>\n			<h2><a href=\"#\">RESULTS SPEAK LOUDER!</a></h2>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>Dear friend,</p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone</strong> without having to<strong> build or create from scratch using a Laptop or need a Website.</strong></p><p>If you answered <strong>YES</strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why…</p><p><strong>Online Course Creation</strong> is one of the <strong>easiest and lucrative business models</strong> anyone can start today and start <strong>making money</strong> almost immediately.</p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\'s not true</strong>.</p><p>You can Convert your <strong>Knowledge, Experience or Skills</strong> into<strong> online courses</strong> with just your <strong>Smartphone</strong>..</p><p><strong>Here\'s why Online Course Creation is a Lucrative Business?</strong></p><p>💥It\'s a product that can never run out of stock.<br />💥It does not require any form of Importation or shipping or delivery. <br />💥 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br />💥It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.</p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.</strong></p><p>The Knowledge industry is worth <strong>Billions of dollars</strong>. That is <strong>Billions with a capital *B.</strong></p><p>What does this tell you?</p><p>The <strong>Knowledge industry</strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.</strong></p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...</strong></p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.</p><p>How?</p><p><strong>By creating an *Online Course.*</strong></p><p>Online courses which can be in form of <strong>Video courses or eBooks</strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience</strong> to <strong>increase your impact and income.</strong></p><p>But you need to know how to create an online course that<strong> banks</strong> so your <strong>online course</strong> doesn\'t end up in your <strong>archive</strong>. <strong>That is why I created this course for you.</strong></p><h3 style=\"text-align: center;\"><strong>Introducing...</strong></h3>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n			<h2>Smartphone Online Course Profit Machine</h2>		\n		<p style=\"text-align: center;\"><strong>How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.</strong></p>		\n			<h2>Here Is What You\'ll Learn Inside Smartphone Online Course Profit Machine</h2>		\n					<ul>\n							<li>\n										My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\n									</li>\n								<li>\n										How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Digital Topics/Ideas You Can Sell And Make Lots Of Money In Less Time\n									</li>\n								<li>\n										Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\n									</li>\n								<li>\n										A Fail Proof process to help you create your digital products by yourself in 48 hours...\n									</li>\n								<li>\n										How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \n									</li>\n								<li>\n										How to brand and package your online course to make it look more valuable and Irresistible..\n									</li>\n								<li>\n										How to Enroll your First 100 studnets without spending a dime on advertising..\n									</li>\n								<li>\n										How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\n									</li>\n								<li>\n										How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\n									</li>\n								<li>\n										How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\n									</li>\n								<li>\n										and Lots More\n									</li>\n						</ul>\n			<a href=\"#coursevideo\">\n						I WANT TO PAY NOW\n					</a>\n			<h2>How Much To Get The Course?</h2>		\n		<section data-id=\"5930ec6a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><p>Let me be very <strong>frank</strong> with you..</p><p>I am not going to threaten you with any scarcity here.</p><p>The price for this course is <strong>N20, 000 Naira</strong></p><p>But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong>Billion Dollar Knowledge Information Industry out there.</strong></p><p>I’ll allow you to get the course for just<strong> N5000 Naira </strong></p><p>However, this is for a <strong>limited time.</strong></p><p>Let me be honest with you…</p><p>If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.</p><p><strong>The price of this course will increase any time from now.</strong></p><p>I cannot tell you when exactly but, one thing is sure; the price must surely go up.</p><p>To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong>FAST ACTION TAKERS </strong>bonuses which includes a <strong>Premium Video Builder Software.</strong></p></section><section data-id=\"38a03d3a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> </section>		\n			<h2>COURSE SNIPPET</h2>		\n			<h2>COURSE SNIPPET TWO</h2>		\n			<h2>FAST ACTION TAKERS BONUSES</h2>		\n				<h3>\n						Intro and Outro Video Software					\n				</h3>\n									<p>\n						Create Captivating\nIntro And Outro Videos\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \n<br><br><b>VALUE PRICE: N50,000 Naira</b>					</p>\n		https://vimeo.com/624385691		\n				<h3>\n						The 12 Commandments of Digital Marketing					\n				</h3>\n									<p>\n						The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten ‘laws’ are compulsory if you really want to succeed\nin internet marketing.\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\n<br>VALUE PRICE: N10,000 Naira\n					</p>\n				<h3>\n						The Digital Business Goldmines					\n				</h3>\n									<p>\n						A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \nThis section is for those still looking to choose the right models for making money on the internet consistently.\n<br>VALUE PRICE: N10,000 Naira					</p>\n				<h3>\n						The Complete Online Course Business Starter Kit					\n				</h3>\n									<p>\n						The fastest way to validate your course idea, attract early customers, and build a world-class online course.\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\n<br>VALUE PRICE: N20,000 Naira					</p>\n				<h3>\n						The Netpreneur Manifesto...					\n				</h3>\n									<p>\n						Everything, you need and don\'t need to become a successful digital marketer and save yourself, time, money, and frustration\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br>VALUE PRICE: N10,000 Naira					</p>\n			<h2>TAKE A PEEK INSIDE</h2>		\n			<h1>Here Is Everything You\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\"text-align: center;\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\"text-align: center;\">Best Price – Only <del>₦20,000</del></h4><h1 style=\"text-align: center;\"><strong><u>Give Away Price</u></strong></h1><h1 style=\"text-align: center;\">₦5,000</h1><p style=\"text-align: center;\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						I WANT TO PAY THE GIVEAWAY PRICE NOW\n					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<h1 style=\"text-align: center;\"><strong>100% Money Back Guarantee</strong></h1><p>This sounds unbelievable right?</p><p>I know, but I am not stupid for making guarantee.</p><p>I am confident that this course will work for you because it’s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.</p><p>I can understand.</p><p>That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.</p><p>If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.</p><p>The only thing you’ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.</p><p>Then, simply contact us &amp; your entire purchase price will be promptly refunded. <strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to  for a full refund of your investment. </strong></p><p><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.</b></p><p>No tricks. No hidden fees. None of that. All yours for a low price.</p>		\n			<a href=\"#Content2\">\n						See Everything You\'re Getting\n					</a>\n			<h2>Questions People Are Asking...</h2>		\n												<a tabindex=\"0\">What Format Are The Training Materials Delivered In?</a>\n					<p>The materials are delivered in Videos and Text formats and nothing complicated.</p><p>They are not physical books so you don’t need to wait for days to have them shipped to you.</p>\n												<a tabindex=\"0\">I dont have any Course Idea, Can I Benefit from this Course?</a>\n					<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.</p>\n												<a tabindex=\"0\">How Soon Will I Get Access To The Course After Payment?</a>\n					<p>You’ll have immediate access to the course. You’ll be learning and implementing within the next 2 minutes even it’s 2AM.</p>\n												<a tabindex=\"0\">Are You Going To Offer Me Any Support After Buying The Course?</a>\n					<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.</p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.</p>\n												<a tabindex=\"0\">Do I Need To Spend Any Other Other Money After Buying This Course?</a>\n					<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads</p><p>Creating your Course is Free<br />Designing your Course is Free<br />Hosting your Course Online is Free.</p><p>If you’re going to run paid ads, you’ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.</p>\n		<strong>Are You Ready To Get Started Now?</strong><h3 style=\"text-align: center;\"><strong>You’re One Step Away From Creating Profitable Online Courses That Can Consistently Pay You.</strong></h3>		\n			<h1>Here Is Everything You\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\"text-align: center;\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\"text-align: center;\">Best Price – Only <del>₦20,000</del></h4><h1 style=\"text-align: center;\"><strong><u>Give Away Price</u></strong></h1><h2 style=\"text-align: center;\">₦5,000 or GHS 100 or $15</h2><p style=\"text-align: center;\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<h1>Pay Online and Bank Transfer (Selar)</h1>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						Pay N5,000 Naira or GHS 100 or $15 Online via Selar\n					</a>\n		<p style=\"text-align: left;\"><strong>Pay With Selar!</strong> If you are in Nigeria or Ghana. Pay <b>N5000 Naira or your currency equivalent </b>Online using your debit card, bank transfer, mobile money, and gain access to your course. </p><p style=\"text-align: left;\">This payment method is safe, secured and 100% approved  by CBN and other Financial Bodies.</p><p style=\"text-align: left;\">You’ll be redirected to the course and you can start learning immediately even if it’s 2AM.</p>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						I WANT THE COURSE  + ALL THE BONUSES\n					</a>\n		<h6 style=\"text-align: center;\"><b>IMPORTANT: Earnings And Legal Disclaimers</b></h6><h6 style=\"text-align: center;\">We Don’t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That’s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We’re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings – All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.</h6><h4 style=\"text-align: left;\"><strong>75% OFF Crazy Offer! Pay <s>N20,000</s> N5,000 - Expires In <u>FEW HOURS</u></strong></h4>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						BUY NOW!\n					</a>','SMRT','','publish','closed','closed','','smrt-2','','','2023-07-09 13:17:52','2023-07-09 13:17:52','',0,'https://sunfloris.com/wordpress/?elementor_library=smrt-2',0,'elementor_library','',0),(1508,1,'2023-07-09 13:17:52','2023-07-09 13:17:52','','SMRT','','inherit','closed','closed','','1507-revision-v1','','','2023-07-09 13:17:52','2023-07-09 13:17:52','',1507,'https://sunfloris.com/wordpress/?p=1508',0,'revision','',0);
INSERT INTO `wpjn_posts` VALUES (1509,1,'2023-07-09 13:17:52','2023-07-09 13:17:52','<p style=\"text-align: center;\">Attention: A comprehensive course for Digital Creators and Knowledge Infopreneurs.  Imagine Never Having to Build Info Products From Scratch Again using your Smartphone.</p>		\n			<h2>BRAND NEW TRAINING REVEALS...</h2>		\n			<h3>How to Create, Design, Publish, and Host Money- Making Online Courses using your Smartphone.</h3>		\n		<p>IMAGINE CREATING and hosting HOT SELLING ONLINE COURSES WITH YOUR SMARTPHONE THAT CONSISTENTLY EARNS YOU 6 - FIGURES MONTHLY WITHOUT DOING MOST OF THE WORK FROM SCRATCH OR NEEDING A WEBSITE OR A LAPTOP.</p>		\n			<a href=\"#Content1\">\n						YES, GIVE ME INSTANT ACCESS NOW\n					</a>\n			<h2><a href=\"#\">RESULTS SPEAK LOUDER!</a></h2>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>Dear friend,</p><p>Would you like to learn how to generate <strong>Create, Design, and Publish Money Making Online Course with your Smartphone</strong> without having to<strong> build or create from scratch using a Laptop or need a Website.</strong></p><p>If you answered <strong>YES</strong> to the question above, then pay close attention to everything I am about to share with you in this letter and here is why…</p><p><strong>Online Course Creation</strong> is one of the <strong>easiest and lucrative business models</strong> anyone can start today and start <strong>making money</strong> almost immediately.</p><p>Some people think that they need to be experts in a topic before they create their first Online Course, but<strong> that\'s not true</strong>.</p><p>You can Convert your <strong>Knowledge, Experience or Skills</strong> into<strong> online courses</strong> with just your <strong>Smartphone</strong>..</p><p><strong>Here\'s why Online Course Creation is a Lucrative Business?</strong></p><p>💥It\'s a product that can never run out of stock.<br />💥It does not require any form of Importation or shipping or delivery. <br />💥 It is a type of product that you will create once and sell forever which means that you will keep 100% of the profit. <br />💥It cost nothing to create an Online Course, if you have a smartphone and Free Tools then you can create and design an Online Course.</p><p>I have created several courses using just my Smartphone and have sold about <strong>500 copies of my courses.</strong></p><p>The Knowledge industry is worth <strong>Billions of dollars</strong>. That is <strong>Billions with a capital *B.</strong></p><p>What does this tell you?</p><p>The <strong>Knowledge industry</strong> is not going away any time soon. As long as people are continuously looking for information to solve their problems, there will always be an opportunity to make money solving those problems by putting the solutions in form of an <strong>Online Course.</strong></p><p>There is a lot of money to be made in this industry but how much of that billions is <strong>coming to you...</strong></p><p>For you to tap your own share of the billions in this industry, you have to be well positioned.</p><p>How?</p><p><strong>By creating an *Online Course.*</strong></p><p>Online courses which can be in form of <strong>Video courses or eBooks</strong> are becoming really popular and it is one way for you to <strong>package and sell your knowledge, skills or experience</strong> to <strong>increase your impact and income.</strong></p><p>But you need to know how to create an online course that<strong> banks</strong> so your <strong>online course</strong> doesn\'t end up in your <strong>archive</strong>. <strong>That is why I created this course for you.</strong></p><h3 style=\"text-align: center;\"><strong>Introducing...</strong></h3>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n			<h2>Smartphone Online Course Profit Machine</h2>		\n		<p style=\"text-align: center;\"><strong>How to Create and Host Hot Selling Online Courses with your Smartphone that consistently Pays you Monthly.</strong></p>		\n			<h2>Here Is What You\'ll Learn Inside Smartphone Online Course Profit Machine</h2>		\n					<ul>\n							<li>\n										My Online Course Launch Strategy that will help you bank 6 figures from the Launch of your Online Course and Lots More..\n									</li>\n								<li>\n										How to convert your Knowledge, Skills or experience to Hot Money Making Digital Product.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Digital Topics/Ideas You Can Sell And Make Lots Of Money In Less Time\n									</li>\n								<li>\n										Learn How to host your eBooks without it been downloaded or shared using this Free Platform.\n									</li>\n								<li>\n										A Fail Proof process to help you create your digital products by yourself in 48 hours...\n									</li>\n								<li>\n										How to Legally Get Hot Digital Products you can Resell and Keep 100% of the Profit using your Smartphone, without writing or creating any digital product. \n									</li>\n								<li>\n										How to brand and package your online course to make it look more valuable and Irresistible..\n									</li>\n								<li>\n										How to Enroll your First 100 studnets without spending a dime on advertising..\n									</li>\n								<li>\n										How to create a Sales Page for your Online Course with your Smartphone using a Free Tool.\n									</li>\n								<li>\n										How to Host, Publish, and Automate your online course, make sales and enroll students even while you sleep...\n									</li>\n								<li>\n										How to Host your courses online without spending a dime on domain and hosting using a Free Platform on your Smartphone. I have been using this Platform for myself and clients.... Say No to hosting your courses on social media platforms. Infact even this course is hosted on the Free Platform.\n									</li>\n								<li>\n										and Lots More\n									</li>\n						</ul>\n			<a href=\"#coursevideo\">\n						I WANT TO PAY NOW\n					</a>\n			<h2>How Much To Get The Course?</h2>		\n		<section data-id=\"5930ec6a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><p>Let me be very <strong>frank</strong> with you..</p><p>I am not going to threaten you with any scarcity here.</p><p>The price for this course is <strong>N20, 000 Naira</strong></p><p>But I want to make it affordable for any serious digital creators or anyone that wants to start taking their own portion of slice from the <strong>Billion Dollar Knowledge Information Industry out there.</strong></p><p>I’ll allow you to get the course for just<strong> N5000 Naira </strong></p><p>However, this is for a <strong>limited time.</strong></p><p>Let me be honest with you…</p><p>If you decide to close this page now thinking you can always come back here to get this course for N5000, then I need to tell you something very important.</p><p><strong>The price of this course will increase any time from now.</strong></p><p>I cannot tell you when exactly but, one thing is sure; the price must surely go up.</p><p>To sweeten this deal for you, if you order for this course before the timer below hits zero, I will also give you the following <strong>FAST ACTION TAKERS </strong>bonuses which includes a <strong>Premium Video Builder Software.</strong></p></section><section data-id=\"38a03d3a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> </section>		\n			<h2>COURSE SNIPPET</h2>		\n			<h2>COURSE SNIPPET TWO</h2>		\n			<h2>FAST ACTION TAKERS BONUSES</h2>		\n				<h3>\n						Intro and Outro Video Software					\n				</h3>\n									<p>\n						Create Captivating\nIntro And Outro Videos\nIn Just A Few Clicks With Intro AND Outro Expert. You can use this software to create intro videos for your YouTube Video and your Video Course Branding... This is a premium software that will be created for you only if you take Fast Action Now...Watch a demo on how you can use the Software. \n<br><br><b>VALUE PRICE: N50,000 Naira</b>					</p>\n		https://vimeo.com/624385691		\n				<h3>\n						The 12 Commandments of Digital Marketing					\n				</h3>\n									<p>\n						The Unwritten Laws, for Achieving Sustainable Profits Online... Violate them at your own risk...\nWe will be talking about the 12 Commandments of Internet Marketing Success. These unwritten ‘laws’ are compulsory if you really want to succeed\nin internet marketing.\n<br>There are of course lots of laws that affect your success and profitability on the internet, the 12 discussed in this book are personally considered by me to be the most important if your goal is to have sustainable success on the internet.\n<br>VALUE PRICE: N10,000 Naira\n					</p>\n				<h3>\n						The Digital Business Goldmines					\n				</h3>\n									<p>\n						A Practical Breakdown on the Hottest Profitable Internet Businesses, You can Start in the Next 24 Hours with Zero Investment, Zero Experience, and Zero Technical Skills.\nIt is one thing to understand that there is money to be made on the internet, It is quite another thing to know exactly where that money can be made.\nWhile there are literally hundreds, if not thousands. of ways to make money on the internet, I will choose just the 11 most promising ones to discuss in this Book. \nThis section is for those still looking to choose the right models for making money on the internet consistently.\n<br>VALUE PRICE: N10,000 Naira					</p>\n				<h3>\n						The Complete Online Course Business Starter Kit					\n				</h3>\n									<p>\n						The fastest way to validate your course idea, attract early customers, and build a world-class online course.\nThis is a done for you Fill in the Blank Template that can help you validate your online course idea, market and build a profitable online course.\n<br>VALUE PRICE: N20,000 Naira					</p>\n				<h3>\n						The Netpreneur Manifesto...					\n				</h3>\n									<p>\n						Everything, you need and don\'t need to become a successful digital marketer and save yourself, time, money, and frustration\nThis book is intended to lay the Blueprint for Success for Newbies, who are involved or want to be involved in Internet Marketing, or more appropriately those who want to make money online...<br>VALUE PRICE: N10,000 Naira					</p>\n			<h2>TAKE A PEEK INSIDE</h2>		\n			<h1>Here Is Everything You\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\"text-align: center;\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\"text-align: center;\">Best Price – Only <del>₦20,000</del></h4><h1 style=\"text-align: center;\"><strong><u>Give Away Price</u></strong></h1><h1 style=\"text-align: center;\">₦5,000</h1><p style=\"text-align: center;\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						I WANT TO PAY THE GIVEAWAY PRICE NOW\n					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<h1 style=\"text-align: center;\"><strong>100% Money Back Guarantee</strong></h1><p>This sounds unbelievable right?</p><p>I know, but I am not stupid for making guarantee.</p><p>I am confident that this course will work for you because it’s the exact strategy and platform that I use to create, publish, host and automate my Online Courses with ease. It is likely that you are on the fence because you have bought a lot of courses like this in the past that left you disappointed and a bit skeptical.</p><p>I can understand.</p><p>That is the reason why I am allowing you to test-drive the Smartphone Online Course Profit Machine for 30 days.</p><p>If after the 30 days period you feel this course did not fulfil all it said, it would, then you can ask for a refund.</p><p>The only thing you’ll do is that you will have to show us the course you created and hosted, just to confirm that you made a reasonable effort.</p><p>Then, simply contact us &amp; your entire purchase price will be promptly refunded. <strong>Email sunflorisservices@gmail.com or send a WhatsApp Message +2348159821671 to  for a full refund of your investment. </strong></p><p><b>Yes, this course will either give you everything we promised, or you get double your money back AND you get to keep the course + bonuses for free.</b></p><p>No tricks. No hidden fees. None of that. All yours for a low price.</p>		\n			<a href=\"#Content2\">\n						See Everything You\'re Getting\n					</a>\n			<h2>Questions People Are Asking...</h2>		\n												<a tabindex=\"0\">What Format Are The Training Materials Delivered In?</a>\n					<p>The materials are delivered in Videos and Text formats and nothing complicated.</p><p>They are not physical books so you don’t need to wait for days to have them shipped to you.</p>\n												<a tabindex=\"0\">I dont have any Course Idea, Can I Benefit from this Course?</a>\n					<p>No Course Idea? No problem. I will teach you how you can Legally convert and create an Online Course without having a Course Idea of your own and make 100% Profit.</p>\n												<a tabindex=\"0\">How Soon Will I Get Access To The Course After Payment?</a>\n					<p>You’ll have immediate access to the course. You’ll be learning and implementing within the next 2 minutes even it’s 2AM.</p>\n												<a tabindex=\"0\">Are You Going To Offer Me Any Support After Buying The Course?</a>\n					<p>I understand that there are some gurus out there who just sell you courses and after collecting your money, you cannot even dare ask them any questions if you need help.</p><p>Well, you will always have direct access to me to ask me any question as regards implementing any part of the course.</p>\n												<a tabindex=\"0\">Do I Need To Spend Any Other Other Money After Buying This Course?</a>\n					<p>Yes and No. You will not pay for anything apart from Running Paid Ads Like Facebook, Instagram, WhatsApp, Google Ads</p><p>Creating your Course is Free<br />Designing your Course is Free<br />Hosting your Course Online is Free.</p><p>If you’re going to run paid ads, you’ll need to spend some money to run the ads. But if you decide not to run ads, you can simply use the organic lead generation strategies i shared in the course.</p>\n		<strong>Are You Ready To Get Started Now?</strong><h3 style=\"text-align: center;\"><strong>You’re One Step Away From Creating Profitable Online Courses That Can Consistently Pay You.</strong></h3>		\n			<h1>Here Is Everything You\'re Getting Today</h1>		\n					<ul>\n							<li>\n										Key Consideration in Creating a Profitable Information Marketing Business.\n									</li>\n								<li>\n										The 5 Hot Evergreen Niches that can make you lots of Money.\n									</li>\n								<li>\n										Digital Topics That Banks: Hot Evergreen Online Course Ideas You Can Sell And Make Lots Of Money In Less Time.\n									</li>\n								<li>\n										How to Create your Online Course by Yourself in 48 hours.\n									</li>\n								<li>\n										Publish, Host, and Automate your Courses\n									</li>\n								<li>\n										Online Course Sales Strategy Machine: Ways to Sell your Online Course.\n									</li>\n								<li>\n										Software Bonus: How to Create Intro and Outro Videos and Premium Bonuses\n									</li>\n						</ul>\n		<h4 style=\"text-align: center;\">The Total Value For Smartphone Online Course Profit Machine + Bonuses: – ₦200,000</h4><h4 style=\"text-align: center;\">Best Price – Only <del>₦20,000</del></h4><h1 style=\"text-align: center;\"><strong><u>Give Away Price</u></strong></h1><h2 style=\"text-align: center;\">₦5,000 or GHS 100 or $15</h2><p style=\"text-align: center;\"><b>WARNING:I Will Be Increasing The Price To ₦20,000 Once The Timer Below Hits Zero.</b></p>		\n			<h1>Pay Online and Bank Transfer (Selar)</h1>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						Pay N5,000 Naira or GHS 100 or $15 Online via Selar\n					</a>\n		<p style=\"text-align: left;\"><strong>Pay With Selar!</strong> If you are in Nigeria or Ghana. Pay <b>N5000 Naira or your currency equivalent </b>Online using your debit card, bank transfer, mobile money, and gain access to your course. </p><p style=\"text-align: left;\">This payment method is safe, secured and 100% approved  by CBN and other Financial Bodies.</p><p style=\"text-align: left;\">You’ll be redirected to the course and you can start learning immediately even if it’s 2AM.</p>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						I WANT THE COURSE  + ALL THE BONUSES\n					</a>\n		<h6 style=\"text-align: center;\"><b>IMPORTANT: Earnings And Legal Disclaimers</b></h6><h6 style=\"text-align: center;\">We Don’t Believe In Get-Rich-Quick Programs. We Believe In Hard Work, Adding Value And Serving Others. And That’s What Our Programs Are Designed To Help You Do. We Can Not And Do Not Make Any Guarantees About Your Own Ability To Get Results Or Earn Any Money With Our Ideas, Information, Programs Or Strategies. Your Results In Life Are Up To You. Agreed? We’re Here To Help By Giving You Our Greatest Strategies To Move You Forward, Faster. However, Nothing On This Page Or Any Of Our Websites Or Emails Is A Promise Or Guarantee Of Future Earnings. Any Financial Numbers Referenced Here, Or On Any Of Our Sites Or Emails, Are Simply Estimates Or Projections Or Past Results, And Should Not Be Considered Exact, Actual Or As A Promise Of Potential Earnings – All Numbers Are Illustrative Only. If You Have Questions, Email sunflorisservices@gmail.com. Thanks For Stopping By.</h6><h4 style=\"text-align: left;\"><strong>75% OFF Crazy Offer! Pay <s>N20,000</s> N5,000 - Expires In <u>FEW HOURS</u></strong></h4>		\n			<a href=\"https://selar.co/smartphoneonlinecourse\">\n						BUY NOW!\n					</a>','SMRT','','inherit','closed','closed','','1507-revision-v1','','','2023-07-09 13:17:52','2023-07-09 13:17:52','',1507,'https://sunfloris.com/wordpress/?p=1509',0,'revision','',0),(1510,1,'2023-07-09 13:17:53','2023-07-09 13:17:53','<ul>\n							<li>\n										On-Demand digital academy\n									</li>\n						</ul>\n			<h1>SunFloris<br>Digital <br>Academy</h1>		\n		<p>Your Number One Digital Platform, where you can learn and earn money with your Skills.</p><p>Start and Grow the Online Business of your dreams with our Short Course, Digital EBooks, Digital Tools, Memberships, and Articles.</p>		\n			<a href=\"https://courses.sunfloris.com/all-courses/\">\n						Start Course\n					</a>\n			<a href=\"https://courses.sunfloris.com/all-courses/\">\n						View All Courses\n					</a>\n			<a href=\"#\">\n						</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n					<ul>\n							<li>\n										Featured Course\n									</li>\n						</ul>\n			<h2>Smartphone<br>Online Course<br>Profit Machine</h2>		\n			Learn how to create, design, publish, host, and automate your online courses using your smartphone.		\n					<ul>\n							<li>\n										eBook 2 Cash Course\n									</li>\n								<li>\n										Video Course 2 Cash\n									</li>\n								<li>\n										PLR Blueprint\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Host and Publish your courses.\n									</li>\n								<li>\n										Course Sale Strategy\n									</li>\n						</ul>\n			<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n						Start Course\n					</a>\n			<h2>OUR COURSES</h2>		\n													<a href=\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>Store Creation</h6>		\n			<h5>WhatsApp Ecommerce Store  Video Courses</h5>		\n			<a href=\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										300\n									</li>\n						</ul>\n					<ul>\n							<li>\n										2h 24m\n									</li>\n						</ul>\n													<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>course hosting </h6>		\n			<h5>Smartphone Online Course Profit Machine</h5>		\n			<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n						Enroll  Now for N5,000 Naira\n					</a>\n					<ul>\n							<li>\n										200\n									</li>\n						</ul>\n					<ul>\n							<li>\n										3h 18m\n									</li>\n						</ul>\n													<a href=\"https://courses.sunfloris.com/34-digital-products-ideas/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>ebook</h6>		\n			<h5>34 Digital Product Ideas to create, and monetize.</h5>		\n			<a href=\"https://courses.sunfloris.com/34-digital-products-ideas/\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										500\n									</li>\n						</ul>\n					<ul>\n							<li>\n										15m\n									</li>\n						</ul>\n			<h6>Testimonials</h6>		\n			<h2>Trusted by Thousand of\nStudents and Creators</h2>		\n			<a href=\"https://courses.sunfloris.com/all-courses/\">\n						Start Learning\n					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>“SunFloris  Digital Academy helped me Kick Start and Build my Online Business Skills. They really honed my digital marketing skills through their courses especially the Facebook and Instagram courses and with their software, I got access to use software needed to boost my Online Business. ” <img role=\"img\" draggable=\"false\" src=\"https://s.w.org/images/core/emoji/13.1.0/svg/1f60a.svg\" alt=\"😊\" />”</p>		\n			<h6>PAUL OKEKE</h6>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>“I think SunFloris Digital Academy is a very educative and inspiring Platform. If you want to start an Online Business, it has all the Courses, Books, and Softwares that can help you start. It is like having someone hold your hands while they journey with you through the process. I am extremely satisfied.”</p>		\n			<h6>FUNKE ADEMOLA</h6>','Course Home','','publish','closed','closed','','course-home','','','2023-07-09 13:17:53','2023-07-09 13:17:53','',0,'https://sunfloris.com/wordpress/?elementor_library=course-home',0,'elementor_library','',0),(1511,1,'2023-07-09 13:17:53','2023-07-09 13:17:53','','Course Home','','inherit','closed','closed','','1510-revision-v1','','','2023-07-09 13:17:53','2023-07-09 13:17:53','',1510,'https://sunfloris.com/wordpress/?p=1511',0,'revision','',0),(1512,1,'2023-07-09 13:17:53','2023-07-09 13:17:53','<ul>\n							<li>\n										On-Demand digital academy\n									</li>\n						</ul>\n			<h1>SunFloris<br>Digital <br>Academy</h1>		\n		<p>Your Number One Digital Platform, where you can learn and earn money with your Skills.</p><p>Start and Grow the Online Business of your dreams with our Short Course, Digital EBooks, Digital Tools, Memberships, and Articles.</p>		\n			<a href=\"https://courses.sunfloris.com/all-courses/\">\n						Start Course\n					</a>\n			<a href=\"https://courses.sunfloris.com/all-courses/\">\n						View All Courses\n					</a>\n			<a href=\"#\">\n						</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n					<ul>\n							<li>\n										Featured Course\n									</li>\n						</ul>\n			<h2>Smartphone<br>Online Course<br>Profit Machine</h2>		\n			Learn how to create, design, publish, host, and automate your online courses using your smartphone.		\n					<ul>\n							<li>\n										eBook 2 Cash Course\n									</li>\n								<li>\n										Video Course 2 Cash\n									</li>\n								<li>\n										PLR Blueprint\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Host and Publish your courses.\n									</li>\n								<li>\n										Course Sale Strategy\n									</li>\n						</ul>\n			<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n						Start Course\n					</a>\n			<h2>OUR COURSES</h2>		\n													<a href=\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>Store Creation</h6>		\n			<h5>WhatsApp Ecommerce Store  Video Courses</h5>		\n			<a href=\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										300\n									</li>\n						</ul>\n					<ul>\n							<li>\n										2h 24m\n									</li>\n						</ul>\n													<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>course hosting </h6>		\n			<h5>Smartphone Online Course Profit Machine</h5>		\n			<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n						Enroll  Now for N5,000 Naira\n					</a>\n					<ul>\n							<li>\n										200\n									</li>\n						</ul>\n					<ul>\n							<li>\n										3h 18m\n									</li>\n						</ul>\n													<a href=\"https://courses.sunfloris.com/34-digital-products-ideas/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>ebook</h6>		\n			<h5>34 Digital Product Ideas to create, and monetize.</h5>		\n			<a href=\"https://courses.sunfloris.com/34-digital-products-ideas/\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										500\n									</li>\n						</ul>\n					<ul>\n							<li>\n										15m\n									</li>\n						</ul>\n			<h6>Testimonials</h6>		\n			<h2>Trusted by Thousand of\nStudents and Creators</h2>		\n			<a href=\"https://courses.sunfloris.com/all-courses/\">\n						Start Learning\n					</a>\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>“SunFloris  Digital Academy helped me Kick Start and Build my Online Business Skills. They really honed my digital marketing skills through their courses especially the Facebook and Instagram courses and with their software, I got access to use software needed to boost my Online Business. ” <img role=\"img\" draggable=\"false\" src=\"https://s.w.org/images/core/emoji/13.1.0/svg/1f60a.svg\" alt=\"😊\" />”</p>		\n			<h6>PAUL OKEKE</h6>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>“I think SunFloris Digital Academy is a very educative and inspiring Platform. If you want to start an Online Business, it has all the Courses, Books, and Softwares that can help you start. It is like having someone hold your hands while they journey with you through the process. I am extremely satisfied.”</p>		\n			<h6>FUNKE ADEMOLA</h6>','Course Home','','inherit','closed','closed','','1510-revision-v1','','','2023-07-09 13:17:53','2023-07-09 13:17:53','',1510,'https://sunfloris.com/wordpress/?p=1512',0,'revision','',0),(1513,1,'2023-07-09 13:17:53','2023-07-09 13:17:53','<p style=\"text-align: center;\">F<em>ree Training- You Can Turn Your</em><em> WHATSAPP Into A Fully Functional E-COMMERCE STORE In Less Than 45 Minutes</em></p><p><strong>Transform your WhatsApp</strong> into a power tool that you can list your products and get paid by your customers instantly. Yes, and it is a FREE TRAINING…</p><p>YES, If you are looking for a way to <strong>SELL YOUR PRODUCTS</strong> or <strong>SERVICES, RECEIVE YOUR PAYMENTS</strong> even while you sleep <strong>WITHOUT HAVING TO UPLOAD MULTIPLE PICTURES ON YOUR STATUS</strong> which expires within <strong>24 hours.</strong></p><p>Then, this training is for you…</p><p>Yes, if you are looking for a way to <strong>sell your products</strong></p><p><strong>Receive payments</strong> even <strong>while you sleep</strong></p><p>Without paying a <strong>developer</strong> for an <strong>ecommerce website…</strong></p><p>Then this is the most <strong>important page you will ever visit</strong></p><p>The reason I am saying so is that I will show you how to step by step on how to create your <strong>complete ecommerce store</strong></p><p>If you are a <strong>smart business owner</strong> looking at how to grow and scale your <strong>online business</strong> without spending much on <strong>hiring expensive web designers,</strong> then read on.</p><p>Stop flooding your <strong>WhatsApp Status</strong> with <strong>images,</strong> when you can have an <strong>ecommerce store for your business.</strong></p><p>You can create <strong>Multiple Stores </strong>for different <strong>businesses your offer</strong> and with <strong>different currencies...</strong></p>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>Are you are a smart business owner looking at how to grow and scale your online business without spending much on hiring expensive web designers? </p><ul><li><strong>Are you a business owner looking at increasing your online sales?</strong></li><li><strong>Do you Sell your Physical and Digital Products Online?</strong></li><li><strong>Do you Offer Physical and Digital Services Online?</strong></li><li><strong>Do you have WhatsApp on your Mobile Phone?</strong></li><li><strong>Do you know you can now turn your WhatsApp into an online E-commerce Shop or Store?</strong></li></ul><p>If you must sell massively, you need to have a very strong online presence.</p><p>Then this Practical Training is for “YOU”</p>		\n			<a href=\"https://selar.co/WAST\">\n						Join the Free Telegram Training\n					</a>\n		<p><strong>What are you waiting for?</strong></p><p><strong>BUILD YOUR E-COMMERCE STORE ON WHATSAPP IN 45 MINUTES</strong></p><p>This WhatsApp Écommerce store affords you the opportunity to display up to 50 of your product online :</p><p>💥 Without any coding</p><p>💥 comes with a Free Subdomain</p><p>💥 Without paying for web hosting yearly.</p><p>💥 Without even hiring a website designer.</p><h4><strong>The most interesting part is that it is Do it Yourself aka DIY even as a complete beginner.</strong></h4><h4><strong>Interested in learning how you can create an online shop for your business in few minutes?</strong></h4><p>A Practical Training for businesses that which to sells anything on WhatsApp. Set up your FREE WhatsApp store and start selling online instantly 24X7. Works on both WhatsApp and WhatsApp Business.</p><p><strong>You will learn how to build the E-commerce Store by yourself with our simplified step-by-step video training even if you as a complete beginner. </strong></p><p>Stop creating WhatsApp status! </p><p>People get tired of flipping through product images daily. </p><p>WhatsApp automation has gone to the next level. </p><p>Businesses have moved past that.</p><p>Join other business owners and create your own eCommerce Store...</p><p>Smart sellers are the ones making sales and yet you wonder how. </p><p><strong>- Removes the stress of sending product pictures of your items with their prices to everyone </strong></p><p><strong>- Track how your contacts interact with your products on WhatsApp and follow up with those who abandoned their carts</strong></p><p><strong>- You can create this in 30 minutes on your Mobile phone </strong></p><p><strong>- You don\'t need to be techy at all</strong></p><p><strong>- Customers can pay with a debit card or bank transfer, still on WhatsApp. </strong></p><p><strong>- Generate Receipts for your Customers instantly...</strong></p><p><strong>- Saves you from spending 50k and above on an eCommerce store that you won\'t know how to use.</strong></p><p><strong>- Accept international payment whether in dollars or pounds</strong></p><p><strong>- Customers can shop for any of your products in one place...</strong></p><p><strong>Checkout the Demo Video to see how your store will look like and also how your customer will interact with your store.</strong></p>		\n			<a href=\"https://selar.co/WAST\">\n						Build your Ecommerce Store for Free\n					</a>\n		<p><strong>*Benefits of the WhatsApp Store 🛒*</strong></p><p><strong>♻️ You will make more sales because your customers can now buy your products even while you are not available.</strong></p><p><strong>♻️ You will gain more visibility because your status is no more occupied with excess pictures of your products.</strong></p><p><strong>🛒 It\'s Easy DIY (Do It Yourself) set-up.</strong></p><p><strong>🛒 Works on both WhatsApp Messenger and WhatsApp Business</strong></p><p><strong>🛒Work on both Android, iPhone, and Laptop</strong></p><p><strong>🤷‍♂️ It\'s Completely FREE</strong></p><p><strong>The store is good for physical products and info Products or any services.</strong></p><h3><strong>All you need to do is to learn how to build yours.....</strong></h3><h3><strong>Grab the opportunity now!</strong></h3>		\n			<a href=\"https://selar.co/WAST\">\n						Join the Free Telegram Training\n					</a>\n		<p><strong>*Features of WhatsApp E-COMMERCE store*</strong></p><p><strong>1. Easy to set up within 30minutes or more.</strong></p><p><strong>2. Different payment gateway integrated (Paystack, Stripe, Flutterwave, etc..)</strong></p><p><strong>3. You will receive order alerts on WhatsApp and customer contacts to follow up after they place an order.</strong></p><p><strong>4. You will link up all your social media pages to your eCommerce store.</strong></p><p><strong>5 Accepts all types of Payments (Naira, USD, GBP, GHC, KES, ZAR, all Currencies)</strong></p><p><strong>6 Accepts all Languages... You can build your store in any Language of your choice...</strong></p><p><strong>5. You can install Facebook pixel and Google analytics to track those who visited your store and lots more.</strong></p><p><strong>6. You can also run sponsored Facebook Ads for your e-commerce store instead of WhatsApp Group.</strong></p><p><strong>The Training Videos are so Self-Explanatory even a child of 5 years can learn how to create it.</strong></p><p><strong>SEE,</strong></p><p><strong>Smart African Business owners are taking this Opportunity now, DON’T BE LEFT OUT.</strong></p>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n			<a href=\"https://selar.co/WAST\">\n						Build your Ecommerce Store for Free\n					</a>','WhatsApp','','publish','closed','closed','','whatsapp','','','2023-07-09 13:17:53','2023-07-09 13:17:53','',0,'https://sunfloris.com/wordpress/?elementor_library=whatsapp',0,'elementor_library','',0),(1514,1,'2023-07-09 13:17:53','2023-07-09 13:17:53','','WhatsApp','','inherit','closed','closed','','1513-revision-v1','','','2023-07-09 13:17:53','2023-07-09 13:17:53','',1513,'https://sunfloris.com/wordpress/?p=1514',0,'revision','',0),(1515,1,'2023-07-09 13:17:53','2023-07-09 13:17:53','<p style=\"text-align: center;\">F<em>ree Training- You Can Turn Your</em><em> WHATSAPP Into A Fully Functional E-COMMERCE STORE In Less Than 45 Minutes</em></p><p><strong>Transform your WhatsApp</strong> into a power tool that you can list your products and get paid by your customers instantly. Yes, and it is a FREE TRAINING…</p><p>YES, If you are looking for a way to <strong>SELL YOUR PRODUCTS</strong> or <strong>SERVICES, RECEIVE YOUR PAYMENTS</strong> even while you sleep <strong>WITHOUT HAVING TO UPLOAD MULTIPLE PICTURES ON YOUR STATUS</strong> which expires within <strong>24 hours.</strong></p><p>Then, this training is for you…</p><p>Yes, if you are looking for a way to <strong>sell your products</strong></p><p><strong>Receive payments</strong> even <strong>while you sleep</strong></p><p>Without paying a <strong>developer</strong> for an <strong>ecommerce website…</strong></p><p>Then this is the most <strong>important page you will ever visit</strong></p><p>The reason I am saying so is that I will show you how to step by step on how to create your <strong>complete ecommerce store</strong></p><p>If you are a <strong>smart business owner</strong> looking at how to grow and scale your <strong>online business</strong> without spending much on <strong>hiring expensive web designers,</strong> then read on.</p><p>Stop flooding your <strong>WhatsApp Status</strong> with <strong>images,</strong> when you can have an <strong>ecommerce store for your business.</strong></p><p>You can create <strong>Multiple Stores </strong>for different <strong>businesses your offer</strong> and with <strong>different currencies...</strong></p>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n		<p>Are you are a smart business owner looking at how to grow and scale your online business without spending much on hiring expensive web designers? </p><ul><li><strong>Are you a business owner looking at increasing your online sales?</strong></li><li><strong>Do you Sell your Physical and Digital Products Online?</strong></li><li><strong>Do you Offer Physical and Digital Services Online?</strong></li><li><strong>Do you have WhatsApp on your Mobile Phone?</strong></li><li><strong>Do you know you can now turn your WhatsApp into an online E-commerce Shop or Store?</strong></li></ul><p>If you must sell massively, you need to have a very strong online presence.</p><p>Then this Practical Training is for “YOU”</p>		\n			<a href=\"https://selar.co/WAST\">\n						Join the Free Telegram Training\n					</a>\n		<p><strong>What are you waiting for?</strong></p><p><strong>BUILD YOUR E-COMMERCE STORE ON WHATSAPP IN 45 MINUTES</strong></p><p>This WhatsApp Écommerce store affords you the opportunity to display up to 50 of your product online :</p><p>💥 Without any coding</p><p>💥 comes with a Free Subdomain</p><p>💥 Without paying for web hosting yearly.</p><p>💥 Without even hiring a website designer.</p><h4><strong>The most interesting part is that it is Do it Yourself aka DIY even as a complete beginner.</strong></h4><h4><strong>Interested in learning how you can create an online shop for your business in few minutes?</strong></h4><p>A Practical Training for businesses that which to sells anything on WhatsApp. Set up your FREE WhatsApp store and start selling online instantly 24X7. Works on both WhatsApp and WhatsApp Business.</p><p><strong>You will learn how to build the E-commerce Store by yourself with our simplified step-by-step video training even if you as a complete beginner. </strong></p><p>Stop creating WhatsApp status! </p><p>People get tired of flipping through product images daily. </p><p>WhatsApp automation has gone to the next level. </p><p>Businesses have moved past that.</p><p>Join other business owners and create your own eCommerce Store...</p><p>Smart sellers are the ones making sales and yet you wonder how. </p><p><strong>- Removes the stress of sending product pictures of your items with their prices to everyone </strong></p><p><strong>- Track how your contacts interact with your products on WhatsApp and follow up with those who abandoned their carts</strong></p><p><strong>- You can create this in 30 minutes on your Mobile phone </strong></p><p><strong>- You don\'t need to be techy at all</strong></p><p><strong>- Customers can pay with a debit card or bank transfer, still on WhatsApp. </strong></p><p><strong>- Generate Receipts for your Customers instantly...</strong></p><p><strong>- Saves you from spending 50k and above on an eCommerce store that you won\'t know how to use.</strong></p><p><strong>- Accept international payment whether in dollars or pounds</strong></p><p><strong>- Customers can shop for any of your products in one place...</strong></p><p><strong>Checkout the Demo Video to see how your store will look like and also how your customer will interact with your store.</strong></p>		\n			<a href=\"https://selar.co/WAST\">\n						Build your Ecommerce Store for Free\n					</a>\n		<p><strong>*Benefits of the WhatsApp Store 🛒*</strong></p><p><strong>♻️ You will make more sales because your customers can now buy your products even while you are not available.</strong></p><p><strong>♻️ You will gain more visibility because your status is no more occupied with excess pictures of your products.</strong></p><p><strong>🛒 It\'s Easy DIY (Do It Yourself) set-up.</strong></p><p><strong>🛒 Works on both WhatsApp Messenger and WhatsApp Business</strong></p><p><strong>🛒Work on both Android, iPhone, and Laptop</strong></p><p><strong>🤷‍♂️ It\'s Completely FREE</strong></p><p><strong>The store is good for physical products and info Products or any services.</strong></p><h3><strong>All you need to do is to learn how to build yours.....</strong></h3><h3><strong>Grab the opportunity now!</strong></h3>		\n			<a href=\"https://selar.co/WAST\">\n						Join the Free Telegram Training\n					</a>\n		<p><strong>*Features of WhatsApp E-COMMERCE store*</strong></p><p><strong>1. Easy to set up within 30minutes or more.</strong></p><p><strong>2. Different payment gateway integrated (Paystack, Stripe, Flutterwave, etc..)</strong></p><p><strong>3. You will receive order alerts on WhatsApp and customer contacts to follow up after they place an order.</strong></p><p><strong>4. You will link up all your social media pages to your eCommerce store.</strong></p><p><strong>5 Accepts all types of Payments (Naira, USD, GBP, GHC, KES, ZAR, all Currencies)</strong></p><p><strong>6 Accepts all Languages... You can build your store in any Language of your choice...</strong></p><p><strong>5. You can install Facebook pixel and Google analytics to track those who visited your store and lots more.</strong></p><p><strong>6. You can also run sponsored Facebook Ads for your e-commerce store instead of WhatsApp Group.</strong></p><p><strong>The Training Videos are so Self-Explanatory even a child of 5 years can learn how to create it.</strong></p><p><strong>SEE,</strong></p><p><strong>Smart African Business owners are taking this Opportunity now, DON’T BE LEFT OUT.</strong></p>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n			<a href=\"https://selar.co/WAST\">\n						Build your Ecommerce Store for Free\n					</a>','WhatsApp','','inherit','closed','closed','','1513-revision-v1','','','2023-07-09 13:17:53','2023-07-09 13:17:53','',1513,'https://sunfloris.com/wordpress/?p=1515',0,'revision','',0),(1516,1,'2023-07-09 13:17:54','2023-07-09 13:17:54','<h2>FREE EBOOK FOR CREATORS</h2>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n			<h4>Get 34 Profitable Ideas For Your Next Digital Product!</h4>		\n					<ul>\n							<li>\n										34 pages of digital product ideas with examples...\n									</li>\n								<li>\n										Start monetizing your expertise or existing brand...\n									</li>\n								<li>\n										Bonus worksheet to get crystal clear on your idea...\n									</li>\n						</ul>\n			<a href=\"https://selar.co/34DPI\">\n						Click here to Download\n					</a>\n			<h2>Other Courses we Offer</h2>		\n													<a href=\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>Store Creation</h6>		\n			<h5>WhatsApp Ecommerce Store  Video Courses</h5>		\n			<a href=\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										300\n									</li>\n						</ul>\n					<ul>\n							<li>\n										2h 24m\n									</li>\n						</ul>\n													<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>course hosting </h6>		\n			<h5>Smartphone Online Course Profit Machine</h5>		\n			<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n						Enroll  Now for N5,000 Naira\n					</a>\n					<ul>\n							<li>\n										200\n									</li>\n						</ul>\n					<ul>\n							<li>\n										3h 18m\n									</li>\n						</ul>','ebooks','','publish','closed','closed','','ebooks','','','2023-07-09 13:17:54','2023-07-09 13:17:54','',0,'https://sunfloris.com/wordpress/?elementor_library=ebooks',0,'elementor_library','',0),(1517,1,'2023-07-09 13:17:54','2023-07-09 13:17:54','','ebooks','','inherit','closed','closed','','1516-revision-v1','','','2023-07-09 13:17:54','2023-07-09 13:17:54','',1516,'https://sunfloris.com/wordpress/?p=1517',0,'revision','',0),(1518,1,'2023-07-09 13:17:54','2023-07-09 13:17:54','<h2>FREE EBOOK FOR CREATORS</h2>		\n												<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />														\n			<h4>Get 34 Profitable Ideas For Your Next Digital Product!</h4>		\n					<ul>\n							<li>\n										34 pages of digital product ideas with examples...\n									</li>\n								<li>\n										Start monetizing your expertise or existing brand...\n									</li>\n								<li>\n										Bonus worksheet to get crystal clear on your idea...\n									</li>\n						</ul>\n			<a href=\"https://selar.co/34DPI\">\n						Click here to Download\n					</a>\n			<h2>Other Courses we Offer</h2>		\n													<a href=\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>Store Creation</h6>		\n			<h5>WhatsApp Ecommerce Store  Video Courses</h5>		\n			<a href=\"https://courses.sunfloris.com/whatsapp-ecommerce-store/\">\n						Enroll Now for Free\n					</a>\n					<ul>\n							<li>\n										300\n									</li>\n						</ul>\n					<ul>\n							<li>\n										2h 24m\n									</li>\n						</ul>\n													<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n							<img src=\"https://sunfloris.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />								</a>\n			<h6>course hosting </h6>		\n			<h5>Smartphone Online Course Profit Machine</h5>		\n			<a href=\"https://courses.sunfloris.com/smartphone-online-course-profit-machine/\">\n						Enroll  Now for N5,000 Naira\n					</a>\n					<ul>\n							<li>\n										200\n									</li>\n						</ul>\n					<ul>\n							<li>\n										3h 18m\n									</li>\n						</ul>','ebooks','','inherit','closed','closed','','1516-revision-v1','','','2023-07-09 13:17:54','2023-07-09 13:17:54','',1516,'https://sunfloris.com/wordpress/?p=1518',0,'revision','',0),(1523,1,'2023-10-29 21:15:01','2023-10-29 21:15:01','','gei-cover.png','','inherit','open','closed','','gei-cover-png','','','2023-10-29 21:15:01','2023-10-29 21:15:01','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/gei-cover.png',0,'attachment','image/png',0),(1524,1,'2023-10-29 21:15:15','2023-10-29 21:15:15','','Renewable-Energy.png','','inherit','open','closed','','renewable-energy-png','','','2023-10-29 21:15:15','2023-10-29 21:15:15','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/Renewable-Energy.png',0,'attachment','image/png',0),(1525,1,'2023-10-29 21:15:16','2023-10-29 21:15:16','','Geothermal.png','','inherit','open','closed','','geothermal-png','','','2023-10-29 21:15:16','2023-10-29 21:15:16','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/Geothermal.png',0,'attachment','image/png',0),(1526,1,'2023-10-29 21:15:18','2023-10-29 21:15:18','','Environmental.png','','inherit','open','closed','','environmental-png','','','2023-10-29 21:15:18','2023-10-29 21:15:18','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/Environmental.png',0,'attachment','image/png',0),(1527,1,'2023-10-29 21:15:19','2023-10-29 21:15:19','','Data-Compuying.png','','inherit','open','closed','','data-compuying-png','','','2023-10-29 21:15:19','2023-10-29 21:15:19','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/Data-Compuying.png',0,'attachment','image/png',0),(1528,1,'2023-10-29 21:15:21','2023-10-29 21:15:21','','Carbon.png','','inherit','open','closed','','carbon-png','','','2023-10-29 21:15:21','2023-10-29 21:15:21','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/Carbon.png',0,'attachment','image/png',0),(1529,1,'2023-10-29 21:15:24','2023-10-29 21:15:24','','bg8-3-1.jpg','','inherit','open','closed','','bg8-3-1-jpg','','','2023-10-29 21:15:24','2023-10-29 21:15:24','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/bg8-3-1.jpg',0,'attachment','image/jpeg',0),(1530,1,'2023-10-29 21:15:25','2023-10-29 21:15:25','','schedule.jpg','','inherit','open','closed','','schedule-jpg','','','2023-10-29 21:15:25','2023-10-29 21:15:25','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/schedule.jpg',0,'attachment','image/jpeg',0),(1531,1,'2023-10-29 21:15:26','2023-10-29 21:15:26','','Napeyp-logo.png','','inherit','open','closed','','napeyp-logo-png','','','2023-10-29 21:15:26','2023-10-29 21:15:26','',0,'https://sunfloris.com/wordpress/wp-content/uploads/2023/10/Napeyp-logo.png',0,'attachment','image/png',0),(1534,1,'2023-10-29 21:28:55','2023-10-29 21:28:55','','GEI Landing Page','','publish','closed','closed','','gei-landing-page','','','2023-10-29 21:36:48','2023-10-29 21:36:48','',0,'https://sunfloris.com/wordpress/?page_id=1534',0,'page','',0),(1535,1,'2023-10-29 21:28:55','2023-10-29 21:28:55','','GEI Landing Page','','inherit','closed','closed','','1534-revision-v1','','','2023-10-29 21:28:55','2023-10-29 21:28:55','',1534,'https://sunfloris.com/wordpress/?p=1535',0,'revision','',0),(1539,1,'2024-03-14 14:28:10','2024-03-14 14:28:10','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-03-14 14:28:10','2024-03-14 14:28:10','',247,'https://sunfloris.com/wordpress/?p=1539',0,'revision','',0),(1540,1,'2024-03-14 14:28:10','2024-03-14 14:28:10','<style>/*! elementor - v3.6.1 - 23-03-2022 */\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><h1>Get In Touch</h1>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n										Lagos, Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\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=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>Send us a Message</h2>		\n															<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n		[wpforms id=\"21\" title=\"false\" description=\"false\"]','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-03-14 14:28:10','2024-03-14 14:28:10','',247,'https://sunfloris.com/wordpress/?p=1540',0,'revision','',0),(1543,1,'2024-03-14 14:28:23','2024-03-14 14:28:23','<h1>Get In Touch</h1>		\n					<ul>\n							<li>\n										USA | Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunflorisservices.com\n									</li>\n								<li>\n										+2348171272445 | +18325352142 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n													<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />													\n			<h2>Send us a Message</h2>		\n													<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />													\n		<form id=\"wpforms-form-21\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"f83820ba57339d5f8f5efb8e0cb5d84a\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-21-field_0\">Name *</label><input type=\"text\" id=\"wpforms-21-field_0\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required><label for=\"wpforms-21-field_1\">Email *</label><input type=\"email\" id=\"wpforms-21-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" spellcheck=\"false\" required><label for=\"wpforms-21-field_3\">Subject *</label><input type=\"text\" id=\"wpforms-21-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required><label for=\"wpforms-21-field_2\">Message *</label><textarea id=\"wpforms-21-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"8de17ad169\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" data-alt-text=\"Sending...\" data-submit-text=\"Send us a Message!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send us a Message!</button></form>  <!-- .wpforms-container -->','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-03-14 14:28:23','2024-03-14 14:28:23','',247,'https://sunfloris.com/wordpress/?p=1543',0,'revision','',0),(1544,1,'2024-03-14 14:28:23','2024-03-14 14:28:23','<h1>Get In Touch</h1>		\n					<ul>\n							<li>\n										USA | Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunfloris.com\n									</li>\n								<li>\n										+2348171272445 | +18325352142 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n													<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />													\n			<h2>Send us a Message</h2>		\n													<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />													\n		<form id=\"wpforms-form-21\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"f83820ba57339d5f8f5efb8e0cb5d84a\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-21-field_0\">Name *</label><input type=\"text\" id=\"wpforms-21-field_0\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required><label for=\"wpforms-21-field_1\">Email *</label><input type=\"email\" id=\"wpforms-21-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" spellcheck=\"false\" required><label for=\"wpforms-21-field_3\">Subject *</label><input type=\"text\" id=\"wpforms-21-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required><label for=\"wpforms-21-field_2\">Message *</label><textarea id=\"wpforms-21-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"8de17ad169\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" data-alt-text=\"Sending...\" data-submit-text=\"Send us a Message!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send us a Message!</button></form>  <!-- .wpforms-container -->','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-03-14 14:28:23','2024-03-14 14:28:23','',247,'https://sunfloris.com/wordpress/?p=1544',0,'revision','',0),(1547,1,'2024-09-30 12:16:48','2024-09-30 12:16:48','<h1>Contact Us</h1>		\n				<h6>\n						Call Us					\n				</h6>\n									<p>\n						+234 817 127 2445					</p>\n				<h6>\n						Email Us					\n				</h6>\n									<p>\n						sunflorisservices@gmail.com					</p>\n			<h6>Follow us</h6>		\n					<a href=\\\"https://www.facebook.com/SunFlorisBusiness\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Facebook\n											</a>\n					<a href=\\\"https://twitter.com/SunFloris\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Twitter\n											</a>\n					<a href=\\\"https://www.instagram.com/sunflorisbusiness/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Instagram\n											</a>\n					<a href=\\\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Youtube\n											</a>\n					<a href=\\\"https://api.whatsapp.com/send?phone=+2348159821671&#038;text=Hello%20and%20Welcome%20to%20SunFloris%20Services%2C%20How%20may%20we%20help%20you.%20Do%20you%20require%20any%20of%20our%20courses%3F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Whatsapp\n											</a>\n		[wpforms id=\\\"28\\\"]			\n			<iframe frameborder=\\\"0\\\" scrolling=\\\"no\\\" marginheight=\\\"0\\\" marginwidth=\\\"0\\\"\n					src=\\\"https://maps.google.com/maps?q=Lagos%2C%20Nigeria&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\\\"\n					title=\\\"Lagos, Nigeria\\\"\n					aria-label=\\\"Lagos, Nigeria\\\"\n			></iframe>','Contact','','inherit','closed','closed','','1404-revision-v1','','','2024-09-30 12:16:48','2024-09-30 12:16:48','',1404,'https://sunfloris.com/wordpress/?p=1547',0,'revision','',0),(1548,1,'2024-09-30 12:16:48','2024-09-30 12:16:48','<h1>Contact Us</h1>		\n				<h6>\n						Call Us					\n				</h6>\n									<p>\n						+234 817 127 2445					</p>\n				<h6>\n						Email Us					\n				</h6>\n									<p>\n						sunflorisservices@gmail.com					</p>\n			<h6>Follow us</h6>		\n					<a href=\\\"https://www.facebook.com/SunFlorisBusiness\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Facebook\n											</a>\n					<a href=\\\"https://twitter.com/SunFloris\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Twitter\n											</a>\n					<a href=\\\"https://www.instagram.com/sunflorisbusiness/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Instagram\n											</a>\n					<a href=\\\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Youtube\n											</a>\n					<a href=\\\"https://api.whatsapp.com/send?phone=+2348159821671&#038;text=Hello%20and%20Welcome%20to%20SunFloris%20Services%2C%20How%20may%20we%20help%20you.%20Do%20you%20require%20any%20of%20our%20courses%3F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Whatsapp\n											</a>\n		[wpforms id=\\\"28\\\"]			\n			<iframe frameborder=\\\"0\\\" scrolling=\\\"no\\\" marginheight=\\\"0\\\" marginwidth=\\\"0\\\"\n					src=\\\"https://maps.google.com/maps?q=Lagos%2C%20Nigeria&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\\\"\n					title=\\\"Lagos, Nigeria\\\"\n					aria-label=\\\"Lagos, Nigeria\\\"\n			></iframe>','Contact','','inherit','closed','closed','','1404-revision-v1','','','2024-09-30 12:16:48','2024-09-30 12:16:48','',1404,'https://sunfloris.com/wordpress/?p=1548',0,'revision','',0),(1549,1,'2024-09-30 12:19:44','2024-09-30 12:19:44','<h1>Get In Touch</h1>		\n					<ul>\n							<li>\n										USA | Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunfloris.com\n									</li>\n								<li>\n										+2348171272445 | +18325352142 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n													<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />													\n			<h2>Send us a Message</h2>		\n													<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />													\n		<form id=\"wpforms-form-21\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"f83820ba57339d5f8f5efb8e0cb5d84a\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-21-field_0\">Name *</label><input type=\"text\" id=\"wpforms-21-field_0\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required><label for=\"wpforms-21-field_1\">Email *</label><input type=\"email\" id=\"wpforms-21-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" spellcheck=\"false\" required><label for=\"wpforms-21-field_3\">Subject *</label><input type=\"text\" id=\"wpforms-21-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required><label for=\"wpforms-21-field_2\">Message *</label><textarea id=\"wpforms-21-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"8de17ad169\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" data-alt-text=\"Sending...\" data-submit-text=\"Send us a Message!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send us a Message!</button></form>  <!-- .wpforms-container -->','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-09-30 12:19:44','2024-09-30 12:19:44','',247,'https://sunfloris.com/wordpress/?p=1549',0,'revision','',0),(1550,1,'2024-09-30 12:19:45','2024-09-30 12:19:45','<h1>Get In Touch</h1>		\n					<ul>\n							<li>\n										USA | Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunfloris.com\n									</li>\n								<li>\n										+2348171272445 | +18325352142 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n													<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />													\n			<h2>Send us a Message</h2>		\n													<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />													\n		<form id=\"wpforms-form-21\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"f83820ba57339d5f8f5efb8e0cb5d84a\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-21-field_0\">Name *</label><input type=\"text\" id=\"wpforms-21-field_0\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required><label for=\"wpforms-21-field_1\">Email *</label><input type=\"email\" id=\"wpforms-21-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" spellcheck=\"false\" required><label for=\"wpforms-21-field_3\">Subject *</label><input type=\"text\" id=\"wpforms-21-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required><label for=\"wpforms-21-field_2\">Message *</label><textarea id=\"wpforms-21-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"8de17ad169\"\n			/>\n			<input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" data-alt-text=\"Sending...\" data-submit-text=\"Send us a Message!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send us a Message!</button></form>  <!-- .wpforms-container -->','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-09-30 12:19:45','2024-09-30 12:19:45','',247,'https://sunfloris.com/wordpress/?p=1550',0,'revision','',0),(1551,1,'2024-09-30 12:19:45','2024-09-30 12:19:45','<h1>Get In Touch</h1>		\n					<ul>\n							<li>\n										USA | Nigeria\n									</li>\n								<li>\n										sunflorisservices@gmail.com\n									</li>\n								<li>\n										contactus@sunfloris.com\n									</li>\n								<li>\n										+2347033317841 (WhatsApp and Calls)\n									</li>\n						</ul>\n			<h3>Follow us </h3>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/SunFlorisBusiness\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/SunFloris\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/sunflorisbusiness/\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/channel/UCuf0v0p7m0ggeTTt7Q8IhlQ\">\n											</a>\n									</li>\n								<li>\n											<a href=\"https://api.whatsapp.com/send?phone=+2348171272445&#038;text=Hello%2C%20I%20am%20interested%20in%20your%20products%20and%20services\">\n											</a>\n									</li>\n						</ul>\n													<img width=\"700\" height=\"372\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img.jpg 700w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/inner-page-hero-img-300x159.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />													\n			<h2>Send us a Message</h2>		\n													<img width=\"600\" height=\"480\" src=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg\" alt=\"\" srcset=\"https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img.jpg 600w, https://sunfloris.com/wordpress/wp-content/uploads/2021/05/home-about-img-300x240.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />													\n		<form id=\"wpforms-form-21\" data-formid=\"21\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6bd4f9a40131d84b6ef9dfdbc233c42c\" data-token-time=\"1727698785\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-21-field_0\">Name *</label><input type=\"text\" id=\"wpforms-21-field_0\" name=\"wpforms[fields][0]\" placeholder=\"Name\" required><label for=\"wpforms-21-field_1\">Email *</label><input type=\"email\" id=\"wpforms-21-field_1\" name=\"wpforms[fields][1]\" placeholder=\"Email Address\" spellcheck=\"false\" required><label for=\"wpforms-21-field_3\">Subject *</label><input type=\"text\" id=\"wpforms-21-field_3\" name=\"wpforms[fields][3]\" placeholder=\"Subject\" required><label for=\"wpforms-21-field_2\">Message *</label><textarea id=\"wpforms-21-field_2\" name=\"wpforms[fields][2]\" placeholder=\"Your Message\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"21\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"0e9939b65f\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https://sunfloris.com/wordpress/contact-us/\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-21\" data-alt-text=\"Sending...\" data-submit-text=\"Send us a Message!\" aria-live=\"assertive\" value=\"wpforms-submit\">Send us a Message!</button></form>  <!-- .wpforms-container -->','Contact Us','','inherit','closed','closed','','247-revision-v1','','','2024-09-30 12:19:45','2024-09-30 12:19:45','',247,'https://sunfloris.com/wordpress/?p=1551',0,'revision','',0),(1552,1,'2025-02-24 10:21:06','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-02-24 10:21:06','0000-00-00 00:00:00','',0,'https://sunfloris.com/wordpress/?p=1552',0,'post','',0);
/*!40000 ALTER TABLE `wpjn_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_presto_player_audio_presets`
--

DROP TABLE IF EXISTS `wpjn_presto_player_audio_presets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_presto_player_audio_presets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(155) DEFAULT NULL,
  `slug` varchar(155) DEFAULT NULL,
  `icon` varchar(155) DEFAULT NULL,
  `skin` varchar(155) DEFAULT NULL,
  `rewind` tinyint(1) NOT NULL DEFAULT 0,
  `play` tinyint(1) NOT NULL DEFAULT 0,
  `play-large` tinyint(1) NOT NULL DEFAULT 0,
  `fast-forward` tinyint(1) NOT NULL DEFAULT 0,
  `progress` tinyint(1) NOT NULL DEFAULT 0,
  `current-time` tinyint(1) NOT NULL DEFAULT 0,
  `mute` tinyint(1) NOT NULL DEFAULT 0,
  `volume` tinyint(1) NOT NULL DEFAULT 0,
  `speed` tinyint(1) NOT NULL DEFAULT 0,
  `pip` tinyint(1) NOT NULL DEFAULT 0,
  `reset_on_end` tinyint(1) NOT NULL DEFAULT 0,
  `save_player_position` tinyint(1) NOT NULL DEFAULT 0,
  `sticky_scroll` tinyint(1) NOT NULL DEFAULT 0,
  `sticky_scroll_position` varchar(16) DEFAULT NULL,
  `on_video_end` varchar(16) DEFAULT NULL,
  `play_video_viewport` tinyint(1) NOT NULL DEFAULT 0,
  `hide_logo` tinyint(1) NOT NULL DEFAULT 0,
  `border_radius` bigint(20) unsigned DEFAULT NULL,
  `background_color` varchar(155) DEFAULT NULL,
  `control_color` varchar(155) DEFAULT NULL,
  `is_locked` tinyint(1) NOT NULL DEFAULT 0,
  `cta` longtext NOT NULL,
  `email_collection` longtext NOT NULL,
  `action_bar` longtext NOT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  `show_time_elapsed` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_presto_player_audio_presets`
--

LOCK TABLES `wpjn_presto_player_audio_presets` WRITE;
/*!40000 ALTER TABLE `wpjn_presto_player_audio_presets` DISABLE KEYS */;
INSERT INTO `wpjn_presto_player_audio_presets` VALUES (1,'Default','default','format-audio','default',1,1,1,1,1,1,1,1,1,0,1,1,0,'bottom right','select',0,0,NULL,NULL,NULL,1,'','','',1,'2022-03-30 09:36:38','2022-03-30 09:36:38',NULL,0),(2,'Simple','simple','video-alt3',NULL,0,1,1,0,1,0,0,0,1,0,1,0,0,'bottom right','select',0,0,NULL,NULL,NULL,1,'','','',1,'2022-03-30 09:36:38','2022-03-30 09:36:38',NULL,0),(3,'Minimal','minimal','controls-play',NULL,0,0,1,0,0,0,0,0,0,0,1,0,0,'bottom right','select',0,0,NULL,NULL,NULL,1,'','','',1,'2022-03-30 09:36:38','2022-03-30 09:36:38',NULL,0),(4,'Course','course','format-audio','stacked',1,1,1,1,1,1,1,1,1,0,1,1,0,'bottom right','select',0,0,NULL,NULL,NULL,1,'','','',1,'2022-03-30 09:36:38','2022-03-30 09:36:38',NULL,0);
/*!40000 ALTER TABLE `wpjn_presto_player_audio_presets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_presto_player_email_collection`
--

DROP TABLE IF EXISTS `wpjn_presto_player_email_collection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_presto_player_email_collection` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `behavior` varchar(155) NOT NULL,
  `percentage` bigint(20) DEFAULT NULL,
  `allow_skip` tinyint(1) NOT NULL DEFAULT 0,
  `headline` varchar(155) NOT NULL,
  `bottom_text` varchar(155) NOT NULL,
  `button_text` varchar(155) NOT NULL,
  `preset_id` bigint(20) DEFAULT NULL,
  `border_radius` bigint(20) NOT NULL,
  `email_provider` varchar(155) DEFAULT NULL,
  `email_provider_list` varchar(155) DEFAULT NULL,
  `email_provider_tag` varchar(155) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `preset_id` (`preset_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_presto_player_email_collection`
--

LOCK TABLES `wpjn_presto_player_email_collection` WRITE;
/*!40000 ALTER TABLE `wpjn_presto_player_email_collection` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_presto_player_email_collection` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_presto_player_presets`
--

DROP TABLE IF EXISTS `wpjn_presto_player_presets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_presto_player_presets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(155) DEFAULT NULL,
  `slug` varchar(155) DEFAULT NULL,
  `icon` varchar(155) DEFAULT NULL,
  `skin` varchar(155) DEFAULT NULL,
  `play-large` tinyint(1) NOT NULL DEFAULT 0,
  `rewind` tinyint(1) NOT NULL DEFAULT 0,
  `play` tinyint(1) NOT NULL DEFAULT 0,
  `fast-forward` tinyint(1) NOT NULL DEFAULT 0,
  `progress` tinyint(1) NOT NULL DEFAULT 0,
  `current-time` tinyint(1) NOT NULL DEFAULT 0,
  `mute` tinyint(1) NOT NULL DEFAULT 0,
  `volume` tinyint(1) NOT NULL DEFAULT 0,
  `speed` tinyint(1) NOT NULL DEFAULT 0,
  `pip` tinyint(1) NOT NULL DEFAULT 0,
  `fullscreen` tinyint(1) NOT NULL DEFAULT 0,
  `captions` tinyint(1) NOT NULL DEFAULT 0,
  `reset_on_end` tinyint(1) NOT NULL DEFAULT 0,
  `auto_hide` tinyint(1) NOT NULL DEFAULT 0,
  `captions_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `save_player_position` tinyint(1) NOT NULL DEFAULT 0,
  `sticky_scroll` tinyint(1) NOT NULL DEFAULT 0,
  `sticky_scroll_position` varchar(16) DEFAULT NULL,
  `play_video_viewport` tinyint(1) NOT NULL DEFAULT 0,
  `hide_youtube` tinyint(1) NOT NULL DEFAULT 0,
  `lazy_load_youtube` tinyint(1) NOT NULL DEFAULT 0,
  `hide_logo` tinyint(1) NOT NULL DEFAULT 0,
  `border_radius` bigint(20) unsigned DEFAULT NULL,
  `caption_style` varchar(155) DEFAULT NULL,
  `caption_background` varchar(155) DEFAULT NULL,
  `is_locked` tinyint(1) NOT NULL DEFAULT 0,
  `cta` longtext NOT NULL,
  `email_collection` longtext NOT NULL,
  `action_bar` longtext NOT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  `on_video_end` varchar(16) DEFAULT NULL,
  `watermark` longtext NOT NULL,
  `search` longtext NOT NULL,
  `show_time_elapsed` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_presto_player_presets`
--

LOCK TABLES `wpjn_presto_player_presets` WRITE;
/*!40000 ALTER TABLE `wpjn_presto_player_presets` DISABLE KEYS */;
INSERT INTO `wpjn_presto_player_presets` VALUES (1,'Default','default','format-video','default',1,1,1,1,1,1,1,1,0,0,1,0,1,1,0,1,0,'bottom right',0,0,0,0,NULL,NULL,NULL,1,'','','',1,'2021-08-05 05:28:04','2022-03-30 09:36:38',NULL,'select','','',0),(2,'Course','course','welcome-learn-more','stacked',1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,'bottom right',0,0,0,0,NULL,NULL,NULL,1,'','','',1,'2021-08-05 05:28:04','2022-03-30 09:36:38',NULL,'select','','',0),(3,'Simple','simple','video-alt3',NULL,1,0,1,0,1,0,0,0,0,0,1,0,1,1,0,0,0,'bottom right',0,1,0,0,NULL,NULL,NULL,1,'','','',1,'2021-08-05 05:28:04','2022-03-30 09:36:38',NULL,'select','','',0),(4,'Minimal','minimal','controls-play',NULL,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,'bottom right',0,1,0,1,NULL,NULL,NULL,1,'','','',1,'2021-08-05 05:28:04','2022-03-30 09:36:39',NULL,'select','','',0),(5,'Youtube Optimized','youtube','youtube','stacked',1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,'bottom right',0,0,1,0,NULL,NULL,NULL,1,'','','a:6:{s:7:\"enabled\";b:1;s:16:\"percentage_start\";i:0;s:4:\"text\";s:24:\"Subscribe to our channel\";s:16:\"background_color\";s:7:\"#1d1d1d\";s:11:\"button_type\";s:7:\"youtube\";s:12:\"button_count\";b:0;}',1,'2021-08-05 05:28:04','2022-03-30 09:36:39',NULL,'select','','',0);
/*!40000 ALTER TABLE `wpjn_presto_player_presets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_presto_player_videos`
--

DROP TABLE IF EXISTS `wpjn_presto_player_videos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_presto_player_videos` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `type` varchar(155) NOT NULL,
  `external_id` varchar(155) DEFAULT NULL,
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `src` varchar(255) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `external_id` (`external_id`),
  KEY `attachment_id` (`attachment_id`),
  KEY `created_at` (`created_at`),
  KEY `updated_at` (`updated_at`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_presto_player_videos`
--

LOCK TABLES `wpjn_presto_player_videos` WRITE;
/*!40000 ALTER TABLE `wpjn_presto_player_videos` DISABLE KEYS */;
INSERT INTO `wpjn_presto_player_videos` VALUES (1,'','youtube','9Ge8WqMIDH8',0,9,'https://youtu.be/9Ge8WqMIDH8',1,'2021-08-05 10:39:01','2021-08-05 10:51:11',NULL);
/*!40000 ALTER TABLE `wpjn_presto_player_videos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_presto_player_visits`
--

DROP TABLE IF EXISTS `wpjn_presto_player_visits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_presto_player_visits` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `duration` bigint(20) unsigned NOT NULL,
  `video_id` bigint(20) unsigned NOT NULL,
  `ip_address` varchar(39) DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `video_id` (`video_id`),
  KEY `ip_address` (`ip_address`),
  KEY `created_at` (`created_at`),
  KEY `updated_at` (`updated_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_presto_player_visits`
--

LOCK TABLES `wpjn_presto_player_visits` WRITE;
/*!40000 ALTER TABLE `wpjn_presto_player_visits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_presto_player_visits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_presto_player_webhooks`
--

DROP TABLE IF EXISTS `wpjn_presto_player_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_presto_player_webhooks` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(155) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `method` varchar(155) DEFAULT NULL,
  `email_name` varchar(155) DEFAULT NULL,
  `headers` varchar(255) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_presto_player_webhooks`
--

LOCK TABLES `wpjn_presto_player_webhooks` WRITE;
/*!40000 ALTER TABLE `wpjn_presto_player_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_presto_player_webhooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_tcb_api_error_log`
--

DROP TABLE IF EXISTS `wpjn_tcb_api_error_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_tcb_api_error_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` datetime DEFAULT NULL,
  `error_message` varchar(400) DEFAULT NULL,
  `api_data` text DEFAULT NULL,
  `connection` varchar(64) DEFAULT NULL,
  `list_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_tcb_api_error_log`
--

LOCK TABLES `wpjn_tcb_api_error_log` WRITE;
/*!40000 ALTER TABLE `wpjn_tcb_api_error_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_tcb_api_error_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_td_fields`
--

DROP TABLE IF EXISTS `wpjn_td_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_td_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `identifier` varchar(32) DEFAULT NULL,
  `group_id` int(11) NOT NULL,
  `name` text NOT NULL,
  `type` int(11) NOT NULL,
  `data` text DEFAULT NULL,
  `is_default` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_td_fields`
--

LOCK TABLES `wpjn_td_fields` WRITE;
/*!40000 ALTER TABLE `wpjn_td_fields` DISABLE KEYS */;
INSERT INTO `wpjn_td_fields` VALUES (1,'name',1,'Name',0,NULL,1,NULL,NULL),(2,'addr',1,'Address',1,NULL,1,NULL,NULL),(3,'phone',1,'Phone number',2,NULL,1,NULL,NULL),(4,'alt_phone',1,'Alternative phone number',2,NULL,1,NULL,NULL),(5,'mail',1,'Email address',3,NULL,1,NULL,NULL),(6,'priv',2,'Privacy policy',4,'a:2:{s:4:\"text\";s:14:\"Privacy policy\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(7,'disc',2,'Disclaimer',4,'a:2:{s:4:\"text\";s:10:\"Disclaimer\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(8,'toc',2,'Terms and conditions',4,'a:2:{s:4:\"text\";s:20:\"Terms and conditions\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(9,'contact',2,'Contact',4,'a:2:{s:4:\"text\";s:7:\"Contact\";s:3:\"url\";s:0:\"\";}',1,NULL,NULL),(10,'fb',3,'Facebook page',4,NULL,1,NULL,NULL),(11,'yt',3,'YouTube',4,NULL,1,NULL,NULL),(12,'in',3,'LinkedIn',4,NULL,1,NULL,NULL),(13,'pin',3,'Pinterest',4,NULL,1,NULL,NULL),(14,'ig',3,'Instagram',4,NULL,1,NULL,NULL),(15,'xing',3,'Xing',4,NULL,1,NULL,NULL),(16,'t',3,'Twitter',4,NULL,1,NULL,NULL);
/*!40000 ALTER TABLE `wpjn_td_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_td_groups`
--

DROP TABLE IF EXISTS `wpjn_td_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_td_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `is_default` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_td_groups`
--

LOCK TABLES `wpjn_td_groups` WRITE;
/*!40000 ALTER TABLE `wpjn_td_groups` DISABLE KEYS */;
INSERT INTO `wpjn_td_groups` VALUES (1,'Company',1,NULL,NULL),(2,'Legal',1,NULL,NULL),(3,'Social',1,NULL,NULL);
/*!40000 ALTER TABLE `wpjn_td_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_term_relationships`
--

DROP TABLE IF EXISTS `wpjn_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_term_relationships`
--

LOCK TABLES `wpjn_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpjn_term_relationships` DISABLE KEYS */;
INSERT INTO `wpjn_term_relationships` VALUES (343,2,0),(12,2,0),(26,2,0),(27,2,0),(248,2,0),(348,2,0),(1344,2,0),(1339,2,0),(1340,2,0),(1341,2,0),(1342,2,0),(1343,2,0),(1366,2,0),(1379,2,0),(1393,6,0),(1503,7,0),(1507,7,0),(1510,7,0),(1513,7,0),(1516,7,0);
/*!40000 ALTER TABLE `wpjn_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_term_taxonomy`
--

DROP TABLE IF EXISTS `wpjn_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_term_taxonomy`
--

LOCK TABLES `wpjn_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpjn_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpjn_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,14),(3,3,'tcb_symbols_tax','',0,0),(4,4,'tcb_symbols_tax','',0,0),(5,5,'tcb_symbols_tax','',0,0),(6,6,'elementor_library_type','',0,1),(7,7,'elementor_library_type','',0,5);
/*!40000 ALTER TABLE `wpjn_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_termmeta`
--

DROP TABLE IF EXISTS `wpjn_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_termmeta`
--

LOCK TABLES `wpjn_termmeta` WRITE;
/*!40000 ALTER TABLE `wpjn_termmeta` DISABLE KEYS */;
INSERT INTO `wpjn_termmeta` VALUES (1,2,'_astra_sites_imported_term','1');
/*!40000 ALTER TABLE `wpjn_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_terms`
--

DROP TABLE IF EXISTS `wpjn_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_terms`
--

LOCK TABLES `wpjn_terms` WRITE;
/*!40000 ALTER TABLE `wpjn_terms` DISABLE KEYS */;
INSERT INTO `wpjn_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Primary Menu','primary-menu',0),(3,'Headers','headers',0),(4,'Footers','footers',0),(5,'Gutenberg block','gutenberg-block',0),(6,'section','section',0),(7,'page','page',0);
/*!40000 ALTER TABLE `wpjn_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_usermeta`
--

DROP TABLE IF EXISTS `wpjn_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_usermeta`
--

LOCK TABLES `wpjn_usermeta` WRITE;
/*!40000 ALTER TABLE `wpjn_usermeta` DISABLE KEYS */;
INSERT INTO `wpjn_usermeta` VALUES (1,1,'nickname','sunfloris@consult'),(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,'wpjn_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpjn_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(18,1,'session_tokens','a:3:{s:64:\"633b7f0960c089dcdd5e0f424ef349c58333e5071a209a9c6ea6399d98599e4d\";a:4:{s:10:\"expiration\";i:1740565236;s:2:\"ip\";s:14:\"105.112.176.15\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1740392436;}s:64:\"a8f8bb5984b9cb946c914ddd0c56a9bc5f08cf1e4a7d9b6a00c71358f6ce8d15\";a:4:{s:10:\"expiration\";i:1740578828;s:2:\"ip\";s:12:\"156.146.59.4\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1740406028;}s:64:\"a8f89fbebbce420daf4246a127a7f7e5ee7acfddc23d8964519e4bda8d68291e\";a:4:{s:10:\"expiration\";i:1740579979;s:2:\"ip\";s:12:\"156.146.59.4\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1740407179;}}'),(17,1,'bglibDashboardOrder','1'),(19,1,'wpjn_user-settings','libraryContent=browse&editor=tinymce&mfold=o&hidetb=1'),(20,1,'wpjn_user-settings-time','1661166807'),(21,1,'jetpack_tracks_anon_id','jetpack:PWKdhnFDTNrHyPh1jVlCJflW'),(22,1,'wpjn_dashboard_quick_press_last_post_id','1552'),(23,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"156.146.59.0\";}'),(24,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:13:\"bg-key-prompt\";s:9:\"timestamp\";i:1628118488;}'),(25,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:24:\"bgbkup_autoupdate_notice\";s:9:\"timestamp\";i:1628168792;}'),(26,1,'default_password_nag',''),(27,1,'presto-player-rating','delayed-notice'),(28,1,'wpdeveloper_notices_seen','a:6:{s:24:\"wpdeveloper_notice_1_3_0\";a:1:{s:11:\"betterlinks\";a:2:{i:0;s:6:\"opt_in\";i:1;s:6:\"review\";}}s:24:\"wpdeveloper_notice_2_4_1\";a:1:{s:13:\"notificationx\";a:1:{i:0;s:6:\"opt_in\";}}s:25:\"wpdeveloper_notice_5_0_12\";a:1:{s:25:\"essential_adons_elementor\";a:1:{i:0;s:6:\"opt_in\";}}s:24:\"wpdeveloper_notice_3_3_6\";a:1:{s:10:\"embedpress\";a:1:{i:0;s:6:\"opt_in\";}}s:24:\"wpdeveloper_notice_5_1_9\";a:1:{s:25:\"essential_adons_elementor\";a:1:{i:0;s:6:\"review\";}}s:24:\"wpdeveloper_notice_1_4_1\";a:1:{s:11:\"betterlinks\";a:1:{i:0;s:6:\"review\";}}}'),(29,1,'notificationx_opt_in','1'),(30,1,'essential_adons_elementor_opt_in','1'),(31,1,'astra-sites-5-start-notice','notice-dismissed'),(32,1,'nav_menu_recently_edited','2'),(33,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\";}'),(34,1,'metaboxhidden_nav-menus','a:3:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(35,1,'embedpress_opt_in','1'),(36,1,'tcb_edit_key','a12d916f4e'),(37,1,'wpjn_googlesitekit_tracking_optin','1'),(50,1,'wpjn_googlesitekit_transient_timeout_googlesitekit_user_input_settings','1649676815'),(51,1,'wpjn_googlesitekit_transient_googlesitekit_user_input_settings','a:2:{s:13:\"postFrequency\";a:3:{s:10:\"answeredBy\";s:1:\"0\";s:5:\"scope\";s:4:\"user\";s:6:\"values\";a:0:{}}s:4:\"role\";a:3:{s:10:\"answeredBy\";s:1:\"0\";s:5:\"scope\";s:4:\"user\";s:6:\"values\";a:0:{}}}'),(39,1,'wpjn_googlesitekit_site_verification_file','487aee24b3bed84c'),(54,1,'tve_last_login','1740407179'),(41,1,'wpjn_googlesitekit_access_token','NLi8n3PluJg+UT+HhPdlek1DMlVkcng1SmpJQWxld1RFSUp4eGdOa2FEVm11TmZ5N3dNdHM2bXNJaFZkRGE2dDNlS21pQ1BqU29FN1RoMHRqNThLSDEvN2F6WnphQUNlY1gvQmg0bUYvVjJNSWVJZk9ycXVJdHV0Rk1mTk9BRllhd1k0dThBVDR6STBaZnJnM0NXeExnanpGNCtJRDduUkVXZko0VENDaHZqc0IrS0lBQWtFS3ArZ1NvZnZvY2orTTVjTjhOV1IyUVJFVlBCNERhcE0zdWJjMFliV3M2TC8wa2dkRDk5RTVuaktISFlBaTVHYk9iTmR2bXNjcHplK1h3REoxSjlLbm42eEVBbFJHTVg2bnVmYjlZT21ONWNWTEhqUlllRDdKcVNOZjdPN3pmNWdDUkN1bzVPam5KdXpPbnhwbmNmR0U3TFRyNWVJS3c0VC81SmNSZ2xZam5Dd3VWMlZiS0t0b29yZHhxOHU4YTFuTzZJRWlzaGxjb3JBODBzelhBbXAxT2ZyRXJ0dzZDL3padz09'),(42,1,'wpjn_googlesitekit_access_token_expires_in','3599'),(43,1,'wpjn_googlesitekit_access_token_created_at','1659487839'),(44,1,'wpjn_googlesitekit_refresh_token','9Yi1iwRtemaLTbg04296l1lpaWFHMGxiUnpGTkIrMUVtZzFyNWVKYjViTkpJcE1jV2lUWmZNTSt0S2NmT0I1S09BeTUyb0RDckwwRGMyVmx5QUtRRS8xcktnbzM4am94VHdEbTkvVGR1L0lZcmpHb2hNNHFRb1hmUm92dDhwSjZyUlYwYXkySVJRN3VFRXpDOERRRlZPdWMvd2l1K2IyVVFIOTNWZHkwMktzVWM2VnIxcFJWRkNWZm5wOTI0dzhRcVRpaG42aWZlVy9DY25ZSDM0d0oyUkNiNXZoUVlVOVYvZTRxTWJFTGlsdUhzVlY1Y0dnNGJ1V3diTjZHSndTNmY5bUhRK21XT3V3ekN1Q1BtWTlpV2YxR0RoeDFzUjV0bkVrU1hiaWlHOG90SmF2d3I2YXdsdzJmSFNqamVaR0UydGx1ZE9LYWxWS0NyeHJD'),(45,1,'wpjn_googlesitekit_auth_scopes','a:6:{i:0;s:6:\"openid\";i:1;s:42:\"https://www.googleapis.com/auth/webmasters\";i:2;s:48:\"https://www.googleapis.com/auth/siteverification\";i:3;s:48:\"https://www.googleapis.com/auth/userinfo.profile\";i:4;s:46:\"https://www.googleapis.com/auth/userinfo.email\";i:5;s:50:\"https://www.googleapis.com/auth/analytics.readonly\";}'),(46,1,'wpjn_googlesitekit_additional_auth_scopes','a:1:{i:0;s:46:\"https://www.googleapis.com/auth/analytics.edit\";}'),(47,1,'wpjn_googlesitekit_profile','a:2:{s:5:\"email\";s:27:\"sunflorisservices@gmail.com\";s:5:\"photo\";s:86:\"https://lh3.googleusercontent.com/a-/AOh14GheGkAXZi0UA2PSJ-xqgP727KPt9cxxQLc3-Vez=s100\";}'),(48,1,'wpjn_googlesitekitpersistent_initial_version','1.71.0'),(49,1,'wpjn_googlesitekit_site_verified_meta','verified'),(52,1,'wpjn_googlesitekit_user_input_state','missing'),(55,1,'embedpress_review_notice_dismissed','1'),(56,1,'notificationx_review_notice_dismissed','1'),(57,1,'notificationx_opt_in_notice_dismissed','1'),(58,1,'embedpress_optin_notice_dismissed','1'),(59,1,'essential_adons_elementor_review','1'),(60,1,'elementor_admin_notices','a:3:{s:20:\"experiment_promotion\";s:4:\"true\";s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.24.4\";}}s:21:\"site_mailer_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),(61,1,'elementor_introduction','a:4:{s:7:\"exit_to\";b:1;s:27:\"ai-get-started-announcement\";b:1;s:16:\"favorites-notice\";b:1;s:6:\"e-apps\";b:1;}'),(62,1,'tcb_dismissed_tooltips','a:1:{i:0;s:12:\"style-picker\";}'),(63,1,'wpjn_elementor_connect_common_data','a:0:{}'),(64,1,'betterlinks_review_notice_dismissed','1'),(65,1,'announcements_user_counter','1'),(66,1,'essential-addons-for-elementor_review_notice_dismissed','1');
/*!40000 ALTER TABLE `wpjn_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_users`
--

DROP TABLE IF EXISTS `wpjn_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_users`
--

LOCK TABLES `wpjn_users` WRITE;
/*!40000 ALTER TABLE `wpjn_users` DISABLE KEYS */;
INSERT INTO `wpjn_users` VALUES (1,'sunfloris@consult','$P$BLjHJjMO.2s2WGAwtVesQa11J2XKzs.','sunflorisconsult','sunflorisservices@gmail.com','https://sunfloris.com/wordpress','2020-10-04 13:15:17','',0,'sunfloris@consult');
/*!40000 ALTER TABLE `wpjn_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_weforms_entries`
--

DROP TABLE IF EXISTS `wpjn_weforms_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_weforms_entries` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) unsigned DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` int(11) unsigned DEFAULT NULL,
  `user_device` varchar(50) DEFAULT NULL,
  `referer` varchar(255) DEFAULT NULL,
  `status` varchar(10) DEFAULT 'publish',
  `created_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_weforms_entries`
--

LOCK TABLES `wpjn_weforms_entries` WRITE;
/*!40000 ALTER TABLE `wpjn_weforms_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_weforms_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_weforms_entrymeta`
--

DROP TABLE IF EXISTS `wpjn_weforms_entrymeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_weforms_entrymeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `weforms_entry_id` bigint(20) unsigned DEFAULT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`(250)),
  KEY `entry_id` (`weforms_entry_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_weforms_entrymeta`
--

LOCK TABLES `wpjn_weforms_entrymeta` WRITE;
/*!40000 ALTER TABLE `wpjn_weforms_entrymeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_weforms_entrymeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_wpforms_lite`
--

DROP TABLE IF EXISTS `wpjn_wpforms_lite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_wpforms_lite` (
  `rid` int(10) NOT NULL AUTO_INCREMENT,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_wpforms_lite`
--

LOCK TABLES `wpjn_wpforms_lite` WRITE;
/*!40000 ALTER TABLE `wpjn_wpforms_lite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_wpforms_lite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_wpforms_logs`
--

DROP TABLE IF EXISTS `wpjn_wpforms_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `types` varchar(255) NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_wpforms_logs`
--

LOCK TABLES `wpjn_wpforms_logs` WRITE;
/*!40000 ALTER TABLE `wpjn_wpforms_logs` DISABLE KEYS */;
INSERT INTO `wpjn_wpforms_logs` VALUES (1,'Antispam: Token is invalid','<pre>Array\n(\n    [message] =&gt; Antispam token is invalid. Please reload the page and try submitting the form again.\n    [referer] =&gt; \n    [form] =&gt; Send us a Message (ID: 21)\n    [token] =&gt; \n    [user_ip] =&gt; 192.42.116.215\n    [entry_data] =&gt; Array\n        (\n            [fields] =&gt; Array\n                (\n                    [0] =&gt; * * * Snag Your Free Gift: http://reubes-plastics.com/uploaded/erpggm.php?cxhb7z * * * hs=0ced8d3ba9ed7676659826293e7ee80e*\n                    [1] =&gt; pazapz@mailbox.in.ua\n                    [3] =&gt; g7sgso\n                    [2] =&gt; 0bx2u0\n                )\n\n            [id] =&gt; 21\n            [post_id] =&gt; 247\n        )\n\n)\n</pre>','spam,error','2024-08-22 02:41:50',21,0,0),(2,'Antispam: Token is invalid','<pre>Array\n(\n    [message] =&gt; Antispam token is invalid. Please reload the page and try submitting the form again.\n    [referer] =&gt; \n    [form] =&gt; Send us a Message (ID: 21)\n    [token] =&gt; \n    [user_ip] =&gt; 185.220.101.5\n    [entry_data] =&gt; Array\n        (\n            [fields] =&gt; Array\n                (\n                    [0] =&gt; * * * Win Free Cash Instantly * * * hs=0ced8d3ba9ed7676659826293e7ee80e*\n                    [1] =&gt; pazapz@mailbox.in.ua\n                    [3] =&gt; 9rppeo\n                    [2] =&gt; iq6es6\n                )\n\n            [id] =&gt; 21\n            [post_id] =&gt; 247\n        )\n\n)\n</pre>','spam,error','2024-08-22 02:42:04',21,0,0),(3,'Migration','Migration of WPForms to 1.9.1 started.','log','2024-09-26 14:03:14',0,0,0),(4,'Migration','Migration of WPForms to 1.9.1 completed.','log','2024-09-26 14:03:14',0,0,0),(5,'Migration','Migration of WPForms to 1.9.2 started.','log','2024-11-07 14:01:09',0,0,0),(6,'Migration','Migration of WPForms to 1.9.2 started.','log','2024-11-07 14:01:10',0,0,0),(7,'Antispam: Token is invalid','<pre>Array\n(\n    [message] =&gt; Antispam token is invalid. Please reload the page and try submitting the form again.\n    [referer] =&gt; \n    [form] =&gt; Send us a Message (ID: 21)\n    [token] =&gt; \n    [user_ip] =&gt; 192.42.116.191\n    [entry_data] =&gt; Array\n        (\n            [fields] =&gt; Array\n                (\n                    [0] =&gt; ⌨ Message: SENDING 1,82687 BTC. Get &gt;&gt; https://telegra.ph/Message--2868-12-25?hs=0ced8d3ba9ed7676659826293e7ee80e&amp; ⌨\n                    [1] =&gt; friedenspfeifen@omggreatfoods.com\n                    [3] =&gt; mokk6r\n                    [2] =&gt; xcgk6l\n                )\n\n            [id] =&gt; 21\n            [post_id] =&gt; 247\n        )\n\n)\n</pre>','spam,error','2025-01-04 00:21:56',21,0,0),(8,'Antispam: Token is invalid','<pre>Array\n(\n    [message] =&gt; Antispam token is invalid. Please reload the page and try submitting the form again.\n    [referer] =&gt; \n    [form] =&gt; Send us a Message (ID: 21)\n    [token] =&gt; \n    [user_ip] =&gt; 185.220.101.80\n    [entry_data] =&gt; Array\n        (\n            [fields] =&gt; Array\n                (\n                    [0] =&gt; * * * Claim Free iPhone 15: https://vcftoexcel.com/uploads/lasin2.php?c5dmxnu * * * hs=0ced8d3ba9ed7676659826293e7ee80e*\n                    [1] =&gt; pazapz@mailbox.in.ua\n                    [3] =&gt; a9mkfa\n                    [2] =&gt; lq2xl9\n                )\n\n            [id] =&gt; 21\n            [post_id] =&gt; 247\n        )\n\n)\n</pre>','spam,error','2025-01-05 05:10:16',21,0,0),(9,'Antispam: Token is invalid','<pre>Array\n(\n    [message] =&gt; Antispam token is invalid. Please reload the page and try submitting the form again.\n    [referer] =&gt; \n    [form] =&gt; Send us a Message (ID: 21)\n    [token] =&gt; \n    [user_ip] =&gt; 185.220.101.80\n    [entry_data] =&gt; Array\n        (\n            [fields] =&gt; Array\n                (\n                    [0] =&gt; * * * Unlock Free Spins Today * * * hs=0ced8d3ba9ed7676659826293e7ee80e*\n                    [1] =&gt; pazapz@mailbox.in.ua\n                    [3] =&gt; my6lh7\n                    [2] =&gt; 0stl5z\n                )\n\n            [id] =&gt; 21\n            [post_id] =&gt; 247\n        )\n\n)\n</pre>','spam,error','2025-01-05 05:10:22',21,0,0),(10,'Antispam: Token is invalid','<pre>Array\n(\n    [message] =&gt; Antispam token is invalid. Please reload the page and try submitting the form again.\n    [referer] =&gt; \n    [form] =&gt; Send us a Message (ID: 21)\n    [token] =&gt; \n    [user_ip] =&gt; 185.220.101.11\n    [entry_data] =&gt; Array\n        (\n            [fields] =&gt; Array\n                (\n                    [0] =&gt; ⌨ Message: You got a transfer NoYS54. NEXT =&gt; https://telegra.ph/Ticket--6974-01-15?hs=0ced8d3ba9ed7676659826293e7ee80e&amp; ⌨\n                    [1] =&gt; aurorabnkwy@gmailbrt.com\n                    [3] =&gt; ak7nfq\n                    [2] =&gt; cz1zo6\n                )\n\n            [id] =&gt; 21\n            [post_id] =&gt; 247\n        )\n\n)\n</pre>','spam,error','2025-01-22 01:51:20',21,0,0);
/*!40000 ALTER TABLE `wpjn_wpforms_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_wpforms_payment_meta`
--

DROP TABLE IF EXISTS `wpjn_wpforms_payment_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_wpforms_payment_meta`
--

LOCK TABLES `wpjn_wpforms_payment_meta` WRITE;
/*!40000 ALTER TABLE `wpjn_wpforms_payment_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_wpforms_payment_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_wpforms_payments`
--

DROP TABLE IF EXISTS `wpjn_wpforms_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(3) NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT 0,
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(12) NOT NULL DEFAULT '',
  `mode` varchar(4) NOT NULL DEFAULT '',
  `transaction_id` varchar(40) NOT NULL DEFAULT '',
  `customer_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_status` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_wpforms_payments`
--

LOCK TABLES `wpjn_wpforms_payments` WRITE;
/*!40000 ALTER TABLE `wpjn_wpforms_payments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpjn_wpforms_payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpjn_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wpjn_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wpjn_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpjn_wpforms_tasks_meta`
--

LOCK TABLES `wpjn_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wpjn_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wpjn_wpforms_tasks_meta` VALUES (2,'wpforms_admin_addons_cache_update','W10=','2022-03-30 11:54:31'),(3,'wpforms_admin_builder_templates_cache_update','W10=','2022-03-30 11:54:31'),(4,'wpforms_builder_help_cache_update','W10=','2022-03-30 14:09:33'),(8,'wpforms_process_forms_locator_scan','W10=','2022-04-28 13:56:42');
/*!40000 ALTER TABLE `wpjn_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-02-24 15:39:23
